﻿@charset "utf-8";

/*轮播区域样式*/

.swiper_box {
  margin: 15px 0;
}

.swiper_box .text_box {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  height: 60px;
  display: table;
}

.swiper_box p {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  line-height: 1.5;
}

.carousel {
  width: 100%;
  min-height: 278px;
}

@media (min-width: 767px) {
  .carousel {
    min-height: 340px;
  }
}

.carousel-indicators {
  bottom: 66px;
  /*width: 100%;*/
}

.carousel-inner {
  height: 100%;
}

.carousel-inner>.item {
  height: 100%;
}

.carousel-inner>.item a {
  height: 100%;
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img,
.img-responsive,
.thumbnail a>img,
.thumbnail>img {
  height: 100%;
  width: 100%;
}

#wlztCarousel {
  /*margin: 15px 0 15px;*/
}

#wlztCarousel .text_box {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  height: 60px;
  display: table;
}

#wlztCarousel p {
  font-size: 20px;
  font-weight: 600;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  line-height: 1.5;
}


/*选项卡区域*/

.tab_box {
  width: 100%;
  float: right;
}

.tab_box .nav-tabs {
  width: 100%;
  display: table;
  /*display: flex;*/
  /*justify-content: space-between;*/
}

.nav-tabs>li {
  display: table-cell;
  padding: 0 10px 0 0;
  /*float: none;*/
  width: 25%;
  margin-bottom: 0;
  /*cursor: pointer;*/
}

.nav-tabs>li>a {
  margin-right: 1px;
  line-height: 50px;
  padding: 0;
  display: block;
  font-weight: 600;
  border: none;
  border-radius: 0;
  float: left;
  cursor: pointer;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
  color: #2d71b3;
  border: none;
  border-bottom-color: transparent;
  cursor: pointer;
}

.nav-tabs>li>a:hover {
  border: none;
}

.nav>li>a:focus,
.nav>li>a:hover {
  text-decoration: none;
  background: none;
}

@media (min-width: 767px) {
  .nav-tabs>li>a {
    font-size: 20px;
    float: left;
  }
}

.nav-tabs>li>.more {
  font-weight: 400;
  font-size: 12px;
  cursor: pointer;
  float: right;
  display: block;
  line-height: 50px;
  margin-right: 5px;
}

.more_list {
  width: 40px;
  display: block;
  float: right;
  margin-right: 5px;
  margin-top: -28px;
}

.more_list img {
  width: 100%;
}

.tab_box #myTabContent {
  overflow: hidden;
}


/*信息公开*/

.xxgkicon_box {
  margin-top: 40px;
}

.xxgkicon_box li {
  width: 100px;
  height: 100px;
  margin-bottom: 10px;
  padding: 10px 0 0;
  background: #CBE7FB;
  border-radius: 15px;
  text-align: center;
}

.xxgkicon_box li a {
  display: block;
}

.xxgkicon_box li span {
  display: block;
  margin: 5px auto;
  font-size: 15px;
  font-family: "Microsoft YaHei", "微软雅黑", "Segoe UI", Arial;
  font-weight: 800;
  color: #075697;
  line-height: 16px;
}

.xxgkicon_box li:last-child span {
  margin: 12px auto;
}

