﻿body {
  background: #fff;
  position: relative;
}
.clearfix:after {
  display: block;
  content: "";
  clear: both;
}
ul {
  margin-bottom: 0;
}
.news {
  width: 1200px;
  height: 360px;
  margin: auto;
  margin-top: 30px;
  padding: 0 20px;
}
.news .pic {
  width: 640px;
  height: 360px;
  margin: auto;
  float: left;
  overflow: hidden;
  position: relative;
}
.news .pic .img ul li img {
  width: 740px;
  height: 416px;
}
.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: rgba(0, 0, 0, 0.58);
  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: 15%;
  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: 505px;
  float: right;
}
.news .news_detail .tabs_nav {
  width: 100%;
  height: 50px;
}
.news .news_detail .tabs_nav .news_tabs {
  width: 444px;
  float: left;
}
.news .news_detail .tabs_nav .news_tabs li {
  float: left;
  width: 101px;
  text-align: center;
  line-height: 50px;
  background: url(../images/index/gray_yj.png);
  margin-right: 10px;
  font-size: 18px;
  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: url(../images/index/blue_yj.png);
}
.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_more{
 margin-top:20px;
}
@media screen and (max-width: 768px) {
.index_more{
 margin-top:10px;
}
}
@media screen and (max-width: 380px) {

}
@media screen and (max-width: 320px) {
.index_more{
 margin-top:10px !important;
}
}
.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: 99px;
  border-bottom: solid 1px #E5E5E5;
  box-sizing: border-box;
  padding-top: 17px;
  letter-spacing: 1px;
}
.news .news_detail .news_tabs_box .tabs_box .tabs_box_top p {
  font-size: 19px;
  font-weight: bold;
  text-indent:2em;
  margin-bottom: 5px;
}
.news .news_detail .news_tabs_box .tabs_box .tabs_box_top span {
  font-size:14px;
}
.news .news_detail .news_tabs_box .tabs_box .tabs_box_top p a {
  color: #015293;
}
.news .news_detail .news_tabs_box .tabs_box .tabs_box_top span a {
  color: #BE1414;
}
.news .news_detail .news_tabs_box .tabs_box ul li {
 background:url('../images/icon/point.png') no-repeat;
 background-position-y:10px;
 text-indent:8px;
 line-height: 28px;
}
.news .news_detail .news_tabs_box .tabs_box ul li a {
  color: #333;
  font-size: 16px;
  width: 75%;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.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;
  font-size: 14px;
}
.news .news_detail .news_tabs_box .firstbox {
  display: block;
}
@media screen and (max-width: 768px) {
  .news {
    width: 100%;
    height: auto;
    margin: auto;
    margin-top: 10px;
    padding: 0 5px;
  }
  .news .pic {
    width: 100%;
    height: 214px;
    margin-bottom: 10px;
  }
  .news .pic .img ul li img {
    max-width: 100% !important;
    height: 214px;
  }
  .news .pic .btns {
    height: 20px;
  }
  .news .pic .btns a{
    top: 30%;
  }
  .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 {
    width: 18%;
    height: 3em;
  }
  .news .pic .titleTxt .small_btns li {
    margin-top: 1em;
    margin-right: 5px;
  }
  .news .news_detail {
    width: 100%;
    padding: 0 10px;
  }
  .news .news_detail .tabs_nav {
    width: 100%;
    height: auto;
  }
  .news .news_detail .tabs_nav .news_tabs {
    width: 85%;
  }
  .news .news_detail .tabs_nav .news_tabs li {
    width: 32%;
    line-height: 2.5em;
    margin-right: 2px;
    font-size: 1em;
  }
  .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 ul {
    margin-top: 1em;
  }
  .news .news_detail .news_tabs_box .tabs_box ul li a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    width: 70%;
    display: inline-block;
  }
}
@media screen and (max-width: 320px) {
  .news_detail {
    padding: 0 !important;
  }
  .news_detail .tabs_nav .news_tabs {
    width: 84% !important;
  }
  .news_detail .tabs_nav .more {
    width: 12% !important;
  }
}
.content {
  width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.content .content_left {
  width: 237px;
  float: left;
}
.content .content_left li {
  width: 100%;
  height: 45px;
  background: #F2F2F2;
  margin-bottom: 5px;
  border-left: solid 6px #fff;
}
.content .content_left li a {
  display: block;
  width: 100%;
  height: 100%;
  text-indent: 60px;
  line-height: 45px;
  font-size: 18px;
}
.content .content_left .ml {
  border-left-color: #F18180;
}
.content .content_left .ml a {
  background: url(../images/index/ml.png) no-repeat;
  background-position: 20px 12px;
}
.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/gk.png) no-repeat;
  background-position: 20px 10px;
}
.content .content_left .gk a:hover {
  color: #d4237a;
}
.content .content_left .zd {
  border-left-color: #d4237a;
}
.content .content_left .zd a {
  background: url(../images/index/zd.png) no-repeat;
  background-position: 15px 4px;
}
.content .content_left .zd a:hover {
  color: #51A3D2;
}
.content .content_left .yj {
  border-left-color: #DDB462;
}
.content .content_left .yj a {
  background: url(../images/index/yj.png) no-repeat;
  background-position: 20px 13px;
}
.content .content_left .yj a:hover {
  color: #DDB462;
}
.content .content_left .zl {
  border-left-color: #5BB2C5;
}
.content .content_left .zl a {
  background: url(../images/index/zl.png) no-repeat;
  background-position: 20px 10px;
}
.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: 20px 10px;
}
.content .content_left .nb a:hover {
  color: #58B69C;
}
.content .content_middle {
  width: 574px;
  height: 250px;
  float: left;
  margin-left: 25px;
}
.content .content_middle .middle_top {
  width: 100%;
  height: 30px;
  border-bottom: solid 1px #C2C2C2;
}
.content .content_middle .middle_top .news_tabs {
  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: 18px;
}
.content .content_middle .middle_top .news_tabs li a {
  color: #333;
  text-decoration: none;
}
.content .content_middle .middle_top .news_tabs .active {
  border-left-color: #0D64AB;
}
.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;
}
.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: 20px;
}
.content .content_middle .middle_bottom .tg_tabs_box ul li {
  background:url('../images/icon/point.png') no-repeat;
  background-position-y:10px;
  text-indent:8px;
  line-height: 26px;
}
.content .content_middle .middle_bottom .tg_tabs_box ul li a {
  color: #333;
  font-size: 16px;
  width: 75%;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.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_right {
  width: 298px;
  float: right;
}
.content_right a {
  display: block;
  width: 100%;
  height: 70px;
  margin: 15px 0 0;
}
.content_right a:first-child{
  margin: 0 0;
}
.content_right a img {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .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: 1.1em;
  }
  .content .content_middle {
    width: 100%;
    height: auto;
    margin: 10px 0;
  }
  .content .content_middle .middle_top {
    width: 100%;
  }
  .content .content_middle .middle_top .news_tabs li {
    font-size: 1.1em;
  }
  .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 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    width: 70%;
    display: inline-block;

  }
 .content .content_middle .middle_bottom .tg_tabs_box ul li span{
 font-size: .5em;
  }
    .news .news_detail .news_tabs_box .tabs_box ul li span {
     font-size: .5em;
  }
  .content .content_right {
    width: 100%;
  }
  .content .content_right .right_top .img ul li img {
    height: 115px;
  }
  .content .content_middle .middle_top .news_tabs li{
    width:70px;
    margin-right: 5px;
  }
}
/*# sourceMappingURL=index.css.map */

