.list-unstyled {
    margin-bottom: 0
}

.f-banner {
    background: 50%/cover no-repeat;
    color: #fff;
    display: flex;
    flex-direction: column;
    height: 130px;
    justify-content: center;
    padding: 40px 25px;
    position: relative
}

.f-banner img {
    bottom: 0;
    height: 130px;
    left: 0;
    max-width: 100%;
    object-fit: cover;
    position: absolute;
    right: 0;
    top: 0
}

.f-banner .container {
    padding: 0;
    position: relative
}

.f-banner .title {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 9px;
    text-shadow: 0 0 10px rgba(47,47,47,.43)
}

.f-banner .subtitle {
    font-size: 10px;
    text-transform: uppercase
}

.f-footer {
    background: url(../static/images/footer/bg.png) 50%/cover no-repeat
}

.f-footer .intro {
    padding: 31px 27px 0
}

.f-footer .intro .logo {
    background: url(../static/images/footer/logo.png) 50%/contain no-repeat;
    display: block;
    font-size: 0;
    height: 45px;
    width: 238px
}

.f-footer .intro-list {
    margin-top: 18px
}

.f-footer .intro-list-item {
    font-size: 11px;
    line-height: 23px
}

.f-footer .intro-list-item .content,.f-footer .intro-list-item .fs-label {
    color: #fff;
    float: left
}

.f-footer .intro-list-item .fs-label {
    text-align: justify;
    width: 55px
}

.f-footer .intro-list-item .content.bold {
    color: #ff422e;
    font-weight: 700
}

.f-footer .copyright {
    border-top: 1px solid #bd6063;
    color: #bd6063;
    font-size: 9px;
    line-height: 15px;
    margin-top: 28px;
    padding: 13px 0;
    text-align: center
}

.f-header {
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1100
}

.f-header-top {
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
    background-color: rgba(192,0,13,.85);
    font-size: 0;
    height: 60px;
    padding-bottom: 13px;
    padding-top: 13px
}

.f-header-top .logo {
    background: url(../static/images/header/logo.png) 50%/contain no-repeat;
    display: block;
    float: left;
    height: 34px;
    width: 201px
}

.f-header-top .logo h1 {
    font-size: 0;
    margin: 0
}

.f-header-top .tel {
    color: #e0e0e0;
    display: block;
    float: right;
    font-size: 9px;
    height: 18px;
    line-height: 1;
    margin-top: 7px;
    padding-left: 23px;
    position: relative;
    text-decoration: none;
    width: 42px
}

.f-header-top .tel:before {
    background: url(../static/images/header/tel.png) 50%/contain no-repeat;
    content: "";
    height: 16px;
    left: 0;
    position: absolute;
    top: 2px;
    width: 18px
}

.f-header-top .toggler {
    background-color: transparent;
    border: 0;
    float: right;
    height: 24px;
    margin-left: 15px;
    margin-top: 5px;
    outline: 0;
    padding: 2px;
    width: 24px
}

.f-header-top .toggler:before {
    background: url(../static/images/header/menu.png) 50%/contain no-repeat;
    content: "";
    display: block;
    height: 100%;
    width: 100%
}

.f-header-top .toggler[aria-expanded=true]:before {
    background: url(../static/images/header/close.png) 50%/cover no-repeat
}

.f-header-nav {
    background-color: #fff;
    box-shadow: 0 0 16px rgba(53,53,53,.66)
}

.f-header-nav .card {
    border: 0;
    margin: 0 -15px
}

.f-header-nav .card+.card {
    border-top: 1px solid #e4e4e4
}

.f-header-nav .card-header {
    background-color: #fff;
    border-bottom: 0;
    color: #000;
    font-size: 14px;
    padding: 0;
    text-decoration: none
}

.f-header-nav .card-header>div {
    align-items: center;
    display: flex;
    padding: .75rem 1.25rem
}

.f-header-nav .card-header>div .truncate {
    flex: 1
}

.f-header-nav .card-header>div .arrow {
    background: url(../static/images/header/arrow.png) 50%/cover no-repeat;
    height: 7px;
    margin-left: 16px;
    width: 6px
}

.f-header-nav .card-header>div[aria-expanded=true] {
    background-color: #981717;
    color: #fff;
    font-weight: 700
}

.f-header-nav .card-header>div[aria-expanded=true] .arrow {
    background: url(../static/images/header/arrow-active.png) 50%/cover no-repeat;
    height: 5px;
    width: 7px
}

.f-header-nav .card-body {
    background-color: #f6f6f6;
    display: flex;
    flex-wrap: wrap
}

.f-header-nav .link {
    border-radius: 6px;
    color: #000;
    display: block;
    font-size: 10px;
    padding: 5px 13px;
    text-decoration: none
}

.f-header-nav .link.active {
    background-color: #c0000d;
    color: #fff
}

.f-header-nav .link-item {
    float: left;
    position: relative
}

.f-header-nav .link-item:hover {
    background-color: #ab0007
}

.f-header-nav .link-item:hover .menu {
    display: block
}

.f-header-nav .link-item .menu {
    background-color: #fff;
    display: none;
    position: absolute
}

.f-header-nav .link-item .menu .link {
    color: #000
}

.f-header-nav .link-item .menu .link.active,.f-header-nav .link-item .menu .link:hover {
    background-color: transparent;
    color: #d40e0e
}

.f-header-toolbar {
    height: 60px
}

.f-site-label {
    font-size: 12px;
    height: 26px;
    line-height: 1
}

.f-site-label .text:only-child {
    border-radius: 8px
}

.f-site-label .text {
    background-color: #b4080c;
    border-radius: 8px 0 0 8px;
    color: #fff;
    float: left;
    font-weight: 700;
    padding: 6px 10px
}

.f-site-label .text .before {
    background: 50%/contain no-repeat;
    float: left;
    height: 16px;
    margin-right: 10px;
    margin-top: -2px;
    width: 20px
}

.f-site-label .link {
    background-color: #f3f3f3;
    border-radius: 0 8px 8px 0;
    float: left;
    height: 26px;
    padding: 6px 10px
}

.p-academic_program .paper {
    background: url(../static/images/non_academic_training/bg.png) 50%/cover no-repeat;
    padding: 84px 0
}

.p-academic_program .paper .nav {
    background-color: #b4080c;
    float: left;
    padding: 30px 0;
    width: 544px
}

.p-academic_program .paper .nav a {
    display: block;
    float: left;
    margin: 8px 14px;
    text-decoration: none;
    width: 244px
}

.p-academic_program .paper .nav a.active .img.img1,.p-academic_program .paper .nav a:hover .img.img1 {
    background-image: url(../static/images/academic_program/img1-active.png)
}

.p-academic_program .paper .nav a.active .img.img2,.p-academic_program .paper .nav a:hover .img.img2 {
    background-image: url(../static/images/academic_program/img2-active.png)
}

.p-academic_program .paper .nav a.active .img.img3,.p-academic_program .paper .nav a:hover .img.img3 {
    background-image: url(../static/images/academic_program/img3-active.png)
}

.p-academic_program .paper .nav a.active .img.img4,.p-academic_program .paper .nav a:hover .img.img4 {
    background-image: url(../static/images/academic_program/img4-active.png)
}

.p-academic_program .paper .nav a.active .img.img5,.p-academic_program .paper .nav a:hover .img.img5 {
    background-image: url(../static/images/academic_program/img5-active.png)
}

.p-academic_program .paper .nav a.active .img.img6,.p-academic_program .paper .nav a:hover .img.img6 {
    background-image: url(../static/images/academic_program/img6-active.png)
}

.p-academic_program .paper .nav a.active .img.img7,.p-academic_program .paper .nav a:hover .img.img7 {
    background-image: url(../static/images/academic_program/img7-active.png)
}

