@charset "UTF-8";
body::before{
    display: block;
    content: "";
    position: absolute;
    right: 0;
    top:200px;
    width: 180px;
    height: 520px;
    background: url(../images/zs1.png) no-repeat right top;
    background-size: 80%;
    z-index: -1;
}
body::after{
    display: block;
    content: "";
    position: absolute;
    left: 0;
    bottom:260px;
    width: 180px;
    height: 520px;
    background: url(../images/zs2.png) no-repeat left top;
    background-size: 70%;
    z-index: -1;
}
main{
    margin: 45px 0;
    min-height: 535px;
}
/* 左侧导航 */
.left_nav {
    width:250px;
}
.left_nav h2{
    width: 100%;
    height: 80px;
    background: #005bac url(../images/left_nav_bg.png) no-repeat center;
    line-height: 80px;
    font-size: 26px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    border-bottom: 2px solid #fff;
}
.left_nav ul {
    background: #d6edff;
}
.left_nav ul li a {
    display: block;
    font-size: 16px;
    padding: 10px 50px 10px 30px;
    line-height: 30px;
    position: relative;
    color: #000000;
    border-bottom: 1px solid #fff;
}
.left_nav ul li:last-of-type a{
    border-bottom: 0;
}
.left_nav ul li.on>a,.left_nav ul li:hover>a {
    color: #fff;
    background: #193aab;
    border-bottom: 1px solid #193aab;
}
.left_nav ul li{
    position: relative;
}
.left_nav li strong.phone_arrow{
    display:block;
    height: 54px;
    line-height: 54px;
    width: 60px;
    text-align:center;
    font-size:21px;
    font-weight:bold;
    position:absolute;
    right:0;
    top:0;
    color: #000;
    z-index:33;
    cursor:pointer;
    transition:all 0.3s ease-in-out;
}
.left_nav ul li.on strong.phone_arrow,.left_nav ul li:hover strong.phone_arrow{
    color: #fff;
}
.left_nav ul li .twoJ_menu a{
    font-size: 15px;
    padding: 10px 10px 10px 50px;
    border-bottom: none;
    line-height: 20px;
    box-sizing: border-box;
    text-indent: 0;
    position: relative;
}
.left_nav ul li .twoJ_menu a.hover{
    color: #0b2068;
    font-weight: bold;
    box-sizing: border-box;
}
.left_nav ul li .twoJ_menu a.hover span{
    border-bottom:2px solid #0b2068;
}
.left_nav li .twoJ_menu a:hover{
    color: #0b2068;
    box-sizing: border-box;
    font-weight: bold;
}
.left_nav li .twoJ_menu a:hover span{
    border-bottom:2px solid #0b2068;
}
.twoJ_menu{
    display: none;
    border-bottom: 1px solid #fff;
}
.left_nav ul li.on .twoJ_menu{
    display:block;
}

/* 右侧内容 */
main .right{
    width: calc(100% - 330px);
    margin-left: 80px;
}
main .right .right_top{
    padding-bottom: 10px;
    border-bottom: 1px solid #aed8fd;
}
main .right .right_top h2{
    font-size: 22px;
    color: #000000;
    line-height: 30px;
    font-weight: normal;
}
main .right .right_top p,main .right .right_top p a{
    display: inline-block;
    font-size: 15px;
    color: #333333;
    line-height: 30px;
}
main .right .right_top p a:hover{
    color: #193aab;
}
/* 图片列表页 */
ul.img_list li{
    margin-bottom: 20px;
}
ul.img_list li:first-of-type{
    margin-top:20px;
}
ul.img_list li a{
    display: block;
    width: 100%;
}
ul.img_list li.btt a img{
    width: 240px;
    height: 140px;
    object-fit: cover;
    float: left;
}
ul.img_list li.btt a p.con{
    width: calc(100% - 240px);
    float: right;
    padding-left: 20px;
    box-sizing: border-box;
    border-bottom: 1px dashed #d6d6d6;
}
ul.img_list li a p.con{
    width: 100%;
    float: none;
    box-sizing: border-box;
    border-bottom: 1px dashed #d6d6d6;
}
ul.img_list li a p.con span{
    display: block;
}
ul.img_list li a span.tit{
    font-size: 20px;
    line-height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: bold;
    color: #27282b;
}
ul.img_list li a span.txt{
    font-size: 16px;
    line-height: 26px;
    height: 52px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    color: #50525a;
    margin: 1px 0 6px;
}
ul.img_list li a span.time{
    font-size: 14px;
    line-height: 30px;
    color: #999999;
    background: url(../images/more.png) no-repeat right center;
    background-size: auto 14px;
}
ul.img_list li a:hover span.tit{
    color: #193aab;
}
ul.img_list li a:hover p.con{
    border-bottom: 1px dashed #193aab;
}
ul.img_list li a:hover span.time{
    background: url(../images/more2.png) no-repeat right center;
    background-size: auto 14px;
}

