.newss {
    padding: 1rem 0 0 0;
    font-size: 15px;
    width: 1200px;
    margin: 0 auto;
}
.newss li {
    padding-bottom: .7rem;
    height: 282px;
}
.newss li .img {
    float: left;
    width: 30%;
}
.newss li .col {
float: left;
    min-height: 2.09rem;
    position: relative;
    padding-left: 3rem;
    width: 65%;
}
.newss li .img img{
    width: 100%;
    height:226px;
    overflow: hidden;
}



.newss li .col .time {

    padding: 30px 0 30px 0;
    background-size: .14rem;
    font-size: 1rem;
}
.newss li .col .name {
    font-size: .16rem;
    font-weight: 600;
    padding: 1.12rem 0 1.16rem 0;
    position: relative;
}
.newss li .col .name:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 3.4rem;
    height: 1px;
    background: #d2d2d2;
}
.newss li .col p {
    font-size: .84rem;
    line-height: 2.18rem;
    color: #999;
    padding: .15rem 0;
}
a.p-more {
    width: .66rem;
    height: .2rem;
    background: url(../image/more66_1.png) center no-repeat;
    background-size: 100%;
    display: block;
}

.newss li:hover .col p {
    color: #00BFFF;
}
.newss li .col p {
    font-size: .84rem;
    line-height: 2.18rem;
    color: #999;
    padding: .15rem 0;
}
.newss li .col .name a{
    font-size: 1.6rem;
}

