* {
    padding: 0;
    margin: 0;
    border: 0;
}

body {
    font-family: "Microsoft YaHei";
    overflow-x: hidden;
    -webkit-text-size-adjust: none;
}

body.sy {
    background: #ffffff !important;
}

a {
    text-decoration: none;
    cursor: pointer;
    color: inherit;
}

ul, li {
    list-style: none;
}

input {
    border: 0;
    outline: none;
}

i, em {
    font-style: normal;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clear {
    zoom: 1;
}

.clear:after {
    display: table;
    content: '';
    clear: both;
}

.mobileNone {
    display: none !important;
}
.base-wrapper{width:100%; padding: 0 0.3rem; box-sizing: border-box}
.img-cont img{ display: block; width: 100%; }
.coverImg img{ height: 100%; object-fit: cover;}
.esd-main .base-title{
    margin: 0 auto;
    background-repeat: no-repeat;
    background-size: 100% auto;
    margin-top: 0.5rem;
}

.esd-main .base-list{
    padding-top: 0.16rem;
}

.esd-main .base-more{
    text-align: center;
    margin-top: 0.3rem;
    font-size: 0;
}
.esd-main .base-more a{
    display: inline-block;
    padding-right: 0.4rem;
    background: url("esd-more.png") right center no-repeat;
    background-size: 0.25rem auto;
    font-size: 0.26rem;
    color: #c30e22;
}


.esd-main .base-list li{
    font-size: 0.3rem;
    color: #333333;
    line-height: 1.5;
    padding-left: 0.2rem;
    position: relative;
}

.zyjs-main .base-list li{
    margin-bottom: 0.1rem;
}

.esd-main .base-list li:nth-of-type(n+6){
    display: none;
}

.zyjs-main .base-list li:nth-of-type(4){
    display: block;
}

.esd-main .base-list li a:before{
    content: '';
    width: 0.06rem;
    height: 0.06rem;
    background-color: #bb000c;
    border-radius: 0.03rem;
    display: inline-block;
    vertical-align: top;
    position: absolute;
    top: 0.35rem;
    left: 0;
}

.zyjs-main .base-list li a:before{
    top: 0.18rem;
}

.zyjs-main{
    padding-top: 1px;
}

.zyjs-main .base-title{
    width: 4.46rem;
    height: 0.86rem;
    background-image: url("esd-zyjs.png");
}

.xxgc-main .base-title.dzbs{
    background-image: url("esd-dzbs.png");
}

.zyjs-main .base-title.dzbs{
    display: none;
}

.zyjs-main .top-news{
    font-size: 0.36rem;
    color: #c30e22;
    font-weight: bold;
    text-align: center;
    margin-top: 0.3rem;
    margin-bottom: 0.3rem;
    line-height: 1.6;
}

.zyjs-main .top-news.big-news{
    font-size: 0.42rem;
    text-align: center;
}

.zyjs-main .clear{
    display: flex;
    flex-direction: column-reverse;
}

.esd-list-main .zyjs-main .clear{
    display: block;
}


.zyjs-main .text-cont{
    margin-top: 0.2rem;
}


.zyjs-main .text-top p{
    display: none;
}

.zyjs-main .text-top h3{
    font-weight: normal;
    font-size: 0.3rem;
    color: #333333;
    line-height: 1.5;
    padding-left: 0.2rem;
    position: relative;
}

.zyjs-main .text-top h3 a:before{
    content: '';
    width: 0.06rem;
    height: 0.06rem;
    background-color: #bb000c;
    border-radius: 0.03rem;
    display: inline-block;
    vertical-align: top;
    position: absolute;
    top: 0.18rem;
    left: 0;
}

.esd-main{
    background: url("esd-m-mainBg.png") no-repeat;
    background-size: cover;
    padding-bottom: 0.6rem;
}

.esd-main h3{
    font-size: 0.32rem;
    color: #333;
    line-height: 1.6;
}


.zyjs-main .text-top p{
    font-size: 0.26rem;
    color: #666666;
    margin-top: 0.1rem;
    line-height: 1.6;
}

.zyjs-main .img-box{
    position: relative;
}

.zyjs-main .img-box .img-cont img{
    height: 100%;
    object-fit: cover;
}

.zyjs-main .img-box p{
    padding: 0.12rem 0.2rem;
    line-height: 1.3;
    text-align: left;
    background-color: #bb000c;
    font-size: 0.3rem;
    color: #fff;
}

.xxgc-main{
    padding-top: 1px;
}

.xxgc-main .base-title{
    background-image: url("esd-xxgc.png");
    width: 4.45rem;
    height: 0.86rem;
}

.xxgc-main .xxgc-swiper{
    margin-top: 0.5rem;
    position: relative;
}

.xxgc-main .xxgc-swiper .swiper-wrapper{
    width: 999999999px;
}

.xxgc-main .xxgc-swiper .img-cont{
    height: 4rem;
}

.xxgc-main .xxgc-swiper .text-cont{
    box-sizing: border-box;
    padding-top: 0.2rem;
}


.xxgc-main .xxgc-swiper .text-cont p{
    font-size: 0.26rem;
    line-height: 1.8;
    color: #666666;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.xxgc-main .xxgc-swiper .pagination {
    position: absolute;
    z-index: 20;
    width: 100%;
    right: 0;
    text-align: right;
    top: 3.7rem;
    font-size: 0;
    padding-right: 0.2rem;
}
.xxgc-main .xxgc-swiper .swiper-pagination-switch {
    display: inline-block;
    width: 0.15rem;
    height: 0.15rem;
    border-radius: 50%;
    margin: 0 0.05rem;
    opacity: 0.8;
    cursor: pointer;
    opacity: 1;
    background: #fff;
}
.xxgc-main .xxgc-swiper .swiper-active-switch {
    background: #c30e22;
}

.xxgc-main .xxgc-list{
    overflow: hidden;
    padding-top: 0;
    color: #333333;
}


.xxgc-main .xxgc-list li{
    border-bottom: 0.02rem dashed #aaaaaa;
    padding-top: 0.15rem;
    padding-bottom: 0.15rem;
    box-sizing: border-box;
}

.esd-main .xxgc-list .base-list li:before{
    top: 0.32rem;
}

.ddbfc-main{
    padding-top: 1px;
}

.ddbfc-main .base-title{
    background-image: url("esd-ddbfc.png");
    width: 5.34rem;
    height: 0.86rem;
}

.ddbfc-main .ddb-cont{
    background-color: #ffffff;
    box-shadow: 0 0 5px 2px #ddd;
    position: relative;
    margin-top: 0.3rem;
    color: #333333;
    box-sizing: border-box;
    padding: 0.2rem;
}


.ddbfc-main .ddb-cont .name-cont{
    width: 7.5rem;
    height: 1.9rem;
    background-color: #ffffff;
    position: absolute;
    right: -0.3rem;
    top: 4.87rem;
    box-shadow: 0 0 5px 2px #ddd;
    box-sizing: border-box;
    padding-left: 0.6rem;
    padding-top: 0.25rem;
}

.ddbfc-main .ddb-cont .name-cont h4{
    font-size: 0.32rem;
}

.ddbfc-main .ddb-cont .name-cont p{
    font-size: 0.3rem;
    margin-top: 0.12rem;
    width: 4.2rem;
}

.ddbfc-main .ddb-cont .news-cont{
    box-sizing: border-box;
    margin-top: 2.5rem;
}
.ddbfc-main .ddb-cont .news-cont h3{
    position: relative;
    padding-bottom: 15px;
}
.ddbfc-main .ddb-cont .news-cont h3:after{
    content: '';
    width: 0.76rem;
    height: 0.06rem;
    background-color: #c30e22;
    position: absolute;
    left: 0;
    bottom: 0;
}


.ddbfc-main .ddb-cont .news-cont p{
    font-size: 0.3rem;
    line-height: 1.6;
    margin-top: 0.2rem;
}


.xxth-main{
    padding-top: 1px;
}

.xxth-main .base-title{
    background-image: url("esd-xxth.png");
    width: 4.43rem;
    height: 0.86rem;
}

.xxth-main .top-cont{
    display: none;
}

.xxth-main .top-cont p{
    font-size: 16px;
    color: #666666;
    line-height: 1.8;
    margin-top: 10px;
}

.xxth-main .base-list{
}

.xxth-main .base-list li{
    border-bottom: 0.02rem dashed #aaaaaa;
    box-sizing: border-box;
    padding-top: 0.15rem;
    padding-bottom: 0.15rem;
}

.esd-main .xxth-main .base-list li:before{
    top: 0.34rem;
}

.sdjd-main .base-title{
    background-image: url("esd-sdjd.png");
    width: 4.44rem;
    height: 0.86rem;
}

.fjrt-main{
    padding-top: 1px;
    margin: 0 -0.3rem;
    overflow: hidden;
}

.fjrt-main .base-title{
    background-image: url("esd-fjrt.png");
    width: 4.45rem;
    height: 0.86rem;
}

.fjrt-main ul{
    margin-top: 0.3rem;
    margin-right: -0.2rem;
}

.fjrt-main ul li{
    float: left;
    width: 50%;
    height: 2.43rem;
    position: relative;
    overflow: hidden;
    margin-bottom: 0.1rem;
}

.fjrt-main ul li .img-cont{
    height: 100%;
}

.fjrt-main ul li .text-cont{
    display: none;
}


.fjrt-main ul li:nth-of-type(n+9){
    display: none;
}


.fjrt-main .fjrt-swiper{
    margin-top: 0.45rem;
    position: relative;
}

.esd-list-main .base-title{
    display: none;
}


.fjrt-main .fjrt-swiper .img-cont{
    height: 1.88rem;
}

.fjrt-main .fjrt-swiper .swiper-wrapper{

}

.fjrt-main .fjrt-swiper .swiper-btn{
    width: 0.4rem;
    height: 0.4rem;
    background-repeat: no-repeat;
    top: 50%;
    position: absolute;
    margin-top: -0.2rem;
    background-size: 100% auto;
    z-index: 2;
}

.fjrt-main .fjrt-swiper .swiper-btn.prev{
    background-image: url("esd-arrow1.png");
    left: 0.3rem;
}

.fjrt-main .fjrt-swiper .swiper-btn.next{
    background-image: url("esd-arrow2.png");
    right: 0.3rem;
}

.footer{
    height: 1.5rem;
    line-height: 1.5rem;
    text-align: center;
    font-size: 0.26rem;
    color: #fff;
    background-color: #bd000c;
}

.esd-list-main{
    padding-top: 0.3rem;
}

.esd-list-main .esd-thumb{
    font-size: 0.26rem;
    color: #666666;
    line-height: 1.5;
}

.esd-list-main .list-main ul{
    margin-top: 0.4rem;
    margin-right: 0;
}

.esd-list-main .list-main ul li{
    padding: 0.15rem 0;
    border-bottom: 1px dashed #999999;
    font-size: 0.3rem;
    color: #666666;
    line-height: 1.5;
    float: none;
    height: auto;
    margin: 0;
    width: auto;
    display: block;
}
.esd-list-main .list-main ul li a{
    display: block;
    overflow: hidden;
}

.esd-list-main .list-main ul li .li-left{
    display: block;
    position: relative;
    box-sizing: border-box;
    padding-left: 0.4rem;
}
.esd-list-main .list-main ul li .li-left:before{
    content: '';
    display: block;
    width: 0.08rem;
    height: 0.08rem;
    background-color: #bb000c;
    border-radius: 50%;
    position: absolute;
    left: 0.15rem;
    top: 0.2rem;
}

.esd-list-main .list-main ul li .li-right{
    float: right;
}

.list-main{
    margin: 0 !important;
}

.list-main .list-cont{
    min-height: 0;
}

/*分页*/
.nypage {
    padding: 0.6rem 0 0.2rem;
    text-align: center;
    color: #333333;
    line-height: 0.35rem;
    font-size: 0;
}

.nypage a {
    display: inline-block;
    width: 0.36rem;
    height: 0.36rem;
    text-align: center;
    line-height: 0.35rem;
    color: #333333;
    margin: 0 0.01rem;
    border: 1px solid #dddddd;
    font-size: 0.17rem;
}

.nypage a.cur {
    background: #ce0212;
    color: #ffffff;
}

.nypage a.index, .nypage a.end {
    width: 0.54rem;
}

.nypage a.next {
    width: 0.72rem;
}

.nypage font {
    font-size: 0;
    /*line-height: 30px;*/
}
.nypage font span{
    font-size: 0.17rem;
    height: 0.35rem;
    line-height: 0.35rem;
}
.nypage input {
    margin: 0 0.03rem;
    height: 0.35rem;
    line-height: 0.35rem;
    padding: 0;
    font-size: 0.17rem;
    text-align: center;
    border: 1px solid #dddddd;
    width: 0.49rem;
}
.nypage #go {
    padding: 0.06rem .06rem;
    margin-left: .1rem;
    font-size: .2rem;
    background: #ce0212;
    color: #fff;
    border-radius: 2px;
}

