.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;
}
.classic {
    width: 100%;
    height: auto;
    display: inline-block;
    margin-top: 4%;
}
.classic ul{
    width: 100%;
    height: auto;
    display: inline-block;
}
.classic li{
    float: left;
    width: 22.5%;
    margin: 0 1% 50px 1%;
}
.classic li img{
    width: 100%;
    -moz-transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    height: 167px;
}
.classic-box{
    margin-top: 20px;
}
.classic-box h3{
    font-size: 18px;
    text-transform: capitalize;
    font-weight: bold;
    color: #222E35;
    line-height: 25px;
    margin: 0;
    margin-bottom: 4px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.classic-box span{
    font-size: 13px;
    color: #2562B3;
    text-transform: capitalize;
    display: block;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #E6E6E6;
}

.classic-box p{
    height: 54px;
    font-size: 14px;
    color: #9C9C9C;
    line-height: 26px;
    margin: 0;
    overflow: hidden;
}
@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;
}
.classic li {
    float: left;
    width: 100%;
    margin: 0 1% 23px 1%;
}
}