.container {
    margin-bottom: 60px
}

.container .content {
    display: flex;
    justify-content: space-between;
    margin: 30px 0;
    gap: 30px
}

.container .content .lbox {
    width: 15%;
    min-width: 186px
}

.container .content .lbox .box .title {
    background: url(../images/nav_bg.png) no-repeat;
    background-size: cover;
    color: white;
    padding: 30px 0 24px 24px;
    font-size: 24px;
    font-weight: bold
}

.container .content .lbox .box a {
    background: #f2f2f2;
    padding: 15px 15px;
    border-bottom: 1px solid #fff;
    color: rgba(35, 35, 35, 0.6);
    transition: all 600ms;
    font-weight: bold;
    color: #014AB0;
    display: block;
    position: relative;
    text-overflow: ellipsis;
    overflow: hidden
}

.container .content .lbox .box a::before {
    content: '';
    display: block;
    width: 5px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #014AB0;
    opacity: 0;
    transition: all 600ms
}

.container .content .lbox .box a:last-child {
    border-bottom: none
}

.container .content .lbox .box a.on::before {
    opacity: 1
}

.container .content .lbox .box .sub a {
    padding: 15px 0;
    padding-left: 25px;
    padding-right: 5px;
    color: #3E8CCC;
    font-size: 14px;
    display: flex;
    align-items: center
}

.container .content .lbox .box .sub a::before {
    height: 10px;
    width: 10px;
    position: static;
    opacity: 1;
    background: #3E8CCC;
    margin-right: 5px
}

.container .content .lbox .box .sub a:last-child {
    border-bottom: 1px solid #fff
}

.container .content .lbox .box .sub a:hover {
    color: #014AB0
}

.container .content .lbox .box .sub a:hover::before {
    background: #014AB0
}

.container .content .rbox {
    width: 85%
}

.container .content .rbox .title {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    color: #939393;
    margin-bottom: 8px
}

.container .content .rbox .tags {
    text-align: center;
    font-size: 14px;
    color: #949494;
    margin-bottom: 40px
}

.container .content .rbox .html {
    color: rgba(0, 0, 0, 0.8);
    line-height: 1.875
}

.container .content .rbox .html p {
    margin: 0 0 15px 0
}

.container .content .rbox .news_list a {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    color: #999;
    position: relative;
    align-items: center;
    padding-bottom: 20px
}

.container .content .rbox .news_list a:not(:last-child) {
    margin-bottom: 20px
}

.container .content .rbox .news_list a p {
    margin: 0
}

.container .content .rbox .news_list a .pt {
    max-width: 70%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.container .content .rbox .news_list a .time {
    margin: 0
}

.container .content .rbox .news_list a:hover {
    font-weight: bold;
    color: #115FD1
}

.container .content .rbox .news_list a:hover::before {
    background: #1F4B87
}

.container .content .rbox .people_list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    background: #f2f7f9
}

.container .content .rbox .people_list a {
    padding: 30px 30px 0 30px;
    transition: all 600ms;
    /*display: flex;*/
    justify-content: space-between;
    text-align: center;
}

.container .content .rbox .people_list a .pic {
    width: 200px;
    height: 270px;
    overflow: hidden;
    margin: 0 auto;
}

.container .content .rbox .people_list a .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 600ms
}

.container .content .rbox .people_list a .text {
    /*width: calc(100% - 220px);*/
    position: relative
}

.container .content .rbox .people_list a .text .name {
    font-weight: bold;
    font-size: 18px;
    transition: all 600ms;
    margin: 0 0 0 0;
    position: relative;
    padding: 10px 0;
    text-align:center;
}

/*.container .content .rbox .people_list a .text .name::after {
    content: '';
    display: block;
    width: 44px;
    height: 3px;
    position: absolute;
    left: 50;
    bottom: 0;
    background: #014AB0
}*/

.container .content .rbox .people_list a .text .info{display:none;}

.container .content .rbox .people_list a .text .info .pt {
    display: flex;
    border-bottom: 1px dashed #999
}

.container .content .rbox .people_list a .text .info .pt .icon i {
    color: #014AB0;
    transition: all 600ms
}

.container .content .rbox .people_list a .text .info .pt p {
    color: #999;
    font-size: 14px;
    margin: 0 0 15px 10px;
    transition: all 600ms
}

