body,html {
  margin: 0;
  padding: 0;
  font-family: "Microsoft YaHei",-apple-system, Helvetica Neue;
  font-size: 14px;
  color: #333;
  background: rgb(249,249,249);
}
a {
  text-decoration: none;
}
ul, ol, li {
  list-style: none;
  padding: 0;
  margin: 0;
}
p {
  margin: 0;
}
/*é¦–é¡µå¤§banner*/
.banner {
  width: 100%;
  height: 680px;
  box-sizing:border-box;
  background:url("../images/index_banner.jpg")  no-repeat center center;
  background-size: cover;
  padding-top: 250px;
}
.banner2 {
  background: url(../images/banner2.jpg);
  background-size: cover;
  background-repeat: no-repeat; 
}
.banner3{
  background: url(../images/banner3.jpg);
  background-size: cover;
  background-repeat: no-repeat; 
}
.swiperbanner_text {
  color: #fff;
  padding: 0;
  margin: 0;
  padding-bottom: 40px;
  font-style: italic;
}
.swiperbanner_text_title {
  font-size: 64px;
  line-height: 64px;    
}
.swiperbanner_text_normal {
  font-size: 24px;
}
.swiperbanner_text_small {
  font-size: 14px;
}
.swiper_banner{
  height: 680px;
}
.swiper_banner .swiper-pagination-switch {
  display: inline-block;
  width: 30px;
  height: 7px;
  background: #8b919a;
  margin-right: 5px;
  opacity: 0.8;
  cursor: pointer;
}
.swiper_banner .swiper-active-switch{
  background: #fff;
}
.swiper_banner .pagination {
  position: absolute;
  width: 100%;
  z-index: 20;
  left: 0px;
  bottom: 10%;
  height: 20px;
  line-height: 20px;
  text-align: center;
}
.swiper_copybook .swiper-pagination-switch {
  display: inline-block;
  width: 30px;
  height: 7px;
  background: #8b919a;
  margin-right: 5px;
  opacity: 0.8;
  cursor: pointer;
}
.swiper_copybook .swiper-active-switch{
  background: #fff;
}
.swiper_copybook .pagination {
position: absolute;
width: 100%;
z-index: 20;
left: 0px;
bottom: 10%;
height: 20px;
line-height: 20px;
text-align: center;
}

/*æ ‡é¢˜*/
.home_fist_block {
  height: 56px;
  margin-bottom: 24px;
}
.title_1 h1 {
  position: relative;
  box-sizing: border-box;
  display: inline-block;
  float: left;
  height: 56px;    
  line-height: 30px;
  background: rgb(0,160,233);
  margin: 0;
  padding: 0;
  padding-top: 13px;
  padding-bottom: 15px;
  padding-left: 15px;
  color: rgb(255,255,255);
  font-size: 30px;
  font-weight: normal;
}
.title_1 h1::after {
  content:"";
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 2;
  border-bottom: 55px solid transparent;
  border-left: 25px solid rgb(0,160,233);
}
.title_1 .title_en {
  font-size: 16px;
  margin-left: 10px;
  margin-right: 20px;
}
.title_1 a { 
  display: inline-block;
  width: 50px;
  height: 56px;
  margin-left: 18px;
  transform: skew(-25deg);
  background: rgb(0,160,233);
}
.title_1 a>div{ 
  width: 50px;
  height: 56px;
  transform: skew(25deg);
}
.row-block {
  padding-top: 45px;
}
.thumbnail_square {
  position: relative;
  height: 320px;
  background-size: cover
}
.thumbnail_square_1 {   
  background-image:url("../images/renqun-1.png");   
}
.thumbnail_square_2 {
  background-image:url("../images/renqun-2.png");   
}
.thumbnail_square_3 {
  background-image:url("../images/renqun-3.png");   
}
.thumbnail_square_text_block {
  padding: 14px 20px 27px 20px;   
}
.thumbnail_square_text_white {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 134px;  
  background: rgba(0,0,0,0.72);
  color: #fff;
}
.thumbnail_square_text_block_trend {
  padding-top: 50px;
  padding-bottom: 60px;
}
.thumbnail_square_text h3 {
  font-size: 14px;   
  margin: 0;
  margin-bottom: 10px;
  padding: 0;
  padding-bottom: 6px;
  border-bottom: 1px solid rgba(255,255,255,.2); 
}
.thumbnail_square_text .summary-gray {
  color: rgb(153,153,153);
}
.thumbnail_square_text .summary {
  height: 60px;
  overflow: hidden;
  font-size: 12px;
  line-height: 18px;
  margin: 0;
}
.thumbnail_square_text_block_trend h3 {
  color: rgb(0,0,0);
  padding-bottom: 26px;
}
.thumbnail_square_text .summary-gray { 
   padding-bottom: 20px;
}
.thumbnail_square_text .date {
  color: rgba(255,255,255,0.5);
  text-align: right;
  font-size: 12px;
}
.thumbnail_circle_text_block {
  padding-top: 46px;
}
.thumbnail_circle_text_block h3 {
  color: rgb(34,34,34);
  font-size: 24px;    
  text-align: center;
  margin: 0;
  padding: 0;
  padding-bottom: 10px;
}
.thumbnail_circle_text_block .summary {
  color: rgb(153,153,153);
  height: 72px;
  overflow: hidden;
  font-size: 14px;
  line-height: 18px;
}
.content_block {
  min-height: 330px;
}
.date {
  font-size: 14px;
  color: #999;
}

