@charset "utf-8";

/* CSS Document */
.banner {
    width: 100%;
    overflow: hidden;
}

.Bg02 {
    background-image: url(../images/xxh/body02.jpg);
    background-color: #fafafa;
}

.subPage {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.sub_banner {
    width: 100%;
    height: auto;
    margin: 0 auto;
    position: relative;
}

.banner_title01 {
    position: relative;
    width: 1200px;
    margin: -210px auto 0;
    height: 210px;
}

.banner_title01 div {
    position: relative;
    width: 100%;
    height: auto%;
}

.arrow_left {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 20px;
    height: 20px;
    display: block;
}

.arrow_right {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 20px;
    height: 20px;
    display: block;
}

.banner_title01 p {
    line-height: 28px;
    color: #fff;
    overflow: hidden;
    margin-right: 420px;
}

.banner_title01 a {
    display: block;
    border: 1px #fff solid;
    width: 123px;
    line-height: 37px;
    color: #fff;
    margin-top: 50px;
    text-align: center;
}

.bread {
    width: auto;
    height: auto;
    line-height: 20px;
    color: #787878;
    padding: 20px 0;
    overflow: hidden;
    background: url(../images/xxh/location.png) no-repeat center left;
}

.bread span {
    float: left;
    font-weight: normal;
    padding-left: 30px;
}

.sub_t01 h2:hover {
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
    -ms-opacity: 0.8;
    opacity: 0.8;
    transition: all 1s ease 0s;
}

.sub_mbtn {
    width: 100%;
    height: 40px;
    background-color: #afdbfa;
    cursor: pointer;
    display: none;
}

.sub_mbtn span {
    display: block;
    margin: 0 auto;
    width: 25px;
    height: 25px;
    padding-top: 5px;
    color: #0994f6;
}

.sub_navm {
    width: 100%;
    overflow: hidden;
    display: none;
}

.sub_navm h2 {
    width: 100%;
    height: 48px;
    line-height: 48px;
    background-color: #003c7f;
}

.sub_navm h2 a {
    padding-left: 13px;
    font-size: 20px;
    font-family: Tahoma;
    display: block;
    color: #fff;
}

.sub_navm ul {
    background-color: #fff;
}

.sub_navm li .active,
.sub_navm li.sub_has .active {
    color: #0994f6;
}

.sub_navm li a {
    font-size: 14px;
    font-size: 1.4rem;
    color: #515151;
    padding-left: 13px;
    height: 35px;
    line-height: 35px;
    border-bottom: 1px solid #dfede1;
    display: block;
}

.sub_navm li a:hover {
    color: #0994f6;
}

.sub_navm li span {
    float: right;
}

.sub_navm li p {
    padding: 10px 5%;
}

.sub_navm li p a {
    border-bottom: 0;
}

.sub_navm li.on a {
    color: #003c7f;
    display: block;
    width: 100%;
}

.sub_navm dl {
    display: none;
    background-color: #cac9c9;
    padding: 0px 0px 5px;
}

.sub_navm dl dd {
    padding-left: 30px;
    line-height: 18px;
    padding: 5px 0px 5px 30px;
}

.sub_navm li.on dl dd a {
    font-size: 14px;
    color: #282828;
    font-weight: normal;
    display: inline;
    border: none;
    padding: 0px;
}

.sub_navm li dl dd a {
    font-size: 14px;
    color: #282828;
    font-weight: normal;
    display: inline;
    border: none;
    padding: 0px;
}

.sub_navm li dl dd a:hover {
    color: #a70510
}

.subPage_con {
    background: #fff;
    padding-top: 15px;
    overflow: hidden;
    min-height: 470px;
}

/*.sbu_leftWrap{width:260px;float:left;position:relative;overflow:hidden;position:absolute;left:0;top:0;}
*/

/*左侧边栏*/
.sub_left {
    width: 235px;
    overflow: hidden;
    float: left;
    z-index: 99;
    position: relative;
}

.sub_leftTitle {
    width: 100%;
    height: 56px;
    background: #0994f6;
}

.sub_leftTitle h3 {
    padding: 15px 0 0 38px;
    height: 25px;
    font-weight: normal;
    color: #fff;
    font-size: 20px;
    font-size: 2rem;
}

.sub_leftTitle p {
    padding: 5px 0 0 30px;
    color: #fff;
    font-size: 14px;
    font-size: 1.4rem;
}

.sub_left .sub_nav {
    width: auto;
    overflow: hidden;
}

.sub_left .sub_nav li {
    background: #ededed;
    border-bottom: 1px solid #ffffff;
}

.sub_left .sub_nav li a {
    color: #333;
    padding: 18px 32px 19px 37px;
    line-height: 22px;
    display: block;
    font-size: 16px;
    font-size: 1.6rem;
}

.sub_left .sub_nav li:hover a,
.sub_left li.active a,
.sub_left .sub_nav li:hover a span,
.sub_left li.active a span {
    color: #0994f6;
}

.sub_left .sub_nav li a span {
    float: right;
}

.bg01 {
    width: 100%;
    overflow: hidden;
    height: 240px;
    position: absolute;
    left: 0;
    bottom: 0;
}

/*文章页*/
.article03 {
    padding: 20px 20px 0;
    line-height: 30px;
    font-size: 16px;
    font-size: 1.6rem;
}

.article03 a {
    color: blue
}

.pageArticle {
    width: 100%;
    overflow: hidden;
}

.pageArticle_left {
    width: 100%;
    float: left;
}

.articleTitle02 {
    line-height: 26px;
}

.articleTitle02 h3 {
    font-size: 26px;
    text-align: center;
    line-height: 30px;
    font-weight: normal;
}

.articleAuthor {
    text-align: center;
    line-height: 32px;
    font-size: 14px;
    font-size: 1.4rem;
    padding: 20px 0;
    border-bottom: 1px #a6a6a6 solid;
}

.articleAuthor span {
    margin-right: 15px;
    color: #505050;
}

.articleAuthor strong {
    color: #505050;
}

.article02 {
    background-color: #fff;
    padding: 28px;
}

.article02 .article {
    padding: 20px 0 0 0;
}

.article a {
    color: blue
}

.wrapSize {
    width: 100%;
    padding: 15px 0 0;
    overflow: hidden;
}

.article02 .articleTitle h2 {
    margin-top: 0;
    line-height: 34px;
    font-size: 2.4em;
    font-weight: normal;
    width: auto;
    padding: 15px 0;
    color: #323232;
    font-family: '黑体';
}

.article02 .articleTitle h3 {
    font-size: 2.4em;
    font-weight: normal;
    font-family: '黑体';
    margin-bottom: 20px;
}

.size a {
    margin: 0 5px;
}

.size span {
    margin-right: 0;
}

.arti01 {
    width: auto;
    padding-right: 35px;
}

.article strong {
    font-weight: bold;
}

.editor {
    width: auto;
    padding: 40px 0 0;
    overflow: hidden;
    color: #007072;
}

.editor h3 {
    font-weight: normal;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 30px;
    color: #0994f6;
    padding-bottom: 20px;
}

.editor ul li {
    width: 100%;
    float: left;
    height: 26px;
    line-height: 26px;
    overflow: hidden;
    position: relative;
}

.editor ul li:before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 10px;
    background-color: #a6a6a6;
}

