body{
  background-color: #fff;
}
.news_lf{
  width: 890px;
  min-height: 400px;
}
.news_title{
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  padding: 30px 0 20px 0;
}
.news_sub{
  text-align: center;
  color: #999;
  font-size: 14px;
  line-height: 25px;
}
.news_ctnt{
  padding: 40px 10px;
  color: #666;
}
.news_rt{
  width: 310px;
  padding: 0 30px;
}
.search_box{
  display: block;
  height: 40px;
  border: #CECECE 1px solid;
  margin: 40px 0;
}
.search_input{
  background: none;
  outline: none;
  border: none;
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding-right: 40px;
  padding-left: 10px;
}
.search_ico{
  position: absolute;
  top: 10px;
  right: 10px;
  width: 20px;
  height: 20px;
}
.recommend_title{
  margin-top: 100px;
}
.recommend_title:after{
  content: '';
  display: inline-block;
  width: 180px;
  height: 1px;
  background-color: #E6E6E6;
  position: absolute;
  top: 10px;
  right: 0;
}
.rec_item{
  padding: 20px 0;
  border-bottom: #F3F3F3 1px dashed;
}
.rec_item>a{
  display: block;
}
.rec_item>a:hover>.rec_item_title,
.rec_item>a:hover>.rec_item_time{
  color: #2C66E9;
}
.rec_item_title{
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  width: 160px;
  color: #666;
  font-size: 14px;
}
.rec_item_time{
  color: #666;
  font-size: 14px;
}

.fm_head{
  border-bottom: #ddd 1px solid;
}
pre{
  word-break: break-all;
  white-space: normal;
}
.news_ctnt img{
  margin: 0 auto;
}
.share_to{
  margin-left: 20px;
}
.ico_wx, .ico_sina{
  display: inline-block;
  width: 25px;
  height: 25px;
  line-height: 25px;
  vertical-align: bottom;
}
.ico_wx:hover{
  cursor: pointer;
}
