/*新闻区域*/
#new{
    padding: 0;
    /*text-align: center;*/
    /*margin-top: 80px;*/
}
#new .title{
    margin-top: 60px;
}

#new a:hover{
    text-decoration: none;
}
#new ul{
    overflow: hidden;
    display: block;
}
#new ul>li>a{
    overflow: hidden;
    width: 100%;
    height: auto;
    border-bottom: 1px #e5e5e5 dashed;
    margin:0 0 18px 0;
    padding: 0 0 10px 0;
    display: block;
}
#new .time{
    display: inline-block;
    width: 90px;
    height: 90px;
    color: #fff;
    text-align: center;
    background: rgba(254,11,45,1);
    padding: 18px 0 0 0;
    float: left;
}
#new .time span:nth-child(1){
    display: block;
    font-size: 28px;
    margin: 0 0 0 0;
    line-height: 30px;
}
#new .time span:nth-child(2){
    display: block;
    font-size: 15px;
}
#new .info{
    width: 80%;
    height: 100%;
    display: inline-block;
    padding: 10px 0 0 20px;
    vertical-align: top;
    text-align: left;

}

#new .info h1{
    margin: 0 0 0 0;
    font-size: 18px;
    color: #333;
}
#new li:hover .info h1{
    color: rgba(254,11,45,1);


}
#new .info p{
    font-size: 14px;
    color: rgb(153, 153, 153);
    overflow: hidden;
    max-height: 38px;
    line-height: 20px;
    margin: 10px 0 0 0;
}





@media screen and (max-width: 1000px){


    #new{
        margin-top: 0;
    }
    #new ul>li>a {
        margin: 0 0 10px 0;
        padding: 0 0 4px 0;
    }
    #new .time{
        width: 20%;
        height: auto;
        padding: 12px 0 13px 0;
    }
    #new .info {
        padding: 10px 0 0 10px;
    }
    #new .info h1 {
        font-size: 16px;
    }



}