.lists_news{}
.lists_news .list{
    display: flex;
    flex-wrap: wrap;
}
.lists_news .list .item {
    width: 32.5%;
    height: auto;
    margin:0 1% 1% 0;
}
.lists_news .list .item:nth-of-type(3n){
    margin-right: 0;
}
.lists_news .list .item .img{
    width:100%;
    height:200px;
}
.lists_news .list .item a > * {
    position: relative;
}
.lists_news .list .item a {
    display: block;
    position: relative;
    height: 0;
    padding: 0 63px;
    padding-bottom: 142.7966%;
    border: 1px solid #ededed;
    background-color: #fff;
    margin-right: -1px;
    transition: all 0.4s ease-out;
    -webkit-transition: all 0.4s ease-out;
}
.lists_news .list .item a:hover {
    box-shadow: 2px 2px 8px #eee, -2px -2px 8px #eee;
}

.lists_news .list .item a strong {
    margin-left: 0.2rem;
    font-weight: normal;
}
.lists_news .list .item a p {
    padding-top:0.3rem;
    line-height:.18rem;
    font-size:.18rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.lists_news .list .item a:after {
    content: '\e75a';
    position: absolute;
    font-family: 'iconfont';
    bottom: 0.2rem;
    right: 0.5rem;
    font-size: .3rem;
    color: #6F737D;
}
.lists_news .list .item a:hover:after {
    color: #c52f1f;
}
.lists_news .list .item a:hover p {
    color: #c52f1f;
}
.list .item a .bg.hasImg:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
}

.lists_news .list .item em {
    display: block;
    font-size: 0.12rem;
    padding: 0.2rem 0;
}

@media screen and (min-width: 960px){
    .lists_news .list .item a {
        padding:0.3rem;
        height: auto;
    }
}
@media screen and (max-width:968px) {
    .lists_news .list .item {width: 45%;margin: 3% auto;}
    .lists_news .list .item a{height:5.5rem;padding: 0.1rem 0.1rem;}
    .lists_news .list .item a span{position: absolute;bottom: 0.2rem;font-size:.18rem}
    .lists_news .list .item a strong{font-size:.18rem}
    .lists_news .list .item a p{text-overflow: ellipsis;overflow: hidden; white-space: nowrap; width: 100%;font-size:.25rem;line-height:.25rem}
    .lists_news .list .item:nth-of-type(3n){margin: 3% auto;}
    .lists_news .list .item .img {height: 2.8rem;}
    .lists_news .list .item em {font-size: 0.21rem;}
}
@media screen and (max-width:480px) {
     .lists_news .list .item {width: 48%;}
}
#new-box div.tags{margin-bottom:.25rem;}
#new-box div.tags a{
    display: inline-block;
    font-family: "Microsoft JhengHei", "PingFang HK", "Microsoft YaHei", "Arial"!important;
    font-size: .16rem;
    border: 1px solid #666;
    padding: 0 8px;
    border-radius: 8px;
    color: #666;
    line-height: .35rem;
    margin-bottom: 0.05rem;
}
@media screen and (max-width: 1024px) {
.social-share .social-share-icon{width:.4rem;height:.4rem;font-size:.3rem;line-height:.4rem}
#new-box div.tags a{font-size: .2rem;padding:1px 3px;line-height:.5rem}
}