/*è¡¨æ ¼*/
.table.table_01>thead>tr>th {
  white-space: nowrap;
}
.table.table_normal>thead>tr>th{
  padding: 0;
  padding-top: 15px;
  padding-bottom: 7px;
  font-weight: normal;
  text-align:center;
  color: rgb(153,153,153);
  border: 0;
}
.table.table_normal>tbody>tr>td {
  text-align: center;
  color: rgb(67,67,67);    
  padding-top: 20px;
  padding-bottom: 20px;
  border: 0;
}
.table.table_normal>tr>td:first-child {
  white-space: nowrap;   
}
.table.table_normal>tbody>tr:nth-of-type(odd) {
  background: rgb(238,238,238);

}

/*ç‰¹æ®Šè¡¨æ ¼-table_01 æ•°æ®ç»Ÿè®¡*/
.table.table_01>thead>tr>th{
  padding: 15px 0 20px 15px;
  font-weight: normal;
  color: rgb(67,67,67);
  border: 0;
}
.table.table_01>tbody>tr>td {
  color: rgb(67,67,67);    
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 15px;
  border: 0;
}
.table.table_01>tbody>tr:nth-of-type(odd) {
  background: rgb(238,238,238);
}
.table.table_01>tbody>tr:last-child {
  background: rgb(220,220,220);
}

