.banner img {
    width: 100%;
}
section.news {
    padding: 40px 0;
    min-height: 500px;
    background-color: #f3f3f3;
}
.new {
    margin: 20px 0;
    padding: 40px 40px;
    width: 100%;
    height: 185px;
    background: #fff;
    box-shadow: 0 0 1px #ddd;
    transition: .3s;
}
.new:hover {
    box-shadow: 0 0 10px #ddd;
}
.new article {
    float: left;
    margin-left: 40px;
    cursor: pointer;
}
.new h3 {
    font-size: 20px;
    font-weight: 400;
    color: #555;
}
.new .info {
    margin-top: 10px;
    color: #aaa;
    font-size: 14px;
    line-height: 20px;
    text-align: left;
    width: 1000px;
}
.new .extra {
    margin-top: 5px;
}
.new .author {
    cursor: normal;
}
.new .author:before {
    content: '作者: ';
}
.new .image {
    width: 80px;
    height: 80px;
    float: left;
    overflow: hidden;
}
.new .image img {
    width: 80px;
    height: 80px;
    object-fit: contain;
}
.new .date {
    width: 70px;
    height: 85px;
    background: #fafafa;
    float: left;
}
.new .date .day {
    width: 100%;
    height: 60%;
    font-size: 25px;
    color: #ff652f;
    line-height: 55px;
    background: #FFEDE6;
}
.new .date .mon {
    width: 100%;
    height: 40%;
    font-size: 14px;
    color: #fff;
    line-height: 35px;
    background: #ff652f;
}
.borderbox body .article textview p{line-height: 34px;}
