/*图文列表*/
.news .list dl,.news .list2 dl{
    overflow: hidden;
    margin-bottom: .52rem;
    padding-bottom: .52rem;
    border-bottom: .01rem solid #ededed;
}
.news .list dl dt{
    width: 3.89rem;
    height: 2.4rem;
    overflow: hidden;
}
.news .list2 dl dt{
    width: 2rem;
    height: 2.89rem;
    overflow: hidden;
}
.news .list dl dt img,.news .list2 dl dt img{
    width: 100%;
    height: 100%;
    -webkit-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}
.news .list dl dt a:hover img,.news .list2 dl dt a:hover img{
    transition: all 0.3s;
    transform: scale(1.1);
}

.news .list dl dd{
    width: calc(100% - 4.37rem);
    display: grid;
    align-content: center;
}
.news .list2 dl dd{
    width: calc(100% - 2.8rem);
    display: grid;
    align-content: center;
}
.news .list dl dd h1,.news .list2 dl dd h1{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: .22rem;
    max-width: 95%;
}
.news .list dl dd p,.news .list2 dl dd p{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; /*规定几行显示省略号 */
    -webkit-box-orient: vertical;
    line-height: .3rem;
    height: .6rem;
    color: #999999;
    font-size: .16rem;
    margin: .42rem 0 .64rem 0;
}
.news .list dl dd div span,.news .list2 dl dd div span{
    padding-left: .34rem;
    background: url("../images/frame/26.png")no-repeat left center;
    background-size: .26rem auto;
    display: inline-block;
    font-size: .18rem;
}
.news .list dl dd div .more ,.news .list2 dl dd div .more{
    display: inline-block;
    width: .32rem;
    background: url("../images/frame/27.png")no-repeat center;
    background-size: 100% auto;
}
.news .list dl dd div .more:hover,.news .list2 dl dd div .more:hover{
    background: url("../images/frame/28.png")no-repeat center;
    background-size: 100% auto;
}





/*大屏幕*/
@media screen and (min-width: 1600px) {

}
/*中屏幕*/
@media (min-width: 1200px) and (max-width: 1599px){

}
/*小屏幕*/
@media screen and (max-width: 1200px) {
    .news .list dl,.news .list2 dl{
        padding-bottom: .15rem;
        margin-bottom: .15rem;
    }
    .news .list dl dt, .news .list2 dl dt{
        width: 100%;
        height: auto;
    }
    .news .list dl dd, .news .list2 dl dd{
        width: 100%;
        margin-top: .15rem;
    }
    .news .list dl dd p,  .news .list2 dl dd p{
        margin: .15rem 0;
    }


}