.p-academic_program .paper .nav a.active .img.img8,.p-academic_program .paper .nav a:hover .img.img8 {
    background-image: url(../static/images/academic_program/img8-active.png)
}

.p-academic_program .paper .nav a .img {
    background: 50%/contain no-repeat;
    height: 110px;
    width: 244px
}

.p-academic_program .paper .nav a .img.img1 {
    background-image: url(../static/images/academic_program/img1.png)
}

.p-academic_program .paper .nav a .img.img2 {
    background-image: url(../static/images/academic_program/img2.png)
}

.p-academic_program .paper .nav a .img.img3 {
    background-image: url(../static/images/academic_program/img3.png)
}

.p-academic_program .paper .nav a .img.img4 {
    background-image: url(../static/images/academic_program/img4.png)
}

.p-academic_program .paper .nav a .img.img5 {
    background-image: url(../static/images/academic_program/img5.png)
}

.p-academic_program .paper .nav a .img.img6 {
    background-image: url(../static/images/academic_program/img6.png)
}

.p-academic_program .paper .nav a .img.img7 {
    background-image: url(../static/images/academic_program/img7.png)
}

.p-academic_program .paper .nav a .img.img8 {
    background-image: url(../static/images/academic_program/img8.png)
}

.p-academic_program .paper .nav a .list-tile {
    margin-left: 4px;
    margin-top: 10px
}

.p-academic_program .paper .nav a .list-tile .title {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 5px
}

.p-academic_program .paper .nav a .list-tile .subtitle {
    color: #df9c95;
    font-size: 14px
}

.p-academic_program .paper .article {
    background: #fff url(../static/images/academic_program/article-bg.png) bottom/contain no-repeat;
    border: 1px solid #e1e1e1;
    float: left;
    min-height: 795.5px;
    padding: 55px 50px;
    width: 656px
}

.p-academic_program .paper .article .title {
    color: #b4080c;
    font-size: 23px;
    font-weight: 700;
    margin-bottom: 25px;
    text-align: center
}

.p-academic_program .paper .article .title img {
    height: 62px;
    margin-right: 15px;
    width: 62px
}

.p-academic_program .paper .article .content {
    color: #171717;
    line-height: 30px;
    text-indent: 2em
}

.p-academic_program .paper .article .f-site-label {
    margin-top: 40px
}

.p-contact .paper {
    background: url(../static/images/contact/bg.png) 50%/cover no-repeat;
    color: #fff;
    margin-top: 29px;
    padding: 30px 40px
}

.p-contact .paper>.title {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 4px
}

.p-contact .paper .subtitle {
    color: #9f9f9f;
    font-size: 8px
}

.p-contact .paper .list-tile {
    margin-top: 14px
}

.p-contact .paper .list-tile .title {
    font-size: 14px;
    font-weight: 700
}

.p-contact .paper .list-tile .content {
    color: #fbe7da;
    font-size: 12px
}

.p-contact #map {
    height: 160px;
    margin-top: 17px
}

.p-home .container{
    margin-top: 8px;
    padding-top: 15px;
}

.p-home .container.bg-white{
    background-color: #fff;
}


.p-home .swiper-slide img {
    max-width: 100%
}

.p-home .swiper-pagination-bullet-active {
    background-color: #c81622
}