.container .content .rbox .people_list a .text .btn {
	display:none;
    position: absolute;
    right: 0;
    bottom: 0;
    border: 1px solid #014AB0;
    color: #014AB0;
    padding: 5px 20px;
    font-size: 14px;
    transition: all 600ms
}

.container .content .rbox .people_list a .text .btn:hover {
    background: #014AB0;
    color: white
}

.container .content .rbox .people_list a:hover .pic img {
    transform: scale(1.05)
}

.container .content .rbox .people_info {
    padding: 53px 76px;
    background: #f2f7f9
}

.container .content .rbox .people_info .pic {
    text-align: center
}

.container .content .rbox .people_info .pic img {
    width: 211px
}

.container .content .rbox .people_info .name {
    font-size: 32px;
    text-align: center;
    margin: 37px 0 55px 0;
    position: relative;
    padding-bottom: 20px
}

.container .content .rbox .people_info .name::after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 71px;
    height: 2px;
    background: #014AB0
}

.container .content .rbox .people_info .des {
    color: #232323;
    line-height: 1.875
}

.container .content .rbox .history {
    padding: 50px;
    background: #f2f7f9;
    position: relative;
    padding-bottom: 200px
}

.container .content .rbox .history::before {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 30px;
    height: calc(100% - 60px);
    width: 0.57vw;
    background: linear-gradient(to bottom, rgba(17, 95, 209, 0), #072A69)
}

.container .content .rbox .history .items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 63px
}

.container .content .rbox .history .items:not(:last-child) {
    margin-bottom: 53px
}

.container .content .rbox .history .items .item {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 17px
}

.container .content .rbox .history .items .item .pic {
    width: 75%;
    overflow: hidden
}

.container .content .rbox .history .items .item .pic img {
    width: 100%;
    object-fit: cover;
    transition: all 600ms
}

.container .content .rbox .history .items .item p {
    font-size: 22px;
    white-space: nowrap;
    font-weight: bold
}

.container .content .rbox .history .items .item:nth-child(2) {
    margin-top: 123px;
    margin-bottom: -123px;
    flex-direction: row-reverse
}

.container .content .rbox .history .items .item:hover .pic img {
    transform: scale(1.05)
}

.container .content .rbox .coop_list {
    padding: 50px;
    background: #f2f7f9;
    position: relative
}

.container .content .rbox .coop_list .logos {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 30px 60px;
    margin-bottom: 30px
}

.container .content .rbox .coop_list .logos .item {
    width: 100%;
    text-align: center
}

.container .content .rbox .coop_list .logos .item .pic img {
    width: 115px;
    height: 115px;
    object-fit: contain
}

.container .content .rbox .coop_list .logos .item p {
    font-size: 14px;
    width: 130px;
    margin: 15px auto 0 auto;
    line-height: 1.6;
    font-weight: bold
}

.container .content .rbox .coop_list .plist {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 50px
}

.container .content .rbox .coop_list .plist .item {
    width: 100%
}

.container .content .rbox .coop_list .plist .item .pic {
    overflow: hidden;
    border-radius: 30px
}

.container .content .rbox .coop_list .plist .item .pic img {
    width: 100%;
    border-radius: 30px;
    height: 14.58vw;
    object-fit: cover;
    transition: all 600ms
}

.container .content .rbox .coop_list .plist .item .text {
    text-align: center;
    margin-top: 15px;
    font-size: 14px;
    line-height: 1.6
}

.container .content .rbox .coop_list .plist .item .text p:first-child {
    font-weight: bold
}

.container .content .rbox .coop_list .plist .item .text p {
    margin: 0
}

.container .content .rbox .coop_list .plist .item .text .name {
    border-bottom: 2px solid #014AB0;
    width: fit-content;
    margin: 0 auto;
    padding: 0 3px
}

.container .content .rbox .coop_list .plist .item:hover .pic img {
    transform: scale(1.05)
}

.container .content .rbox .pager {
    display: flex;
    justify-content: center;
    margin: 60px 0
}

.container .content .rbox .pager span {
    font-size: 14px;
    padding: 5px 8px;
    border-radius: 3px;
    background: #115FD1;
    color: #fff;
    margin: 0 6px
}

.container .content .rbox .pager a {
    font-size: 14px;
    padding: 5px 8px;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #474747;
    background: #f4f4f4;
    margin: 0 6px;
    transition: all 600ms
}

.container .content .rbox .pager a:hover {
    background: #115FD1;
    color: white
}

