﻿body {
  background: #fff;
}

.clearfix:after {
  display: block;
  content: "";
  clear: both;
}

ul {
  margin-bottom: 0;
}

.news {
  width: 100%;
  height: auto;
  margin-top: 30px;
  /* padding: 0 20px; */
}

.news .pic {
  width: 55.5%;
  height: 388px;
  float: left;
  overflow: hidden;
  position: relative;
}

.news .pic .img ul li img {
  width: 100%;
  height: 388px;
}

.news .pic .btns a {
  width: 40px;
  height: 50px;
  position: absolute;
  top: 50%;
  display: block;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 3px;
  text-align: center;
  line-height: 50px;
}

.news .pic .btns img {
  height: 40px;
}

.news .pic .btns a.btns_left {
  left: 10px;
}

.news .pic .btns a.btns_right {
  right: 10px;
}

.news .pic .titleTxt {
  width: 100%;
  height: 50px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #000;
  opacity: 0.5;
  filter: alpha(opacity=50);
  overflow: hidden;
}

.news .pic .titleTxt .pic_title {
  width: 80%;
  float: left;
  height: 50px;
}

.news .pic .titleTxt .pic_title a {
  color: #fff;
}

.news .pic .titleTxt .pic_title li {
  width: 100%;
  height: 50px;
  /*text-align: center;*/
  line-height: 50px;
  text-indent: 20px;
  color: #fff;
  font-size: 18px;
}

.news .pic .titleTxt .small_btns {
  width: 20%;
  float: right;
  height: 50px;
}

.news .pic .titleTxt .small_btns li {
  float: left;
  width: 10px;
  height: 10px;
  background: url(../images/index/pic_white_yj.png) no-repeat;
  margin-top: 20px;
  margin-right: 10px;
}

.news .pic .titleTxt .small_btns li.active {
  background: url(../images/index/pic_blue_yj.png) no-repeat;
}

.news .pic .titleTxt .small_btns li:hover {
  cursor: pointer;
}

.news .news_detail {
  width: 42.5%;
  float: right;
}

.news .news_detail .tabs_nav {
  width: 100%;
  height: 40px;
  line-height: 40px;
}

.news .news_detail .tabs_nav .news_tabs {
  width: 80%;
  float: left;
}

.news .news_detail .tabs_nav .news_tabs li {
  float: left;
  /* width: 138px; */
  width: 120px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  background: #e5e5e5;
  border-radius: 5px;
  /* margin-right: 10px; */
  margin-right: 8px;
  font-size: 20px;
  font-weight: bold;
}

.news .news_detail .tabs_nav .news_tabs li a {
  color: #333;
  text-decoration: none;
}

.news .news_detail .tabs_nav .news_tabs .active {
  background: #0d64ab;
}

.news .news_detail .tabs_nav .news_tabs .active a {
  color: #fff;
}

.news .news_detail .tabs_nav .more {
  width: 50px;
  float: right;
  font-size: 16px;
  line-height: 50px;
}

.news .news_detail .tabs_nav .more a {
  color: #989898;
}


.index_main {
  width: 1200px;
  height: auto;
  margin: 0 auto;
  padding: 0 20px;
}

/* ztzl */
.ztzl_item {
  width: 100%;
  height: 184px;
  padding: 0 20px 20px 20px;
  margin-top: 24px;
  border: solid 1px #ebebeb;
  overflow: hidden;
}

.ztzl_item .ztzl_title {
  height: 50px;
  line-height: 50px;
  background: url("../images/index/ztzl_icon.png") no-repeat 0;
}

.ztzl_title span {
  font-size: 20px;
  font-weight: bold;
  color: #0d64ab;
  padding-left: 20px;
}

.ztzl_title a {
  float: right;
  color: #a9a9a9;
}

.picMarquee-left {
  margin-top: 12px;
}

.picMarquee-left,
.picMarquee-left .bd,
.picMarquee-left .bd .tempWrap {
  width: 100% !important;
  height: 100px;
  overflow: hidden;
  position: relative;
}

