/*=======================新闻中心============================*/
.news {
  width: 1140px;
  margin: 0 auto;
  margin-top: 56px;
  margin-bottom: 40px;
}

/*左侧*/
.news .news_left {
  width: 204px;
}

.news .news_left strong {
  font-size: 20px;
  padding-left: 30px;
  background: url(../img/news_title.png) no-repeat;
}

.news .news_left ul {
  height: 770px;
  background: url(../img/news_titlebg.png) repeat-y;
  background-position: 10px;
  margin-top: 20px;
}

.news .news_left ul li {
  height: 60px;
  font-size: 14px;
}

.news .news_left ul li a {
  background: url(../img/grey_spot.png) no-repeat;
  height: 14px;
  display: block;
  background-position: left;
  padding-left: 20px;
  margin-left: 7px;
}

.news .news_left ul li .first {
  background: url(../img/first_spot.png) no-repeat;
}

.news .news_left ul li .selected {
  background: url(../img/blue_spot.png) no-repeat;
  background-position: left;
}

/*右侧*/

.news .news_right {
  width: 906px;
  margin-left: 30px;
}

.news .news_right li {
  height: 152px;
  border-bottom: 1px dashed #E1E1E1;
  margin-top: 40px;
}

.news .news_right .first {
  margin-top: 0px;
}

/* .news .news_right li .tu img{
	border: 1px #eeeeee solid;
	
} */
.news .news_right li .xq {
  width: 720px;
  margin-left: 22px;
}

.news .news_right li .xq h2 {
  font-size: 20px;
  color: #000000;
  padding-bottom: 18px;
}

.news .news_right li .xq span {
  font-size: 12px;
  color: #666666;
  padding-right: 40px;

}

.news .news_right li .xq p {
  font-size: 14px;
  color: #333333;
  line-height: 24px;
  margin-top: 20px;
  cursor: pointer;
}

.news .news_right li .xq a {
  color: #333333;
}

.news .news_right li .xq a:hover {
  color: #3D71E4;
}

/*右侧页码*/

.news_right .yema {
  margin-top: 40px;
}

.news_right .yema a {
  display: inline-block;
  margin-right: 20px;
  color: #333333;
  font-size: 14px;
  cursor: pointer;
}

.news_right .yema a:hover {
  color: #3D71E4;
}

/*=======================新闻中心详情============================*/

.news_right h1 {
  font-size: 36px;
  color: #000000;
  text-align: center;
  margin-bottom: 15px;
}

.news_right .fubiaoti {
  margin: 0 auto;
  width: 906px;
  text-align: center;
  margin-bottom: 22px;
}

.news_right .fubiaoti span {
  font-size: 12px;
  color: #666666;
  margin-right: 20px;
}

.news_right p {
  line-height: 30px;
  margin-bottom: 15px;
  color: #333333;
  font-size: 14px;
  text-indent: 28px;
}

.news_right img {
  line-height: 24px;
  margin-bottom: 15px;
}