@charset "UTF-8";
.content{
  width: 100%;
  min-width: 1024px;
  padding-bottom: 40px;
}

.content.bt{
  border-top: 1px solid #d7d7d7;
}

.wp2{
  width: 62.5%;
  max-width: 1200px;
  min-width: 854px;
  margin: 0 auto;
}

/* news */
.ne-slider .hd{
  padding:40px 30px 65px;
}
.ne-slider .hd ul{
  text-align: center;
  letter-spacing: -1px;
  font-size: 0;
}
.ne-slider .hd li{
  display: inline-block;
  *display: inline;
  *zoom: 1;
  letter-spacing: normal;
  font-size: 12px;
  margin: 0 8px;
}

.ne-slider .hd li a{
  display: block;
  color: #000000;
  font-size: 20px;
  height: 50px;
  line-height: 50px;
  padding: 0 35px;
  font-weight: normal;
}

.ne-slider .hd li.on a{
  color: #ffffff;
  background: rgb(189,166,124);
}

.ne-list .item{
  margin-bottom: 40px;
  cursor: pointer;
  border-bottom: 1px solid #eeeeee;
}

.ne-list .item .img{
  width: 100%;
  height: 100%;
  background: no-repeat center center;
  background-size: contain;
}

.ne-list .item.odd .left{
  position: relative;
  width: 530px;
  height: 330px;
  line-height: 330px;
  overflow: hidden;
  display: none;
}

.ne-list .item.odd .right{
  width:100%;
  position: relative;
}

.ne-list .item.even .left{
  width: 49.4444%;
}

.ne-list .item.even .right{
  position: relative;
  width: 50.5556%;
  height: 300px;
  line-height: 300px;
  overflow: hidden;
}

.ne-list .item.odd .info{
  padding-left: 30px;
  padding-bottom:45px;
}

.ne-list .item.even .info{
  padding-right: 30px;
}

.ne-list .item .date{
  position: absolute;
  right: 0; top: 50%; transform: translateY(-50%);
  color: #000000;
  text-align: center;
  padding: 20px 40px 54px 0;
}
.ne-list .item.even .date{
  padding-top: 90px;
}

.ne-list .item .day{
  font-size: 48px;
  line-height: 52px;
}

.ne-list .item .month,
.ne-list .item .tag{
  font-size: 14px;
  line-height: 30px;
}

.ne-list .item .line{
  width: 50px;
  height: 1px;
  background: #000000;
  margin: 0 auto;
}

.ne-list .item.odd .other{
  width: 80%;
}

.ne-list .item.even .other{
  width: 75%;
  padding-top: 60px;
}

.ne-list .item .tit{
  font-size: 24px;
  color: #000000;
  line-height: 36px;
  max-height: 72px;

  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp:1;
  overflow: hidden;
  font-weight: 200;
}

.ne-list .item .desc{
  font-size: 13px;
  color: #000000;
margin: 10px 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp:2;
  overflow: hidden;
  font-size: 16px; color: #191919;
	line-height: 34px;

}
.ne-list .item .desc p{line-height: 34px;}
.ne-list .item.even .desc{
  max-height: 72px;
  -webkit-line-clamp: 3;
}

.ne-list .item .link{
  display: block;
  font-size: 14px;
  color: #000000;

  line-height: 40px; text-align: center;
  text-decoration: none; border: 1px solid #000000; transition: all .5s;
  width:110px; height:40px;
}
.ne-list .item .link:hover { background: #000000; color: #ffffff;}
.ne-list .item.even .link{
  padding-top: 40px;
}

.ne-slider .more {
  display: none;;
  text-align: center;
  padding: 30px;
}

.ne-slider .more.on{
  display: block;
}

.ne-slider .more .btn{
  display: inline-block;
  color: #000000;
  font-size: 18px;
  line-height: 30px;
  border-bottom: 1px solid #000000;
}
.ne-slider .more .btn:hover{
  text-decoration: none;
}

/* 新闻详情 */
.ne-article{
  padding: 60px 0;
}

.ne-article .info{
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  margin-bottom: 30px;
}

.ne-article .info .tag{
  color: #960000;
}

.ne-article .info .line{
  /* display: inline-block;
  width: 1px;
  height: 18px; */
  /* background: #999999; */
  color: #999999;
  padding: 0 16px;
}

.ne-article .info .date{
  color: #666666;
}

.ne-article .tit{
  width: 586px;
  color: #000000;
  font-size: 30px;
  font-weight: bold;
  line-height: 42px;
  text-align: center;
  margin: 0 auto 50px auto;
}

.ne-article p{
  color: #000000;
  font-size: 13px;
  line-height: 24px;
  text-align: center;
}

#newsArticle p{
  text-align: left !important;
}

.ne-article img{
  display: block;
  width: 100%;
}