.banner{
    width: 100%;
    height: auto;
    display: inline-block;
    position: relative;
    margin-top: -4px;
}
.contBannerWrit {
    height: 252px;
    width: 294px;
    text-align: center;
    color: #fff;
    position: absolute;
    top: 56%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: url(../images/zy_title_bg.png) no-repeat center center;
}
.ban-title{
    position: absolute;
    top: 50%;
    right: 18px;
    transform: translateY(-50%);
}
.ban-title h2{
    font-size: 36px;
    border-bottom: #fff solid 1px;
    display: inline-block;
    min-width: 200px;
    height: 52px;
    overflow: hidden;
    color: #fff;
}
.ban-title h3{
    text-transform: uppercase;
    font-size: 20px;
    font-family: arial;
    line-height: 30px;
    width: 220px;
    color: #fff;
    margin: 8px auto 0 auto;
}
.news{
    width: 100%;
    height: auto;
    display: inline-block;
    margin-top: 4%;
}
.news ul{
    width: 100%;
    height: auto;
    display: inline-block;
}
.news li{
    float: left;
    width: 46%;
    margin: 0 2% 40px 2%;
    padding-bottom: 24px;
    border-bottom: 1px solid #e5e5e5;
}
.n-left{
    display: table-cell;
    vertical-align: middle;
    padding-right: 11px;
    width: 17%;
}
.n-left h4{
    font-size: 16px;
    color: #666;
    margin: 10px 0 10px;
}
.n-left p{
    font-size: 33px;
    color: #222;
}
.n-right{
    display: table-cell;
    vertical-align: middle;
}
.n-right h3{
    font-size: 20px;
    line-height: 28px;
    height: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-weight: normal;
}
.n-right p{color: #9C9C9C;line-height: 24px;margin: 0;margin-bottom: 2px;font-size: 15px;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;font-weight: normal;}
@media screen and (max-width: 1024px) and (min-width: 0px) {
    .banner {
    width: 100%;
    height: auto;
    display: inline-block;
    position: relative;
    margin-top: 45px;
}
.contBannerWrit {
    height: 252px;
    width: 294px;
    text-align: center;
    color: #fff;
    position: absolute;
    top: 56%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url(../images/zy_title_bg.png) no-repeat center center;
    display: none;
}
.news li{
    float: left;
    width: 100%;
    margin: 0 2% 40px 2%;
    padding-bottom: 24px;
    border-bottom: 1px solid #e5e5e5;
}
.n-left p {
    font-size: 12px;
    color: #222;
}
.news li{
    float: left;
    width: 100%;
    margin: 0 2% 28px 2%;
    padding-bottom: 9px;
    border-bottom: 1px solid #e5e5e5;
}
.n-right p {
    color: #9C9C9C;
    line-height: 24px;
    margin: 0;
    margin-bottom: 2px;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-weight: normal;
}
}