/*nå­—è´´*/
.copybook {
  position: relative;
  display: block;
  width: 100%;
  height: 244px;
  background: #fff;
  box-shadow: -3px 4px 16px 0px rgba(0, 0, 0, 0.2);
  opacity: 0.9;   
}
.copybook:hover {
  top: -5px;
  box-shadow: -3px 4px 16px 0px rgba(0, 0, 0, 0.5);
}
.copybook_imgbg {
  height: 100%;
  background: #00b7ee;
  opacity: 0.1;
}
.copybook_imgblock {
  position: absolute;
  top: 24px;
  width: 100%;
  height: 100%;
}
.copybook_contentblock {
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 95px;
  padding: 12px 17px 19px 16px;
  background: #fff;
}
.copybook_contentblock-top {
  box-sizing: border-box;
  position: absolute; 
  top: 0;
  width: 100%;
  height: 100%;
  padding: 12px 17px 19px 16px;
}
.copybook p {
  padding: 0;
  margin: 0;
  clear: both;
}
.copybook_title {
  color: rgb(67,87,94);
  font-size: 16px;    
  margin-bottom: 7px;
}
.copybook_title-small {
  color: rgb(67,87,94);
  font-size: 14px;
  margin-bottom: 7px; 
}
.copybook_index {
 color: rgb(67,87,94);
 font-size: 40px;
 line-height: 60px;
}
.copybook_index span.up {
  display: inline-block;
  width: 14px;
  height: 30px;
  background: url(../images/index-up.png) no-repeat;
}
.copybook_contentblock .more {
  display: block;
  float: right;
  width: 30px;
  height: 14px;
}
.copybook_contentblock .more:hover {
  text-decoration: none;
}
.copybook .date {
  float: right;
  font-size: 12px;
  color: rgb(149,149,149);
}
.up {
  color: rgb(229,0,79);
}
.down {
  color: rgb(50,177,108);
}
.w-60 {
  display: inline-block;
  width: 60px;
}
.home_container {
  position: relative;
  margin-top: -60px;
  z-index: 990;
}
.visible-pc {
  display: block;
}
.visible-mobile {
  display: none;
}
.en_title {
  word-break:break-all;
}
.list a:nth-of-type(even) {  
  background: rgb(238,238,238);
}
.list a:nth-of-type(even):hover{
  text-decoration: none;
  background: #2b74ff;
  color: #fff;
}
.list a:nth-of-type(even):hover span {
  color: #fff;
}
@media screen and (max-width: 1200px) {
  .title_1 h1 {
      font-size: 24px
  }
  .table.table_01>tbody>tr>td {
      font-size: 12px;
  }
}
@media screen and (max-width: 768px) {

  body,html {
      background:rgb(238,238,238);
  }
  .visible-pc {
      display: none;
  }
  .visible-mobile {
      display: block;
  }
  .content_block {
      min-height: 0px;
  }
  .row-block {
      padding-top: 0;
      margin: 0; 
  }
  .table {
      margin-bottom: 0;
  }
  .swiper_banner {
      height: 320px;
      width: 100%;
      margin-top: 30px;
  }   
  .banner {
      background-size: cover;
  }
  .swiper_banner .pagination {
      bottom: 5%
  }
  .swiperbanner_text {
      padding-bottom: 5px;
      width: 80%
  }
  .swiperbanner_text_title {
      font-size: 26px;
      line-height: 55px;
  }
  .swiperbanner_text_normal,.swiperbanner_text_small {
      font-size: 14px;
  }
  
  .swiper_news,.swiper_news .thumbnail_square {
      height: 300px;
  }
  .swiper_news .pagination {
    position: absolute;
    width: 100%;
    z-index: 20;
    left: 0px;
    bottom: 0;
    height: 20px;
    line-height: 20px;
    text-align: center;
  }
  .swiper_news .swiper-pagination-switch {
      display: inline-block;
      width: 10px;
      height: 10px;
      border-radius: 10px;
      background: #8b919a;
      margin-right: 5px;
      opacity: 0.8;
      cursor: pointer;
  }
  .swiper_news .swiper-active-switch{
      background: #fff;
  }
  /*copybook*/
  .swiper_copybook {
      width: 100%;
      height: 200px;
      background:rgb(0,160,233);
  }
  .swiper_copybook .container {
      padding-top: 30px;
      padding-bottom: 15px;
  }
  .swiper_copybook .pagination {
    position: absolute;
    width: 100%;
    z-index: 20;
    left: 0px;
    top: 0;
    height: 20px;
    line-height: 20px;
    text-align: right;
    margin: 5px 0;
    padding-right: 15px;

  }
  .swiper_copybook .swiper-pagination-switch {
      display: inline-block;
      width: 10px;
      height: 10px;
      border-radius: 10px;
      background: #fff;
      margin-right: 5px;
      opacity: 0.6;
      cursor: pointer;
  }
  .swiper_copybook .swiper-active-switch{
      background: #fff;
      opacity: 1;
  }
  .swiper_copybook .container .col-xs-6:first-child {
      padding-left: 0;
      padding-right: 7.5px;
  }
  .swiper_copybook .container .col-xs-6:last-child {
      padding-right: 0;
      padding-left: 7.5px;
  }
  .swiper_copybook .content_block {
     position:relative;
     width:100%; 
     height:150px;
     background:rgb(128,208,244); 
  }
  .swiper_copybook .img_block {
      width:100%; 
      height:100px; 
      text-align:center;
  }
  .swiper_copybook .img_block img {
      height:100%; 
      margin:0 auto; 
      padding:10px;
  }
  .swiper_copybook .text_block {
      position:absolute; 
      bottom:0;
      width:100%;
      height:50px;
      background:rgb(192,232,250);
  }
  .swiper_copybook .text_block p.title {
      padding-top:15px;
      font-size:16px; 
      color:rgb(67,67,67);
      text-align:center;
  }
  .swiper_copybook .text_block p.en_title {
      font-family:arial;
      font-size:12px; 
      color:rgb(67,67,67); 
      text-align:center;
  }

  .home_container {
      margin-top: 0;
      padding-left: 0;
      padding-right: 0;
  }
  .home_fist_block {
      margin-top: 15px;
      margin-bottom: 15px;
  }
  .title_1 h1 {
      height: 50px;
      line-height: 22px;
      font-size: 22px;
      width: 75%;
  }

  .title_1 .title_en {
      font-size: 14px;
      margin-right: 5px;
  }
 .title_1 h1::after {
      border-bottom: 50px solid transparent;
      border-left: 20px solid rgb(0,160,233);
      right: -20px;
  }
  .title_1 a {
      margin-left: 12px;
      height: 50px;
      transform: skew(-22deg);
  }
  .thumbnail_square {
      height: 253px;
  }
  .thumbnail_square_1,.thumbnail_square_2,.thumbnail_square_3 {
      background-position: left bottom;
  }
  .thumbnail_square_text h3 {
      font-size: 18px;
      border-bottom: 0;
  }
  .thumbnail_square_text .date {
      text-align: left;
  }
  .thumbnail_square_text_white {
      height: 100px;
  }
   
  /*table*/
  .table.table_01>tbody>tr:nth-of-type(odd) {
      background: rgb(255,255,555);
  }
  .table.table_01>tbody>tr:last-child {
      background: rgb(220,220,220);
  }
  .table.table_normal>thead>tr>th {
      color: rgb(67,67,67);
  }
  .table.table_normal>tbody>tr:nth-of-type(odd) {
      background: rgb(255,255,255);
  }
  .table.table_normal>tbody>tr>td {
      padding-top: 15px;
      padding-bottom: 15px;
  }
}
@media screen and (max-width: 320px) { 
  .title_1 h1 {
      font-size: 18px;
  }
  .title_1 .title_en {
      font-size: 12px;
  }
  .banner {
      padding-top: 170px;
  }
  .swiperbanner_text_title {
      font-size: 20px;
  }
  .swiperbanner_text_normal, .swiperbanner_text_small {
      font-size: 13px;
  }

}
/*å­—ç¬¦*/
.icon-more:before {
  position: absolute;
  top: 10px;
  color: #fff;
  font-size: 32px;
  margin-left: 5px;    
}
.icon-content_morea:before {
  position: absolute;
  bottom: 17px;
  font-size: 30px;
  color: rgb(0,183,238);
}
.copybook_index .icon-arrow_up:before {
  position: absolute;
  left: 160px;
  top: 45px;
  color: rgb(229,0,79);
  font-size: 38px;   
}

