.hdjl{
    width: 96%;
    padding: 25px 0;
    margin: 0 auto;
}

.hdjl_top{
    width: 100%;
    background: url(../png/1elt9z.png) no-repeat;
    background-size: 100% 320px;
    height: 320px;
    margin-bottom: 54px;
}
.hdjl_top>div{
    width: 72%;
    overflow: hidden;
    margin: 0 auto;
    padding: 20px 0;
}
.hdjl_top>div img{
    display: block;
    float: left;
    width: 170px;
}
.hdjl_top>div p{
    float: right;
    width: 72%;
    line-height: 32px;
    font-size: 18px;
    color: #fff;
    margin-top: 55px;
}

.hdjl_top ul{
    width: 100%;
    overflow: hidden;
}
.hdjl_top ul li{
    float: left;
    width: 33.33%;
}
.hdjl_top ul li a{
    display: block;
    width: 32%;
    font-size: 20px;
    color: #000;
    text-align: center;
    margin: 0 auto;
    position: relative;
    padding-bottom: 10px;
}
.hdjl_top ul li a div{
    width: 100%;
    height: 120px;
    line-height: 120px;
    background: url(../png/xdxyth.png) no-repeat;
    background-size: 100% 100%;
}
.hdjl_top ul li a div img{
    transition: all 0.4s linear;
    width: 70px;
    
}
.hdjl_top ul li a:hover div img{
    transform: scale(1.1, 1.1);
}
.hdjl_top ul li a p{
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}

.hdjl_container{
    width: 100%;
    padding: 20px 0;
    overflow: hidden;
}

.hdjl_left{
    float: left;
    width: 66%;
}

.title_one{
    width: 100%;
    overflow: hidden;
}
.title_one p{
    float: left;
    font-size: 20px;
    font-weight: bold;
    color: #d92729;
    padding: 0 10px 0 35px;
    background-color: #fff;
    position: relative;
    top: 0;
    z-index: 1;
}
.title_one p img{
    position: absolute;
    top: 0;
    left: 0;
}
.title_one a{
    display: block;
    float: right;
    font-size: 16px;
    padding: 3px 15px;
    background-color: #fff;
    position: relative;
    top: 0;
    z-index: 1;
}
.title_one a span{
    display: inline-block;
    transition: all 0.4s linear;
}
.title_one a:hover span{
    transform: rotate(360deg);
}
.title_one div{
    width: 100%;
    height: 18px;
    background: url(../png/fr8mbf.png);
    background-size: auto 100%;
    margin-top: 6px;
}

.zxft{
    width: 100%;
    height: 247px;
    overflow: hidden;
    padding: 15px 0;
}

.zxft_left{
    float: left;
    width: 46%;
    height: 100%;
}
.zxft_left a{
    display: block;
    height: 100%;
}
.zxft_left a img{
    width: 100%;
    height: 100%;
}

.zxft_right{
    float: right;
    width: 52%;
    position: relative;
}
.zxft_right > a {
    position:absolute;
    right:12px;
    bottom:2px;
    color: #d92729;
}
.zxft_right h2{
    font-size: 20px;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-bottom: 5px;
    padding-top: 5px;
}
.zxft_right h2 a{
    color: #d92729;
}
.zxft_right h2 a:hover{
    color: red;
}
.zxft_right p{
    line-height: 28px;
    font-size: 16px;
    color: #666666;
    padding-top: 10px;
}
.zxft_right p:nth-child(4){
    float:left;
}
.zxft_right p b{
    color: #000;
}
.zxft_right p a{
    color: #d92729;
}
.zxft_right p a:hover{
    color: red;
}

.title_two{
    width: 100%;
    overflow: hidden;
    padding-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
    position: relative;
}
.title_two p{
    float: left;
    font-size: 20px;
    margin-right: 40px;
    cursor: pointer;
}
.title_two p.on a {
    color: #d92729;
    font-weight: 700;
}
.title_two p.on {
    font-weight:700;
    
}
.title_two span{
    height: 2px;
    background-color: #d92729;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.4s linear;
}
.title_two div{
    float: right;
    margin-top: 5px;
}
.title_two div a{
    display: none;
}
.title_two div a img{
    transition: all 0.4s linear;
}
.title_two div a:hover img{
    transform: rotate(360deg);
}
.title_two div a.on{
    display: block;
}

