html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 62.5%;
  font: inherit;
  font-family: "Microsoft YaHei,微软雅黑";
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

/*主题置红*/
/*html {-webkit-filter:  hue-rotate(120deg);-moz-filter: hue-rotate(120deg);-ms-filter: hue-rotate(120deg);-o-filter:hue-rotate(120deg);filter:hue-rotate(120deg);}*/
/*主题置灰*/
/*html {-webkit-filter: grayscale(100%);-moz-filter: grayscale(100%);-ms-filter: grayscale(100%);-o-filter: grayscale(100%);filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);_filter:none;}*/
ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

table td {
  empty-cells: show;
}

a, a:hover, :hover, a:visited, a:link {
  list-style: none;
  text-decoration: none;
}

html, body {
  font-size: 14px;
}

/*清除浮动*/
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

/*box-sizing*/
*, *::before, *::after {
  box-sizing: border-box;
}

input, textarea {
  outline: none;
}

body {
  color: #333333;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

img {
  vertical-align: middle;
}

.t4_l {
  float: left;
}

.t4_r {
  float: right;
}

.t4_border {
  border: 1px solid #edeef0;
  border-top: none;
}

.t4_border1 {
  border: 1px solid #edeef0;
}

input, button, textarea {
  outline: none;
}

/* 首页 */
.t4_top {
  height: 76px;
  line-height: 73px;
  background: #145085;
}

#topMenu .t4_menus {
  padding-left: 10px;
}

/*#topMenu .t4_menus { padding-left: 100px; }*/
.t4_menus>ul>li {
  float: left;
  padding: 0 10px;
  text-align: center;
  position: relative;
  display: block;
  margin: 0 12px;
  color: #fff;
  font-size: 16px;
}

.t4_menus>ul>li>a {
  padding: 0 10px;
  color: #fff;
  display: block;
  font-size: 16px;
}

.t4_menus>ul>li>a:hover {
  padding: 0 10px;
  color: #198ef8;
  border-bottom: 3px solid #1886eb;
}

.t4_menus>ul>li i {
  width: 0;
  height: 0;
  vertical-align: middle;
  border-top: 4px dashed;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  margin-left: 8px;
  position: absolute;
  top: 35px;
}

.t4_menus>ul>li.current a {
  color: #198ef8;
  vertical-align: top;
}

.t4_menus>ul>li.current {
  border-bottom: 3px solid #1886eb;
}

.t4_menus>ul>li.index_css {
  padding: 0 3px!important;
}

.t4_menus>ul>li.index_css a {
  color: #fff;
  padding: 0 3px!important;
}

.t4_menus>ul>li.t4_hover a {
  color: #fff;
  padding: 0 3px!important;
}

.t4_menus>ul>li.t4_hover>a:hover {
  padding: 0 3px!important;
}

.t4_menus>ul>li.t4_hover {
  padding: 0 3px!important;
  border-bottom: 3px solid #fff;
}

.t4_menus ul li ul.t4_sub_menus {
  display: none;
  position: absolute;
  z-index: 999;
  background: #fff;
  right: -10px;
  top: 75px;
}

.t4_menus ul li:hover ul.t4_sub_menus {
  display: block;
}

.t4_menus ul li ul.t4_sub_menus {
  width: 110px;
  border: 1px solid #e3e4e6;
}

.t4_menus ul li ul.t4_sub_menus li {
  text-align: center;
  height: 36px;
  line-height: 36px;
  border-bottom: 1px solid #e3e4e6;
  display: block;
}

.t4_menus ul li ul.t4_sub_menus li a {
  color: #666;
  font-size: 14px;
  display: block;
}

.t4_menus ul li ul.t4_sub_menus li:hover {
  background: #e3e4e6;
}

.login-box {
  float: right;
  display: block;
  position: relative;
  padding: 27.5px 0;
}

.login-box .icon-login {
  display: block;
  width: 17px;
  height: 20px;
  background: url(../images/icon_personal-list.png) no-repeat;
  cursor: pointer;
}

.login-box .btn-box {
  position: absolute;
  bottom: -55px;
  left: -25px;
  min-width: 74px;
  border: 1px solid #EDEEF0;
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  display: none;
}

.login-box .btn-box a {
  display: block;
  height: 32px;
  line-height: 30px;
  text-align: center;
  background: #fff;
  color: #666;
}

.login-box .btn-box a:hover {
  color: #198ef8;
}

.login-box .btn-box::before {
  content: '';
  position: absolute;
  top: -8px;
  left: 50%;
  display: block;
  width: 0;
  height: 0;
  border-width: 0px 5px 8px;
  border-style: none solid solid;
  border-color: transparent transparent #fff;
  -webkit-transform: translate(-8px, 0);
  transform: translate(-8px, 0);
}

.login-box:hover .icon-login {
  background-position: 0 -22px;
}

.login-box:hover .btn-box {
  display: block;
}

/* 首页-搜索块 */
/*.t4_banner_bg { width: 100%; height: 437px; line-height: 437px; background: url(../images/header-bg-P.jpg) no-repeat; background-size: 100% 100%; clear: both; }*/
.t4_banner_bg {
  width: 100%;
  height: 437px;
  line-height: 437px;
  background-size: 100% 100%;
  clear: both;
  color: rgb(51,51,51);
  border-color: rgb(51,51,51)
}

.t4_search {
  width: 1022px;
  height: 258px;
  background: url('../images/search_bg.png') center 122px no-repeat;
  margin: 0 auto;
}

.t4_search p {
  padding: 158px 0 0 27px;
}

.t4_search input {
  width: 700px;
  height: 50px;
  line-height: 50px;
  background: #fff;
  border: 1px solid #fff;
  color: #999;
  text-indent: 15px;
  float: left;
}

.t4_search input:hover {
  width: 700px;
  height: 50px;
  border: 1px solid #e0e1e5;
}

.t4_search input:focus {
  width: 700px;
  height: 50px;
  border: 1px solid #198ef8;
}

.t4_search span, .t4_search button {
  width: 120px;
  height: 50px;
  line-height: 50px;
  background: #198ef8;
  float: left;
  display: block;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
}

.t4_search span:hover, .t4_search button:hover {
  background: #47a5f9;
}

.t4_search span:active, .t4_search button:active {
  background: #146fc4;
}

.t4_search span img {
  padding: 0 8px 0 33px;
}

.t4_search button {
  margin: 0 0 0 8px;
  border: none;
}

.t4_search ul {
  margin: 0 0 0 37px;
  clear: both;
}

.t4_search ul li {
  padding: 0 10px;
  height: 18px;
  line-height: 18px;
  color: #fff;
  float: left;
  cursor: pointer;
  text-align: center;
  margin: 5px 15px 0 0;
}

