@charset "UTF-8";
body{
    /* background: url("/html/cms_files/weblaishanquzhengfuwangzhan/pubtplobject/defaultSet/14063/images/zfhy_bg.jpg") no-repeat center top; */
    background-size: 100%;
    font-family: '微软雅黑'!important;
}
a:focus{outline:none;}
.f-l{
    float: left;
}
.f-r{
    float: right;
}
.clearfix{
    zoom: 1;
}
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
    font-size:0;
}

/********** header *********/
.zfhy_container{
    width: 1200px;
    height: auto;
    margin: 0 auto;
}
.zfhy_header{
    padding-top: 30px;
    height: 353px;
}
.zfhy_title{
    text-align: center;
    margin-top: 30px;
}
/********** content *********/
.zfhy_content{
    width: 1274px;
    margin: 0 auto 54px auto;
    padding: 20px 37px;
    background-color: #ffffff;
}
.zfhy_box{
    width: 583px;
    height: auto;
}
.box_title{
    width: 100%;
    border-bottom: 1px solid #cccccc;
    box-sizing: border-box;
}
.box_title a{
    font-size: 23px;
    color: #999999;
    height: 44px;
    line-height: 44px;
    display: inline-block;
}
.box_title a.on{
    color: #a30c0c;
}
.box_con{
    padding-top: 10px;
    min-height: 274px;
}
.box_con ul li{
    height: 44px;
    line-height: 44px;
    background: url("/html/cms_files/weblaishanquzhengfuwangzhan/pubtplobject/defaultSet/14063/images/list_ico.png") no-repeat left center;
    padding-left: 16px;
}
.box_con ul li a{
    color: #333333;
    font-size: 17px;
    width: 80%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.box_con ul li:hover a{
    color: #fa0505;
}
.content_bottom{
    margin-top: 20px;
}
.box_2 .box_title .shu{
    margin: 10px 12px 0 12px;
}
.box_2 .box_con ul{
    display: none;
}
.box_2 .box_con ul:first-child{
    display: block;
}

/***********************响应*************************/
@media (max-width: 1200px) {
    .zfhy_container{
        width: 100%;
    }
    .header_logo{
        padding-left: 37px;
    }
    .zfhy_content{
        width: 100%;
    }
    .zfhy_box{
        width: 49%;
    }
}
@media (max-width: 991px) {
    body{
        background-size: inherit;
    }
    .zfhy_box{
        width: 100%;
    }
    .zfhy_box.f-r{
        margin-top: 20px;
    }
    .box_con ul li a{
        width: 92%;
    }
}
@media (max-width: 781px) {
    .header_logo{
        display: block;
        text-align: center;
        margin-bottom: 20px;
        padding-left: 0;
    }
    .zfhy_header{
        height: 212px;
    }
    .zfhy_title{
        width: 60%;
        margin: 0 auto;
    }
    .zfhy_title img{
        width: 100%;
    }
    .box_con ul li{
        height: auto;
    }
    .box_con ul li a{
        float: none;
        white-space: normal;
        width: auto;
    }
}
