/* 全局 */
.cms-article-box {word-wrap:break-word;text-align:justify; text-justify:inter-ideograph;}
html {margin: 0;padding: 0;}
body{ margin:0 auto; padding:0; width: 100%; background:  #EEE !important; list-style:none; border:0px; font-family:'微软雅黑'; font-size: 16px;}
a:link,a:visited{text-decoration:none; color:#333; }
a:hover{ text-decoration:none; color: #1D60A7; cursor:pointer;}
ul>li>a:hover{color: #1D60A7;}
ul {padding: 0;margin: 0;}
li {list-style: none;}
p{margin: 0;}
select,input {outline: none;}
.w-1200 {position: relative;width: 1260px;margin: 0 auto;}
.float-left {float: left;display: block;}
.float-right {float: right;display: block;}
.clear-both:after {content: "";display: block;clear: both;}
.text-overflow-1 {white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.text-overflow-2 {word-break: break-all;text-overflow: ellipsis;overflow:hidden;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.text-overflow-3 {word-break: break-all;text-overflow: ellipsis;overflow:hidden;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;}
.text-overflow-4 {word-break: break-all;text-overflow: ellipsis;overflow:hidden;display: -webkit-box;-webkit-line-clamp: 4;-webkit-box-orient: vertical;}
.text-overflow-5 {word-break: break-all;text-overflow: ellipsis;overflow:hidden;display: -webkit-box;-webkit-line-clamp: 5;-webkit-box-orient: vertical;}
.text-overflow-6 {word-break: break-all;text-overflow: ellipsis;overflow:hidden;display: -webkit-box;-webkit-line-clamp: 6;-webkit-box-orient: vertical;}

.list-more {position: absolute;top: 0;right: 0;}
.list-more a {color: #888;font-size: 14px;line-height: 20px;}

.common-list {position: relative;}
.common-list .hd {width: 100%;height: 46px;background: #EEE;padding: 7px 5px;}
.common-list .hd>ul>li {display: inline-block;padding: 0 15px;height: 32px;line-height: 32px;border-radius: 8px;font-size: 18px;margin-right: 4px;}
.common-list .hd>ul>li.on {background: #1D60A7;}
.common-list .hd>ul>li.on a {color: white;}
.common-list .bd {width: 100%;margin-top: 10px;}
.common-list .bd .more {position: absolute;width: 60px;height: 46px;line-height: 46px;top: 0;right: 10px;}
.common-list .bd .more a {color: #888;font-size: 14px;}
.common-list .bd>ul>li {position: relative;height: 42px;line-height: 42px;padding-left: 15px;}
.common-list .bd>ul>li:before {content: "";position: absolute;width: 5px;height: 5px;top: calc(50% - 2.5px);left: 0;border-radius: 50%;background: #1D60A7;}
.common-list .bd>ul>li a {display: block;width: calc(100% - 90px);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.common-list .bd>ul>li .date {position: absolute;top: 0;right: 0;font-size: 14px;color: #AAA;}

.common-title {position: relative;width: 100%;height: 46px;line-height: 36px;font-size: 24px;border-bottom: 1px solid #1D60A7;color: #000;}
.common-title a {position: absolute;display: block;width: 60px;line-height: 46px;top: 0;right: 10px;font-size: 14px;color: #888;}


.index-common-wrapper {position: relative;width: 100%;margin-top: 30px;}
/* 全局end */

/* 弹窗调查 */
.online-survey {display: none;position: fixed;top: 0;left: 0;right: 0;bottom: 0;background: rgba(0,0,0,.3);z-index: 999;}
.online-survey .online-iframe {position: absolute;display: block;width: 500px;height: 300px;top: 50%;left: 50%;transform: translate(-50%,-50%);-ms-transform: translate(-50%,-50%);background: #fff url(../images/window_bck.png) no-repeat bottom center;border-radius: 10px;overflow: hidden;}
.online-survey .online-iframe .online-title {position: relative;width: 100%;height: 50px;background: #1D60A7;}
.online-survey .online-iframe .online-title:before {content: "提示：";color: #fff;line-height: 50px;padding-left: 20px;font-size: 20px;font-weight: 600;}
.online-survey .online-iframe #closeOnlineSurvey {position: absolute;top: 17px;right: 17px;width: 16px;height: 16px;cursor: pointer;color: transparent;background: url(../images/window_close.png) no-repeat center;background-size: 100% 100%;z-index: 9;}
.online-survey .online-iframe p {line-height: 30px;text-align: center;font-size: 18px;margin: 70px 0;font-size: 18px;}
.online-survey .online-survey-btn {position: relative;width: 100%;height: 40px;text-align: center;}
.online-survey .online-survey-btn a {display: inline-block;background: #fff;line-height: 40px;padding: 0 30px;margin: 0 10px;border: 1px solid #ddd;border-radius: 10px;color: #666;}
.online-survey .online-survey-btn a:first-of-type {background: #1D60A7;color: #fff;}
/* 弹窗调查 */

/* 右侧浮动飘窗 */
.float-window-right {position: fixed;top: 300px;right: 30px;line-height: 26px;z-index: 999;}
.float-window-right span {display: block;cursor: pointer;text-align: center;}
.float-window-right>span {width: 100%;padding-bottom: 10px;color: #666;}
.float-window-right>a {width: 60px;height: 78px;position: relative;display: block;text-align: center;color: #666;padding-bottom: 10px;font-size: 14px;z-index: 999;}
.float-window-right>a:hover {color: #1D60A7;}
.float-window-right>a>span {width: 42px;height: 42px;background-color: #C6D2E0;margin: 0 auto;border-radius: 50%;background-position: center;background-repeat: no-repeat;-webkit-transition: all 1s ease;-moz-transition: all 1s ease;-o-transition: all 1s ease;transition: all 1s ease;}
.float-window-right>a>span:hover {background-color: #1D60A7;}
.float-window-right>a:nth-child(2)>span {background-image: url(../images/search_btn.png);background-size: 24px 24px;}
.float-window-right>a:nth-child(3)>span {background-image: url(../images/window_icon1.png);}
.float-window-right>a:nth-child(4)>span {background-image: url(../images/window_icon2.png);}
.float-window-right>a:nth-child(5)>span {background-image: url(../images/window_icon3.png);}
.float-window-right>a:nth-child(6)>span {background-image: url(../images/window_icon4.png);}
.float-window-right>a.window-returntop {display: none;}
.window-wap-show {position: absolute;width: 100px;height: 100px;top: 100px;left: 100px;display: none;z-index: 99;background: #fff;padding: 5px;}
.window-wenxin-show {position: absolute;top: 260px;left: 100px;display: none;z-index: 99;}
.window-wenxin-show img {width: 100px;height: auto;}
/* 右侧浮动飘窗end */

/* 头部 */
.first-wrapper {position: relative;width: 100%;height: 200px;background: url(../images/bg00.jpg) top center;}
.first-wrapper .bd {position: absolute;width: 100%;height: 200px;top: 0;left: 0;right: 0;bottom: 0;}
.first-wrapper .bd ul {width: 1260px;height: 200px;overflow: hidden;margin: 0 auto;}
.first-wrapper .bd li {width: 100%;height: 200px;text-align: right;}
.first-wrapper .bd li img {width: auto;height: 200px;}
.first-wrapper .first-top {margin-right: -160px;height: 50px;line-height: 30px;text-align: right;padding-top: 10px;}
.first-wrapper .first-top:after {content: "";display: block;clear: both;}
.first-wrapper .first-top span {color: #1D60A7;float: right;}
.first-wrapper .first-top a {color: #1D60A7;padding: 0 5px;font-size: 16px;display: block;float: right;font-weight: 600;background: transparent;margin: 0 5px;border-radius: 5px;}
.first-wrapper .first-top a:first-of-type {font-weight: 400;}
.first-wrapper .first-top a:hover {background: rgba(255,255,255,.3);}
.first-wrapper .first-logo {width: auto;height: 100px;padding: 10px 15px;}
.first-wrapper .first-search {padding-top: 33px;}
.first-wrapper .first-search .first-search-input {display: block;width: 265px;height: 40px;line-height: 40px;border: 1px solid #1D60A7;background: rgba(255,255,255,.7);border-top-left-radius: 20px;border-bottom-left-radius: 20px;padding: 0 10px 0 20px;}
.first-wrapper .first-search .first-search-btn {display: block;width: 60px;height: 40px;border: 1px solid #1D60A7;background: #1D60A7 url(../images/search_btn.png) no-repeat center;border-top-right-radius: 20px;border-bottom-right-radius: 20px;}
/* 头部end */

/* 导航 */
.nav-wrapper {width: 100%;height: 55px;background: #1D60A7;}
.nav-wrapper ul {position: relative;width: 1200px;margin: 0 auto;}
.nav-wrapper ul li {display: block;width: 170px;height: 55px;float: left;text-align: center;color: white;font-size: 20px;}
.nav-wrapper ul li.on {background: #144375;}
.nav-wrapper ul li>a {color: inherit;line-height: 55px;}
.nav-wrapper ul li:first-of-type {width: 172px;}

.global-nav-item {display: none;position: absolute;width: 1198px;height: auto;top: 55px;left: 0;z-index: 999;}
.global-nav-item-wrapper {background: #EAF4FF;min-height: 50px;text-align: left;padding: 10px 20px;}
.global-nav-item-wrapper a {display: inline-block;height: 20px;line-height: 20px;color: #1D60A7;font-size: 16px;padding: 0 10px;margin: 5px 0;border-right: 1px solid #1D60A7;}
.global-nav-item-wrapper a:last-of-type {border-right: 0;}
/* 导航end */

/* 尾部 */
.last-wrapper {width: 100%;border-top: 2px solid #1D60A7;}
.last-wrapper .last-img {width: 260px;text-align: center;padding: 40px 0;}
.last-wrapper .last-img a {padding: 0 10px;}
.last-wrapper .last-text {width: 740px;padding: 40px 0;}
.last-wrapper .last-text p {text-align: center;color: #666;line-height: 30px;}
.last-wrapper .last-text p a {color: inherit;}
.last-wrapper .last-text .last-text-map {color: #1D60A7;}
/* 尾部end */

/* 首页 */
.index-wrapper {padding: 25px 30px;background: white;}

.index-cq {position: relative;width: 100%;height: 60px;background: #F3F3F3;line-height: 60px;padding-left: 150px;}
.index-cq:before {content: "震情速递";position: absolute;display: block;width: 130px;height: 40px;top: 10px;left: 0;background: #D83536;color: white;text-align: center;line-height: 40px;font-size: 20px;}
.index-cq ul {width: 1000px;overflow: hidden;}
.index-cq li {width: 50%;position: relative;}
.index-cq li .date{float:left;}
.index-cq li a {display: block;padding-left: 15px;color:#1D60A7;font-size: 18px;}
.index-cq .next{position:absolute;display: block;width: 10px;height: 60px;left: auto;right: 20px; top:0;line-height: 60px;font-size: 20px;color: #888;}
.index-cq .nextStop{ display:none;}

.index-tt {width: 100%;margin-top: 30px;}
.index-tt h3 {margin: 0;text-align: center;font-size: 25px;line-height: 36px;color: #1D60A7;font-weight: 600;height: 36px;}
.index-tt h3 a {color: inherit;display: none;}
.index-tt h3 a:nth-child(1){display: block;overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;}
.index-tt h3 a>span{font-size:25px !important;}
.index-tt p {line-height: 36px;font-size: 16px;color: #1D60A7;}

.index-lb-wrapper {width: 100%;margin-top: 30px;}
.index-lb {position:relative;width: 620px;height:380px;overflow:hidden;}
.index-lb .hd {position: absolute;height: 20px;right: 10px;bottom: 10px;z-index: 2;}
.index-lb .hd>ul>li {display: inline-block;width: 12px;height: 12px;background: white;cursor: pointer;border-radius: 6px;margin-left: 2px;}
.index-lb .hd>ul>li.on {background: #1D60A7;width: 50px;}
.index-lb .bd>ul>li {position: relative;width: 100%;}
.index-lb .bd>ul>li:after {content: "";position: absolute;width: 100%;height: 40px;left: 0;right: 0;bottom: 0;background: rgba(0,0,0,.5);z-index: 1;}
.index-lb .bd>ul>li img {width: 100%;height: 380px;object-fit: cover;}
.index-lb .bd>ul>li p {position: absolute;width: 400px;height: 40px;line-height: 40px;left: 20px;bottom: 0;color: white;z-index: 2;}
.index-yw {width: 550px;}

.index-ztzl-wrapper {width: 770px;}
.index-ztzl {position: relative;margin-top: 20px;}
.index-ztzl .bd {position: relative;width: 770px;margin: 0 auto;overflow: hidden;}
.index-ztzl .bd li {display: block;float: left;width: 375px;height: 80px;margin-right: 20px;}
.index-ztzl .bd img {width: 100%;height: 80px;object-fit: cover;}
.index-ztzl .prev,
.index-ztzl .next{ position:absolute;left: 3px;top:50%;transform: translateY(-50%);-ms-transform: translateY(-50%);display:block;width:25px; height:38px;}
.index-ztzl .prev {background:url(../images/l.png) no-repeat left center;}
.index-ztzl .next {background:url(../images/r.png) no-repeat right center;left: auto;right: 3px;}

.index-zwfw-img {width: 400px;}
.index-zwfw-img img {width: 100%;height: 146px;object-fit: cover;}

.index-fw-wrapper {margin-top: 30px;}
.index-fw {width: 770px;}
.index-zqsd {width: 450px;margin-top: 15px;}
.index-zqsd .hd>ul>li {margin-right: 0px;}
.index-zqsd .bd>ul:first-of-type>li a {margin-left: 180px;width: calc(100% - 180px);}
.index-zqsd .bd>ul:first-of-type>li .date {right: auto;left: 15px;color: #333;font-size: 16px;}
.index-fw-menu {width: 100%;position: relative;}
.index-fw-menu a:first-of-type {margin-left: 0;}
.index-fw-menu a {display: block;float: left;width: 243px;height: 61.5px;line-height: 61px;text-align: center;font-size: 18px;color: #1D60A7;background: #EEE;border-radius: 5px;margin: 0 0 0 20px;}
.index-fw-menu a.on {background: #539EF1;color: white;}
.index-xxgg {width: 400px;}
.index-xxgg .index-xxgg-img {width: 100%;height: 72px;margin-top: 20px;}
.index-xxgg .index-xxgg-img img {width: 100%;height: 61px;object-fit: cover;}

.index-kp-wrapper {position: relative;margin-top: 30px;}
.index-kp {width: 770px;height: 346px;overflow: hidden;}
.index-kp .hd {background: transparent;padding-left: 0;margin-top: 14px;}
.index-kp .bd>ul {margin-top: 10px;}
.index-kp .bd>ul .more {top: 60px;}
.index-kp .bd>ul li {display: block;height: 230px;width: 234px;float: left;overflow: hidden;padding: 0;margin-right: 34px;}
.index-kp .bd>ul li:last-of-type {margin-right: 0;}
.index-kp .bd>ul li:before {width: 0;}
.index-kp .bd>ul li a {width: 100%;white-space: normal;}
.index-kp .bd>ul li a img {width: 100%;height: 180px;object-fit: cover;}
.index-kp .bd>ul:last-of-type li a img {object-fit: contain;background: #eee;}
.index-kp .bd>ul li a p {width: 100%;font-size: 16px;line-height: 18px;margin-top: 10px;color: #666;word-break: break-all;text-overflow: ellipsis;overflow:hidden;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.index-kp .bd>ul:last-of-type li a p {text-align: center;}
.index-zmhd {width: 400px;}
.index-zmhd-a {position: relative;width: 100%;margin-top: 20px;}
.index-zmhd-a a {display: block;float: left;width: 122px;height: 88px;border-radius: 5px;margin-left: 17px;text-align: center;}
.index-zmhd-a a:nth-child(1) {margin-left: 0;background: #539EF1;}
.index-zmhd-a a:nth-child(2) {background: #54B6B5;}
.index-zmhd-a a:nth-child(3) {background: #46AADE;}
.index-zmhd-a a img {height: 22px;margin-top: 20px;object-fit: cover;}
.index-zmhd-a a p {text-align: center;font-size: 20px;color: white;line-height: 36px;}
.index-zmhd-b {position: relative;width: 100%;}
.index-zxft-title {width: 100%;margin: 20px 0 10px 0;}
.index-zxft-title h5 {position: relative;float: left;display: block;color: #1D60A7;margin: 0;font-size: 18px;line-height: 36px;padding-left: 20px;}
.index-zxft-title h5:before {content: "";position: absolute;width: 8px;height: 20px;top: 8px;left: 0;background: #1D60A7;border-radius: 4px;}
.index-zxft-title span {display: block;float: left;width: 185px;height: 1px;background: #BEBEBE;margin: 17px 0 0 20px;}
.index-zxft-title a {position: relative;float: right;display: block;color: #1D60A7;padding: 0 10px;line-height: 26px;background: #EBEFFA;border-radius: 5px;margin-top: 5px;}
.index-zxft-img {width: 185px;height: 117px;}
.index-zxft-img img {width: 100%;height: 117px;object-fit: cover;}
.index-zxft-text {width: 200px;}
.index-zxft-text p {display: block;width: 100%;height: 30px;line-height: 30px;}
.index-zxft-text p span {color: #1D60A7;}
.index-zxft-text a {line-height: 30px;color: #1D60A7;}

.index-zwgk-wrapper {position: relative;width: 100%;margin-top: 30px;}
.index-zwgk {width: 770px;}
.index-zfxxgk {width: 100%;margin-top: 30px;}
.index-zfxxgk a {display: block;width: 100%;height: 56px;line-height: 56px;font-size: 18px;background-color: #EAF4FF;margin-top: 15px;border-radius: 10px;padding-left: 70px;color: #000;background-repeat: no-repeat;background-position: left 25px center;}
.index-zfxxgk a:nth-child(1) {height: 62px;background-color: transparent;background-image: url(../images/zfxxgk_title.png);background-position: top center;background-size: 100% auto;border-bottom: 1px solid #BEBEBE;border-radius: 0;padding-left: 25px;font-weight: 600;color: #1D60A7;font-size: 20px;line-height: 52px;margin-top: 0;}
.index-zfxxgk a:nth-child(2) {background-image: url(../images/zfxxgk_01.png);}
.index-zfxxgk a:nth-child(3) {background-image: url(../images/zfxxgk_02.png);}
.index-zfxxgk a:nth-child(4) {background-image: url(../images/zfxxgk_03.png);}
.index-zfxxgk a:nth-child(5) {background-image: url(../images/zfxxgk_04.png);}
.index-zcfg {width: 470px;margin-top: 30px;}
.index-zcfg-slide .bd {min-height: 210px;}
.index-zwgk-menu {width: 100%;}
.index-zwgk-menu span {display: block;float: left;width: 4%;line-height: 18px;text-align: center;margin-top: 22px;color: #DDD;}
.index-zwgk-menu a {display: block;float: left;width: 28%;font-size: 18px;line-height: 18px;text-align: center;margin-top: 22px;color: #1D60A7;}

.index-zdxm {width: 400px;margin-top: 30px;}
.index-zdxm-child {position: relative;}
.index-zdxm-child .hd-child {width: 100%;margin-top: 15px;}
.index-zdxm-child .hd-child>ul>li {position: relative;display: block;width: 196px;float: left;height: 46px;line-height: 46px;font-size: 18px;text-align: center;background: #EEE;}
.index-zdxm-child .hd-child>ul>li:last-of-type {margin-left: 8px;}
.index-zdxm-child .hd-child>ul>li.on {background: #E5ECF4;}
.index-zdxm-child .hd-child>ul>li.on:after {content: "";position: absolute;display: block;width: 0;height: 0;bottom: -5px;left: 50%;transform: translateX(-50%);-ms-transform: translateX(-50%);border-left: 8px solid transparent;border-right: 8px solid transparent;border-top: 8px solid #1D60A7;}
.index-zdxm-child .hd-child>ul>li.on a {color: #1D60A7;}
.index-zdxm-child .bd-child {width: 100%;margin-top: 16px;}
.index-zdxm-child .bd-child .more {position: absolute;width: 60px;height: 46px;line-height: 46px;top: 0;right: 10px;}
.index-zdxm-child .bd-child .more a {color: #888;font-size: 14px;}
/*.index-zdxm-child .bd-child>ul>li {position: relative;height: 42px;line-height: 42px;padding-left: 15px;}
.index-zdxm-child .bd-child>ul>li:before {content: "";position: absolute;width: 5px;height: 5px;top: calc(50% - 2.5px);left: 0;border-radius: 50%;background: #1D60A7;}
.index-zdxm-child .bd-child>ul>li a {display: block;width: calc(100% - 90px);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.index-zdxm-child .bd-child>ul>li .date {position: absolute;top: 0;right: 0;font-size: 14px;color: #AAA;}*/

.ggfw-bsfw .index-zdxm-child .bd-child>ul>li {position: relative;height: 42px;line-height: 42px;padding-left: 15px;}
.ggfw-bsfw .index-zdxm-child .bd-child>ul>li:before {content: "";position: absolute;width: 5px;height: 5px;top: calc(50% - 2.5px);left: 0;border-radius: 50%;background: #1D60A7;}
.ggfw-bsfw .index-zdxm-child .bd-child>ul>li a {display: block;width: calc(100% - 90px);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.ggfw-bsfw .index-zdxm-child .bd-child>ul>li .date {position: absolute;top: 0;right: 0;font-size: 14px;color: #AAA;}

.index-zdxm-img {width: 100%;height: 72px;margin-top: 18px;}
.index-zdxm-img img {width: 100%;height: 72px;object-fit: cover;}

.link-slide {position: relative;width: 100%;margin-top: 30px;}
.link-slide .hd {width: 100%;border: 1px solid #CECECE;}
.link-slide .hd li {display: block;float: left;width: 210px;height: 36px;line-height: 36px;border-left: 1px solid #CECECE;padding-left: 20px;background: url(../images/bottom.png) no-repeat right 20px center;}
.link-slide .hd li.on {background: url(../images/top.png) no-repeat right 20px center;}
.link-slide .hd li:nth-child(1) {width: 161px;border-left: 0;background: url(../images/link_icon1.png) no-repeat left 20px center;padding-left: 50px;color: #1D60A7;font-weight: 600;}
.link-slide .hd li:nth-child(2) {width: 192px;height: 20px;line-height: 20px;margin-top: 8px;background: url(../images/link_icon2.png) no-repeat left 20px center;padding-left: 50px;color: #1D60A7;font-weight: 600;}
.link-slide .hd li a {color: inherit;}
.link-slide .bd {border: 1px solid #CECECE;border-top: 0;}
.link-slide .bd li {display: block;float: left;display: block;width: 20%;padding-left: 20px;line-height: 30px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
/* 首页end */

/* 新闻页 */
.index-dt-wrapper {margin-top: 30px;}
.index-dt {width: 620px;}
.index-dt1 {width: 550px;}

.new-zxft-wrapper {position: relative;width: 100%;}
.new-zxft-one {position: relative;width: 620px;}
.new-zxft-img {width: 365px;height: 234px;}
.new-zxft-img img {width: 100%;height: 235px;object-fit: cover;}
.new-zxft-text {width: 230px;padding-top: 10px;}
.new-zxft-text p {display: block;width: 100%;height: 30px;line-height: 30px;}
.new-zxft-text p span {color: #1D60A7;}
.new-zxft-text>a {position: relative;width: 150px;height: 40px;line-height: 40px;text-align: center;color: #1D60A7;display: block;margin: 20px auto 0;background: #F0F7FF;border: 1px solid #5E9EE5;border-radius: 7px;}

.new-zxft-list {position: relative;width: 550px;}
.new-zxft-list>ul>li {position: relative;height: 40px;line-height: 40px;padding-left: 15px;}
.new-zxft-list>ul>li:before {content: "";position: absolute;width: 5px;height: 5px;top: calc(50% - 2.5px);left: 0;border-radius: 50%;background: #1D60A7;}
.new-zxft-list>ul>li a {display: block;width: calc(100% - 90px);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.new-zxft-list>ul>li .date {position: absolute;top: 0;right: 0;font-size: 14px;color: #AAA;}
.new-zxft-list>ul>.new-zxft-more {line-height: 34px;width: 100%;height: 34px;background: #F0F7FF;text-align: center;}
.new-zxft-list>ul>.new-zxft-more a {font-size: 18px;color: #1D60A7;}
/* 新闻页end */

/* 公共服务 */
.ggfw-left {width: 770px;}
.ggfw-right {width: 400px;}

.ggfw-zqsd {width: 100%;}
.ggfw-zqsd .hd>ul>a {padding: 0 20px;float: right;line-height: 30px;}
.ggfw-zqsd .bd-dz .more {position: absolute;width: 60px;height: 46px;line-height: 46px;top: 0;right: 10px;}
.ggfw-zqsd .bd-dz .more a {color: #888;font-size: 14px;}
.ggfw-zqsd .bd-dz li {width: 100%;font-size: 14px;}
.ggfw-zqsd .bd-dz li:after {content: "";display: block;clear: both;}
.ggfw-zqsd .bd-dz li:first-of-type {background: #E6EFF8;margin-top: 3px;font-weight: 600;}
.ggfw-zqsd .bd-dz li span,
.ggfw-zqsd .bd-dz li a {display: block;float: left;height: 40px;line-height: 40px;text-align: center;}
.ggfw-zqsd .bd-dz li span:nth-child(1) {width: 100px;}
.ggfw-zqsd .bd-dz li span:nth-child(2) {width: 160px;}
.ggfw-zqsd .bd-dz li span:nth-child(3) {width: 100px;}
.ggfw-zqsd .bd-dz li span:nth-child(4) {width: 100px;}
.ggfw-zqsd .bd-dz li span:nth-child(5) {width: 100px;}
.ggfw-zqsd .bd-dz li span:nth-child(6) {width: 210px;text-align: left;}
.ggfw-zqsd .bd-dz li a:nth-child(6) {width: 210px;color: #0282C9; text-decoration: underline;text-align: left;}
.ggfw-zqsd .bd-dz li:nth-child(2n+4) {background: #EEE;}

.ggfw-option {width: 100%;}
.ggfw-option>a {display: block;width: 100px;height: 140px;float: left;margin: 46px 42.875px;}
.ggfw-option>a span {display: block;width: 98px;height: 98px;border: 2px solid #D5E4FB;border-radius: 50%;background-repeat: no-repeat;background-position: center;}
.ggfw-option>a p {width: 100%;margin-top: 20px;text-align: center;color: #1D60A7;font-size: 20px;line-height: 20px;}
.ggfw-option>a:nth-child(1) span {background-image: url(../images/ggfw_option1.png);}
.ggfw-option>a:nth-child(1) span {background-image: url(../images/ggfw_option2.png);}
.ggfw-option>a:nth-child(2) span {background-image: url(../images/ggfw_option3.png);}
.ggfw-option>a:nth-child(3) span {background-image: url(../images/ggfw_option4.png);}
.ggfw-option>a:nth-child(4) span {background-image: url(../images/ggfw_option5.png);}

.ggfw-dzqh-lb {position:relative;width: 100%;height:380px;overflow:hidden;margin-top: 20px;}
.ggfw-dzqh-lb .bd-child>ul>li {position: relative;width: 100%;}
.ggfw-dzqh-lb .bd-child>ul>li>.float-left {width: 525px;height: 374px;}
.ggfw-dzqh-lb .bd-child>ul>li>.float-right {width: 220px;height: 374px;}
.ggfw-dzqh-lb .bd-child>ul>li>.float-right p {width: 200px;word-wrap:break-word;text-align:justify; text-justify:inter-ideograph;}
.ggfw-dzqh-lb .bd-child>ul>li img {width: 100%;height: 374px;}
.ggfw-dzqh-lb .bd-child>ul>li h3 {font-size: 18px;font-weight: 600;line-height: 22px;margin: 30px 0 0 0;}
.ggfw-dzqh-lb .bd-child>ul>li p {margin-top: 30px;line-height: 30px;}
.ggfw-dzqh-lb .bd-child>ul>li a {font-size: 14px;color: #1D60A7;margin-top: 20px;line-height: 20px;}
.ggfw-dzqh-lb .prev,
.ggfw-dzqh-lb .next{ position:absolute;left: 0;top:50%;transform: translateY(-50%);-ms-transform: translateY(-50%);display:block;width: 40px; height: 50px;background-color: rgba(255,255,255,.9);background-size: 50% auto;background-repeat: no-repeat;background-position: center;}
.ggfw-dzqh-lb .prev {background-image: url(../images/ggfw_left.png);border-top-right-radius: 10px;border-bottom-right-radius: 10px;}
.ggfw-dzqh-lb .next {background-image: url(../images/ggfw_right.png);left: auto;right: 0;border-top-left-radius: 10px;border-bottom-left-radius: 10px;}
.ggfw-dzqh-lb .prev:hover,
.ggfw-dzqh-lb .next:hover {background-color: #E6EFF8;}

.ggfw-bsfw {width: 400px;}
.ggfw-bsfw-child {position: relative;}
.ggfw-bsfw-child .hd-child {width: 100%;margin-top: 15px;}
.ggfw-bsfw-child .hd-child>ul>li {position: relative;display: block;width: 196px;float: left;height: 46px;line-height: 46px;font-size: 18px;text-align: center;background: #EEE;}
.ggfw-bsfw-child .hd-child>ul>li:last-of-type {margin-left: 8px;}
.ggfw-bsfw-child .hd-child>ul>li.on {background: #E5ECF4;}
.ggfw-bsfw-child .hd-child>ul>li.on:after {content: "";position: absolute;display: block;width: 0;height: 0;bottom: -5px;left: 50%;transform: translateX(-50%);-ms-transform: translateX(-50%);border-left: 8px solid transparent;border-right: 8px solid transparent;border-top: 8px solid #1D60A7;}
.ggfw-bsfw-child .hd-child>ul>li.on a {color: #1D60A7;}
.ggfw-bsfw-child .bd-child {width: 100%;margin-top: 16px;}
.ggfw-bsfw-child .bd-child .more {position: absolute;width: 60px;height: 46px;line-height: 46px;top: 0;right: 10px;}
.ggfw-bsfw-child .bd-child .more a {color: #888;font-size: 14px;}
.ggfw-bsfw-child .bd-child>ul>li {position: relative;height: 42px;line-height: 42px;padding-left: 15px;}
.ggfw-bsfw-child .bd-child>ul>li:before {content: "";position: absolute;width: 5px;height: 5px;top: calc(50% - 2.5px);left: 0;border-radius: 50%;background: #1D60A7;}
.ggfw-bsfw-child .bd-child>ul>li a {display: block;width: calc(100% - 90px);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.ggfw-bsfw-child .bd-child>ul>li .date {position: absolute;top: 0;right: 0;font-size: 14px;color: #AAA;}

.ggfw-dztz {margin-top: 40px;}
.bd-dztz {position: relative;width: 400px;height: 260px;margin-top: 10px;}
.bd-dztz #allmap {width: 100%;height: 100%;overflow: hidden;margin:0;}
.bd-dztz .map-router {position: absolute;top: 10px;right: 10px;z-index: 9;}

.bd-dztz #mapRouterStart,
.bd-dztz #mapRouterEnd {color: #fff;padding: 0 10px;margin-left: 5px;font-size: 18px;border-radius: 5px;display: inline-block;}
.bd-dztz #mapRouterStart {background: #62B500;}
.bd-dztz #mapRouterEnd {background: #F54336;}
.bd-dztz #mapRouterCalc {position: absolute;top: -43px;left: 120px;z-index: 9;}
.bd-dztz .transit-route {position: absolute;width: 120px;top: 40px;right: 10px;z-index: 9;display: none;}
.bd-dztz .transit-route #routeing {position: relative;width: 100%;height: 30px;line-height: 30px;padding-left: 20px;background: white url(../images/bottom.png) no-repeat right 5px center;cursor: pointer;border: 1px solid #DDD;}
.bd-dztz .transit-route ul {width: 100%;background: white;border: 1px solid #DDD;}
.bd-dztz .transit-route ul li {text-align: center;cursor: pointer;}
.bd-dztz .transit-route ul li:hover {background: #EEE;}
/* 地图内元素样式 */
.bd-dztz .my-map-text {width: 100%;margin: 0;overflow: hidden;}
.bd-dztz .my-map-text a {color: #1D60A7;}
.bd-dztz .route-start, .route-end {position: absolute;display: block;text-align: center;width: 60px;color: white;border: 0;line-height: 20px;top: 5px;font-size: 12px;}
.bd-dztz .route-start {background: #62B500;right: 90px;}
.bd-dztz .route-end {background: #F54336; right: 20px;}
.bd-dztz .my-map-last {height: 20px;}
/* 公交线路样式 */
.bd-dztz #result>div>table + div {position: relative;margin: 0 !important;border: 0 !important;background: #FFf!important;height: 30px !important;}
.bd-dztz #result>div>table + div:before {content: "没有更多的路线信息了 ╮(╯▽╰)╭";color: #AAA;text-align: center;display: block;position: absolute;top: 0;left: 0;right: 0;line-height: 30px;height: 30px;z-index: 9;}
.navtrans-bus-icon.drive,
.navtrans-bus-icon.drive + .navtrans-bus-desc {display: none !important;}
.bd-dztz #result span {color: #1D60A7;padding: 0;margin-left: 5px;font-size: 12px;border-radius: 5px;display: inline-block;}
.bd-dztz #result {position: absolute;top: 80px;right: 10px;z-index: 8;max-height: 450px;max-width: 260px;overflow-y: scroll;}
.bd-dztz #result h1 {color: #1D60A7;font-size: 22px;line-height: 30px;}
.bd-dztz .tranroute-plan-list.expand .trans-title {background-color: #539EF1 !important;}
.bd-dztz .tranroute-plan-list.expand .trans-title p {color: white !important;}
.bd-dztz .tranroute-plan-list.expand .trans-title p:first-of-type {font-weight: 600;}

#result{overflow: auto !important;}
#result::-webkit-scrollbar{width:3px;height:9px;background:#e1e1e1;border-radius: 0;}
#result::-webkit-scrollbar-button{width:9px;height:0px;}
#result::-webkit-scrollbar-button:vertical:start{background-position:0 0;}
#result::-webkit-scrollbar-button:vertical:start:hover{background-position:-10px 0;}
#result::-webkit-scrollbar-button:vertical:start:active{background-position:-20px 0;}
#result::-webkit-scrollbar-button:vertical:end{background-position:-30px 0;}
#result::-webkit-scrollbar-button:vertical:end:hover{background-position:-40px 0;}
#result::-webkit-scrollbar-button:vertical:end:active{background-position:-50px 0;}
#result::-webkit-scrollbar-button:horizontal:start{background-position:0 -11px;}
#result::-webkit-scrollbar-button:horizontal:start:hover{background-position:-10px -11px;}
#result::-webkit-scrollbar-button:horizontal:start:active{background-position:-19px -11px;}
#result::-webkit-scrollbar-button:horizontal:end{background-position:-30px -11px;}
#result::-webkit-scrollbar-button:horizontal:end:hover{background-position:-40px -11px;}
#result::-webkit-scrollbar-button:horizontal:end:active{background-position:-50px -11px;}
#result::-webkit-scrollbar-track-piece{background-color: transparent;}
#result::-webkit-scrollbar-thumb{border:0px solid rgba(0,0,0,.21);background-color:#2d66a5; border-radius:0;}
#result::-webkit-scrollbar-thumb:hover{border:0px solid rgba(0,0,0,.21);background-color:#00589F;}
#result::-webkit-scrollbar-thumb:active{background:-webkit-gradient(linear,left top,left bottom,from(#00589F),to(#00589F));}
#result::-webkit-scrollbar-corner{background-color:#f2f2f2;}
/* 公交线路样式end */

.ggfw-zlxz {margin-top: 50px;}
.ggfw-zlxz .bd>ul>li a {display: block;width: 100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}

/* 公共服务end */

/* 地震台站 */
.dztz-content .bd-dztz {background: #ECECEC;width: 100%;height: 600px;}
.dztz-map {position: relative;width: 900px;height: 600px;}
.dztz-text {width: 270px;height: 600px;padding-right: 30px;word-wrap:break-word;text-align:justify; text-justify:inter-ideograph;}
.dztz-text h3 {font-size: 16px;font-weight: 600;line-height: 50px;margin: 20px 0 0 0;}
.dztz-text p {font-size: 14px;line-height: 26px;}
/* 地震台站end */

/* 政务公开 */
.zwgk-left {width: 770px;}
.zwgk-right {width: 400px;}

.zwgk-search {position: relative;width: 100%;height: 70px;background: #EEE;padding: 17px 20px;}
.zwgk-search h3 {position: relative;margin: 0;display: block;float: left;line-height: 36px;font-size: 20px;color: #1D60A7;padding-left: 20px;}
.zwgk-search h3:before {content: "";position: absolute;width: 10px;height: 26px;top: 5px;left: 0;background: #1D60A7;}
.zwgk-search p {margin: 0;display: block;float: left;line-height: 36px;margin-left: 20px;color: #000;}
.zwgk-search-input {width: 300px;height: 30px;margin-top: 3px;padding: 0;border: 1px solid #DDD;margin-left: 10px;}
.zwgk-search-btn {width: 106px;height: 36px;line-height: 36px;margin-left: 20px;padding: 0;font-size: 20px;color: white;background: #1D60A7;border: 0;border-radius: 3px;}

.zwgk-jggk {width: 100%;height: 310px;background: url(../images/zwgk_text_bck1.png) no-repeat top -40px center;border: 1px solid #B3CDF0;border-radius: 13px;margin-top: 30px;overflow: hidden;}
.zwgk-jggk .hd>ul {position: relative;text-align: center;}
.zwgk-jggk .hd>ul>li {display: inline-block;width: 194px;height: 44px;font-size: 20px;text-align: center;line-height: 44px;background: url(../images/zwgk_title_bck1i.png) no-repeat center;cursor: default;}
.zwgk-jggk .hd>ul>li.on {background: url(../images/zwgk_title_bck1.png) no-repeat center;color: white;}
.zwgk-jggk .bd {padding: 25px;}

.zwgk-jggk .bd>ul {position: relative;padding-bottom: 20px;line-height: 36px;text-indent: 2em;}
.zwgk-jggk .bd>ul p {display: inline-block;}
.zwgk-jggk .bd>ul>.more {float: right;color: #1D60A7;font-weight: 600;}
.zwgk-jggk .zwgk-more {position: absolute;width: 100px;height: 20px;line-height: 20px;bottom: 0;right: 0;text-indent: 0;}
.zwgk-jggk .zwgk-more a {color: #1D60A7;}

.zwgk-xxgg {width: 100%;margin-top: 30px;}

.zwgk-ghjh {width: 100%;margin-top: 30px;}

.zwgk-ldjj {width: 100%;}
.zwgk-ldjj-lb {position:relative;width: 100%;height:240px;overflow:hidden;margin-top: 20px;}
.zwgk-ldjj-lb .hd-child {position: absolute;width: 100%;height: 20px;right: 0;left: 0;bottom: 10px;z-index: 2;text-align: center;}
.zwgk-ldjj-lb .hd-child>ul>li {display: inline-block;width: 30px;height: 10px;background: #EEE;cursor: pointer;border-radius: 6px;margin-left: 2px;}
.zwgk-ldjj-lb .hd-child>ul>li.on {background: #1D60A7;}
.zwgk-ldjj-lb .bd-child>ul>li {position: relative;width: 100%;}
.zwgk-ldjj-lb .bd-child>ul>li .float-left {width: 150px;}
.zwgk-ldjj-lb .bd-child>ul>li .float-right {width: 225px;}
.zwgk-ldjj-lb .bd-child>ul>li img {width: 150px;height: 210px;object-fit: cover;}
.zwgk-ldjj-lb .bd-child>ul>li h3 {margin: 0;color: #1D60A7;font-size: 24px;font-weight: 600;line-height: 30px;}
.zwgk-ldjj-lb .bd-child>ul>li h5 {margin: 0;color: #1D60A7;font-size: 20px;font-weight: 400;line-height: 30px;}
.zwgk-ldjj-lb .bd-child>ul>li p {margin-top: 20px;color: #666;word-wrap:break-word;text-align:justify; text-justify:inter-ideograph;}

.zwgk-zfxxgk {width: 100%;margin-top: 30px;}
.zwgk-zfxxgk a {position: relative;display: block;width: 100%;height: 56px;line-height: 56px;font-size: 18px;background-color: #EAF4FF;margin-top: 15px;border-radius: 10px;padding-left: 70px;color: #000;background-repeat: no-repeat;background-position: left 25px center;}
.zwgk-zfxxgk a:after {content: "》";position: absolute;top: 0;right: 35px;font-size: 20px;line-height: 56px;color: #9daec2;font-family: "Microsoft Ya Hei";font-weight: 200;}
.zwgk-zfxxgk a:nth-child(1) {height: 62px;background-color: transparent;background-image: url(../images/zwgk_zfxxgk_title.png);background-position: top center;background-size: 100% auto;border-bottom: 1px solid #BEBEBE;border-radius: 0;padding-left: 25px;font-weight: 600;color: #1D60A7;font-size: 20px;line-height: 52px;margin-top: 0;}
.zwgk-zfxxgk a:nth-child(1):after {content: "";}
.zwgk-zfxxgk a:nth-child(2) {background-image: url(../images/zfxxgk_01.png);}
.zwgk-zfxxgk a:nth-child(3) {background-image: url(../images/zfxxgk_02.png);}
.zwgk-zfxxgk a:nth-child(4) {background-image: url(../images/zfxxgk_03.png);}
.zwgk-zfxxgk a:nth-child(5) {background-image: url(../images/zfxxgk_04.png);}

.zwgk-jgsz {width: 100%;margin-top: 30px;}
.zwgk-jgsz .bd {margin-top: 3px;}
.zwgk-jgsz-nsjg {position: relative;width: 100%;border: 1px solid #B3CDF0;}
.zwgk-jgsz-nsjg .hd-child {width: calc(100% + 2px);}
.zwgk-jgsz-nsjg .hd-child>ul>li {position: relative;display: block;width: 199px;float: left;height: 46px;line-height: 46px;font-size: 18px;text-align: center;background: #fff;}
.zwgk-jgsz-nsjg .hd-child>ul>li.on {background: #E5ECF4;}
.zwgk-jgsz-nsjg .hd-child>ul>li.on:after {content: "";position: absolute;display: block;width: 0;height: 0;bottom: -5px;left: 50%;transform: translateX(-50%);-ms-transform: translateX(-50%);border-left: 8px solid transparent;border-right: 8px solid transparent;border-top: 8px solid #1D60A7;}
.zwgk-jgsz-nsjg .hd-child>ul>li.on a {color: #1D60A7;}
.zwgk-jgsz-nsjg .bd-child {width: 100%;padding: 10px 30px;min-height: 277px;background: url(../images/zwgk_jgsz_bck.png) no-repeat bottom center;}
.zwgk-jgsz-nsjg .bd-child>ul>li {position: relative;height: 36px;line-height: 36px;padding-left: 20px;}
.zwgk-jgsz-nsjg .bd-child>ul>li:before {content: "";position: absolute;width: 5px;height: 5px;top: calc(50% - 2.5px);left: 0;border-radius: 50%;background: #1D60A7;}
.zwgk-jgsz-nsjg .bd-child>ul>li a {display: block;color: #1D60A7;width: 325px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.zwgk-jgsz-nsjg .bd-child>ul>li .date {position: absolute;top: 0;right: 0;font-size: 14px;color: #AAA;}
/* 政务公开end */

/* 地震科普 
.dzkp-dzzs {width: 770px;}   2-24修改*/
.dzkp-dzzs {width: 100%;}
.dzkp-dzzs .bd>ul>li {float: left;width: 50%;}
.dzkp-dzzs .bd>ul>li>a {width: 100%;}

.dzkp-kpfwtd {width: 400px;}
.dzkp-kpfwtd-lb {position:relative;width: 100%;height:240px;overflow:hidden;margin-top: 20px;}
.dzkp-kpfwtd-lb .hd-child {position: absolute;width: 100%;height: 20px;right: 0;left: 0;bottom: 10px;z-index: 2;text-align: center;}
.dzkp-kpfwtd-lb .hd-child>ul>li {display: inline-block;width: 30px;height: 10px;background: #EEE;cursor: pointer;border-radius: 6px;margin-left: 2px;}
.dzkp-kpfwtd-lb .hd-child>ul>li.on {background: #1D60A7;}
.dzkp-kpfwtd-lb .bd-child>ul>li {position: relative;width: 100%;}
.dzkp-kpfwtd-lb .bd-child>ul>li .float-left {width: 150px;}
.dzkp-kpfwtd-lb .bd-child>ul>li .float-right {width: 225px;}
.dzkp-kpfwtd-lb .bd-child>ul>li img {width: 150px;height: 210px;object-fit: cover;}
.dzkp-kpfwtd-lb .bd-child>ul>li h3 {margin: 0;font-size: 18px;font-weight: 400;line-height: 36px;}
.dzkp-kpfwtd-lb .bd-child>ul>li p {font-size: 16px;line-height: 20px;color: #666;margin-top: 12px;word-wrap:break-word;text-align:justify; text-justify:inter-ideograph;}
.dzkp-kpfwtd-lb .bd-child>ul>li h3 span {color: #1D60A7;font-weight: 600;padding-right: 20px;}
.dzkp-kpfwtd-lb .bd-child>ul>li p span {color: #1D60A7;}

.dzkp-kphd {width: 100%;margin-top: 30px;}
.dzkp-kphd .bd {margin-top: 30px;}
.dzkp-kphd-lb {position: relative;width: 100%;height: 230px;overflow: hidden;}
.dzkp-kphd-lb .bd-child {width: 100%;}
.dzkp-kphd-lb .bd-child ul li {width: 235px;height: 230px;float: left;margin-right: 6.5px;}
.dzkp-kphd-lb .bd-child ul li img {width: 100%;height: 176px;object-fit: cover;}
.dzkp-kphd-lb .bd-child ul li p {line-height: 20px;margin-top: 10px;}
.dzkp-kphd-lb .prev,
.dzkp-kphd-lb .next{ position:absolute;left: 0;top:69px;display:block;width:25px; height:38px;}
.dzkp-kphd-lb .prev {background:url(../images/left.png) no-repeat left center;}
.dzkp-kphd-lb .next {background:url(../images/right.png) no-repeat right center;left: auto;right: 0;}

.dzkp-sfcj-left {width: 770px;margin-top: 20px;}
.dzkp-sfcj-right {width: 400px;margin-top: 20px;}

.dzkp-sfcj-kpjd {width: 100%;}
.dzkp-sfcj-kpjd .hd {background: #fff;}
.dzkp-sfcj-kpjd .bd {margin-top: 20px;}
.dzkp-sfcj-kpjd-lb {position: relative;width: 100%;height: 240px;overflow: hidden;}
.dzkp-sfcj-kpjd-lb .bd-child {width: 100%;}
.dzkp-sfcj-kpjd-lb .bd-child ul li {width: 236px;height: 240px;float: left;margin-right: 31px;}
.dzkp-sfcj-kpjd-lb .bd-child ul li img {width: 100%;height: 176px;object-fit: cover;}
.dzkp-sfcj-kpjd-lb .bd-child ul li p {line-height: 20px;margin-top: 10px;}
.dzkp-sfcj-kpjd-lb .prev,
.dzkp-sfcj-kpjd-lb .next{ position:absolute;left: 0;top:69px;display:block;width:25px; height:38px;}
.dzkp-sfcj-kpjd-lb .prev {background:url(../images/left.png) no-repeat left center;}
.dzkp-sfcj-kpjd-lb .next {background:url(../images/right.png) no-repeat right center;left: auto;right: 0;}

.dzkp-sfcj-kpzp {width: 100%;/* margin-top: 30px; */}
.dzkp-sfcj-kpzp .bd {margin-top: 20px;}
.dzkp-sfcj-kpzp-lb {position: relative;width: 100%;height: 240px;overflow: hidden;}
.dzkp-sfcj-kpzp-lb .bd-child {width: 100%;}
.dzkp-sfcj-kpzp-lb .bd-child ul li {width: 142px;height: 240px;float: left;margin-right: 15px;}
.dzkp-sfcj-kpzp-lb .bd-child ul li img {width: 100%;height: 196px;object-fit: cover;}
.dzkp-sfcj-kpzp-lb .bd-child ul li p {line-height: 20px;margin-top: 10px;}
.dzkp-sfcj-kpzp-lb .prev,
.dzkp-sfcj-kpzp-lb .next{ position:absolute;left: 0;top:69px;display:block;width:25px; height:38px;}
.dzkp-sfcj-kpzp-lb .prev {background:url(../images/left.png) no-repeat left center;}
.dzkp-sfcj-kpzp-lb .next {background:url(../images/right.png) no-repeat right center;left: auto;right: 0;}

.dzkp-sfcj-sfxx {width: 100%;}
.dzkp-sfcj-sfxx .hd {background: #fff;}
.dzkp-sfcj-sfxx .bd {height: 240px;}
.dzkp-sfcj-sfxx .bd .title {width: 100%;height: 42px;line-height: 42px;background: #F2F6FF;}
.dzkp-sfcj-sfxx .bd .title span {color: #1D60A7;display: inline-block;width: 296px;padding-left: 20px;}
.dzkp-sfcj-sfxx .bd .title span:last-of-type {width: 96px;text-align: center;padding: 0;}
.dzkp-sfcj-sfxx .bd>ul>li .date {display: block;width: 96px;text-align: center;right: 4px;color: #000;}

.dzkp-sfcj-rdgl {width: 100%;/* margin-top: 40px; */}
.dzkp-sfcj-rdgl .bd {height: 240px;}
.dzkp-sfcj-rdgl .bd>ul>li>a {width: 100%;}

dl.list_dzzs {width: 900px;}
dl.list_dzzs dd {display: none;}
dl.list_dzzs dt{ width:100%; height:40px; line-height:40px; border-bottom:1px dotted #a6a5a2; padding-left:16px; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; cursor:pointer; position:relative;}
dl.list_dzzs .addbg{ background:#e3e4e4;}
dl.list_dzzs .arrow{ width:12px; height:7px; background:url(../images/dzzs_down.png) no-repeat; right:10px; top:16px; position:absolute;}
dl.list_dzzs .addar{ background:url(../images/dzzs_up.png) no-repeat;}
dl.list_dzzs .list_sfxx {width: 100%;padding: 10px 0;background: white;}
dl.list_dzzs .list_sfxx li {border-bottom: 1px solid #ddd;line-height: 36px;}
dl.list_dzzs .list_sfxx_title {font-size: 18px;color: #1D60A7;font-weight: 600;}
dl.list_dzzs .list_sfxx_left {float: left;padding-left: 20px;}
dl.list_dzzs .list_sfxx_right {float: right;padding-right: 20px;}
/* 地震科普end */

/* 政民互动 */
.zmhd-zxts {position: relative;margin-top: 20px;}
.zmhd-zxts-left {position: relative;width: 420px;}
.zmhd-zxts-left:after {content: "";position: absolute;width: 1px;height: 280px;top: 0;right: 0;background: #CDCDCD;}
.zmhd-zxts-right {width: 750px;}

.zmhd-zxts-scroll {width: 400px;height: 236px;padding-right: 20px;}
.zmhd-zxts-scroll{overflow: auto !important;}
.zmhd-zxts-scroll::-webkit-scrollbar{width:9px;height:9px;background:#E9F5FF;border-radius: 0;}
.zmhd-zxts-scroll::-webkit-scrollbar-button{width:9px;height:0px;}
.zmhd-zxts-scroll::-webkit-scrollbar-button:vertical:start{background-position:0 0;}
.zmhd-zxts-scroll::-webkit-scrollbar-button:vertical:start:hover{background-position:-10px 0;}
.zmhd-zxts-scroll::-webkit-scrollbar-button:vertical:start:active{background-position:-20px 0;}
.zmhd-zxts-scroll::-webkit-scrollbar-button:vertical:end{background-position:-30px 0;}
.zmhd-zxts-scroll::-webkit-scrollbar-button:vertical:end:hover{background-position:-40px 0;}
.zmhd-zxts-scroll::-webkit-scrollbar-button:vertical:end:active{background-position:-50px 0;}
.zmhd-zxts-scroll::-webkit-scrollbar-button:horizontal:start{background-position:0 -11px;}
.zmhd-zxts-scroll::-webkit-scrollbar-button:horizontal:start:hover{background-position:-10px -11px;}
.zmhd-zxts-scroll::-webkit-scrollbar-button:horizontal:start:active{background-position:-19px -11px;}
.zmhd-zxts-scroll::-webkit-scrollbar-button:horizontal:end{background-position:-30px -11px;}
.zmhd-zxts-scroll::-webkit-scrollbar-button:horizontal:end:hover{background-position:-40px -11px;}
.zmhd-zxts-scroll::-webkit-scrollbar-button:horizontal:end:active{background-position:-50px -11px;}
.zmhd-zxts-scroll::-webkit-scrollbar-track-piece{background-color: transparent;}
.zmhd-zxts-scroll::-webkit-scrollbar-thumb{border:0px solid rgba(0,0,0,.21);background-color:#87ADDE; border-radius: 5px;}
.zmhd-zxts-scroll p {line-height: 30px;}
.zmhd-zxts-btn {position: relative;width: 100%;text-align: center;margin-top: 40px;}
.zmhd-zxts-btn a {display: inline-block;padding: 6px 10px;background: #EAF4FF;margin: 0 5px;font-size: 18px;color: #1D60A7;border: 1px solid #1D60A7;border-radius: 10px;}

.zmhd-zxts-right .zxlist-title {width: 100%;height: 40px;line-height: 40px;background: #EBF5FF;padding-left: 20px;}
.zmhd-zxts-right .zxlist-title span {color: #1D60A7;display: block;float: left;text-align: center;}
.zmhd-zxts-right .zxlist-title span:nth-child(1) {width: 400px;text-align: left;}
.zmhd-zxts-right .zxlist-title span:nth-child(2) {width: 100px;}
.zmhd-zxts-right .zxlist-title span:nth-child(3) {width: 120px;}
.zmhd-zxts-right .zxlist-title span:nth-child(4) {width: 100px;}
.zmhd-zxts-right ul {width: 100%;height: 240px;overflow: hidden;}
.zmhd-zxts-right ul li {position: relative;line-height: 40px;padding-left: 20px;}
.zmhd-zxts-right ul li:before {content: "";position: absolute;width: 5px;height: 5px;background: #1D60A7;border-radius: 5px;top: 17.5px;left: 0;}
.zmhd-zxts-right ul li:after {content: "";display: block;clear: both;}
.zmhd-zxts-right ul li span {display: block;float: left;text-align: center;}
.zmhd-zxts-right ul li a {display: block;float: left;}
.zmhd-zxts-right ul li a:nth-child(1) {width: 400px;}
.zmhd-zxts-right ul li span:nth-child(2) {width: 100px;color: #1D60A7;}
.zmhd-zxts-right ul li span:nth-child(3) {width: 120px;color: #AAA;}
.zmhd-zxts-right ul li span:nth-child(4) {width: 100px;}
.zmhd-zxts-right ul li span.red {color: red;}
.zmhd-zxts-right .more {width: 100%;text-align: center;margin-top: 10px;}
.zmhd-zxts-right .more a {color: #1D60A7;}

.zmhd-wsdc {position: relative;margin: 50px 0;}
.zmhd-wsdc-list {margin-top: 30px;}
.zmhd-wsdc-list .zmhd-wsdc-item {width: 270px;border: 1px solid #CDCDCD;float: left;margin-left: 40px;padding: 15px;}
.zmhd-wsdc-list .zmhd-wsdc-item:first-of-type {margin-left: 0;}
.zmhd-wsdc-list .zmhd-wsdc-item a {line-height: 30px;height: 60px;}
.zmhd-wsdc-list .zmhd-wsdc-item p {margin-top: 15px;padding-top: 15px;border-top: 1px dashed #DDD;}
.zmhd-wsdc-list .zmhd-wsdc-item p span {display: inline-block;width: 115px;color: #AAA;}
.zmhd-wsdc-list .zmhd-wsdc-item p span:last-of-type {text-align: right;}
.zmhd-wsdc-list .zmhd-wsdc-item p span.blue {color: #1D60A7;}
/* 政民互动end */

/* 数据共享 */
.sjgx-dzml {width: 770px;}
.sjgx-dzml .bd {margin-top: 0;}
.sjgx-dzml .sjgx-dzml-list li {width: 100%;font-size: 14px;}
.sjgx-dzml .sjgx-dzml-list li:after {content: "";display: block;clear: both;}
.sjgx-dzml .sjgx-dzml-list li:first-of-type {background: #E6EFF8;margin-top: 5px;font-weight: 600;}
.sjgx-dzml .sjgx-dzml-list li span,
.sjgx-dzml .sjgx-dzml-list li a {display: block;float: left;height: 36px;line-height: 36px;text-align: center;}
.sjgx-dzml .sjgx-dzml-list li span:nth-child(1) {width: 100px;}
.sjgx-dzml .sjgx-dzml-list li span:nth-child(2) {width: 200px;}
.sjgx-dzml .sjgx-dzml-list li span:nth-child(3) {width: 100px;}
.sjgx-dzml .sjgx-dzml-list li span:nth-child(4) {width: 100px;}
.sjgx-dzml .sjgx-dzml-list li span:nth-child(5) {width: 230px;text-align: left;margin-left: 40px;}
.sjgx-dzml .sjgx-dzml-list li a:nth-child(5) {width: 230px;color: #0282C9; text-decoration: underline;text-align: left;margin-left: 40px;}
.sjgx-dzml .sjgx-dzml-list li:nth-child(2n+3) {background: #EEE;}

.sjgx-dzml-search {width: 100%;background: #EEE;padding: 15px;margin-top: 5px;}
.sjgx-dzml-search .float-left {width: 500px;}
.sjgx-dzml-search .float-left .text {position: relative;width: 100%;}
.sjgx-dzml-search .float-left .text input {width: 220px;margin-right: 20px;}
.sjgx-dzml-search .float-left .datetime {position: relative;width: 100%;margin-top: 15px;}
.sjgx-dzml-search .float-left .datetime input {width: 145px;background: #fff url(../images/datePicker.gif) no-repeat right 5px center;cursor: pointer;}
.sjgx-dzml-search select,
.sjgx-dzml-search input {border: 0;font-size: 12px;line-height: 30px;height: 30px;}
.sjgx-dzml-search select {width: 37px;background: #fff;}
.sjgx-dzml-search span {font-size: 14px;line-height: 30px;}
.sjgx-dzml-search .float-right {width: 230px;}
.sjgx-dzml-search .float-right button {border: 0;background: #539EF1;border-radius: 5px;color: #fff;padding: 2px 10px;margin: 50px 5px 0 0;}

.sjgx-dzqh {width: 400px;}
.sjgx-dzqh .sjgx-dzqh-img {width: 100%;margin-bottom: 25px;}
.sjgx-dzqh .sjgx-dzqh-img a {position: relative;display: block;}
.sjgx-dzqh .sjgx-dzqh-img a:nth-child(1) {width: 100%;height: 110px;margin-bottom: 8px;}
.sjgx-dzqh .sjgx-dzqh-img a:nth-child(2) {float: left;width: 196px;height: 90px;}
.sjgx-dzqh .sjgx-dzqh-img a:nth-child(3) {float: right;width: 196px;height: 90px;}
.sjgx-dzqh .sjgx-dzqh-img a img {width: 100%;height: 90px;object-fit: cover;}
.sjgx-dzqh .sjgx-dzqh-img a:nth-child(1) img {height: 110px;}

.sjgx-xzdz,.sjgx-jsyj,.sjgx-gcsj {position: relative;width: 770px;}
.sjgx-twcc,.sjgx-zqgz,.sjgx-dzsy {position: relative;width: 400px;}

.sjgx-gcsj {height: 382px;background: url(../images/sjgx_bck.png) no-repeat top left;background-size: 100%;padding: 20px;}
.sjgx-gcsj .hd {position: relative;width: 200px;float: left;}
.sjgx-gcsj .bd {position: relative;width: 510px;float: right;}
.sjgx-gcsj .hd li {position: relative;display: block;background: #EEE;color: #1D60A7;width: 190px;height: 40px;line-height: 40px;border-radius: 5px;margin-bottom: 10px;text-align: center;}
.sjgx-gcsj .hd li.on {background: #539EF1;color: #fff;}
.sjgx-gcsj .hd li.on:after {content: "";position: absolute;display: block;width: 0;height: 0;top: 50%;right: -10px;transform: translateY(-50%);-ms-transform: translateY(-50%);border-left: 8px solid #539EF1;border-top: 8px solid transparent;border-bottom: 8px solid transparent;}
.sjgx-gcsj .hd li a {color: inherit;}
.sjgx-gcsj .bd li h3 {margin: 0;line-height: 60px;border-bottom: 1px solid #AACFF9;font-size: 22px;text-align: center;color: #1D60A7;}
.sjgx-gcsj .bd li .gcsj-text {position: relative;width: 100%;height: 260px;margin-top: 20px;overflow-y: hidden;}
.sjgx-gcsj .bd li .gcsj-text{overflow: auto !important;}
.sjgx-gcsj .bd li .gcsj-text::-webkit-scrollbar{width:3px;height:9px;background:#E9F5FF;border-radius: 0;}
.sjgx-gcsj .bd li .gcsj-text::-webkit-scrollbar-button{width:3px;height:0px;}
.sjgx-gcsj .bd li .gcsj-text::-webkit-scrollbar-button:vertical:start{background-position:0 0;}
.sjgx-gcsj .bd li .gcsj-text::-webkit-scrollbar-button:vertical:start:hover{background-position:-10px 0;}
.sjgx-gcsj .bd li .gcsj-text::-webkit-scrollbar-button:vertical:start:active{background-position:-20px 0;}
.sjgx-gcsj .bd li .gcsj-text::-webkit-scrollbar-button:vertical:end{background-position:-30px 0;}
.sjgx-gcsj .bd li .gcsj-text::-webkit-scrollbar-button:vertical:end:hover{background-position:-40px 0;}
.sjgx-gcsj .bd li .gcsj-text::-webkit-scrollbar-button:vertical:end:active{background-position:-50px 0;}
.sjgx-gcsj .bd li .gcsj-text::-webkit-scrollbar-button:horizontal:start{background-position:0 -11px;}
.sjgx-gcsj .bd li .gcsj-text::-webkit-scrollbar-button:horizontal:start:hover{background-position:-10px -11px;}
.sjgx-gcsj .bd li .gcsj-text::-webkit-scrollbar-button:horizontal:start:active{background-position:-19px -11px;}
.sjgx-gcsj .bd li .gcsj-text::-webkit-scrollbar-button:horizontal:end{background-position:-30px -11px;}
.sjgx-gcsj .bd li .gcsj-text::-webkit-scrollbar-button:horizontal:end:hover{background-position:-40px -11px;}
.sjgx-gcsj .bd li .gcsj-text::-webkit-scrollbar-button:horizontal:end:active{background-position:-50px -11px;}
.sjgx-gcsj .bd li .gcsj-text::-webkit-scrollbar-track-piece{background-color: transparent;}
.sjgx-gcsj .bd li .gcsj-text::-webkit-scrollbar-thumb{border:0px solid rgba(0,0,0,.21);background-color:#87ADDE; border-radius: 5px;}
/* 数据共享end */

/* 网站地图 */
.wzdt-list {position: relative;width: 100%;}
.wzdt-list .wzdt-item {width: 100%;}
.wzdt-list .wzdt-item h3 {display: block;width: 100%;border-bottom: 3px solid #1D60A7;margin: 20px 0 10px 0;line-height: 46px;font-size: 24px;}
.wzdt-list .wzdt-item a {display: inline-block;padding: 5px 20px;margin: 5px;color: #1D60A7;background: #E5ECF4;border-radius: 10px;}
/* 网站地图end */

/* 专题页面 */
.ztitem-index-content {padding-bottom: 20px;background: #ffffff;}
.ztlist-index-content {margin-top: 20px;background: #ffffff;width:1240px;padding:20px;}
.ztlist-dy {padding: 20px;background: #F0F0F0;}
.ztlist-dy h3 {margin: 0;font-size: 26px;line-height: 50px;display: inline-block;width: auto;padding: 0 20px;color: #ffffff;}
.ztlist-dy h3 span {display: inline-block;width: 7px;height: 20px;margin-right: 10px;background: #ffffff;}
.ztlist-dy p {font-size: 18px;line-height: 36px;padding: 20px 0 10px;}

.ztlist-roll-list {margin-top: 30px;width: 100%;}
.ztlist-lsit-title {width: 100%;height: 60px;position: relative;margin-bottom: 20px;}
.ztlist-lsit-title h3 {font-size: 26px;font-weight: 600;line-height: 60px;padding-left: 20px;margin: 0;}
.ztlist-lsit-title h3 span {display: inline-block;width: 20px;height: 20px;border-left-width: 15px;border-top-width: 10px;border-bottom-width: 10px;border-color: transparent;border-style: solid;border-right-width: 0px;}

.ztlist-roll{ width: 580px;height:380px;overflow:hidden; position:relative; }
.ztlist-roll .hd{ height:15px; overflow:hidden; position:absolute; right:0px; bottom:20px; z-index:1; }
.ztlist-roll .hd ul{ overflow:hidden; float:left;  }
.ztlist-roll .hd ul li{ float:left; margin-right:10px; width:15px; height:15px; background: #9E9E9C; cursor:pointer;border-radius: 15px; }
.ztlist-roll .hd ul li.on{ background: #ffffff; color:#fff; width: 30px;}
.ztlist-roll .bd{ position:relative; height:100%; z-index:0; }
.ztlist-roll .bd ul { position:relative; height:100%; }
.ztlist-roll .bd li{ height:100%; vertical-align:middle; position: relative;}
.ztlist-roll .bd p {position: absolute;display: block;bottom: 0;width: 100%;overflow: hidden;background-color: rgba(0,0,0,.6);}
.ztlist-roll .bd p a {display: block;width: calc(100% - 260px);font-size: 16px;line-height: 45px;padding-left: 20px;color: #FFFFFF;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.ztlist-roll .bd img{ width:100%; height:100%; display:block; object-fit: cover;}
.ztlist-roll-text {width: 580px;height:380px;overflow: hidden;position:relative;}
.ztlist-roll-text a {display: block;width: 100%;border-bottom: 1px dashed #dddddd;line-height: 47px;height: 47px;padding-left: 20px;font-size: 18px;}

.ztlist-common-list {margin-top: 30px;}
.ztlist-common-list li{ height:36px; line-height:36px; width: 580px;display: inline-block;position: relative;}
.ztlist-common-list li:nth-child(even) {margin-left: 32px;}
.ztlist-common-list li .date{ float:right; color:#999;font-size: 14px; }
.ztlist-common-list li a {position: relative;padding-left: 20px;display: inline-block;font-size: 16px;max-width: calc(100% - 100px);overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.ztlist-common-list li a:after {content: '';position: absolute;width: 5px;height: 5px;border-radius: 50%;top: 19px;left: 0;background-color: #bababa;}
.ztlist-common-list li:first-of-type {margin-top: 10px;}
/* 专题页面end */

/* 分页 */
.list-crumb {width: 100%;}
.list-crumb ul li {float: left;font-size: 18px;}
.list-crumb ul li:first-of-type {background: url(../images/crumb.png) no-repeat left center;padding-left: 30px;}
.list-crumb ul li:nth-child(2) a {color: #1D60A7;}
.list-crumb ul li span {padding: 0 5px;}

.list-menu {width: 100%;}
.list-menu .list-left {width: 270px;background: #FAFAFA;margin-top: 20px;padding: 15px;max-height: 900px;overflow-y: scroll;}
.list-menu .list-right {width: 900px;}
.list-menu .list-left a {display: block;line-height: 36px;border-bottom: 1px dashed #1D60A7;}
.list-menu .list-left .list-active {background: #E5ECF4;color: #1D60A7;}

.list-menu .list-left{overflow: auto !important;}
.list-menu .list-left::-webkit-scrollbar{width:3px;height:9px;background:#E9F5FF;border-radius: 0;}
.list-menu .list-left::-webkit-scrollbar-button{width:3px;height:0px;}
.list-menu .list-left::-webkit-scrollbar-button:vertical:start{background-position:0 0;}
.list-menu .list-left::-webkit-scrollbar-button:vertical:start:hover{background-position:-10px 0;}
.list-menu .list-left::-webkit-scrollbar-button:vertical:start:active{background-position:-20px 0;}
.list-menu .list-left::-webkit-scrollbar-button:vertical:end{background-position:-30px 0;}
.list-menu .list-left::-webkit-scrollbar-button:vertical:end:hover{background-position:-40px 0;}
.list-menu .list-left::-webkit-scrollbar-button:vertical:end:active{background-position:-50px 0;}
.list-menu .list-left::-webkit-scrollbar-button:horizontal:start{background-position:0 -11px;}
.list-menu .list-left::-webkit-scrollbar-button:horizontal:start:hover{background-position:-10px -11px;}
.list-menu .list-left::-webkit-scrollbar-button:horizontal:start:active{background-position:-19px -11px;}
.list-menu .list-left::-webkit-scrollbar-button:horizontal:end{background-position:-30px -11px;}
.list-menu .list-left::-webkit-scrollbar-button:horizontal:end:hover{background-position:-40px -11px;}
.list-menu .list-left::-webkit-scrollbar-button:horizontal:end:active{background-position:-50px -11px;}
.list-menu .list-left::-webkit-scrollbar-track-piece{background-color: transparent;}
.list-menu .list-left::-webkit-scrollbar-thumb{border:0px solid rgba(0,0,0,.21);background-color:#87ADDE; border-radius: 5px;}

.list-title {position: relative;width: 100%;height: 46px;font-size: 24px;border-bottom: 2px solid #1D60A7;margin: 20px 0 10px;}
.list-title h3 {display: inline-block;margin: 0;padding: 0 50px;color: white;line-height: 46px;background: #1D60A7;}
.list-wrapper {width: 100%;}
.list-wrapper>ul>li {position: relative;width: 100%;line-height: 46px;border-bottom: 1px dashed #CECECE;}
.list-wrapper>ul>li span {position: absolute;display: block;top: 0;right: 0;color: #888;font-size: 14px;}
.list-wrapper nav {margin-top: 30px;padding-top: 20px;border-top: 3px solid #1D60A7;}
.list-wrapper .pagination>.active>a,
.list-wrapper .pagination>.active>a:focus,
.list-wrapper .pagination>.active>a:hover,
.list-wrapper .pagination>.active>span,
.list-wrapper .pagination>.active>span:focus,
.list-wrapper .pagination>.active>span:hover {background-color: #1D60A7;border-color: #1D60A7;}
.list-wrapper .jumpToSel input:last-child {background: #1D60A7;}

.list-img-wrapper>ul:after {content: "";display: block;clear: both;}
.list-img-wrapper>ul>nav {display: block;clear: both;}
.list-img-wrapper>ul>li {width: 300px;float: left;padding: 10px;border: 0;}
.list-img-wrapper>ul>li>a {display: block;width: 100%;}
.list-img-wrapper>ul>li>a>img {width: 100%;height: 190px;object-fit: contain;background: #f2f2f2;}
.list-img-wrapper>ul>li>a>p {width: 100%;line-height: 36px;}

.list-boss-wrapper>ul>li {width: 100%;margin-bottom: 20px;border: 0;}
.list-boss-wrapper>ul>li a {display: block;width: 100%;height: 180px;}
.list-boss-wrapper>ul>li a>.float-left {width: 130px;}
.list-boss-wrapper>ul>li a>.float-right {width: calc(100% - 160px);}
.list-boss-wrapper>ul>li a img {height: 180px;width: 130px;object-fit: cover;}

.list-wrapper>.wsdc-list>li>span {position: absolute;display: block;top: 0;right: 100px;color: #888;font-size: 14px;}
.list-wrapper>.wsdc-list>li>span.blue {color: #1D60A7;}
.list-wrapper>.wsdc-list>li>span.date {right: 0;}
.wsdc-list-nav {margin-top: 30px;padding-top: 20px;border-top: 3px solid #1D60A7;}
.wsdc-list-nav .pagination>.active>a,
.wsdc-list-nav .pagination>.active>a:focus,
.wsdc-list-nav .pagination>.active>a:hover,
.wsdc-list-nav .pagination>.active>span,
.wsdc-list-nav .pagination>.active>span:focus,
.wsdc-list-nav .pagination>.active>span:hover {background-color: #1D60A7;border-color: #1D60A7;}
.wsdc-list-nav .jumpToSel input:last-child {background: #1D60A7;}

.seismic-list-btn {width: 100%;height: 40px;line-height: 30px;background: #EEE;}
.seismic-list-btn span {cursor: pointer;display: inline-block;padding: 0 10px;margin: 0 10px;}
.seismic-list-btn span.active {background: #1D60A7;color: #fff;border-radius: 5px;}

/** 专题分页 **/
.ztlist-page-title {position: relative;width: 100%;margin-top: 20px;}
.ztlist-page-title .info {position: relative;width: 100%;border: 1px solid #ddd;padding: 15px 29px;}
.ztlist-page-title .info:after {content: "";display: block;clear: both;}
.ztlist-page-title .info p {display: block;height: 50px;line-height: 50px;width: 380px;float: left;font-size: 16px;color: #888;}

.ztlist-page-list {width: 100%;margin-top: 10px;border-top: 5px solid #1D60A7;}
.ztlist-page-list>ul>li{height:46px;line-height:46px;width: 100%;display: block;position: relative;border: 0;}
.ztlist-page-list>ul>li a {position: relative;padding-left: 20px;display: inline-block;font-size: 16px;max-width: calc(100% - 100px);overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.ztlist-page-list>ul>li a:after {content: '';position: absolute;width: 5px;height: 5px;border-radius: 50%;top: calc(50% - 2.5px);left: 0;background-color: #bababa;}
.ztlist-page-list>ul>li .date {position: absolute;top: 0;right: 0;}
.ztlist-page-list>ul>nav {margin-top: 10px;}

/* 分页end */

/* 详情页 */
.cms-article-box {width: 100%;}
.cms-article-box:after {content: "";display: block;clear: both;}
.article-detail {width: 100%;padding: 1rem;word-wrap:break-word;text-align:justify; text-justify:inter-ideograph;font-size: 21px;}
.article-detail img {max-width: 100% !important;}
.article-detail table {max-width: 1200px;margin: 0 auto;}
.cms-article-tit {text-align: center;font-size: 29px;line-height: 1em;font-family: "宋体",'方正小标宋_GBK';margin: 50px 0 30px 0;color: #000;font-weight: 600;}
.cms-article-stit {text-align: center;font-size: 20px;}
.cms-article-xinxi {position: relative;width: 100%;height: 50px;border-bottom: 1px solid #DDD;line-height: 50px;color: #888;font-size: 14px;}
.cms-article-xinxi>span {padding: 0 5px;}
.article-detail p {
    font-size:16pt;
    line-height:28pt;
    color:#333;
    font-family:'宋体';
    min-height:30px;
    word-wrap:break-word;
    text-align: justify;
    text-justify:inter-ideograph;
}

/* 老数据样式 */
.article-detail-before img {max-width: 850px !important;}
.article-detail-before p,
.article-detail-before span {font-size: inherit !important;line-height: 2em;font-family: "宋体","仿宋_GB2312";}

.d_setting {position: absolute;width: 170px;height: 50px;top: 0;right: 200px;}
.article-share {position: absolute;width: 200px;height: 50px;top: 0;right: 0;padding: 10px 0 10px 50px;}
.article-share:before {content: "分享:";position: absolute;width: 50px;height: 50px;line-height: 50px;top: 0;left: 0;}
.article-share-btn {display: inline-block;width: 30px;height: 30px;background-position: center;background-repeat: no-repeat;background-color: #fafafa;border-radius: 50%;-webkit-transition: all 1s ease;-moz-transition: all 1s ease;-o-transition: all 1s ease;transition: all 1s ease;}
.article-share-btn:hover {background-color: #dedede;}
.article-weixin {background-image: url(/static/share/img/article_weixin.png);}
.article-tsina {background-image: url(/static/share/img/article_tsina.png);}
.article-qzone {background-image: url(/static/share/img/article_qzone.png);}
.article-douban {background-image: url(/static/share/img/article_douban.png);}

#wxcode {position: fixed;top: 50%;left: 50%;border: 1px solid #ddd;padding: 50px 20px 20px;transform: translate(-50%,-50%);background: white;z-index: 99;display: none;}
#wxcode:before {content: "分享到微信";position: absolute;top: 10px;left: 20px;width: 200px;height: 30px;font-size: 22px;line-height: 30px;}
#wxcode:after {content: "用微信“扫一扫”，点击右上角分享按钮即可将网页分享给您的微信好友或朋友圈。";display: block;width: 200px;font-size: 12px;line-height: 16px;}
#wxcode span {position: absolute;top: 0;right: 0;display: block;width: 30px;height: 30px;text-align: center;line-height: 30px;cursor: pointer;font-size: 26px;}

#mediaplayer {margin: 20px auto;}
.zw-Videos{display: block;margin: 0 auto;width: 700px;height: 450px;}
/* 详情页end */



.fixed-table-body::-webkit-scrollbar{width:5px !important;height:9px !important;background:#E9F5FF !important;border-radius: 0 !important;}
.fixed-table-body::-webkit-scrollbar-button{width:5px !important;height:0px;}
.fixed-table-body::-webkit-scrollbar-track-piece{background-color: transparent;}
.fixed-table-body::-webkit-scrollbar-thumb{border:0px solid rgba(0,0,0,.21);background-color:#87ADDE !important; border-radius: 5px;}



/*头部特殊样式套红begin*/
#TopBox #TopBg{display: flex;justify-content: center;align-items: center;}
#TopBox #TopBg img{display: block;max-width: 100%;}
/*头部特殊样式套红end*/这个