body {
    background-color: #F5F5F5;
}

.news a {
    text-decoration: none;
}

.news .banner img {
    width: 100%;
    /* height: 264px; */
}

.news .main {
    margin-top: 20px;
}

.news .main-inner {
    display: flex;
    width: 1200px;
    margin: 0 auto;
}

.news .main-left {
    flex: 1;
    min-width: 0;
}

.news .main-left .nav {
    display: flex;
    justify-content: center;
    border-radius: 6px 6px 0 0;
    background-color: #FFFFFF;
}

.news .nav .item {
    height: 60px;
    padding-left: 30px;
    background: url("/static/images/news_nav1_1.png") left center/22px 22px no-repeat;
    font-weight: 500;
    font-size: 16px;
    line-height: 60px;
    color: #999999;
    cursor: pointer;
    transition: 0.4s;
}

.news .nav .item+.item {
    margin-left: 130px;
}

.news .nav .item:nth-child(2) {
    background-image: url("/static/images/news_nav2_1.png");
}

.news .nav .item:nth-child(3) {
    background-image: url("/static/images/news_nav3_1.png");
}

.news .nav .item.active {
    background-image: url("/static/images/news_nav1_2.png");
    font-weight: 600;
    color: #333333;
}

.news .nav .item:nth-child(2).active {
    background-image: url("/static/images/news_nav2_2.png");
}

.news .nav .item:nth-child(3).active {
    background-image: url("/static/images/news_nav3_2.png");
}

.news .list .item {
    display: flex;
    padding: 25px 30px;
    margin-top: 4px;
    background-color: #FFFFFF;
}

.news .list .item:last-child {
    border-radius: 0 0 6px 6px;
}

.news .list .item>div:last-child {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
}

.news .list .item img {
    width: 250px;
    height: 140px;
    border-radius: 2px;
    margin-right: 20px;
    background-color: #D8D8D8;
    object-fit: cover;
}

.news .list .item .title {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    color: #333333;
}

.news .list .item .title:hover {
    color: #2A7EFB;
}

.news .list .item .message {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-top: 11px;
    font-size: 14px;
    line-height: 22px;
    color: #777777;
}

.news .list .item .tags {
    flex: 1;
    display: flex;
    margin-top: 12px;
}

.news .list .item .tag {
    height: 20px;
    padding: 0 7px;
    border-radius: 2px;
    margin-left: 8px;
    background-color: #FFB301;
    font-size: 12px;
    line-height: 20px;
    color: #FFFFFF;
}

.news .list .item .tag:first-child {
    margin-left: 0;
}

.news .list .item .attribute {
    display: flex;
    margin-top: 11px;
    font-size: 14px;
    line-height: 14px;
    color: #BBBBBB;
}

.news .list .item .time {
    margin-right: 40px;
}

.news .list .item .attribute .iconfont {
    margin-right: 6px;
    font-size: 14px;
}

.news .main-left .action .button {
    display: none;
    width: 106px;
    height: 36px;
    border: 1px solid #CCCCCC;
    border-radius: 2px;
    margin: 40px auto;
    text-align: center;
    font-size: 14px;
    line-height: 34px;
    color: #777777;
    cursor: pointer;
}

.news .main-left .action .button .iconfont {
    margin-left: 5px;
    font-size: 12px;
    color: #777777;
}

.news .main-right {
    width: 386px;
    margin-left: 14px;
}

.news .main-right .hot {
    padding: 18px 20px 30px;
    border-radius: 6px;
    background-color: #FFFFFF;
}

.news .main-right .hot .head,
.news .main-right .operation .head {
    background: url("/static/images/news_title_bg.png") center/180px no-repeat;
    text-align: center;
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    color: #333333;
}

.news .main-right .swiper {
    height: 301px;
    margin-top: 26px;
}

.news .main-right .swiper-pagination {
    bottom: 0;
    font-size: 0;
}

.news .main-right .swiper-pagination-bullet {
    width: 18px;
    height: 4px;
    border-radius: 0;
    margin: 0 3px;
    background-color: #EEEEEE;
    opacity: 1;
}

.news .main-right .swiper-pagination-bullet-active {
    background-color: #2A7EFB;
}

.news .main-right .swiper img {
    width: 345px;
    height: 193px;
    border-radius: 2px;
    background-color: #D8D8D8;
    object-fit: cover;
}

.news .main-right .swiper .title {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-top: 12px;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #333333;
}

.news .main-right .swiper .message {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-top: 8px;
    overflow: hidden;
    font-size: 14px;
    line-height: 22px;
    color: #777777;
}

.news .main-right .hot .list {
    margin-top: 40px;
}

.news .main-right .hot .list a {
    position: relative;
    display: block;
    padding-left: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 16px;
    line-height: 22px;
    color: #333333;
}

.news .main-right .hot .list a+a {
    margin-top: 20px;
}

.news .main-right .hot .list a::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 1;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #2A7EFB;
    margin-top: -3px;
}

.news .main-right .hot .list a:hover {
    color: #2A7EFB;
}

.news .main-right .operation {
    padding: 26px 20px 41px;
    border-radius: 6px;
    background-color: #FFFFFF;
    margin-top: 14px;
}

.news .main-right .operation .list {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    margin-top: 26px;
}

.news .main-right .operation .tag {
    display: inline-block;
    padding: 8px 10px;
    border-radius: 2px;
    margin: 0 12px 14px 0;
    background-color: #F4F4F4;
    font-size: 14px;
    line-height: 14px;
    color: #555555;
}

.news .main-right .action {
    margin-top: 35px;
    text-align: center;
}

.news .main-right .action .button {
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    color: #777777;
    cursor: pointer;
}