/*ZJTL*/
.footer-content {
  background: url(../images/footer.png) no-repeat;
  background-size: 100% 100%;
}
.footer-content .footer-text-pc {
  padding-top: 25px;
  height: 80px;
  font-size: 16px;
  text-align: center;
}
.footer-link {
  background: url(../images/footer_link_bg.jpg) no-repeat;
  background-size: 100% 100%;
  height: 260px;
}
.footer-link div:first-child {
  height: 90px;
  line-height: 50px;
  margin: 0 auto;
  padding-top: 30px;
}
.footer-link div:first-child span {
  font-size: 22px;
  display: table-cell;
  vertical-align: middle;
  float: left;
}
.quick-link {
  padding: 0 10px;
}
.quick-link ul {
  height: 100px;
  margin: 0 auto;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
.quick-link ul li {
  float: left;
  height: 58px;
  margin-top: 20px;
  margin-bottom: 20px;
  cursor:pointer;
}
.quick-link ul li:nth-child(1) {
  background: url(../images/logo_zjh.png) no-repeat;
  border-right: 1px solid #ffffff;
  background-position: 50%;
  width: 30%;
}
.quick-link ul li:nth-child(2) {
  background: url(../images/logo_sse.png) no-repeat;
  border-right: 1px solid #ffffff;
  background-position: 50%;
  width: 22%;
}
.quick-link ul li:nth-child(3) {
  background: url(../images/logo_kcb.png) no-repeat;
  border-right: 1px solid #ffffff;
  background-position: 50%;
  width: 18%;
}
.quick-link ul li:nth-child(4) {
  background: url(../images/logo_edu.png) no-repeat;
  border-right: 1px solid #ffffff;
  background-position: 50%;
  width: 20%;
}
.quick-link ul li:nth-child(5) {
  background: url(../images/logo_ca.png) no-repeat;
  background-position: 50%;
  width: 10%;
}
.quick-link a {
  width: 100%;
  height: 60px;
  display: inline-block;
}
.footer,.footer-menu a {
  color: #ffffff;
}
.footer {
  overflow: hidden;
}
.footer-menu {
  text-align: center;
  height: 50px;
  line-height: 50px;
  margin: 0 auto;
  font-size: 16px;
}
.footer-menu a {
  width: 100px;
  height: 50px;
  display: inline-block;
}
.footer-link-icon {
  background: url(../images/home_link.png) no-repeat;
  background-position: 50% 50%;
  width: 50px;
  height: 50px;
  display: inline-block;
  float: left;
  margin-left: 10px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .quick-link ul li:nth-child(1), .quick-link ul li:nth-child(2), .quick-link ul li:nth-child(3),  .quick-link ul li:nth-child(4),  .quick-link ul li:nth-child(5) {
      background-size: 80%;
  }
  .footer-menu a {
      width: 75px;
  }
}
@media screen and (max-width: 768px) {
  .footer-text-mobile {
      font-size: 12px;
      color: #b3b3b3;
      padding: 15px 10px;
      text-align: center;
  }
  .footer-link div:first-child {
      padding-top: 0;
      height: 50px;
  }
  .footer-link div:first-child span {
      font-size: 16px;
  }
  .quick-link ul {
      width: 100%;
      border-top: 0;
      border-bottom: 0;
  }
  .quick-link ul li {
      width: 50% !important;
      margin: 0;
  }
  .footer-link {
      height: 250px;
  }
  .footer-link-icon {
      background-size: 40% 40%;
      width: 40px;
  }
  .quick-link a {
      height: 70px;
  }
  .quick-link ul li {
      height: 70px;
  }
  .footer-link-icon {
      margin-left: 0;
  }
}
@media screen and (min-width: 414px) and (max-width: 768px){
  .quick-link ul li:nth-child(1), .quick-link ul li:nth-child(2), .quick-link ul li:nth-child(3),  .quick-link ul li:nth-child(4) {
      border: none;
      background-size: 55%;
  }
}
@media screen and (max-width: 414px){
  .quick-link ul li:nth-child(1), .quick-link ul li:nth-child(2), .quick-link ul li:nth-child(3),  .quick-link ul li:nth-child(4) {
      border: none;
      background-size: 80%;
  }
}

/*yuanyong*/
a {
  color: #434343;
}
.title-righticon{
  display: inline-block;
  width: 36px;
  height: 36px;
  position: absolute;
  right: 0px;
  top: 10px;
  background: url(../images/title_icon.png) no-repeat;
  background-position: -1px -460px;
}
.title{
  border-bottom: 1px solid #e5e5e5;
  padding-top: 5px;
}
.container_left{
  padding: 20px 22px 0px 20px;
  background: #fff;
}
.container_tab{
  height: 50px;
  color: #626262;
}
.container_tab li{
  float: left;
  background: #a6e0f4;
  text-align: center;
  line-height: 50px;
  font-size: 16px;
}
.title-big{
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}
.title-small{
  font-size: 14px;
  text-indent: 2em;
  line-height: 30px;
}
.mt-16{
margin-top:16px;
}
.list-style{
  line-height: 46px;
}
.list-style li{
  border-bottom:1px solid #e5e5e5;
  font-size: 14px;
  text-indent: 2em;
  background: url(../images/diandian.jpg) no-repeat;
  background-position: left center;
}
.list-style a{
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; 
  display: block; 
}
.list-style span{
  float: right;
  font-size: 12px;
  color: #a0a0a0;
  margin-left: 15px;
}
.container_tab .active{
  background: #fff;
}
.title-notice{
  font-size: 22px;
  margin:0;
  height: 46px;
  padding-top: 5px;
  line-height: 46px;
  margin: 5px 0 10px;
  background: url(../images/title_icon.png) no-repeat;
  position: relative;
}
.icon1{
  background-position: 10px 11px;
  padding-left: 55px;
}
.icon2{
  background-position: 18px -110px;
  padding-left: 60px;
}
.icon3 {
  background-position: 0px -225px;
  padding-left: 40px;
}
.icon4{
  background-position: 0px -346px;
  padding-left: 46px;
}
.title-notice.icon2 .title-righticon{
  right: 15px;
}
.list-img{
  width: 100%;
  margin-bottom: 32px;
}
.home-table th{
  text-align: center;
  font-size: 14px;
  color: #616161;
  background: #a6e0f4;
  height: 50px;
  line-height: 50px !important;
}
/*.home-table tr{
      white-space: nowrap;
}*/
.home-table td{
  text-align: center;
  font-size: 14px;
  color: #616161;
  height: 50px;
  line-height: 25px !important;
  border-bottom: 1px solid #d9e4e8; 
  background: rgba(255,255,255,0.2);
}
.bg-fff{
  background: #fff;
}
.bg-bj{
  background: url(../images/sse_watermark.png) #fff no-repeat;
  background-position: right center; 
}
.list-style-nodian li{
  border-bottom:1px solid #e5e5e5;
  font-size: 14px;
  line-height: 20px;
  padding: 10px 0 10px 19px;
  background: url(../images/diandian.jpg) no-repeat;
  background-position: left 16px;
}
.list-style-nodian a{
  display: inline-block;
  width: 80%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.list-style-nodian span{
  float: right;
  font-size: 12px;
  color: #a0a0a0;
  margin-left: 15px;
}
.mb-30{
  margin-bottom:30px;
}
.mr-30{
  padding: 0;
  margin-right: 15px;
}
.list-img1{
  background: url(../images/image1.jpg) no-repeat;
  width: 100%;
  height: 157px;
  display: inline-block;
}
.list-img2{
  background: url(../images/image2.jpg) no-repeat;
  width: 100%;
  height: 157px;
  display: inline-block;
}
.list-img3{
  background: url(../images/image3.jpg) no-repeat;
  width: 100%;
  height: 157px;
  display: inline-block;
}
.tx-r{
  text-align: right;
  font-size: 12px;
  color: #a0a0a0;
}
.pc-bg-fff{
  background: #fff;
}
.pc-pr-0{
 padding-right: 0
}
@media screen and (max-width: 768px) {
  .list-style-nodian a {
      width: 72%;
  }
  .list-style-nodian span {
      margin-left: 0;
  }
  .cl-hide{
      overflow-x: auto;
     overflow-y: hidden;
  }
  .DisclosureType span{
      float: none;
  }
  .mobile-bg-fff{
      background: #fff;
  }
  .pc-bg-fff{
      background: none;
  }
  .list-img1{
      background: url(../images/image1.jpg) no-repeat;
      width: 100%;
      height: 157px;
      display: inline-block;
      background-size: 100% auto;
      background-position: center bottom;
  }
  .list-img2{
      background: url(../images/image2.jpg) no-repeat;
      width: 100%;
      height: 157px;
      display: inline-block;
      background-size: 100% auto;
      background-position: center bottom;
  }
  .list-img3{
      background: url(../images/image3.jpg) no-repeat;
      width: 100%;
      height: 157px;
      display: inline-block;
      background-size: 100% auto;
      background-position: center bottom;
  }
  .container_tab li{
      padding: 0;
      font-size: 12px;
  }
  .title{
      background: #eee;
  }
  .title-notice{
      font-size: 16px;
      background-size: 30px auto;
  }
  .title-big{
      font-size: 14px;
      line-height: inherit;
  }
  .list-style{
      padding: 0 10px;
  }
  .list-style li{
      text-indent: 1em;
  }
  .mb-30{
      margin-bottom: 15px;
  }
  .mobile-p-0{
      padding: 0;
  }
  .icon2{
      background-position: 15px -70px;
      padding-left: 42px !important;
  }
  .title-notice{
      text-indent: 0em;
      padding-left: 35px;
      padding-top: 8px;
  }
  .home-table{
      width: 100%;
      max-width: 100%;
  }
  .home-table tr th{
      white-space: nowrap;
  }
  .list-style-nodian{
      padding: 0 10px;
  }
  .list-style-nodian li{
      text-indent: 0em;
  }
  .icon4 {
      background-position: 0px -241px;
      padding-left: 38px;
      margin-top: -20px;
  }
}

/* ZJTL 2018-12-08 */
.pc-pl-xxpl {
  padding: 0 15px;
}
.xxpl-pd {
  padding: 0 15px 0 0;
  margin-bottom: 30px;
}
.flfg-pd {
  margin-bottom: 30px;
  padding: 0 0 0 15px;
}
.flfg-pd img {
  width: 100%;
  height: 92px;
}
.home-table tr {
  background-color: #F9F9F9;
  /*opacity: 0.7;*/
}
.icon-arrow_down_1:before {
  float: right;
}
.ggtz-pd {
  padding-left: 0;
  margin-bottom: 30px;
}
.ggtz-content {
  padding: 0 15px 15px;
  background-color: #ffffff;
  /*height: 528px;*/
}
.ywtz-block {
  height: 225px;
  padding: 15px 0;
  border-bottom: 1px solid #e5e5e5;
}
.ywtz-block img {
  width: 40%;
  height: 100%;
  float: left;
}
.ywtz-block .ywtz-con {
  width: 60%;
  height: 100%;
  padding-left: 15px;
  display: inline-block;
}
.ywtz-con span {
  float: right;
  font-size: 12px;
  color: #a0a0a0;
}
.ggtz-block {
  margin-top: 30px;
}
.ggtz-content > .nav-tabs {
  border-bottom: none;
  background-color: #A6E0F4;
}
.ggtz-content ul {
  width: 100%;
}
.ggtz-content .nav-tabs li {
  float: left !important;
  width: 20%;
  text-align: center;
  height: 50px;
}
.ggtz-content .nav-tabs > li > a {
  margin-right: 0;
  padding: 13px 0 0;
  height: 50px;
}
.ggtz-content .nav>li>a:focus {
  background-color: #ffffff;
}
.ggtz-content .nav-tabs>li>a:hover {
  /*border: 0*/
}
.fxr_inside_title, .bjjg_inside_title, .search_inside_title {
  border-bottom: 1px solid #B2B2B2;
  padding-bottom: 10px;
}
#issuer_his, #inter_his, #search_list {
  min-height: 300px;
}
#inter_his th, #search_list th, #issuer_his th {
  background-color: #BEE7F5;
  height: 67px;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
}
#inter_his td {
  /*background-color: #F4F9FC;*/
  height: 67px;
  vertical-align: middle;
  text-align: center;
}
#search_list td, #issuer_his td {
  background-color: #F4F9FC;
  height: 67px;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
}
#zeroRecordDiv_stock_list {
  margin-bottom: 50px;
}
.zeroRecordDiv_noData {
  text-align: center;
}
#xmdt ol li, #xmdt ul li {
  list-style-type: none;
  vertical-align: middle;
}
#xmdt {
  background: url(../images/sse_watermark.png) #fff no-repeat;
  background-position: right center;
  /*height: 200px;*/
  padding-bottom: 10px;
  margin-bottom: 30px;
}
#xmdt .rank_select {
  font-size: 14px;
  line-height: 2em;
}
#xmdt .rank_select .rank_select_div .fenge {
  color: #bbb;
}
#xmdt .rank_select .rank_select_div .rank_title_content li {
  float: left;
}
#xmdt .rank_select .rank_select_div .rank_title {
  color: #1a4f92;
  float: left;
  margin: 0;
  display: inline-block;
}
#xmdt .rank_select .rank_select_div .active {
  background: #89BDEF none repeat scroll 0 0;
  border-radius: 3px;
  cursor: pointer;
  height: 20px;
  line-height: 20px;
  padding: 2px 0;
  color: #fff;
  text-align: center;
}
#xmdt .rank_select .rank_select_div .rank_title_content > li > a > span {
  padding-left: 10px;
  white-space: nowrap;
}
#xmdt .rank_select .rank_select_div .rank_title_content > li > a {
  text-decoration: none !important;
}
#xmdt .rank_select .rank_select_div .rank_title_content > li > a:hover {
  text-decoration: none !important;
}
#xmdt .rank_select .rank_select_div {
  margin: 10px 0;
}
#xmdt .pl-7 {
  padding-right: 7px;
}
#moreConditionsBtn,#moreConditionsBtns,#moreConditionsBtns2,#moreConditionsBtn3 {
  color: #f60;
  cursor: pointer;
}
.xmdt-status {
  border-bottom: 1px solid #bbbbbb;
}
.xmdt-status .rank_title {
  width: auto;
}
.xmdt-status .rank_title span:first-child {
  padding-right: 12px;
}
.xmdt-audit {
  display: block;
  height: 24px;
  line-height: 24px;
}
.audit-select {
  height: 24px;
  width: 198px;
  line-height: 24px;
  display: none;
}
#select10_s {
  height: 24px;
  width: 198px;
  line-height: 24px;
}
.rank_select_div > input {
  line-height: normal;
}
.xmdt-tips {
  font-size: 12px;
}
.lh-10 {
  line-height: 10px;
}
.xmdt-hidden {
  display: none;
}
.clearfix:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
#stock_list {
  overflow-x: auto;
}
#area_select {
  height: 24px;width: 198px;
}
.area_select {
  display: inline-block;
  margin-bottom: 0;
  margin-top: 0;
}
.trade_select {
  display: inline-block;
  margin-bottom: 0;
  margin-top: 0;
}
#trade_select {
  height: 24px;
  width: 260px;
}
.keyword,.submit-btn {
  display: inline-block;
  margin: 5px 0 0 10px;
}
#keyword {
  margin-top: 0;
  width: 480px;
  border: 1px solid #AAAAAA;
}
.accept-date {
  display: inline-block;
  margin-top: -2px;
}
#button {
  width: 140px;
  height: 32px;
  background-color: #8ABEF0;
  color: #ffffff;
  vertical-align: middle;
}
#beginDate {
  width:120px;
  line-height: normal;
  float: left;
}
#beginDate input {
  width: 120px;
  height: 25px;
  float: left;
  border: 1px solid #A9A9A9;
}
#beginDate span.clear-span {
  float: left;
  /*border: 1px solid #A9A9A9;*/
  width: 20px;
  height: 20px;
  text-align: center;
  display: inline-block;
  margin: 3px 0 1px -21px;
  background-color: #fff;
  background-image: url(../../images/clear.png);
  background-size: 90%;
  background-repeat: no-repeat;
  background-position: 50%;
  border-left: none;
}
#beginDate span.start {
  width: 100px;
  height: 25px;
  position: absolute;
  margin-left: -120px;
}
.accept-date .dao {
  float: left;
  margin: 0 5px;
}
#endDate {
  width: 120px;
  line-height: normal;
  float: left;
}
#endDate input {
  width: 120px;
  height: 25px;
  float: left;
  border: 1px solid #A9A9A9;
}
#endDate span.clear-span {
  float: left;
  /*border: 1px solid #A9A9A9;*/
  width: 20px;
  height: 20px;
  text-align: center;
  display: inline-block;
  margin: 3px 0 1px -21px;
  background-color: #fff;
  background-image: url(../../images/clear.png);
  background-size: 90%;
  background-repeat: no-repeat;
  background-position: 50%;
  border-left: none;
}
#endDate span.end {
  width: 100px;
  height: 25px;
  position: absolute;
  margin-left: -120px;
}
.fl {
  float: left;
}
.topbar > .wrapper p:first-child {
  line-height: 30px;
  margin-left: 40px;
}
.topbar > .wrapper p:first-child a {
  color: #AEAEAE;
}
.topbar > .wrapper p:last-child {
  margin-right: 150px;
}
input::-webkit-input-placeholder {
  color: #ffffff;
}
.keyword input::-webkit-input-placeholder {
  color: #a0a0a0;
}
.block_wrong {
  text-align: center;
  margin-top: 150px;
  height: 400px;
}
.block_wrong h1 {
  color: #999999;
  font-size: 120px;
}
.block_wrong h2 {
  margin-bottom: 30px;
  color: #777;
  font-size: 24px;
  font-weight: normal;
}
.block_wrong h3 {
  margin-bottom: 60px;
  color: #888;
  font-size: 16px;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .paging_text{
    /*overflow: hidden;*/
  }
  #xmdt .pl-7 {
      padding-right: 14px;
  }
  .block_wrong h2 {
      font-size: 18px;
  }
  .paging_input{
      display: none !important;
  }
  .pc-pl-xxpl {
      background-color: #ffffff;
  }
  .flfg-pd, .ggtz-pd {
      padding-left: 15px;
      padding-right: 15px;
  }
  .xxpl-pd{
      padding-right: 0;
  }
  .icon3 {
      background-position: 0px -153px;
  }
  .icon1 {
      background-position: 5px 19px;
  }
  .title-righticon {
      background-position: 7px -330px;
      background-size: 30px auto;
  }
  .home-table td {
      line-height: 24px !important;
  }
  .bg-bj {
      margin-top: 0;
      background: none;
      margin-bottom: 30px;
  }
  .title-mobile {
      margin: 0 -15px; 
  }
  .xmxx-table {
      padding: 0 15px;
  }
  .bg-bj > .title {
      border: none;
  }
  .nav-log-mobile > .logo {
      width: 80%;
  }
  .ggtz-content {
      padding: 0;
     /* height: 560px;*/
  }
  .ggtz-content .nav-tabs li {
      padding-top: 0;
  }
  .ggtz-content .nav-tabs > li:nth-child(1) a{
    line-height: 35px;
  }
  .ggtz-content .nav-tabs > li > a {
      padding: 5px 3px;
      font-size: 12px;
      display: table-cell!important;
      height: 50px;
      vertical-align: middle;
      text-align: center;
      width: 76px
  }
  .ywtz-block {
      height: 120px;
      margin: 0 10px;
  }
  .ywtz-block .ywtz-con {
      padding-left: 10px;
  }
  #xmdt {
      background: #ffffff !important;
      /*height: 420px !important;*/
  }
  .ggtz-block {
      margin-top: 0;
  }
  .list-style .list-style_img img {
      width: 50%;
  }
  .trade_select, .keyword, .area_select{
      width: 100%;
      margin-top: -10px !important;
  }
  .accept-date {
      width: 100%;
  } 
  #select10_s, .audit-select, #area_select, #trade_select, #keyword {
      width: 70%;
  }
  #beginDate {
      width: 32%;
  }
  #beginDate input {
      width: 100%;
  }
  #beginDate span.clear-span {
      width: 15%;
  }
  #endDate {
      width: 32%;
      margin-right: 0;
  }
  #endDate input {
      width: 100%;
  }
  #endDate span.clear-span {
      width: 15%;
  }
  .submit-btn {
      width: 100%;
      text-align: center;
  }
  #button {
      width: 50%;
  }
  .list-style .list-style_img {
      background: none;
  }
  #file_list .home-table .td_break_word_5 {
      min-width: 270px;
      padding: 0 10px;
  }
  table#dataList1_container>tbody>tr>td {
      /*padding: 8px !important;*/
  }
  table#dataList1_container>tbody>tr>th {
      padding:0 8px !important;
  }

  .home-table .td_break_word {
      min-width: 160px;
  }
  .home-table .td_break_word_2 {
      min-width: 85px;
  }
  .home-table .td_break_word_3 {
      min-width: 90px;
  }
  .home-table .td_break_word_4 {
      min-width: 90px;
  }
  .home-table .td_break_word_5 {
      min-width: 600px;
  }
  .home-table .td_break_word_7 {
      min-width: 220px;
  }
  .home-table .td_break_word_8 {
      min-width: 135px;
  }
  .home-table .td_break_word_9 {
      min-width: 191px;
  }
}