@media screen and (max-width: 1440px) {
    .container .content .rbox .people_list {
        
    }

    .container .content .rbox .people_list a .pic {
        width: 150px;
        height: 200px
    }

    .container .content .rbox .people_list a .text {
        /*width: calc(100% - 170px)*/
    }

    .container .content .rbox .coop_list .plist {
        grid-template-columns: repeat(4, 1fr)
    }

    .container .content .rbox .coop_list .plist .item .pic img {
        height: 221px
    }
}

@media screen and (max-width: 1100px) {
    .container .content .lbox {
        min-width: 200px
    }

    .container .content .rbox .people_list {
        grid-template-columns: repeat(2, 1fr)
    }

    .container .content .rbox .history::before {
        display: none
    }

    .container .content .rbox .history .items {
        display: block
    }

    .container .content .rbox .history .items:not(:last-child) {
        margin-bottom: 30px
    }

    .container .content .rbox .history .items .item:nth-child(2) {
        margin-top: 30px;
        margin-bottom: 0
    }

    .container .content .rbox .coop_list .logos {
        grid-template-columns: repeat(3, 1fr);
        gap: 30px 40px
    }

    .container .content .rbox .coop_list .logos .item .pic img {
        width: 100px;
        height: 100px
    }

    .container .content .rbox .coop_list .logos .item p {
        width: 100px
    }

    .container .content .rbox .coop_list .plist {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px
    }

    .container .content .rbox .coop_list .plist .item .text p {
        font-size: 16px
    }
}

@media screen and (max-width: 800px) {
    .container {
        margin: 0 auto 40px auto
    }

    .container .content {
        flex-direction: column;
        margin: 0 auto
    }

    .container .content .lbox {
        display: none
    }

    .container .content .rbox {
        width: 100%
    }

    .container .content .rbox .title {
        font-size: 16px;
        margin: 15px 0
    }

    .container .content .rbox .tags {
        font-size: 12px;
        margin-bottom: 30px
    }

    .container .content .rbox .html {
        margin: 20px 0;
        font-size: 14px
    }

    .container .content .rbox .news_list a {
        padding: 15px 0
    }

    .container .content .rbox .news_list a:not(:last-child) {
        margin-bottom: 0
    }

    .container .content .rbox .news_list a .pt {
        max-width: 100%
    }

    .container .content .rbox .news_list a .time {
        text-align: right;
        width: 100%
    }

    .container .content .rbox .people_list {
        grid-template-columns: 1fr;
        gap: 0;
        margin-top: 20px
    }

    .container .content .rbox .people_list a {
        flex-direction: column;
        padding: 20px
    }

    .container .content .rbox .people_list a .pic {
        width: 60%;
        height: auto;
        margin-bottom: 20px
    }

    .container .content .rbox .people_list a .text {
        width: 100%
    }

    .container .content .rbox .people_list a .text .btn {
        position: static;
        margin-top: 20px;
        width: fit-content
    }

    .container .content .rbox .people_info {
        padding: 20px;
        margin-top: 20px
    }

    .container .content .rbox .people_info .name {
        font-size: 24px
    }

    .container .content .rbox .people_info .des {
        font-size: 14px
    }

    .container .content .rbox .history {
        padding: 20px
    }

    .container .content .rbox .history .items:not(:last-child) {
        margin-bottom: 15px
    }

    .container .content .rbox .history .items .item {
        flex-direction: column !important;
        gap: 10px
    }

    .container .content .rbox .history .items .item .pic {
        width: 100%
    }

    .container .content .rbox .history .items .item p {
        font-size: 18px
    }

    .container .content .rbox .history .items .item:nth-child(2) {
        margin-top: 15px
    }

    .container .content .rbox .coop_list {
        padding: 20px
    }

    .container .content .rbox .coop_list .logos {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px
    }

    .container .content .rbox .coop_list .logos .item .pic img {
        width: 80px;
        height: 80px
    }

    .container .content .rbox .coop_list .logos .item p {
        width: 100%
    }

    .container .content .rbox .coop_list .plist {
        grid-template-columns: repeat(1, 1fr);
        gap: 20px
    }

    .container .content .rbox .coop_list .plist .item .pic img {
        height: 358px
    }

    .container .content .rbox .pager {
        display: inline-block;
        margin: 15px 0
    }

    .container .content .rbox .pager a {
        margin: 0 6px 6px 0;
        display: inline-block
    }

    .container .content .rbox .pager span {
        margin-left: 0
    }
}