@media (max-width: 767px) {
  .xxgkicon_box {
    margin-top: 10px;
    display: flex;
    width: 100%;
  }
  .xxgkicon_box li {
    width: 24%;
    height: 100px;
    text-align: center;
    display: block;
    margin: 0 1%;
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
}


/*公共服务和信息公开*/

.sever_box,
.affair_box {
  width: 100%;
  /*display: flex;*/
  background-color: #fff;
  border-radius: 10px;
  margin: 10px auto;
  margin-bottom: 0px;
  padding: 10px 0;
  justify-content: space-between;
}

@media (min-width: 767px) {
  .sever_box .box {
    width: 20%;
    margin-bottom: 0;
  }
}

.sever_box .box,
.affair_box .box {
  background-color: #fff;
  position: relative;
  padding-right: 10px;
  padding-left: 10px;
  margin-bottom: 10px;
}

.public_box {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  overflow: hidden;
  /*display: block;*/
  position: relative;
}

.public_box .img_box {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.public_box .img_box img {
  width: 100%;
}

.public_box .img_box h4 {
  width: 100%;
  height: 30px;
  /*font-size: 16px;*/
  font-weight: 500;
  text-align: center;
  color: #fff;
  line-height: 30px;
  margin: 0;
  padding: 0;
  margin-top: -30px;
  display: block;
  background-color: rgba(0, 0, 0, 0.6);
  position: relative;
  z-index: 5;
}

.public_box:hover .img_box h4 {
  display: none;
}

.public_box .dask_box {
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 0;
  /*z-index: 10;*/
  display: flex;
  align-content: center;
  align-items: center;
  flex-wrap: wrap;
  display: none;
}

.public_box .dask_box .public_box {
  display: none;
}

.public_box .dask_box h4 {
  /*font-size: 16px;*/
  text-align: center;
  color: #fff;
  line-height: 40px;
  margin: 0;
  padding: 0;
  width: 100%;
}

.public_box:hover .dask_box {
  display: block;
  display: flex;
  animation: ani2 .5s linear;
}


/******/

.public_txtbox {
  width: 100%;
  height: 100%;
  border: none;
  position: relative;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.sever_box .public_txtbox {
  background-image: url(../img/list_title1.png);
}

.sever_box .public_txtbox:hover {
  background-image: url(../img/list_title1_hover.png);
}

.affair_box .public_txtbox {
  background-image: url(../img/list_title2.png);
}

.affair_box .public_txtbox:hover {
  background-image: url(../img/list_title2_hover.png);
}

.public_txtbox:hover .text_box .text_con {
  display: block;
  animation: ani 1s linear;
}

.public_txtbox .text_box {
  position: absolute;
  top: 20px;
  left: 20px;
}

.public_txtbox .text_box .title_text h2 {
  font-size: 20px;
  line-height: 20px;
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
  color: #fff;
}

.public_txtbox .text_box .title_text h3 {
  font-size: 18px;
  line-height: 18px;
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
  color: #fff;
}

.public_txtbox .text_box .text_con {
  font-size: 20px;
  line-height: 30px;
  margin: 0;
  padding: 0;
  color: #fff;
  display: none;
}


/******/

.affair_box .nav-tabs>li {
  padding: 0 5px;
  float: none;
  width: 25%;
  height: 50px;
  float: left;
  display: block;
  margin: 0;
  margin-bottom: 0;
}

.affair_box .affair_right_more {
  width: 80px;
  height: 30px;
  font-size: 13px;
  text-align: center;
  line-height: 26px;
  color: #0fa6ea;
  border-radius: 12px;
  border: 1px solid #0fa6ea;
  display: block;
  margin: 10px 0;
  text-decoration: none;
  float: right;
  cursor: pointer;
}

@keyframes ani {
  0% {
    margin-top: 60px;
    opacity: 0;
  }
  100% {
    margin-top: 0px;
    opacity: 1;
  }
}

@keyframes ani2 {
  0% {
    top: 100%;
  }
  100% {
    ;
    top: 0px;
  }
}

.cont2_box .sever_box li:hover {
  box-shadow: 1px 1px 3px #ccc;
}

.cont2_box .sever_box li:hover .more {
  background-color: #2d71b3;
  color: #fff;
}

.cont2_box .sever_box li img {
  width: 100%;
}

.cont2_box .sever_box li .img_box {
  width: 100%;
}

.cont2_box .sever_box li .img_box img {
  width: 100%;
}

.cont2_box .sever_box li .img_box h3 {
  display: block;
  width: 100%;
  font-size: 14px;
  line-height: 30px;
  background-color: rgba(0, 0, 0, 0.5);
  margin-top: -30px;
  position: relative;
  z-index: 5;
}

.cont2_box .sever_box li .img_box h3 {
  display: block;
  width: 100%;
  font-size: 16px;
  color: #fff;
  line-height: 30px;
  background-color: rgba(0, 0, 0, 0.6);
  margin-top: -30px;
  text-align: center;
  font-weight: 600;
  position: relative;
  z-index: 5;
}

.cont2_box .sever_box li .linkMore {
  display: flex;
  flex-wrap: wrap;
  /*margin-top: -10px;*/
  /*justify-content: space-around;*/
  padding: 20px 0;
}

.cont2_box .sever_box li .linkMore a {
  font-size: 14px;
  display: block;
  width: 50%;
  line-height: 30px;
  height: 30px;
}

.cont2_box .sever_box li .more {
  width: 90%;
  margin: 0 auto;
  font-size: 14px;
  line-height: 30px;
  color: #353434;
  display: block;
  border-radius: 3px;
  text-decoration: none;
  text-align: center;
  background-color: #dadada;
}


/*互动交流*/

.cont3_box {
  width: 100%;
}


/*.title_box {
  margin-top: 50px;
  display: flex;
  justify-content: space-around;
}*/


/*.title_box .title {
  font-size: 24px;
  line-height: 50px;
  width: 300px;
  margin: 0 auto;
  color: #fff;
  font-weight: 600;
  text-align: center;
  background-image: url(../img/index_title_active.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
}

.title_box .title_active {
  background-image: url(../img/index_title_bj.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}*/

.cont3_content {
  width: 100%;
  position: relative;
}

@media (min-width: 767px) {
  .cont3_content {
    height: 400px !important;
    overflow: hidden;
  }
}

.baodao_box {
  height: 300px;
}

@media (min-width: 767px) {
  .baodao_box {
    height: 387px;
  }
}

.baodao_box img {
  height: 387px;
}

.baodao_list ul {
  width: 100%;
  margin-bottom: 0;
}

.baodao_list ul li {
  width: 100%;
  margin-bottom: 5px;
}

.baodao_list ul li:last-child {
  margin-bottom: 0;
}

.baodao_list ul li img {
  width: 100%;
  height: 190px;
}

.service_box {
  margin: -10px 0 0 -10px;
  position: relative;
}

.service_box .service_item {
  width: calc( 50% - 20px);
  float: left;
  height: 180px;
  background-color: #2d71b3;
  display: block;
  margin: 10px;
  border-radius: 8px;
  padding-bottom: 10px;
}

.service_box .service_item img {
  width: 70%;
  display: block;
  margin: 20px auto;
}

@media (max-width: 767px) {
  .service_box .service_item img {
    margin: 20px auto 10px;
  }
}

.service_box .service_item h4 {
  font-size: 18px;
  margin: 0;
  padding: 0;
  line-height: 30px;
  text-align: center;
  font-weight: 600;
  color: #fff;
}


/*互动选登*/

#hdxd_box .hdxd_kuai {
  margin: 0 10px;
}

#hdxd_box span.ShowType {
  color: #777;
  /*font-style: italic;*/
  font-size: .8em;
}

#hdxd_box .hdxd_kuai {
  line-height: 40px;
}
#hdxd_box .hdxd_kuai a {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}

