.banner{
    width: 100%;
    height: 300px;
}
.banner img{
    height: 300px;
    width: 100%;
}
.content{
    margin-top: -60px;
}
.about{
    width: 1170px;
    margin: 0 auto;
}
.about-left,.about-right{
    height: 100%;
    background: #F5F5F5;
}
.about-left{
    width: 270px;
    height: 100%;
    margin-right: 30px;
}
.about-right{
    width: 870px;
}
.tab-pane{
    padding-top: 15px;
}
.company{
    padding:15px 30px;
    display: flex;
    background: #F5F5F5;
}
.company:hover{
    background: #EBF2F5;
}
.company:hover .company-right .company-time .more{
    display: block;
}
.company img{
    width: 200px;
    height: 150px;
    border-radius: 10px;
}
.company .company-right{
    margin-left: 20px;
    min-width: 590px;
}
.company .company-right h5{
    font-size: 24px;
    font-weight: 700;
    color: #111111;
    line-height: 40px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    min-width: 590px;
}
.company-right p{
    font-size: 16px;
    font-weight: 400;
    color: #111111;
    line-height: 30px;
    margin-bottom: 10px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.company-right .company-time{
    font-size: 16px;
    color: #999999;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 30px;
    min-width: 590px;
}
.style-hover .company-right .company-time{
    min-width: 640px;
}
.company-right .company-time span{
    padding:3px 5px;
}
.company-right .company-time .more{
    background: #FFD700;
    border-radius: 10px;
    color: #0B308D;
    display: none;
}
.about-content ul li .page-link{
    background: #F5F5F5;
    color: #333333;
    border: 0;
}
.about-content ul{
    justify-content: center;
}
.page-item .page-link input{
    width: 30px;
    height: 20px;
    border: 1px solid #CCCCCC;
}
.page-item .page-link span{
    color: #0B308D;
    font-weight: 900;
    height: 20px;
    line-height: 20px;
}
.page-pre,.page-next{
    margin: 0 20px;
}
.company .company-style{
    width: 150px;
}
.company-style .style-top{
    height: 106px;
    width: 150px;
    font-size: 72px;
    color: #0B308D;
    background: #E7E7E7;
    text-align: center;
    font-weight: 400;
    margin-bottom: 5px;
    border-radius:6px 6px 0 0 ;
}
.company-style .style-bottom{
    height: 40px;
    width: 150px;
    font-size: 24px;
    font-weight: 400;
    color: #0B308D;
    text-align: center;
    background: #E7E7E7;
    border-radius: 0 0 6px 6px;
}
.style-right  p{
    min-height: 80px;
    font-size: 16px;
    font-weight: 400;
    color: #111111;
    line-height: 30px;
    margin-bottom: 10px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}
.style-hover:hover .style-top, .style-hover:hover .style-bottom{
    background: #0B308D;
    color: #fff;
}