*{ margin:0;
    padding:0;
    list-style:none;
    border:0;
    text-decoration:none;
    outline:none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}



.list-title{
    display: inline-block;
    width: 100%;
    max-width: 200px;
    border-top: solid 1px #ccc;
    border-left: solid 1px #ccc;
    border-right: solid 1px #ccc;
    background: #FFF;
    text-align: center;
    height: 60px;
    min-height: 60px;
    font-size: 20px;
    color: #f39800;
    font-weight: bold;
    cursor: pointer;
}
h1 {
    color: #FFF;
    font-size: 24px;
    font-weight: 400;
    text-align: center;
    margin-top: 80px;
}

h1 a {
    color: #f39800;
    font-size: 16px;
}

.accordion {
    width: 240px;
    -background: #FFF;
}

.accordion .link {
    display: table;
    width: 100%;
    cursor: pointer;
    display: block;
    padding: 0px 45px 0px 77px;
    color: #2d66a5;
    font-size: 23px;
    height: 85px;
    -font-weight: 700;
    -border-bottom: 1px solid #CCC;
    border:1px solid #e6dede;
    position: relative;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    background-color:#fff;
}
.accordion .link a {
    display: table-cell;
    vertical-align: middle;
    background: transparent !important;
}

.accordion .link p {
    display: table-cell;
    vertical-align: middle;
    background: transparent !important;
}



.accordion li:last-child .link {
    border-bottom: 0;
}
.accordion li{
    cursor: pointer;
}



.accordion>li{margin-bottom:15px;}

.accordion li i {
    position: absolute;
    top: 30%;
    left: 22px;
    font-size: 40px;
    color: #2d66a5;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.accordion li i.fa-chevron-up {
    right: 20px;
    left: auto;
    font-size: 24px;
}

.accordion li i.fa-chevron-down {
    right: 20px;
    left: auto;
    font-size: 24px;
}

.accordion li.open .link {
    color: #fff;
    background-color:#2d66a5;
}
.accordion li.open .titleLink a {
    color: #fff;
    background-color:#2d66a5;
}

.accordion li.open i {
    color: #fff;
}

