body {
   background: #F5F5F5;
}
.top-banner{
    height: 260px;
}
.top-banner img{
    width: 100%;
    height: 260px;
}
.main-content{
    width: 1200px;
    min-height: 600px;
    margin: 20px auto 40px;
    display: flex;
    justify-content: space-between;
}
.mt-0{
    margin-top: 0;
}
.left-news{
    width: 784px;
    min-height: 600px;
    padding: 20px;
    border-radius: 4px;
    background: #FFFFFF;
    box-sizing: border-box;

}
.left-news .tab-box{
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
    margin-left: 10px;
    font-size: 16px;

}

.left-news .tab-box a:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 100%;
    vertical-align: middle;
}

.left-news .tab-box .prev {
    display: none;
    position: absolute;
    top: 0;
    width: 59px;
    height: 100%;
    box-shadow: 0 0 3px #c6c6c7;
    background: #fff;
    text-align: center;
    font-size: 0;
    left: 0;
    border-right: 1px solid #e1e3e6;
}

.left-news .tab-box .prev span {
    display: inline-block;
    vertical-align: middle;
    width: 9px;
    height: 14px;
    background-repeat: no-repeat;
    background-image: url(../images/arrow.svg);
    background-position: 96.77% 25%;
    background-size: initial;
}

.left-news .tab-box .next span {
    display: inline-block;
    vertical-align: middle;
    width: 9px;
    height: 14px;
    background-repeat: no-repeat;
    background-image: url(../images/arrow.svg);
    background-position: 61.29% 25%;
    background-size: initial;
}

.left-news .tab-box .next {
    position: absolute;
    top: 0;
    width: 59px;
    height: 100%;
    box-shadow: 0 0 3px #c6c6c7;
    background: #fff;
    text-align: center;
    font-size: 0;
    right: 0;
    border-left: 1px solid #e1e3e6;
}

.left-news .tab-box ul li {
    display: table-cell;
    white-space: nowrap;
    font-size: 14px;
    text-align: center;
    border-bottom: 3px solid transparent;
    cursor: pointer;
    position: relative;
    padding: 18px 25px;
}

.left-news .tab-box ul li.active {
    border-bottom-color: #42A41B;
    color: #42A41B;
}
.left-news .news-list .news-item {
    display: flex;
    padding: 25px 30px;
    margin-top: 4px;
    background-color: #FFFFFF;
    border-bottom: 1px solid #F2F2F2;
    cursor: pointer;

}
.left-news .news-list .news-item:last-child {
    border-radius: 0 0 6px 6px;
}


.left-news .news-list .news-item .news-img {
    width: 250px;
    height: 140px;
    border-radius: 2px;
    background-color: #D8D8D8;
    object-fit: cover;
    margin-right: 20px;
}


.left-news .news-list .news-item .news-info {
    width: 450px;
}

.left-news .news-list .news-item .news-img img {
    width: 250px;
    height: 140px;

}

.left-news .news-list .news-item .title {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    color: #333333;
    width: 100%;

}

.left-news .news-list .news-item .title:hover {
    color: #2A7EFB;
}

.left-news .news-list .news-item .message {
    height: 45px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-top: 11px;
    font-size: 14px;
    line-height: 22px;
    color: #777777;
}

.left-news .news-list .news-item .tags {
    height: 20px;
    flex: 1;
    display: flex;
    margin-top: 12px;
}

.left-news .news-list .news-item .tag {
    height: 20px;
    padding: 0 7px;
    border-radius: 2px;
    margin-left: 8px;
    background-color: #FFB301;
    font-size: 12px;
    line-height: 20px;
    color: #FFFFFF;
}

.left-news .news-list .news-item .tag:first-child {
    margin-left: 0;
}

.left-news .news-list .news-item .attribute {
    display: flex;
    margin-top: 11px;
    font-size: 14px;
    line-height: 14px;
    color: #BBBBBB;
}

.left-news .news-list .news-item .time {
    margin-right: 40px;
}