.editor ul li a {
    padding-left: 19px;
}

.editor ul li span {
    float: right;
}

.editor span {
    color: #282828;
}

.share .bdshare-button-style0-24 a,
.share .bdshare-button-style0-24 .bds_more {
    background-image: url(../images/xxh/share.png);
    width: 28px;
    height: 29px;
    padding: 0;
    margin: 0 5px;
}

.share .bdshare-button-style0-24 .bds_qzone {
    background-position: -38px 0;
}

.share .bdshare-button-style0-24 .bds_weixin {
    background-position: -75px 0;
}

.share .bdshare-button-style0-24 .bds_tsina {
    background-position: -113px 0;
}

.share .bdshare-button-style0-24 .bds_tqq {
    background-position: -150px 0;
}

.annex {
    margin-top: 20px;
    padding: 0 0 28px 0;
}

.annex h3 {
    border-left: 5px solid #dc8800;
    height: 15px;
    line-height: 15px;
    margin: 10px 0;
    padding-left: 10px;
    font-size: 16px;
    font-size: 1.6rem;
    color: #007072;
    font-weight: normal;
}

.annex ul {
    margin-top: 10px;
}

.annex ul li {
    padding: 5px 0;
    background: url(../images/xxh/li_bg04.png) no-repeat left center;
    font-size: 16px;
    font-size: 1.6rem;
}

.annex ul li a {
    padding-left: 15px;
}

.pageArticle_right {
    float: right;
}

.pageArticle_right .list_lf,
.pageArticle_right .list_md,
.pageArticle_right .list_rt {
    width: 100%;
    margin: 0 0 30px 0;
}

.button01 {
    width: 200px;
    height: 40px;
    line-height: 40px;
    float: right;
    clear: both;
    padding-bottom: 30px;
}

.button01 span {
    width: 90px;
    height: 40px;
    line-height: 40px;
    float: left;
}

.button01 span input {
    color: #007072;
    padding-left: 25px;
    height: 40px;
    line-height: 39px;
}

.print01 {
    background: url(../images/xxh/print_bg.jpg) no-repeat left center;
    margin-right: 20px;
}

.close01 {
    background: url(../images/xxh/close_bg.jpg) no-repeat left center;
}

.message01 {
    width: 100%;
    overflow: hidden;
}

.message01 span {
    display: block;
    width: 233px;
    height: 80px;
    margin: 0 auto;
    padding: 20px 0 0;
}

/*列表页*/
.sub_right {
    margin-left: 279px;
}

.articleTitle {
    height: 46px;
    width: auto;
    overflow: hidden;
    border-bottom: 1px #bfbfbf solid;
}

.articleTitle h2 {
    padding: 10px 15px 0;
    height: 34px;
    display: inline-block;
    overflow: hidden;
    font-size: 2.0rem;
    font-weight: normal;
    color: #0994f6;
    border-bottom: 2px #0994f6 solid;
}

.articleList05 {
    width: 100%;
    overflow: hidden;
    overflow: hidden;
}

