.news{
    width: 100%;
    height: auto;
    display: inline-block;
    margin-top: 35px;
}
.news h1{
    font-size: 30px;
    text-align: center;
    margin-bottom: 5%;
}
.news li {
    float: left;
    width: 46%;
    margin: 0px 2% 40px 2%;
    padding-bottom: 0px;
    border-bottom: 1px solid #e5e5e5;
}
.news li .left {
    float: left;
    vertical-align: middle;
    padding-right: 10px;
    width: 100px;
}

.news li .left h2 {
    font-size: 41px;
    color: #666;
    margin: -4px 0 10px;
}
.news li .left h6 {
    font-size: 23px;
    color: #222;
    margin-top: -7%;
}
.news li .right {
    display: table-cell;
    vertical-align: middle;
    width: 77%;
    float: right;
}
.news li .right h3 a{
    font-size: 20px;
    line-height: 28px;
    font-weight: normal;
}
.news li .right p {
    height: 74px;
    line-height: 24px;
    font-size: 14px;
    color: #888;
    margin-top: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: clip;
    overflow: hidden;
}

@media screen and (max-width: 1024px) and (min-width: 0px) {
    .banner{
            margin-top: 25%;
    }
.partner h1 {
    font-size: 26px;
    text-align: center;
    margin-bottom: 5%;
}
.news li{
    float: left;
    width: 100%;
    margin: 0px 0% 40px 0%;
    padding-bottom: 0px;
    border-bottom: 1px solid #e5e5e5;
}
.news li .left {
    float: left;
    vertical-align: middle;
    padding-right: 10px;
    width: 16%;
}
.news li .left h2 {
    font-size: 24px;
    color: #666;
    margin: -4px 0 10px;
}
.news li .left h6 {
    font-size: 16px;
    color: #222;
    margin-top: -7%;
}
}