body {
    min-width: 1400px;
    padding-top: 85px;
    cursor: default;
}

.content-box {
    width: 1400px;
    margin: 0 auto;
    padding: 70px 0 60px 0;
    box-sizing: border-box;
    background: white;
}

.top-box {
    display: flex;
    width: 100%;
    justify-content: space-between;
    height: 420px;
    position: relative;

}

.left-img-box {
    width: 620px;
    height: 420px;
    position: relative;
}

.left-img-bg {
    width: 600px;
    height: 400px;
    background: #eaeff5;
}

.left-img {
    width: 600px;
    height: 400px;
    display: block;
    object-fit: cover;
    position: absolute;
    right: 0;
    bottom: 0;
}

.leader-box {
    position: relative;
    width: 700px;
}

.right-bottom-img {
    width: 131px;
    height: 96px;
    right: 0;
    bottom: 0;
    display: block;
    object-fit: cover;
    position: absolute;

}

.leader-id-box {
    width: 700px;
}

.id-intro {
    width: 348px;
    height: 36px;
    display: block;
    object-fit: cover;
}

.name-box {
    display: flex;
    align-items: flex-end;
    padding-bottom: 30px;
    padding-top: 25px;
    border-bottom: 1px solid #eaeaea;
}

.zw {
    color: #0066b0;
    font-size: 15px;
    padding-left: 30px;

    font-weight: bold;
}

.leader-company-box {
    padding-top: 10px;
    height: 50px;
    display: flex;
    align-items: center;
}

.leader-company-img {
    width: 50px;
    height: 50px;
    border: 1px solid #E5E6EA;
    border-radius: 50%;
    box-sizing: border-box;
    margin-right: 10px;
}

.leader-company-right-box {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-around;
}

.leader-company-right-box .title {
    font-size: 15px;
    color: #262626;
}

.leader-company-right-box .name {
    font-size: 12px;
    color: #999999;
}

.id-name {
    font-size: 40px;
    color: #262626;
    font-weight: bold;
    line-height: 1;
}

.identity-list {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    font-size: 14px;
    color: #666666;
    height: 210px;

    line-height: 30px;
    overflow-y: auto;

    direction: rtl;

    scrollbar-color: #afbcc7 #f7f8fa;
    scrollbar-track-color: #f7f8fa;
    -ms-scrollbar-track-color: #f7f8fa;
    scrollbar-width: thin;
}

.identity-list::-webkit-scrollbar { /*滚动条整体样式*/
    width: 3px; /*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;
}

.identity-list::-webkit-scrollbar-thumb { /*滚动条里面小方块*/
    border-radius: 3px;
    /*-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);*/
    background: #afbcc7;
}

.identity-list::-webkit-scrollbar-track { /*滚动条里面轨道*/
    /*-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);*/
    border-radius: 3px;
    background: #f7f8fa;
}

.identity-item {
    display: flex;
    align-items: center;
    direction: ltr;
}

.company {
    margin-left: 20px;
    direction: ltr;
}

.job {
    margin-left: 10px;
}

.bottom-box {
    display: flex;
    justify-content: space-between;
    width: 1400px;
    /*padding: 70px 0;*/
    margin: 0 auto;
}

.bottom-left {
    width: 960px;
    margin-right: 20px;
    font-size: 16px;
    color: #555c6c;
    overflow: hidden;
}

.bottom-left p{
    line-height: 28px;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
    /*超出两行显示省略号*/
    overflow: hidden;
    height: 196px;
}

.bottom-honor-box {
    display: flex;
    width: 100%;
    padding-top: 33px;
    /*overflow-x: auto;*/
    padding-bottom: 30px;
}
.bottom-honor-box:hover .s4-next-1 {
    display: inline-block;

}
.bottom-honor-box:hover .s4-prev-1 {
    display: inline-block;

}

.honor-item {
    width: 300px;
    height: 200px;
    padding:0 15px;
}

/*.bottom-honor-box::-webkit-scrollbar { !*滚动条整体样式*!
    width: 6px; !*高宽分别对应横竖滚动条的尺寸*!
    height: 6px;
}

.bottom-honor-box::-webkit-scrollbar-thumb { !*滚动条里面小方块*!
    border-radius: 6px;
    !*-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);*!
    background: #afbcc7;
}

.bottom-honor-box::-webkit-scrollbar-track { !*滚动条里面轨道*!
    !*-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);*!
    border-radius: 6px;
    background: #f7f8fa;
}*/

.honor-img {
    width: 300px;
    height: 200px;
    object-fit: cover;
    margin-right: 30px;
    display: block;
    border: 1px solid #E5E6EA;
}
.s4-prev-1 {
    display: none;
    width: 30px;
    height: 50px;
    top: 110px;
    left: 0px;
    margin: 0;
    padding: 0;
    z-index: 99;
    transition: 0.2s;
    position: absolute;
    cursor: pointer;
    background-image: url(../image/left.png);
}

.s4-next-1 {
    display: none;
    width: 30px;
    height: 50px;
    top: 110px;
    right: 0px;
    margin: 0;
    padding: 0;
    z-index: 99;
    transition: 0.2s;
    position: absolute;
    cursor: pointer;
    background-image: url(../image/right.png);
}

/*托底横条*/
.tdht {
    margin-top: 34px;
    width: 960px;
    height: 36px;
    display: block;
    object-fit: cover;
}

.bottom-right {
    width: 380px;
}

.book-swiper {
    height: 380px;
    width: 100%;
}

.book-item {
    display: flex;
    flex-direction: column;
    height: 480px;
    width: 100%;

}

.swiper-news-image {
    width: 380px;
    height: 380px;
    object-fit: cover;
    display: block;
}

.desc {
    height: 100px;
    width: 100%;
    border: 1px solid #eaeaea;
    font-size: 15px;
    color: #333333;
    box-sizing: border-box;
    padding: 20px;
}

.news-box-left {
    box-sizing: border-box;
    /*z-index: 2;*/
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 480px;

}

.swiper-pagination {
    position: absolute;
    right: 0;
    bottom: 100px;
    padding-right: 15px;
    box-sizing: border-box;
    /*z-index: 2;*/
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 45px;

}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 100px;
    right: 0;
    width: 100%;
}

.my-swiper-pagination-bullet {
    height: 8px;
    width: 8px;
    border-radius: 0px;
    margin: 0 5px;
    background: #474647;
    border-radius: 8px;
}

.my-swiper-pagination-bullet-active {
    background: #0066b0;
    height: 8px;
    width: 16px;
    margin: 0 1px;
    border-radius: 8px;
}

.swiper-pagination-bullet-active {
    background: #fff;
    position: relative;
    overflow: hidden;
}

.swiper-pagination-bullet-active::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 2px;
    background: #888;
    content: '';
    animation: swiperLoop 3s linear;
}
.time {
    width: 960px;
    /*margin: 60px auto 0;*/
}

.time .time-top {
    display: flex;
    justify-content: space-between;
    width: 960px;
    margin: 0 auto 3px auto;
    padding: 0 10px;
    box-sizing: border-box;
}

.time .line {
    width: 1px;
    height: 12px;
    background: #0066B0;
}

.time-bar {
    display: flex;
    width: 960px;
    height: 6px;
    /*background: #f5f5f5;*/
    background: #0066B0;
}