.articleList05 .articleTitle span {
    float: right;
}

.list05 li span {
    float: right;
    color: #505050;
}

.list05 {
    width: 100%;
    overflow: hidden;
    min-height: 510px;
}

.list05 li {
    height: 66px;
    line-height: 66px;
    overflow: hidden;
    border-bottom: 1px #bfbfbf dotted;
}

.list05 li span {
    float: right;
    padding-left: 5px;
}

.list05.xmtlist li i {
    float: left;
    width: 45px;
    height: 45px;
    margin: 10px 15px 10px 0;
}

/*分栏列表页*/
.articleList13 {
    width: 100%;
    overflow: hidden;
    overflow: hidden;
}

.articleList13 .articleTitle {
    border-bottom: 1px solid #007072;
}

.list13 {
    width: 100%;
    overflow: hidden;
    padding: 10px 0;
    min-height: 275px;
}

.list13 li {
    height: 30px;
    line-height: 30px;
    background: url(../images/xxh/li_bg04.png) no-repeat left center;
    overflow: hidden;
    font-size: 16px;
}

.list13 li span {
    float: right;
    color: #505050;
    margin-left: 10px;
}

.list13 li a {
    padding-left: 15px;
}

.list13 li.line {
    background: no-repeat;
    height: 1px;
    line-height: 1px;
    margin: 10px 0;
    border-bottom: 1px dashed #ddd;
}

/*领导列表页*/
.leaders,
.leaders2 {
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
}

.leaders,
.leaders2 .articleTitle {
    margin-bottom: 24px;
}

.leaderList,
.teamList {
    width: 100%;
    overflow: hidden;
}

.leaderList {
    width: 100%;
    overflow: hidden;
    margin: 10px auto 0;
}

.leaderList li {
    width: 184px;
    float: left;
    margin: 20px 60px 20px 0;
    background-color: #fff;
    text-align: center;
}

.leaderList li a {
    display: block;
    padding: 22px 21px 14px;
    border: 1px solid #e2e2d8;
}

.leaderList li a:hover span {
    color: #eda700;
}

.leaderList li.noMar_right {
    margin-right: 0;
}


.ztw dd p {
    position: absolute;
    /*height: 28px;*/
    background: #10a957;
    bottom: 18px;
    width: 91%;
    opacity: 0.8;
    filter: alpha(opacity=80);
    z-index: 1;
    left: 18px;
}

.ztw dd h3 {
    position: absolute;
    bottom: 20px;
    width: 100%;
    /*height: 28px;*/
    line-height: 36px;
    text-align: center;
    z-index: 2;
    left: 0;
    font-size: 16px;
    color: #fff;
}

.ztw {
    width: 100%;
    overflow: hidden;
}

.ztw dd ul {
    overflow: hidden;
}

.ztw dd li {
    width: 388px;
    height: 307px;
    float: right;
    margin: 0 0 48px 0;
    position: relative;
    overflow: hidden;
    display: inline-block;
}

.ztw dd li.noLeft {
    float: left;
}

.conR dd h3 a,
.ztw dd h3 a {
    color: #fff;
    display: block;
    height: 28px;
    line-height: 28px;
}

.ztw dd a h3 {
    display: none;
}

/*For V9.1*/
.ztw dd li span {
    position: absolute;
    bottom: 0px;
    width: 80%;/line-height: 22px;
    font-size: 0;
    text-indent: 9999;
    z-index: 2;
    left: 40px;
    color: #fff;
}

.ztw dd li .cover a {
    position: absolute;
    bottom: 0;
    width: 100%;/line-height: 22px;
    font-size: 0;
    text-indent: 9999;
    text-align: center;
    z-index: 2;
    left: 0;
    color: #fff;
}

.cover p,
.cover h3,
.cover span,
.cover a {
    transition: height 0.3s, transform 0.3s;
    -moz-transition: height 0.3s, -moz-transform 0.3s;
    -webkit-transition: height 0.3s, -webkit-transform 0.3s;
    -o-transition: height 0.3s, -o-transform 0.3s;
}

.cover p,
.cover h3,
.cover span,
.cover a {
    height: 36px;
    overflow: hidden;
}

/* ZB */


/*图片列表页*/
.picList01 {
    width: 100%;
    overflow: hidden;
    padding-bottom: 20px;
}

.picList01 li {
    width: 30.33%;
    float: left;
    margin: 3.5% 4.48% 0 0;
}

.picList01 li .img01 {
    display: block;
}

.picList01 li .img01 a {
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 89.256%;
    overflow: hidden
}

.picList01 li .img01 a img {
    width: 100%;
    display: block;
}

.picList01 li h3 {
    font-size: 1.6rem;
    font-weight: normal;
    line-height: 26px;
    padding-left: 10px;
    height: 45px;
}

.picList01 li.noMar_right {
    margin-right: 0;
}

/*文章页*/
.article {
    width: auto;
    font-size: 14px;
    font-size: 1.4rem;
    color: #666;
    line-height: 30px;
    padding: 25px 35px;
}

.article img {
    width: auto;
}

.pageArticle_con {
    margin: 35px 0;
}

