.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;
}
.release{
    width: 100%;
    height: auto;
    display: inline-block;
    margin-top: 4%;
}
.release ul{
    width: 100%;
    height: auto;
    display: inline-block;
}
.release li{
    float: left;
    width: 46%;
    margin: 0 2% 40px 2%;
    padding-bottom: 24px;
    border-bottom: 1px solid #e5e5e5;
}
.pl-left{
    float: left;
    width: 10%;
    text-align: center;
    color: #98999e;
}
.pl-left h3{
    font-size: 28px;
    color: #98999e;
}
.pl-left p{
    color: #98999e;
    font-size: 15px;
}
.pl-center{
    width: 2px;
    height: 80px;
    float: left;
    background: #d4d4d4;
    margin: 0 15px;
}
.pl-right{
    float: left;
    margin-left: 3%;
    position: relative;
    width: 79%;
    height: auto;
    display: inline-block;
}
.pl-right h4{
    color: #000;
    font-weight: normal;
    font-size: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.more{
    position: absolute;
    bottom: -30px;
    right: 20px;
    color: #1e8bed;
    margin-top: 8%;
}
@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;
}
.release li {
    float: left;
    width: 100%;
    margin: 0 2% 40px 2%;
    padding-bottom: 24px;
    border-bottom: 1px solid #e5e5e5;
}
.pl-left {
    float: left;
    width: 20%;
    text-align: center;
    color: #98999e;
}
.pl-right {
    float: left;
    margin-left: 3%;
    position: relative;
    width: 61%;
    height: auto;
    display: inline-block;
}
.pl-right h4 {
    color: #000;
    font-weight: normal;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

}