.about-banner .content{display: flex;}
.banner-lbox {
    padding: 80px 0;
    color: #fff;
}
.banner-tit {
    letter-spacing: 2px;
    line-height: 60px;
    text-align: center;
}
.banner-des {
    font-size: 16px;
    line-height: 30px;
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: center;
}
.banner-content a {
    background-color: rgba(255,255,255,0.16);
    color: #fff;
    font-size: 14px;
    line-height: 40px;
    border: 2px solid #fff;
    border-radius: 50px;
    display: block;
    text-align: center;
    margin: 0 auto;
}
.banner-content a:hover{
    color: #3c78d8;
    background-color: #fff;
-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.newsList{margin-top:80px;}
.newsList .search_res{
    font-size: 14px;
    margin: 30px 0 10px;
}
.newsList .news-ul{margin: 10px 0 50px;}
.newsList .news-item {
    letter-spacing: 0;
    line-height: 4em;
    text-align: left;
}
.newsList .news-item .news-tit {
    font-size: 15px;
    color: #333;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.4em;
    text-align: center;
}
.newsList .news-item .news-tit:hover {
    color: #3c78d8;
}
.news-search .input-group{
    box-shadow: 0 1px 3px rgb(214 221 237 / 50%), 0 1px 2px rgb(214 221 237 / 50%);
}
.news-search .form-control,.news-search .input-group-text{
    border: 0;
    border-radius: 0;
}



@media (min-width: 768px){
    .banner-tit {
        letter-spacing: 2px;
        line-height: 60px;
    }
    .banner-des {
        font-size: 16px;
        line-height: 30px;
        margin-top: 10px;
        margin-bottom: 20px;
    }
}
@media (max-width: 768px){
    .banner-tit {font-size: 38px;}
    #main-container .banner{background-position: center left !important;}
}