﻿@charset "utf-8";

@import url("predefine.css");

.container{
    width: 100%;
}
.zxtx_main{
    width: 1200px;
    margin: 20px auto 0;
    background-color: rgba(255, 255, 255, 0.6);
}
.zxtx{
    width: 96%;
    margin: 0 auto;
    overflow: hidden;
}

.hdjl_bottom  > div{
    float: left;
    width: 49%;
}
.hdjl_bottom .zjdcbox{
    margin-right: 2%;
}

.title{
    width: 100%;
    overflow: hidden;
    padding: 10px 0;
    border-bottom: 1px solid #cecece;
    margin-top:10px; 
}
.title p{
    float: left;
    font-size: 20px;
    font-weight: bold;
    padding: 0 15px;
}
.title p.on{
    color: #039600;
    background: url(../images/cdly/title_1.png) no-repeat;
    background-position: 0 3px;
}
.title a{
    display: block;
    float: right;
    font-size: 16px;
    color: #8c8c8c;
    margin-top: 5px;
}
.zxtx_left{
    float: left;
    width: 60%;
}
.xx_list{
    width: 100%;
    padding: 20px 0;
}
.xx_list ul{
    width: 100%;
    font-size: 18px;
    color: #4c6c97;
    overflow: hidden;
    background-color: #e1e6ee;
}
.xx_list ul li{
    float: left;
    padding: 11px 0;
    border-left: 1px solid #c5d3df;
}
.xx_list ul li.li_1{
    width: 43%;
    text-indent: 26px;
    border: none
}
.xx_list ul li.li_2,
.xx_list ul li.li_3{
    width: 18%;
    text-indent: 35px;
}
.xx_list ul li.li_4{
    width: 20%;
    text-indent: 30px;
}
.xx_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 #1d528e solid;
    margin-left: 10px;
}
.xx_list table{
    width: 100%;
    font-size: 16px;
    text-align: center;
}
.xx_list table tr td{
    padding: 9px 0;
    border-top: 2px solid #fff;
    background-color: #f5f6f9;
}
.xx_list table tr td.td_1{
    width: 43%;
}
.xx_list table tr td.td_2,
.xx_list table tr td.td_3{
    width: 18%;
}
.xx_list table tr td.td_4{
    width: 20%;
}
.xx_list table tr td a{
    display: block;
    text-align: left;
    text-indent: 26px;
}
.xx_list table tr td span{
    color: #888888;
}
.xx_page{
    width: 100%;
    overflow: hidden;
    padding-top: 10px;
}
.xx_page div{
    width: 48%;
}
.xx_page div.xx_page_l{
    float: left;
    width: 50%;
    background-color: #f8f8f8;
}
.xx_page div.xx_page_l p{
    float: left;
    width: 50%;
    text-indent: 10px;
    padding: 13px 0;
}
.xx_page div.xx_page_l p span{
    color: #9e362b;
}
.xx_page div.xx_page_r{
    float: right;
    overflow: hidden;
}
.xx_page div.xx_page_r a{
    display: block;
    width: 48%;
    font-size: 18px;
    color: #fff;
    text-indent: 56px;
    padding: 11px 0 10px;
}
.xx_page div.xx_page_r a.ra_left{
    float: left;
   
}
.xx_page div.xx_page_r a.ra_right{
    float: right;
    
}
.left_list{
    width: 100%;
}
.left_list ul li{
    padding: 10px 0;
    border-bottom: 1px dashed #cecece;
}
.comm_list ul {
    padding: 18px 0;
}
.comm_list ul li{
	background: url(../images/icon/point.png) no-repeat;
	background-position-y: 19px;
	text-indent: 8px;
	margin-bottom: 15px;
	font-size: 16px;
}
.left_list ul li a{
    display: block;
}
.left_list ul li a div{
    width: 100%;
    overflow: hidden;
    font-size: 18px;
    padding: 5px 0;
}
.left_list ul li a div span{
    display: block;
}
.left_list ul li a div span.span_left{
    float: left;
}
.left_list ul li a div p{
    float: left;
    width: 66%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.left_list ul li a div span.span_right{
    float: right;
    color: #000;
}
.left_list ul li a>p{
    width: 80%;
    font-size: 14px;
    color: #c0c0c0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 5px 0;
}
.left_list ul li a.qw{
    width: 15%;
    margin-left: 85%;
    font-size: 16px;
    color: #b4271c;
    text-align: right;
}
.zxtx_right{
    float: right;
    width: 38%;
}
.title_img{
    width: 100%;
    padding: 20px 0 10px;
}
.title_img img{
    width: 100%;
}
.right_list{
    width: 100%;
    padding: 10px 0;
}
.right_list ul li{
    padding: 7px 0;
}
.right_list ul li a{
    display: block;
    font-size: 16px;
    overflow: hidden;
}
.right_list ul li a p{
    float: left;
    width: 80%;
    color: #000;
    text-indent: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
}
.right_list ul li a p::before {
    display: block;
    width: 4px;
    height: 4px;
    content: "";
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #000;
    position: absolute;
    top: 10px;
    left: 5px;
}
.right_list ul li a span{
    display: block;
    float: right;
    color: #fff;
    padding: 0 8px;
    background-color:#ccc;
}
.zxft{
    padding-bottom: 30px;
}
.zxft_img{
    padding: 24px 0 10px;
}
.zxft_img img{
    width: 100%;
}
.zxft ul li{
    font-size: 16px;
    overflow: hidden;
    padding: 8px 0;
}
.zxft ul li.li{
    border-bottom: 1px solid #d7d7d7;
}
.zxft ul li span{
    display: block;
    float: left;
    width: 20%;
    color: #9f211c;
}
.zxft ul li p{
    float: left;
    width: 80%;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
}
.zxft ul li a{
    display: block;
    width: 99%;
    padding: 5px 0;
}
.zxft ul li a.a_left{
    float: left;
    color: #fff;
    text-indent: 80px;
    
}
.zxft ul li a.a_right{
    float: right;
    color: #000;
    text-align: center;
    background-color: #eaeaea;
}
    .wxzzsjh{
        
        width: 100%;
        height: 123px;
        /* margin-top: 20px; */
      
    }
    .wxzzsjh a {
        color: #FFFFFF;
        float: right;
        width: 110px;
        height: 30px;
        line-height: 30px;
        display: block;
        background-color: #448ccb;
        text-align: center;
        margin: 48px 15px;
    }

.zzxxblqklist{margin-top:10px;} 
.zzxxblqklist li{float:left;line-height:2em;width:100%;

}
.zzxxblqklist li a{padding-left:10px;}
.zzxxblqklist li span{float: right;color:#8b8b8b;}

.xzzsh {
    width: 100%;
    height: 100px;
    margin: 20px 0;
}
.xzzsh img{
    width: 100%;
    height: 100%;
}
.xxcx{
    width: 100%;
    height: 100px;
    margin: 20px 0;
}
.clearfix:after{
    display: block;
    content: "";
    clear: both;
}
.xxcx a{
    display: block;
    width: 200px;
    height: 100px;
    float: left;
}
.xxcx .xxcx_link{
    margin-right: 30px;
}
.xxcx a img{
    width: 100%;
    height: 100%;
}
@media (max-width:1200px){
.container{
    width: 100%;
}
.zxtx_main{
    width: 100%;
    margin: 0px auto 0;
    background-color: rgba(255, 255, 255, 0.6);
}
.zxtx{
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    padding: 0 10px;
}

.title{
    width: 100%;
    overflow: hidden;
    padding: 10px 0;
    border-bottom: 1px solid #cecece;
    margin-top:10px; 
}
.title p{
    float: left;
    font-size: 20px;
    font-weight: bold;
    padding: 0 15px;

}
.title p.on{
    color: #015293;
    background: url(../images/cdly/title_1.png) no-repeat;
    background-position: 0 3px;
}
.title a{
    display: block;
    float: right;
    font-size: 16px;
    color: #8c8c8c;
    margin-top: 5px;
}
.zxtx_left{float: none;width: 100%;}
.xx_list{
    width: 100%;
    padding: 20px 0;
}
.xx_list ul{
    width: 100%;
    font-size: 18px;
    color: #4c6c97;
    overflow: hidden;
    background-color: #e1e6ee;
}
.xx_list ul li{
    float: left;
    padding: 11px 0;
    border-left: 1px solid #c5d3df;
}
.xx_list ul li.li_1{
    width: 43%;
    text-indent: 26px;
    border: none
}
.xx_list ul li.li_2,
.xx_list ul li.li_3{
    width: 18%;
    text-indent: 35px;
}
.xx_list ul li.li_4{
    width: 20%;
    text-indent: 30px;
}
.xx_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 #1d528e solid;
    margin-left: 10px;
}
.xx_list table{
    width: 100%;
    font-size: 16px;
    text-align: center;
}
.xx_list table tr td{
    padding: 9px 0;
    border-top: 2px solid #fff;
    background-color: #f5f6f9;
}
.xx_list table tr td.td_1{
    width: 43%;
}
.xx_list table tr td.td_2,
.xx_list table tr td.td_3{
    width: 18%;
}
.xx_list table tr td.td_4{
    width: 20%;
}
.xx_list table tr td a{
    display: block;
    text-align: left;
    text-indent: 26px;
}
.xx_list table tr td span{
    color: #888888;
}
.xx_page{
    width: 100%;
    overflow: hidden;
    padding-top: 10px;
}
.xx_page div{
    width: 48%;
}
.xx_page div.xx_page_l{
    float: left;
    width: 50%;
    background-color: #f8f8f8;
}
.xx_page div.xx_page_l p{
    float: left;
    width: 50%;
    text-indent: 10px;
    padding: 13px 0;
}
.xx_page div.xx_page_l p span{
    color: #9e362b;
}
.xx_page div.xx_page_r{
    float: right;
    overflow: hidden;
}
.xx_page div.xx_page_r a{
    display: block;
    width: 48%;
    font-size: 18px;
    color: #fff;
    text-indent: 56px;
    padding: 11px 0 10px;
}
.xx_page div.xx_page_r a.ra_left{
    float: left;

}
.xx_page div.xx_page_r a.ra_right{
    float: right;

}
.left_list{
    width: 100%;
}
.left_list ul li{
    padding: 10px 0;
    border-bottom: 1px dashed #cecece;
}
.comm_list ul {
    padding: 18px 0;
}
.comm_list ul li{
	background: url(../images/icon/point.png) no-repeat;
	background-position-y: 19px;
	text-indent: 8px;
	margin-bottom: 15px;
	font-size: 16px;
}
.left_list ul li a{
    display: block;
}
.left_list ul li a div{
    width: 100%;
    overflow: hidden;
    font-size: 18px;
    padding: 5px 0;
}
.left_list ul li a div span{
    display: block;
}
.left_list ul li a div span.span_left{
    float: left;
}
.left_list ul li a div p{
    float: left;
    width: 66%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.left_list ul li a div span.span_right{
    float: right;
    color: #000;
}
.left_list ul li a>p{
    width: 80%;
    font-size: 14px;
    color: #c0c0c0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 5px 0;
}
.left_list ul li a.qw{
    width: 15%;
    margin-left: 85%;
    font-size: 16px;
    color: #b4271c;
    text-align: right;
}
.zxtx_right{
    float: none;
    width: 100%;
}
.title_img{
    width: 100%;
    padding: 20px 0 10px;
}
.title_img img{
    width: 100%;
}
.right_list{
    width: 100%;
    padding: 10px 0;
}
.right_list ul li{
    padding: 7px 0;
}
.right_list ul li a{
    display: block;
    font-size: 16px;
    overflow: hidden;
}
.right_list ul li a p{
    float: left;
    width: 80%;
    color: #000;
    text-indent: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
}
.right_list ul li a p::before {
    display: block;
    width: 4px;
    height: 4px;
    content: "";
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #000;
    position: absolute;
    top: 10px;
    left: 5px;
}
.right_list ul li a span{
    display: block;
    float: right;
    color: #fff;
    padding: 0 8px;
    background-color:#ccc;
}
.zxft{
    padding-bottom: 30px;
}
.zxft_img{
    padding: 24px 0 10px;
}
.zxft_img img{
    width: 100%;
}
.zxft ul li{
    font-size: 16px;
    overflow: hidden;
    padding: 8px 0;
}
.zxft ul li.li{
    border-bottom: 1px solid #d7d7d7;
}
.zxft ul li span{
    display: block;
    float: left;
    width: 20%;
    color: #9f211c;
}
.zxft ul li p{
    float: left;
    width: 80%;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
}
.zxft ul li a{
    display: block;
    width: 99%;
    padding: 5px 0;
}
.zxft ul li a.a_left{
    float: left;
    color: #fff;
    text-indent: 80px;
 
}
.zxft ul li a.a_right{
    float: right;
    color: #000;
    text-align: center;
    background-color: #eaeaea;
}
    .wxzzsjh{
     
        width: 100%;
        height: 123px;
        /* margin-top: 20px; */
       
    }
    .wxzzsjh a {
        color: #FFFFFF;
        float: right;
        width: 110px;
        height: 30px;
        line-height: 30px;
        display: block;
        background-color: #448ccb;
        text-align: center;
        margin: 48px 15px;
    }

.zzxxblqklist{margin-top:10px;} 
.zzxxblqklist li{float:left;line-height:2em;width:100%;

}
.zzxxblqklist li a{padding-left:10px;}
.zzxxblqklist li span{float: right;color:#8b8b8b;}

.xzzsh {
    width: 100%;
    height: auto;
    margin: 10px 0;
}
.xzzsh img{
    width: 100%;
    height: 100%;
}
.xxcx{
    width: 100%;
    height: auto;
    margin: 0 0;
}
.clearfix:after{
    display: block;
    content: "";
    clear: both;
}
.xxcx a{
    display: block;
    width: 50%;
    height: auto;
    float: left;
    padding: 15px;
}
.xxcx .xxcx_link{
    margin-right: 0;
}
.xxcx a img{
    width: 100%;
    height: 100%;
}
}


@media screen and (max-width: 768px) {
    .title{
        padding: 0 0 10px 0;
        margin-top: 0;
    }
    .hdjl_bottom > div{
        float: none;
        width: 100%;
    }
    .hdjl_bottom .zjdcbox{
        margin-right: 0;
    }
    .title p{
        font-size: 17px;
    }
    .title a{
        font-size: 14px;
        margin-top: 9px;
    }
}