.listbanner {
    height: 550px;
    background: url(../images/about_banner.png) no-repeat top center;
}

.lbname{
    max-width: 1920px;
    height: 45px;
    line-height: 45px;

    margin:0px auto;
    margin-top: -20px;

}
.lbname_l{
    width: 350px;
    margin-left:30%;
    float: left;
    color: #fff;
    background-color: #003b8f;
    font-size:12px;
    font-weight: bold;
    padding: 0px 10px;
    border-top-left-radius:10px ;
}
.lbname_r{
    font-weight: bold;
    color: #003b8f;
    font-size:18px;
    float: left;
    background-color: #f7b53e;
    padding: 0px 15px;
    width: calc(100% - 30% - 400px);

}
.list_menu {
    margin: 80px auto 50px auto;
    display: flex;
    justify-content: space-between;
    font-size: 18px;
    font-weight: bold;
}
.list_banner_title{
    padding-top: 100px;

    color: #fff;
    width: 400px;

    line-height:50px;
}
.list_banner_title h3{
    font-size: 36px;
    font-weight: bold;
}
.list_banner_title h4{
    font-size: 22px;

}
.list_banner_title i{
    display: inline-block;
    width: 30px;
    border-top:3px solid #edae40;
}
.list_menu a,
.list_menu a:visited {
    color: #003b8f;
    border: 2px solid #003b8f;
    padding: 20px 25px;
}

.list_menu a.active,
.list_menu a:visited.active,
.list_menu a:hover {
    background: #003b8f;
    color: #fff;
}

/*通用列表导航*/
.list_menuall{

    padding:80px 0px;
    display:flex;
    justify-content:space-around;
}

.smenuline{
    width:2px;
    height:50px;
    border-right:1px solid #acabab;
}

.list_menuall .smenu{

    float:left;
    width:370px;
    text-align:center;

}
.list_menuall .smenu b{
    color:#003b80;
    font-size: 22px;
    line-height:35px;
}
.list_menuall .smenu p {
  color: #595757;
    line-height:20px;
}
.list_menuall .smenu.active b,.list_menuall .smenu a:hover b{
    color:#eba93e;
}
.list_menuall .smenu.active i,.list_menuall .smenu a:hover i{

    display:block;
    width:45px;
    height:10px;
    border-bottom:3px solid #eba93e;
    margin:0px auto;
}
/*分页*/
.listpages{
    margin:30px auto;
    text-align:center;

}