@charset "utf-8";

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
*:focus {
  outline: none;
}

body {
  margin: 0 auto;
  padding-bottom: 150px;
  width: 100%;
  max-width: 640px;
  font-size: 14px;
  color: #666;
  line-height: 1.5em;
  background: #f5f5f5 url('../images/bottom.jpg') no-repeat bottom center;
  background-size: 100% auto;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

em,
i {
  font-style: normal;
}

img {
  max-width: 100%;
  border: 0;
  vertical-align: middle;
}

a {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
ul,
li {
  list-style: none;
}
.clearfix {
  *zoom: 1;
}
.news_list a:after,
.clearfix::after {
  clear: both;
  display: block;
  content: '';
  font-size: 0;
  line-height: 0;
  visibility: hidden;
}

.none {
  display: none;
}

/* 首页 */
.btn-comment {
  display: block;
  margin: 50px 30px;
}
.btn-comment img {
  width: 100%;
}
.wrap {
  width: 100%;
  height: auto;
  min-height: 100%;
  min-height: 100vh;
  overflow: hidden;
}

.top {
  position: relative;
  width: 100%;
  z-index: 1;
}
.box {
  position: relative;
  margin: 10px;
  padding: 15px;
  background-color: #fff;
  box-shadow: 0px 2px 8px 0px rgba(187, 187, 187, 0.2);
  border-radius: 10px;
}
.top-box {
  margin-top: -100px;
  z-index: 2;
}
.box h1 {
  padding-bottom: 10px;
  width: 100%;
  font-size: 18px;
  color: #333;
  line-height: 22px;
  text-align: left;
  font-weight: bold;
  border-radius: 4px 4px 0 0;
}
.box h1 i {
  display: inline-block;
  margin-right: 5px;
  width: 22px;
  height: 22px;
  background: url('../images/icon_tit.png') no-repeat;
  background-size: 22px auto;
  vertical-align: middle;
}
.box h1 i.i-1 {
  background-position: 0 0;
}
.box h1 i.i-2 {
  background-position: 0 -22px;
}
.box h1 i.i-3 {
  background-position: 0 -44px;
}
.box h1 i.i-4 {
  background-position: 0 -66px;
}
.box h1 i.i-5 {
  background-position: 0 -88px;
}

.box h2 {
  margin: 10px 0;
  font-size: 14px;
  color: #333;
  font-weight: bold;
}
.box h2 a {
  display: block;
  float: right;
  width: 80px;
  height: 20px;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  font-weight: normal;
  background-color: #e5e5e5;
  border-radius: 10px;
}
.box h1 a.pop-tips {
  display: block;
  float: right;
  padding-right: 15px;
  font-size: 10px;
  color: #999;
  font-weight: normal;
  background: url('../images/icon_t1.png') no-repeat right center;
  background-size: 10px auto;
}
.box h1 a.link {
  display: block;
  float: right;
  font-size: 12px;
  color: #999;
  font-weight: normal;
}
.tips {
  padding-top: 10px;
  font-size: 10px;
  color: #999;
  line-height: 14px;
}
/* 地图 */
.map-label {
  width: 140px;
  border-radius: 10px;
  overflow: hidden;
}
.map-label h3 {
  margin-top: 5px;
  padding: 0 0 0 25px;
  height: 18px;
  font-size: 14px;
  color: #fff;
  line-height: 18px;
  text-align: left;
  font-weight: bold;
  background: url("../images/icon_tit.png") no-repeat 0 0;
  background-size: 22px auto;
}
.map-label li.t span {
  font-size: 10px;
  color: #ccc;
}
.map-label li span {
  display: block;
  float: left;
  width: 70px;
  font-size: 12px;
  color: #fff;
  line-height: 22px;
  text-align: center;
}

.map-label li b,
.map-label li em {
  display: inline-block;
  vertical-align: middle;
  height: 22px;
}
.map-label li b {
  width: 20px;
  text-align: right;
  font-weight: normal;
}
.map-label li em {
  width: 50px;
  text-align: left;
}
.map-label li i {
  margin: 10px 0 0 5px;
  display: inline-block;
  height: 4px;
  background-color: #de393a;
  vertical-align: top;
}
/* fixed table */
.table table {
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
}
.table .sticky {
  position: fixed;
}
.table thead tr th {
  top: 0;
}
.table thead tr th:first-of-type,
.table tbody tr td:first-of-type {
  left: 0;
  z-index: 1;
}
.table tbody th {
  left: 0;
}

/* .table tbody tr:nth-of-type(odd) {
  background: #ebf3ff;
}
.table tbody tr:nth-of-type(even) {
  background: #fff;
} */

.table tr th:first-child,
.table tr td:first-child {
  position: -webkit-sticky;
  position: sticky;
  background-color: #f0f4fa;
  font-weight: bold;
}
.table tr th:first-child {
  color: #333;
  font-weight: normal;
}
.table th,
.table td {
  text-align: center;
  vertical-align: middle;
}

.table th {
  padding: 5px 10px;
  font-size: 11px;
  color: #fff;
  line-height: 16px;
  font-weight: normal;
  white-space: nowrap;
  background: #63738a;
}
.table td {
  padding: 10px;
  font-size: 12px;
  color: #333;
  line-height: 16px;
  white-space: nowrap;
}
.table td.news,
.table td.hdy {
  color: #0828eb;
  text-decoration: underline;
}
.table td.red {
  color: #EF4034!important;
}
.table td.green {
  color: #1DB170!important;
}
/* GDP table */
.table-list table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.table-list table thead th {
  padding: 5px;
  font-size: 11px;
  color: #a5a5a5;
  text-align: center;
  font-weight: normal;
}
.table-list table tbody tr {
  border-bottom: 1px solid #eee;
}
.table-list table tbody tr:last-child {
  border-bottom: none;
}
.table-list table tbody td {
  padding: 6px 0;
  font-size: 12px;
  color: #333;
  line-height: 20px;
  text-align: center;
}
.table-list table tbody td:first-child {
  font-weight: bold;
}
.table-list table tbody td:nth-child(2) {
  color: #de393a;
  font-weight: bold;
}
.nav-top {
  margin: 0 auto;
}
.cy-nav ul {
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.cy-nav ul li {
  width: 100%;
  height: 150px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  cursor: pointer;
}
.cy-nav ul li.n-1 {
  background-image: url('../images/cy_1_1.png');
}
.cy-nav ul li.n-2 {
  background-image: url('../images/cy_2_1.png');
}
.cy-nav ul li.n-3 {
  background-image: url('../images/cy_3_1.png');
}
.cy-nav ul li.n-4 {
  background-image: url('../images/cy_4_1.png');
}
.cy-nav ul li.n-5 {
  background-image: url('../images/cy_5_1.png');
}
.cy-nav ul li.n-1.active {
  background-image: url('../images/cy_1_2.png');
}
.cy-nav ul li.n-2.active {
  background-image: url('../images/cy_2_2.png');
}
.cy-nav ul li.n-3.active {
  background-image: url('../images/cy_3_2.png');
}
.cy-nav ul li.n-4.active {
  background-image: url('../images/cy_4_2.png');
}
.cy-nav ul li.n-5.active {
  background-image: url('../images/cy_5_2.png');
}
.cy-list li {
  width: 100%;
  height: 30px;
  font-size: 12px;
  color: #333;
  line-height: 30px;
  text-align: center;
  background-color: #f0a9aa;
}
.cy-list li:nth-of-type(even) {
  background-color: #f8d7d8;
}
/* 弹窗 */
.pop-bg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 98;
}
.pop-box {
  position: fixed;
  top: 50%;
  left: 8%;
  /* margin-top: -150px; */
  width: 84%;
  height: auto;
  background-color: #fff;
  border-radius: 10px;
  /* overflow: hidden; */
  z-index: 99;
}
.pop-close {
  position: absolute;
  top: -27px;
  right: -27px;
  width: 40px;
  height: 40px;
  background: url('../images/icon_close.png') no-repeat center center;
  background-size: 20px auto;
  z-index: 199;
}
.tit {
  width: 100%;
  height: 32px;
  font-size: 13px;
  color: #fff;
  line-height: 32px;
  text-align: left;
  background-color: #63738a;
  border-radius: 10px 10px 0 0;
}
.tit h6 {
  padding-left: 15px;
}
.cont {
  padding: 15px;
  max-height: 80vh;
  overflow-y: auto;
}
.cont p {
  font-size: 12px;
  color: #333;
  line-height: 20px;
  text-align: justify;
}
/* 公告 */
.gg li {
  padding: 0 0 10px 25px;
  margin-bottom: 10px;
  background: url("../images/icon_pdf.png") no-repeat left top;
  background-size: 16px auto;
  border-bottom: solid 1px #eee;
}
.gg li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.gg li span {
  display: block;
  font-size: 10px;
  color: #999;
}
/* 互动易 */
.qa {
  padding-bottom: 10px;
  margin-bottom: 10px;
  color: #333;
  line-height: 20px;
  border-bottom: solid 1px #eee;
}
.qa:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
.quiz,
.answer {
  position: relative;
  margin-bottom: 10px;
  padding-left: 23px;
}
.quiz::before,
.answer::before{
  content: ' ';
  position: absolute;
  left: 0;
  top: 4px;
  width: 20px;
  height: 20px;
  background: url("../images/icon_qa.png") no-repeat;
  background-size: 15px auto;
}
.quiz::before {
  background-position: 0 0;
}
.answer::before {
  background-position: 0 -42px;
}
.date {
  padding-left: 23px;
}
.quiz {
  font-size: 13px;
  font-weight: bold;
}
.answer {
  font-size: 12px;
}
.date {
  font-size: 10px;
  color: #999;
}
/* 评论 */
.input-box {
  margin-bottom: 10px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.input-box input {
  appearance: none;
  -webkit-appearance: none;
  padding: 0 10px;
  width: calc( 100% - 70px);
  height: 40px;
  font-size: 16px;
  color: #000;
  line-height: 40px;
  background-color: #eee;
  border-radius: 4px;
  
  outline: none;
  border: none;
}
.input-box #send {
  display: inline-block;
  width: 60px;
  height: 40px;
  font-size: 14px;
  color: #fff;
  line-height: 40px;
  text-align: center;
  background-color: #de393a;
  border-radius: 4px;
}
.comment_title {
  padding: 10px 15px;
  line-height: 30px;
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px solid #eee;
}
/* .comment_empty img { display: block; margin: 20px auto; width: 130px; height: auto;} */
.comment_empty a {
  display: block;
  margin: 0 auto 5px;
  width: 130px;
  height: 30px;
  font-size: 14px;
  color: #018fe5;
  line-height: 30px;
  text-align: center;
  text-decoration: none;
  border: 1px solid #018fe5;
  border-radius: 4px;
}
/* .comment_title{padding:10px 0 10px 30px;background:url(https://static.21jingji.com/images/subscribe/icon1.png) no-repeat center left;line-height:30px;background-size:25px 25px;font-size:16px;} */
.comment_list {
  position: relative;
  padding: 15px 0;
}
.xian {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  background: #eee;
  width: 100%;
  height: 1px;
  -webkit-transform: scaleY(0.5);
  transform: scaleY(0.5);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  bottom: 0px;
}
.group label {
  width: 28px;
  float: left;
  height: 28px;
  border-radius: 100%;
  overflow: hidden;
  margin-top: 0;
}
.group label img {
  border-radius: 100%;
  overflow: hidden;
  height: 28px;
  width: 28px;
}
.control {
  position: relative;
  margin-left: 40px;
  line-height: 20px;
  color: #000;
  font-size: 14px;
}
.time {
  font-size: 12px;
  color: #c9c9c9;
}
.commentCont {
  font-size: 16px;
  line-height: 24px;
  padding: 3px 0 0 40px;
}
.comment_app {
  display: block;
  line-height: 40px;
  font-size: 14px;
  text-align: center;
  width: 140px;
  border-radius: 5px;
  border: 1px solid #018fe5;
  margin: 15px auto 5px;
  text-decoration: none;
  color: #018fe5;
}
.commentReply {
  margin: 10px 0 0 40px;
  background-color: #fcfcfc;
  border: 1px solid #eee;
  border-radius: 2px;
}
.commentAvatar {
  margin: 10px;
  font-size: 13px;
  color: #3ba8e2;
  margin-bottom: 5px;
}
.commentAvatar img {
  margin: -2px 8px 0 0;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  vertical-align: middle;
}
.commentAvatar span {
  float: right;
  font-size: 12px;
  color: #c9c9c9;
}
.commentReply .commentCont {
  padding: 0 10px 10px 34px;
}
.commentReply-item {
  margin-bottom: 10px;
  border-bottom: 1px solid #eee;
}
.commentReply-item:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.more {
  display: block;
  padding: 10px 0;
  font-size: 12px;
  color: #999;
  text-align: center;
  text-decoration: none;
}
.more b {
  color: #018fe5;
  font-weight: normal;
}
.more i {
  display: inline-block;
  margin-left: 5px;
  width: 8px;
  height: 10px;
  transform: rotate(90deg);
  background: url("https://static.21jingji.com/images/stock/icon_more.png") no-repeat center center;
  background-size: 6px auto;
  vertical-align: middle;
}

/* 新闻列表 */
.news_list {
  width: 100%;
}
.news_list a {
  display: block;
  padding: 10px 0;
  border-bottom: 1px solid #eee;
  clear: both;
}
.news_list a:active {
  background: #eee;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}
.news_list a:last-child {
  border-bottom: none;
}
.news_list .news_title {
  font-size: 14px;
  color: #000000;
  line-height: 22px;
  height: 44px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-bottom: 4px;
  overflow: hidden;
}
.news_list .news_date {
  font-size: 11px;
  color: #c1c1c1;
  line-height: 14px;
}
.news_list a .thumb {
  display: block;
  position: relative;
  float: right;
  margin-left: 10px;
  width: 96px;
  height: 64px;
  overflow: hidden;
  border-radius: 4px;
}
.news_list a .thumb_img {
  width: 100%;
  height: 100%;
  background-color: #f5f5f5;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.chmapInner { height: 300px;}
.btn-cp {
  position: fixed;
  bottom: 30px;
  right: 15px;
  width: 36px;
  height: 36px;
  font-size: 12px;
  color: #fff;
  line-height: 36px;
  text-align: center;
  background-image: linear-gradient(#018fe5, #0079c3);
  background-image: -webkit-linear-gradient(#018fe5, #0079c3);
  border-radius: 50%;
  cursor: pointer;
  z-index: 999;
}
.hide{ display: none;}
.cont { padding:10px}
.cont p.cp { font-size: 11px;}
@media (min-width: 360px) {
  body {
    padding-bottom: 180px;
  }
  .cy-nav ul li {
    height: 165px;
  }
  .news_list .news_title {
    font-size: 14px;
    margin-bottom: 15px;
  }
  .news_list a .thumb {
    width: 105px;
    height: 71px;
  }
.chmapInner { height: 360px;}
.cont { padding:15px}
.cont p.cp { font-size: 12px;}
}
@media (min-width: 375px) {
  body {
    padding-bottom: 200px;
  }
.chmapInner { height: 380px;}
.nav-top,
  .cy-nav ul {
    width: 320px;
  }
  .cy-nav ul li {
    height: 180px;
  }
  .news_list .news_title {
    margin-bottom: 17px;
  }
  .news_list a .thumb {
    width: 113px;
    height: 75px;
  }
}
@media (min-width: 400px) {
  body {
    padding-bottom: 230px;
  }
  /* .cy-nav ul li {
    height: 200px;
  } */
.chmapInner { height: 400px;}
.top-box {
    margin-top: -120px;
  }
  .news_list .news_title {
    font-size: 16px;
    margin-bottom: 25px;
  }
  .news_list a .thumb {
    width: 123px;
    height: 81px;
  }
}
@media (min-width: 500px) {
  body {
    padding-bottom: 280px;
  }
  /* .cy-nav ul li {
    height: 230px;
  } */
.chmapInner { margin: 0 auto; width: 480px; height: 560px;}
.news_list .news_title {
    font-size: 18px;
    margin-bottom: 25px;
  }
  .news_list a .thumb {
    width: 135px;
    height: 90px;
  }
}
@media (min-width: 640px) {
  body {
    padding-bottom: 320px;
    background-size: 640px auto;
  }
  /* .cy-nav ul li {
    height: 280px;
  } */
.btn-comment {
    margin: 50px 80px;
  }
  .top-box {
    margin-top: -160px;
  }
  .news_list .news_title {
    line-height: 30px;
    height: 60px;
    margin-bottom: 33px;
  }
  .news_list a .thumb {
    width: 196px;
    height: 133px;
  }
  .pop-box {
    position: fixed;
    left: 50%;
    margin-left: -270px;
    width: 540px;
  }
}
