@charset "utf-8";
@font-face {
    src:url('../fonts/PingFangHeiTC.ttf');
    font-family: 'pf';
}
.grid{
    position: relative;
}
.content *{
    font-family: 'pf';
}
.wrap{
    background: #f5fbfd url("../images/bg.png") center top no-repeat;
}
.header{
    height:540px;
    background: none;
}
.header h1{
    width: 413px;
    background-size: 100%;
}

.tb h4{
    text-align: center;
    margin-bottom:20px
}
.tb h4 a{
    color:#b94223;
    font-size:22px;
    font-weight: 600;
    font-family: "微软雅黑";
}
.tb p{
    font-size:16px;
    color:#4b332b;
    line-height:30px;
}
.tb p a{
    color:#dd000e
}
.header img{
    margin:0 auto;
    display: block;
    margin-top: 50px;
}
.content{
    padding-top:0px;
    padding-bottom: 85px;
}
@media (min-width: 1920px) {
    .content{
        background-size: 100%;
    }
}
.grid{
    padding:0px;
    width:1200px
}
.grid>h3{
    width:100%;
    display: block;
}
.p1,.p3{
   padding-bottom:0px
}
.p1>h3{
    height:64px;
    background: url("../images/p1-title.png") center top no-repeat;
    margin-top:60px;
    margin-bottom:30px
}
.p1 .row{
    margin-left:-30px;
    margin-right:-30px;
}
.grid.p1>.row>.col, .grid.p1>.row>[class*="col-"]{
    padding-left:30px;
    padding-right:30px;
}




/* .p1 .zc>div{
    height:160px;
    margin-bottom:30px
}
.p1{
    margin-bottom:40px
}

.p1 .zc>div a{
    background: #fff;
    display: block;
    height:100%;
    width:100%;
    padding:30px 25px;
    border:1px solid #cc9674
}
.p1 .zc>div a:hover{
    background:#c38b57;
}
.p1 .zc>div a h4{
    color:#3f1a08;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    height:44px
}
.p1 .zc>div a p{
    color:#8e694b;
    line-height: 24px;
} */
.p1{
    margin-bottom:40px
}
.p1 .zc {
    background: url(../images/p1-bg.png) center top no-repeat;
}
.p1 .row {
     margin-left: 0px; 
     margin-right: 0px; 
}
.p1 .p1-l {
    padding: 20px 10px;
}
.p1 .p1-l p{
font-family: Microsoft YaHei;
font-weight: 400;
font-size: 18px;
color: #FFFFFF;
line-height: 36px;
}

.p1-more {
    right: 0;
    position: absolute;
}

.p1 .p1-list{
    margin: 37px 15px;
}
.p1 .p1-list li{

font-family: Microsoft YaHei;
font-weight: 400;
font-size: 22px;
color: #2A2A2A;
line-height: 80px;
}


.p1 .p1-list li {
    text-align: left;
    margin-top: 20px;
    margin-bottom: 6px;
    padding-left: 40px;
    background: url(../images/p1-icon.png) 10px center no-repeat;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

}

.p1 .p1-list li:hover {
    background: #F3E9DDFF url(../images/p1-icon.png) 10px center no-repeat;
}








.month{
    color:#3e1a06;
    font-size: 34px;
    position: relative;
    margin-bottom: 20px;
    margin-top:10px
}
.month span:nth-child(1){
    margin-right: 10px;
    position: relative;
}
.month span:nth-child(1):after{
    display: inline;
    background: #3e1a06;
    width: 4px;
    height: 4px;
    position: absolute;
    top: 50%;
    right:-7px;
    content: '';
    border-radius: 4px;
}
.p1 .zc>div a:hover .month span:nth-child(1):after{
    background: #fff;
}
.year{
    color:#d7c2ae;
    font-size:19px;
    margin-left:5px
}
.sj{
    width:100px;
    float:left;
    margin-right:30px;
    border-bottom: 1px solid #fff;
    padding-bottom:15px
}
.p1 .text{
    float:left;
    width:calc( 100% - 135px )
}
.p1 .zc>div a:hover p,.p1 .zc>div a:hover h4,.p1 .zc>div a:hover .year,.p1 .zc>div a:hover .month{
    color:#fff
}
.p2>h3 {
    height: 64px;
    background: url("../images/p2-title.png") center top no-repeat;
    margin-bottom: 30px;

}

