.blocks{
    display: block!important;
}
.newlist{
    max-width: 1158px;
    margin: 0 auto;
    margin-top: 70px;
}
.news{
    width: 100%;
    /*height: 240px;*/
    padding: 30px 35px;
    background: #eeeeee;
    cursor: pointer;
    display: none;

}
.newsflexs{
    display: flex;
}
.newsflexs>div:nth-child(1){
    width: 300px;
    height: 180px;
    border-radius: 6px;
    border:1px solid #a4a4a4;
    overflow: hidden;
    margin-right: 30px;


}
.newsflexs>div:nth-child(2){
    padding-top: 23px;
}
.newsflexs>div:nth-child(2)>span{
    display: block;
}
.datit{
    font-size: 23px;
    font-weight: bold;
    line-height: 32px;
    color: #676767;
    display: block;
}
.midtit{
    font-size: 23px;
    font-weight: bold;
    line-height: 44px;
    color: #c0232a;
    display: block;
}
.smatit{
    font-size: 14px;
    line-height: 32px;
    color: #9f9f9f;
    display: block;
}

.new{
    width: 100%;
    /*height: 172px;*/

    margin: 0 auto;
    margin-top: 10px;
    display: flex;
    padding: 30px 0;
    cursor: pointer;
    justify-content: space-between;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    /*position: relative;*/
    /*left: -25px;*/
    /*top: -25px;*/
    padding-right:25px;
    padding-left: 15px;
}
.datit{
    transition: all 1s;
}
.new:hover div:nth-child(2) .datit{
    color: #db0019!important;
}

.new:hover{
    background: #f7f7f7;
    -webkit-box-shadow: 0 0 30px rgba(0,0,0,0.1);
    box-shadow: 0 0 30px rgba(0,0,0,0.15);
    -webkit-transform: translate3d(0, 0px, -2px);
    transform: translate3d(0, 1px, -2px);
}
.new:focus {
    outline: -webkit-focus-ring-color auto 5px;
}
.new>div{
    display: flex;
    justify-content: space-between;
}

.new>div:nth-child(1){
    width: 180px;
    height: 120px;
    border-radius: 10px;
    overflow: hidden;
    margin-right: 14px;
}
.new>div:nth-child(1)>img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.new>div:nth-child(2)>div:nth-child(1){
    width: 760px;

}
.new>div:nth-child(2)>div:nth-child(1)>span:nth-child(1){
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    margin-top: 4px;
    margin-bottom: 10px;
}
.new>div:nth-child(2)>div:nth-child(1)>span:nth-child(2){
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.new>div:nth-child(2)>div:nth-child(2){
    width: 120px;
    height: 120px;
    border-radius: 5px;
    overflow: hidden;
    /*background: #83a5cb;*/
    /*background: #FF5654;*/
    background: #db0019;
    color: #fff;
    margin-left: 16px;
}
.new>div:nth-child(2)>div:nth-child(2)>span{
    display: block;
    text-align: center;
}
.new>div:nth-child(2)>div:nth-child(2)>span:nth-child(1){
    font-size: 46px;
    font-weight: bold;
    padding-top: 10px;
}
.new>div:nth-child(2)>div:nth-child(2)>span:nth-child(2){
    font-size: 19px;
    font-weight: bold;
}
.breadlists{
    padding-bottom: 92px;
    padding-top: 10px;
}
.newsdetail{
    padding-top: 50px;
    padding-bottom: 110px;
    max-width: 1100px;
    margin: 0 auto;
}
.newsdetail>span{
    display: block;

}
.newsdetail img{
    object-fit: cover;
    /*width:auto;*/
    /*height: auto;*/
    max-width: 100%;
}
.newtitle{
    text-align: center;
    font-size: 34px;
    /*color: #14549f;*/
    color: #db0019;
    font-weight: bold;
    line-height: 50px;
}
.newtime{
    text-align: center;
    font-size: 18px;
    /*color: #14549f;*/
    color: #db0019;
    margin-top: 10px;
    line-height: 24px;
    margin-bottom: 74px;

}
.newcon{
    font-size: 14px;
    color: #5a5a5a;
    line-height: 20px;
}
.newcon>img{
    margin:0 auto;
}
.newsflexs>div:nth-child(1)>img{
    display: block;
    width: 100%;
    height: 100%;
}

.prevnew {
    margin-top: 40px;
    border: 1px dashed #c0c2c3;
    background: #fbfbfb;
    padding: 10px;
    margin-bottom: 50px;
}
.prevnew>span, .prevnew>span>a {
    display: block;
    line-height: 30px;
    font-size: 12px;
    color: #333333;
}
.prevnew>span>a:hover{
    color: #db0019;
}
.newcon{
    width: 100%;
    /*text-align: left;*/
    line-height: 27px;
    font-size: 15px;
    color: #424242;

}
.newcon>p{
    font-size: 15px!important;
}
.pagelist{
    width: unset;
    margin:0 auto;
    height: 70px;
    padding: 12px 50px;
    background: #fdfdfd;
    margin-top: 75px;
}
.pagelist span, .pagelist a{
    display: inline-block;
    /*width: 42px;*/
    min-width: 42px;
    height: 42px;
    border:1px solid #d5d5d5;
    line-height: 42px;
    font-size: 13px;
    color: #666666;
    margin-right: 14px;
    text-align: center;
    padding: 0 12px;

}
.pagelist a:hover{
    border:1px solid #db0019;
    background: #db0019;
    color: #fff;
}
.pagelist span.current{
    display: inline-block;
    width: 42px;
    height: 42px;
    background: #db0019;
    border:1px solid #db0019;
    line-height: 42px;
    font-size: 13px;
    color: #fff;

}
.pagelist .tebie{
    width: 82px;
    float: right;
}
.pagelist{
    display: inline-flex;
    height: 70px;
    padding: 12px 50px;
    background: #fdfdfd;
    margin: 0 auto;
    text-align: center;
    margin-top: 75px;
}
.newlistone{
    position: relative;
}
.zhiding{
    position: absolute;
    left: 0;
    top: 0;

}
.zhiding>img{
    display: block;
    width: auto;
    height: 50px;
}
.shares{
    display: flex;
    align-items: flex-end;
    line-height: 36px;
    color: #76838c;
    justify-content: center;
    padding: 0 150px;
    margin-top: 50px;
}
.newconls>span{
    display: block;
    min-width: 70px;
    text-align: center;
    margin-left: 16px;
    cursor: pointer;
}
.bdsharebuttonbox a{
    display: block;
    width: 36px!important;
    height: 36px!important;
    padding: 0!important;
    margin: 0 0 0 12px!important;
    border-radius: 50%;
    line-height: 33px!important;
    -webkit-border-radius: 50%;
    border: 2px solid #C2CACC;
    background: none!important;

}
.bdsharebuttonbox .icon{
    display: block;
    width: 100%;
    height: 100%;
    font-family: 'iconfont'!important;
    font-size: 22px!important;
    text-align: center;
    line-height: 36px;
    color: #C2CACC;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
}
a{
    text-decoration: none;
}


.bd_weixin_popup{
    position: absolute;
    left: -400px;
    top: -400px;
    padding: 10px;
    width: 280px!important;
    height: 338px!important;
    background: #fff;
    border: solid 1px #d8d8d8;
    z-index: 11001;
    font-size: 12px;
}
#bdshare_weixin_qrcode_dialog_qr table{
    direction: ltr;
    border: 0;
    width: 227px;
    border-collapse: collapse;
    background-color: #fff;
    margin: 0 auto;
    border-spacing: 0;
}
.bdsharebuttonbox a:hover{
    color: #db0019!important;
    border-color: #db0019;


}

