@charset "UTF-8";

.wrapper-index {
  margin-top: 26px;
}

.top-news {
  background: linear-gradient(to bottom, #dfeefe, #fbfcfd);
  padding-top: 23px;
  padding-bottom: 26px;
  padding-left: 10px;
  padding-right: 10px;
}
.top-news-title {
  font-size: 30px;
  font-weight: bold;
  color: #2775cc;
  text-align: center;
  margin-bottom: 15px;
}
.top-news-content {
  font-size: 16px;
  color: #808080;
  text-align: center;
  line-height: 1.5;
}
.top-news-content span {
  color: #df0024;
}

.news {
  margin-top: 23px;
}

.news-left {
  width: 50%;
  float: left;
  padding-right: 18px;
}
.news-right {
  width: 50%;
  float: left;
}
.news-list-container {
  display: none;
  position: relative;
  margin-top: 30px;
}
.news-list-container.on {
  display: block;
}
.news-list-item {
  padding: 18px 0;
  border-bottom: 1px dashed #e5e5e5;
}
.news-list-item span {
  float: left;
  color: #b2b2b2;
}
.news-list-item a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 20px;
  color: #333333;
}
.news-list-first {
  margin-bottom: 20px;
}
.news-list-first span {
  width: 90px;
  height: 90px;
  line-height: 90px;
  float: left;
  font-size: 26px;
  color: #2775cc;
  border-right: 1px solid #cccccc;
}
.news-list-first a {
  display: block;
  height: 90px;
  margin-left: 104px;
}
.news-list-first p:first-child {
  color: #2775cc;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 5px;
  padding-bottom: 18px;
}
.news-list-first p:last-child {
  color: #909399;
  line-height: 1.5;
}
.news-list-more {
  color: #a5a5a5;
  position: absolute;
  right: 10px;
  top: -60px;
}
.news-list-more:hover {
  color: #333;
}

.ad-banner{
  margin-bottom: 20px;
}

.ztzl-banner{
  margin-bottom: 20px;
}

/* line1 */
.line1{
  margin: 0 -9px;
  margin-bottom: 20px;
}
.line1-left,.line1-right{
  float: left;
  width: 50%;
  padding: 0 9px;
}
.line1-right .common-list-container{
  margin-top: 35px;
}

/* line2 */
.line2{
  margin: 0 -9px;
  margin-bottom: 27px;
}
.line2-left{
  float: left;
  width: 50%;
  padding: 0 9px;
}
.line2-center{
  float: left;
  width: 18%;
  padding: 0 9px;
}
.line2-right{
  float: left;
  width: 32%;
  padding: 0 9px;
}
.mail{
  display: inline-block;
  background-color: #f9f9f9;
  text-align: center;
  /* padding: 14px 0; */
  transition: background-color .3s ease;
  padding: 5px 35px;
}
.mail:hover{
  background-color: #e3e3e3;
}
.mail:first-child{
  /* margin-bottom: 14px; */
}
.mail p{
  color: #333;
  font-size: 16px;
  font-weight: bold;
}
.mail img{
  margin-bottom: 7px;
  width: 34px;
}
.index-img-container{
  display: inline-block;
  margin-bottom: 12px;
  width: 307px;
}
.index-img-container img{
  width: 100%;
}
.jdts{
  margin-bottom: 0;
}
.jdts-inner{
  position: relative;
  width: 100%;
  height: 58px;
}
.jdts-inner img{
  display: none;
  position: absolute;
  top: 0;
}
.jdts-inner img:first-child{
  display: block;
}

/* 轮播图 */
.slideBox {
  width: 100%;
  height: 333px;
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
}

.slideBox .hd {
  height: 15px;
  overflow: hidden;
  position: absolute;
  right: 10px;
  bottom: 7px;
  z-index: 1;
}

.slideBox .hd ul li {
  float: left;
  width: 15px;
  height: 4px;
  margin: 0 5px;
  text-align: center;
  cursor: pointer;
  background-color: #fff;
  box-sizing: border-box;
}

.slideBox .hd ul li.on {
  background: #0a5491;
}

.slideBox .bd {
  position: relative;
  height: 100%;
  z-index: 0;
}

.slideBox .bd li {
  width: 100%;
  height: 100%;
  zoom: 1;
  vertical-align: middle;
  position: relative;
}

.slideBox .bd p {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 14px;
  padding-right: 150px;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.678);
}

.slideBox .bd ul {
  width: 100%;
  height: 100%;
}

.slideBox .bd img {
  width: 100%;
  height: 100%;
  display: block;
}