.list_one{
    width: 100%;
    height: 210px;
}

.lo_main{
    display: none;
    width: 100%;
}

.lo{
    width: 100%;
    padding-top: 20px;
    overflow: hidden;
}
.lo > a {
    margin-top:-20px;
}

.lo div{
    float: left;
    width: 12%;
    font-size: 14px;
    color: #fff;
    text-align: center;
    padding: 20px 0;
    background-color: #d92729;
}
.lo div.js{
    background-color: #cccccc;
}
.lo div b{
    display: block;
    font-size: 16px;
    font-weight: 500;
    padding-bottom: 5px;
}
.lo div span{
    display: block;
}
.lo h2{
    float: right;
    width: 85%;
    font-size: 18px;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 4px;
}
.lo p{
    float: right;
    width: 85%;
    line-height: 25px;
    font-size: 16px;
    color: #666666;
    margin-top: 5px;
    max-height: 63px;
    overflow: hidden;
}
.lo .xq{
    color: #d92729;
    float:right;
}
.lo .xq:hover{
    color: red;
}

.hdjl_right{
    float: right;
    width: 32%;
}

.title_three{
    width: 100%;
    overflow: hidden;
    margin-bottom: 10px;
}
.title_three p{
    float: left;
    font-size: 18px;
    padding: 0 10px;
    background-color: #fff;
    position: relative;
    top: 2px;
    z-index: 1;
    cursor: pointer;
}
.title_three p.on a {
    font-weight:700;
}
.title_three p:first-child{
    padding-left: 0;
}
.title_three p a{
    display: block;
    font-weight: 500;
    padding-bottom: 10px;
    position: relative;
}
.title_three p.on a{
    color: #d92729;
    font-weight:700;
}
.title_three p a span{
    display: block;
    width: 0%;
    height: 2px;
    background-color: #d92729;
    position: absolute;
    bottom: 3px;
    left: 50%;
    transition: all 0.4s linear;
}
.title_three p.on a span{
    width: 100%;
    left: 0;
}
.title_three ul{
    float: right;
    font-size: 16px;
    background-color: #fff;
    position: relative;
    top: 0;
    z-index: 1;
}
.title_three ul li{
    display: none;
    padding: 3px 10px;
    background-color: #fff;
}
.title_three ul li.on{
    display: block;
}
.title_three ul li a span{
    display: inline-block;
    transition: all 0.4s linear;
}
.title_three ul li a:hover span{
    transform: rotate(360deg);
}
.title_three div{
    width: 100%;
    height: 18px;
    background: url(../png/fr8mbf.png);
    background-size: auto 100%;
    margin-top: 6px;
}

.list_two{
    width: 100%;
}
.list_two ul{
    display: none;
    height: 230px;
    overflow: hidden;
}
.list_two ul.on{
    display: block;
}
.list_two ul li{
    padding: 14px 0;
    border-top: 1px dashed #e5e5e5;
    overflow: hidden;
    position: relative;
}
.list_two ul li p {
    float:left;
}
.list_two ul li > a {
    color: #d92729;
    float: left;
    line-height: 28px;
    margin-left: 5px;
    position: absolute;
    right: 20px;
    bottom: 15px;
}
.list_two ul li h2 a {
   color: #d92729;
}
.list_two ul li:first-child{
    
}
.list_two ul li h2{
    font-size: 18px;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0px 0 5px;
}
.list_two ul li p{
    line-height: 28px;
    font-size: 16px;
    color: #666666;
    overflow: hidden;
    
    
    
    margin-right: 5px;
    width: 86%;
}
.list_two ul li p:nth-child(2) {
    width:10%;
}
.list_two ul li p span{
    font-weight: bold;
    color: #000;
}
.list_two ul li p a{
    color: #d92729;
}
.list_two ul li p a:hover{
    color: red;
}

.znwd{
    width: 100%;
}
.znwd_top a{
    display: block;
}
.znwd_top a img{
    width: 100%;
}
.znwd_bottom h2{
    font-size: 18px;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 18px 0 6px;
}
.znwd_bottom p{
    line-height: 28px;
    font-size: 16px;
    color: #666666;
}
.znwd_bottom p span{
    color: #25549c;
}

