#News  .News-content.row{
    margin: auto;
    justify-content: space-between;
    flex-wrap: nowrap;
}
#News  .News-content >.left{
    width: 964px;
    flex: 1;
    margin-right: 16px;
}
#News  .News-content >.left >.image  {
    border-radius: 4px;
    height: 120px;
    margin-bottom: 16px;
    overflow: hidden;
    width: 964px;
}
#News  .News-content >.left >.image img{
    width: 100%;
    height: auto;
    margin: auto;
}
#News  .News-content >.left> .news-list{
    background-color: #fff;
    border-radius: 4px;
    margin-bottom: 16px;
    padding: 20px;
    
}
#News  .News-content >.left> .news-list .switch_list{
    border-bottom: 1px solid #d4d4d4;
    margin-bottom: 16px;
    padding-bottom: 10px;
    display: flex;
}
.switch_list .switch_item{
    color: #333;
    font-size: 16px;
    font-weight: 700;
    margin-right: 50px;
    position: relative;
    cursor: pointer;
}
.switch_list .switch_item.active {
    color: #4066b8;
}
.switch_list .switch_item.active:after{
    background-color: #4066b8;
    border-radius: 2px;
    bottom: -12px;
    content: "";
    height: 4px;
    left: 50%;
    position: absolute;
    transform: translate(-50%);
    width: 30px;
}
.news-list-sell {
    display: flex;
    justify-content: space-between;
    margin-bottom: 16px;
}
.news-list-sell .left {
    width: 350px;
}
.news-list-sell .left >.title {
    margin-bottom: 10px;
}
.news-list-sell .left >.title i {
    margin-right: 6px;
    color: #ff6221;
}
.news-list-sell .left >.content {
    width: 100%;
}
.news-list-sell .left >.content >.card-item {
    border-bottom: 1px solid #d4d4d4;
    display: flex;
    padding: 16px 0;
    flex-wrap: nowrap;
    overflow: hidden;
}
.news-list-sell .left >.content >.card-item:last-child{
    border: none;
    padding-bottom: 0;
}
.news-list-sell .left >.content >.card-item .image {
    
    border-radius: 4px;
    overflow: hidden;
    padding: 1.5px 0;
    cursor: pointer;
}
.news-list-sell .left >.content >.card-item .image img{
    height: 70px;
    width: 114px;
}
.news-list-sell .left >.content >.card-item .info-list{
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: space-between;
    margin-left: 10px;
}
.news-list-sell .left >.content >.card-item .info-list .title{
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #333;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    cursor: pointer;
    
}

.news-list-sell .left >.content >.card-item .info-list .title:hover{
    color: #4066b8;
    text-decoration: underline;
}
.news-list-sell .left >.content >.card-item .info-list .census  {
    display: flex;
    justify-content: space-between;
    line-height: 16px;
    height: 16px;
    font-size: 12px;
    color: #999;
}
.news-list-sell .left >.content >.card-item .info-list .census .iconfont {
    margin-right: 5px;
}
.news-list-sell .left >.content >.card-item .info-list .census .icon {
    align-items: center;
    display: flex;
    flex: 2;
}
.news-list-sell .left >.content >.card-item .info-list .census>div:first-child{
    flex: 3;
}
.news-list-sell .right{
    width: 560px;
}
.news-list-sell .right>a{
    align-items: center;
    display: flex;
    height: 336px;
    justify-content: center;
    position: relative;
    width: 100%;
}
.news-list-sell .right>a>img{
    width: 100%;
    height: 100%;
}
.news-list-sell .right>a>.absolute {
    background-color: #33333380;
    border-radius: 0 4px 0 2px;
    bottom: 0;
    display: flex;
    flex-direction: column;
    height: 90px;
    justify-content: space-between;
    left: 0;
    padding: 10px;
    position: absolute;
    width: 100%;
    color: #fff;
}
.news-list-sell .right>a>.absolute .title {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #fff;
    display: -webkit-box;
    font-weight: 400;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}
