@charset "UTF-8";

.tab-list .item{
  margin-left: 37px;
  position: relative;
  left: 0;
  top:0;
  cursor: pointer;
}
.tab-active{
  height: 3px;
  width: 60%;
  background: #0062E3;
  position: absolute;
  bottom: 0;
  left: 20%;
}
.news-list{

}
.news-div{
  margin-bottom: 50px;
}
.news-title{
    border-bottom: 1px solid #e7e7e7;
    overflow: hidden;
    height: 4em;
}
.news-title .l{
  float: left;
    width: 80%;
    font-size: 22px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: left;
}
.news-title .r{
    float: right;
height: 100%;
    display: flex;
    align-items: center;
    justify-content: right;
}
.news-cnt{
  font-size: 18px;
  line-height: 28px;
  color: #999;
}
.news-title .r a{
color: #287ce4;
    font-size: 16px;
}
.news-title .r img{
    margin-left: 5px;
}