.picMarquee-left .bd ul {
  /* width: 100% !important; */
  overflow: hidden;
  zoom: 1;
}

.picMarquee-left .bd ul li {
  float: left;
  _display: inline;
  overflow: hidden;
  text-align: center;
  margin: 0 15px;
}

.picMarquee-left .bd ul li .pic {
  text-align: center;
}

.picMarquee-left .bd ul li .pic img {
  width: 370px;
  height: 100px;
  display: block;
}


.news .news_detail .news_tabs_box {
  width: 100%;
}

.news .news_detail .news_tabs_box .tabs_box {
  width: 100%;
  display: none;
}

.news .news_detail .news_tabs_box .tabs_box .tabs_box_top {
  width: 100%;
  height: auto;
  border-bottom: solid 1px #E5E5E5;
  padding-top: 17px;
  padding-bottom: 10px;
}

.tabs_box .tabs_box_top .timu {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.tabs_box .tabs_box_top .timu a {
  color: #005398;
}

.tabs_box_top .info {
  text-indent: 2em;
  line-height: 32px;
  color: #444;
  font-size: 16px;
}

.tabs_box_top .info a {
  color: #dd0018;
}

.news .news_detail .news_tabs_box .tabs_box ul li {
  width: 100%;
  padding-left: 15px;
  line-height: 36px;
  background: url('../images/icon/point.png') no-repeat 0 50%;
}

.tabs_box ul li p {
  float: left;
  width: 75%;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.news .news_detail .news_tabs_box .tabs_box ul li a {
  color: #333;
  font-size: 16px;
}

.news .news_detail .news_tabs_box .tabs_box ul li a:hover {
  color: red;
}

.news .news_detail .news_tabs_box .tabs_box ul li span {
  float: right;
  color: #999999;
}

.news .news_detail .news_tabs_box .firstbox {
  display: block;
}

@media screen and (max-width: 768px) {
  .tabs_box .tabs_box_top .timu{
    font-size: 20px !important;
  }
  .tabs_box ul li p{
    width: 70%;
    font-size: 14px;
  }
  .tg_tabs_box li p{
    width: 65% !important;
  }
  .news {
    width: 100%;
    height: auto;
    margin: auto;
    margin-top: 10px;
    /* padding: 0 5px; */
  }

  .news .pic {
    float: none;
    width: 100%;
    height: 215px;
    margin-bottom: 10px;
  }

  .news .pic .img ul li img {
    max-width: 100% !important;
    height: 214px;
  }

  .news .pic .btns {
    height: 20px;
  }

  .news .pic .btns img {
    height: 20px;
  }

  .news .pic .titleTxt {
    height: 3em;
  }

  .news .pic .titleTxt .pic_title {
    height: 3em;
  }

  .news .pic .titleTxt .pic_title li {
    height: 3em;
    line-height: 3em;
    font-size: 1em;
  }

  .news .pic .titleTxt .small_btns {
    height: 3em;
  }

  .news .pic .titleTxt .small_btns li {
    margin-top: 1em;
    margin-right: 5px;
  }

  .news .news_detail {
    float: none;
    width: 100%;
    /* padding: 0 10px; */
  }

  .news .news_detail .tabs_nav {
    width: 100%;
    height: auto;
  }


  .news .news_detail .tabs_nav .news_tabs li {
    width: 48%;
    /* line-height: 2.5em; */
    margin-right: 4%;
    font-size: 18px;
  }

  .news .news_detail .tabs_nav .news_tabs li:last-child {
    margin-right: 0;
  }

  .news .news_detail .tabs_nav .more {
    width: 11%;
    font-size: .5em;
    line-height: 2.5em;
  }

  .news .news_detail .news_tabs_box {
    width: 100%;
  }

  .news .news_detail .news_tabs_box .tabs_box {
    width: 100%;
  }

  .news .news_detail .news_tabs_box .tabs_box .tabs_box_top {
    width: 100%;
    height: auto;
  }

  .news .news_detail .news_tabs_box .tabs_box .tabs_box_top p {
    font-size: 14px;
  }

  .news .news_detail .news_tabs_box .tabs_box .tabs_box_top span {
    font-size: .5em;
  }

  .news .news_detail .news_tabs_box .tabs_box ul li {
    margin-top: 0;
    height: 36px;
  }

  .news .news_detail .news_tabs_box .tabs_box ul li a {
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    width: 100%;
    display: inline-block;
  }
}


.content {
  width: 100%;
  margin: auto;
  margin-top: 28px;
  /* padding: 0 20px; */
}

.content .content_left {
  width: 21.8%;
  float: left;
}

.content .content_left li {
  width: 100%;
  height: 65px;
  background: #F2F2F2;
  margin-bottom: 10px;
  border-left: solid 7px #fff;
}

.content .content_left li a {
  display: block;
  width: 100%;
  height: 100%;
  text-indent: 75px;
  line-height: 65px;
  font-size: 18px;
  font-weight: bold;
}

.content .content_left .ml {
  border-left-color: #F18180;
}

.content .content_left .ml a {
  background: url(../images/index/index_icon01.png) no-repeat;
  background-position: 35px 18.5px;
}

.content .content_left .ml a:hover {
  color: #F18180;
}

.content .content_left .gk {
  border-left-color: #51A3D2;
}

.content .content_left .gk a {
  background: url(../images/index/index_icon02.png) no-repeat;
  background-position: 35px 17.5px;
}

.content .content_left .gk a:hover {
  color: #51A3D2;
}

.content .content_left .yj {
  border-left-color: #DDB462;
}

.content .content_left .yj a {
  background: url(../images/index/index_icon03.png) no-repeat;
  background-position: 35px 17.5px;
}

.content .content_left .yj a:hover {
  color: #DDB462;
}

.content .content_left .zl {
  border-left-color: #5BB2C5;
  margin-bottom: 0;
}

.content .content_left .zl a {
  background: url(../images/index/index_icon04.png) no-repeat;
  background-position: 35px 15px;
}

.content .content_left .zl a:hover {
  color: #5BB2C5;
}

.content .content_left .nb {
  border-left-color: #58B69C;
}

.content .content_left .nb a {
  background: url(../images/index/nb.png) no-repeat;
  background-position: 35px 13px;
}

.content .content_left .nb a:hover {
  color: #58B69C;
}

.content .content_middle {
  width: 51.1%;
  /* height: 250px; */
  float: left;
  margin-left: 1.3%;
  padding: 0 20px;
  border: solid 1px #e5e5e5;
}

.content .content_middle .middle_top {
  width: 100%;
  height: 50px;
  border-bottom: solid 1px #C2C2C2;
}

.content .content_middle .middle_top .news_tabs {
  /* width: 250px; */
  float: left;
}

.content .content_middle .middle_top .news_tabs li {
  float: left;
  /* width: 100px; */
  /* text-align: center; */
  /* height: 20px; */
  /* border-left: solid 4px #fff; */
  /* line-height: 20px; */
  /* margin-right: 10px; */
  font-size: 20px;
  font-weight: bold;
}

.content .content_middle .middle_top .news_tabs li a {
  color: #333;
  text-decoration: none;
}

.content .content_middle .middle_top .news_tabs .active {
  line-height: 47px;
  border-bottom: 3px solid #265bb0;
}

.content .content_middle .middle_top .news_tabs .active a {
  color: #0D64AB;
}

.content .content_middle .middle_top .more {
  width: 40px;
  float: right;
  font-size: 14px;
  line-height: 30px;
}

.middle_top .mores {
  line-height: 50px;
}

.middle_top .mores a {
  color: #a9a9a9;
}

.content .content_middle .middle_top .more a {
  color: #989898;
}

.content .content_middle .middle_top .more a:hover {
  color: red;
}

.content .content_middle .middle_bottom {
  width: 100%;
}

.content .content_middle .middle_bottom .tg_tabs_box {
  width: 100%;
  display: none;
  box-sizing: border-box;
  padding-top: 22px;
}

.content .content_middle .middle_bottom .tg_tabs_box ul li {
  width: 100%;
  height: 36px;
  line-height: 36px;
  padding-left: 15px;
  background: url('../images/icon/point.png') no-repeat 0 50%;
}

.tg_tabs_box li p {
  float: left;
  width: 80%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.content .content_middle .middle_bottom .tg_tabs_box ul li a {
  color: #333;
  font-size: 16px;
}

.content .content_middle .middle_bottom .tg_tabs_box ul li a:hover {
  color: red;
}

.content .content_middle .middle_bottom .tg_tabs_box ul li span {
  float: right;
  color: #999999;
}

.content .content_middle .middle_bottom .firstbox {
  display: block;
}

.content .content_right {
  width: 24.1%;
  float: right;
  margin-left: 1.7%;
}

.content .content_right .right_top {
  width: 100%;
  height: 115px;
  margin-bottom: 20px;
  overflow: hidden;
  position: relative;
}

.content .content_right .right_top .img ul li img {
  width: 100%;
  height: 115px;
}

.content .content_right .right_top .small_btns {
  float: right;
  height: 50px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.content .content_right .right_top .small_btns li {
  float: left;
  width: 18px;
  height: 18px;
  text-align: center;
  line-height: 18px;
  background: #8C8A73;
  color: #fff;
  font-size: 14px;
  margin-top: 20px;
  margin-right: 10px;
}

.content .content_right .right_top .small_btns li.active {
  background: #BC0F11;
}

.content .content_right .right_top .small_btns li:hover {
  cursor: pointer;
}

.content .content_right .right_bottom {
  width: 100%;
  height: 115px;
  position: relative;
}

.content .content_right .right_bottom img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

.content .content_right .right_bottom a {
  position: absolute;
  color: #275A93;
  right: 15px;
  top: 50px;
}


.img_item {
  width: 100%;
}

.img_item li {
  width: 100%;
  height: 85px;
  line-height: 85px;
  text-align: center;
  margin-top: 17px;
  border: 1px solid #e5e5e5;
}

.img_item li:first-child {
  margin-top: 0;
}

.img_item li a {
  display: block;
  width: 100%;
}

.img_item li a * {
  vertical-align: middle;
}

.img_item li span {
  font-size: 24px;
  color: #265bb0;
  margin-left: 20px;
}

.img_item .zcwj,
.img_item .zcjd {
  position: relative;
}

.img_item .zcwj::before,
.img_item .zcjd::before {
  content: "";
  display: block;
  width: 20px;
  height: 18px;
  position: absolute;
  right: 0;
  background: url("../images/index/index_icon05.png") no-repeat;
}



@media screen and (max-width: 768px) {
  .index_main {
    width: 100%;
    padding: 0 10px;
  }

  .ztzl_item {
    padding: 0 10px 10px 10px;
    margin-top: 15px;
  }

  .img_item li span {
    font-size: 20px;
  }

  .content {
    width: 100%;
    margin: auto;
    margin-top: 32px;
    padding: 0 5px;
  }

  .content .content_left {
    width: 100%;
  }

  .content .content_left li {
    width: 100%;
  }

  .content .content_left li a {
    font-size: 16px;
  }

  .content .content_middle {
    width: 100%;
    height: auto;
    margin: 10px 0;
    padding: 0 10px;
  }

  .content .content_middle .middle_top {
    width: 100%;
  }

  .content .content_middle .middle_top .news_tabs li {
    font-size: 18px;
  }

  .content .content_middle .middle_top .more {
    font-size: .5em;
  }

  .content .content_middle .middle_bottom {
    width: 100%;
  }

  .content .content_middle .middle_bottom .tg_tabs_box {
    width: 100%;
  }

  .content .content_middle .middle_bottom .tg_tabs_box ul li a {
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    width: 100%;
    display: inline-block;
  }

  .content .content_middle .middle_bottom .tg_tabs_box ul li span {
    font-size: 14px;
  }

  .content .content_right {
    width: 100%;
  }

  .content .content_right .right_top .img ul li img {
    height: 115px;
  }
}