.news-list-sell .right>a>.absolute .census  {
    color: #fff;
    display: flex;
    font-size: 12px;
    
}
.news-list-sell .right>a>.absolute .census >* {
    align-items: center;
    display: flex;
    margin-right: 20px;
}
.news-list-sell .right>a>.absolute .census > .icon i {
    margin-right: 5px;
}
.news-all-list {
    align-items: center;
    border-bottom: 1px solid #d4d4d4;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    padding-bottom: 6px;
    position: relative;
}
.news-all-list >.text {
    font-size: 16px;
    font-weight: 700;
}
.news-all-list >i{
    font-size: 12px;
}
.news-all-list>.show{
    background-color: #fff;
    border-radius: 0 0 4px 4px;
    box-shadow: 0 0 15px -7px #ccc;
    flex-wrap: wrap;
    left: 0;
    padding: 10px;
    position: absolute;
    top: 22px;
    width: 100%;
    z-index: 2;
}
.news-all-list>.show>li {
    width: 20%;
}
.news-all-list>.show>li>a{
    color: #333;
    display: inline-block;
    padding: 5px 0;
    line-height: 16px;
    font-size: 14px;
}
.news-all-list>.show>li>a:hover{
    color:#4066b8;
}
.image_box_list{
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
    width: 100%;
}
.image_box_list .image_box_item{
    height: 212px;
    margin-bottom: 10px;
    margin-right: 16px;
    
    width: calc((100% - 48px) / 4);
    position:relative
}
.image_box_list .image_box_item:nth-child(3),
.image_box_list .image_box_item:nth-child(7),
.image_box_list .image_box_item:nth-child(10),
.image_box_list .image_box_item:nth-child(14){
    margin-right: 0;
}
.image_box_list .image_box_item:nth-child(1),
.image_box_list .image_box_item:nth-child(10){
    width: calc((100% - 16px) / 2);
}
.image_box_list .image_box_item>.image{
    align-items: center;
    border-radius: 4px;
    display: flex;
    height: 132px;
    justify-content: center;
    overflow: hidden;
    position: relative;
    width: 100%;
    background-color: #f6f8fc;
}
.image_box_list .image_box_item:nth-child(1)>.image,
.image_box_list .image_box_item:nth-child(10)>.image {
    height: 100%;
}

.image_box_list .image_box_item>.image img{
    max-height: 100%;
    width: 100%;

}
.image_box_list .image_box_item > .image_box_info{
    border-radius: 0 0 4px 4px;
    display: flex;
    flex-direction: column;
    height: 80px;
    justify-content: space-between;
    padding: 10px;
    width: 100%;
    background-color: #f6f8fc;
}
.image_box_list .image_box_item:nth-child(1)>.image_box_info,
.image_box_list .image_box_item:nth-child(10)>.image_box_info{
    background-color: #0006;
    bottom: 0;
    height: 80px;
    left: 0;
    position: absolute;
    width: 100%;
    
}
@media (min-width: 992px){
    .image_box_list .image_box_item:nth-child(1)>.image_box_info *,
    .image_box_list .image_box_item:nth-child(10)>.image_box_info * {
        color: #fff !important;
    }
}

