.part{
    width:100%;
    background: #ffffff;
}
.banner{
    width:100%;
}
.banner img{
    width:100%;
}
.part_nav{
    width:100%;
    border-bottom:1px solid #eaeaea;
    padding:25px 0;
    padding-left:35px;
    color:#999999;
    background:url("../img/list2.png")no-repeat left center;
    background-size:25px 20px;
}
.part_nav a{
    color:#999999;
}
.part_content{
    width:100%;
    display:flex;
    justify-content: space-between;
    flex-wrap:wrap;
    padding:15px 0;
}
.partl{
    width:74%;
}
@media all and (max-width:1000px) {
    .partl{
        width:100%;
    }
}
.partl_tit{
    width:100%;
    margin-top:30px;
}
.partl_tit h2{
    font-size:24px;
    text-align: center;
    line-height: 30px;
}
.partl_tit .date{
    width:100%;
    display:flex;
    justify-content: space-around;
    align-items: center;
    margin-top:30px;
}
.partl_tit .date p{
    color:#999999;
    font-size: 14px;
    line-height: 25px;
}
.partl_tit .date .gz_like p{
    display:inline-block;
}
.partl_tit .date .gz_like p:nth-child(1){
    background:url("../img/list4.png")no-repeat left center;
    padding:30px;
    background-size:20px 15px;
}
.partl_tit .date .gz_like p:nth-child(2){
    background:url("../img/list5.png")no-repeat left center;
    padding:27px;
    background-size:18px 15px;
}
.partl_content{
    width:100%;
    margin:0 auto;
    border-top:1px solid #eaeaea;
    border-bottom:1px solid #eaeaea;
    padding-bottom:50px;
}
.partl_content .text{
    margin:20px 0;
}
.partl_content p{
    color:#333333;
    font-size:14px;
    line-height:30px;
    text-indent: 25px;
}
.partl_content img{
    width:80%;
    height:100%;
    margin:0 auto;
}
.partl .ud{
    width:100%;
    display:flex;
    justify-content: space-between;
    flex-wrap:wrap;
    margin-top:20px;
}
.partl .ud a{
    display:block;
    color:#999999;
    font-size:14px;
    line-height: 25px;
    margin-bottom:20px;
}
@media all and (max-width:600px) {
    .partl .ud{
        justify-content: center;
    }
}
.partr{
    width:24%;
    margin-top:20px;
}
@media all and (max-width:1000px) {
    .partr{
        display:none;
    }
}
.partr1{
    width:100%;
}
.partr1 img{
    width:100%;
}
.partr2{
    width:100%;
    margin-top:20px;
}
.partr2 .tit{
    padding:10px 0;
}
.partr2 .tit h6{
    padding-left:20px;
    border-left:6px solid #a91a20;
    font-size:18px;
    color:#333333;
}
.partr2 .img{
    width:100%;
    margin:10px 0;
}
.partr2 .img img{
    width:100%;
}
.partr2 .list{
    width:100%;
}
.partr2 .list li{
    width:100%;
    margin-top:10px;
}
.partr2 .list li a{
    display:flex;
    justify-content: space-between;
    flex-wrap:wrap;
    width:100%;
    border-bottom:1px solid #eaeaea;
}
.partr2 .list li a p{
    color:#999999;
    font-size:14px;
    line-height: 25px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.part_page{
    width:100%;
    display:flex;
    justify-content:center;
    flex-wrap:wrap;
    margin:50px 0;
}
.part_page li a{
    display:block;
    padding:10px 15px;
    color:#666666;
    font-size:16px;
    border:1px solid #eaeaea;
}
@media all and (max-width:480px) { 
    .part_page li a{
        font-size:14px;
        padding:5px 10px;
    }
}
.part_page .on a{
    border:1px solid #f89e19;
}
.part_page li:nth-child(1) a{
    margin-right:20px;
}
.part_page li:nth-child(6) a{
    margin-left:20px;
}
.part_page li:nth-child(-n+5):nth-child(n+3) a{
    border-left:none;
}
.part_page li:nth-child(7) a{
    border-left:none;
}
.part3{
    width:100%;
    background:#a91a20;
}
.part3_content{
    width:100%;
    display: flex;
    justify-content: space-between;
    flex-wrap:wrap;
    padding:50px 0 10px;
    align-items: center;
}
.part3_l{
    width:50%;
}
.part3_l h2{
    font-size:42px;
    color:#dadc0b;
    text-align: center;
    text-shadow: 0 2px 5px rgba(255,255,225,1);
}
.part3_l p{
    font-size:36px;
    color:#ffffff;
    text-align: center;
    margin:30px 0 20px;
}
.part3_r{
    width:50%;
}
.part3_r .sr{
    width:100%;
    display:flex;
    justify-content:center;
}
.part3_r .sr input{
    background:#ffffff;
    width:200px;
    border-radius: 5px;
    color:#716e6b;
    font-size:14px;
    padding:10px 20px;
}
.part3_r .sr input:nth-child(2){
    margin-left:20px;
}
.part3_r .ljzx{
    width:150px;    
    margin:40px auto 10px;
}
.part3_r .ljzx input{
    width:100%;
    padding:10px 20px;
    color:#ef1c1c;
    font-size:18px;
    text-align: center;
    font-weight: bold;
    background:#ffffff;
    border-radius:5px;
    cursor: pointer;
}
@media all and (max-width:800px) {
    .part3_l{
        width:100%;
    }
    .part3_r{
        width:100%;
    }
}
@media all and (max-width:600px) {
    .part3_l h2{
        font-size:28px;
    }
    .part3_l p{
        font-size:24px;
    }
    .part3_r .sr input{
        width:150px;
    }
}