.main > .container {
    padding: 20px;
    background: #fff;
}
/* å¯¼èˆª */
.crumbs {
    font-size: 16px;
    padding-bottom: 18px;
}
.czzj{
    width: 98%;
    margin: 0 auto;
    padding: 15px 0;
    overflow: hidden;
}
.czzj_left{
    float: left;
    width: 20%;
}
.cr_title{
    width: 100%;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    background-color: #3871a6;
    padding: 6px 0;
}
.cr_main{
    width: 100%;
    margin-top: 20px;
}
.cr_main ul li{
    margin-top: 3px;
}
.cr_main ul li a{
    display: block;
    font-size: 18px;
    text-align: center;
    position: relative;
    padding: 6px 0;
    background-color: #eff4f9;
}
.cr_main ul li a img{
    transition: all 0.4s linear;
    position: absolute;
    top: 36%;
    right: 7%;
    transform: rotate(180deg);
}
.cr_main ul li a.on{
    font-weight: bold;
    color: #3871a6;
    background-color: #cbe3f7;
}
.cr_main ul li a.on img{
    transform: rotate(270deg);
}
.cr_main ul li a:hover{
    font-weight: bold;
    color: #3871a6;
    background-color: #cbe3f7;
}
.cr_main ul li a:hover img{
    transform: rotate(270deg);
}
.czzj_right{
    float: right;
    width: 100%;
    padding: 20px;
}
/*å¹´ä»½æ»šåŠ¨*/
.czzj_focus #myCarousel3{
    height:65px;
    padding:0px 34px;
    overflow:hidden;
    background: url(../images/czzj/czzc_icon.png) repeat-x left -954px;
    position: relative;
}
/*.line{height:1px; position:absolute; border-top:1px solid #ccc;z-index:2; width:100%; top:28px; }*/
.czzj_focus .inerBox{ 
    width:100%;
     overflow:hidden;
    }
.czzj_focus #myCarousel3 .carousel-inner{ 
    width:9999px;
}
.czzj_focus #myCarousel3 .carousel-inner>.li{
    float:left;
    height:65px;
    position:relative;
    /* padding:0px 43px 0 43px; */
    font-size:16px;
    text-align:center;
}
/*.czzj_focus #myCarousel3 .carousel-inner>.li:nth-child(1){ padding-left:86px;}*/
.czzj_focus #myCarousel3 .carousel-inner>.li a{
    display:inline-block;  
    height:65px;
    background:url(../images/czzj/czzc_icon.png) no-repeat 6px 16px;
    padding-top:46px;
}
.czzj_focus #myCarousel3 .carousel-inner>.li a:hover,.czzj_focus #myCarousel3 .carousel-inner>.li a:active,.czzj_focus #myCarousel3 .carousel-inner>.li.active a{ 
    line-height:58px;
    background:url(../images/czzj/czzc_icon.png) no-repeat left -220px; width:58px; 
    font-weight:bold;
    color:#3871a6; 
    padding-top:0; 
}
.czzj_focus #myCarousel3 .carousel-inner>.li img{
    border: 1px solid #e5e5e5;
    max-width: 100%;
}
.czzj_focus #myCarousel3 .carousel-caption{ 
    width:100%; 
    position:relative; 
    background:#163d76 !important; 
    text-align:center;
    white-space:nowrap; 
    overflow:hidden; 
    text-overflow:ellipsis;
}
.czzj_focus .carousel-control{  
    width:34px; 
    height:34px;
    background-image:url(../images/czzj/czzc_icon.png); 
    background-position:0 -69px; 
    top:12px;
    left: 0;
    filter:none; 
    z-index:100; 
    position:absolute;
    opacity:1;
    cursor:pointer;
}
.czzj_focus .right{
    left: 95.9%;
    background-position:0 -142px !important;
}

/*é€‰é¡¹å¡*/
.czzj_tabWrap{ 
    margin-top:30px;
}
.czzj_tab{
    width: 100%;
    display:none;
}

.czzj_tab>p{
    width: 18%;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    padding: 3px 0;
    background-color: #3871a6;
}

.cl_main{
    width: 100%;
}
.cl_title{
    width: 100%;
    font-size: 18px;
    margin: 0 auto;
    overflow: hidden;
    padding-top: 15px;
    border-bottom: 1px solid #bababa;
}
.cl_title p{
    display: inline-block;
    padding: 5px 0;
    position: relative;
    cursor: pointer;
}
.cl_title p span{
    display: none;
    width: 100%;
    height: 4px;
    background-color: #3871a6;
    position: absolute;
    bottom: -1px;
    left: 0;
}
.cl_title p.on{
    color: #3871a6;
}
.cl_title p.on span{
    display: block;
}
.cl_m{
    width: 100%;
}
.cl_list{
    display: none;
    width: 100%;
    position: relative;
}
.show{
    display: block;
}
.cl_list>a{
    font-size: 14px;
    position: absolute;
    top: -26px;
    right: 5px;
    z-index: 100;
}
.cl_list ul{
    padding: 8px 0 14px;
}

.cl_list .gdmore{
    color:#000;
    display:
    block;
    width: 180px;
    height: 50px;
    position: relative;
    text-align: center;
    border: 1px solid #000;
    line-height: 50px;
    left: 330px;
    top: 50px;
}

.cl_list ul li{
    padding: 5px 0;
}
.cl_list ul li a{
    display: block;
    font-size: 16px;
    overflow: hidden;
}
.cl_list ul li a p{
    float: left;
    width: 70%;
    text-indent: 15px;
    background: url(../images/icon/dian.png) no-repeat;
    background-position: 0 50%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0.4s linear;
}
.cl_list ul li a span{
    float: right;
    width: 12%;
    color: #888888;
    text-align: right;
}
.cl_list ul li a:hover p{
    text-indent: 25px;
}
@media screen and (max-width: 768px) {
    .main > .container {
        width: 100%;
        padding: 10px;
    }
    .czzj_left,
    .czzj_right{
        float: none;
        width: 100%;
    }
    .cr_main {
        margin-top: 15px;
    }
    .czzj_left{
        margin-bottom: 20px;
    }
    .cr_title{
        font-size: 18px
    }
    .czzj_tab>p {
        width: 44%;
        font-size: 20px;
        margin: 0 auto;
    }
    .title p{
        font-size: 16px;
    }
    .cl_list ul li a{
        font-size: 14px;
    }
    .cl_list ul li a p{
        width: 70%;
    }
    .cl_list ul li a span{
        width: 30%;
    }
    .czzj_focus .right{
        left: 88.2%;
    }
}