.list-cont{
    min-height: 9rem;
}

.esd-list-main .ejCon{
    margin-top: 0.3rem;
   
}

.esd-list-main .ejCon .ejR{
     padding-top: 0.3rem;
}

.esd-list-main .ejCon .ejR span{
    font-size: inherit !important;
}

.ejXwzxxq .ejartD img{
    max-width: 100% !important;
}

.ejXwzxxq .ejartD .imagenote{
    font-size: 0.28rem !important;
}

.hdfd-main{
    padding-top: 1px;
    display: none;
}

.hdfd-main .base-title{
    background-image: url("esd-hdfd.png");
    width: 4.46rem;
    height: 0.86rem;
}

.hdfd-main ul{
    margin-top:0.4rem;
}

.hdfd-main ul li{
    height: 5.7rem;
    background: #fff;
    box-shadow: 0 0 5px 2px #ddd;
    box-sizing: border-box;
    padding: 0.3rem;
    margin-bottom: 0.4rem;
}

.hdfd-main ul li:nth-of-type(n+3){
    display: none;
}

.hdfd-main ul li .img-cont{
    height: 3rem;
}

.hdfd-main ul li h3{
    font-size: 0.3rem;
    line-height: 1.4;
    margin-top: 0.1rem;
}

.hdfd-main ul li:hover h3{
        color: #bb000c;
}

.hdfd-main ul li p{
    margin-top: 0.1rem;
    color: #666666;
    font-size: 0.28rem;
}