#b{
    background: #F4F4F4;
    padding-bottom: 20px;
}
.w{
    margin: 0px auto 0 !important;
}
.other_title strong {
    color: #333330;
    font-weight: 400;
    font-size: 15px;
    font-family: PingFangSC-Regular, PingFang SC;
}
.other_title{
    height: 58px !important;
}
.other_title h2{
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 58px;
}
.other_title h2 img{
    width: 22px;
    height: 22px;
}
.other_title h2 em{
    font-size: 21px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 600;
    color: #FF6B1C;
}
.about_content_list {
    /* border: 1px solid #ddd; */
    border: none !important;
    padding: 40px 20px;
    background: #FFFFFF;
    border-radius: 20px;
}
ul.list {
    margin:  0px !important;
}
ul.list li{
    border-bottom:none!important;
    background: none !important;
    padding-left: 0px !important;
    display: block;
    line-height: 23px;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    margin-bottom: 20px;
    color: #999 !important;
}
ul.list li i{
    display: inline-block;
    width: 10px;
    height: 10px;
    background: RGBA(255, 205, 205, 1);
    border-radius: 50%;
    margin-right: 6px;
}
ul.list li:hover i{
    background: #FF1A1A !important;
}
ul.list li:hover{
    color: #333333 !important;
}
ul.list li a{
    color: #999 !important;
}
a:hover{
    color: #333333 !important;
}
.pager{
    display: flex !important;
    justify-content: center;
}
.pager .pagecurrent{
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    background: #FF6B1C;
    border-radius: 5px;
    width: 26px;
    height: 26px;
    text-align: center;
    padding: 0 !important;
    margin-right: 8px;

}
.pager .pagernum {
    width: 26px;
    height: 26px;
    background: #FFFFFF;
    border-radius: 5px;
    border: 1px solid #EEEEEE !important;
    color: #333333 !important;
    text-align: center;
    padding: 0 !important;
    cursor: pointer;
    margin-right: 8px;
}
.pager .pagernum:hover {
    padding: 0 !important;
    border: 1px solid #EEEEEE !important;
    margin: 0 1px;
    margin-right: 8px;
}
.pager .prev ,.pager .prev{
    margin-right: 8px !important;
}
.solagn{
    width: 100%;
    display: flex;
    justify-content: center;
    padding-top: 20px;
}
.solagn img{
    width: 76px;
    height: 7px;
    padding-top: 5px;
}
.solagn span{
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    margin: 0 16px;
}
ul.list li:hover a{
    color: #333 !important;
}
.pager .prev{
    background: url("../images/pager_last.png") no-repeat 0 0;
    background-size:100% 100%;
    width: 64px;
    height: 30px;
}
.pager .next{
    background: url("../images/pager_next.png") no-repeat 0 0;
    background-size:100% 100%;
    width: 64px;
    height: 30px;
}
