.zmhd{
    width: 96%;
    margin: 0 auto;
    overflow: hidden;
    padding: 20px 0;
}

.zmhd_left{
    float: left;
    width: 68%;
}

.zmhdl_img{
    width: 100%;
}
.zmhdl_img a{
    display: block;
}
.zmhdl_img a img{
    width: 100%;
}

.title{
    width: 100%;
    overflow: hidden;
    padding: 20px 0;
    background: url(../images/zmhd/title.png) no-repeat;
    background-position: 0 50%;
    border-bottom: 1px solid #d7d7d7;
}
.title p{
    float: left;
    font-size: 22px;
    color: #1c76bd;
    padding: 10px 15px;
    cursor: pointer;
}
.title p.title_p{
    margin-left: 54px;
}
.title div{
    float: right;
    font-size: 16px;
    margin-top: 14px;
}
.title div a{
    display: none;
    color: #cccccc;
}
.title div a.on{
    display: block;
}
.title div a span{
    display: inline-block;
    transition: all 0.4s linear;
}
.title div a:hover{
    color: red;
}
.title div a:hover span{
    transform: rotate(360deg);
}

.list_one{
    width: 100%;
}
.lo{
    display: none;
    width: 100%;
    height: 262px;
}
.lo:first-child{
    display: block;
}
.lo_main{
    width: 100%;
    height: 120px;
    padding: 20px 0;
    overflow: hidden;
    border-top: 1px dashed #cccccc;
}
.lo_main:first-child{
    border-top: none;
}
.lom_left{
    float: left;
    width: 8%;
}
.lom_left div{
    width: 100%;
    font-size: 22px;
    color: #fff;
    text-align: center;
    background: url(../images/xwzx/lom_left.png) no-repeat;
    background-size: 100% 100%;
}
.lom_left div p{
    padding-top: 3px;
}
.lom_left div span{
    display: block;
    font-size: 12px;
    padding: 0 0 7px;
}
.lom_right{
    float: right;
    width: 89%;
}
.lom_right h2{
    font-size: 20px;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 10px;
    transition: all 0.4s linear;
}
.lom_right h2:hover{
    text-indent: 15px;
}
.lom_right p{
    line-height: 26px;
    font-size: 14px;
    color: #565656;
}
.lom_right p a{
    color: #b4271c;
}
.lom_right p a:hover{
    color: red;
}
.list_two{
    width: 100%;
    overflow: hidden;
}
.lt_left{
    float: left;
    width: 14%;
}
.lt_left a{
    display: block;
    font-size: 24px;
    color: #fff;
    text-align: center;
    padding: 15px 0;
    background-color: #4275a4;
    border: 1px solid #4275a4;
}
.lt_right{
    float: left;
    width: 85.2%;
    height: 102px;
    border: 1px solid #4275a4;
}
.lt_right ul{
    width: 94%;
    margin: 0 auto;
}
.lt_right ul li{
    margin-top: 16px;
}
.lt_right ul li a{
    display: block;
    font-size: 16px;
    overflow: hidden;
}
.lt_right ul li a p{
    float: left;
    width: 86%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0.4s linear;
}
.lt_right ul li a span{
    display: block;
    float: right;
    font-size: 14px;
    color: #000;
}
.lt_right ul li a:hover p{
    text-indent: 15px;
}

.zmhd_right{
    float: right;
    width: 30%;
}

.zmhdr_img{
    width: 100%;
}
.zmhdr_img a{
    display: block;
}
.zmhdr_img a img{
    width: 100%;
}

.list_three{
    width: 100%;
    height: 425px;
    background: url(../images/zmhd/list_three.png) no-repeat;
    background-position: 0 0;
    margin: 20px auto;
}
.list_t_main{
    width: 88%;
    margin-left: 12%;
}
.list_t_main div{
    width: 100%;
    background: url(../images/zmhd/list_t_m.png) no-repeat;
    background-size: 100% 100%;
    margin-bottom: 17px;
}
.list_t_main div a{
    display: block;
    min-height: 130px;
    font-size: 16px;
    color: #000;
}
.list_t_main div a p{
    width: 84%;
    line-height: 28px;
    margin-left: 10%;
    padding-top: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient: vertical;
}
.list_t_main div a span{
    display: block;
    width: 84%;
    text-align: right;
    padding: 15px 0 5px;
    margin-left: 10%;
}

.zmhd_r_main{
    width: 100%;
    overflow: hidden;
}
.zmhd_r_main a{
    float: left;
    width: 48%;
    font-size: 18px;
    color: #fff;
    text-indent: 62px;
    padding: 18px 0;
    background: #58b6aa url(../images/zmhd/wyxx.png) no-repeat;
    background-position: 18% 50%;
}
.zmhd_r_main a.zmhd_r_a{
    float: right;
    background: #4275a4 url(../images/zmhd/lxcx.png) no-repeat;
    background-position: 18% 50%;
}

/* ios */
@media (max-width: 760px) {
    .zmhd{
        width: 92%;
    }
    .zmhd_left,
    .zmhd_right{
        float: none;
        width: 100%;
    }
    .title{
        padding: 15px 0;
    }
    .title p{
        font-size: 18px;
        padding: 4px 5px;
    }
    .title div{
        font-size: 14px;
        margin-top: 6px;
    }
    .lo{
        height: auto;
    }
    .lo_main{
        height: auto;
        padding: 10px 0;
    }
    .lom_left{
        width: 20%;
    }
    .lom_left div{
        font-size: 16px;
    }
    .lom_right{
        width: 76%;
    }
    .lom_right h2{
        font-size: 18px;
        margin-bottom: 5px;
    }
    .lom_right p{
        line-height: 20px;
        font-size: 12px;
    }
    .lt_left{
        width: 20%
    }
    .lt_left a{
        font-size: 18px;
        padding: 5px 0;
    }
    .lt_right{
        width: 79.2%;
        height: 64px;
    }
    .lt_right ul{
        padding-bottom: 8px;
    }
    .lt_right ul li {
        margin-top: 7px;
    }
    .lt_right ul li a{
        font-size: 14px;
    }
    .lt_right ul li a p{
        width: 60%;
    }
    .zmhdr_img{
        margin-top: 20px;
    }
    .zmhd_r_main a {
        font-size: 16px;
        text-indent: 55px;
        padding: 12px 0;
        background-position: 27px 50%;
    }
    
}

@media (max-width: 320px) {
.zmhd_r_main a{
    background-position: 18% 50%;
}

}