/**整形资讯主体内容**/

.news_cont{
	width:100%;
	float:left;
}

.con_sub{
	width:800px;
	float:left;
}

.news_bot{
	margin-bottom: 30px;
}




.article_list .label {
  margin-top: 15px;
  height: 26px;
  display: inline-block;
  margin-right: 10px;
  padding: 0 7px;
  min-width: 40px;
  line-height: 26px;
  color: #FF6980;
  text-align: center;
  border-radius: 4px;
  font-size: medium;
  margin-left: 40px;
  border: 1px solid #FF6980;
}


.article_list {
  padding-bottom: 10px;
  overflow: hidden;
  margin-top: -40px;
}
.article_list li {
  padding-top: 40px;
  overflow: hidden;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.article_list li a {
  display: block;
}
.article_list li:hover h3 a {
  font-weight: 500;
  color: #ff6980;
}
.article_list .thum {
  float: left;
  display: block;
  overflow: hidden;
  width: 190px;
  height: 136px;
  border-radius: 6px;
}
.article_list .thum img {
  display: inline-block;
  width: 100%;
  height: 100%;
  background: #f8f8f8;
}
.article_list .thum + .news_info {
  margin-left: 210px;
}
.article_list .news_info {
  position: relative;
  min-height: 130px;
  padding-bottom: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #e8e8e8;
}
.article_list h3 {
  margin-bottom: 16px;
  height: 30px;
  font-weight: normal;
}
.article_list h3 a {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  font-size: 18px;
  color: #000;
  width: 510px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.article_list .time {
  top: 0;
  right: 0;
  display: inline-block;
  line-height: 30px;
  color: #666;
  text-align: right;
  font-size: 16px;
}
.article_list .describe {
  min-height: 24px;
  line-height: 34px;
  color: #666;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-wrap: break-word;
  word-break: break-all;
  overflow: hidden;
  font-size: medium;
}


.time>span {
    margin-right: 40px;
}