/*imglist-20181212*/
.list-style li {
   border-bottom: 1px solid #dcdcdc;
   line-height: 45px;
   color: #434343;
}
.list-style .list-style_img img {
   background:none;
}
.list-style li a {
   color: #434343;
   margin: 0;
   white-space: nowrap;
   overflow: hidden;
   text-overflow: ellipsis;
   display: block;
}
.list-style .list-style_img img {
   float: left;
   padding-right: 15px;
   padding-bottom: 15px;
}
.list-style .list-style_img h4 {
   margin: 0;
   white-space: nowrap;
   overflow: hidden;
   text-overflow: ellipsis;
   color: #434343;
   font-weight: bold;
   font-size: 15px;
   line-height: 30px;
}
.list-style .list-style_img p {
   line-height: 30px;
   color: #a0a0a0;
   white-space: normal;
}
.list-style li span {
   float: right;
   color: #a0a0a0;
}

.home-table tbody tr:first-child {
  white-space: nowrap;
}
.home-table .td_break_word {
  width: 145px;
  word-wrap: break-word;
}
.home-table .td_break_word_2 {
  width: 85px;
  padding-left: 10px !important;
  word-wrap: break-word;
}
.home-table .td_break_word_3 {
  width: 95px;
  word-wrap: break-word;
}
.home-table .td_break_word_4 {
  width: 90px;
  word-wrap: break-word;
  white-space: normal !important;
}
.home-table .td_break_word_5 {
  width: 600px;
  word-wrap: break-word;
  white-space: normal;
}
.home-table .td_break_word_6 {
  width: 145px;
  word-wrap: break-word;
  white-space: normal !important;
}
.home-table .td_break_word_7 {
  width: 220px;
  word-wrap: break-word;
  white-space: normal !important;
}
.home-table .td_break_word_8 {
  width: 135px;
  word-wrap: break-word;
  padding: 0 10px !important;
}
.home-table .td_break_word_9 {
  width: 191px;
  word-wrap: break-word;
  padding: 0 9px !important;
}
.dotDot a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display:block;
  width: 100%;
  max-width: 250px;
}
table#dataList1_container>tbody>tr>th {
  padding: 0;
}
table#dataList2_container>tbody>tr>th {
  padding: 0px 8px;
}
table#dataList3_container>tbody>tr>th {
  padding: 0px 8px;
}
table#dataList4_container>tbody>tr>th {
  padding: 0px 8px;
}
table#dataList4_container>tbody>tr>td {
  padding: 1px 3px;
}
table#dataList3_container>tbody>tr>td {
  padding: 1px 3px;
}
table#dataList2_container>tbody>tr>td {
  padding: 1px 3px;
}
table#dataList1_container>tbody>tr>td {
  padding: 1px 3px;
}
.home-table td.td_no_break {
  white-space: nowrap;
}
.home-table tbody>tr>td {
  vertical-align: middle;
}

