.banner{
    height: 599px;
    background: #13358F;
    font-size: 30px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 42px;
    text-align: center;
}
.more{
    width: 160px;
    height: 48px;
    background: #17AEFF;
    border-radius: 6px;
    text-align: center;
    line-height: 48px;
    font-size: 18px;
    color: #fff;
    margin:  0 auto;
    margin-top: 30px;
}
.aboutTittle{
    padding-top: 255px;
    box-sizing: border-box;
    letter-spacing: 8px;
}
.detailTop{
    margin-top: 30px;
}
.el-breadcrumb__item {
    float: none;
}
.el-breadcrumb {
    margin-top: 13px;
}
.detailTittle{
    font-size: 36px;
    font-weight: 500;
    color: #000000;
    line-height: 50px;
    margin-bottom: 19px;
}
.detailSection{
    text-align: center;
    line-height: 30px;
    margin-top: 50px;
}
.detailLinenew{
    width: 365px;
    height: 5px;
    background: #13358F;
    border-radius: 4px;
    margin: 0 auto;
}
.aroundautor{
    display: flex;
    justify-content: space-around;
    font-size: 16px;
    font-weight: 500;
    color: #999999;
    line-height: 22px;
    margin: 30px 0 30px 0;
}
.newsSection{
    font-size: 20px;
    font-weight: 500;
    color: #333333;
    line-height: 36px;
    text-indent: 48px;
    text-align: left;
}
.sectionImg{
    display: block;
    width: 100%;
    margin: 0 auto;
    margin-top: 30px;
}
.lastButton{
        width: 399px;
        height: 44px;
        border-radius: 6px;
        border: 1px solid #E1E1E1;
        line-height: 44px;
        margin-top: 50px;
        margin-bottom: 50px;
        padding-left: 20px;
        box-sizing: border-box;
        
}
.lastButton a{
    display: block;
    font-size: 16px;
    font-weight: 500;
    color: #666666;
    width: 329px;
    overflow: hidden;/*超出部分隐藏*/
        text-overflow:ellipsis;/* 超出部分显示省略号 */
        white-space: nowrap;/*规定段落中的文本不进行换行 */
}
.lastButton:hover{
    color: #17AEFF;
    border: 1px solid #17AEFF;
    cursor: pointer;
}
.lastButton:hover a{
    color: #17AEFF;
    display: block;
    cursor: pointer;
}
.bannerstaff{
    height: 599px;
    background:url('/img/staff.jpg') no-repeat 0 0; 
    font-size: 30px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 42px;
    text-align: center;
    background-size: 100% 100%;
}
.bannerbase{
    height: 599px;
    background:url('/img/base.jpg') no-repeat 0 0; 
    font-size: 30px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 42px;
    text-align: center;
    background-size: 100% 100%;
}
.bottomLine {
    width: 134px;
    height: 2px;
    border-bottom: 4px solid #233F94;
    margin-top: -5px;
    margin-left: 226px;
}
  .bottomLinewhite{
    width:134px;
    height: 2px;
    border-bottom: 4px solid #fff;
    margin-top: -5px;
    margin-left: 226px;

  }
  .bottomLine1 {
    width: 134px;
    height: 2px;
    border-bottom: 4px solid #233F94;
    margin-top: -5px;
    margin-left: 92.5px;
}
  .bottomLinewhite1{
    width: 134px;
    height: 2px;
    border-bottom: 4px solid #fff;
    margin-top: -5px;
    margin-left: 92.5px;
  }