.articleTitle02 {
    padding: 20px 10px 10px;
    line-height: 26px;
}

.articleTitle02 h1 {
    font-size: 24px;
    font-family: '黑体';
    line-height: 26px;
    font-weight: normal;
}

.articleAuthor {
    line-height: 32px;
    padding: 10px 0;
    border-bottom: 1px #bfbfbf solid;
    overflow: hidden;
    position: relative;
}

.articleAuthor span {
    margin: 0 20px;
    float: left;
}

.articleAuthor strong {
    color: #505050;
}

.article02 {
    background-color: #fff;
    padding: 28px;
}

.article02 .article {
    padding: 20px 0 0 0;
}

.article {
    width: auto;
    font-size: 18px;
    font-size: 1.8rem;
    color: #666;
    line-height: 30px;
    padding: 25px 0;
    overflow: hidden;
}

.article a {
    color: blue
}

.wrapSize {
    position: absolute;
    right: 250px;
    overflow: hidden;
}

.article02 .articleTitle h2 {
    margin-top: 0;
    line-height: 34px;
    font-size: 2.4em;
    font-weight: normal;
    width: auto;
    padding: 15px 0;
    color: #323232;
    font-family: '黑体';
}

.article02 .articleTitle h3 {
    font-size: 2.4em;
    font-weight: normal;
    font-family: '黑体';
    margin-bottom: 20px;
}

.pageArticle_right font {
    float: left;
}

/*领导详情页*/
.leaderDetail {
    width: auto;
    overflow: hidden;
    padding-left: 97px;
}

.leaderDetail_lf {
    width: 140px;
    height: 168px;
    overflow: hidden;
    float: left;
}

.leaderDetail_rt {
    margin-left: 210px;
}

.leaderDetail_rt h3 {
    font-size: 20px;
    font-size: 2rem;
    line-height: 40px;
    margin-top: 20px;
}

.leaderDetail_rt p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 35px;
    color: #007072;
}

.share {
    width: auto;
    overflow: hidden;
}

.share .share_title {
    float: left;
    height: 36px;
    line-height: 36px;
    margin-right: 15px;
}

.bdsharebuttonbox {
    float: left;
}

/*列表链接*/
.listLink01 {
    width: 100%;
    overflow: hidden;
    margin-bottom: 58px;
}

.list_lf {
    width: 31.135%;
    *width: 373px;
    float: left;
    margin-right: 3.25%;
    *margin-right: 39px;
}

.listLinkTitle01 {
    height: 40px;
    border-bottom: 1px solid #ccc;
}

.listLinkTitle01 h3 {
    height: 15px;
    padding: 12px 0 5px;
    line-height: 15px;
    font-weight: normal;
    font-size: 16px;
}

.listLinkTitle01 h3 a {
    width: 150px;
    border-left: 5px solid #dc8800;
    height: 15px;
    display: block;
    padding-left: 10px;
    color: #007072;
}

.more05 {
    float: right;
    line-height: 46px;
    width: 28px;
    margin-top: 15px;
    height: 10px;
}

.more05 a {
    display: block;
    width: 24px;
    padding: 0 2px;
    height: 10px;
    border-radius: 5px;
    background-color: #56b6b5;
}

.more05 a i {
    width: 4px;
    height: 4px;
    background-color: #fafaf0;
    border-radius: 5px;
    float: left;
    margin: 3px 2px;
}

.list06 {
    width: 100%;
    overflow: hidden;
}

.list06 li {
    min-height: 52px;
    border-bottom: 1px dotted #ccc;
    line-height: 26px;
    padding: 12px 0;
    background: url(../images/xxh/li_bg04.png) no-repeat left 25px;
    overflow: hidden;
}

.list06 li span {
    margin-left: 8px;
    color: #787878;
}

.list06 li a {
    display: block;
    padding-left: 15px;
}

.list_md {
    width: 31.135%;
    *width: 373px;
    float: left;
    margin-right: 3.25%;
    *margin-right: 39px;
}

.list_rt {
    width: 31.135%;
    *width: 373px;
    float: left;
}

.gen03 {
    margin-bottom: 40px;
}

/*分页*/
.pages {
    width: 592px;
    height: 28px;
    line-height: 26px;
    margin: 30px auto 60px;
}

.pages img {
    /**/
}

.pages a {
    margin-right: 9px;
    float: left;
    background-color: #fff;
    width: 28px;
    height: 26px;
    border: 1px solid #d3d3d3;
    font-size: 14px;
    font-size: 1.4rem;
    text-align: center;
}

.pages a img {
    width: auto;
    *display: block;
}

.pages a:hover {
    background-color: #1c7fe3;
    color: #fff;
}

.pages a.on_pages {
    color: #fff;
    background-color: #1c7fe3;
}

.pages a.prev,
.pages a.next {
    width: 63px;
    height: 26px;
    border: 1px solid #d3d3d3;
    background-color: #fff;
}

.pages a.prev:hover,
.pages a.next:hover {
    background-color: #1c7fe3;
    color: #fff;
}

.pages span {
    float: left;
    padding: 0 10px;
}

.pages select {
    float: left;
    width: 48px;
    height: 26px;
    border: 1px solid #d3d3d3;
}