/* 文字列表页 */
ul.txt_list li a{
    display: block;
    width: 100%;
    line-height: 50px;
    font-size: 16px;
    color: #333333;
    border-bottom: 1px dashed #d6d6d6;
    padding-left: 20px;
    background: url(../images/dian.png) no-repeat 5px center;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
ul.txt_list li a span{
    font-size: 14px;
    color: #adadad;
    padding-left: 20px;
    display: block;
}
ul.txt_list li a:hover{
    color: #193aab;
    text-indent: 10px;
}

/* 单篇正文页 */
.dp{
    margin-top: 30px;
}
.dp p{
    font-size: 16px!important;
    line-height: 32px;
    text-indent: 2em;
    margin-bottom: 15px;
    color: #302c2b;
    text-align: justify;
}
#vsb_content p img{display:inline-block}
/* 中心架构 */
.zxjg h2{
    font-size: 24px;
    line-height: 30px;
    color: #193aab;
    border-bottom: 1px solid #193aab;
    display: inline-block;
    margin-bottom: 15px;
}
.zxjg_sub{
    width: 100%;
    margin:0 auto;
    overflow-x: auto;
    white-space: initial;
}

.zxjg_sub .zxjg_con {
    width: 958px;
    margin-top: 50px;
}
.zxjg_sub p{
    width:100%;
    position:relative;
    text-align: center;
    margin-bottom: 85px;
}
.zxjg_sub p.p3{
    text-align: center;
}
.zxjg_sub p a{
    display:inline-block;
    margin:0 3px;
    padding: 0 6px;
    width: auto;
    height: 320px;
    font-size: 15px;
    color: #000;
    background:#d6edff;
    text-align:center;
    position:relative;
    writing-mode: vertical-lr;
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: vertical-lr;
    text-indent: 0;
}
.zxjg_sub p a::before{
    display:block;
    content:"";
    width:20px;
    height:2px;
    position:absolute;
    background:#193aab;
}
.zxjg_sub p a::after{
    display:block;
    content:"";
    width:2px;
    height:40px;
    position:absolute;
    background:#193aab;
}
.zxjg_sub p a:hover{
    background:#193aab;
    color:#fff;
}
 .zxjg_sub .p1{
     margin-bottom:150px;
 }
.zxjg_sub .p1 a.zxjj_1,.zxjg_sub .p1 a.zxjj_2{
    width: auto;
    padding: 0 30px;
    height: 46px;
    line-height: 46px;
    font-size: 17px;
    writing-mode: inherit;
    -webkit-writing-mode: inherit;
    -ms-writing-mode: inherit;
}
.zxjg_sub .p1 a.zxjj_2{
     position:absolute;
     bottom: -78px;
     left: 50%;
     margin-left: 200px;
}
.zxjg_sub .p2 a::after{
    left:0;
    right:0;
    top:-40px;
    margin:auto;
}
.zxjg_sub .p2 a::before{
    width:283%;
    top:-40px;
}
.zxjg_sub .p2 a.zxjj_3::before,.zxjg_sub .p2 a.zxjj_4::before,.zxjg_sub .p2 a.zxjj_5::before,.zxjg_sub .p2 a.zxjj_6::before,.zxjg_sub .p2 a.zxjj_7::before,.zxjg_sub .p2 a.zxjj_8::before,.zxjg_sub .p2 a.zxjj_9::before,.zxjg_sub .p2 a.zxjj_10::before,.zxjg_sub .p2 a.zxjj_11::before{
    left:50%;
}
.zxjg_sub .p2 a.zxjj_12::before,.zxjg_sub .p2 a.zxjj_13::before,.zxjg_sub .p2 a.zxjj_14::before,.zxjg_sub .p2 a.zxjj_15::before,.zxjg_sub .p2 a.zxjj_16::before,.zxjg_sub .p2 a.zxjj_17::before,.zxjg_sub .p2 a.zxjj_18::before,.zxjg_sub .p2 a.zxjj_19::before,.zxjg_sub .p2 a.zxjj_20::before,.zxjg_sub .p2 a.zxjj_21::before{
    right:50%;
}
.zxjg_sub .p1 a.zxjj_1::before,.zxjg_sub .p1 a.zxjj_2::after{
    display:none;
}
.zxjg_sub .p1 a.zxjj_1::after{
    height:110px;
    left:0;
    right:0;
    margin:auto;
}
.zxjg_sub .p1 a.zxjj_2::before{
    width: 200px;
    left: -200px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.zxjg_sub .p3 a::before{
    top:-40px;
    width:150%;
    left: 50%;
}
.zxjg_sub .p3 a::after{
    height:40px;
    left:0;
    right:0;
    margin:auto;
    top:-40px;
}
.zxjg_sub .p3 a.zxjj_29:before{
    width: 200%;
}
.zxjg_sub .p3 a.zxjj_30:before{
    height: 55px;
    width: 2px;
    top: -93px;
    right: -8px;
    left: auto;
}
/* 文章内容页 */ 
.content h2.tit{
    font-size: 26px;
    line-height: 30px;
    color: #000;
    font-weight: normal;
}
.content p.sj{
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    padding: 15px 0 5px;
    margin-bottom: 20px;
    text-indent: 0;
    border-bottom: 1px dashed #cdcdcd;
}
.content p{
    font-size: 16px;
    line-height: 32px;
    text-indent: 2em;
    margin-bottom: 15px;
    color: #302c2b;
    text-align: justify;
}

/* 检索结果 */
.search .serBox {
    padding: 25px;
    background: #f4f4f4;
    margin-top: 20px;
}
.search .serBox .txt {
    border: none;
    height: 40px;
    line-height: 40px;
    width: 85%;
    font-size: 15px;
    color: #3d3d3d;
    text-indent: 15px;
}
.search .serBox .btn {
    border: none;
    height: 40px;
    width: 15%;
    text-align: center;
    float: right;
    cursor: pointer;
    display: inline;
    color: #fff;
    background: #193aab;
    font-size: 18px;
    border-radius: 0;
}
.search ul {
    padding-bottom: 30px;
}

.search ul li {
    line-height: 30px;
    border-bottom: 1px solid #dedede;
    padding: 20px 0 10px;
}
.search ul li a {
    display: block;
}
.search ul li a h3 {
    font-size: 18px;
    color: #333;
    font-weight: bold;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.search ul li a:hover h3 {
    color: #193aab;
}
.search ul li a:hover p {
    color: #3d3d3d;
}
.search ul li a p {
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 48px;
    color: #555555;
    line-height: 24px;
}
.search ul li a span.time {
    color: #999;
    margin-top: 15px
}

/* 资质授权 */
ul.zzsq li{
    float: left;
    width: 23.5%;
    margin-right: 2%;
    margin-top: 20px;
}
ul.zzsq li:nth-of-type(4n){
    margin-right: 0;
}
ul.zzsq li a{
    display: block;
}
ul.zzsq li a p.img{
    width: 100%;
    height: 180px;
    border: 1px solid #ebebeb;
    padding: 10px;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    background: #fff;
}
ul.zzsq li a p.img img{
    position: absolute;
    width: auto;
    height: auto;
    max-height: calc(100% - 20px);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: all .6s;
}
ul.zzsq li a p.txt{
    font-size: 14px;
    line-height: 24px;
    color: #000000;
    padding: 10px;
    height: 64px;
    background: #d6edff;
    box-sizing: border-box;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
ul.zzsq li a:hover p.img img{
    transform: scale(1.2);
}
ul.zzsq li a:hover p.txt{
    background: #193aab;
    color: #fff;
}

/* 实验室/平台 */
ul.sys_pt{
    margin-top: 30px;
}
ul.sys_pt li{
    float: left;
    width: 32%;
    margin-right:2%;
    margin-bottom:20px;
}
ul.sys_pt li:nth-of-type(3n){
    margin-right:0;
}
ul.sys_pt li a{
    display: block;
    width:100%;
    height: 170px;
    padding: 10px;
    box-sizing: border-box;
    position: relative;
    background:url(../images/sys_bg.png) no-repeat center;
    background-size: cover;
}
ul.sys_pt li a p.txt{
    width: 100%;
    font-size: 18px;
    line-height: 30px;
    padding: 0 8px;
    box-sizing: border-box;
    text-align: center;
    font-weight: bold;
    color: #000;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0,-50%);
}
ul.sys_pt li a:hover{
    background:url(../images/sys_bg2.png) no-repeat center;
    background-size: cover;
    box-shadow: 0 0 27px 5px rgb(0 33 148 / 50%);
}
ul.sys_pt li a:hover p.txt{
    color: #fff;
    text-decoration: underline;
}

/* 业务介绍 */
.ywjs .sj_nav{
    margin-top: 30px;
    border: 1px dashed #063b7f;
    background: #92cafb;
    padding: 15px;
    box-sizing: border-box;
}
.ywjs .sj_nav li{
    float: left;
    width: auto;
    margin-right: 16px;
    padding-right: 15px;
    position:relative;
}
.ywjs .sj_nav li::before{
    display:block;
    content:"";
    width:1px;
    height:20px;
    background:#063b7f;
    position:absolute;
    right:-1px;
    top:0;
    bottom:0;
    margin:auto;
}
.ywjs .sj_nav li a{
    display: block;
    width: auto;
    font-size: 16px;
    line-height: 32px;
    color: #000000;
    border-bottom: 1px solid #92cafb;
}
.ywjs .sj_nav li.hover a,
.ywjs .sj_nav li a:hover{
    color: #0b2068;
    font-weight: bold;
    border-bottom: 1px solid #0b2068;
}
.ywjs .ywjs_dp{
    margin-top: 30px;
}
.ywjs>div h2.tit{
    font-size: 22px;
    line-height: 30px;
    color: #193aab;
    padding-bottom: 10px;
    border-bottom: 2px solid #193aab;
    margin-bottom: 20px;
    margin-top: 51px;
}
.ywjs>div a.more{
    display: block;
    font-size: 14px;
    line-height: 40px;
    color: #999;
    font-weight: normal;
    float: right;
    line-height: 30px;
}
.ywjs>div a.more:hover{
    color: #193aab;
}
.ywjs .ywjs_dp_sub p{
    font-size: 16px!important;
    text-indent: 2em;
    line-height: 26px;
    margin-bottom: 10px!important;
    color: #333333!important;
    text-align: justify;
}
.ywjs .ywjs_zz ul li{
    float: left;
    width: 23.5%;
    margin-right: 2%;
}
.ywjs .ywjs_zz ul li:nth-of-type(4n){
    margin-right: 0;
}
.ywjs .ywjs_zz ul li a{
    display: block;
    width: 100%;
}
.ywjs .ywjs_zz ul li a p.img{
    width: 100%;
    height: 260px;
    position: relative;
    border: 1px solid #ededed;
    box-sizing: border-box;
    padding: 10px;
    overflow: hidden;
}
.ywjs .ywjs_zz ul li a p.img img{
    width: auto;
    height: auto;
    max-height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    transition: all .6s;
}
.ywjs .ywjs_zz ul li a p.txt{
    font-size: 16px;
    line-height: 40px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    box-sizing: border-box;
}
.ywjs .ywjs_zz ul li a:hover p.img{
    border: 1px solid #193aab;
}
.ywjs .ywjs_zz ul li a:hover p.img img{
    transform: scale(1.2);
}
.ywjs .ywjs_zz ul li a:hover p.txt{
    color: #193aab;
}
.ywjs .ywjs_news h2.tit{
    margin-bottom: 0;
}
.ywjs .ywjs_news li a{
    display: block;
    width: 100%;
    line-height: 50px;
    font-size: 16px;
    color: #333333;
    border-bottom: 1px dashed #d6d6d6;
    padding-left: 20px;
    background: url(../images/dian.png) no-repeat 5px center;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.ywjs .ywjs_news li a span{
    font-size: 14px;
    color: #adadad;
    padding-left: 20px;
    display: block;
}
.ywjs .ywjs_news li a:hover{
    color: #193aab;
    text-indent: 10px;
}

/* 测评研究 */
.cpyj_sub{
    margin-top: 30px;
}
.cpyj_sub li{
    float: left;
    width: calc(100% / 3);
    border-bottom: 1px solid #ebebeb;
    border-right: 1px solid #ebebeb;
    padding: 10px;
    box-sizing: border-box;
    background: #fff;
    position:relative;
}
.cpyj_sub li:hover{
    z-index:999;
    box-shadow: 0 0 5px 7px #d7d7d7;
}
.cpyj_sub li:nth-of-type(3n){
    border-right: none;
}
.cpyj_sub li>p{
    float: left;
}
.cpyj_sub li p.img{
    width: 160px;
    height: 220px;
    position: relative;
    overflow: hidden;
}
.cpyj_sub li p.img img{
    width: auto;
    height: auto;
    max-width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    transition: all .6s;
}
.cpyj_sub li:hover p.img img{
    transform: scale(1.2);
}
.cpyj_sub li p.con{
    width: calc(100% - 160px);
    padding-left: 10px;
    box-sizing: border-box;
}
.cpyj_sub li p.con span{
    display: block;
}
.cpyj_sub li p.con span.tit{
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 60px;
}
.cpyj_sub li:hover p.con span.tit{
    color: #193aab;
}
.cpyj_sub li p.con span.txt{
    font-size: 14px;
    line-height: 20px;
    color: #999999;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    height: 100px;
    margin: 14px 0;
}
.cpyj_sub li p.con a{
    display: block;
	padding-left:20px;
    color: #193aab;
    font-size: 16px;
    line-height: 32px;
    text-align: center;
    background: url(../images/pdf.jpg) no-repeat left center;
}

/* 发展历程 */
.fzlc{
    margin-top:30px;
}
.fzlc ul li {
    margin-top:20px;
}
.fzlc ul li h2{
    font-size:26px;
    line-height:30px;
    color:#193aab;
    position: relative;
}
.fzlc ul li h2::before{
    display:block;
    content:"";
    width: 9px;
    height: 9px;
    border: 1px solid #aed8fd;
    box-sizing: border-box;
    border-radius: 100%;
    position: absolute;
    left: 6px;
    bottom: -21px;
}
.fzlc ul li div.fzlc_con{
    padding-left:50px;
    margin-top:20px;
    box-sizing: border-box;
    border-left: 1px solid #aed8fd;
    margin-left: 10px;
}
.fzlc ul li div.fzlc_con #vsb_content p,.fzlc ul li div.fzlc_con #vsb_content{
    font-size:16px;
    line-height: 32px;
    color: #000!important;
}

/* 专家团队 */
.zjtd ul li{
    float:left;
    width: 13%;
    margin-right: 1.5%;
    margin-top: 30px;
}
.zjtd ul li:nth-of-type(7n){
    margin-right:0;
}
.zjtd ul li a{
    display:block;
    width:100%;
}
.zjtd ul li div.pic_img {width: 100%;max-height: 230px;overflow: hidden;border: 1px solid #f5f5f5;}
.zjtd ul li div.pic_img img {width: 100%;height: 250px;max-height: 250px;object-fit: cover;transition: all 1s;display: block;}
.zjtd ul li:hover div.pic_img img { transform: scale(1.2); }
.zjtd ul li div.jj {width: 100%;background: #f5f5f5;padding: 5px;box-sizing: border-box;}
.zjtd ul li:hover h3 {color: #193aab;}
.zjtd ul li div.jj h3 {font-size: 16px;text-align: center;line-height: 20px;}
.zjtd ul li div.jj p {font-size: 12px;text-align: center;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;line-height: 20px;display: none;}

/* 专家团队  相关新闻 */
.right .xgxw h2.tit{
    font-size: 22px;
    line-height: 30px;
    color: #193aab;
    padding-bottom: 10px;
    border-bottom: 2px solid #193aab;
    margin-top: 51px;
}
.right .xgxw a.more{
    display: block;
    font-size: 14px;
    line-height: 40px;
    color: #999;
    font-weight: normal;
    float: right;
    line-height: 30px;
}
.right .xgxw a.more:hover{
    color: #193aab;
}
.right .xgxw ul li a{
    display: block;
    width: 100%;
    line-height: 50px;
    font-size: 16px;
    color: #333333;
    border-bottom: 1px dashed #d6d6d6;
    padding-left: 20px;
    background: url(../images/dian.png) no-repeat 5px center;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.right .xgxw ul li a span{
    font-size: 14px;
    color: #adadad;
    padding-left: 20px;
    display: block;
}
.right .xgxw ul li a:hover{
    color: #193aab;
    text-indent: 10px;
}
/* 出版书籍 */
ul.cbsj_sub li{
    float:left;
    width:23.5%;
    margin-right:2%;
    margin-top: 30px;
    border: 1px solid #ededed;
    box-sizing: border-box;
    cursor: pointer;
} 
ul.cbsj_sub li:nth-of-type(4n){
    margin-right:0;
}
ul.cbsj_sub li p.img{
    width:100%;
    height:180px;
    position:relative;
    overflow:hidden;
}
ul.cbsj_sub li p.img img{
    width:auto;
    height:auto;
    max-height:100%;
    display: block;
    margin: auto;
    position:absolute;
    left:0;
    top:0;
    bottom:0;
    right:0;
    transition:all .6s;
}
ul.cbsj_sub li:hover p.img img{
    transform:scale(1.2);
}
ul.cbsj_sub li p.con{
    font-size: 16px;
    line-height: 38px;
    text-align: center;
    background: #ededed;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 10px;
    box-sizing: border-box;
}
ul.cbsj_sub li:hover p.con{
    background:#193aab;
    color:#fff;
}

/* 加入我们 */
.sign-list{
    margin: 30px 0;
}
.sign-list .item{margin-bottom:8px;}
.sign-list .item>.tit{position:relative;background-color:#f9fafc;overflow:hidden;line-height:25px;padding:11px 20px;cursor:pointer;}
.sign-list .item>.tit:after{content:'';position:absolute;right:29px;top:0;height:100%;width:25px;background:url(../images/icon-h1-9.jpg) center center no-repeat;}
.sign-list .item.on>.tit{background-color: #193aab;color:#fff;}
.sign-list .item.on>.tit .date{color:#fff;}
.sign-list .item.on>.tit:after{background-image:url(../images/icon-h1-8.jpg);}
.sign-list .item .name{float:left;width: 25%;padding:0 10px;box-sizing: border-box;}
.sign-list .item .addr{float:left;width: 50%;padding:0 10px;box-sizing: border-box;}
.sign-list .item .date{width: 10%;float:left;color:#999;padding:0 10px;text-align: right;}
.sign-list .item>.desc{display:none;padding:25px 28px;}
.sign-list .txt{font-size:14px;color:#666;line-height:24px;}
.sign-list .txt h5{font-size:1em;font-weight:400;color:#333;}

/*自助服务-公告*/
.right_con .gg{
    margin-top:30px;
    padding: 20px;
    box-sizing: border-box;
    border: 1px dashed #c3c3c3;
    background: #aed8fd;
}
.right_con .gg .gg_sub:first-of-type{
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px dashed #c3c3c3;
}
.right_con .gg .gg_sub h2{
    font-size:20px;
    margin-bottom: 20px;
    line-height: 30px;
}
.right_con .gg .gg_sub ul li{
    float:left;
    width:25%;
}
.right_con .gg .gg_sub ul li a{
    display:block;
    width:100%;
    font-size:16px;
    line-height:32px;
    color:#000;
}
.right_con .gg .gg_sub ul li a:hover{
    text-indent:10px;
    color:#f2524b;
}

/* 报告查询 */
.bgcx>h2{
    font-size:20px;
    margin-top: 30px;
    color: #193aab;
}
.bgcx>p.sx{
    font-size: 15px;
    line-height: 30px;
    color: #9d9b9b;
}
.bgcx>div.csbgcx,.bgcx>div.rzcx{
    margin-top:30px;
}
.bgcx>div.csbgcx input{
    box-sizing:border-box;
    border: 1px solid #cbcbcb;
    line-height: 45px;
    margin: 0;
    display: block;
    float: left;
}
.bgcx>div input.name{
    width: 25%;
    padding-left: 15px;
    margin-right: 2%;
}
.bgcx>div input.hm{
    width: 20%;
    padding-left: 15px;
    margin-right: 2%;
}
.bgcx>div select.select,.bgcx>div.rzcx select.select{
    width: 25%;
    border: 1px solid #cbcbcb;
    padding: 0 15px;
    box-sizing: border-box;
    line-height: 45px;
    background: url(../images/icon-select.jpg) no-repeat right center;
    background-origin: content-box;
    margin-right: 2%;
    display: block;
    float: left;
}
.bgcx>div input.submit{
    width: 10%;
    height: 45px;
    background: #193aab;
    color: #fff;
    font-size: 18px;
    text-align: center;
    border: 1px solid #193aab;
}
.bgcx .rzcx input.inp{
    width: 47%;
    padding-left: 15px;
    margin-right: 2%;
    float: left;
    box-sizing: border-box;
}

/* 认证业务 查询结果 */
.rzyw {
    margin-top:30px;
}
.rzyw table{width: 100%;border: 1px solid #e5e5e5;}
.rzyw th,.rzyw td{}
.rzyw th{
    border-left: 1px solid #fff;
    background-color: #193aab;
    height: 50px;
    font-size: 16px;
    color: #fff;
    font-weight: normal;
    text-align: center;
    padding-left: 0px;
}
.rzyw td{border-left: 1px solid #e5e5e5;height: 40px;font-size: 14px;color: #333;}
.rzyw tr:nth-child(2n+1){background-color: #f2f7fa;}

/* 查询结果翻页 */
.fy table {
    padding: 10px 0;
    display: block;
    background: #f2f7fa;
}
.fy tbody{
    margin:0 auto;
    display: inline-block;
}
.fy table td{
    display: inline-block;
    width: auto;
    height: auto;
    border: none;
}
.left_nav .menus_sub{
    display:none;
}

/* 领导简介 */
main .right .ldjj{
    margin-top:30px;
}
main .right .ldjj li{
    width:100%;
    height: auto;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #dddddd;
}
main .right .ldjj li div.img{
    width:220px;
    float: left;
}
main .right .ldjj li div.img img{
    display: block;
    width: auto;
    height: auto;
    max-width: 220px;
}
main .right .ldjj li div.con{
    width:calc(100% - 250px);
    float:right;
}
main .right .ldjj li div.con .tit{
    font-size:16px;
    font-weight:bold;
    line-height: 20px;
    margin-bottom: 10px;
    color: #000000;
}

main .right .ldjj li div.con .txt p {
    font-size: 14px;
    line-height: 22px;
    color: #333333;
}
/* 媒体查询 */
@media only screen and (max-width: 1500px){
    .cpyj_sub li p.img{
        width:140px;
    }
    .cpyj_sub li p.con{
        width:calc(100% - 140px);
    }
}
@media only screen and (max-width: 1400px){
    ul.zzsq li{
        width:32%;
    }
    ul.zzsq li:nth-of-type(4n){
        margin-right:2%;
    }
    ul.zzsq li:nth-of-type(3n){
        margin-right:0;
    }
    .zjtd ul li,.zjtd ul li:nth-of-type(7n){
        width: 18.4%;
        margin-right:2%;
    }
    .zjtd ul li:nth-of-type(5n){
        margin-right:0;
    }
    .sign-list .item .addr{
        width:40%;
    }
    .sign-list .item .date {
        width:20%;
        text-align:left;
    }
}
@media only screen and (max-width: 1240px){
    .left_nav {
        width:220px;
    }
    main .right{
        margin-left: 50px;
        width: calc(100% - 270px);
    }
    .zjtd ul li,.zjtd ul li:nth-of-type(7n){
        width: 23.5%;
        margin-right:2%;
    }
    .zjtd ul li,.zjtd ul li:nth-of-type(5n){
        margin-right:2%;
    }
    .zjtd ul li:nth-of-type(4n){
        margin-right:0;
    }
    .right .xgxw h2.tit,.ywjs>div h2.tit{
        margin-top: 20px;
        font-size: 18px;
        padding-bottom: 0;
    }
    .ywjs .ywjs_zz ul li a p.img{
        height: 220px;
    }
    .ywjs .ywjs_zz ul li a p.img img{
        max-height: 180px;
    }
    .ywjs .ywjs_zz ul li a p.txt{
        font-size: 14px;
    }
    .right .xgxw ul li a,.ywjs .ywjs_news li a{
        line-height: 44px;
        font-size: 15px;
    }
    .ywjs .ywjs_dp_sub p{
        font-size: 14px!important;
        line-height: 22px!important;
        margin-bottom: 5px!important;
    }
    ul.sys_pt li a p.txt{
        font-size: 18px;
    }
    ul.cbsj_sub li{
        width:32%;
        margin-top: 20px;
    }
    ul.cbsj_sub li:nth-of-type(4n){
        margin-right:2%;
    }
    ul.cbsj_sub li:nth-of-type(3n){
        margin-right:0;
    }
    .cpyj_sub li{
        width:50%;
    }
    .cpyj_sub li:nth-of-type(3n){
        border-right:1px solid #ebebeb;
    }
    .cpyj_sub li:nth-of-type(2n){
        border-right: none;
    }
    .sign-list .item>.desc{
        padding:20px 0;
    }
    .right_con .gg .gg_sub ul li a{
        font-size:14px;
    }
}
@media only screen and (max-width: 1024px){
    main{
        margin:30px 0;
    }
    .left_nav{
        width:100%;
    }
   .left_nav h2{
        width:100%;
        background: #005bac;
        background-origin: content-box;
        line-height: 48px;
        height: 48px;
        font-size: 18px;
        text-align: left;
        padding: 0 15px;
        box-sizing: border-box;
        border-bottom: none;
        position: relative;
    }
    main .right,main .left{
        width:100%;
        margin-left:0;
    }
    main .right{
        margin-top:20px;
    }
    .left_nav ul{
        display:none;
    }
    .left_nav .menus_sub {width: 30px;height: 30px;display: block;right: 15px;top: 5px;overflow: hidden;z-index: 10000;cursor: pointer;position: absolute;transition: all 0.4s ease;}
	.left_nav .menus_sub span {float: left;width: 12px;background: #fff;transition: all 0.4s ease;margin-top: 7px;height: 2px;}
	.left_nav .menus_sub span:nth-child(1) {transform: rotate(45deg);margin-top: 20px;margin-left: 5px;}
	.left_nav .menus_sub span:nth-child(2) {transform: rotate(-45deg);margin-top: -2px;margin-left: 12px;}
	.left_nav .menus_sub.open{transform:rotate(180deg);top: 16px;}
    .zjtd ul li,.zjtd ul li:nth-of-type(7n){
        width: 18.4%;
        margin-right:2%;
    }
    .zjtd ul li,.zjtd ul li:nth-of-type(4n){
        margin-right:2%;
    }
    .zjtd ul li:nth-of-type(5n){
        margin-right:0;
    }
    .cpyj_sub li{
        width:calc(100% / 3);
    }
    .cpyj_sub li:nth-of-type(2n){
        border-right:1px solid #ebebeb;
    }
    .cpyj_sub li:nth-of-type(3n){
        border-right: none;
    }
}
@media only screen and (max-width: 860px){
    .zjtd ul li,.zjtd ul li:nth-of-type(7n){
        width: 23.5%;
        margin-right:2%;
    }
    .zjtd ul li,.zjtd ul li:nth-of-type(5n){
        margin-right:2%;
    }
    .zjtd ul li:nth-of-type(4n){
        margin-right:0;
    }
    ul.sys_pt li{
        width:49%;
    }
    ul.sys_pt li:nth-of-type(3n){
        margin-right:2%;
    }
    ul.sys_pt li:nth-of-type(2n){
         margin-right:0;
    }
    ul.sys_pt li a p.txt{
        font-size:16px;
        line-height: 24px;
    }
    .cpyj_sub li{
        width:50%;
    }
    .cpyj_sub li:nth-of-type(3n){
        border-right:1px solid #ebebeb;
    }
    .cpyj_sub li:nth-of-type(2n){
        border-right: none;
    }
    .right_con .gg .gg_sub ul li{
        width:calc(100% / 3);
    }
    .right_con .gg{
        padding:10px;
    }
}
@media only screen and (max-width: 768px){
    main{
        margin:20px 0;
    }
    main .right{
        margin-top:10px;
    }
    .left_nav .menus_sub{
        top: -2px;
    }
    .left_nav .menus_sub.open{
        top: 9px;
    }
    .left_nav h2{
        line-height: 36px;
        height: 36px;
        font-size: 16px;
        font-weight: normal;
    }
    .left_nav li strong.phone_arrow{
        height:36px;
        line-height:36px;
    }
    .left_nav ul li a{
        line-height: 36px;
        font-size: 14px;
        text-indent: 20px;
    }
    .left_nav ul li .twoJ_menu a{
        padding: 8px 8px 8px 30px;
        font-size: 13px;
    }
    .dp{
        margin-top:20px;
    }
    .dp p{
        font-size: 14px!important;
        line-height: 24px;
        margin-bottom: 5px;
    }
    #vsb_content video{
        max-width:100%;
    }
    main .right .right_top{
        padding-bottom:5px;
    }
    main .right .right_top h2{
        font-size: 18px;
        float: none;
    }
    main .right .right_top p.dqwz{
        float:none;
        margin-top: 5px;
        display: block;
    }
    main .right .right_top p, main .right .right_top p a{
        font-size:13px;
    }
    ul.img_list li{
        margin-bottom: 10px;
    }
    ul.img_list li a span.tit{
        font-size: 16px;
        line-height: 30px;
    }
    ul.img_list li a span.txt{
        font-size: 13px;
        line-height: 20px;
        height: 40px;
        margin: 0;
    }
    ul.img_list li a span.time{
        line-height: 24px;
        font-size: 13px;
    }
    ul.img_list li.btt a img{
        width:140px;
        height:95px;
    }
    ul.img_list li.btt a p.con{
        width:calc(100% - 140px);
    }
    .pb_sys_common{
        margin-top:20px!important;
    }
    ul.txt_list li a{
        line-height: 42px;
        font-size: 14px;
        padding-left: 15px;
    }
    ul.txt_list li a span{
        font-size: 12px;
        padding-left: 0;
    }
     ul.zzsq li{
        width:49%;
    }
    ul.zzsq li:nth-of-type(3n){
        margin-right:2%;
    }
    ul.zzsq li:nth-of-type(2n){
        margin-right:0%;
    }
    ul.zzsq li a p.txt{
        line-height: 22px;
        height: 50px;
        font-size: 13px;
        padding: 5px;
    }
    .fzlc ul li h2{
        font-size: 20px;
    }
    .fzlc ul li div.fzlc_con{
        padding-left: 15px;
        margin-top: 10px;
    }
    .fzlc ul li div.fzlc_con #vsb_content p, .fzlc ul li div.fzlc_con #vsb_content{
        font-size: 14px;
        line-height: 26px;
    }
    .fzlc ul li{
        margin-top:10px;
    }
    .fzlc ul li h2::before{
        bottom: -11px;
    }
    .vsbcontent_img img, #vsb_content p.vsbcontent_img img, #vsb_content img.img_vsb_content, img.img_vsb_content{
        max-width:100%;
    }
    #vsb_content table{
        width:auto;
        max-width:100%;
    }
    .ywjs .ywjs_zz ul li{
        width: 49%;
    }
    .ywjs .ywjs_zz ul li:nth-of-type(2n){
        margin-right:0;
    }
    .ywjs .ywjs_news li a span{
        font-size:12px;
    }
    ul.sys_pt li a p.img img{
        width:auto;
        max-height:90%;
    }
    .sign-list .item>.tit{
        padding: 10px 0;
        font-size: 13px;
    }
    .bgcx>div.csbgcx, .bgcx>div.rzcx{
        margin-top:10px;
    }
    .bgcx>div select.select, .bgcx>div.rzcx select.select{
        width:30%;
    }
    .bgcx>div.rzcx input.inp{
        width:62%;
        padding-left: 5px;
    }
    .bgcx>div input.submit{
        width:30%;
        margin-top: 10px;
        font-size: 16px;
    }
    .rzyw{
        width:100%;
        overflow:hidden;
    }
    .rzyw table{
        display: inline-block;
        overflow-x:auto;
        white-space:nowrap;
    }
    .rzyw td{
        font-size:13px;
    }
    .content h2.tit{
        font-size: 20px;
    }
    .content p{
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 5px;
    }
    main .right .ldjj li div.con{
        width:calc(100% - 230px);
    }
    main .right .ldjj li div.con .tit{
    font-size: 15px;
    margin-bottom: 5px;
}
    main .right .ldjj li div.con .txt p{
    font-size: 13px;
    line-height: 20px;
}
}

@media only screen and (max-width: 640px){
    .zjtd ul li,.zjtd ul li:nth-of-type(7n){
        width: 32%;
        margin-right:2%;
    }
    .zjtd ul li,.zjtd ul li:nth-of-type(4n){
        margin-right:2%;
    }
    .zjtd ul li:nth-of-type(3n){
        margin-right:0;
    }
    .right .xgxw ul li a, .ywjs .ywjs_news li a{
        line-height: 38px;
        font-size: 14px;
        padding-left: 10px;
        background-position: 0;
    }
    .ywjs .sj_nav{
        padding: 5px 10px;
        margin-top: 15px;
    }
    .ywjs .ywjs_dp{
        margin-top:15px;
    }
    .ywjs .sj_nav li a{
        font-size:14px;
        line-height: 20px;
        padding-bottom: 4px;
    }
    ul.cbsj_sub li{
        width:49%;
    }
    ul.cbsj_sub li:nth-of-type(3n){
        margin-right:2%;
    }
    ul.cbsj_sub li:nth-of-type(2n){
         margin-right:0;
    }
    ul.cbsj_sub li p.con{
        font-size: 14px;
        padding: 0 5px;
        line-height: 28px;
    }
    .cpyj_sub li{
        width:100%;
        border-right: none;
    }
    .cpyj_sub li:nth-of-type(2n),.cpyj_sub li:nth-of-type(3n){
        border-right: none;
    }
    .bgcx>div input.name,.bgcx>div input.hm{
        width:30%;
        padding-left: 5px;
    }
    .bgcx>div select.select, .bgcx>div.rzcx select.select{
        width:34%;
        padding: 0 5px;
    }
    .right_con .gg .gg_sub ul li{
        width:calc(100% / 2);
    }
    .right_con .gg .gg_sub h2{
        font-size: 18px;
        margin-bottom: 10px;
        line-height: 20px;
    }
     main .right .ldjj li div.img{
        width:150px;
    }
    main .right .ldjj li div.img img{
        max-width:140px;
    }
     main .right .ldjj li div.con{
         width:calc(100% - 150px);
     }
}
@media only screen and (max-width: 480px){
    .zjtd ul li,.zjtd ul li:nth-of-type(7n){
        width: 49%;
        margin-right:2%;
    }
    .zjtd ul li,.zjtd ul li:nth-of-type(3n){
        margin-right:2%;
    }
    .zjtd ul li:nth-of-type(2n){
        margin-right:0;
    }
     .bgcx>div input.name,.bgcx>div input.hm{
        width:49%;
        padding-left: 5px;
    }
    .bgcx>div input.hm{
        margin-right:0;
    }
    .bgcx>div select.select, .bgcx>div.rzcx select.select{
        width: 68%;
        padding: 0 5px;
        margin-top:10px;
        margin-right: 2%;
    }
    .bgcx>div.rzcx input.inp{
        width:100%;
    }
    .bgcx>h2{
        margin-top:20px;
        font-size:18px;
    }
    main .right .ldjj li div.img{
        width:100%;
        float:none;
    }
    main .right .ldjj li div.img img{
        width:auto;
        max-width:80%;
        margin:0 auto 10px;
    }
     main .right .ldjj li div.con{
         width:100%;
     }
}
@media only screen and (max-width: 440px){
    ul.sys_pt li{
        width:100%;
    }
    ul.sys_pt li a{
        height: 140px;
    }
    ul.sys_pt li a p.txt{
    font-size: 14px;
    }
}