/*新闻发布室*/
.newRoomTab{
    background: #f5f5f5;
    line-height: 80px;
}
.tabBox .tabLi{
    margin-right: 40px;
    font-size: 15px;
}
.tabBox .tabLi:hover a , .tabBox .tabAct a{
    color: #FD1E00 !important;
    display: inline-block;
}
.tabBox .tabAct:after{
    position: absolute;
    color: #000;
    background: #FD1E00;
    height: 2px;
    left: 0;
    right: 0;
    bottom:0;
    margin: auto;
    content: '';
}
.tabBox .tabLi:hover:after{
    position: absolute;
    background: #FD1E00;
    height: 2px;
    left: 0;
    right: 0;
    bottom:0;
    margin: auto;
    content: '';
    animation: beLong .3s forwards;
}
@keyframes beLong {
    0%{width: 0}
    100%{width: 100%}
}
.tabBox .tabLi:last-child{
    margin-right: 0;
}
/*新闻发布室*/
#banner .arrow-left{
    background:url('../image/pp_l.png') no-repeat left top;
    background-size: 48px;
    position: absolute;
    left: 10px;
    top: 50%;
    width: 50px;
    height: 50px;
    z-index: 999;
    outline: none;
}
#banner .arrow-right{
    background:url('../image/pp_r.png') no-repeat left bottom;
    background-size: 48px;
    position: absolute;
    right: 10px;
    top: 50%;
    width: 50px;
    height: 50px;
    z-index: 999;
    outline: none;
}
.aboutPage .paper{
    padding-left: 80px;
    padding-right: 80px;
}
.aboutPage .contactBtn{
    width: 120px;
    line-height: 40px;
    height: 40px;
    color: #FD1E00;
    cursor: pointer;
    border: 1px solid #FD1E00;
    margin: auto;
    border-radius:5px;
}
.aboutPage .whiteBg{
    background: #fff;
}
.aboutPage .join .box{
    width: 380px;
    border-radius: 10px;
    overflow: hidden
}
.aboutPage .join .box{
    line-height: 30px;
    min-height: 90px;
}
.aboutPage .joinCon{
    min-height: 90px;
}
.aboutCon img{
    width: 100% !important;
    height: auto;
}
@media screen and (max-width: 768px){
    .tabBox .tabLi{
        margin-right: 20px;
        font-size: 15px;
    }
}