.pages a.start:hover,
.pages a.end:hover {
    background-color: #1c7fe3;
    color: #fff;
}

.pages_min {
    margin: 0 0 25px;
    overflow: hidden;
    display: none;
    padding: 20px 18px 0;
}

.pages_min a.prev_min,
.pages_min a.next_min {
    display: block;
    width: 100px;
    height: 30px;
    float: left;
    background: #1c7fe3;
    border-radius: 3px;
    color: #fff;
    line-height: 30px;
    text-align: center;
}

.pages_min a.next_min {
    float: right;
}

.pages_min a:hover {
    background: #ee931d;
    color: #fff;
    transition: 0.5s;
}



/*网站地图*/
.wzjq {
    background: #f7f7f7;
    padding: 20px 0;
    overflow: hidden;
}

.wzjq p {
    line-height: 30px;
    text-indent: 2em;
    width: 1200px;
    margin: 0 auto;
}

.webMaps {
    width: 100%;
    overflow: hidden;
    padding: 10px 0 40px 0;
}

.webMaps li {
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
}

.webMaps li h3 {
    font-size: 20px;
    color: #007072;
    font-weight: normal;
    line-height: 30px;
    background: url(../images/xxh/wzjq_03.png) no-repeat center left;
    padding-left: 40px;
}

.webMaps li h3 a {
    color: #007072;
}

.webMaps li div {
    margin: 30px 5px 5px;
    box-shadow: 1px 1px 10px 2px #e8e8e8;
    overflow: hidden;
    position: relative;
    padding: 10px 0;
}

.webMaps li span {
    line-height: 46px;
    float: left;
    width: 23.5%;
    position: relative;
    margin-left: 1.2%;
}

.webMaps li span a {
    margin-left: 20px;
    display: block;
}

.whiteBg {
    background-color: #fff;
}

.webMaps li.hui div {
    background: #f7f7f7;
}

.webMaps li span a:before {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 20px;
    background-color: #00657a
}

/*----申请流程-------*/
.sqlcCon {
    width: 1200px;
    overflow: hidden;
    margin: 30px auto 0;
}

.sqlcCon .col {
    float: left;
    width: 31.33%;
    margin-right: 3%
}

.sqlcCon .col.mr {
    margin-right: 0;
}

.sqlCon_tit02 {
    font-size: 30px;
    font-weight: normal;
    color: #0994f6;
}

.sqlcCon .col p {
    line-height: 26px;
    color: #636060;
    margin-top: 30px;
    height: 140px;
}

.but {
    display: block;
    width: 150px;
    height: 45px;
    line-height: 45px;
    background: #0994f6;
    color: #fff;
    text-align: center;
}

.sqlCon_tit {
    height: 49px;
    background: #0994f6;
    line-height: 49px;
    font-size: 1.8rem;
    color: #fff;
    padding: 0 15px;
    font-weight: normal;
}

.sqlCon_tit a {
    float: right;
    color: #fff;
    font-size: 14px;
}

.sqlcCon_ul {
    box-shadow: 0px 1px 8px 2px #e8e8e8;
    padding: 10px 0;
    overflow: hidden;
    margin-bottom: 5px;
}

.sqlcCon_ul li {
    float: left;
    line-height: 38px;
    margin: 0 15px;
    position: relative;
    overflow: hidden;
    height: 38px;
}

.sqlcCon_ul li a {
    float: left;
    padding-left: 15px;
}

.sqlcCon_ul li:before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 16px;
    background-color: #0994f6
}