.p2 .hdld-list {
    width: 100%;
    margin-top: 15px;
}

.p2 .hdld-list li {
    width: 100%;
    display: block;
}

.p2 .hdld-list li a h4{
    width: 100%;
    margin-bottom: 10px;
    display: block;
    font-size: 20px;
    font-weight: 600;
    color: #3f1a08;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.p2 .hdld-list li a .list-content {
    width: 100%;
    display: flex;
    background: url(../images/p2-bg.png) left center no-repeat;
    height: 226px;
    background-size: 100% 85%;
    padding: 39px 32px;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.p2 .hdld-list li a .list-content img {
    width: 244px;
    height: 123px;
    margin-right: 10px;
}

.p2 .hdld-list li a .list-content span {
    height: 100px;
    line-height: 24px;
    color: #8e694b;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    width: 100%;
}

.p2 .mySwiper,.p2 .mySwiper2{
    height:500px
}
.mySwiper2 img{
    width:100%;
    height:100%
}
.p2 .mySwiper{
    padding-left:60px;
    height:330px;
    padding-bottom: 20px;
    margin-top:-10px;
    margin-bottom:30px;
    position: initial;
}
.p2 .mySwiper .swiper-slide{
    height:130px;
    padding-top: 10px;
    width: 236px;
}

.p2 .mySwiper .swiper-slide img{
    width:100%;
    height:100%

}
.p2 .mySwiper .swiper-button-next,.p2 .mySwiper .swiper-button-prev{
    width:78px;
    height:22px;
    margin-top:0;
    left:50%;
    margin-right:39px;
    z-index: 99;
}
.p2 .mySwiper .swiper-button-next{
    background:url("../images/yccr/bottom.png") center bottom no-repeat;
    position: absolute;
    bottom: 10px;
    top: auto;
}
.p2 .mySwiper .swiper-button-prev{
    background:url("../images/yccr/top.png") center bottom no-repeat;
    top: -20px;
    bottom: auto;
}
.p2 .col-md-3{
    padding-left:0px!important;
    padding-right: 0px!important;
    position: relative;
    padding-top:20px
}
.p2{
    margin-bottom:40px
}



.p3 .row h4 {
    display: flex;
    justify-content: space-between;
    align-items: center;

}



.p3{
    background: none;
    height:auto;
}
.p3>h3{
    height:64px;
    background: url("../images/p3-title.png") center top no-repeat;
    margin-bottom:30px
}
.p3 .inner{
    height:280px;
    margin-bottom: 30px;
}
.p3 .pic{
    width:460px;
    height:100%;
    float:left
}
.p3 .pic img{
    width:100%;
    height:100%
}
.p3 .text{
    width: calc( 100% - 460px );
    float:left;
    padding:50px 40px;
    background: #ffffff;
    height: 100%;
}
.p3 .text h4 a{
    color:#b94223;
    font-size:24px;
    font-weight:600
}
.p3 .text h4{
    margin-bottom:30px
}
.p3 .text p {
    color:#4c4c4c;
    line-height: 32px;
    font-size: 18px;
}
.p3 .list-t li{
    font-family: Microsoft YaHei;
    font-weight: bold;
    font-size: 22px;
    color: #333333;
    line-height: 75px;

}
.p3 .list-t{
    padding:20px
}
.p3 .list-t:after{
    content: '';
    /*建议加个height:0*/
    height: 0;
    display: block;
    clear: both;
    visibility: hidden;
}
.p3 .list-t li span{
    color:#333333;
    font-size: 16px;
    right: 30px;
}
.p3 .list-t li:before{
    width: 5px;
    height: 18px;
    
    background: #AF805D;

    left:5px;
    margin-top:-6px;
}




.p4{
    margin-top:70px
}
.p4 h3{
    height:64px;
    background: url("../images/p4-title.png") center top no-repeat;
    margin-bottom: 25px;
}
.p4 h3 a{
    width:554px;
    margin:0 auto;
    display: block;
}
.video{
    padding: 46px 225px;
    height:527px;
    background: url("../images/p4-bg.png") center top no-repeat;
    background-size: 100% 100%;
}
.video-js {
    width: 100% !important;
    height: 437px !important;
}
.panel-more{
    display:none
}
.grid>h3>a{
    display:block;
    height:100%;
    width:355px;
    margin:0 auto;
}
.grid>h3{
    position: relative;
}

.p1 h3 span{
    position: absolute;
    right: 40px;
    bottom: 22px;
}
.sx-3{
    display:none
}

@media(max-width:1220px){
    .grid{
        width:100%;
        padding-left:10px;
        padding-right:10px
    }
    .header h1{
        background-position: 0px 50%;
        height:80px;
    }
    .header{
        height: auto;
    }
    .header{
        padding-bottom:30px
    }
    .headline{
        margin-top:0px;
        height:auto;
    }
    .tb h4{
        margin-bottom:10px
    }
    .headline p a{
        display: inline;
    }
}
@media (max-width: 1200px) {

    .p1 .zc {
        background: none;
    }

.p1 .col-md-7 {
    background: #568EA2;
}

.p1 .col-md-5 {
    background: #fff;
}

    .tt{
        display:none
    }
    .headline .tb{
        width: 100%;
        background-size:100% 100%
    }
    .copyright {
        text-align: center;
    }

    .copyright p span {
        display: block;
    }

    .copyright>.p20 {
        margin: 0;
        width: 100%;
    }

    .footer .gov,
    .footer .jc {
        position: relative;
        display: inline-block;
        top: 0;
        margin-top: 20px;
        vertical-align: middle;
    }
    .p1 .zc>div{
        width:100%;
        height:auto
    }
    .p1 .zc>div a h4{
        line-height: 1.5em;
        height:auto;
    }
    .p1 .zc>div a:after{
        content: '';
        /*建议加个height:0*/
        height: 0;
        display: block;
        clear: both;
        visibility: hidden;
    }
    .p2 .col-md-3,.p2 .col-md-9{
        width: 100%;
    }
    .p2 .mySwiper{
        height:160px;
        padding-left:0px
    }
    .p2 .mySwiper .swiper-button-next,.p2 .mySwiper .swiper-button-prev{
        display: none;
    }
    .p2{
        margin-bottom:0px
    }
    .p3 .text{
        padding:30px
    }


}
@media(max-width:992px){
    .video{
        padding: 20px;
        height:auto;
    }


    .p3 .pic,.p3 .text{
        width: 100%;
    }
    .header img{
        width:100%;
        padding-left: 10%;
        padding-right: 10%;
        padding-top: 30px;
    }
    .content{
        padding-top:0px
    }
    .p3 .inner{
        height:auto;
        margin-bottom:0px
    }
    .p3 .inner:after{
        content: '';
        /*建议加个height:0*/
        height: 0;
        display: block;
        clear: both;
        visibility: hidden;
    }
    .p3 li span{
        display: none;
    }
}
@media(max-width:768px){
    .p2 .mySwiper2{
        height:380px
    }

    .header h1{
        width: 413px;
        background-size: 80%;
    }


}
@media (max-width:480px) {


    .p1{
        margin-bottom:0px
    }
    .p1>h3,.p4{
        margin-top:30px
    }
    .grid>h3 a{
        width:100%;
    }
    .sj{
        display: none;
    }
    .p1 .text{
        width: 100%;
    }

    .p2 .mySwiper{
        margin-bottom:0px
    }
    .content{
        padding-bottom:40px
    }
    .p3 .list-t{
        padding-top:0px;
    }
    .p3 .text p {
        line-height: 28px;
        font-size: 16px;
    }
    .grid>h3 {
        background-size: 200% auto;
        height: 35px;
    }
    .header img{
        padding-top:0px
    }
    .p2 .mySwiper2{
        height:280px
    }
    .p4 h3 {
        background-size: 200% auto;
        height:50px
    }
}
@media(max-width:400px){
    .p4 h3{
        background-size: 200% auto;
        height: 50px;
    }
}