.p-home .container.mainProjects .list-box{
    width: 9.2rem;
    margin: 0.293333rem auto 0 auto;
    display: flex;
    flex-wrap: wrap;
}
.p-home .container.mainProjects .list-box .item{
    display: block;
    width: 4.506667rem;
    height: 3.306667rem;
    background-image: url(/v2.0/static/images/index/mainProjects-bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin: 0 0.186667rem 0.346667rem 0;
    padding: 0.16rem 0.24rem 0.16rem 0.16rem;
}
.p-home .container.mainProjects .list-box .item:nth-child(2n){
    margin-right: 0;
}
.p-home .container.mainProjects .list-box .item .img-box{
    width: 100%;
    height: 2.106667rem;
}
.p-home .container.mainProjects .list-box .item .img-box .img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.p-home .container.mainProjects .list-box .item .title-box{
    display: flex;
    align-items: center;
    position: relative;
    margin-top: 0.24rem;
}
.p-home .container.mainProjects .list-box .item .title-box .img{
    width: 0.24rem;
    height: 0.24rem;
    object-fit: contain;
    margin-right: 0.186667rem;
}
.p-home .container.mainProjects .list-box .item .title-box .text{
    font-size: 14px;
    font-weight: bold;
    color: #333;
}
.p-home .container.mainProjects .list-box .item .title-box .img-icon{
    width: 0.426667rem;
    height: 0.24rem;
    position: absolute;
    top: 0;
    right: 0;
}
.p-home .container.bg-img1{
    background: url(../static/images/index/dynamic-bg.png) bottom/contain no-repeat;
}

.p-home .container.cooEdu .list-box{
    margin-top: 0.72rem;
    display: flex;
    flex-wrap: wrap;
}
.p-home .container.cooEdu .list-box .item{
    display: block;
    width: 4.266667rem;
    margin: 0 10px 6px 0;
    padding-left: 0.48rem;
    position: relative;
}
.p-home .container.cooEdu .list-box .item:nth-child(2n){
    margin-right: 0;
}
.p-home .container.cooEdu .list-box .item::before{
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #d0021b;
    position: absolute;
    top: 50%;
    margin-top: -2px;
    left: 0;
}

.container.FSOnlineSchool{
    padding: 15px 0 0 0;
}
.p-home .container.FSOnlineSchool .list-box{
    margin-top: 0.186667rem;
}
.p-home .container.FSOnlineSchool .list-box .item{
    padding: 0.48rem 0.48rem 0.533333rem 0.533333rem;
}
.p-home .container.FSOnlineSchool .list-box .item:nth-child(even){
    background-color: #F5F5F5;
}
.p-home .container.FSOnlineSchool .list-box .item .title-box{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 0.32rem;
    border-bottom: 1px dashed #D8D8D8;
}
.p-home .container.FSOnlineSchool .list-box .item .title-box .title-l{
    width: calc(100% - 0.96rem - 0.266667rem);
    display: flex;
    align-items: center;
}
.p-home .container.FSOnlineSchool .list-box .item .title-box .title-l .img{
    width: 0.32rem;
    height: 0.346667rem;
    object-fit: contain;
    margin-right: 0.106667rem;
}
.p-home .container.FSOnlineSchool .list-box .item .title-box .title-l .text{
    font-size: 14px;
    font-weight: bold;
    color: #333333;
}
.p-home .container.FSOnlineSchool .list-box .item .title-box .mare-a{
    display: block;
    width: 0.96rem;
    text-align: right;
    font-size: 12px;
    color: #666666;
}
.p-home .container.FSOnlineSchool .list-box .item .info{
    margin-top: 0.266667rem;
    line-height: 17px;
    font-size: 12px;
    color: #868686;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8;
    overflow: hidden;
}

.p-home .container.platformWebsite .list-box{
    margin-top: 0.533333rem;
    display: flex;
    flex-wrap: wrap;
}
.p-home .container.platformWebsite .list-box .item{
    display: block;
    width: 4.506667rem;
    height: 4.933333rem;
    background-color: #F8F2EA;
    padding: 0.453333rem 0.32rem 0.773333rem 0.266667rem;
    margin: 0 0.186667rem 0.213333rem 0;
}
.p-home .container.platformWebsite .list-box .item:nth-child(2n){
    margin-right: 0;
}
.p-home .container.platformWebsite .list-box .item .title-box{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.p-home .container.platformWebsite .list-box .item .title-box .title-l{
    width: calc(100% - 0.426667rem - 0.266667rem);
    display: flex;
    align-items: center;
}
.p-home .container.platformWebsite .list-box .item .title-box .title-l .img{
    width: 0.24rem;
    height: 0.266667rem;
    object-fit: contain;
    margin-right: 0.24rem;
}
.p-home .container.platformWebsite .list-box .item .title-box .title-l .text{
    font-size: 14px;
    font-weight: bold;
    color: #333333;
}
.p-home .container.platformWebsite .list-box .item .title-box .title-r{
    width: 0.426667rem;
    height: 0.266667rem;
    object-fit: contain;
}
.p-home .container.platformWebsite .list-box .item .cont-box{
    margin-top: 0.586667rem;
    width: 100%;
    height: 2.746667rem;
}
.p-home .container.platformWebsite .list-box .item .cont-box .img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.p-home .container.publicWelfare{
    background-color: #F8F2EA;
}
.p-home .container.publicWelfare .floor{
    width: 9.2rem;
    position: relative;
    padding: 0.266667rem;
}
.p-home .container.publicWelfare .floor:first-child{
    margin-top: 0.293333rem;
}
.p-home .container.publicWelfare .floor .title{
    width: 2.16rem;
    height: 0.72rem;
    line-height: 0.72rem;
    text-align: center;
    font-size: 12px;
    color: #F8F2EA;
    background-color: #B4080C;
    border-radius: 0px 0px 0.266667rem 0px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
}
.p-home .container.publicWelfare .floor .floor-cont{
    padding: 0.693333rem 0.133333rem 0.213333rem 0.133333rem;
    background-color: #fff;
    position: relative;
}
.p-home .container.publicWelfare .floor .floor-cont .cont{
    overflow: hidden;
}
.p-home .container.publicWelfare .floor .floor-cont .list{
    display: flex;
}
.p-home .container.publicWelfare .floor .floor-cont .list .item{
    display: block;
    width: 4.133333rem;
    height: 2.96rem;
}
.p-home .container.publicWelfare .floor .floor-cont .list .item .img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.p-home .container.publicWelfare .floor .floor-cont .direction-nav .img{
    width: 0.64rem;
    height: 0.64rem;
    object-fit: contain;
    z-index: 9;
}
.p-home .container.publicWelfare .floor .floor-cont .direction-nav .flex-prev{
    position: absolute;
    top: 1.493333rem;
    left: -0.373333rem;
}
.p-home .container.publicWelfare .floor .floor-cont .direction-nav .flex-next{
    position: absolute;
    top: 1.493333rem;
    right: -0.373333rem;
}
.p-home .container.publicWelfare .floor .floor-cont .list-box{
    display: flex;
    flex-wrap: wrap;
}
.p-home .container.publicWelfare .floor .floor-cont .list-box .item{
    display: block;
    width: 4.16rem;
    height: 2.506667rem;
    margin: 0 0.08rem 0.266667rem 0;
}
.p-home .container.publicWelfare .floor .floor-cont .list-box .item:nth-child(2n){
    margin-right: 0;
}
.p-home .container.publicWelfare .floor .floor-cont .list-box .item .img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.p-home .menu {
    /* background: url(../static/images/index/menu-bg.png) 50%/cover no-repeat; */
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    min-height: 220px;
    padding: 10px
}

.p-home .menu a {
    align-items: center;
    display: flex;
    flex-direction: column;
    font-size: 14px;
    justify-content: center;
    width: 25%
}

.p-home .menu a img {
    margin-bottom: 6px;
    vertical-align: middle
}

.p-home .download {
    display: flex;
    margin-top: 22px
}

.p-home .download .card {
    background-color: #d40e0e;
    border-radius: 8px;
    color: #fff;
    flex-direction: row;
    float: left;
    height: 50px;
    padding: 6px 8px
}

.p-home .download .card.cloud {
    width: 149px
}

.p-home .download .card.cloud .head {
    margin-left: 4px
}

.p-home .download .card.zk {
    flex: 1;
    margin-left: 9px
}

.p-home .download .card .head {
    float: left;
    margin-right: 6px;
    max-width: 66px;
    min-width: 64px
}

.p-home .download .card .head .h-title {
    color: #fff;
    font-size: 12px;
    font-weight: 700
}

.p-home .download .card .head .subtitle {
    font-size: 8px;
    margin-top: 4px
}

.p-home .download .card .head+img {
    float: right;
    height: 49px;
    margin-left: 5px;
    margin-top: -20px;
    width: 49px
}

.p-home .download .card .head~.box {
    display: block;
    float: left;
    margin-left: -8px
}

.p-home .download .card .head~.box+.box {
    margin-left: 4px
}

.p-home .download .card .head~.box img {
    height: 46px;
    margin-top: -20px;
    width: 46px
}

.p-home .download .card .head~.box .desc {
    font-size: 7px;
    text-align: center
}

.p-home .fs-news .top1 {
    border-top: 1px solid #d1d1d1;
    display: flex;
    padding: 14px 0;
    text-decoration: none
}

.p-home .fs-news .top1 img {
    border-radius: 8px;
    height: 86px;
    width: 115px
}

.p-home .fs-news .top1 .main {
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: space-between;
    margin-left: 11px
}

.p-home .fs-news .top1 .main .title {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #2b2b2b;
    display: -webkit-box;
    font-size: 15px;
    margin-bottom: 14px;
    overflow: hidden;
    text-overflow: ellipsis
}

.p-home .fs-news .top1 .main .info {
    align-items: center;
    color: #c5c5c5;
    display: flex;
    font-size: 12px;
    justify-content: space-between
}

.p-home .fs-news .top1 .main .time {
    flex: 1;
    padding-right: 10px
}

.p-home .fs-news .top1 .main .view {
    flex: 1;
    text-align: right
}

.p-home .fs-news .top1 .main .view:before {
    background: url(../static/images/index/dynamic-top1-view.png) 50%/contain no-repeat;
    content: "";
    display: inline-block;
    height: 9px;
    margin-right: 3px;
    width: 15px
}

.p-home .fs-news .list {
    border-top: 1px dashed #bfbfbf;
    margin-top: 10px;
    padding-top: 10px
}

.p-home .fs-news .list-item {
    display: flex;
    line-height: 35px
}

.p-home .fs-news .list-item a {
    color: #3c3c3c;
    flex: 1;
    float: left
}

.p-home .fs-news .list-item a:before {
    background-color: #d0021b;
    border-radius: 50%;
    content: "";
    display: inline-block;
    height: 4px;
    margin-right: 14px;
    vertical-align: middle;
    width: 4px
}

.p-home .fs-news .list-item .time {
    color: gray;
    float: right;
    font-size: 11px;
    text-align: right
}

.p-home .dynamic {
    /* background: url(../static/images/index/dynamic-bg.png) bottom/contain no-repeat; */
    padding-bottom: 18px;
}

.p-home .dynamic>.title {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 17px
}

.p-home .dynamic>.title span {
    color: #c50008;
    font-size: 17px;
    font-weight: 700
}

.p-home .dynamic>.title a {
    color: #666;
    font-size: 12px
}

.p-home .edu {
    background: #b4080c url(../static/images/index/edu-bg.png) bottom/contain no-repeat;
    padding: 20px 0
}

.p-home .title-center .h-title {
    color: #333333;
    font-size: 15px;
    font-weight: bold;
    text-align: center
}

.p-home .title-center .h-title .subtitle {
    color: #a1a1a1;
    font-size: 9px;
    font-weight: 400;
    margin-top: 4px;
    text-transform: uppercase
}

.p-home .edu .h-title {
    color: #fff;
}

.p-home .edu .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    margin-top: 11px
}

.p-home .edu .list-item {
    background: url(../static/images/index/edu-card.png) 50%/cover no-repeat;
    float: left;
    height: 120px;
    margin: 6px 0;
    padding: 6px;
    position: relative;
    text-decoration: none;
    width: 164px
}

.p-home .edu .list-item:hover .list-item-title {
    color: #c50008
}

.p-home .edu .list-item:before {
    background: url(../static/images/index/edu-card-arrow.png) 50%/cover no-repeat;
    bottom: 16px;
    content: "";
    height: 10px;
    position: absolute;
    right: 8px;
    width: 17px
}

.p-home .edu .list-item .poster {
    max-width: 100%
}

.p-home .edu .list-item .logo {
    height: 42px;
    position: absolute;
    right: 17px;
    top: 60px;
    width: 42px
}

.p-home .edu .list-item-title {
    color: #333;
    font-size: 12px;
    font-weight: 700;
    margin-top: 6px
}

.p-home .edu .list-item-subtitle {
    color: #666;
    font-size: 10px
}

.p-home .edu .more {
    border: 1px solid #fff;
    border-radius: 12px;
    color: #fff;
    display: block;
    font-size: 12px;
    height: 23px;
    line-height: 20px;
    margin: 15px auto 0;
    text-align: center;
    width: 110px
}

.p-home .non-academic {
    background-color: #f8f2ea;
    padding: 24px 0
}

.p-home .non-academic .h-title {
    color: #000;
    font-size: 16px;
    font-weight: 700;
    text-align: center
}

.p-home .non-academic .h-title .subtitle {
    color: #9f9f9f;
    font-size: 7px;
    font-weight: 400;
    margin-top: 4px;
    text-transform: uppercase
}

.p-home .non-academic .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    margin-top: 11px
}