.currentnew>div:nth-child(2)>div:nth-child(2){
    /*background: #14549f;*/
    background:#db0019;
}
/*手机*/
@media screen and (max-width: 768px) {
    .newlist{
        margin-top: 0px;
    }
    .new>div:nth-child(2)>div:nth-child(1){
        width: 100%;
    }
    .new>div{
        width: 100%;
    }
    .newsflexs>div:nth-child(1){
        display: none;
    }
    .datit{
        font-size: .32rem;
    }
    .newlist li{
        position: relative;
        padding-top: .3rem;
    }

    .new{
        padding: .2rem 0;
    }

    .new>div:nth-child(2)>div:nth-child(2){
        width: 1.2rem;
    }
    .new>div:nth-child(2)>div:nth-child(2)>span:nth-child(1){
        font-size: .36rem;
        padding-top: .1rem;
    }
    .new>div:nth-child(2)>div:nth-child(2)>span:nth-child(2){
        font-size: .32rem;
    }
    .pagelist{
        padding: 0;
    }
    .pagelist span, .pagelist a{
        margin-right: .14rem;
        padding: 0 .12rem;
    }

    .newlist .datit{
        font-size: .28rem;
    }
    .newtitle{
        font-size: 20px;
        line-height: unset;
    }
    .newtime{
        font-size: 16px;
    }
    .shares{
        padding: 0;
        margin: .5rem 0;
    }

    .bdsharebuttonbox .icon{
        font-size: .32rem!important;
    }
    .newcon{
        font-size: 14px;
    }

    .mobilenewlist{
        width: 100%;
    }
    .mobilelistone{
        margin-bottom: .44rem;
    }
    .mobilelistone>a{
        /*background: #db0019;*/
        background: #f7f7f7;
        height: .9rem;
        display: flex;
        align-items: center;
        border-radius: 5px;
        font-size: 14px;
        font-weight: normal;
        /*color: #fff;*/

        position: relative;
    }

    .mobilelistone>a>div:first-child{
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
        width: 80%;
        max-width: calc(100% - 1.22rem);
        height: auto;
        padding-left: .1rem;
        color: #676767;
    }
    .mobilelistone>a>div:nth-child(2){
        width: 1.22rem;
        overflow: hidden;
        padding-left: .1rem;
        margin-left: 4px;
        text-align: right;
        padding-right: .12rem;
        color: #9f9f9f;
    }
    .zhiding>img{
        height: .5rem;
    }
    .mobilenewlist{
        margin-top: .5rem;
    }
    /*.new:hover{*/
        /*background: #db0019;*/
    /*}*/
    /*.new:hover div{*/
        /*color: #fff!important;*/
    /*}*/
    .pagelist span.current,.pagelist span, .pagelist a{
        height: .5rem;
        width: unset;
        min-width: .5rem;
        display: inline-flex;
        align-items: center;
        justify-content: space-around;
        box-sizing: border-box;

    }

}

/*平板*/
@media screen and (min-width: 768px) and (max-width: 992px) {
    .new>div:nth-child(1){
        display: none;
    }
    .new>div:nth-child(2)>div:nth-child(1){
        width: 760px;
    }
    .new>div{
        width: 100%;
    }
    .newsflexs>div:nth-child(1){
        display: none;
    }


}

/*pc小屏*/
@media screen and (min-width: 992px) and (max-width: 1200px) {
    .new>div:nth-child(1){
        width: 160px;
    }
    .new>div:nth-child(2)>div:nth-child(1){
        width: 630px;
    }
}

/*pc大屏*/
@media screen and (min-width: 1200px) {

}