html, body {
  font-size: 14px;
  color: #373737
}
.maxwidth {
  width: 1200px;
  margin: 0 auto
}
.flexbox {
  display: flex
}
a {
  color: #363636
}
a:hover, a:focus {
  color: #006b45;
  text-decoration: none;
}
ul, li {
  list-style: none;
  padding: 0;
  margin: 0;
}
input:focus {
  outline: none;
}
.clearbox {
  clear: both;
}
.header{
background: url('/images/shanxi_001.png') no-repeat center / cover;
color: #fff;
}
.header_top {
  height: 42px;
  line-height: 42px;
  font-size: 12px;
}
.header_top a {
  color: #fff;
  margin-right: 10px;
}
.header_top a:hover {
  color: #fff;
  margin-right: 10px;
}
.header_top_left {
  float: left;
}
.header_top_right {
  float: right;
}
.header_top_a {
  display: inline-flex
}
.header_top_a a:after {
  border-right: 1px solid #fff;
  content: '';
  padding-left: 10px;
}
.header_top_a a:last-child {
  margin-right: 0;
}
.header_top_a a:last-child:after {
  border: none;
}
.header_top .qrcode {
  position: relative
}
.header_top .qrcode img {
  position: absolute;
  display: none;
  left: -20px;
  top: 45px;
}
.header_center {
  height: 145px;
}
.header_center_box {
  height: 100%;
  display: flex;
  align-items: center
}
.search_share {
  flex: auto;
  width: 232px;
  float: right;
}
.search {
  background: url("../images/search.jpg") no-repeat;
  width: 232px;
  height: 28px;
  line-height: 28px;
}
.search input {
  width: 204px;
  float: left;
  height: 28px;
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  padding-left: 5px;
}
.search button {
  width: 28px;
  float: right;
  height: 28px;
  margin: 0;
  border: 0;
  background: none;
}
.banner .swiper-slide {
  overflow: hidden
}
.nav {
  background: #006b45;
  height: 60px;
}
.nav_box {
  display: flex
}
.menu {
  float: left;
  position: relative;
  line-height: 60px;
  flex: 1;
  text-align: center
}
.menu-none {
  float: left;
  position: relative;
  line-height: 60px;
  flex: 1;
  text-align: center
}
.menu:after {
  content: '';
  background: url("../images/nav_icon.png") no-repeat;
  background-size: 1px 18px;
  width: 1px;
  height: 18px;
  position: absolute;
  top: 21px;
  right: 0;
}
.menu-none:after {
  content: '';
  background: url("../images/nav_icon.png") no-repeat;
  background-size: 1px 18px;
  width: 1px;
  height: 18px;
  position: absolute;
  top: 21px;
  right: 0;
}
.menu:last-child:after {
  background: none;
}
.menu-none:last-child:after {
  background: none;
}
.menu a {
  color: #fff;
  position: relative;
  font-size: 16px;
  display: block
}
.menu-none a {
  color: #fff;
  position: relative;
  font-size: 16px;
  display: block
}
.menu:hover a {
  color: #ffc600
}
.menu-none:hover a {
  color: #ffc600
}
.menu a i {
  font-style: normal
}
.menu:hover i:before {
  width: 30px;
  height: 2px;
  background: #fff;
  content: '';
  position: absolute;
  bottom: 8px;
  left: 50%;
  transform: translate(-50%);
}
.menu:hover i:after {
  width: 15px;
  height: 8px;
  background: url("../images/arrow.png") no-repeat;
  background-size: 15px 8px;
  content: '';
  position: absolute;
  left: 50%;
  bottom: -8px;
  z-index: 8;
  transform: translate(-50%);
}
.menu:hover ul {
  display: block
}
.menu ul {
  display: none;
  position: absolute;
  z-index: 9;
  width: 100%;
  padding-top: 27px;
}
.menu ul li {
  position: relative;
  z-index: 9;
  height: 25px;
  line-height: 25px;
  margin-bottom: 10px;
  width: calc(100% + 20px);
  left: -10px;
}
.menu ul li a {
  color: #fff !important;
  font-size: 14px;
}
.menu ul li a:hover {
  background: #f8bb02
}
.menu ul li a:hover span {
  position: relative
}
.menu ul li a:hover span:after {
  content: '';
  top: 6px;
  left: -8px;
  background: url("../images/menu-li.png") no-repeat;
  width: 3px;
  height: 6px;
  position: absolute;
}
.menu ul:before {
  content: '';
  position: absolute;
  width: calc(100% + 30px);
  border-top: 2px solid #006b45;
  left: -15px;
  top: 15px;
}
.menu ul:after {
  content: '';
  padding: 0 15px;
  box-sizing: content-box;
  background: #909090;
  opacity: 0.6;
  position: absolute;
  top: 17px;
  left: -15px;
  width: 100%;
  height: calc(100% - 15px);
  z-index: 8;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.top {
  margin-top: 45px;
}
.top .maxwidth {
  display: flex
}
.recommend_box {
  width: 465px;
  height: 300px;
  float: left;
  overflow: hidden
}
.recommend_box .swiper-pagination {
  text-align: right;
  right: 10px;
  left: inherit;
  width: 50px;
}
.swiper-pagination-bullet {
  opacity: 1;
  background: #fff;
}
.swiper-pagination-bullet-active {
  background: #ffc600
}
.recommend_box .swiper-slide a {
  display: block
}
.recommend_box .swiper-slide img {
  width: 100%;
}
.recommend_box .swiper-slide .title {
  color: #fff;
  position: absolute;
  width: 100%;
  height: 36px;
  line-height: 36px;
  left: 0;
  bottom: 0;
}
.recommend_box .swiper-slide .title span {
  position: absolute;
  z-index: 9;
  width: calc(100% - 70px);
  height: 36px;
  display: block;
  padding-left: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.recommend_box .swiper-slide .title:after {
  content: '';
  position: absolute;
  background: #000;
  opacity: 0.7;
  z-index: 8;
  height: 36px;
  width: 100%;
  bottom: 0;
  left: 0;
}
.top .maxwidth .top_news {
  width: 735px;
  height: 300px;
  padding-left: 40px;
  float: right
}
.channel_title {
  font-size: 16px;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 15px;
}
.channel_title b { /*letter-spacing: 2px;*/
}
.channel_title span {
  font-size: 14px;
  font-weight: bold;
  margin-left: 5px;
}
.channel_title .more {
  width: 50px;
  height: 24px;
  line-height: 25px;
  color: #fff;
  background: #9ACC9A;
  border-radius: 12px;
  text-align: center;
  font-size: 14px;
  float: right;
}
.channel_title .more a {
  color: #fff;
  font-size: 12px;
  display: block
}
.recommend_img {
  display: flex;
  margin-top: 15px;
}
.recommend_img a {
  flex: 1;
  text-align: center
}
.news_box {
  margin-top: 15px;
  display: flex
}
.news_box ul {
  width: 100%;
}
.news_box ul li {
  width: 100%;
  float: left;
  height: 30px;
  line-height: 30px;
  position: relative;
  font-size: 15px;
}
.news_box ul li:before {
  content: '●';
  color: #99cc99;
  position: absolute;
  left: 0;
}
.news_half ul li:nth-child(odd) {
  padding-right: 10px;
  padding-left: 15px;
}
.news_half ul li:nth-child(even) {
  width: calc(50% - 10px);
  padding-left: 15px;
  margin-left: 10px;
}
.news_box ul li a {
  width: calc(100% - 40px);
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  display: block;
  float: left;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news_box ul li span {
  float: right;
  font-weight: normal;
  font-size: 14px;
}
.news_half ul li {
  width: 50%;
}
.news_half ul li:before {
  content: '●';
  color: #ea3a32;
}
.news_icon_1 {
  background: url("../images/news_icon_1.png") no-repeat;
  background-size: 17px 16px;
  background-position: 0 2px;
  padding-left: 25px;
}
.news_icon_2 {
  background: url("../images/news_icon_2.png") no-repeat;
  background-size: 16px 16px;
  background-position: 0 2px;
  padding-left: 25px;
}
.news_icon_3 {
  background: url("../images/news_icon_3.png") no-repeat;
  background-size: 16px 16px;
  background-position: 0 2px;
  padding-left: 25px;
}
.news_icon_4 {
  background: url("../images/news_icon_4.png") no-repeat;
  background-size: 17px 16px;
  background-position: 0 2px;
  padding-left: 25px;
}
.ad {
  margin-top: 35px;
}
.news {
  margin-top: 35px;
}
.news_block {
  width: 386px;
  margin-right: 21px;
  float: left;
}
.news_block:last-child {
  margin-right: 0;
}
.news .news_block ul li {
  padding-left: 15px;
}
.topimg {
  margin-top: 20px;
  display: block
}
.istop {
  font-weight: bold;
}
.istop a {
  color: #006b45
}
li.istop:before {
  content: '●';
  color: #006b45 !important;
}
.bottomimg {
  margin-top: 35px;
  display: inline-block
}
.bottomimg a {
  display: flex;
  float: left;
  margin-bottom: 10px;
  position: relative;
  width: 190px;
  height: 50px;
  justify-content: flex-start;
  align-items: center;
  color: #fff;
  padding-left: 20px;
}
.bottomimg a img {
  margin-right: 10px;
}
.bottomimg .img_1 {
  background: url("../images/img_1.png") no-repeat
}
.bottomimg .img_2 {
  background: url("../images/img_2.png") no-repeat
}
.bottomimg .img_3 {
  background: url("../images/img_3.png") no-repeat
}
.bottomimg .img_4 {
  background: url("../images/img_4.png") no-repeat
}
.bottomimg a:nth-child(even) {
  float: right;
}
.team {
  margin-top: 35px;
}
.team_title { /*background: #dcf8ff;*/ height: 40px;
  text-align: center
}
.team_title img {
  position: relative;
  z-index: 9
}
.team_box {
  height: 205px;
  background: #f5f6fa;
  padding-top: 30px;
  position: relative
}
.team_block {
  width: 1280px;
  position: relative;
  margin: 0 auto;
}
.swiper-button-next:focus, .swiper-button-prev:focus {
  outline: none;
}
.team_block {
  --swiper-navigation-color: #909090;
}
.team_block .swiper-button-next, .team_block .swiper-button-prev {
  color: #909090 !important;
  width: 27px;
  height: 44px;
  margin-top: -22px;
}
.team_block .swiper-button-next span, .team_block .swiper-button-prev span {
  font-size: 44px;
}
.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
  content: "";
}
.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
  content: "";
}
.links {
  height: 78px;
  padding-top: 22px;
}
.links .form-group {
  margin: 0;
}
.links select {
  width: 280px;
  float: left;
  margin-right: 24px;
}
.links select:last-child {
  margin-right: 0;
}
.footer{
  background: url('/images/footer.png') no-repeat center / cover;
  text-align: center;
  padding: 30px 0 20px;
  color: #fff;
}
.footer a {
    color: #fff;
    text-decoration: none; 
}
.footer a:hover {
    text-decoration: underline; 
}
.footer .maxwidth {
  position: relative
}
.footer_text {
  position: relative;
  z-index: 2
}
.footer .qrcode {
  position: absolute;
  right: 25px;
  top: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  z-index: 1
}
/* 内页body */
.nei-body-left {
  width: 231px;
  float: left;
  height: 340px;
}
.nei-body-right {
  width: 949px;
  float: right;
}
.nei-body-left-title {
  margin-top: 48px;
}
.nei-body-left-h1 {
  margin-top: 24px;
  width: 231px;
  height: 3px;
  background: #006b45;
}
.nei-body-right-hh1 {
  width: 949px;
  height: 3px;
  background: #006b45;
}
.nei-body-right-hh2 {
  width: 949px;
  height: 2px;
  background: #000000;
  opacity: 0.1;
}
.nei-body-left-h2 {
  width: 231px;
  height: 2px;
  background: #000000;
  opacity: 0.1;
}
.nei-body-left-menu {
  margin-top: 15px;
  width: 231px;
  min-height: 250px;
}
.nei-body-left-menu ul {
  background-color: #F2F2F2;
  padding-top: 5px;
  padding-bottom: 5px;
}
.nei-body-left-menu-body {
  width: 85%;
  margin: 0 auto;
  box-shadow: 1px 3px 7px 0px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
.nei-body-left-menu ul li {
  height: 28px;
  line-height: 28px;
  text-align: right;
  padding-right: 15px;
  margin: 10px 0 10px 0;
  display: block;
}
.nei-body-left-menu ul li a {
  color: #3e3e3e;
}
.nei-body-left-menu ul li a:hover {
  color: #FFF;
}
.nei-body-left-menu ul li:hover,
.nei-body-left-menu ul li.cur {
  background-color: #006b45;
  color: #FFF;
  display: block;
}
.nei-body-right-title {
  padding: 80px 0 8px 0;
  text-align: right;
  color: #909090;
}
.nei-body-riht-content {
  padding-top: 45px;
  font-size: 14px;
  text-indent: 2em;
  color: #909090;
  padding-bottom: 45px;
}
/* 内页名单列表 */
.nei-mingdan-left {
  width: 250px;
  float: left;
  height: 340px;
}
.nei-mingdan-right {
  width: 905px;
  float: right;
  padding-top: 50px;
  line-height: 20px;
}
.nei-mingdan-left-title {
  margin-top: 34px;
  width: 250px;
  padding: 0;
  height: 47px;
  background: #006b45;
  border-radius: 10px 10px 0px 0px;
  text-align: right;
  line-height: 47px;
  font-size: 18px;
  font-family: "微软雅黑";
  color: #FFF;
}
.nei-mingdan-right-hh1 {
  width: 905px;
  height: 1px;
  background-color: #C4C4C4;
  margin-top: 10px;
}
.nei-mingdan-kuangjia {
  width: 250px;
  min-height: 250px;
  background-color: #F2F2F2;
}
.nei-mingdan-left-menu {
  width: 250px;
  min-height: 250px;
  width: 85%;
  margin: 0 auto;
}
.nei-mingdan-left-menu ul {
  background-color: #F2F2F2;
  padding-top: 5px;
  padding-bottom: 5px;
}
.nei-mingdan-left-menu-b {
  width: 85%;
  margin: 0 auto;
  box-shadow: 1px 3px 7px 0px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
.nei-mingdan-left-menu ul li {
  height: 36px;
  line-height: 36px;
  text-align: right;
  padding-right: 15px;
  margin: 10px 0 10px 0;
  display: block;
}
.nei-mingdan-left-menu li:a {
  background-color: #006b45;
  color: #FFF;
}
.nei-mingdan-left-menu li:hover,
.nei-mingdan-left-menu li.cur {
  background-color: #006b45;
  color: #FFF;
  display: block;
}
.nei-mingdan-left-menu li:visited{
  background-color: #006b45;
  color: #FFF;
 
  height: 36px;
  line-height: 36px;
	
}
.nei-mingdan-right-icon {
  float: left;
  width: 33%;
  font-size: 18px;
  display: block;
}
.nei-mingdan-right-title {
  float: right;
  text-align: right;
  color: #909090;
  font-size: 12px;
}
.sp-txt {
  padding-right: 19px;
}
.t-txt {
  padding-right: 9px;
}
.right-icon-title {
  padding-left: 17px;
  font-size: 18px;
}
.nei-mingdan-right-content-title {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    color: #000;
	height: 40px;
	line-height: 40px;
	margin-top: 15px;
}
.nei-mingdan-riht-content-txt {
    width: 80%;
    margin: 0 auto;
}
.nei-mingdan-riht-content-txt ul li {
    float: left;
    width: 200px;
    height: 40px;
    background: #F5F6FA;
    border: 1px solid #EBEBEB;
    line-height: 40px;
    text-align: center;
    margin: 15px 20px;
}
.nei-mingdan-riht-content-txt ul li:a {
color:#909090;
}
.nei-mingdan-riht-content-txt ul li:hover {
    background-color: #f8bb02;
    color: #FFF;
    font-size: 16px;
    font-family: "微软雅黑";
    font-weight: bold;
}
	.lines{
		border-bottom: 1px solid #f5f5f5;	
		width: 80%;
		margin: 15px auto;
		
	}
/* 名单详情 */
	.right-content-img{
		text-align: center;
		margin-top: 48px;
		margin-bottom: 36px;
	}
	.right-content-img img{
		padding: 6px;
		border: 1px dotted #c4c4c4;
		border-radius:10px;
	}
	.right-content-txt{
		color: #3e3e3e;
		width: 92%;
		margin: 0 auto;
		margin-bottom: 40px;
	}
	.right-content-txt p{
		text-indent: 2em;
		line-height: 32px;
	}
.right-content-name{
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: #3e3e3e;
	padding: 5px 0;
}
/* 新闻列表 有图片 */
.newslist-right-listimg-left {
    width: 250px;
    float: left;
}
.newslist-right-listimg-right {
    width: 615px;
    float: right;
}
.listimg-right-line {
    width: 94px;
    height: 1px;
    background: #f1f1f1;
    display: inline-block;
}
.listimg-right-line-date {
    text-align: right;
    display: inline-block;
    font-size: 12px;
    color: #909090;
}
.newslist-title {
    height: 42px;
    line-height: 42px;
    font-size: 16px;
    font-weight: bold;
    font-family: "微软雅黑";
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.newslist-short-txt {
    font-size: 14px;
    font-weight: normal;
    color: #909090;
    line-height: 22px;
}
.nei-newslist-right-listimg{
	margin: 30px 0;
}
.nei-newslist-right-listimg li {
    margin: 15px 0;
}
/* 翻页 */
.pages {
    text-align: right;
	margin-bottom: 30px;
}
.digg {
    MARGIN: 8px;
    PADDING: 8px;
}
.digg A {
    MARGIN: 2px;
    COLOR: #3e3e3e;
    PADDING: 5px 10px 5px 10px;
    
    TEXT-DECORATION: none
}
.digg A:hover {
    COLOR: #006b45;
    
}
.digg A:active {
    COLOR: #000;
    
}
.digg .current {
    margin: 2px;
    padding: 5px 10px 5px 10px;
    FONT-WEIGHT: bold;
    
    COLOR: #3e3e3e;
    BACKGROUND-COLOR: #F2F2F2
}
.digg .disabled {
    padding: 5px 10px 5px 10px;
    MARGIN: 2px;
    COLOR: #ddd;
   
}
/* 新闻列表 无图片 */
.newslist-right-listnoimg{
		border-bottom: 1px #f2f2f2 solid;
		padding-bottom: 15px;
	}
	
	.newslist-title-left {
    height: 42px;
    line-height: 42px;
    font-size: 16px;
    font-weight: bold;
    font-family: "微软雅黑";
		float: left;
		width: 85%;
		display: inline-block;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;


}
	.listnoimg-right-date{
		float: right;
		display: inline-block;
		height: 42px;
    line-height: 42px;
		text-align: right;
    display: inline-block;
    font-size: 12px;
    color: #909090;
	}
/* 新闻列表 详情 */
	.news-content-titles{
		font-size: 18px;
		text-align: center;
		font-weight:bold;
		color: #3e3e3e;
		height: 35px;
		line-height: 35px;
	}
	.news-content-update-hit{
		font-size: 12px;
		font-weight: normal;
		color: #909090;
		text-align: center;
		height: 28px;
		line-height: 28px;
	}
	.news-content-update-hit span{
		margin: 0 10px;
	}
	.nei-newslist-right-lines{
		width: 100%;
        height: 1px;
		background-color: #C4C4C4;
		margin: 10px 0;
	}
	.newsdel-content-txt{
		color: #3e3e3e;
		text-indent: 2em;
		line-height: 32px;
	}
	.newsdel-content-txt img{
	    /* border: 1px #c4c4c4 solid; */
		padding: 5px;
		display: inline;
		text-align: center;
	}

