﻿.zmhd_main{
    width: 96%;
    margin: 0 auto;
    padding: 20px 0;
    overflow: hidden;
}
.zmhd_left{
    float: left;
    width: 68%;
}
.zmhd_l_img{
    width: 100%;
}
.zmhd_l_img a{
    display: block;
}
.zmhd_l_img a img{
    width: 100%;
    margin-bottom: -5px;
}
.zmhd_list{
    width: 100%;
    padding: 15px 0 20px;
}
.zmhd_list ul{
    width: 100%;
    font-size: 18px;
    color: #456c9b;
    overflow: hidden;
    background-color: #e0e6ef;
}
.zmhd_list ul li{
    float: left;
    padding: 11px 0;
    border-left: 1px solid #c2d3e0;
}
.zmhd_list ul li.li_1{
    width: 43%;
    text-indent: 26px;
    border: none;
}
.zmhd_list ul li.li_2,
.zmhd_list ul li.li_3{
    width: 18%;
    text-indent: 35px;
}
.zmhd_list ul li.li_4{
    width: 20%;
    text-indent: 30px;
}
.zmhd_list ul li::after {
    display: inline-block;
    width: 0;
    height: 0;
    content: "";
    border-bottom:5px transparent dashed;
    border-left:5px transparent dashed;
    border-right:5px transparent dashed;
    border-top:5px #015293 solid;
    margin-left: 10px;
}
.zmhd_list table{
    width: 100%;
    height: 264px;
    font-size: 16px;
    text-align: center;
}
.zmhd_list table tr td{
    padding: 9px 0;
    border-top: 2px solid #fff;
    background-color: #f4f6fa;
}
.zmhd_list table tr td.td_1{
    width: 43%;
}
.zmhd_list table tr td.td_2,
.zmhd_list table tr td.td_3{
    width: 18%;
}
.zmhd_list table tr td.td_4{
    width: 20%;
}
.zmhd_list table tr td a{
    display: block;
    text-align: left;
    text-indent: 26px;
}
.zmhd_list table tr td span{
    color: #888888;
}
.zmhd_page{
    width: 100%;
    overflow: hidden;
    padding-top: 10px;
}
.zmhd_page div{
    width: 40%;
}
.zmhd_page div.zmhd_page_l{
    float: left;
    width: 58%;
    font-size: 16px;
    background-color: #f8f8f8;
}
.zmhd_page div.zmhd_page_l p{
    float: left;
    width: 50%;
    text-indent: 10px;
    padding: 13px 0;
}
.zmhd_page div.zmhd_page_l p span{
    color: #9e362b;
}
.zmhd_page div.zmhd_page_r{
    float: right;
    overflow: hidden;
}
.zmhd_page div.zmhd_page_r a{
    display: block;
    width: 48%;
    font-size: 18px;
    color: #fff;
    text-indent: 3em;
    padding: 12px 0 11px;
}
.zmhd_page div.zmhd_page_r a.ra_left{
    float: left;
    background: #dbb15e url(../images/zmhd/xx_1.png) no-repeat;
    background-position: 16px 10px;
}
.zmhd_page div.zmhd_page_r a.ra_right{
    float: right;
    background: #769dd6 url(../images/zmhd/xx_2.png) no-repeat;
    background-position: 16px 10px;
}
.zl_dc{
    width: 100%;
}
.dc_main ul{
    width: 100%;
    margin-top: 20px;
    overflow: hidden;
}
.dc_main ul{
    display: none;
}
.dc_main ul.on{
    display: block;
}
.dc_main ul li{
    float: left;
    width: 50%;
    overflow: hidden;
}
.dc_main ul li img{
    display: block;
    float: left;
    width: 16%;
}
.dc_main ul li a{
    display: block;
    float: left;
    width: 80%;
    line-height: 30px;
    font-size: 16px;
    margin-left: 10px;
    overflow: hidden; 
    text-overflow: ellipsis;
    display: -webkit-box; 
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.zmhd_right{
    float: right;
    width: 30%;
}
.zr_title{
    width: 100%;
    overflow: hidden;
    padding-bottom: 10px;
    border-bottom: 1px solid #d7d7d7;
}
.zr_title p{
    float: left;
    font-size: 20px;
    color: #ae0303;
    text-indent: 20px;
    position: relative;
}
.zr_title p span{
    display: block;
    width: 4px;
    height: 70%;
    background-color: #c1121f;
    position: absolute;
    top: 17%;
    left: 0;
}
.zr_title a{
    display: block;
    float: right;
    font-size: 14px;
    color: #d7d7d7;
    margin-top: 8px;
}
.zr_list{
    width: 100%;
    height: 390px;
    overflow: hidden;
}
.zr_list ul li{
    margin-top: 15px;
}
.zr_list ul li a{
    display: block;
    font-size: 16px;
    overflow: hidden;
}
.zr_list ul li a p{
    float: left;
    max-width: 80%;
    text-indent: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: url(../images/index/dian.png) no-repeat;
    background-position: 0 50%;
    transition: all 0.4s linear;
}
.zr_list ul li a img{
    display: none;
    float: left;
    margin-top: 6px;
    margin-left: 10px;
}
.zr_list ul li a:hover p{
    text-indent: 20px;
}
.zr_main{
    width: 100%;
}
.zr_top{
    margin-top: 8px;
}
.zr_top a{
    display: block;
}
.zr_top a img{
    width: 100%;
}
.zr_bottom{
    width: 100%;
    overflow: hidden;
    margin-top: 5px;
}
.zr_bottom a{
    display: block;
    float: left;
    width: 48%;
    font-size: 18px;
    background-color: #eaeaea;
    position: relative;
}
.zr_bottom a img{
    display: block;
    position: absolute;
    top: 10%;
    left: 10px;
}
.zr_bottom a p{
    float: left;
    padding: 5px 0;
    margin-left: 32%;
}
.zr_bottom a.two_a1{
    color: #fff;
    background-color: #c2121f;
}
.zr_bottom a.two_a2{
    float: right;
    color: #000;
}

/* ios */
@media (max-width: 760px) {
    .zmhd_left,
    .zmhd_right{
        float: none;
        width: 100%;
    }
    .zmhd_list ul{
        font-size: 12px;
    }
    .zmhd_list ul li.li_1{
        width: 40%;
    }
    .zmhd_list ul li.li_2, 
    .zmhd_list ul li.li_3{
        text-indent: 10px;
    }
    .zmhd_list ul li.li_4{
        width: 23%;
        text-indent: 4px;
    }
    .zmhd_list ul li::after{
        margin-left: 4px;
    }
    .zmhd_list table{
        font-size: 12px;
        height: auto;
    }
    .zmhd_list table tr td.td_1{
        width: 40%;
    }
    .zmhd_list table tr td.td_1 a{
        text-align: center;
        text-indent: 0;
    }
    .zmhd_list table tr td.td_4{
        width: 23%;
    }
    .zmhd_page div.zmhd_page_l{
        width: 50%;
        font-size: 14px;
    }
    .zmhd_page div.zmhd_page_l p{
        float: none;
        width: 100%;
        margin-bottom: 3px;
    }
    .zmhd_page div.zmhd_page_r{
        width: 50%;
    }
    .zmhd_page div.zmhd_page_r a{
        width: 90%;
        font-size: 14px;
        text-indent: 4em;
        margin-left: 10%;
        padding: 13px 0;
    }
    .zmhd_page div.zmhd_page_r a.ra_left{
        float: none;
        background-position: 16px 5px;
        margin-bottom: 5px;
    }
    .zmhd_page div.zmhd_page_r a.ra_right{
        float: none;
    }
    .dc_main ul{
        margin-top: 10px;
    }
    .dc_main ul li{
        float: none;
        width: 100%;
        margin-bottom: 10px;
    }
    .dc_main ul li a{
        line-height: 24px;
        font-size: 14px;
    }
    .zr_title{
        padding-bottom: 5px;
    }
    .zr_title p{
        font-size: 18px;
    }
    .zr_title a{
        margin-top: 4px;
    }
    .zr_list{
        height: auto;
    }
    .zr_list ul li{
        margin-top: 10px;
    }
    .zr_list ul li a{
        font-size: 14px;
    }
}