#hdxd_box .hdxd_kuai span.date {
  float: right;
}

#hdxd_box .hdxd_kuai .dropdown-menu {
  width: 100%;
}


/*互动交流*/

.index_hudong_box {
  margin: -10px 0 0 -10px;
  position: relative;
}

.index_hudong_box .hudong_item {
  width: calc( 50% - 20px);
  float: left;
  height: 144px;
  display: block;
  margin: 12px 10px;
  border-right: 0;
  /*padding-bottom: 10px;*/
}

.index_hudong_box .hudong_item img {
  width: 70%;
  display: block;
  margin: 10px auto;
}

.index_hudong_box .hudong_item h4 {
  font-size: 18px;
  margin: 0;
  padding: 0;
  line-height: 30px;
  text-align: center;
  font-weight: 600;
  color: #2D71B3;
}


/*首页广告*/

.marquee-zfyq {
  position: relative;
  margin: 0 -10px;
}

.zfyq {
  width: 97%;
  height: 162px;
  overflow: hidden;
  margin: 0 1.5%;
  padding: 0;
}

.zfyq ul {
  margin: 0;
  padding: 0;
}

.zfyq ul li {
  float: left;
  list-style-type: none;
  margin: 0;
  padding: 0 5px;
  text-align: center;
  position: relative;
}

.zfyq ul li img {
  display: block;
  width: 344px;
  height: 162px;
}

.marquee-zfyq .carousel-control {
  width: 24px;
  height: 24px;
  color: #666;
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -12px;
  font-size: 24px;
}

.marquee-zfyq .carousel-control.left {
  background-image: none;
  background-color: transparent;
  text-align: left;
}

.marquee-zfyq .carousel-control.right {
  background-image: none;
  background-color: transparent;
  text-align: right;
}

.baodao_box .slide_box {
  width: 50%;
  float: right;
}

.slide_box #myCarousel2 {
  width: 100%;
  overflow: hidden;
}