.t4_search ul li.current {
  color: #fff;
  background: #fac05e;
}

.t4_search_no {
  width: 1015px;
  margin: 0 auto;
  padding-left: 3px;
  position: relative;
  top: 10px;
}

.t4_search_no ul {
  position: absolute;
  top: -7px;
}

.t4_search_no ul li {
  width: 144px;
  height: 72px;
  line-height: 72px;
  float: left;
}

.t4_search_no ul li p {
  line-height: 23px;
  padding: 0 0 0 20px;
  color: #fff;
}

.t4_search_no ul li p.t4_no01 {
  position: relative;
  padding-top: 12px;
}

/*.t4_search_no ul li p.t4_no01 span { padding: 0 5px; height: 15px; line-height: 15px; color: #fff; background: #ee6352; border-radius: 10px; font-size: 12px; position: absolute; top: 9px; }*/
.t4_search_no ul li p.t4_no01 span {
  padding: 0 5px;
  height: 15px;
  line-height: 15px;
  color: #fff;
  background: #ee6352;
  border-radius: 10px;
  font-size: 12px;
  position: absolute;
  top: 9px;
}

.t4_search_no ul li p.t4_no02 span {
  font-weight: bold;
  padding: 0 4px 0 0;
}

/*.t4_search_no ul li a p.t4_no01 { color: #bde5ff; }*/
.t4_search_no ul li a p.t4_no01 {
  color: rgb(222, 222, 222);
  border-color: rgb(222, 222, 222);
}

.t4_search_no ul li:hover {
  background: rgba(255,255,255,0.1);
}

/* 子页搜索 */
.t4_sub_banner_bg {
  background: none;
}

/* 首页-格式分类 */
.t4_18 {
  font-size: 18px;
  font-weight: bold;
}

.t4_gsfl {
  padding: 60px 0;
}

.t4_gsfl_t {
  padding-bottom: 23px;
}

.t4_gsfl_t img {
  padding-right: 8px;
}

.t4_gsfl_t span {
  font-size: 14px;
  font-weight: normal;
  color: #999;
}

.t4_more {
  cursor: pointer;
}

.t4_more i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #b6b6b6;
  display: inline-block;
  margin: 0 3px 0 0;
}

.t4_gsfl ul {
  height: 150px;
  box-sizing: content-box;
}

.t4_gsfl ul li {
  width: 147px;
  height: 150px;
  float: left;
  display: block;
  border: 1px solid #edeef0;
  cursor: pointer;
  border-left: none;
}

.t4_gsfl ul li a {
  width: 80px;
  height: 100px;
  background: url('../images/gsfl_bg.png') center no-repeat;
  display: block;
  margin: 25px auto;
}

.t4_gsfl ul li a p {
  margin: 11px 0 0 10px;
  color: #333;
}

.t4_gsfl ul li a p.t4_green {
  color: #198ef8;
  font-weight: bold;
  padding: 12px 0 0 0;
}

.t4_gsfl ul li a p.t4_yellow {
  color: #fac05e;
  font-weight: bold;
  padding: 12px 0 0 0;
}

.t4_gsfl ul li a p.t4_other {
  color: #888;
  font-weight: bold;
  padding: 12px 0 0 0;
}

.t4_gsfl ul li a p.t4_bfb_bg {
  background: #d4d5d6;
  height: 25px;
  line-height: 25px;
  font-size: 12px;
  color: #fff;
  margin: 11px 0 0 0;
}

.t4_gsfl ul li a p span.t4_green_bg {
  width: 80%;
  display: inline-block;
  background: #198ef8;
  padding-left: 0px;
}

.t4_gsfl ul li a p span.t4_yellow_bg {
  width: 80%;
  display: inline-block;
  background: #fac05e;
  padding-left: 0px;
}

.t4_gsfl ul li a p span.t4_gray_bg {
  width: 10%;
  display: inline-block;
  background: #888;
  padding-left: 0px;
}

.t4_gsfl ul li:hover {
  background: #f7f8fa;
}

.t4_gsfl ul li.t4_li01 {
}

/* 首页-数据分类 */
.t4_sjfl {
  height: 525px;
  background: #f7f8fa;
  clear: both;
}

.t4_sjfl_cons {
  width: 147px;
  padding: 64px 0 0 0
}

.t4_ly_fl, .t4_ztcj_lists {
  width: 147px;
}

/*.t4_ly_fl li, .t4_ztcj_lists li { height: 66px; line-height: 66px; border-bottom: 1px solid #39546c; cursor: pointer; text-align: center; background: #072947; color: #fff; font-size: 14px; }*/
.t4_ly_fl li, .t4_ztcj_lists li {
  height: 66px;
  line-height: 66px;
  border-bottom: 1px solid #39546c;
  cursor: pointer;
  text-align: center;
  background: #072947;
  color: #fff;
  font-size: 14px;
  color: rgb(124, 124, 124);
  background-color: rgb(28, 28, 28);
  border-color: rgb(124, 124, 124) rgb(124, 124, 124) rgb(79, 79, 79);
}

.t4_ly_fl li.current, .t4_ztcj_lists li.current {
  background: #062139;
  color: #198ef8;
}

.t4_sjfl_tit {
  color: #fff;
  height: 66px;
  line-height: 66px;
  background: #198ef8;
  text-align: center;
}

.t4_sjfl_tit img {
  padding: 0 10px 0 0;
}

.t4_sjfl_cons .t4_r {
  width: 1014px;
  height: 398px;
  border: 1px solid #edeef0;
  background: #fff;
}

.t4_sjfl_cons .t4_r ul {
  box-sizing: border-box;
  margin: 24px 16px 24px 16px;
}

.t4_sjfl_cons .t4_r ul li {
  width: 147px;
  height: 106px;
  border: 1px solid #edeef0;
  position: relative;
  float: left;
  margin: 0 8px 16px 8px;
  text-align: center;
  cursor: pointer;
}

.t4_sjfl_cons .t4_r ul li i {
  display: block;
  margin: 0 auto;
}

/* 首页-数据分类-领域图标 */
.t4_sjfl_cons .t4_ly_icons li.t4_li01 i {
  width: 50px;
  height: 60px;
  background: url('../images/sjfl_icon01.png') center 25px no-repeat;
  margin-bottom: 15px;
}

.t4_sjfl_cons .t4_ly_icons li.t4_li02 i {
  width: 50px;
  height: 60px;
  background: url('../images/sjfl_icon02.png') center 27px no-repeat;
  margin-bottom: 15px;
}

.t4_sjfl_cons .t4_ly_icons li.t4_li03 i {
  width: 50px;
  height: 63px;
  background: url('../images/sjfl_icon03.png') center 21px no-repeat;
  margin-bottom: 12px;
}

