@charset "utf-8";
/*header*/
.content .row>.col, .content .row>[class*="col-"]{
    padding-left:15px;
    padding-right:15px
}
.header{
    background: url("../images/banner.png") center center no-repeat;
    height:420px
}
.header .inner{
    width:1200px;
    margin:0 auto;
    position: relative;
}
.site-logo{
    position: absolute;
    top: 20px;
    left: 0px;
}
.banner{
    margin:0 auto;
    padding-top: 140px;
    text-align:center;
}
.inner, .grid{
    width: 1200px;
}
.grid{
    padding: 0px;
    background:none;
    margin: 0 auto;
}

.list-t li a {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news .list-t li a {
    width: 90%;
    font-size: 18px;
}
/*content*/
.content .row{
    margin-left:-15px;
    margin-right:-15px
}

.content .p4 .row{
    margin-left: 3px;
    margin-right: -15px;
}
.p4 .list-t li {
    display: flex;
    padding-right: 0px;
}
.p4 .data {
 position: relative;
}

.content{
    background: url("../images/content.png") center bottom no-repeat;
    width: 100%;
}
.headline{
    padding-top: 40px;
    padding-bottom: 40px;
}
.headline h2{
    margin:0 auto;
    text-align: center;
}
.headline h2 a{
    color:#545454;
    font-size:38px;
    font-weight: 600;

}
.headline p{
    font-size: 18px;
    color:#2d2d2d
}
/*focus*/
.focus,
.focus .pic{
    position: relative;
    width: 100%;
    height: 326px;
}
.news{
    height: 326px;
}
.focus .pic>div {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.focus .pic img {
    width: 100%;
    height: 100%;
    object-fit:cover
}

.focus .pic span {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    padding: 10px 80px 10px 10px;
    line-height: 26px;
    font-size: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background-color: #ca0717;
    text-align: left;
    color: #fff;
}

.focus .focus-prev,
.focus .focus-next {
    position: absolute;
    top: 50%;
    z-index: 3;
    display: block;
    width: 60px;
    height: 60px;
    margin-top: -30px;
    line-height: 60px;
    text-align: center;
    font-size: 28px;
    cursor: pointer;
    background-color: rgba(0, 0, 0, .5);
    background-size: 24px auto;
    color: #fff;
    opacity: 0;
    transition: all .3s;
}

.focus .focus-prev .iconfont,
.focus .focus-next .iconfont {
    font-size: 28px;
    font-weight: normal;
}

.focus .focus-prev {
    transform: translate(-50px, 0);
    left: 0;
    background-image: none;
}

.focus .focus-next {
    transform: translate(50px, 0);
    right: 0;
    background-image: none;
}

.focus:hover .focus-prev,
.focus:hover .focus-next {
    opacity: 1;
    transform: translate(0, 0);
}

.focus .navi {
    position: absolute;
    bottom: 14px;
    left: auto;
    right: 0;
    z-index: 9;
    width: auto;
    margin-bottom: 4px\9;
    padding: 0 10px;
    text-align: right;
}
.focus .navi li {
    float: left;
    width: 8px;
    height: 8px;
    margin: 0 2px;
    font: 0/0 lx;
    border: 1px solid #fff;
    color: transparent;
    border-radius: 100px;
    transition: all .3s;
}

.focus .navi li.on {
    background-color: #fff;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 2px;
}

.focus .swiper-pagination-bullet {
    background: #fff;
    opacity: 1;
}

.focus .swiper-pagination-bullet-active {
    background-color: #ffa82c;
}

@media (max-width: 1200px) {
    .news {
        height: auto;
    }
    .focus,
    .focus .pic {
        position: relative;
        width: 100%;
        height: auto;
    }

    .focus .pic>div {
        position: relative;
        overflow: hidden;
        width: 100%;
        padding: 60% 0 0;
    }

    .focus .pic img {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
    }

    .focus {
        margin-bottom: 20px;
    }

}
.grid h3{
    height: 46px;
    padding-left: 15px;
    position: relative;
    background: url(../images/p1-bg.png) 0px center no-repeat;
}

.grid.p4 h3{
    height: 42px;
    padding-left: 0px;
    position: relative;
    background: url(../images/p4-bg.png) center center no-repeat;
}
.grid.p4 h3 a {
    margin: 0 auto;
}


.grid h3 a{
    width: 100%;
    line-height: 42px;
    /* background: #ca0717; */
    color:#ffffff;
    font-size: 24px;
    font-weight: 600;
    display: block;
    text-align: left;
    padding-left: 20px;
}
.p4.grid h3 a {
    width: 140px;
    text-align: center;
    padding-left: 0px;
}
.news .list-t li a{
    color:#2d2d2d;
    font-size: 18px;
}
.news .list-t li{
    line-height: 46px;
    padding:0px
}
.news .list-t li:before{
    display: none;
}

/*p2*/
/*正文*/
.gonggao {
    background: url(../images/bg02_dyzh.png) no-repeat 50% 0;
    padding: 20px;
    height: 450px;
    margin-top: 54px;
    margin-bottom: 50px
}
.gonggao_title {
    font-size: 30px;
    font-weight: bold;
    line-height: 36px;
    text-align: center;
    margin-top: 20px;
    color: #ba372a;
    margin-bottom: 15px
}
.gonggao_title a {
    color: #ba372a;
}
.gonggao_tex {
    font-size: 18px;
    line-height: 38px;
    height: 310px;
    overflow-y: auto;
    text-indent: 2em;
    width: 94%;
    margin: 0 auto;
}
.gonggao_tex p {
    line-height: 34px;
    text-indent: 0;
    font-size: 16px;
}
.p2{
    height: auto;
    margin-bottom:55px
}
/*p3*/

.list-t li a{
    font-size: 16px;
    color:#333333;
    width: 80%;
}
.list-t{
    margin-top: 10px;
}
.list-t li{
    line-height: 44px;
    position: relative;
    padding-left:15px;
    height: auto;
    padding: 4px 0 4px 20px;

}
.list-t li:before{
    width: 4px;
    height: 4px;
    content:'';
    background: #cd2608;
    top: 50%;
    margin-top:-2px;
    left:2px;
    border-radius: 0px;
}
.data{
    position: absolute;
    right: 0px;
    top:0px;
}
.list-p{
    margin-top:34px
}
.list-p li img{
    width: 100%;
}
.list-p li a{
    margin:0px;
    text-align: center;
    font-size:16px;
    line-height:24px;
    display: block;
}
.list-p li a span {
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
}
.p3,.p1{
    margin-bottom:40px
}
.p4{
    padding-bottom:40px;
    margin-bottom: 0px;
}
@media(min-width:1920px){
    .header{
        background-size:100% 100%
    }
    .content{
        background-size:cover
    }
}
@media(max-width:1200px){
    .grid {
        width:100%;
        padding-left:20px;
        padding-right:20px
    }
    .header .inner{
        width:100%
    }
    .headline p{
        text-indent: 2em;
    }
    .headline h2 a{
        font-size:34px
    }

}
@media(max-width:992px){
    .gonggao{
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .p2{
        margin-bottom: 20px;
    }
    .p3{
       margin-bottom: 0px;
    }
    .list-p {
        margin-top: 24px;
    }
    .content .row>.col, .content .row>[class*="col-"]{
        margin-bottom:10px
    }
}
@media(max-width:768px){
    .headline h2 a{
        font-size:30px
    }
    .list-t li a{
        width: 100%;
    }
    .list-t li span{
        display: none;
    }
    .headline {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .banner{
        padding-left:15%;
        padding-right:15%;
        padding-top: 80px;
        padding-bottom: 50px;
    }
    .banner img{
        width: 100%;
    }
    .header{
        height: auto;
    }
    .site-logo{
        width: 50%;
    }
    .site-logo img{
        width: 100%;
    }
}
@media (max-width: 480px) {
    .inner{
        margin-bottom: 24px;
    }
    .headline{
        padding-top: 30px;
        padding-bottom: 25px;
    }
    .headline h2 a{
        font-size: 24px;
    }
    .headline h2{
        line-height: 1.4em;
        margin-bottom: 15px;
        padding-bottom: 0px;
    }
    .headline p{
        font-size: 16px;
    }
    .p4{
        padding-bottom: 20px;
    }
    .focus .swiper-button{
        display: none;
    }
}