.hdjl_bottom{
    width: 100%;
    overflow: hidden;
}
.hdjl_b_main{
    float: left;
    width: 32%;
    margin-left: 2%;
}
.znwd .hdjl_b_main{
    width:100%;
    padding-top: 10px;
}
.znwd .hdjl_b_main ul {
    display:none;
}
.hdjl_b_main:first-child{
    margin-left: 0;
}
.hdjl_b_main div{
    width: 100%;
}
.hdjl_b_main div a{
    display: block;
}
.hdjl_b_main div a img{
    width: 100%;
    height: 88px;
}
.hdjl_b_main ul li{
    padding: 8px 0;
}
.hdjl_b_main ul li a{
    display: block;
    font-size: 16px;
    text-indent: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: url(../jpg/l7ub7c.jpg) no-repeat;
    background-position: 0 50%;
    transition: all 0.4s linear;
}
.hdjl_b_main ul li a:hover{
    text-indent: 25px;
}

@media (max-width: 768px) {
    .hdjl{
        padding: 7px 0;
    }
    .hdjl_top{
        padding-bottom: 15px;
        background-size: auto 100%;
        height: auto;
        margin-bottom: 0;
    }
    .hdjl_top>div{
        width: 90%;
    }
    .hdjl_top>div img{
        width: 26%;
        margin: 10px 10px 0 0;
    }
    .hdjl_top>div p{
        float: none;
        width: 100%;
        line-height: 22px;
        font-size: 15px;
        margin-top: 10px;
    }
    .hdjl_top ul li a{
        width: 80%;
        font-size: 16px;
        color: #fff;
        padding-bottom: 24px;
    }
    .hdjl_top ul li a div{
        height: 80px;
        line-height: 80px;
    }
    .hdjl_top ul li a div img{
        width: 50%;
    }
    .hdjl_container{
        padding: 10px 0;
    }
    .hdjl_left,
    .hdjl_right {
        float: none;
        width: 100%;
    }
    .title_one p{
        font-size: 18px;
        font-weight: 500;
        color: #25549a;
        top: 2px;
    }
    .title_one a{
        font-size: 14px;
        padding: 5px 15px;
    }
    .zxft{
        height: auto;
        padding: 10px 0;
    }
    .zxft_left,
    .zxft_right{
        float: none;
        width: 100%;
    }
    .zxft_right h2{
        font-size: 16px;
        padding: 10px 0 0;
    }
    .zxft_right p {
        line-height: 22px;
        font-size: 14px;
        padding-top: 5px;
    }
    .title_two{
        padding-bottom: 6px;
    }
    .title_two p{
        font-size: 18px;
        margin-right: 30px;
    }
    .title_two div{
        margin-top: 2px;
    }
    .list_one{
        height: auto;
        padding-bottom: 10px;
    }
    .lo{
        padding-top: 10px;
    }
    .lo div{
        float: none;
        width: 100%;
        font-size: 16px;
        padding: 10px 0;
        overflow: hidden;
    }
    .lo div b{
        float: left;
        font-size: 16px;
        padding: 0;
        margin-left: 10px;
    }
    .lo div span{
        float: right;
        margin-right: 10px;
    }
    .lo h2,
    .lo p{
        float: none;
        width: 100%;
    }
    .lo h2{
        font-size: 16px;
        text-align: center;
        padding: 10px 0;
        margin: 0;
    }
    .lo p{
        line-height: 22px;
        font-size: 14px;
        margin-top: 0;
    }
    .title_three p{
        font-size: 16px;
        top: 3px;
    }
    .title_three ul{
        font-size: 14px;
        top: 2px;
    }
    .list_two ul{
        height: auto;
    }
    .list_two ul li{
        padding: 0 0 10px;
    }
    .list_two ul li:first-child{
        padding: 0 0 12px;
    }
    .list_two ul li h2{
        font-size: 16px;
        padding: 12px 0 8px;
    }
    .list_two ul li p{
        line-height: 24px;
        font-size: 14px;
    }
    .znwd_bottom h2{
        font-size: 16px;
    }
    .znwd_bottom p{
        line-height: 24px;
        font-size: 14px;
    }
    .hdjl_b_main{
        float: none;
        width: 100%;
        padding: 10px 0;
        margin: 0 auto;
    }
    .hdjl_b_main div a img{
        height: auto;
    }
    .list_two ul li > a{
        right:0;
        bottom:10px;
    }
    .lo .xq{
        margin-top:3px;
    }
}