.p-home .non-academic .list-item {
    background-color: #fff;
    float: left;
    margin: 4px 0;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    transition: transform .2s;
    width: 168px
}

.p-home .non-academic .list-item:hover {
    box-shadow: 0 0 8px 1px #d3d3d3
}

.p-home .non-academic .list-item:hover .poster {
    transform: scale(1.05)
}

.p-home .non-academic .list-item .tips {
    background-color: #b4080c;
    border-radius: 0 0 10px;
    color: #f8f2ea;
    font-size: 12px;
    font-weight: 700;
    height: 23px;
    left: 0;
    line-height: 23px;
    padding-left: 12px;
    position: absolute;
    top: 0;
    width: 109px;
    z-index: 1
}

.p-home .non-academic .list-item .poster {
    height: 90px;
    object-fit: cover;
    transition: transform .2s;
    width: 100%
}

.p-home .non-academic .list-item .i-title {
    color: #000;
    font-size: 10px;
    font-weight: 700;
    margin-top: 6px;
    padding-left: 28px;
    position: relative
}

.p-home .non-academic .list-item .i-title:before {
    background: url(../static/images/index/non-academic-hot.png) 50%/contain no-repeat;
    content: "";
    height: 15px;
    left: 7px;
    position: absolute;
    top: 0;
    width: 15px
}

.p-home .non-academic .list-item .i-title:after {
    border-top: 1px dashed #d6d6d6;
    content: "";
    left: 75px;
    position: absolute;
    top: 7px;
    width: 184px
}

.p-home .non-academic .list-item ul {
    color: #555;
    font-size: 9px;
    margin-bottom: 10px;
    margin-top: 4px
}

.p-home .non-academic .list-item ul li {
    float: left;
    padding: 0 8px 0 16px;
    position: relative;
    width: 50%
}

.p-home .non-academic .list-item ul li:before {
    background-color: #b4080c;
    border-radius: 50%;
    content: "";
    height: 3px;
    left: 8px;
    position: absolute;
    top: 6px;
    width: 3px
}

.p-home .non-academic .more {
    border: 1px solid #94070a;
    border-radius: 12px;
    color: #94070a;
    display: block;
    font-size: 12px;
    height: 23px;
    line-height: 20px;
    margin: 24px auto 0;
    text-align: center;
    width: 110px
}

.p-home .party-build .title,.p-home .school-honors .title {
    font-size: 17px;
    line-height: 17px
}

.p-home .party-build .title span,.p-home .school-honors .title span {
    color: #c50008;
    float: left;
    font-size: 20px;
    font-weight: 700
}

.p-home .party-build .title a,.p-home .school-honors .title a {
    color: #fff;
    float: right;
    font-size: 12px
}

.p-home .party-build {
    background: url(../static/images/index/party-build-bg.png) 50%/cover no-repeat;
    padding-bottom: 25px;
    padding-top: 25px
}

.p-home .party-build .title {
    margin-bottom: 14px
}

.p-home .party-build .title a,.p-home .party-build .title span {
    color: #fff
}

.p-home .party-build .news {
    background: url(../static/images/index/party-build-news-bg.png) 50%/cover no-repeat;
    min-height: 330px;
    padding: 18px 11px
}

.p-home .party-build .news dl {
    margin-bottom: 0
}

.p-home .party-build .news dl+dl {
    margin-top: 20px
}

.p-home .party-build .news dt {
    border-bottom: 1px solid #d1d1d1;
    line-height: 19px;
    margin-bottom: 10px;
    padding-bottom: 13px;
    position: relative
}

.p-home .party-build .news dt .line {
    background-color: #c50008;
    bottom: 0;
    height: 4px;
    left: 0;
    position: absolute;
    width: 50px
}

.p-home .party-build .news dt span {
    color: #010101;
    float: left;
    font-size: 19px;
    font-weight: 700
}

.p-home .party-build .news dt a {
    color: #5f5f5f;
    float: right;
    font-size: 14px;
    font-weight: 400
}

.p-home .party-build .news dd {
    margin-bottom: 0
}

.p-home .party-build .top1 {
    border-top: 0;
    padding: 4px 0
}

.p-home .school-honors {
    padding-bottom: 28px;
    padding-top: 28px
}

.p-home .school-honors .title {
    align-items: center;
    border-bottom: 1px solid #d1d1d1;
    display: flex;
    justify-content: space-between;
    padding-bottom: 20px
}

.p-home .school-honors .title span {
    font-size: 17px
}

.p-home .school-honors .title a {
    color: #666
}

.p-home .school-honors .swiper-container {
    --swiper-theme-color: #fff;
    background: url(../static/images/index/school-honors-tray.png) bottom/contain no-repeat;
    margin-top: 36px;
    padding-bottom: 16px
}

.p-home .btm-menu {
    background-color: #981717;
    color: #fff;
    display: flex;
    font-size: 12px;
    padding: 0
}

.p-home .btm-menu a {
    align-items: center;
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: center;
    padding: 10px
}

.p-home .btm-menu a.active {
    background-color: #c0000d;
    margin-top: -4px
}

.p-home .btm-menu a.active img {
    margin-top: 4px
}

.p-home .btm-menu a .title {
    margin-top: 6px
}

.p-home .btm-menu a+a {
    border-left: 1px solid hsla(6,100%,86%,.13)
}

.p-news .container {
    padding: 15px;
}

.p-news .tabs {
    border-bottom: 1px solid #e6e6e6;
    display: flex;
    flex-wrap: wrap
}

.p-news .tabs a {
    background-color: #e6e6e6;
    color: #333;
    font-size: 14px;
    line-height: 1;
    padding: 8px 10px
}

.p-news .tabs a.active {
    background-color: #c5161d;
    color: #fff
}

.p-news .p-home .fs-news .top1 {
    border-top: 0
}

.p-news .p-home .fs-news .top1+.top1 {
    border-top: 1px solid #dcdcdc
}