/* ÃƒÂ¦Ã¢â‚¬â€œÃ‚Â°ÃƒÂ¥Ã‚Â¢Ã…Â¾ÃƒÂ¦Ã‚Â¨Ã‚ÂªÃƒÂ¥Ã‚Â¹Ã¢â‚¬Â¦ÃƒÂ¦Ã‚Â Ã‚Â·ÃƒÂ¥Ã‚Â¼Ã‚Â */
.indexhf {
  width: 1200px;
  margin: 15px auto;
  padding: 0px 20px;
}
.indexhf ul {
  width: 100%;
  height: 87px;
  overflow: hidden;
}
.indexhf ul li{
  float: left;
  width: 32.6%;
  height: 100%;
  margin-left: 1.1%;
}
.indexhf ul li:first-child{
  margin-left: 0;
}
.indexhf ul li a{
  display: block;
  width: 100%;
  height: 100%;
}
.indexhf ul li a img{
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 765px) {
	
	.content .content_middle .middle_bottom .tg_tabs_box ul li span {
		font-size: 14px;
	}
	.content .content_middle .middle_bottom .tg_tabs_box ul li a {
		font-size: 14px;
	}
	.news .news_detail .news_tabs_box .tabs_box ul li span {
		font-size: 14px;
	}
	
	.news .news_detail .news_tabs_box .tabs_box ul li a {
		font-size: 14px;
	}
	.content {
		margin-top: 0px;
	}
	
	.content .content_middle .middle_bottom .tg_tabs_box {
		padding-top: 5px;
	}	
	.content_right {
		
	}
	.indexhf {
	  width: 98%;
	  margin-bottom: 15px;
		padding: 0px;
  }
  .indexhf ul{
    height: 84px;
  }
  .indexhf ul li{
    float:left;
    width: 100%;
    margin: 5px auto;
  }
	
}
.leftPost{
  position: fixed;
  top: 50%;
  margin-top: -50px;
  right: 0;  
  width: 300px;
  height: 100px;
  z-index: 10;
}
.leftPost img{
  width: 100%;
  height: 100%;
}
.leftPost .colsePost {
  position: absolute;
  top: 3px;
  right: 3px;
  z-index: 999;
  background-color: #fff;
  width: 15px;
  height: 15px;
  line-height: 15px;
  text-align: center;
  border-radius: 50%;
  font-weight: 500;
  cursor: pointer;
}
.leftPost .colsePost:hover{
  background-color: #1c5ebe;
  color: #fff;
}