.t4_sjfl_cons .t4_ly_icons li.t4_li04 i {
  width: 50px;
  height: 64px;
  background: url('../images/sjfl_icon04.png') center 21px no-repeat;
  margin-bottom: 10px;
}

.t4_sjfl_cons .t4_ly_icons li.t4_li05 i {
  width: 50px;
  height: 66px;
  background: url('../images/sjfl_icon05.png') center 19px no-repeat;
  margin-bottom: 9px;
}

.t4_sjfl_cons .t4_ly_icons li.t4_li06 i {
  width: 50px;
  height: 65px;
  background: url('../images/sjfl_icon06.png') center 20px no-repeat;
  margin-bottom: 10px;
}

.t4_sjfl_cons .t4_ly_icons li.t4_li07 i {
  width: 50px;
  height: 63px;
  background: url('../images/sjfl_icon07.png') center 23px no-repeat;
  margin-bottom: 13px;
}

.t4_sjfl_cons .t4_ly_icons li.t4_li08 i {
  width: 50px;
  height: 61px;
  background: url('../images/sjfl_icon08.png') center 24px no-repeat;
  margin-bottom: 15px;
}

.t4_sjfl_cons .t4_ly_icons li.t4_li09 i {
  width: 50px;
  height: 64px;
  background: url('../images/sjfl_icon09.png') center 20px no-repeat;
  margin-bottom: 11px;
}

.t4_sjfl_cons .t4_ly_icons li.t4_li10 i {
  width: 50px;
  height: 66px;
  background: url('../images/sjfl_icon10.png') center 20px no-repeat;
  margin-bottom: 10px;
}

.t4_sjfl_cons .t4_ly_icons li.t4_li11 i {
  width: 50px;
  height: 60px;
  background: url('../images/sjfl_icon11.png') center 24px no-repeat;
  margin-bottom: 15px;
}

.t4_sjfl_cons .t4_ly_icons li.t4_li12 i {
  width: 50px;
  height: 65px;
  background: url('../images/sjfl_icon12.png') center 19px no-repeat;
  margin-bottom: 10px;
}

.t4_sjfl_cons .t4_ly_icons li.t4_li13 i {
  width: 50px;
  height: 66px;
  background: url('../images/sjfl_icon13.png') center 19px no-repeat;
  margin-bottom: 9px;
}

.t4_sjfl_cons .t4_ly_icons li.t4_li14 i {
  width: 50px;
  height: 67px;
  background: url('../images/sjfl_icon14.png') center 17px no-repeat;
  margin-bottom: 8px;
}

/* 首页-数据分类-行业图标 */
.t4_sjfl_cons .t4_hy_icons li.t4_li01 i {
  width: 50px;
  height: 68px;
  background: url('../images/hy_icon01.png') center 18px no-repeat;
  margin-bottom: 7px;
}

.t4_sjfl_cons .t4_hy_icons li.t4_li02 i {
  width: 50px;
  height: 68px;
  background: url('../images/hy_icon02.png') center 18px no-repeat;
  margin-bottom: 7px;
}

.t4_sjfl_cons .t4_hy_icons li.t4_li03 i {
  width: 50px;
  height: 68px;
  background: url('../images/hy_icon03.png') center 18px no-repeat;
  margin-bottom: 7px;
}

.t4_sjfl_cons .t4_hy_icons li.t4_li04 i {
  width: 50px;
  height: 68px;
  background: url('../images/hy_icon04.png') center 18px no-repeat;
  margin-bottom: 3px;
}

.t4_sjfl_cons .t4_hy_icons li.t4_li05 i {
  width: 50px;
  height: 68px;
  background: url('../images/hy_icon05.png') center 18px no-repeat;
  margin-bottom: 7px;
}

.t4_sjfl_cons .t4_hy_icons li.t4_li06 i {
  width: 50px;
  height: 64px;
  background: url('../images/hy_icon06.png') center 22px no-repeat;
  margin-bottom: 11px;
}

.t4_sjfl_cons .t4_hy_icons li.t4_li07 i {
  width: 50px;
  height: 61px;
  background: url('../images/hy_icon07.png') center 23px no-repeat;
  margin-bottom: 9px;
}

.t4_sjfl_cons .t4_hy_icons li.t4_li08 i {
  width: 50px;
  height: 68px;
  background: url('../images/hy_icon08.png') center 18px no-repeat;
  margin-bottom: 7px;
}

.t4_sjfl_cons .t4_hy_icons li.t4_li09 i {
  width: 50px;
  height: 60px;
  background: url('../images/hy_icon09.png') center 25px no-repeat;
  margin-bottom: 10px;
}

.t4_sjfl_cons .t4_hy_icons li.t4_li10 i {
  width: 50px;
  height: 60px;
  background: url('../images/hy_icon10.png') center 26px no-repeat;
  margin-bottom: 14px;
}

.t4_sjfl_cons .t4_hy_icons li.t4_li11 i {
  width: 50px;
  height: 65px;
  background: url('../images/hy_icon11.png') center 20px no-repeat;
  margin-bottom: 15px;
}

.t4_sjfl_cons .t4_hy_icons li.t4_li12 i {
  width: 50px;
  height: 66px;
  background: url('../images/hy_icon12.png') center 17px no-repeat;
  margin-bottom: 15px;
}

.t4_sjfl_cons .t4_hy_icons li.t4_li13 i {
  width: 50px;
  height: 67px;
  background: url('../images/hy_icon13.png') center 18px no-repeat;
  margin-bottom: 3px;
}

.t4_sjfl_cons .t4_hy_icons li.t4_li14 i {
  width: 50px;
  height: 64px;
  background: url('../images/hy_icon14.png') center 21px no-repeat;
  margin-bottom: 6px;
}

.t4_sjfl_cons .t4_hy_icons li.t4_li15 i {
  width: 50px;
  height: 65px;
  background: url('../images/hy_icon15.png') center 18px no-repeat;
  margin-bottom: 5px;
}

.t4_sjfl_cons .t4_hy_icons li.t4_li16 i {
  width: 50px;
  height: 60px;
  background: url('../images/sjfl_icon01.png') center 25px no-repeat;
  margin-bottom: 7px;
}

.t4_sjfl_cons .t4_hy_icons li.t4_li17 i {
  width: 50px;
  height: 65px;
  background: url('../images/hy_icon17.png') center 20px no-repeat;
  margin-bottom: 12px;
}

.t4_sjfl_cons .t4_hy_icons li.t4_li18 i {
  width: 50px;
  height: 65px;
  background: url('../images/hy_icon18.png') center 19px no-repeat;
  margin-bottom: 5px;
}

.t4_sjfl_cons .t4_hy_icons li.t4_li19 i {
  width: 50px;
  height: 67px;
  background: url('../images/hy_icon19.png') center 20px no-repeat;
  margin-bottom: 4px;
}