.p-news .p-home .fs-news .news-single {
    border-top: 1px dashed #bfbfbf;
    display: block;
    font-size: 11px;
    padding: 19px 0
}

.p-news .p-home .fs-news .news-single .title {
    color: #3c3c3c;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 9px
}

.p-news .p-home .fs-news .news-single .content {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #999;
    display: -webkit-box;
    line-height: 15px;
    margin-bottom: 7px;
    overflow: hidden;
    text-overflow: ellipsis
}

.p-news .p-home .fs-news .news-single .time {
    color: #c81622
}

.p-news .paginate {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-top: 10px
}

.p-news .paginate a {
    background-color: #c81622;
    border-radius: 5px;
    color: #fff;
    font-size: 14px;
    line-height: 12px;
    padding: 8px 22px
}

.p-news .paginate a+a {
    margin-left: 33px
}

.p-news .paginate a[disabled] {
    background-color: transparent;
    border: 1px solid #707070;
    color: #000
}

.p-non_academic_training .item {
    display: flex;
    padding: 15px 0
}

.p-non_academic_training .item+.item {
    border-top: 1px solid #dcdcdc
}

.p-non_academic_training .item.active {
    background-color: #b4080c
}

.p-non_academic_training .item.active .list-tile .title {
    color: #fff
}

.p-non_academic_training .item.active .list-tile .subtitle {
    color: #df9c95
}

.p-non_academic_training .item img {
    height: 73px;
    margin-right: 15px;
    object-fit: cover;
    width: 163px
}

.p-non_academic_training .item .list-tile {
    align-items: flex-start;
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: space-between
}

.p-non_academic_training .item .list-tile .title {
    color: #000;
    font-size: 16px;
    font-weight: 700
}

.p-non_academic_training .item .list-tile .subtitle {
    color: #c71300;
    font-size: 12px
}

.p-non_academic_training .item .list-tile .more {
    border: 1px solid #adadad;
    border-radius: 8px;
    color: #adadad;
    font-size: 10px;
    line-height: 1;
    padding: 3px 11px
}

.p-online_learn_platform .cloud-classroom {
    background-color: #fff;
    margin-top: 15px;
    padding-bottom: 20px
}

.p-online_learn_platform .cloud-classroom .logo {
    height: 1.013333rem;
    object-fit: contain;
}

.p-online_learn_platform .cloud-classroom .content {
    color: #000;
    font-size: 12px;
    line-height: 1.5;
    margin-bottom: 2px;
    margin-top: 8px;
    text-indent: 2em
}

.p-online_learn_platform .cloud-classroom .download {
    display: flex;
    justify-content: space-between
}

.p-online_learn_platform .cloud-classroom .download dl.intro {
    flex: 1;
    margin-bottom: 0;
    margin-right: 10px
}

.p-online_learn_platform .cloud-classroom .download dl.intro dt {
    background-color: #c91623;
    border-radius: 5px;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    margin-top: 16px;
    padding: 5px 15px;
    text-align: center;
    width: 119px
}

.p-online_learn_platform .cloud-classroom .download dl.intro dd {
    color: #000;
    font-size: 12px;
    margin-top: 8px
}

.p-online_learn_platform .cloud-classroom .download .qrcode {
    height: 158px;
    width: 115px
}

.p-online_learn_platform img.intro {
    float: right;
    height: 457px;
    width: 352px
}

.p-online_learn_platform .fszk {
    background-color: #f5f5f5;
    padding-bottom: 16px;
    padding-top: 29px
}

.p-online_learn_platform .fszk .logo {
    height: 37px;
    margin-bottom: 20px;
    max-width: 100%
}

.p-online_learn_platform .fszk .content {
    color: #171717;
    font-size: 12px;
    line-height: 23px;
    text-indent: 2em
}

.p-online_learn_platform .fszk .download {
    display: flex;
    justify-content: space-around
}

.p-online_learn_platform .fszk .download .intro {
    height: 150px;
    margin-left: -20px;
    width: 187px
}

.p-online_learn_platform .fszk .download .logo {
    height: 77px;
    text-align: center;
    width: 77px
}

.p-online_learn_platform .fszk .download .logo img {
    height: 77px;
    width: 77px
}

.p-online_learn_platform .fszk .download .logo .title {
    color: #5f5454;
    font-size: 11px;
    margin-top: 6px
}

.p-online_learn_platform .fszk .f-site-label {
    margin: 21px 0
}

.p-online_learn_platform .fszk .f-site-label .link {
    background-color: #fff
}


.cloud-classroom.floor .title-box{
    display: flex;
     justify-content: space-between;
     align-items: center;
}
.cloud-classroom.floor .title-box .img-logo{
    width: 1.013333rem;
    height: 0.986667rem;
    object-fit: contain;
    /* margin-right: 0.266667rem; */
}
.cloud-classroom.floor .title-box .text{
    font-size: 14px;
    font-weight: bold;
    color: #333333;
}
.cloud-classroom.floor .title-box .img-line-1{
    width: 6.4rem;
    height: 0.133333rem;
    object-fit: contain;
}
.cloud-classroom.floor .title-box .img-line-2{
    width: 3.84rem;
    height: 0.133333rem;
    object-fit: contain;
}
.cloud-classroom.floor .content .text{
    font-size: 12px;
    color: #171717;
    line-height: 23px;
    text-indent: 2em;
    flex-shrink: 0;
}
.cloud-classroom.floor .website-box{
    margin-top: 0.373333rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.cloud-classroom.floor .website-box .name-box{
    width: calc(100% - 6.64rem);
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 0.693333rem;
    background-color: #B4080C;
}
.cloud-classroom.floor .website-box .name-box .img{
    width: 0.426667rem;
    object-fit: contain;
    margin-right: 0.213333rem;
}
.cloud-classroom.floor .website-box .name-box .text{
    font-size: 12px;
    color: #fff;
    font-weight: bold;
}
.cloud-classroom.floor .website-box .link{
    width: 6.64rem;
    background-color: #fff;
    font-size: 12px;
    color: #000000;
    word-wrap: break-word;
    word-break: break-all;
    padding: 0.133333rem 0.346667rem;
}
.cloud-classroom.floor .download-box{
    margin-top: 0.453333rem;
    display: flex;
    justify-content: space-between;
}
.cloud-classroom.floor .download-box .intro-img{
    width: 4.346667rem;
    height: 3.84rem;
    object-fit: contain;
    margin-right: 0.506667rem;
}
.cloud-classroom.floor .download-box .logo-box{
    width: 1.946667rem;
    padding-top: 0.266667rem;
}
.cloud-classroom.floor .download-box .logo-box .img{
    width: 1.946667rem;
    height: 1.946667rem;
    object-fit: contain;
}
.cloud-classroom.floor .download-box .logo-box .title{
    margin-top: 0.133333rem;
    text-align: center;
    padding: 0 0.133333rem;
    font-size: 12px;
    font-size: 12px;
    color: #5F5454;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.cloud-classroom.floor.floor2{
    background-color: transparent;
}

.p-recruitment .fs-title {
    color: #000;
    font-size: 16px;
    margin-top: 30px;
    text-align: center
}

.p-recruitment table {
    font-size: 12px;
    margin-top: 25px;
    width: 100%
}

.p-recruitment table thead {
    background-color: #c50008;
    color: #fff
}

.p-recruitment table tbody tr {
    background-color: #fafafa;
    border-top: 9px solid #fff;
    box-sizing: initial
}

.p-recruitment table tbody tr.child {
    border-top: 0;
    display: none
}

.p-recruitment table tbody tr.child td {
    background-color: #fdf6f3;
    color: #8d8d8d;
    font-size: 11px;
    padding-left: 14px;
    text-align: left;
    white-space: pre-wrap
}

.p-recruitment table tbody tr.child.active {
    display: table-row
}

.p-recruitment table tbody td.action {
    background: url(../static/images/recruitment/td-action.png) 50%/cover no-repeat
}

.p-recruitment table td,.p-recruitment table th {
    padding: 6px;
    text-align: center
}

.p-recruitment table th {
    font-weight: 400
}

.p-recruitment table td.action {
    cursor: pointer;
    height: 38px;
    padding: 0;
    width: 34px
}

.p-recruitment .hr {
    background-color: #f7f7f7;
    height: 8px;
    margin-top: 36px
}

.p-recruitment .contact-list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 24px;
    margin-top: 22px
}