@media screen and (max-width:1198px) {
    .sub_banner {
        width: auto;
    }

    .banner_title01 {
        width: 100%;
        margin-top: -132px;
        height: 152px;
    }

    .banner_title01 p {
        margin-right: 0;
        padding: 0 30px;
    }

    .banner_title01 a {
        margin: 20px 0 0 30px;
    }

    .arrow_left {
        display: none;
    }

    .picList02 li {
        width: 33.333%;
        margin-right: 0;
    }

    .picList02 li>div {
        width: auto;
        margin: 0 20px;
    }

    .subPage {
        width: auto;
        padding: 0 3%;
    }

    .subPage_con02 {
        padding: 35px 0;
    }

    .share .bdshare-button-style0-24 a,
    .share .bdshare-button-style0-24 .bds_more {
        margin: 0 3px;
    }

    .subPage_con {
        padding: 0;
        width: auto;
        min-width: auto;
    }

    .sub_right {
        margin: 0 0px 25px 320px
    }

    .proEdu_con li {
        width: 33.3333%;
    }

    .team_right {
        margin-right: 0px;
    }

    .team_left {
        width: 65%;
    }

    .tecPlat {
        width: 501px;
        margin: 0 auto 60px;
    }

    .tecPlat_list {
        width: 100%;
        overflow: hidden;
    }

    .tecPlat_list dt {
        width: 50%;
    }

    .topic {
        width: 580px;
        margin: 0 auto;
    }

    .leaderList li {
        width: 148px;
        height: 204px;
        margin-right: 16px;
    }

    .leaderList li a {
        padding: 10px 10px 10px;
        display: block;
        height: 192px;
    }

    .picList01 li {
        margin-right: 3.76%;
    }

    .picList01 li span.img_title01 {
        height: 35px;
        line-height: 35px;
    }

    .article {
        padding: 20px 0;
    }

    .arti01 {
        padding-right: 0;
    }

    .editor {
        padding: 15px 0;
    }

    .maps {
        display: none;
    }

    .tabMenu05 li {
        width: 100%;
    }

    .tabList05 dd {
        width: auto;
        overflow-x: scroll;
    }

    .tabList05 table tr td {
        min-width: 45px
    }

    .cur06 {
        width: auto;
        height: auto;
        overflow-x: scroll;
        overflow-y: scroll;
        max-width: 914px;
    }

    .acadeList li {
        width: 33.3333%;
    }

    .publish li {
        width: 22%;
        margin: 0 1.5%
    }

    .faq dt .faq_date {
        position: static;
        display: block;
        font-size: 12px;
    }

    .acadeList li {
        margin: 0 0 20px;
        width: 25%
    }

    .searchCon {
        padding: 0;
        background: none;
        width: 460px;
    }

    .input span {
        width: 133px;
    }

    .records li {
        width: auto;
    }

    .old-leaders .leader_title h4 {
        font-size: 14px;
        font-size: 1.4rem;
    }

    .old-leaders li {
        height: 230px;
    }

    .ysList01 li,
    .list05 li,
    .researchList li,
    .article,
    .articleAuthor span,
    .editor,
    .annex ul li,
    .kjjl_detail li {
        font-size: 14px;
        font-size: 1.4rem;
    }

    .researchList li {
        padding: 0;
        background: url(../images/xxh/li_bg04.png) no-repeat left 12px;
    }

    .researchList li a {
        float: none;
        height: auto;
        line-height: 26px;
    }

    .researchList li span {
        display: block;
        line-height: 26px;
        margin-right: 15px;
        width: auto;
    }

    .cur09 {
        margin: 0
    }

    .nkyc {
        width: auto;
        height: auto;
        padding: 0 5%;
        background-position: 5% 0;
    }

    .nkycPage {
        width: auto;
        padding-left: 5%;
    }

    .nkyc p {
        margin-top: 0;
    }

    .ztw dd li {
        width: 46%;
        height: auto;
    }

    .t_h {
        height: auto;
    }

    .leader_img {
        padding-bottom: 6%;
    }

    .leaderList li {
        margin-right: 16px;
    }

    .ztw dd p {
        width: 88%;
    }

    .sqlcCon {
        width: auto;
    }

    .sqlcCon_ul li {
        line-height: 30px;
        height: 30px;
    }

    .sqlcCon_ul li:before {
        top: 12px;
    }

    .wzjq {
        padding: 3%;
    }

    .wzjq p {
        width: auto;
    }

    .webMaps {
        width: auto;
    }
}

@media screen and (max-width:950px) {
    body {
        background: none;
    }

    .ddList03 li {
        width: 50%;
    }

    .picList02 li {
        width: 50%;
        margin-bottom: 30px;
    }

    .picList02 li>div {
        width: auto;
        margin: 0 10px;
    }

    .tecPlat {
        margin-bottom: 30px;
    }

    .pageArticle_left {
        float: none;
    }

    .pageArticle_con {
        width: 100%;
        margin: 0;
    }

    .pageArticle_right .list06 li {
        min-height: auto;
        padding: 5px 0;
    }

    .list_lf,
    .list_md,
    .list_rt {
        width: 100%;
        margin-right: 0;
    }

    .list06 li {
        min-height: auto;
        background: url(../images/xxh/li_bg04.png) no-repeat left 15px
    }

    .acadeList li {
        width: 50%;
    }

    .main {
        width: 100%;
        max-width: 500px;
        margin: 0px;
    }

    .searchList {
        width: auto;
        padding: 0 5%;
    }

    .searchList li {
        width: 50%;
    }

    .s-search {
        width: auto;
        padding: 0 5%;
    }

    .s-footer {
        margin: 20px 0;
    }

    .nkycPage ul li {
        width: 31.35%;
        margin-top: 25px;
    }
}

@media screen and (max-width:900px) {
    .publish li {
        width: 30%
    }

    .sub_left,
    .pages {
        display: none;
    }

    .pages_min {
        display: block;
    }

    .nkycPage ul li {
        width: 31%;
    }

    .webMaps li span {
        line-height: 35px;
    }

    .webMaps li span a:before {
        top: 15px;
    }

    .sub_right {
        width: 100%;
        margin-left: 0;
    }
}