.left-news .news-list .news-item .attribute .iconfont {
    margin-right: 6px;
    font-size: 14px;
}
.left-news .detail-title {
    font-weight: 600;
    font-size: 30px;
    line-height: 42px;
    color: #333333;
}
.left-news .detail-attribute {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 14px;
    font-size: 14px;
    line-height: 14px;
    color: #BBBBBB;
}

.left-news .detail-attribute .tags {
    display: flex;
    align-items: center;
}

.left-news .detail-attribute .tags:empty {
    display: none;
}

.left-news .detail-attribute .tag {
    height: 20px;
    padding: 0 7px;
    border-radius: 2px;
    background-color: #FFB301;
    font-size: 12px;
    line-height: 20px;
    color: #FFFFFF;
}

.left-news .detail-attribute .tag+.tag {
    margin-left: 8px;
}

.left-news .detail-attribute>div:last-child {
    display: flex;
    align-items: center;
}

.left-news .detail-attribute .time {
    margin-right: 40px;
}

.left-news .detail-attribute.iconfont {
    margin-right: 6px;
    font-size: 14px;
}

.left-news  .detail-content {
    min-height: 700px;
    margin-top: 40px;
    font-size: 16px;
    line-height: 22px;
}

.left-news  .detail-content img{
    width: 100%;
}
.left-news .pagination {
    margin-top: 40px;
}

.left-news .pagination .item {
    font-size: 0;
}

.left-news .pagination .item+.item {
    margin-top: 18px;
}

.left-news .pagination a {
    display: inline-block;
    font-size: 13px;
    line-height: 18px;
    color: #2A7EFB;
}

.left-news .pagination span {
    color: #777777;
}
.left-news .pagination .disabled {
    color: #777777;
}
.left-news #laypage-all {
    padding: 10px 10px;
}


.left-news .bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 80px;
    padding: 0 24px 0 62px;
    border-radius: 6px;
    background: url("../images/tags_bg.png") left top/100% 100% no-repeat;
    font-weight: 500;
    font-size: 22px;
    color: #466EAA;
}

.left-news .bar a {
    width: 114px;
    height: 34px;
    border-radius: 4px;
    background-color: #FFFFFF;
    text-align: center;
    font-size: 14px;
    line-height: 34px;
    color: #555555;
}

.empty-box {
    padding-top:150px;
    text-align:center
}
.empty-box p {
    color:#969696;
    font-size:12px;
    margin-top:10px
}
.empty-box img {
    display:inline-block
}

.right-news {
    width: 380px;
    min-height: 600px;
}

.right-news .top-news {
    min-height: 300px;
    padding: 20px;
    border-radius: 4px;
    background: #FFFFFF;
}
.right-news .hot-cloud {
    min-height: 300px;
    padding: 20px;
    border-radius: 4px;
    background: #FFFFFF;
    margin-top: 16px;
}
.right-news .hot-cloud  .h-title,
.right-news .top-news  .h-title {
    background: url("../images/title_bg.png") center/180px no-repeat;
    text-align: center;
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    color: #333333;
}



.right-news .top-news  .swiper {
    height: 301px;
    margin-top: 26px;
}

.right-news .top-news  .swiper-pagination {
    bottom: 0;
    font-size: 0;
}

.right-news .top-news  .swiper-pagination-bullet {
    width: 18px;
    height: 4px;
    border-radius: 0;
    margin: 0 3px;
    background-color: #EEEEEE;
    opacity: 1;
}

.right-news .top-news  .swiper-pagination-bullet-active {
    background-color: #2A7EFB;
}

.right-news .top-news  .swiper img {
    width: 345px;
    height: 193px;
    border-radius: 2px;
    background-color: #D8D8D8;
    object-fit: cover;
}

.right-news .top-news  .swiper .title {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-top: 12px;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #333333;
}

.right-news .top-news  .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;
}



.right-news .top-news .list {
    margin-top: 40px;
}

.right-news .top-news .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;
}

.right-news .top-news .list a+a {
    margin-top: 20px;
}

.right-news .top-news .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;
}

.right-news .top-news .list a:hover {
    color: #2A7EFB;
}

.hot-cloud{
}
.hot-cloud .tag-ball{
    padding: 20px 0;
}
.hot-cloud .tag-ball .tag-label {
    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;
}