.p-recruitment .contact-list .list-item {
    padding: 6px 0;
    width: 50%
}

.p-recruitment .contact-list .list-item .icon {
    float: left;
    height: 41px;
    width: 41px
}

.p-recruitment .contact-list .list-item .list-tile {
    float: left;
    margin-left: 10px
}

.p-recruitment .contact-list .list-item .list-tile .title {
    color: #000;
    font-size: 12px;
    margin-bottom: 5px
}

.p-recruitment .contact-list .list-item .list-tile .subtitle {
    color: #a8a8a8;
    font-size: 11px
}

.p-school_honors .wall-of-fame {
    background: url(../static/images/school_honors/bg.png) 50%/cover no-repeat;
    padding: 25px 0
}

.p-school_honors .wall-of-fame .list {
    display: flex;
    justify-content: space-evenly;
    padding-bottom: 17px;
    position: relative
}

.p-school_honors .wall-of-fame .list+.list {
    margin-top: 18px
}

.p-school_honors .wall-of-fame .list:before {
    background: url(../static/images/school_honors/item-base.png) 50%/contain no-repeat;
    bottom: 0;
    content: "";
    height: 17px;
    left: 15px;
    position: absolute;
    right: 15px;
    top: auto
}

.p-school_honors .wall-of-fame .container {
    position: relative
}

.p-into-company_culture .company-culture {
    margin-top: 30px
}

.p-into-company_culture .company-culture .title {
    color: #333;
    font-weight: 700;
    line-height: 14px;
    text-align: center
}

.p-into-company_culture .company-culture .title .subtitle {
    color: #888;
    display: inline-block;
    font-size: 10px;
    line-height: 9px;
    margin: 8px auto 0;
    position: relative;
    text-align: center;
    text-transform: uppercase
}

.p-into-company_culture .company-culture .title .subtitle:before {
    background-color: #999;
    content: "";
    height: 1px;
    left: -10px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 120%
}

.p-into-company_culture .company-culture .title .subtitle .content {
    background-color: #fff;
    box-shadow: 0 0 0 5px #fff;
    display: inline-block;
    position: relative
}

.p-into-company_culture .company-culture>.content {
    box-shadow: 0 4px 31px 1px hsla(0,0%,67%,.19);
    color: #595854;
    font-size: 12px;
    line-height: 21px;
    margin-top: 21px;
    padding: 14px;
    position: relative;
    text-indent: 2em
}

.p-into-company_culture .company-culture>.content p {
    margin: 0
}

.p-into-company_culture .company-culture .bg {
    margin-bottom: 27px;
    margin-top: 27px;
    max-width: 100%
}

.p-into-development_path .development_path {
    padding-bottom: 20px;
    padding-top: 16px
}

.p-into-development_path .development_path .list {
    position: relative
}

.p-into-development_path .development_path .list:before {
    background-color: #dadada;
    bottom: 38px;
    content: "";
    left: 78px;
    position: absolute;
    top: 38px;
    width: 1px
}

.p-into-development_path .development_path .list dl {
    display: flex;
    margin-bottom: 0;
    position: relative
}

.p-into-development_path .development_path .list dl+dl {
    margin-top: 15px
}

.p-into-development_path .development_path .list dl dt {
    float: left
}

.p-into-development_path .development_path .list dl dd {
    float: right
}

.p-into-development_path .development_path .list dl dd.dot {
    float: left;
    margin-left: 15px;
    margin-right: 19px
}

.p-into-development_path .development_path .list dt:not(.empty) {
    background-color: #c50008;
    border-radius: 50%;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    height: 57px;
    line-height: 57px;
    text-align: center;
    width: 57px
}

.p-into-development_path .development_path .list dt.empty {
    height: 57px;
    width: 57px
}

.p-into-development_path .development_path .list dd.card {
    background-color: #fbe7da;
    border: 0;
    border-radius: 10px;
    color: #333;
    flex: 1;
    font-size: 11px;
    line-height: 17px;
    margin-bottom: 0;
    min-height: 57px;
    padding: 8px 12px
}

.p-into-development_path .development_path .list dd.card.red,.p-into-development_path .development_path .list dd.card:hover {
    background-color: #c50008;
    color: #fff
}

.p-into-development_path .development_path .list dd.title {
    color: #5d5d5d;
    font-size: 18px;
    font-weight: 700;
    line-height: 25px;
    margin-top: 15px;
    text-align: left
}

.p-into-development_path .development_path .list dd.dot {
    background-color: #c50008;
    border-radius: 50%;
    height: 12px;
    margin-top: 22px;
    width: 12px
}

.p-into-development_path .development_path .list dd.dot:not(.only) {
    box-shadow: 0 0 0 4px #f2c4c6
}

.p-into-intro .fs-title {
    color: #2d2d2d;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 29px;
    margin-top: 25px;
    position: relative;
    text-align: center
}

.p-into-intro .fs-title:after {
    background-color: #c50008;
    bottom: -7px;
    content: "";
    height: 1px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 19px
}

.p-into-intro .content p {
    color: #3c3c3c;
    font-size: 12px;
    line-height: 22px;
    margin: 0;
    text-indent: 2em
}

.p-into-intro .poster {
    margin: 20px 0;
    max-width: 100%
}

.p-into-manager .manager {
    padding: 30px 0
}

.p-into-manager .manager+.manager {
    border-top: 8px solid #f7f7f7
}

.p-into-manager .manager .clearfix {
    display: flex;
    margin: 0 15px;
    padding-bottom: 11px;
    position: relative
}

.p-into-manager .manager .clearfix:before {
    background-color: #c0000d;
    bottom: 0;
    content: "";
    height: 35px;
    left: 0;
    position: absolute;
    right: 0
}

.p-into-manager .manager .avatar {
    margin-left: 15px;
    margin-right: 18px;
    position: relative;
    width: 146px
}

.p-into-manager .manager .box {
    flex: 1
}

.p-into-manager .manager .box .title {
    color: #000;
    font-size: 16px;
    font-weight: 700;
    line-height: 21px;
    margin-top: 24px
}

.p-into-manager .manager .box .extra {
    color: #4a4a4a;
    font-size: 15px;
    line-height: 14px;
    margin-top: 9px
}

.p-into-manager .manager .content {
    color: #3c3c3c;
    font-size: 12px;
    line-height: 22px;
    margin-top: 25px;
    padding: 0 15px;
    text-indent: 2em
}

.p-into-manager .manager .content p {
    margin: 0
}

.p-into-manager .manager .more {
    border: 1px solid #c50008;
    border-radius: 12px;
    color: #c50008;
    font-size: 12px;
    height: 20px;
    margin: 25px auto 0;
    text-align: center;
    width: 92px
}

.p-into-subsidiary_company .subsidiary_company {
    background: url(../static/images/into/intro/bg.png) bottom/cover no-repeat;
    padding: 20px 16px
}

.p-into-subsidiary_company .subsidiary_company .nav {
    background-color: #fff;
    color: #424242;
    flex-direction: column;
    font-size: 14px;
    line-height: 1;
    margin-bottom: 28px
}

