.left-fixed {
  display: none;
}

.news {
	min-height: 799px;
  width: 900px;
  margin: 20px auto;
}

.news .news_title ul {
  width: 900px;
  background: #fff;
  overflow: hidden;
  border-bottom: 1px solid #e6eaed;
}

.news .news_title ul li {
  float: left;
  color: #4e4d4d;
  font-size: 16px;
  line-height: 38px;
  padding: 0 10px;
  cursor: pointer;
}

.news .news_title ul .news_active {
  color: #e24949;
  border-bottom: 2px solid #e24949;
}

.news .news_content {
	display: none;
  width: 100%;
  overflow: hidden;
}

.news .news_content.active {
	display: block;
}

.news .news_content ul li {
  cursor: pointer;
  height: 150px;
  border-bottom: 1px solid #e6eaed;
}

.news .news_content ul li a {
	display: block;
	overflow: hidden;
}

.news .news_content ul li .left_news_content {
  float: left;
}

.news .news_content ul li .left_news_content img {
  width: 180px;
  height: 120px;
  margin-top: 17px;
}

.news .news_content ul li .right_news_content {
  float: right;
  width: 700px;
}

.news .news_content ul li .right_news_content p:nth-child(1) {
  font-size: 20px;
  color: #3a3a3a;
  margin-top: 18px;
  height: 25px;
  line-height: 25px;
  overflow: hidden;
}

.news .news_content ul li .right_news_content p:nth-child(2) {
  font-size: 14px;
  color: #7e7e7e;
  margin-top: 6px;
  height: 20px;
  overflow: hidden;
  line-height: 20px;
}

.news .news_content ul li .right_news_content p:nth-child(3) {
  font-size: 12px;
  color: #7e7e7e;
  margin-top: 30px;
}

.news .end_bottom {
  display: none;
  font-size: 14px;
  color: #666;
  text-align: center;
  width: 200px;
  height: 40px;
  line-height: 40px;
  border-radius: 4px;
  margin: 9px auto;
  padding-bottom: 128px;
}

.news .moreAnalyst a {
  display: block;
  font-size: 14px;
  color: #fff;
  text-align: center;
  width: 200px;
  height: 40px;
  line-height: 40px;
  background: #F48207;
  border-radius: 4px;
  margin: 50px auto 40px;
  cursor: pointer;
}