.t4_sjfl_cons .t4_hy_icons li.t4_li20 i {
  width: 50px;
  height: 65px;
  background: url('../images/hy_icon20.png') center 19px no-repeat;
  margin-bottom: 10px;
}

.t4_sjfl_cons .t4_hy_icons li.t4_li21 i {
  width: 50px;
  height: 65px;
  margin-bottom: 10px;
}

/* 首页-数据分类-主题图标 */
.t4_sjfl_cons .t4_zt_icons li.t4_li01 i {
  width: 50px;
  height: 65px;
  background: url('../images/zt_icon01.png') center 20px no-repeat;
  margin-bottom: 9px;
}

.t4_sjfl_cons .t4_zt_icons li.t4_li02 i {
  width: 50px;
  height: 62px;
  background: url('../images/zt_icon02.png') center 20px no-repeat;
  margin-bottom: 12px;
}

.t4_sjfl_cons .t4_zt_icons li.t4_li03 i {
  width: 50px;
  height: 66px;
  background: url('../images/zt_icon03.png') center 20px no-repeat;
  margin-bottom: 10px;
}

.t4_sjfl_cons .t4_zt_icons li.t4_li04 i {
  width: 50px;
  height: 65px;
  background: url('../images/zt_icon04.png') center 20px no-repeat;
  margin-bottom: 10px;
}

.t4_sjfl_cons .t4_zt_icons li.t4_li05 i {
  width: 50px;
  height: 66px;
  background: url('../images/zt_icon05.png') center 19px no-repeat;
  margin-bottom: 9px;
}

.t4_sjfl_cons .t4_zt_icons li.t4_li06 i {
  width: 50px;
  height: 65px;
  background: url('../images/zt_icon06.png') center 20px no-repeat;
  margin-bottom: 10px;
}

.t4_sjfl_cons .t4_zt_icons li.t4_li07 i {
  width: 50px;
  height: 64px;
  background: url('../images/zt_icon07.png') center 21px no-repeat;
  margin-bottom: 11px;
}

.t4_sjfl_cons .t4_zt_icons li.t4_li08 i {
  width: 50px;
  height: 66px;
  background: url('../images/zt_icon08.png') center 18px no-repeat;
  margin-bottom: 9px;
}

.t4_sjfl_cons .t4_zt_icons li.t4_li09 i {
  width: 50px;
  height: 60px;
  background: url('../images/zt_icon09.png') center 24px no-repeat;
  margin-bottom: 15px;
}

.t4_sjfl_cons .t4_zt_icons li.t4_li10 i {
  width: 50px;
  height: 66px;
  background: url('../images/zt_icon10.png') center 20px no-repeat;
  margin-bottom: 10px;
}

.t4_sjfl_cons .t4_zt_icons li.t4_li11 i {
  width: 50px;
  height: 64px;
  background: url('../images/zt_icon11.png') center 20px no-repeat;
  margin-bottom: 6px;
}

.t4_sjfl_cons .t4_zt_icons li.t4_li12 i {
  width: 50px;
  height: 64px;
  background: url('../images/zt_icon12.png') center 20px no-repeat;
  margin-bottom: 11px;
}

.t4_sjfl_cons .t4_zt_icons li.t4_li13 i {
  width: 50px;
  height: 64px;
  background: url('../images/zt_icon13.png') center 21px no-repeat;
  margin-bottom: 11px;
}

.t4_sjfl_cons .t4_zt_icons li.t4_li14 i {
  width: 50px;
  height: 63px;
  background: url('../images/zt_icon14.png') center 20px no-repeat;
  margin-bottom: 11px;
}

.t4_sjfl_cons .t4_zt_icons li.t4_li15 i {
  width: 50px;
  height: 65px;
  background: url('../images/zt_icon15.png') center 19px no-repeat;
  margin-bottom: 10px;
}

.t4_sjfl_cons .t4_zt_icons li.t4_li16 i {
  width: 50px;
  height: 65px;
  background: url('../images/zt_icon16.png') center 19px no-repeat;
  margin-bottom: 11px;
}

.t4_sjfl_cons .t4_zt_icons li.t4_li17 i {
  width: 50px;
  height: 66px;
  background: url('../images/zt_icon17.png') center 20px no-repeat;
  margin-bottom: 11px;
}

.t4_sjfl_cons .t4_zt_icons li.t4_li18 i {
  width: 50px;
  height: 66px;
  background: url('../images/zt_icon18.png') center 21px no-repeat;
  margin-bottom: 12px;
}

.t4_sjfl_cons .t4_zt_icons li.t4_li19 i {
  width: 50px;
  height: 63px;
  background: url('../images/zt_icon19.png') center 21px no-repeat;
  margin-bottom: 12px;
}

.t4_sjfl_cons .t4_zt_icons li.t4_li20 i {
  width: 50px;
  height: 65px;
  background: url('../images/zt_icon20.png') center 19px no-repeat;
  margin-bottom: 10px;
}

/* 首页-数据分类-主题图标 */
.t4_sjfl_cons .t4_fw_icons li.t4_li01 i {
  width: 50px;
  height: 66px;
  background: url('../images/zt_icon12.png') center 18px no-repeat;
  margin-bottom: 9px;
}

.t4_sjfl_cons .t4_fw_icons li.t4_li02 i {
  width: 50px;
  height: 66px;
  background: url('../images/fw_icon01.png') center 18px no-repeat;
  margin-bottom: 9px;
}

.t4_sjfl_cons .t4_fw_icons li.t4_li03 i {
  width: 50px;
  height: 65px;
  background: url('../images/fw_icon02.png') center 20px no-repeat;
  margin-bottom: 10px;
}

.t4_sjfl_cons .t4_fw_icons li.t4_li04 i {
  width: 50px;
  height: 67px;
  background: url('../images/fw_icon03.png') center 17px no-repeat;
  margin-bottom: 8px;
}

.t4_sjfl_cons .t4_fw_icons li.t4_li05 i {
  width: 50px;
  height: 64px;
  background: url('../images/fw_icon04.png') center 22px no-repeat;
  margin-bottom: 11px;
}

/* 首页-数据分类-区/部门 */
.t4_sjfl_cons .t4_r ul.t4_q li, .t4_sjfl_cons .t4_r ul.t4_bm li {
  width: 147px;
  height: 70px;
  line-height: 70px;
}

.t4_sjfl_cons .t4_r ul.t4_q li a, .t4_sjfl_cons .t4_r ul.t4_bm li a {
  color: #333;
  display: block;
}

.t4_sjfl_cons .t4_r ul.t4_q li a:hover {
  background: #198ef8;
  border: 1px solid #198ef8;
  color: #fff;
}

