/* 推荐新闻 */
.latest_news {
  padding: 10px 0;
  box-sizing: border-box;
}

.latest_news>li {
  padding: 0.5em 1em;
  font-size: 14px;
}

.latest_news>li>a {
  display: block;
  line-height: 1.2;
  color: #5a5a5a;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  text-align: left;
}

.latest_news>li>a:hover {
  color: #005eb8;
}

.latest_news>li>a:before {
  content: '+';
  font-weight: bold;
  margin-right: 5px;
  font-size: 16px;
}

/* 右侧新闻列表 */

.news_list {}

.news_list li {
  border: 1px solid #e1e1e1;
  padding: 30px;
  background: #fff;
  margin-bottom: 35px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  text-align: left;
  box-sizing: border-box;
}

.news_list .tit {
  border-bottom: 1px solid #cbcbcb;
  margin-bottom: 15px;
  position: relative;
}


.news_list .tit h3 {
  padding-bottom: 15px;
  font-size: 18px;
  color: #565656;
  font-weight: normal;
  padding-right: 25%;
  margin: 0;
}

.news_list .tit .date {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 14px;
  color: #666666;
}

.news_list .info {
  font-size: 14px;
  line-height: 2;
  color: #999999;
}

.news_list .more {
  margin-top: 15px;
}

.news_list .more span {
  display: inline-block;
  width: 130px;
  line-height: 33px;
  text-align: center;
  font-size: 14px;
  color: #666666;
  border: 1px solid #e1e1e1;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.news_list li:hover .tit h3 {
  color: #005eb8;
}

.news_list li:hover .more span {
  color: #fff;
  background: #005eb8;
}

/* 列表详情 */
.news_box .tit {
  font-size: 20px;
  color: #363636;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1.7;
}

.news_box .info_bar {
  font-size: 14px;
  font-family: Arial;
  color: #9e9e9e;
  line-height: 35px;
  border-bottom: 1px dashed #cfcfcf;
  margin-bottom: 20px;
}

.news_box .info_time {
  float: left;
  margin-right: 20px;
  position: relative;
  padding-left: 25px;
}

.info_time .icon_time {
  position: absolute;
  width: 20px;
  height: 20px;
  top: calc(50% - 10px);
  left: 0;
}

.info_time .icon_time:after {
  content: '';
  width: 30px;
  height: 30px;
  background-image: url('../image/icon_spirit.png');
  background-repeat: no-repeat;
  position: absolute;
  left: calc(50% - 15px);
  top: calc(50% - 15px);
  opacity: 0.5;
  background-position: 0 -360px;
}

.info_numbers {
  float: left;
  position: relative;
  padding-left: 25px;
  box-sizing: border-box;
}

.icon_count {
  position: absolute;
  width: 20px;
  height: 20px;
  top: calc(50% - 10px);
  left: 0;
}

.icon_count::after {
  content: '';
  width: 30px;
  height: 30px;
  background-image: url('../image/icon_spirit.png');
  background-repeat: no-repeat;
  position: absolute;
  left: calc(50% - 15px);
  top: calc(50% - 15px);
  opacity: 0.5;
  background-position: 0 -330px;
}