#dataList_container tr.tr_odd {
  background:#fff;
}
#dataList_container tr.tr_even {
  background:#f9f9f9;
}
#dataList_container tr:hover{
  background:#EEF9FD;
}
#dataList1_container_head .sort-btn, #dataList2_container_head .sort-btn,
#dataList3_container_head .sort-btn, #dataList4_container_head .sort-btn {
  display: inline-block;
  width: 20px;
  height: 50px;
}
#dataList1_container_head .sort-btn > .sort-up, #dataList2_container_head .sort-btn > .sort-up,#dataList3_container_head .sort-btn > .sort-up,#dataList4_container_head .sort-btn > .sort-up {
  width: 20px;
  height: 25px;
  padding-top: 10px;
  display: block;
  cursor: pointer;
}
#dataList1_container_head .sort-btn > .sort-down, #dataList2_container_head .sort-btn > .sort-down,
#dataList3_container_head .sort-btn > .sort-down, #dataList4_container_head .sort-btn > .sort-down {
  width: 20px;
  height: 25px;
  padding-top: 3px;
  display: block;
  cursor: pointer;
}
#dataList1_container_head .sort-btn .icon-arrow_down_1:before, #dataList2_container_head .sort-btn .icon-arrow_down_1:before,
#dataList3_container_head .sort-btn .icon-arrow_down_1:before,
#dataList4_container_head .sort-btn .icon-arrow_down_1:before {
  float: none;
}
#dataList1_container_head .sort-btn .sort-flag,#dataList2_container_head .sort-btn .sort-flag,
#dataList3_container_head .sort-btn .sort-flag,#dataList4_container_head .sort-btn .sort-flag {
  color: #f60;
}
#updateDate,#auditApplyDate {
  min-width: 90px;
  width: 90px;
  display: table-cell;
}
.fl_style {
  text-align: left !important;
}
.pd_style {
  padding: 0 10px !important;
}
.ggtz-content #tab_list2 a, .ggtz-content #tab_list3 a, .ggtz-content #tab_list4 a,.ggtz-content #tab_list5 a {
  vertical-align: middle;
  padding: 5px 0;
}
.ggtz-content #tab_list2 li, .ggtz-content #tab_list3 li, .ggtz-content #tab_list4 li, .ggtz-content #tab_list5 li {
  background-position: left 20px;
}
.ggtz-content #tab_list2 span, .ggtz-content #tab_list3 span, .ggtz-content #tab_list4 span, .ggtz-content #tab_list5 span  {
  margin-top: 4px;
}
.tablelist .show{
  background: #8abef0 !important;
  color: #fff;
}
.table>tbody>tr>th {
  vertical-align: middle;
}
.home-table th {
  line-height: 0 !important;
}