.accordion li.open i.fa-chevron-down {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.accordion li.open i.fa-chevron-up {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}


.submenu {
    display: none;
    background:#fff;
    font-size: 15px;
    border:1px solid #e6dede;
    border-top:0px;
}

.submenu li {
    -border-bottom: 1px solid #d6d7dc;
}

.submenu a {
    display: block;
    text-decoration: none;
    color: #666;
    -padding: 12px; line-height:32px;
    padding-right: 5px;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.submenu .child {
    display: block;
    text-decoration: none;
    color: #666;
    -padding: 12px; line-height:32px;
    padding-right: 5px;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.submenu a span{ margin-right:10px;}
.submenu span span{ margin-right:10px;}

.submenu a:hover ,.submenu li.current a{
    
    color: #2d66a5;
}


.titleLink a {
    color: #2d66a5;
}
.titleLink:hover a {
    color: #fff;
}


.accordion .link:hover{
    color: #fff;
    background-color:#2d66a5;
}
.accordion .link:hover i{color:#fff;}

.page-large{
    margin:18px 0px 0px 0px;
    text-align: center;
}
.page-large *{
    line-height: 25px;
    display: inline-block;
}
.pagezd{
    font-size: 16px;
    color: #2d66a5;
    font-weight: bold;	
}
.page-large  a,
.page-large  input{
    border-radius: 3px;
    border:2px solid #d2dae4;
    padding: 0px 9px;
    margin: 0px 2px;
    color: #3887d6;
}

.page-large .next-page,
.page-large .prev-page,
.page-large .goPage,
.page-large  a.on{
    background: #3887d6;
    color: white;
    border:2px solid #3887d6;
}
.page-large .goPs{
    width: 50px;
    border:2px solid #d2dae4;
    border-radius: 3px;
}
.page-large .goPage[disabled="disabled"]{
    background: #d2dae4;
    border:2px solid #d2dae4;
}

.main-container{
    padding: 0px 20px 20px 20px;
    background: white;
    min-height:535px;
}

.common-padding-bottom{
    padding-bottom: 150px;
}

.common-padding20{
    padding: 0px 20px 20px 20px;
    background: white;
}

.content-link {
    border-top: 1px dashed #bcc3cc;
    padding-top: 10px;
    line-height: 20px;
    margin: 10px 0px;
}
.content-link .row{
    width: 100%;
}

.content-link i{
    margin: 0px 5px;
    border-radius: 2px;
    display: inline-block;
    padding: 0px 5px;
    background: #014e9c;
    font-style: normal;
    color: white;
}
.content-link i.disabled{
    background-color:#d2dae4;
}

.content-link .prev-content{
    text-align: left;
}
.content-link .next-content{
    text-align: right;
}

.icon-p{
    line-height: 45px;
    background-position: 10px center;
    background-repeat: no-repeat;
    background-image: url(../png/k2lpi2.png);
    background-color: #014e9c;
    color: white;
    font-size: 16px;
    padding-left: 50px;
    border-bottom: 1px solid white;
}

.common-img-container img{
    height: 100%;
    width: 100%;
    
}

.zztj{
    padding: 10px;
    display: none;
}
.zztj{
    text-align: center;
    line-height: 20px;
}
.zztj a{
    text-align: center;
    line-height: 20px !important;
}
.mzhd-ad-last .common-img-container img,
.mzhd-ad-frist .common-img-container img {
    height: 96px ;
}

.zwdt-ad .common-img-container img {
    height: 67px ;
}
.xxgk-right .common-img-container img,
.xxgk-left .common-img-container img{
    height: 67px ;
}
.zwdw-ad .common-img-container img{
    height:90px;
}

.no-padding-right {
    padding-right: 0px!important;
}

.ie-7-tip{
    display: none;
}
.content-swiper{
    height: 380px;
}
.content-swiper a{
    width: 100%;
    height: 380px;
    position: relative;
    display: block;
}
.content-swiper a img{
    height: 100%;
    width: 100%;
    display: block;
}
.content-swiper{
    position: relative;
}
.content-swiper .swiper-pagination{
    position: absolute;
    width: 100%;
    height: 16px;
    bottom: 0px;
    background: black;
    opacity: .6;
    text-align: right;
    letter-spacing: -3px;
    font-size: 0px;
}

.content-swiper .swiper-pagination-switch{
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: 0px 5px;
    background: white;
    margin-top: 3px;
}
.content-swiper .swiper-pagination-switch.swiper-active-switch{
    background: #00ed2d;
}

.common-tab3 .col{
    height: 50px;
    padding: 0px 15px;
}

.common-tab-img{
    background: #e6e6e6;
    padding:0px 0px 10px 10px ;
}
.common-tab-img .col{
    padding: 10px 10px 0px 0px;
}
.common-tab-img a{
    background: white;
    display: block;
    border-radius: 6px;
    overflow: hidden;
    -moz-box-shadow: 0px 1px 5px #aaa; 
    box-shadow: 0px 1px 5px #aaa;
}
.common-tab-img a p{
    min-height: 85px;
    line-height: 30px;
    color: #333333;
    font-size: 18px;
    padding: 10px 20px 15px 20px;
    text-align: center;
}
.common-tab-img a img{
    border: 0px;
    display: block;
    height: 205px;
    width: 100%;
}

.content-img-container{
    position: relative;
}

.content-img-child{
    position: absolute;
    width: 120%;
    height: 40%;
    bottom: -30px;
    left: -30px;
    background: #f5f5f5;
    z-index: 1;
}
.content-img-parents{
    position: relative;
    z-index: 3;
}
.accordion li i.fa-chevron-up {
    right: 20px;
    left: auto;
    font-size: 24px;
}