@media screen and (max-width:840px) {
    .subPage {
        width: auto;
        padding: 0 5%;
    }

    .sub_mbtn {
        display: block;
    }

    .sub_title,
    .bread {
        width: 100%;
        float: none;
        height: auto;
        line-height: 20px;
        padding: 10px 0;
        overflow: hidden;
        margin: 0;
    }

    .gen01 {
        margin-top: 20px;
    }

    .ddList03 li {
        width: 33.33%;
    }

    .team_left {
        width: 100%;
        padding: 22px 0;
        float: none;
    }

    .team_right {
        float: none;
        margin: 0 auto 22px;
        height: 74px;
        display: block;
    }

    .topicList li {
        width: 100%;
    }

    .topicList li.right>div,
    .topicList li>div {
        margin: 0;
    }

    .topicList li a {
        margin-left: 110px;
    }

    .notice_nav {
        display: none;
    }

    .articleList05,
    .search_title {
        margin-top: 20px;
    }

    .leaders {
        margin-top: 20px;
    }

    .researchList,
    .subPage_con {
        min-height: auto;
    }

    .topicList .date {
        width: 60px;
    }

    .topicList li a {
        margin-left: 80px;
    }

    .topic_more02 {
        height: 24px;
    }

    .picList01 li {
        width: 30.32%;
    }

    .listLink01 {
        margin-bottom: 35px;
    }

    .picList02 {
        padding-top: 20px;
    }

    .pic02 {
        display: none;
    }

    .phoneCur {
        margin-top: 20px;
    }

    .acadeList li {
        width: 33.333%;
    }

    .cur07 {
        margin-top: 20px;
    }

    .cur08 {
        margin-top: 20px;
    }

    .tecPlat_title {
        width: 100%;
        height: 150px;
    }

    .tecPlat_title>div {
        padding: 0;
        height: 100%;
    }

    .searchCon {
        margin: 30px auto 40px;
    }

    .list05 li {
        line-height: 50px;
        height: 50px;
    }

    .list05.xmtlist li {
        height: 66px;
        line-height: 25px;
    }

    .list05.xmtlist li span {
        line-height: 40px;
    }

    .list05.xmtlist li a {
        margin-top: 7px;
        display: inherit;
    }

    .map .articleTitle {
        margin-bottom: 30px;
    }
}

@media screen and (max-width:768px) {
    .banner_title01 p {
        width: 92%;
        height: 56px;
    }

    .banner_title01 a {
        margin-top: 10px;
    }

    .proEdu_con li {
        height: 35px;
        line-height: 35px;
        margin-bottom: 15px;
    }

    .proEdu_con li a {
        background-color: #def5f3;
        border: 1px solid #cbe1df;
    }

    .proEdu_con li .right {
        display: none;
    }

    .proEdu_con li .left {
        position: static;
        width: 100%;
        height: 100%;
        text-align: center;
        color: #2da5a7;
        font-size: 14px;
        font-size: 1.54rem;
    }

    .proEdu_con li:hover .left {
        color: #fff;
    }

    .publish_detail {
        width: 100%;
    }

    .publish_detail .pdLeft {
        width: 100%;
    }

    .publish_detail .pdRight {
        width: 100%;
        margin-top: 20px;
    }

    .webMaps li h3 {
        float: none;
        clear: both;
    }

    .share {
        padding: 10px 5px 30px
    }

    .researchList li {
        width: 100%;
    }

    .nkycPage ul li {
        width: 30.55%;
    }

    .map .lf {
        float: none;
        width: auto;
    }

    .add {
        padding-left: 0;
    }

    .add li {
        margin: 0;
    }

    .map .rt {
        margin-left: 0;
        margin-top: 20px;
    }

    .ztw dd p {
        width: 89%;
    }

    .sqlcCon {
        margin-top: 0;
        margin-bottom: 30px;
    }

    .sqlCon_tit02 {
        font-size: 18px;
    }

    .leaderList li {
        margin-right: 33px;
    }
}

@media screen and (max-width:680px) and (min-width:640px) {
    .ddList03 li {
        width: 50%;
    }

    .genList03 li {
        width: 25%;
    }

    .proEdu_con li {
        width: 50%;
    }

    .topic {
        width: 311px;
    }

    .tList {
        float: none;
    }

    .topic_right {
        display: none;
    }

    .tImg {
        display: none;
    }

    .search-gaos {
        padding: 0;
        background: none;
    }

    .topicList li a h3 {
        font-size: 15px;
        font-size: 1.5rem;
    }

    .nkyc {
        background: none;
        margin-top: 0;
    }

    .nkyc img,
    .nkyc p {
        margin-left: 0;
    }

    .nkyc p {
        margin-top: 10px;
    }

    .nkycPage ul li {
        width: 30%;
    }

    .ztw dd li {
        width: 45.795%;
    }

    .ztw dd p {
        width: 87%;
    }

    .leaderList li {
        margin: 0 0 39px 50px;
    }
}