.slideBox .prev,
.slideBox .next {
  position: absolute;
  top: 50%;
  margin-top: -25px;
  display: block;
  width: 42px;
  height: 69px;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.slideBox .prev {
  left: 0;
  background: url(../images/icon_arleft.png) no-repeat;
  background-size: contain;
}

.slideBox .next {
  right: 0;
  background: url(../images/icon_arright.png) no-repeat;
  background-size: contain;
}

.slideBox .prev:hover,
.slideBox .next:hover {
  filter: alpha(opacity=100);
  opacity: 1;
}

.slideBox .prevStop {
  display: none;
}

.slideBox .nextStop {
  display: none;
}

/* 专题专栏轮播 */
.picScroll-zt {
  margin: 0 auto;
  width: 100%;
  overflow: hidden;
  position: relative;
  border: 1px solid #ccc;
}
.picScroll-zt .hd {
  position: absolute;
  z-index: 2;
  bottom: 10px;
  right: 10px;
}
.picScroll-zt .hd ul {
  overflow: hidden;
}
.picScroll-zt .hd ul li {
  float: left;
  width: 9px;
  height: 9px;
  overflow: hidden;
  margin-right: 5px;
  cursor: pointer;
  background-color: #fff;
  border-radius: 100%;
  border: 1px solid #fff;
  font-size: 0;
}
.picScroll-zt .hd ul li.on {
  background-color: #0a5491;
}
.picScroll-zt .bd ul {
  overflow: hidden;
  zoom: 1;
}
.picScroll-zt .bd ul li {
  text-align: center;
  zoom: 1;
}
.picScroll-zt .bd ul li .pic {
  text-align: center;
}
.picScroll-zt .bd ul li .pic img {
  width: 100%;
  height: 115px;
  display: block;
}
.picScroll-zt .bd ul li .pic a:hover img {
  border-color: #999;
}
.picScroll-zt .bd ul li .title {
  line-height: 24px;
}
/* 业务系统轮播 */
.channelScroll {
  min-height: 228px;
  position: relative;
  margin-bottom: 47px;
}
.channelScroll .hd {
    position:absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
}
.channelScroll .hd li {
  float: left;
  width: 25px;
  height: 5px;
  overflow: hidden;
  margin-right: 8px;
  cursor: pointer;
  background-color: #d8d8d8;
  font-size: 0;
}
.channelScroll .hd ul li.on {
  background-color: #0a5491;
}
.channelScroll .bd li {
  width: 100%;
  margin-bottom: 12px;
  background-color: #eee;
}
.channelScroll .bd li:nth-child(1){
  background-color: #4d86b3;
}
.channelScroll .bd li:nth-child(2){
  background-color: #96ca82;
}
.channelScroll .bd li:nth-child(3){
  background-color: #f07965;
}
.channelScroll .bd li:nth-child(4){
  background-color: #2eb6a0;
}
.channelScroll .bd li a {
  display: block;
  padding: 15px 0;
  font-size: 18px;
  text-align: center;
  color: #fff;
}

/* 接口列表 */
#xinjiang-list-container {margin-top:0;}
#xinjiang-list-container .news-list-more{top: -49px;}
.govpushinfo150203 li{display:none;}
.govpushinfo150203 li:nth-child(1){display: block;}
.govpushinfo150203 li:nth-child(2){display: block;}
.govpushinfo150203 li:nth-child(3){display: block;}
.govpushinfo150203 li:nth-child(4){display: block;}
.govpushinfo150203 li:nth-child(5){display: block;}
.govpushinfo150203 li:nth-child(6){display: block;}
.govpushinfo150203 li:nth-child(7){display: block;}

#gov-list-container {margin-top:0;}
#gov-list-container .news-list-more{top: -49px;}
.govpushinfo150203 li{display:none;}
.govpushinfo150203 li:nth-child(1){display: block;}
.govpushinfo150203 li:nth-child(2){display: block;}
.govpushinfo150203 li:nth-child(3){display: block;}
.govpushinfo150203 li:nth-child(4){display: block;}
.govpushinfo150203 li:nth-child(5){display: block;}
.govpushinfo150203 li:nth-child(6){display: block;}
.govpushinfo150203 li:nth-child(7){display: block;}

@media screen and (max-width: 1200px){
  .mail{width: 100%;margin-bottom:10px;}
  .index-img-container{width: 100%;}
  .jdts{margin-bottom: 12px;}
  .jdts-inner{height: 70px;}
}

@media screen and (max-width: 768px){
  .top-news-title{
    font-size: 18px;
    line-height: 1.5;
  }
  .top-news-content{
    font-size: 14px;
  }
  .news-left{
    width: 100%;
    padding-right: 0;
  }
  .news-right{
    width: 100%;
  }
  .line1{
    margin: 0;
  }
  .line1-left,.line1-right{
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }
  .line2{
    margin-left: 0;
    margin-right: 0;
  }
  .line2-left,.line2-center,.line2-right{
    width: 100%;
    padding: 0;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 425px){
  .slideBox{
    height: 200px;
  }
}
