.banner-box {
    position: relative;
}

.banner-box img {
    width: 100%;
    height: 626px;
}

.new-menus {
    height: 70px;
    background: rgba(255, 255, 255, 0.66);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 100;
    width: 100%;
}

.new-menus li {
    line-height: 70px;
}

.new-menus li a {
    font-size: 15px;
    font-weight: 600;
    color: #2F2F2F;
}

li.news-actice a {
    font-size: 15px;
    font-weight: 600;
    color: #197CFF;
}

li.news-actice {
    border-bottom: 1px solid #197CFF;
}

.news-item {
    height: 206px;
    padding: 34px 0;
    box-sizing: border-box;
    border-bottom: 1px solid #E9E9E9;

}

.news-item img {
    width: 228px;
    height: 136px;
    background: #D8D8D8;
    border-radius: 12px;
    border: 1px solid #979797;
}

.news-item-right {
    margin-left: 38px;
    width: 100%;
    position: relative;
}

.news-title {
    font-size: 17px;
    font-weight: 600;
    color: #2F2F2F;
    line-height: 24px;
    margin-top: 6px;
}

.news-desc {
    font-size: 14px;
    font-weight: 400;
    color: #999999;
    line-height: 20px;
    margin-top: 7px;
}

.news-time {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
}

.news-time span {
    font-size: 15px;
    font-weight: 600;
    color: #666666;
    line-height: 21px;
    margin-top: 8px;
}

.news-time a {
    display: block;
    width: 104px;
    height: 38px;
    border-radius: 8px;
    border: 1px solid #197CFF;
    line-height: 38px;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: #197CFF;

}

/*详情*/
.news-left {
    width: 770px;
}

.news-nav-box a {
    font-size: 14px;
    font-weight: 400;
    color: #767B83;
    line-height: 20px;
}

.news-nav-box span {
    font-size: 14px;
    font-weight: 400;
    color: #2F3338;
    line-height: 20px;
}

.detail-title {
    font-size: 18px;
    font-weight: 600;
    color: #2F3338;
    line-height: 25px;
    margin-top: 28px;
}

.detail-autor {
    font-size: 14px;
    font-weight: 400;
    color: #767B83;
    line-height: 20px;
    margin-top: 18px;
}

.detail-autor span:first-child {
    margin-right: 16px;
}

.sub-title {
    background: #F4F4F4;
    padding: 18px 14px 16px;
    border-radius: 8px;
    line-height: 22px;
    box-sizing: border-box;
    font-size: 14px;
    color: #555555;
    margin-top: 18px;
}

.sub-title .label {
    width: 76px;
    flex-shrink: 0;

}

.detail-content {
    margin-top: 30px;
}

.news-right {
    width: 374px;
    margin-top: 105px;
    border-radius: 12px;
    border: 1px solid #EEEEEE;
    padding: 0 22px 0 24px;
    box-sizing: border-box;
}

.recom-title {
    height: 64px;
    line-height: 64px;
    border-bottom: 1px solid #EEEEEE;
    font-size: 17px;
    font-weight: 500;
    color: #333333;
}

.recom-item {
    height: 127px;
    border-bottom: 1px solid #EEEEEE;
    padding: 30px 0;
    box-sizing: border-box;
}

.recom-item img {
    width: 120px;
    height: 68px;
    border-radius: 4px;
    margin-right: 12px;
}

.recom-item  a {
    font-size: 14px;
    font-weight: 400;
    color: #555555;
    line-height: 24px;
    margin-top: 8px;
}

.recom-item:hover a {
    color: #197CFF;
}

/*更多*/
.more-box {
    margin-top: 40px;
}

.more-box span {
    font-size: 18px;
    color: #2F3338;
    font-weight: 600;
}

.more-box a {
    padding: 8px 21px;
    color: #1766A1;
    font-size: 14px;
    border: 1px solid #1766A1;
    border-radius: 8px;
    margin-right: 25px;
}

.item-box {
    margin-top: 40px;
}

.item-box .item {
    margin-bottom: 25px;
}

.item-box .item a {
    font-size: 18px;
    color: #333333;
    line-height: 27px;
}

.item-box .item:hover a {
    color: #197CFF;
}