/* 样式清除 */
* {
    margin: 0;
    padding: 0;
    max-height: 999999px;
    box-sizing: border-box;
}

html {
    min-height: 500px;
    font-family: '微软雅黑';
}

ul,
li,
dl {
    list-style: none;
}

a {
    text-decoration: none;
    color: #333;
}

input {
    outline: none;
}

img {
    border: 0;
}

/* 通用样式 */
.f_right {
    float: right;
}

.f_left {
    float: left;
}

.f_clear::after{
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
}

.w_1100 {
    margin: 0 auto;
    width: 1100px;
}

.w_1200 {
    margin: 0 auto;
    width: 1200px;
}

.borBox {
    border: 1px solid #333;
}


/* 自定义样式 */

.Zjj_banner_box {
    position: relative;
    width: 100%;
    height: 200px;
    background: url('Zjj_banner.png') no-repeat center 0;
}

.Zjj_banner_box .Zjj_banner_wza {
    position: absolute;
    top: 35px;
    right: 417px;
    width: 66px;
    height: 13px;
    font-size: 13px;
    font-weight: bolder;
    color: #195aa9;
}

.Zjj_banner_box .Zjj_banner_wza a {
    color: #195aa9;
}

.Zjj_banner_wechat {
    position: absolute;
    top: 27px;
    right: 322px;
    width: 88px;
    height: 110px;
    background: url('wechat.png') no-repeat center;
}

.Zjj_search_box {
    position: absolute;
    top: 58px;
    right: 417px;
    width: 297px;
    height: 40px;
}

.Zjj_search_box .search_input {
    padding-left: 10px;
    width: 214px;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    color: #999;
    border: 1px solid #74a9e9;
}

.Zjj_search_box .search_btn {
    width: 83px;
    height: 40px;
    background: url('Zjj_searchBtn.png') no-repeat center;
    border: 0;
}

.Zjj_nav_box {
    position: absolute;
    top: 150px;
    width: 100%;
    height: 50px;
    background: #136ad5;
    border-top: 4px solid #5796e2;
}

.Zjj_nav_box ul {
    margin: 0 auto;
    width: 1200px;
    height: 46px;
}

.Zjj_nav_box ul li {
    float: left;
    width: 122px;
    height: 46px;
    text-align: center;
}

.Zjj_nav_box ul li a {
    display: block;
    line-height: 46px;
    font-size: 19px;
    color: #fff;
}

.Zjj_nav_box ul li a:hover {
    background: #009af0;
}

.Zjj_dqwz_box{
    width: 100%;
    height: 40px;
    background: #ededed;
}
.Zjj_dqwz{
    padding-left: 20px;
    height: 40px;
    line-height: 40px;
    font-size: 13px;
    background: url("Zjj_dqzw_icon.png") no-repeat 0 center;
}
.Zjj_dqwz a{
    font-size: 13px;
}

.Zjj_content_box {
    margin-top: 25px;
    margin-bottom: 25px;
    min-height: 500px;
}
.Zjj_lm_list_box{
    padding-left: 8px;
    padding-top: 18px;
    width: 301px;
    min-height: 500px;
    background: url("lm_bg.png") no-repeat center 0;
}
.Zjj_lm_list_box p{
    margin-bottom: 20px;
    padding-left: 35px;
    height: 50px;
    line-height: 50px;
    font-size: 17px;
    font-weight: bolder;
    color: #fff;
}
.Zjj_lm_list_box ul{
    min-height: 413px;
    background: #eaeff5;
}

.Zjj_lm_list_box li a{
    padding-left: 60px;
    display: block;
    width: 100%;
    height: 45px;
    line-height: 45px;
    background:  url("lm_now.jpg") no-repeat 36px center;
    white-space: nowrap;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.Zjj_lm_list_box li a:hover{
    padding-left: 53px;
    display: block;
    width: 100%;
    height: 45px;
    line-height: 45px;
    background: #fff url("lm_now_hover.jpg") no-repeat 29px center;
    border-left: 7px solid #d72025;
}

.Zjj_list_box{
    margin-bottom: 30px;
    margin-left: 29px;
    width: 869px;
    min-height: 500px;
    border: 1px solid #dedede;
}
.Zjj_list_box>p{
    padding-left: 15px;
    height: 46px;
    line-height: 46px;
    font-size: 17px;
    font-weight: bolder;
    color: #333;
    border-bottom: 1px solid #dedede;
}
.Zjj_list_box ul{
    padding: 10px 15px;
}
.Zjj_list_box li{
    padding-left: 13px;
    height: 45px;
    line-height: 45px;
    background: url("list_icon.jpg") no-repeat 0 center;
    border-bottom: 1px dashed #e8e8e8;
}
.Zjj_list_box li a{
    font-size: 17px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    max-width: 83%;
}
.Zjj_list_box li span{
    color: #999;
}

.Zjj_img_links{
    margin-top: 30px;
    padding-left: 8px;
}

.Zjj_footer_box {
    width: 100%;
    height: 110px;
    background: #434343;
}

.Zjj_footer {
    position: relative;
    height: 110px;
}

.Zjj_footer .Zjj_dzjg {
    position: absolute;
    top: 26px;
    left: 44px;
    width: 54px;
    height: 61px;
}
.Zjj_footer p{
    position: absolute;
    top: 27px;
    left: 226px;
    width: 525px;
    height: 50px;
    line-height: 15px;
    font-size: 13px;
    text-align: center;
    color: #9e9e9e;
}
.Zjj_footer .Zjj_wzjc{
    position: absolute;
    top: 24px;
    right: 106px;
    width: 110px;
    height: 55px;
}