@charset "utf-8";

/*首页 行业新闻样式*/
.themeList_title{
  text-align: center;
}

.themeList_mainTitle{
  font-size: 34px;
  color: #000;
  margin-bottom: 20px;
}

.themeList_subTitle{
  font-size: 24px;
  color: #7d7d7d;
  margin-bottom: 50px;
}

.themeList_imgContainer{
  float: left;
  margin-right: 70px;
  width: 290px;
  height: 265px;
}

.themeList_img{
  width: 290px;
  height: 206px;
}

.themeList_imgTxt{
  font-size: 17px;
  color: #7d7d7d;
  line-height: 40px;
  text-align: left;
  width: 290px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow:ellipsis;
}

.themeList_item{
  height: 41px;
  line-height: 41px;
  font-size: 18px;
  color: #222;
  /*list-style: disc;*/
  border-bottom: 3px dashed #7a9800;

}

.themeList_txt{
  float: left;
  overflow: hidden;
  white-space: nowrap;
  text-overflow:ellipsis;
  width: 670px;
}

.themeList_date{
  float: right;
}

.themeList_item:hover .themeList_txt,
.themeList_item:hover .themeList_date
{
  color: #ff4444;
}

.themeList_moreTxt{
  font-size: 16px;
  color: #222;
  text-align: right;
  line-height: 50px;
}

.themeList_moreTxt > a:hover{
  color: #ff4444;
}

.themeList_list{
  margin-top: 30px;
  margin-bottom: 40px;
}


/*首页 行业新闻样式end*/