.t4_sjfl_cons .t4_r ul li div.t4_none {
  display: none;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.t4_sjfl_cons .t4_r ul li div.t4_none {
  background: #198ef8;
  height: 106px;
  border: 1px solid #198ef8;
  text-align: left;
  color: #fff;
}

.t4_sjfl_cons .t4_r ul li div.t4_none p {
  padding: 16px 0 0 16px;
}

.t4_sjfl_cons .t4_r ul li div.t4_none span {
  font-weight: bold;
  padding: 0 5px 0 0;
  display: inline-block;
}

.t4_sjfl_cons .t4_r ul li:hover div.t4_none {
  display: block;
}

.t4_subsjfl {
  display: none;
  height: 390px;
  overflow-y: auto;
  overflow-x: hidden;
}

.t4_sjfl_cons .t4_r ul.t4_bm {
  clear: both;
  overflow: hidden;
}

.t4_sjfl_cons .t4_r ul.t4_bm div.t4_block {
  position: relative;
  text-align: left;
}

.t4_sjfl_cons .t4_r ul.t4_b div.t4_block {
  text-align: center;
}

.t4_sjfl_cons .t4_r ul.t4_bm li div.t4_none p {
  padding: 5px 0 0 16px;
}

.t4_sjfl_cons .t4_r ul.t4_bm li {
  width: 180px;
}

.t4_sjfl_cons .t4_r ul.t4_bm li div.t4_none {
  height: 70px;
  line-height: 20px;
}

.t4_sjfl_cons .t4_r ul.t4_bm img {
  float: left;
  padding: 21px 4px 0 15px;
}

.t4_sjfl_cons .t4_r ul.t4_bm div.t4_block p {
  float: left;
  line-height: 70px;
}

.t4_sjfl_cons .t4_r ul.t4_bm div.t4_block p span {
  display: inline-block;
  vertical-align: middle;
  line-height: 20px;
}

.t4_sjfl_cons .t4_r ul.t4_b div.t4_block p {
  float: none;
}

/* 首页-专题场景 */
.t4_ztcj {
  width: 100%;
  clear: both;
  height: 548px;
  overflow: hidden;
  position: relative;
}

.t4_ztcj_cons {
}

.t4_ztcj_tit {
  height: 48px;
  line-height: 48px;
  padding: 0 0 0 16px;
  background: #fff;
  font-size: 18px;
  font-weight: bold;
  position: relative;
}

.t4_ztcj_tit img {
  padding: 0 6px 2px 0;
}

.t4_ztcj_bg {
  background: url('../images/ztcj_bg01.jpg') no-repeat center;
  background-size: 110% 110%;
  width: 100%;
  height: 548px;
  -webkit-transition: all .4s linear;
  transition: all .4s linear;
}

.t4_ztcj_bg li {
  width: 100%;
  height: 548px;
  -webkit-transition: all .4s linear;
  transition: all .4s linear;
}

.t4_ztcj_bg01 {
  background: url('../images/ztcj_bg01.jpg') no-repeat center;
  background-size: 120% 120%;
  width: 100%;
  height: 548px;
  -webkit-transition: all .4s linear;
  transition: all .4s linear;
}

.t4_ztcj_bg02 {
  background: url('../images/ztcj_bg02.jpg') no-repeat center;
  background-size: 120% 120%;
  width: 100%;
  height: 548px;
  -webkit-transition: all .4s linear;
  transition: all .4s linear;
}

.t4_ztcj_bg03 {
  background: url('../images/ztcj_bg03.jpg') no-repeat center;
  background-size: 120% 120%;
  width: 100%;
  height: 548px;
  -webkit-transition: all .4s linear;
  transition: all .4s linear;
}

.t4_ztcj_bg04 {
  background: url('../images/ztcj_bg04.jpg') no-repeat center;
  background-size: 120% 120%;
  width: 100%;
  height: 548px;
  -webkit-transition: all .4s linear;
  transition: all .4s linear;
}

.t4_ztcj_bg05 {
  background: url('../images/ztcj_bg05.jpg') no-repeat center;
  background-size: 120% 120%;
  width: 100%;
  height: 548px;
  -webkit-transition: all .4s linear;
  transition: all .4s linear;
}

.t4_ztcj_bg06 {
  background: url('../images/ztcj_bg06.jpg') no-repeat center;
  background-size: 120% 120%;
  width: 100%;
  height: 548px;
  -webkit-transition: all .4s linear;
  transition: all .4s linear;
}

.t4_ztcj_bg07 {
  background: url('../images/ztcj_bg02.jpg') no-repeat center;
  background-size: 120% 120%;
  width: 100%;
  height: 548px;
  -webkit-transition: all .4s linear;
  transition: all .4s linear;
}

.t4_ztcj_bg08 {
  background: url('../images/ztcj_bg05.jpg') no-repeat center;
  background-size: 120% 120%;
  width: 100%;
  height: 548px;
  -webkit-transition: all .4s linear;
  transition: all .4s linear;
}

.t4_ztcj_box {
  width: 897px;
}

.t4_tabs_cons {
  padding: 25px 45px 0 45px;
  display: none;
}

.t4_ztcj_box .t4_more {
  padding: 0 16px 0 0;
}

.t4_ztcj_lists li {
  height: 53px;
  line-height: 53px;
}

.t4_ztcj_lists p {
  height: 54px;
  line-height: 54px;
  background: #072947;
  text-align: center;
}

.t4_ztcj_lists p a {
  color: #fff;
  display: block;
}

.t4_ztcj_lists p a:hover {
  color: #198ef8;
}

.t4_ztcj_lists p span {
  width: 14px;
  height: 14px;
  background: url('../images/jt_zx.png') center no-repeat;
  vertical-align: middle;
  display: inline-block;
  margin: 0 0 3px 8px;
}

.t4_ztcj_lists p a:hover span {
  width: 14px;
  height: 14px;
  background: url('../images/jt_zx_h.png') center no-repeat;
}

.t4_tabs_box {
  width: 750px;
  height: 478px;
  background: rgba(0,0,0,0.3);
}

.t4_tabs_cons ul li {
  float: left;
  width: 48px;
  text-align: center;
  margin: 0 48px 0 0;
}

.t4_tabs_cons ul li p {
  padding: 0 0 8px 0;
}

.t4_tabs_cons ul li a {
  font-size: 12px;
  color: #fff;
}

.t4_tabs_cons h1 {
  font-weight: bold;
  color: #fff;
  font-size: 18px;
  padding: 0 0 25px 0;
}

.t4_tabs_cons p {
  color: #fff;
  line-height: 28px;
}

.t4_tabs_cons .t4_line {
  width: 100%;
  border-bottom: 1px dashed #fff;
  margin: 48px 0 15px 0;
}

.t4_ztcj_cons {
  width: 100%;
  height: 420px;
  position: absolute;
  z-index: 999;
  top: 66px;
  left: 50%;
  margin-left: -590px!important;
}

.t4_no_sz {
  width: 260px;
  height: 524px;
  background: #fff;
}

.t4_no_sz .t4_no_sz_jl {
  padding: 0 16px 16px;
}

.t4_no_sz h1 {
  font-weight: bold;
  color: #333;
  padding: 16px 0 0 0;
  font-size: 15px
}

.t4_no_sz p.t4_no {
  font-size: 12px;
  color: #b6b6b6;
  padding: 8px 0 15px 0;
}

.t4_no_sz p.t4_details {
  line-height: 23px;
  color: #b6b6b6;
  font-size: 12px;
}

.t4_tabs_cons p.t4_ck {
  width: 83px;
  height: 28px;
  line-height: 26px;
  border: 1px solid #fff;
  color: #fff;
  text-align: center;
  font-size: 12px;
  cursor: pointer;
  margin-top: 16px;
}

.t4_tabs_cons p.t4_ck:hover {
  width: 83px;
  height: 28px;
  border: 1px solid #47a5f9;
  background: #47a5f9;
  color: #fff;
}

.t4_tabs_cons p.t4_ck:active {
  width: 83px;
  height: 28px;
  border: 1px solid #146fc4;
  background: #146fc4;
  color: #fff;
}

.t4_no_sz p.t4_ck {
  width: 83px;
  height: 28px;
  line-height: 26px;
  border: 1px solid #999;
  color: #333;
  text-align: center;
  font-size: 12px;
  cursor: pointer;
  position: absolute;
  bottom: 16px;
}

.t4_no_sz p.t4_ck:hover {
  border: 1px solid #47a5f9;
  background: #ecf6fe;
  color: #47a5f9;
}

.t4_no_sz p.t4_ck:active {
  border: 1px solid #2c89f3;
  background: #e5f3fb;
  color: #198ef8;
}

/* 首页-建议反馈 */
.t4_jyfk {
  clear: both;
  padding: 58px 0;
  position: relative;
}

.t4_fklb {
  padding: 37px 0 28px 0;
}

.t4_fklb span {
  padding-right: 21px;
}

.t4_fklb span.check i {
  width: 16px;
  height: 16px;
  background: url('../images/check.png') no-repeat center ;
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px 3px 0;
}

.t4_fklb span.check i.t4_dot {
  width: 16px;
  height: 16px;
  background: url('../images/checked.png') no-repeat center ;
  border-radius: 50%;
}

.t4_nrms label {
  vertical-align: top;
  margin: 15px 0 0 0;
}

.t4_nrms textarea {
  width: 574px;
  height: 114px;
  resize: none;
  border: 1px solid #d5d9dc;
  padding: 10px;
}

.t4_inps p {
  padding: 0 0 24px 0;
}

.t4_inps input {
  width: 405px;
  height: 43px;
  line-height: 43px;
  text-indent: 15px;
  border: 1px solid #d5d9dc;
}

.t4_btn {
  width: 134px;
  height: 34px;
  line-height: 34px;
  background: #198ef8;
  border: none;
  font-size: 12px;
  color: #fff;
  text-align: center;
  cursor: pointer;
  margin: 22px 0 0 75px;
}

.t4_btn:hover {
  background: #47a5f9;
}

.t4_btn:active {
  background: #146fc4;
}

.t4_w .toTop-box {
  position: absolute;
  bottom: 83px;
  right: -38px;
}

.t4_w .toTop {
  display: block;
  height: 40px;
  position: relative;
}

.t4_w .toTop .icon_toTop-P {
  display: block;
  width: 40px;
  height: 40px;
  background: url(../images/top.png) no-repeat;
  position: absolute;
  top: 50%!important;
  left: 50%;
}

/**右侧悬浮返回顶部样式*/
.actGotop {
  position: fixed;
  bottom: 7px;
  right: 21px;
  width: 40px;
  height: 40px;
  display: none;
  z-index: 9999
}

.actGotop a,.actGotop a:link {
  width: 150px;
  height: 195px;
  display: inline-block;
  background: url(../images/top.png) no-repeat;
  outline: none;
}

/* footer */
.t4_footer_menus {
  height: 60px;
  line-height: 60px;
  background: #24649d;
  clear: both;
}

/*.t4_footer_menus ul li { float: left; height: 13px; display: block }*/
.t4_footer_menus ul li {
  float: left;
  height: 13px;
}

.t4_footer_menus ul li i {
  display: inline-block;
  width: 2px;
  height: 15px;
  background: #2f4b65;
  margin: 0 75px;
  vertical-align: middle;
}

.t4_footer_menus ul li a {
  color: #fff;
}

.t4_footer_menus ul li a:hover {
  color: #1889f0;
}

.t4_footer_cons {
  height: 190px;
  background: #145085;
}

.t4_footer_cons .t4_l span {
  padding-right: 35px;
  color: #8394a3;
}

.t4_footer_cons .t4_r_pic {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  width: 450px;
}

.t4_footer_cons .t4_r_pic >div.erweima {
  margin: 0px 0px 0px 50px;
}

.t4_footer_cons .t4_w {
  padding-top: 35px;
}

.t4_footer_cons .t4_f_m {
  padding: 13px 0 23px 0;
  display: flex;
  align-items: center;
}

/*.t4_footer_cons img { padding-left: 20px; }*/
/* API */
/*.t4_banner { height: 204px; line-height: 204px; background: url('../images/sub_banner.png') no-repeat center; background-size: cover; }*/
.t4_banner {
  height: 204px;
  line-height: 204px;
  background-size: cover;
}

.t4_sub_search {
  width: 1180px;
  background: none;
}

.t4_sub_search p {
  padding: 73px 0 0 0;
}

.t4_sub_search ul {
  margin: 0;
}

.t4_sub_search input {
  width: 932px;
}

.t4_sub_search input:hover {
  width: 932px;
}

.t4_sub_search input:focus {
  width: 932px;
}

/*.t4_w { width: 1377px; margin: 0 0 0 172px; }*/
/*.t4_w { width: 1215px; margin: 0 0 0 172px; }*/
/*.t4_w { width: 1215px; margin: 0 auto; }*/
/*.t4_w { width: 1215px; margin: 0 auto; }*/
.t4_w {
  width: 1215px;
  margin: 0 auto;
}

/*.t4_top_w { width: 1180px; margin: 0 auto; }*/
.t4_top_w {
  width: 1195px;
  margin: 0 auto;
}

.t4_local {
  height: 45px;
  line-height: 45px;
  color: #666;
}

.t4_local a {
  color: #198ef8;
}

.t4_local img {
  padding: 0 4px 3px 0;
}

/* .t4_content{background:#f7f8fa;} */
/*弹窗位置偏移，加个高度*/
.t4_content {
  height: auto;
}

.t4_contents_top {
  position: relative;
  background: #f7f8fa;
  overflow: hidden;
  padding-bottom: 25px;
}

main section.bg_color {
  background-color: #fff;
  height: auto;
  padding: 65px 0;
}

.t4_map_sj {
  color: #333;
  position: absolute;
  right: 0;
  top: 14px;
}

.t4_map_sj img {
  padding: 0 8px 0 0;
}

.t4_l_nav {
  width: 280px;
}

.t4_l_cons {
  height: 510px;
}

.t4_r_sj {
  width: 882px;
  height: 1150px;
}

.t4_l_nav ul.t4_uls {
  width: 100%;
}

.t4_l_nav ul.t4_uls li {
  width: 70px;
  height: 45px;
  line-height: 45px;
  background: #198ef8;
  float: left;
  display: block;
  text-align: center;
  color: #fff;
  cursor: pointer;
}

.t4_l_nav ul.t4_uls li.active {
  background: #167dde;
  font-weight: bold;
}

.t4_sub_cons {
  height: 450px;
  overflow: auto;
  display: none;
}

.t4_nav_cons p.t4_r_h {
  margin: 10px 20px 0 0;
}

.t4_nav_cons .t4_r_h {
  float: right;
  color: #b6b6b6;
  font-size: 12px;
}

.t4_nav_cons {
  height: 465px;
  clear: both;
  position: relative;
  padding: 0 5px 5px 0;
  background: #fff;
}

.t4_nav_cons ul {
  clear: both;
  padding: 0 20px;
}

.t4_nav_cons ul li {
  line-height: 40px;
}

.t4_nav_cons ul li a {
  color: #333;
}

.t4_nav_cons ul li a:hover {
  color: #198ef8;
  text-decoration: underline;
}

.t4_l_nav .t4_nav_cons_b ul.t4_uls li {
  width: 140px;
}

.t4_nav_cons_b {
  padding-top: 16px;
}

.t4_r_sj {
  background: #fff;
}

.t4_r_top {
  height: 43px;
  line-height: 43px;
  padding: 0 25px;
  border-bottom: 1px solid #edeef0;
  font-size: 12px;
}

.t4_r_r ul li {
  width: 80px;
  height: 28px;
  float: left;
  color: #333;
  cursor: pointer;
  text-align: center;
}

.t4_r_r ul li.current {
  width: 80px;
  height: 28px;
  line-height: 28px;
  margin-top: 7px;
  background: #e8f3fe;
  color: #198ef8;
}

.t4_sjCons {
  display: none;
}

.t4_sjCons>div {
  border-bottom: 1px solid #edeef0;
  padding: 23px 0 13px 0;
  line-height: 20px;
}

.t4_r_top span {
  color: #198ef8;
}

.t4_r_sjCons {
  clear: both;
}

.t4_r_top i {
  width: 1px;
  height: 13px;
  background: #5d5d5d;
  display: inline-block;
  vertical-align: middle;
  margin: 0 8px;
}

.t4_sjCons h1 a {
  color: #198ef8;
  font-weight: bold;
  font-size: 18px;
}

.t4_sjCons h1 a:hover {
  color: #167dde;
}

.t4_sj_t {
  padding: 10px 0 15px 0;
}

.t4_sj_t span {
  padding: 0 22px 0 0;
  font-size: 12px;
  color: #666;
}

.t4_sj_b span {
  padding: 0 25px 0 0;
  font-size: 12px;
}

.t4_sj_b span, .t4_sj_b span a {
  color: #b6b6b6;
}

.t4_sj_b span img {
  padding: 0 8px 3px 0;
  vertical-align: middle;
}

.t4_sj_b span:hover, .t4_sj_b span a:hover {
  color: #fac05e;
  cursor: pointer;
}

/* 翻页 */
.t2_fanye {
  text-align: center
}

.t4_fanye {
  border: none!important;
  margin: 22px 0 0 0;
}

.t2_fanye a {
  display: inline-block;
  line-height: 28px;
  border: 1px #ddd solid;
  padding: 0px 10px;
  color: #666666;
  margin-right: 5px;
  transition: .4s
}

.t2_fanye .t2_fanye_left, .t2_fanye .t2_fanye_right {
  color: #b6b6b6;
}

.t2_fanye a:hover, .t2_fanye a.active {
  color: #fff;
  border: 1px #198ef8 solid;
  background-color: #198ef8;
  transition: .4s
}

/* 数据集页面 */
.t4_sjj_page {
}

.t4_sjj_page span {
  width: 39px;
  height: 16px;
  line-height: 16px;
  font-size: 12px;
  color: #fff;
  text-align: center;
  display: inline-block;
}

.t4_sjj_page span.t4_check01 {
  background: #dbd56e;
}

.t4_sjj_page span.t4_check02 {
  background: #dbd56e;
}

.t4_sjj_page span.t4_check03 {
  background: #dbd56e;
}

.t4_sjj_page span.t4_check04 {
  background: #dbd56e;
}

.t4_sjj_page span.t4_check05 {
  background: #dbd56e;
}

.t4_sjj_page span.t4_check06 {
  background: #dbd56e;
}

.t4_sjj_page span.t4_check07 {
  background: #dbd56e;
}

.t4_sjj_page span.t4_check08 {
  background: #dbd56e;
}

.t4_sjj_page i {
  width: 16px;
  height: 16px;
  border: 1px solid #d5d9dc;
  background: #fff;
}

/* 应用成果提交 */
.t4_yytj {
  width: 785px;
  margin: 30px auto;
}

.t4_yytj td {
  color: #333;
  padding: 18px 0;
}

.t4_yytj td .t4_red {
  color: #ee6352;
  padding: 0 4px 0 0;
}

.t4_yytj td.t4_yytj_word {
  width: 160px;
  text-align: right;
  padding: 0 5px 0 0;
}

input.t4_inp {
  width: 485px;
  height: 45px;
  border: 1px solid #d5d9dc;
  text-indent: 15px;
}

input.t4_yInp {
  width: 193px;
}

.t4_yytj_check,.t4_yyly_check {
  padding: 0;
}

.t4_yyly_check p {
  padding-bottom: 20px;
}

.t4_yyly_check p.t4_last {
  padding: 0;
}

.t4_yyly_check span {
  padding: 0 20px 0 0;
  display: inline-block;
}

.t4_yytj textarea {
  width: 485px;
  height: 185px;
  resize: none;
  border: 1px solid #d5d9dc;
  padding: 10px;
}

.t4_yytj td.t4_yzm img {
  padding: 0 4px 0 4px;
}

.t4_yytj td.t4_yzm span {
  color: #198ef8;
  cursor: pointer;
}

.t4_tj,.t4_cz {
  width: 210px;
  height: 40px;
  line-height: 40px;
  margin: 10px 0 0 0;
  color: #fff!important;
  font-size: 16px;
}

.t4_cz {
  background: none;
  height: 40px;
  line-height: 36px;
  border: 1px solid #198ef8;
  color: #198ef8!important;
  margin-left: 20px;
  cursor: pointer;
}

.t4_yytj td.t4_file {
  position: relative;
}

.t4_yytj td.t4_file span {
  width: 107px;
  height: 27px;
  line-height: 25px;
  color: #fff;
  text-align: center;
  display: inline-block;
  background: #fac05e;
}

.t4_yytj td.t4_file input {
  width: 69px;
  height: 27px;
  margin-left: 15px;
  opacity: 0;
  position: absolute;
  left: 0;
  filter: alpha(opacity=0);
}

/* 6.14添加 */
.t4_menus {
  padding: 0;
}

.cxds {
  float: left;
  padding: 4px 18px 0 16px;
  position: relative;
}

.cxds span {
  width: 74px;
  height: 22px;
  background: url('../images/cxds_bg.png') no-repeat;
  display: none;
  color: #1f286f;
  text-align: center;
  position: absolute;
  top: 62px;
  left: 45px;
  z-index: 1;
}

.cxds:hover span {
  display: block;
}

.t4_menus>ul>li {
  margin: 0 10px;
}

.t4_top {
  line-height: 72px;
}

.t4_banner_bg {
  position: relative;
  line-height: 0;
}

.t4_cxdsWrap {
  width: 1022px;
  margin: 0 auto;
  position: absolute;
  top: 35px;
  left: 50%;
  margin-left: -500px;
}

.t4_cxdsWrap a {
  width: 120px;
  height: 34px;
  line-height: 34px;
  border: none;
  border-radius: 17px;
  background: #f7ab00;
  display: inline-block;
  color: #fff;
  font-size: 16px;
  text-align: center;
}

.t4_cxdsWrap a img {
  padding: 0 3px 2px 0;
}

.t4_cxdsWrap a:hover {
  text-decoration: underline;
}

/* 2020/1/30添加 首页疫情数据 */
.t4_epidemic {
  text-align: center;
  height: auto;
  padding-top: 41px;
  margin-bottom: -103px;
}

/* 2020-2-14 添加评论页面 */
.t6_pingLun {
  padding: 30px 0 0;
}

.t6_pingLun .t6_form_box {
  padding: 0 25px 20px;
  border-bottom: 1px solid #eaebec;
}

.t6_pingLun .t6_form_box .t4_btn {
  margin: 12px 0 0 47px;
  width: 126px;
}

.t6_pingLun .t6_form_box .t4_nrms textarea {
  width: 1000px;
}

.t6_pingLun .t6_plAll {
}

.t6_pingLun .t6_plAll .t6_tit {
  margin-top: 5px;
  padding: 20px 0 20px 25px;
  font-size: 16px;
  color: #5a5a5a;
  font-weight: bold;
}

.t6_pingLun .t6_plList {
  padding: 0 25px;
}

.t6_pingLun .t6_plList li .t6_plCont {
  background: url("../images/pl_icon.png") left 5px no-repeat;
  padding-left: 22px;
  line-height: 1.8;
  font-size: 13px;
}

.t6_pingLun .t6_plList li .t6_plCont .t6_blue {
  color: #0185fc;
  font-weight: bold;
  font-size: 14px;
}

.t6_plMs {
  overflow: hidden;
  padding: 16px 0 16px 22px;
  font-size: 12px;
}

.t6_plMs .ms_left {
  float: left;
  color: #8f8e8e;
  line-height: 18px;
}

.t6_plMs .ms_right {
  float: right;
}

.t6_plMs .ms_right * {
  display: inline-block;
  vertical-align: middle;
  color: #8f8e8e;
}

.t6_plMs .ms_right a.hf {
  line-height: 18px;
}

.t6_plMs .ms_right span.t6_sx {
  padding: 0 6px;
  line-height: 18px;
}

.t6_plMs .ms_right a.t6_zan {
  padding-left: 26px;
  background: url("../images/z6_icon.png") left center no-repeat;
  line-height: 18px;
}

.t6_toggle_row,.t6_hidePingl {
  margin-left: 22px;
}

.t6_hidePingl {
  padding: 0 10px 0px;
  background: #f5fafe;
  display: none;
}

.t6_toggle_row {
  height: 36px;
  background: #f0f0f0;
  line-height: 36px;
  padding-left: 10px;
}

.t6_toggle_row a {
  display: block;
  height: 100%;
  font-size: 13px;
  color: #f88219;
}

.t6_toggle_row a span.hf_sq {
  display: none;
}

.t6_toggle_row.actived a span.hf_num {
  display: none;
}

.t6_toggle_row.actived a span.hf_sq {
  padding-left: 12px;
  display: block;
}

.t6_pingLun .t6_plList ul.plList_w>li {
  padding: 20px;
  border-bottom: 1px solid #eaebec;
}

.t6_pingLun .t6_plList ul.plList_w>li:nth-last-of-type(1) {
  border-bottom: 0;
}

.t6_pingLun .t6_plList ul.plList_n>li {
  padding: 10px;
  border-bottom: 1px solid #eaebec;
}

.t6_pingLun .t6_plList ul.plList_n>li .t6_plMs {
  padding: 10px 0px 0;
}

.t6_pingLun .t6_plList ul.plList_n>li .t6_plMs * {
  display: inline-block;
  vertical-align: middle;
  float: none;
}

.t6_pingLun .t6_plList ul.plList_n>li .t6_plMs .ms_right a.t6_zan {
  margin-left: 50px;
}

.t6_pingLun .t6_plList ul.plList_n>li .t6_plCont {
  padding-left: 0;
  background: none;
}

/* 2020-2-19 新增 问卷调查 start*/
.t6_yqwjdc {
  border: 1px solid #edeef0;
  background: #fff;
  height: 52px;
  font-size: 0;
  text-align: center;
  margin: 3px 0 15px 0;
}

.t6_yqwjdc a {
  display: block;
  height: 100%;
}

.t6_yqwjdc span {
  display: inline-block;
  vertical-align: middle;
}

.t6_yqwjdc span.icon {
  width: 36px;
  height: 37px;
  background: url("../images/yydc_icon.png") center center no-repeat;
}

.t6_yqwjdc span.text {
  line-height: 50px;
  color: #198ef8;
  font-size: 20px;
  font-weight: 800;
}

.t6_yqwjdc a:hover span.text {
  color: #f6530c;
}

/* 2020-2-19 新增 问卷调查 end*/
