.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;
}

.authoritative{
    width: 100%;
    height: auto;
    display: inline-block;
    padding: 60px 0 37px 0;
}
.authoritative ul{
    width: 100%;
    height: auto;
    display: inline-block;
}
.authoritative li{
    width: 29%;
    height: auto;
    display: inline-block;
    box-shadow: 0 5px 10px #eee;
    padding: 1% 1%;
    border-radius: 15px;
    margin-bottom: 2%;
    float: left;
    margin-right: 2%;
}
.left{
    float: left;
    width: 13%;
    border-radius: 10px;
    overflow: hidden;
}
.left .icon span{}
.left .icon span img{
    width: 100%;
}
.right{
    float:right;
    width: 84%;
}
.right h3{
    font-size: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-weight: normal;
}
.multi-line{
    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;
}
.tenderListD{
    color: #2562B3;
    font-size: 14px;
    text-transform: capitalize;
    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;
}
.authoritative li {
    width: 100%;
    height: auto;
    display: inline-block;
    box-shadow: 0 5px 10px #eee;
    padding: 4% 2%;
    border-radius: 7px;
    margin-bottom: 7%;
    float: left;
    margin-right: 2%;
}
.right h3 {
    font-size: 17px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-weight: normal;
}
.multi-line {
    color: #9C9C9C;
    line-height: 18px;
    margin: 0;
    margin-bottom: 2px;
    font-size: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-weight: normal;
}


}
