/*!
 * ETUI v3
 *
 * Copyright 2017.7*/
@import "iconfont/iconfont.css";
@import "https://at.alicdn.com/t/c/font_178760_4jb088ofk19.css";
body{
    background:linear-gradient(to bottom,#e4bb95,#F0D8AA);
}
a{
    color:#666
}
a:hover{
    text-underline: none;
    text-decoration: none;
    color:#BF0000!important;
}
ul li{
    list-style: none;
}
ul{

    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 0;
}
.header{
    position: absolute;
    left:0;
    top:20px;
    right:0;
}
.wza{
    background: #fff;
    border-radius: 50px;
    padding:6px 20px;
    cursor: pointer;
}
.header .container{
    display: flex;
    align-items:center;
    justify-content: space-between;
}
.header .container:before,.header .container:after{
    display: none;
}
.logo{
    display: flex;
    align-items: center;
    margin-top: 20px;
}
.logo img{
    width: 40px;
    height: 42px;
    margin-right: 10px;
}
.logo span{
    color:#fff;
    font-size: 24px;
    font-weight: bold;
}
.head-banner{
    z-index: 99;
}
.head-banner .container{
    position: absolute;
    top:0;
    left:50%;
    transform: translate(-50%,0);
}
.wza{
    background: #fff;
    border-radius: 50px;
    padding:6px 20px;
    cursor: pointer;
    right:20px;
    position: absolute;
    top:30px;
    z-index: 999;
}
.main{
    margin-top: -360px;
    position: relative;
}
.mt-50{
    margin-top: 50px;
}
.news-cont{
    background:linear-gradient(to bottom,rgba(241,219,176,100) 10px,#FFF9EF 200px);
    padding:52px;
    position:relative;
}
.news-cont:before{
    content: '';
    background: url("/public/assets/img/xyrsd/boxbg.png") no-repeat center top;
    left:20px;
    top:20px;
    right:20px;
    bottom:20px;
    background-size: 100% auto;
    position: absolute;
    z-index: 0;
}
.news-cont *{
    position: relative;
    z-index: 99;
}

.title-01{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 35px;
    position: relative;
    width: 100%;
}
.title-01 img{
    width: 550px;
    height: auto;
}
.title-01 a{
    display: flex;
    align-items: center;
    position: absolute;
    top:50%;
    transform: translate(0,-50%);
    right:0;
    white-space: nowrap;
    color:#333;
}
.title-01 a img{
    width: 15px;
    height: 4px;
    margin-left: 16px;
}
.slide-01{
    position: relative;
}
.news-slide{
    overflow: hidden;
}
.news-slide .owl-nav .owl-prev,.news-slide .owl-nav .owl-next{
    width: 40px;
    height: 40px;
    background: #BF0000!important;
    border-radius: 50px!important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.news-slide .item a .n-info .t-cont p{
    font-size: 28px;
    color:#333;
    font-weight: bold;
    position: relative;
    display: inline-block;
    height: 84px;
}
.news-slide.Slider-one .owl-controls .owl-nav [class*=owl-]{
    line-height: .4!important;
}
.news-slide.Slider-one .owl-controls .owl-nav [class*=owl-]:after{
    content: '';
    border:1px solid #EAEAEA;
    position: absolute;
    width: 46px;
    height: 46px;
    border-radius: 50px;
    left:-3px;
    top:-3px;
}
.news-slide .item a .n-info .t-cont span{
    display: block;
}
.news-slide .item a .n-info{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.news-slide .item a .n-info .t-cont span{
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    font-size: 16px;
    color:#666;
    line-height: 30px;
}
.news-slide .item a img{
    width: 484px;
    height: 294px;
    margin-right: 20px;
    flex-shrink: 0;
}
.news-slide .item a .time{
    color:#999;
    font-size: 14px;
}
.news-slide .owl-dots .owl-dot.active span,.news-slide .owl-dots .owl-dot:hover span{
    background: #BF0000;
}
.notice-list-img li{
    padding:40px 0;
    border-bottom: 1px solid #eee;
}
.notice-list-img li a{
    display: flex;
    align-items: center;
    padding-right: 130px;
    position: relative;
}
.notice-list-img li a img{
    width: 226px;
    height: 128px;
    margin-right: 20px;
    flex-shrink: 0;
}
.notice-list-img li a .info{

}
.notice-list-img li a .info .time{
    font-size: 18px;
    color:#888;
    display: block;
    font-family: DIN;
}
.notice-list-img li a h4{
    font-size: 22px;
    font-weight: bold;
    line-height: 1.6;
    color:#333333;
}
.notice-list-img li a:after{
    content: '\e609';
    position: absolute;
    font-family: iconfont;
    top:50%;
    transform: translate(0,-50%);
    right:0;
    font-size: 10px;
    color:#888;

}
.video-cont{

}
.video-cont .video-img{
    position: relative;
}
.video-cont .video-img video{
    width: 100%;
}
.video-cont .video-img img{
    height: 256px;
}
.video-cont .video-img:before{
    content: '';
    background: url("/public/assets/img/xyrsd/play.png") no-repeat;
    background-size: 100% auto;
    z-index: 999;
    width: 55px;
    height: 55px;
    position: absolute;
    left:50%;
    top:50%;
    display: none;
    transform: translate(-50%,-50%);
}
.video-cont span{
    display: block;
    font-size: 20px;
    color:#333;
    text-align: center;
    margin-top: 16px;
}



.slide-01 .owl-item > .item > a > h3{
    position: relative;
    background:#007ED9;
    color:#fff;
    padding:20px 26px 64px;
    margin-top: 0;
    height: 166px;
}
.slide-01 .owl-item > .item > a > h3 p{
    font-size: 18px;
}
.slide-01 .owl-item > .item > a > h3 span{
    font-size:14px ;
    color:rgba(255,255,255,.8);
}
.slide-01 .owl-item > .item img{
  height: 315px;
    width: 100%;
}
.slide-01 .owl-item > .item > a:hover{
    text-underline: none;
}
.slide-01 .owl-dots{
    left:0;
    right:0;
    bottom:30px;
}
.slide-01 .owl-dots .owl-dot span{
    background: #fff;
    transition: .3s;
}
.slide-01 .owl-dots .owl-dot.active span,.slide-01 .owl-dots .owl-dot:hover span{
    width: 45px;
}
.slide-01 .owl-controls .owl-nav{
    bottom:90px;
    top:auto;
    background: none;
    z-index: 999;
}
.Slider-one .owl-controls .owl-nav [class*=owl-]{
    background: none;
}
.owl-controls .owl-nav .owl-prev:before{
    display: inline-block;
    width: 20px;
    height: 13px;
    content: "";
    background: url("/public/assets/img/xyrsd/arrleft.png") no-repeat 0 0;
    background-size: 100%;
}
.owl-controls .owl-nav .owl-next:before{
    display: inline-block;
    width: 20px;
    height: 13px;
    content: "";
    background: url("/public/assets/img/xyrsd/arr.png") no-repeat 0 0;
    background-size: 100%;
}
.news-list li a{
    width: 100%;
    font-size: 18px;
    padding:15px 0 15px 20px;
    display: block;
    color:#333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 28px;
    position: relative;
}
.news-list li a:before{
    content: '';
    position: absolute;
    left:4px;
    top:50%;
    transform: translate(0,-50%) rotate(-45deg);
    width: 6px;
    height: 6px;
    background: #BF0000;

}
.news-list li a .date{
    border:1px solid rgba(0, 126, 217, 0.2000);
    padding:10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    line-height: 1;
    margin-right: 16px;
    position: absolute;
    left:0;
    top:50%;
    width: 86px;
    transform: translate(0,-50%);
}

.news-list li a .date .text-lg{
    font-size: 30px;
    font-weight: bold;
    border-bottom: 1px solid rgba(0, 126, 217, 0.2000);
    width: 100%;
    text-align: center;
    padding-bottom: 6px;
}
.news-list li a .date p{
    margin:10px 0 0;
}
.news-list li a .n-info h4{
    font-size: 18px;
    color:#333;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    margin:0;
}
.news-list li a .n-info h4 small{
    display: block;
    margin-top: 14px;
    color:#999;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.Slider-one .owl-controls .owl-nav{
    bottom:50px;
    top:auto;
    left:500px
}
.Slider-one .owl-controls .owl-next{
    left:140px;
    right:auto
}
.Slider-one .owl-dots{
    bottom:10px;
    left:544px;
    width: 100px;
}
.bg-blue{
    background: #F4FBFF;
    margin:50px 0;
}
.zc-cont{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.zc-cont li{
    width: 49%;
    margin-bottom: 24px;
}
.zc-cont li a{
    border:1px solid rgba(0, 126, 217, 0.2);
    display: block;
    padding:20px 36px;
    background: #fff;
    position: relative;
    transition: .2s;
}
.zc-cont li a:hover{
    border:1px solid #007ED9;
}
.zc-cont li a:hover h4{
    color:#007ED9!important;
}
.zc-cont li a:hover:after{
    content: '';
    position: absolute;
    right:32px;
    top:0;
    width: 123px;
    height: 4px;
    background: #FF9C28;
}

.zc-cont li a h4{
    color:#333333;
    font-size: 18px;
    font-weight: bold;
}
.zc-cont li a .info{
    color:#999;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.zc-cont li a .info span:first-child{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    margin-right: 20px;
}
.zc-cont li a .info span:last-child{
    white-space: nowrap;
}
.title-02{
    font-size: 20px;
    color:#333;
    border-bottom: 1px solid #007ED9;
    padding-bottom: 10px;
    font-weight: bold;
}
.wz-inner{
    background: #FFFFFF;
    box-shadow: 0px 1px 10px 0px #D9EDFC;
    padding:18px 40px;
}
.wz-list{
    margin-top: 20px;
}
.wz-list li a{
    padding:6px 0;
    display: block;
}
.wz-list li a span{
    display: block;
    font-size: 14px;
    font-family: DIN;
}
.wz-list li a p{
    color:#333;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}
.wz-list li a:hover p,.wz-list li a:hover span{
    color:#007ED9
}
.hot-cont{
    background: url("/public/assets/img/xyrsd/mapbg.png") no-repeat #2a6398;
    background-size: auto 100%;
    margin:50px 0;
    padding-bottom: 140px;
}
.hot-cont .title-01 h3{
    color:#fff;
}
.re-sliders .item img{
    height: 174px;
}
.re-sliders .item .text{
    background: #fff;
    padding:16px;
}
.re-sliders .item .text h4{
    font-size: 18px;
    color:#333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}
.re-sliders .item .text span.desc{
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color:#333;
}
.re-sliders .item .text .time{
    display: block;
    font-size: 12px;
    color:#999;
    margin-top: 20px;
}
.re-sliders .owl-dots{
    display: none!important;
}
.re-sliders .owl-controls{
    right:-20px;
    position: absolute;
    bottom:-80px
}
.re-sliders .owl-controls .owl-nav>div{
    width: 52px;
    height: 50px;
    margin:0 20px;
    position: relative;
    border-radius: 0;
}
.re-sliders .owl-controls .owl-nav>div:before{
    left:50%;
    top:50%;
    transform: translate(-50%,-50%);
    margin: 0;
    text-align: center;
    position: absolute;
}
.re-sliders.owl-carousel .owl-controls .owl-nav .owl-prev{
    background:#FF9C28;
}
.re-sliders.owl-carousel .owl-controls .owl-nav .owl-next{
    background:#007ED9;
}
.news-slide .item a{
    display: flex;
    align-items: stretch;
}
.news-slide .owl-nav{

}

.notice-list{
    border-top:3px solid #BF0000;
}
.notice-list li a{
    padding:45px 0;
    border-bottom: 1px solid #eee;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.notice-list li h4{
    width: 80%;
    font-size: 22px;
    color:#333;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-weight: bold;
}

.notice-list li span.time{
    color:#888;
    width: 80px;
}
.notice-list a h4:hover{
    color:#C90101;
}
.breadcrumb{
    background: none;
    margin-top: 16px;
}
.pagination-cont{
    display: flex;
    justify-content: center;
}
.footer{
    background-color: #C90101;
    padding: 20px 0px;
    margin-top: 30px;
}
.footer p{
    color: #fff;
    text-align: center;
}
.footer-help,
.footer-icp{
    text-align: center;
    margin-top: 50px;
}
.footer-icp img {
    width: 40px;
}
.footer-help img{
    display: inline-block;
    width: 100px;
    margin-left: 10px;
}
.footer-help{
    display: flex;
    justify-content: flex-end;
}
.footer p a img{
    width: 14px;
    margin:0 3px;
}
.footer p a:hover{
    color:#fff!important;
}
.Article_content img{
    height: auto;
}
.pagination>li>a, .pagination>li>span{
    color:#444;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover{
    background-color: #BF0000;
    border-color: #BF0000;
}
.pagination>li>a, .pagination>li>span{
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0!important;
    margin:0 4px;
}
.pagination>li>a:hover{
    color: #BF0000;
}

/*无障碍关怀版样式*/
.wza-btn{
     color: #fff;
     margin-top: 20px;
     display: inline-block;
     padding: 4px 10px;
     border-radius: 4px;
     background: rgba(0,0,0,.4);
     position: absolute;
     z-index: 999;
     right: 235px;
    
     }
     .container{position: relative;}
     .ztwza {
        overflow: hidden;
        position: absolute;
       
        border-radius: 25px;
        border: 2px solid #ffed9b;
        padding: 10px 0px;
        right: 0px;
        top: 20px;
        
    }
    .ztwza ul{
        padding-left: 0px;
    }
    .ztwza li {
        float: left;
        list-style: none;
    }
    .ztwza a {
        display: inline-block;
        width: auto;
        border-right: 1px solid #ffed9b;
        padding: 0px 21px;
        color: #ffed9b;
        font-size: 18px;
        margin-bottom: 0;
        line-height: 1;
}
/*h2标签隐藏样式*/
.disnone {
    display: none;
}

/*分页样式*/
.whj_jqueryPaginationCss-1 {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.whj_jqueryPaginationCss-1 div {
    display: inline-block;
    padding: 5px 11px;
    cursor: pointer;
    border: 1px solid #E5E5E5;
    border-radius: 4px;
    margin: 0 5px;
}

.whj_jqueryPaginationCss-1 .whj_checked {
    border: 1px solid #BF0000;
    color: #fff;
    background-color: #BF0000;
    padding: 5px 12px;
}

.whj_jqueryPaginationCss-1 input {
    width: 34px;
    text-align: center;
    border-radius: 4px!important;
    height: 33px;
    margin-right: 5px;
    border: 1px solid #E5E5E5;
}

.whj_jqueryPaginationCss-1 input:focus {
    outline: none;
}

.whj_hover {
    padding: 5px 9px!important;
}

.whj_hover:hover {
    border: 1px solid #BF0000;
    color: #BF0000;
    background-color: transparent;
}

.wbk , .whj_skip {
    border: none!important;
    position: relative;
}

.whj_padding.whj_color.wbk:after {
    content: '';
    position: absolute;
    top: 7px;
    width: 2px;
    right: -4px;
    height: 20px;
    background: #f3f3f3;
}