@media screen and (max-width:600px) {
    .picList02 li {
        width: 100%;
    }

    .listInfo02,
    .listInfo02 dd,
    .listInfo02 dl {
        height: auto;
    }

    .picList02 {
        max-width: 360px;
        margin: 0 auto;
    }

    .tecPlat {
        max-width: 360px;
    }

    .tecPlat_img {
        width: 100%;
    }

    .tecPlat_title {
        width: 100%;
        height: 120px;
    }

    .tecPlat_title h3 {
        padding-top: 25px;
    }

    .tecPlat_list dt a {
        margin: 0 10px;
    }

    .leaderDetail_rt {
        margin: 0;
        padding: 0;
        float: none;
    }

    .leaderDetail {
        padding: 20px 0 0 0;
    }

    .leaderDetail_lf {
        float: none;
        margin: 0 auto;
    }

    .acadeList {
        max-width: 400px;
        margin: 0 auto
    }

    .acadeList li {
        width: 50%;
    }

    .message02 {
        width: 100%;
    }

    .message02 .m_left {
        text-align: left;
        width: 23%;
    }

    .message02 .m_right {
        width: 77%
    }

    .message02 input {
        width: 90%;
    }

    .message02 textarea {
        width: 90%;
    }

    .leader_title span {
        display: none;
    }

    .leaderList li {
        width: 30%;
        height: auto;
        margin: 0 1% 15px 2%;
    }

    .leaderList li:first-child,
    .leaderList li.noMar_left {
        margin-left: 2%;
    }

    .leaderList li a {
        height: auto;
    }

    .leader_title h4 {
        font-size: 14px;
        font-size: 1.4rem;
    }

    .leader_title {
        margin-top: 6px;
    }

    .input .name,
    .input .gen {
        width: 100%;
        margin: 5px 0;
    }

    .btn span {
        width: 100%;
        margin: 5px 0;
    }

    .searchCon {
        width: 240px;
    }

    .input span {
        width: 162px;
    }

    .slogo {
        width: 80%;
        margin: 30px auto;
    }

    .old-leaders .leader_title h4 {
        font-size: 14px;
        font-size: 1.4rem;
    }

    .question .readMore02 {
        display: none;
    }

    .question .title02 {
        height: auto;
        padding-top: 0;
    }

    .article img {
        width: auto !important;
        display: block !important;
        height: auto !important;
    }
}

@media screen and (max-width:480px) {
    .banner_title01 {
        margin-top: -75px;
        height: 50px;
    }

    .banner_title01 p {
        display: none;
    }

    .banner_title01 a {
        margin-top: 22px;
    }

    .proEdu_con {
        padding-top: 14px;
    }

    .proEdu {
        margin-bottom: 30px;
    }

    .genList03 li {
        width: 50%;
    }

    .proEdu_con li a {
        margin: 0 8px;
    }

    .tecPlat {
        margin: 0 10px 30px;
        width: auto;
    }

    .articleTitle02 h1 {
        font-size: 18px;
        text-align: center;
    }

    .articleAuthor {
        font-size: 12px;
        font-size: 1.2rem;
    }

    body {
        font-size: 13px;
        font-size: 1.3rem;
    }

    .share {
        padding: 0;
    }

    .searchList li {
        width: 100%;
        max-width: 300px;
        margin: 0 auto;
        float: none;
    }

    .nkycPage ul li {
        width: 43.55%;
    }

    .nkycPage ul li.none {
        margin-right: 25px;
    }

    .article_lead {
        float: none;
        width: 35%;
        margin: 26px auto 0;
    }

    .article_lead02 {
        margin-left: 0;
    }

    .t_h {
        padding: 5px;
    }

    .ztw dd p {
        left: 6px;
        width: 94%;
        bottom: 8px;
    }

    .ztw dd li {
        margin-bottom: 20px;
    }

    .ztw dd h3 {
        font-size: 13px;
        font-size: 1.3rem;
        bottom: 8px;
    }

    .ztw li:hover .cover h3 {
        height: 112px;
    }

    .ztw li:hover .cover span {
        display: none;
    }

    .webMaps li span {
        width: 48.5%;
        font-size: 1.6rem;
    }

    .picList01 li {
        width: 46.56%;
        margin: 3% 1.5% 0;
    }

    .picList01 li.noMar_right {}

    .sqlcCon .col {
        width: auto;
        margin: 20px 2% 0;
    }

    .sqlcCon .col p {
        height: auto;
        margin: 20px 0;
    }

    .sub_mbtn {
        margin-top: 20px;
    }
}

@media screen and (max-width:460px) {

    .leaderList li span {
        font-size: 12px;
        font-size: 1.2rem;
    }

    .leaderList li {}

    .acadeList li>div {
        margin: 0 10px;
    }

    .acadeList .item-title {
        height: 40px;
        line-height: 20px;
        text-align: center;
    }

    .acadeList .item-title strong {
        display: block;
    }

    .acadeList02 li span strong {
        height: auto;
        line-height: 20px;
        white-space: normal;
    }

    .acadeList02 .item-title02 {
        height: auto;
    }

    .tabMenu06 li {
        width: 100%;
    }

    .publish li {
        width: 47%;
    }

    .nkycPage ul li {
        width: 42.55%;
    }

}

@media screen

/*and (min-width:320px)*/
and (max-width:360px) {

    .ddList03 li,
    .tList {
        width: 100%;
    }

    .tecPlat_list dt {
        width: 100%;
    }

    .picList01 li {
        width: 45%;
        margin: 0 2.5%;
    }

    .picList01 li.noMar_right {
        margin: 0 2.5%;
    }

    .topic,
    .topic_left,
    .tImg {
        width: 100%;
        height: auto;
    }

    .starList li .item-title {
        padding-top: 5px;
        height: 95px;
    }

    .starList li .item-title strong {
        margin-bottom: 0
    }

    .nkycPage ul li {
        width: 42%;
    }
}