.slide_box #myCarousel2 .carousel-control {
  position: absolute;
  top: 50%;
  margin-top: -50px;
  width: 100px;
  height: 100px;
  text-shadow: none;
  background-color: rgba(0, 0, 0, 0.6);
  filter: alpha(opacity=50);
  opacity: 1;
  border-radius: 50%;
}

.slide_box #myCarousel2 .left {
  margin-left: -50px;
  left: 0;
}

.slide_box #myCarousel2 .right {
  right: 0;
  margin-right: -50px;
}

.slide_box #myCarousel2 .left span {
  font-size: 30px;
  line-height: 100px;
  color: #fff;
  width: 50px;
  text-align: center;
  margin-left: 38px;
}

.slide_box #myCarousel2 .right span {
  font-size: 30px;
  line-height: 100px;
  color: #fff;
  width: 50px;
  text-align: center;
  margin-right: 38px;
}

.slide_box #myCarousel2 .carousel-inner>.item>a>img,
.slide_box #myCarousel2 .carousel-inner>.item>img,
.img-responsive,
.thumbnail a>img,
.thumbnail>img {
  width: 100%;
}

.slide_box #myCarousel2 .carousel-caption {
  position: absolute;
  right: 2%;
  bottom: 20px;
  left: 2%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 0px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}

.slide_box #myCarousel2 .carousel-caption h2 {
  font-size: 24px;
  font-weight: 600;
  line-height: 40px;
}


/*专题报道*/

.cont4_box {
  width: 100%;
  margin-top: 50px;
}

.cont4_box .title {
  font-size: 24px;
  line-height: 50px;
  width: 300px;
  margin: 0 auto;
  color: #fff;
  font-weight: 600;
  text-align: center;
  background-image: url("${res}/images/web/index_title_bj.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.news_box {
  width: 100%;
  margin-top: 50px;
}

.news_box ul {
  width: 100%;
}

.news_box ul li {
  width: 100%;
  background-color: #fff;
  border-radius: 10px;
  padding: 5px;
  margin-bottom: 2px;
  list-style-type: none;
}

.news_box ul li a {
  display: block;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.news_box ul li a .news_img {
  width: 22%;
  overflow: hidden;
}

.news_box ul li a .news_img img {
  width: 100%;
}

.news_box ul li a .news_text {
  margin-left: 30px;
}

.news_box ul li a .news_text {
  margin-left: 30px;
  display: flex;
  justify-content: space-between;
  width: 75%;
}

.news_box ul li a .news_text .text-cont {
  width: 80%;
}

.news_box ul li a .news_text .text-cont h3 {
  font-size: 18px;
  line-height: 20px;
  padding: 0;
  margin: 20px 0 15px 0;
  color: #2d71b3;
  font-weight: 600;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.news_box ul li a .news_text .text-cont p {
  font-size: 14px;
  line-height: 30px;
  padding-right: 40px;
  color: #6b6c6d;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.news_box ul li a .news_text .time {
  width: 80px;
  height: 80px;
  border: 1px solid #959595;
  border-radius: 6px;
  margin-top: 30px;
}

.news_box ul li a .news_text .time h4 {
  margin: 0 auto;
  padding: 0;
  width: 60px;
  line-height: 40px;
  font-size: 26px;
  text-align: center;
  color: #6b6c6d;
  font-weight: 600;
  border-bottom: 1px solid #626262;
}

.news_box ul li a .news_text .time h5 {
  margin: 0 auto;
  padding: 0;
  width: 60px;
  line-height: 40px;
  font-size: 18px;
  text-align: center;
  color: #6b6c6d;
}


/*二维码*/

.hidden-xs .sliderBox {
  background: url(../img/slide-bg.jpg) no-repeat;
  background-size: 100% 100%;
}

.sliderBox {
  display: none;
  /*background: url(../img/slide-bg.jpg) no-repeat;*/
  /*background-size: 100% 100%;*/
  display: flex;
  justify-content: space-around;
}

.sliderBox .slide {
  width: 120px;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  margin: 40px 0;
}

@media (max-width: 767px) {
  .sliderBox .slide {
    margin: 10px ;
  }
}

.sliderBox .slide a {
  display: block;
  width: 100%;
}

.sliderBox .slide img {
  width: 100%;
}

.sliderBox .slide span {
  font-size: 12px;
  line-height: 24px;
  font-weight: 600;
  width: 100%;
  display: block;
  color: #2d71b3;
  text-align: center;
}