.p-into-subsidiary_company .subsidiary_company .nav-item {
    cursor: pointer;
    flex: 1;
    padding: 12px 15px;
    position: relative
}

.p-into-subsidiary_company .subsidiary_company .nav-item:nth-child(2n) {
    background-color: #f5f5f5
}

.p-into-subsidiary_company .subsidiary_company .nav-item.active {
    background-color: #c50008;
    color: #fff
}

.p-into-subsidiary_company .subsidiary_company .main {
    background-color: #fff;
    box-shadow: 0 1px 5px rgba(6,6,6,.11);
    padding: 16px;
    position: relative
}

.p-into-subsidiary_company .subsidiary_company .main:before {
    background-color: #c50008;
    content: "";
    height: 6px;
    left: 0;
    position: absolute;
    top: -6px;
    width: 218px
}

.p-into-subsidiary_company .subsidiary_company .main:after {
    border: 5px solid transparent;
    border-top-color: #c50008;
    content: "";
    left: 15px;
    position: absolute;
    top: 0
}

.p-into-subsidiary_company .subsidiary_company .main .title {
    color: #c50008;
    font-size: 15px;
    font-weight: 700;
    line-height: 21px;
    margin-bottom: 27px;
    position: relative
}

.p-into-subsidiary_company .subsidiary_company .main .title:before {
    background-color: #c50008;
    bottom: -9px;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 19px
}

.p-into-subsidiary_company .subsidiary_company .main .content {
    color: #595854;
    font-size: 12px;
    line-height: 19px;
    text-indent: 2em
}

.p-into-subsidiary_company .subsidiary_company .main .content p {
    margin: 0
}

.p-news-paper .p-non_academic_training-paper .paper {
    margin: 15px 0 0;
    padding: 15px;
    width: 100%
}

.p-news-paper .p-non_academic_training-paper .paper .title {
    margin-bottom: 18px
}

.p-news-paper .p-non_academic_training-paper .paper .info {
    align-items: center;
    border-bottom: 1px dashed #747474;
    color: #6f6f6f;
    display: flex;
    font-size: 11px;
    justify-content: space-between;
    line-height: 19px;
    margin-bottom: 22px;
    padding-bottom: 9px
}

.p-news-paper .p-non_academic_training-paper .paper .info>div {
    flex: 1;
    padding: 0 5px;
    text-align: center
}

.p-non_academic_training-paper .paper {
    border-top: 12px solid #fff8f0;
    box-shadow: 0 1px 7px hsla(0,0%,9%,.16);
    margin: 16px;
    padding-bottom: 33px;
    padding-top: 9px;
    position: relative;
    width: calc(100% - 32px)
}

.p-non_academic_training-paper .paper:before {
    background-color: #b10101;
    bottom: auto;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: -14px
}

.p-non_academic_training-paper .paper .back {
    background: url(../static/images/non_academic_training/paper/back.png) 50%/cover no-repeat;
    display: block;
    font-size: 0;
    height: 12px;
    width: 12px
}

.p-non_academic_training-paper .paper .title {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 30px;
    margin-top: 18px;
    text-align: center
}

.p-non_academic_training-paper .paper .content {
    color: #181717;
    font-size: 12px;
    line-height: 23px;
    text-indent: 2em
}

.p-non_academic_training-paper .paper .content p {
    margin: 0
}

.p-non_academic_training-paper .paper .f-site-label {
    margin-top: 20px
}

.p-non_academic_training-paper .paper .list {
    margin-top: 15px
}

.p-non_academic_training-paper .paper .list a {
    color: #656565;
    display: block;
    font-size: 12px;
    line-height: 27px;
    padding-left: 17px;
    position: relative
}

.p-non_academic_training-paper .paper .list a:hover {
    color: #d40e0e
}

.p-non_academic_training-paper .paper .list a:before {
    background-color: #b4080c;
    content: "";
    height: 10px;
    left: 0;
    position: absolute;
    top: 10px;
    transform: rotate(45deg);
    width: 10px
}

body {
    background-color: #fff;
    font-family: Microsoft YaHei,SF Pro SC,SF Pro Text,SF Pro Icons,PingFang SC,Microsoft YaHe,Helvetica Neue,Helvetica,Arial,sans-serif;
    font-size: 15px
}

a {
    color: inherit
}

.container-max {
    margin: 0 auto;
    max-width: 1920px;
    width: 100%
}

@media (max-width: 1200px) {
    .container-max {
        min-width:1200px
    }
}

.truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

