html{font-size: 100px;}
.line1{text-overflow:-o-ellipsis-lastline;overflow:hidden;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical}
.line2{text-overflow:-o-ellipsis-lastline;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}
.line3{text-overflow:-o-ellipsis-lastline;overflow:hidden;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical}
.line4{text-overflow:-o-ellipsis-lastline;overflow:hidden;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical}
.col_news_list .news_list .news{
    display: flex;
    margin-bottom: 0.3rem;
    box-shadow: 0 0 0.2rem #88a6d726;
    padding: 0.3rem;
}
.col_news_list .news_list .news .news_imgs {
    width: 2.45rem;
    flex: none;
    margin-right: 0.4rem;
    flex-shrink:0;
}
.col_news_list .news_list .news .news_imgs a{
  display:block;
  padding-top:67%;
  position:relative;
}
.col_news_list .news_list .news .news_imgs a img{
  position:absolute;
  z-index:10;
  left:0;
  top:0;
  width:100%;
  height:100%;
  object-fit:cover;
}
.col_news_list .news_list .news .news_wz{
    width: calc(100% - 2.85rem);
}
.col_news_list .news_list .news .news_title{    font-size: 0.2rem;
  line-height: 1.7;
  font-weight: 700;
  margin-bottom: .1rem;
}
 .col_news_list .news_list .news .news_text {
    font-size: 0.14rem;
    color: #999999;
    line-height: 0.24rem;
    height: 0.48rem;    margin-bottom: 0.3rem;
}
.col_news_list .news_list .news .news_time {
  font-size: 0.16rem;
  color: #003288;
  line-height: 0.32rem;
  background: url(../images/litime.png) no-repeat left;
  padding-left: 0.2rem;
  background-size: 0.14rem;
}
.col_news_list .news_list .news:hover {
  background: #FBFCFE url(../images/cmxh.png) no-repeat bottom right;
  background-size: 2.1rem;
  background-position-x: 95%;
}

.col_news_list .news_list .news:hover .news_time {
  color: #C9AA76;
  background: url(../images/litime2.png) no-repeat left;
  background-size: 0.14rem;
}
.col_news_list .news_list .news:hover .news_title {
  color: #2D67C5;
}
.col_news_list .news_list .news:hover .news_title  a{
  color: #2D67C5;
}

.col_news_list .news_list .news .news_text{}
.col_news_list .news_list .news .news_text a{color:#666}
.col_news_list .news_list .news.noimg .news_imgs{display:none}
@media screen and (max-width: 650px){
  .col_news_list .news_list .news{flex-direction:column;}
  .col_news_list .news_list .news .news_imgs,
  .col_news_list .news_list .news .news_wz{width:100%;}
  .col_news_list .news_list .news .news_wz{padding:15px;box-sizing:border-box;}
}