.image_box_list .image_box_item > .image_box_info .title{
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #333;
    display: -webkit-box;
    line-height: 20px;
    overflow: hidden !important;
    text-overflow: ellipsis;
    white-space: normal;
}
.image_box_list .image_box_item > .image_box_info .title:hover {
    color: #4066b8;
    text-decoration: underline;
}
.image_box_list .image_box_item > .image_box_info .row{
    align-items: center;
    color: #999;
    display: flex;
    font-size: 12px;
    justify-content: space-between;
}
.image_box_list .image_box_item > .image_box_info .row i {
    font-size: 13px;
    margin-right: 5px;
    width: 100%;
}
.page-box {
    display: flex;
    justify-content: right;
}
body .layui-laypage .layui-laypage-curr .layui-laypage-em{
    background-color: #4066b8;
}
.News-content>.right {
    width: 320px;
    position: relative;
}
.News-content>.right>.form-box {
    background-color: #fff;
    border-radius: 4px;
    margin-bottom: 16px;
    padding: 20px;
}
.News-content>.right>.form-box .title{
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
    text-align: center;
    margin-top:20px ;
    overflow: hidden;
}
.form-item{
    margin-bottom: 10px;
}
.btn {
    border-radius: 4px;
    font-family: unset;
    font-size: 14px;
    margin: 10px 0;
    padding: 10px 20px;
    position: relative;
    transition: all .2s;
    line-height: 16px;

}
.submit {
    background-color: #4066b8;
    color: #fff;
    width: 160px;
    display: block;
    margin: 27px auto 10px;
}
#News,
#News * {
    max-width: none;
    /* overflow: visible; */
}
#News img {
    max-width: 100%;
}
.News-content>.left>.content {
    align-items: center;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    border-radius: 4px;
    margin-bottom: 16px;
    padding: 20px;
}
.popular{
    background-color: #fff;
    border-radius: 4px;
    margin-bottom: 16px;
    padding: 20px;
}
.baseModule{
    background-color: #fff;
    border-radius: 4px;
    margin-bottom: 16px;
    padding: 20px;
    position: sticky;
    top: 0;
    min-height: 100vh;
}
.baseModule>.title {
    display: flex;
    font-size: 16px;
    font-weight: 700;
    justify-content: space-between;
    margin-bottom: 16px;
}
.baseModule>.title> a{
    color: #4066b8;
    font-size: 14px;
    font-weight: 400;
}
.baseModule>.title> a>i{
    font-size: 12px;
    color: #4066b8;
    
}
.baseModule>.content >.content-item{
    border-bottom: 1px solid #d4d4d4;
    
    padding: 16px 0;
}
.baseModule>.content >.content-item:last-child {
    border:none;
}
.baseModule>.content >.content-item>a{
    display: flex;
}
.baseModule>.content >.content-item>a img{
    height: 60px;
    width: 60px;
    margin-right: 12px;
}
.baseModule>.content >.content-item>a >.right{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1;
}
.popular>.title {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
}
.popular>.title >i{
    color: #4066b8;
    font-size: 16px;
}
.popular>.content-list>li{
    align-items: center;
    display: flex;
    margin: 10px 0;
    overflow: hidden;
}
.popular>.content-list>li>i{
    background-color: #333;
    border-radius: 50%;
    display: inline-block;
    height: 6px;
    margin-right: 5px;
    width: 6px;
}
.popular>.content-list>li>a{
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    color: #333;
    display: -webkit-box;
    flex: 1;
    overflow: hidden !important;
    text-overflow: ellipsis;
    white-space: normal;
    word-break: break-all;
}
.News-content>.left>.content>.content {
    font-family: Helvetica,Arial,Tahoma,sans-serif !important;
    margin-bottom: 20px;
}
.share-box{
    align-items: center;
    border-top: 1px dashed #d4d4d4;
    display: flex;
    justify-content: flex-end;
    padding-top: 30px;
    width: 100%;
}
.share-box>span {    color: #999;
    margin-right: 16px;
}
.share-box>.item {
    align-items: center;
    display: flex;
}
.share-box>.item >a{
    border: 5px solid #fff;
    border-radius: 50%;
    box-sizing: unset;
    color: #fff;
    font-size: 16px;
    height: 30px;
    justify-content: center;
    margin-right: 10px;
    transition: all .2s;
    width: 30px;
    display: flex;
    align-items: center;
}
.share-box>.item >a:first-child{
    background-color: #3b569d;
}
.share-box>.item >a:nth-child(2){
    background-color: #0078b6;
}
.share-box>.item >a:nth-child(3){
    background-color: #1ca1f1;
}
.share-box>.item >a:nth-child(4){
    background-color: #474545;
}
.infoList {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}
.infoList >span{
    align-items: center;
    display: flex;
    margin: 0 20px;
}
.infoList >span>i{
    color: #4066b8;
    margin-right: 5px;
}
.RelatedArticles {
    background-color: #fff;
    border-radius: 4px;
    margin-bottom: 16px;
    padding: 20px;
}
.RelatedArticles> .title {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 700;
}
.RelatedArticles> .title> i{
    color: #4066b8;
    font-size: 16px;
    font-weight: 400;
    margin-right: 10px;
}
.RelatedArticles>.list>li{
    border-bottom: 1px solid #d4d4d4;
    display: flex;
    padding: 10px 0;
}
.RelatedArticles>.list>li:last-child{
    border: none;
}
.RelatedArticles>.list>li>.image {
    display: inline-block;
    height: 152px;
    margin-right: 10px;
    width: 252px;
    overflow: hidden;
}
.RelatedArticles>.list>li>.image>img{
    border-radius: 4px;
    height: 100%;
    width: 100%;
}
.RelatedArticles>.list>li>.right{
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: space-around;
}
.RelatedArticles>.list>li>.right>.model {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #333;
    display: -webkit-box;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    line-height: 18px;
}
.RelatedArticles>.list>li>.right>.infoList{
    display: flex;
    justify-content: flex-start;
    margin: 0;
}
.RelatedArticles>.list>li>.right>.infoList>span{
    margin:0 20px 0 0;
}
.RelatedArticles>.list>li>.right>.infoList>span,
.RelatedArticles>.list>li>.right>.infoList >span>i{
    color: #999;
    display: flex;
}
.RelatedArticles>.list>li>.right>.content {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    color: #999;
    display: -webkit-box;
    font-size: 13px;
    line-height: 20px;
    overflow: hidden !important;
    text-overflow: ellipsis;
    white-space: normal;
    
}
.RelatedArticles>.list>li>.right>.more{
    color: #666;
    
}
.RelatedArticles>.list>li>.right>.more >i{
    font-size: 11px;
}
.RelatedArticles>.list>li>.right a:hover{
    color: #4066b8 !important;
}
@media (max-width:991px) {
    #News, #News *{
        max-width: 100%;
    }
    #News{
        padding: 0 10px;
    }
    #News .News-content.row {
        flex-direction: column;
    }
    #News .News-content >.left >.image{
        height: 60px;
        width: 100%;
        padding: 0;
    }
    #News .News-content >.left >.image>img{
        width: 100%;
        height: 100%;
    }
    #News .News-content >.left{
        margin-right: 0;
    }
    .News-content>.right{
        width: 100%;
    }
    #News .News-content >.left> .news-list,
    #News>div>div>div{
        padding: 10px;
        width: 100%;
    }
    .news-list-sell .right{
        display: none;
    }
    .image_box_list .image_box_item:nth-child(1n){
        height: unset;
        margin-right: 0;
        width: 100%;
    }
    .image_box_list .image_box_item:nth-child(1n)>.image{
        height: 200px;
    }
    .image_box_list .image_box_item:nth-child(1n)>.image_box_info{
        background-color: #f6f8fc;
        height: 80px;
        position: unset;
        width: 100%;
    }
    .switch_list .switch_item {
        margin: 0 20px 0 0;
    }
    #News .News-content >.left> .news-list .switch_list {
        justify-content: space-between;
        align-items: center;
    }
    .news-all-list>.show>li{
        width: 100%;
    }
}