/* 合作办学 */
.hzbx{

}
.hzbx .hzbx-cont{
    margin-top: 0.586667rem;
    margin-bottom: 0.453333rem;
}
.hzbx .hzbx-cont .list-box{
    display: flex;
    flex-wrap: wrap;
    padding: 0 0.426667rem;
}
.hzbx .hzbx-cont .list-box .item{
    width: 4.506667rem;
    height: 1.44rem;
    margin: 0 0.106667rem 0.16rem 0;
    background-color: #F1F1F2;
}
.hzbx .hzbx-cont .list-box .item:nth-child(2n){
    margin-right: 0;
}
.hzbx .hzbx-cont .list-box .item .item-a{
    display: block;
    width: 100%;
    height: 100%;
    padding: 0.266667rem 0.16rem;
    display: flex;
    align-items: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.hzbx .hzbx-cont .list-box .item .item-a .img{
    width: 0.906667rem;
    height: 0.906667rem;
    margin-right: 0.133333rem;
}
.hzbx .hzbx-cont .list-box .item .item-a .text{
    font-size: 13px;
    color: #333;
}

/* 学历提升 */
.educational .educational-cont{
    width: 9.226667rem;
    margin: 0.666667rem auto 0 auto;
}
.educational .educational-cont .floor .title-box{
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    color: #2D2D2D;
    position: relative;
}
.educational .educational-cont .floor .title-box::after{
    content: '';
    display: block;
    width: 0.533333rem;
    height: 1px;
    background-color: #C50008;
    position: absolute;
    bottom: -0.213333rem;
    left: 50%;
    margin-left: -0.266667rem;
}
.educational .educational-cont .floor .floor-cont{
    margin-top: 0.64rem;
}
.educational .educational-cont .floor .floor-cont .list-box-4{
    display: flex;
    flex-wrap: wrap;
}
.educational .educational-cont .floor .floor-cont .list-box-4 .item{
    width: 4.533333rem;
    height: 3.546667rem;
    margin: 0 0.16rem 0.24rem 0;
}
.educational .educational-cont .floor .floor-cont .list-box-4 .item:nth-child(2n){
    margin-right: 0;
}
.educational .educational-cont .floor .floor-cont .list-box-4 .item .item-a{
    display: block;
    width: 100%;
    height: 100%;
}
.educational .educational-cont .floor .floor-cont .list-box-4 .item .img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.educational .educational-cont .floor .floor-cont .school-box{
    margin-top: 0.453333rem;
    background-color: #F8F2EA;
    padding: 0.186667rem;
    position: relative;
}
.educational .educational-cont .floor .floor-cont .school-box .school-title-box{
    width: 3.066667rem;
    height: 0.72rem;
    line-height: 0.72rem;
    text-align: center;
    background-color: #B4080C;
    border-radius: 0 0 0.266667rem 0;
    font-size: 14px;
    font-weight: bold;
    color: #F8F2EA;
    position: absolute;
    top: 0;
    left: 0;
}
.educational .educational-cont .floor .floor-cont .school-box .list-box{
    background-color: #fff;
}
.educational .educational-cont .floor .floor-cont .school-box .list-box .list-ul{
    padding: 1.12rem 0.373333rem 0 0.373333rem;
}
.educational .educational-cont .floor .floor-cont .school-box .list-box .list-ul .item{
    border-bottom: 1px solid #D0D0D0;
}
.educational .educational-cont .floor .floor-cont .school-box .list-box .list-ul .item:last-child{
    border-bottom: none;
}
.educational .educational-cont .floor .floor-cont .school-box .list-box .list-ul .item .item-a{
    padding: 0.24rem 0.346667rem 0.293333rem 0.213333rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.educational .educational-cont .floor .floor-cont .school-box .list-box .list-ul .item .item-a .item-l{
    width: 3.28rem;
    height: 1.386667rem;
}
.educational .educational-cont .floor .floor-cont .school-box .list-box .list-ul .item .item-a .item-l .img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.educational .educational-cont .floor .floor-cont .school-box .list-box .list-ul .item .item-a .item-r{
    width: calc(100% - 3.28rem - 0.32rem);
}
.educational .educational-cont .floor .floor-cont .school-box .list-box .list-ul .item .item-a .item-r .item-title{
    font-size: 13px;
    font-weight: bold;
    color: #000000;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.educational .educational-cont .floor .floor-cont .school-box .list-box .list-ul .item .item-a .item-r .item-info{
    width: 5.333333rem;
    margin-top: 0.053333rem;
    /* font-size: 12px; */
    color: #868686;
    font-size: 10px;
    transform: scale(0.83333);
    transform-origin: 0 0;
    line-height: 10px;
}
.educational .educational-cont .floor .floor-cont .form-box{
    margin-top: 0.826667rem;
}
.educational .educational-cont .floor .floor-cont .form-box .form-title{
    border-bottom: 1px solid #EAE8EB;
    padding-bottom: 0.533333rem;
    font-size: 17px;
    font-weight: bold;
    color: #333;
    text-align: center;
    position: relative;
}
.educational .educational-cont .floor .floor-cont .form-box .form-title::before{
    content: '';
    display: block;
    width: 0.08rem;
    height: 0.346667rem;
    background-color: #C0000D;
    position: absolute;
    left: 3.2rem;
    top: 0.186667rem;
}
.educational .educational-cont .floor .floor-cont .form-box .form-title::after{
    content: '';
    display: block;
    width: 0.08rem;
    height: 0.346667rem;
    background-color: #C0000D;
    position: absolute;
    right: 3.2rem;
    top: 0.186667rem;
}
.educational .educational-cont .floor .floor-cont .form-box .form{
    margin-top: 0.48rem;
}
.educational .educational-cont .floor .floor-cont .form-box .form .form-item{

}
.educational .educational-cont .floor .floor-cont .form-box .form .form-item .name{
    margin-bottom: 0.133333rem;
}
.educational .educational-cont .floor .floor-cont .form-box .form .form-item .item-r{
    margin-left: 0;
}
.educational .educational-cont .floor .floor-cont .form-box .form .form-item.btn-box .item-r .tips{
    margin-top: 0.746667rem;
    font-size: 13px;
    color: #FF0000;
    text-align: center;
}
.educational .educational-cont .floor .floor-cont .form-box .form .form-item.btn-box .item-r .submit{
    display: block;
    width: 6.613333rem;
    height: 0.88rem;
    line-height: 0.88rem;
    margin: 0.293333rem auto 0 auto;
    background-color: #C0000D;
    border-radius: 0.4rem;
    text-align: center;
    font-size: 15px;
    color: #fff;
}
/* 学历证书样本 */
.educational .educational-cont .floor2 .floor-cont .list-box .item{
    margin-bottom: 0.213333rem;
    border: 1px solid #CECECE;
    background-color: #F3F3F3;
    position: relative;
}
.educational .educational-cont .floor2 .floor-cont .list-box .item::before{
    content: '';
    display: block;
    width: 100%;
    height: 0.106667rem;
    background-color: #C5161D;
    position: absolute;
    top: 0;
    left: 0;
}
.educational .educational-cont .floor2 .floor-cont .list-box .item .item-a{
    display: block;
    width: 100%;
    height: 100%;
    padding: 0.72rem 0.293333rem 0.266667rem 0.346667rem;
}
.educational .educational-cont .floor2 .floor-cont .list-box .item .item-a .title{
    width: 2.693333rem;
    height: 0.533333rem;
    line-height: 0.533333rem;
    padding-left: 0.293333rem;
    border-radius: 0 0 0.4rem 0;
    background-color: #C5161D;
    font-size: 13px;
    color: #fff;
    font-weight: bold;
    position: absolute;
    top: 0.106667rem;
    left: 0;
}
.educational .educational-cont .floor2 .floor-cont .list-box .item .item-a .img-box{
    display: flex;
    justify-content: space-between;
}
.educational .educational-cont .floor2 .floor-cont .list-box .item .item-a .img-box .img{
    width: 4.186667rem;
    height: 2.826667rem;
    object-fit: cover;
}
/* 考生问答 */
.educational .educational-cont .floor3{
    margin-top: 0.773333rem;
}
.educational .educational-cont .floor3 .floor-cont .list-box .item{
    padding: 0.48rem 0;
    border-bottom: 1px dashed #BFBFBF;
}
.educational .educational-cont .floor3 .floor-cont .list-box .item:last-child{
    border-bottom: none;
}
.educational .educational-cont .floor3 .floor-cont .list-box .item .item-a{
    display: block;
    width: 100%;
    height: 100%;
}
.educational .educational-cont .floor3 .floor-cont .list-box .item .item-a .item-title{
    font-size: 13px;
    color: #3C3C3C;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.educational .educational-cont .floor3 .floor-cont .list-box .item .item-a .item-info{
    margin-top: 0.32rem;
    font-size: 12px;
    color: #999;
    line-height: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.educational .educational-cont .floor3 .floor-cont .list-box .item .item-a .item-time{
    margin-top: 0.32rem;
    font-size: 12px;
    color: #C81622;
}

/* 慧苑酒店 */
.hotel-cont .info-box{
    width: 9.2rem;
    margin: 0 auto;
    padding-top: 0.693333rem;
}
.hotel-cont .info-box .title{
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    color: #2D2D2D;
    position: relative;
}
.hotel-cont .info-box .title::after{
    content: '';
    display: block;
    width: 0.506667rem;
    height: 1px;
    background-color: #C50008;
    position: absolute;
    bottom: -0.16rem;
    left: 50%;
    margin-left: -0.266667rem;
}
.hotel-cont .info-box .text-box{
    margin-top: 0.693333rem;
}
.hotel-cont .info-box .text-box .text{
    font-size: 12px;
    color: #3C3C3C;
    line-height: 22px;
    text-indent: 2em;
}
.hotel-cont .list-box{
    width: 9.2rem;
    margin: 0.426667rem auto 0 auto;
    display: flex;
    flex-wrap: wrap;
}
.hotel-cont .list-box .item{
    width: 4.373333rem;
    height: 4.026667rem;
    border: 1px solid #EAEAEA;
    background-color: #fff;
    margin: 0 0.4rem 0.373333rem 0;
}
.hotel-cont .list-box .item:nth-child(2n){
    margin-right: 0;
}
.hotel-cont .list-box .item .item-a{
    display: block;
    width: 100%;
    height: 100%;
    padding: 0.346667rem 0.32rem 0 0.32rem;
}
.hotel-cont .list-box .item .item-a .img-box{
    width: 100%;
    height: 2.64rem;
}
.hotel-cont .list-box .item .item-a .img-box .img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.hotel-cont .list-box .item .item-a .title{
    height: 1.013333rem;
    line-height: 1.013333rem;
    padding: 0 0.133333rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 12px;
    color: #333;
    text-align: center;
}


