@font-face {
    font-family: 'iconfont';
    /* project id 864853 */
    src: url('//at.alicdn.com/t/font_864853_312x1ra4b73.eot');
    src: url('//at.alicdn.com/t/font_864853_312x1ra4b73.eot?#iefix') format('embedded-opentype'), url('//at.alicdn.com/t/font_864853_312x1ra4b73.woff') format('woff'), url('//at.alicdn.com/t/font_864853_312x1ra4b73.ttf') format('truetype'), url('//at.alicdn.com/t/font_864853_312x1ra4b73.svg#iconfont') format('svg');
}

@font-face {
    font-family: 'iconfont';
    /* project id 1558536 */
    src: url('//at.alicdn.com/t/font_1558536_fkjmsmtztfc.eot');
    src: url('//at.alicdn.com/t/font_1558536_fkjmsmtztfc.eot?#iefix') format('embedded-opentype'), url('//at.alicdn.com/t/font_1558536_fkjmsmtztfc.woff2') format('woff2'), url('//at.alicdn.com/t/font_1558536_fkjmsmtztfc.woff') format('woff'), url('//at.alicdn.com/t/font_1558536_fkjmsmtztfc.ttf') format('truetype'), url('//at.alicdn.com/t/font_1558536_fkjmsmtztfc.svg#iconfont') format('svg');
}

.rightIcon {
    font-size: 12px !important;
    transform: scale(.8) !important;
    display: inline-block;
}

* {
    margin: 0;
    padding: 0;
}

body {
    overflow-x: hidden;
}


/********************Banner***********************/

.menuA {
    /*width: 1200px;*/
    position: absolute;
    top: 0;
    left: calc((100% - 1200px) / 2);
    /*transform: translateX( calc((100vw - 1200px) / 2));*/
    bottom: 0;
    z-index: 988;
}

.menuNav {
    background: #FFFFFF;
    height: 100%;
    display: flex;
    flex-direction: column;
    width: 241px;
    position: relative;
    z-index: 990;
}

.menuNav>div {
    margin: 0 auto;
    margin-top: 10%;
    width: 94%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
}

.menuNav>div:last-child {
    flex: 0.7;
}

.menuNav a {
    color: black !important;
}

.menuJt {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 7%;
    font-size: 14px;
    color: rgb(64, 64, 64);
}

@media only screen and (min-width:1200px) and (max-width:1600px) {
    .menuNav>div {
        margin-top: 7%;
    }

    .menuJt {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        margin-top: 5%;
        font-size: 14px;
        color: rgb(64, 64, 64);
    }
}

@media only screen and (min-width:1602px) {
    .menuNav>div {
        margin-top: 9%;
    }
}

.menuImg {
    margin-left: 5%;
}

.menuUrl a:hover {
    color: rgb(132, 84, 204) !important;
}

.menuUrl {
    width: calc(100% - 58px);
    margin: 0 auto;
}

.menuName {
    font-size: 17px;
    font-weight: bold;
    color: #333333;
    letter-spacing: 1px;
}

.bannerWrap {
    width: 100%;
    min-height: 460px;
    overflow: hidden;
    position: relative;
}

.banner_head {
    width: 100%;
    position: relative;
    /*z-index: 989;*/
}

.banner_head img {
    width: 100%;
    cursor: pointer;
}

.hd_banner {
    position: absolute;
    bottom: 20px;
    left: 50%;
    overflow: hidden;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1;
}

.hd_banner li {
    display: inline-block;
    vertical-align: middle;
    width: 9px;
    height: 9px;
    background: rgba(255, 255, 255);
    border-radius: 50%;
    margin-right: 19px;
    cursor: pointer;
}

.hd_banner li:last-child {
    margin-right: 0px;
}

.hd_banner li.on {
    background: #8454CC;
}

.rightAd {
    /*width: 1200px;*/
    position: absolute;
    top: 50px;
    right: calc((100% - 1200px) / 2);
    /*transform: translateX( calc((100vw - 1200px) / 2));*/
    bottom: 0;
    z-index: 988;
    width: 209px;
    height: 319px;
    background: rgba(255, 255, 255, 1);
    padding: 19px;
    box-sizing: border-box;
}

.info-tit {
    color: black;
    margin: 10px 0 10px 0;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
}

h1.info-tit {
    font-size: 20px;
    text-align: center;
}

.info-select {
    width: 100%;
    border: 1px solid rgba(231, 230, 230, 1);
    font-size: 14px;
    outline: none;
    padding: 0 10px;
    height: 30px;
    background: url("../images/tri-1.png") no-repeat 92% center, #ffffff;
    background-size: 9px 5px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border-radius: 5px;
    margin-bottom: 10px;
    color: rgb(157, 157, 157);
    font-family: å¾®è½¯é›…é»‘, u5faeu8f6fu96c5u9ed1, "Microsoft YaHei UI";
}

.info-select::-ms-expand {
    display: none;
}

.info-int {
    border: 1px solid rgba(231, 230, 230, 1);
    outline: none;
    width: 100%;
    border-radius: 5px;
    padding: 0 10px;
    font-size: 14px;
    height: 30px;
    margin-bottom: 10px;
    color: rgb(157, 157, 157);
    box-sizing: border-box;
}

.getAd {
    height: 30px;
    background: rgba(109, 53, 184, 1);
    border-radius: 4px;
    text-align: center;
    line-height: 30px;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    cursor: pointer;
}

.adTitle {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    line-height: 20px;
    text-align: center;
    margin-bottom: 10px;
}


/* 活动 */

.activeWrap {
    width: 100%;
    padding-bottom: 31px;
    padding-top: 19px;
    background: #F7F5F6;
}

.active {
    max-width: 1200px;
    width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.active a {
    margin-right: 32px;
}

.active a:last-child {
    margin-right: 0px;
}

.active .activeBox {
    width: 304px;
    height: 217px;
    background: #fff;
    display: block;
}

.active .activeBox img {
    width: 100%;
    height: 138px;
}

.activeTitle {
    width: calc(100% - 16px);
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 500;
    color: rgba(34, 34, 34, 1);
    margin-left: 9px;
    margin-top: 15px;
    margin-bottom: 7px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.activeTime {
    width: calc(100% - 9px);
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 500;
    color: rgba(136, 136, 136, 1);
    margin-left: 9px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.seeMoreActive {
    width: 57px;
    height: 218px;
    background: rgba(255, 255, 255, 1);
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(136, 136, 136, 1) !important;
    line-height: 57px;
    writing-mode: vertical-lr;
    text-align: center;
    writing-mode: tb-lr; /*兼容ie*/
    letter-spacing: 10px;
}

/* 热点 */

.hodInfoWrap {
    width: 100%;
    background: #FFFEFF;
    padding: 30px 0px;
}

.hodInfo {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.abroadInfo,
.examInfo,
.thinkuInfo {
    width: 366px;
}

.pubTitle {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.pubTitle span {
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: bold;
    color: rgba(34, 34, 34, 1);
}

.pubTitle span b {
    color: #8454CC;
}

.pubTitle a {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(170, 170, 170, 1);
}

.infoFirst {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin: 26px 0px;
    margin-bottom: 20px;
}

.hodfirstImg {
    width: 110px;
    height: 76px;
    margin-right: 18px;
}

.hodfirstImg img {
    width: 100%;
    height: 100%;
}

.hodfirstText {
    width: calc(100% - 128px);
}

.hodfirstText div {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(34, 34, 34, 1);
    line-height: 21px;
    max-height: 42px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.hodfirstText p {
    width: 100%;
    margin-top: 10px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(153, 153, 153, 1);
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.infoListWrap ul {
    color: #C9C9C9;
}

.infoListWrap ul li {
    display: flex;
    margin-bottom: 20px;
    align-items: center;
}

.infoListWrap ul li::before {
    content: "";
    margin-right: 8px;
    width: 5px;
    height: 5px;
    background: rgba(201, 201, 201, 1);
    border-radius: 50%;
}

.infoListWrap ul li a {
    width: calc(100% - 13px);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.infoListWrap ul li a b {
    width: 80%;
    font-weight: 400;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(34, 34, 34, 1);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.infoListWrap ul li span {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(136, 136, 136, 1);
}

.thinkuSection {
    background-color: #F6F6F6;
    padding-top: 28px;
    padding-bottom: 33px;
}


/* 申友留学 */

.partTitle {
    font-size: 30px;
    font-family: PingFang SC;
    font-weight: bold;
    color: rgba(34, 34, 34, 1);
    text-align: center;
}

.abroadPartWrap .pubTitle span,
.abroadPartWrap .pubTitle span b {
    color: #5253E7;
}

.abroadPart,
.classPart {
    margin: 0 auto;
    width: 1200px;
    background: rgba(255, 255, 255, 1);
    border-radius: 4px;
    padding: 23px 15px;
    box-sizing: border-box;
    display: flex;
    align-items: flex-start;
}

.partLeft {
    width: 230px;
}

.partLeft a {
    position: relative;
    display: block;
    width: 230px;
}

.partLeft a p {
    position: absolute;
    text-align: center;
    font-size: 40px;
    letter-spacing: 5px;
    font-family: Microsoft YaHei;
    font-weight: 600;
    color: #fff;
    top: 43px;
    left: 2px;
    transform: skewX(-8deg);
    width: 100%;
    z-index: 2;
    text-shadow: 0 4px 2px rgba(0, 0, 0, 0.2);
}

.partCenter {
    width: 600px;
    margin-right: 35px;
    margin-left: 20px;
}

.proWrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 17px;
    margin-bottom: 20px;
}

.proWrap a {
    display: block;
    width: 180px;
    margin-bottom: 20px;
}

.proWrap a:nth-of-type(n+4) {
    margin-bottom: 0px;
}

.proWrap a img {
    width: 100%;
    height: 116px;
    margin-bottom: 10px;
}

.proWrap a p {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(34, 34, 34, 1);
    line-height: 23px;
    overflow: hidden;
    display: -webkit-box;
    max-height: 46px;
    min-height: 46px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.partRight {
    width: 280px;
}

.bgUpWrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 17px;
}

.bgUpWrap a {
    display: block;
}

.bgUpWrap a div {
    width: 186px;
    height: 90px;
    background: #EBE2F3;
    box-shadow: 0px 0px 4px 0px rgba(6, 0, 0, 0.14);
}

.bgUpWrap a div img {
    width: 100%;
    height: 100%;
}

.bgUpWrap a p {
    margin: 7px 0px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(34, 34, 34, 1);
}

.bgUpWrap a b {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(136, 136, 136, 1);
}

.exhd ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #EEEEEE;
    margin-top: 5px;
    margin-bottom: 5px;
}

.exhd ul li {
    padding: 15px 3px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    cursor: pointer;
}

.exhd ul li.on {
    color: #8454CC;
    border-bottom: 1px solid #8454CC;
}

.exbd ul li {
    margin-top: 11px;
}

.exbd ul li a {
    display: flex;
    align-items: center;
}

.exLeft {
    width: 123px;
    height: 72px;
    background: #EBE2F3;
    margin-right: 15px;
    overflow: hidden;
}

.exLeft img {
    width: 100%;
    /* height: 100%; */
}

.exRight {
    width: calc(100% - 138px);
}

.exRight p {
    width: 100%;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(34, 34, 34, 1);
    margin-bottom: 10px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.exRight b,
.exRight span {
    width: 100%;
    display: block;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    line-height: 18px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}


/* 申友Gmat */

.thinkuGMATWrap .pubTitle span,
.thinkuGMATWrap .pubTitle span b {
    color: #F97F26;
}

.classWrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 17px;
}

.class {
    width: 180px;
    margin-bottom: 24px;
    background: rgba(255, 255, 255, 1);
    box-sizing: border-box;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.classWrap .class:nth-of-type(n+4) {
    margin-bottom: 15px;
}

.classLeft {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 180px;
    height: 116px;
    background: rgba(181, 181, 181, 0.08);
}

.classLeft img {
    width: 100px;
    height: 100px;
}


.classCenter {
    width: 100%;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(68, 68, 68, 1);
    line-height: 20px;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin-top: 10px;
}

.classRight {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 5px;
}

.classRight b {
    display: block;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(136, 136, 136, 1);
    line-height: 20px;
    max-width: 80px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.classRight a {
    display: flex;
    align-items: center;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #219FD7;
    line-height: 20px;
}

.thinkuGMATWrap .classRight a {
    color: #F97F26;
}

.classRight aimg {
    width: 13px;
    height: 13px;
    vertical-align: middle;
    margin-right: 3px;
}

.pubClassWrap {
    margin-top: 17px;
    display: flex;
    align-items: center;
}

.pubClassWrap a {
    display: block;
    position: relative;
    width: 180px;
    margin-right: 30px;
}

.pubClassWrap a:last-child {
    margin-right: 0px;
}

.pubClassWrap a div {
    width: 180px;
    height: 97px;
}

.pubClassWrap a div img {
    width: 100%;
    height: 100%;
}

.pubClassWrap a p {
    width: 100%;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(34, 34, 34, 1);
    margin: 5px 0px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.pubClassWrap a b {
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(136, 136, 136, 1);
}

.pubClassWrap a em {
    position: absolute;
    width: 57px;
    height: 25px;
    background: linear-gradient(87deg, rgba(254, 153, 55, 1), rgba(243, 118, 17, 1));
    border: 2px solid rgba(255, 255, 255, 1);
    border-radius: 19px;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: rgba(255, 255, 255, 1);
    line-height: 25px;
    text-align: center;
    font-style: normal;
    left: -11px;
    top: 6px;
}

.highExhd {
    margin-top: 14px;
}

.highExhd ul li {
    margin-top: 10px;
}

.highExhd ul li a {
    display: flex;
    align-items: center;
}

.highExhd ul li a .exLeft {
    width: 130px;
    height: 76px;
    margin-right: 14px;
}

.highExhd ul li a .exLeft img {
    width: 100%;
    height: 100%;
}

.highExhd ul li a .exRight {
    width: 150px;
}

.highExhd ul li a .exRight p {
    line-height: 20px;
    max-height: 40px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: pre-wrap;
}

/* 申友雅思 */
.thinkuIeltsWrap .pubTitle span,
.thinkuIeltsWrap .pubTitle span b {
    color: #219FD7;
}

.Ieltsclass {
    margin-bottom: 30px;
    width: 183px;
}

.classTop {
    width: 183px;
    height: 115px;
    background: #EBE2F3;
}

.classTop img {
    width: 100%;
    height: 100%;
}

.classBottom div {
    width: 100%;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(34, 34, 34, 1);
    margin: 10px 0px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.classBottom p,
.classBottom b {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(136, 136, 136, 1);
    line-height: 22px;
}


/* 申友团队 */

.thinkuTeamWrap {
    padding: 58px 0px;
    padding-bottom: 20px;
}

.teamHd {
    margin-top: 39px;
    margin-bottom: 36px;
}

.teamHd ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

.teamHd ul li {
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(34, 34, 34, 1);
    padding-bottom: 9px;
    padding-left: 3px;
    padding-right: 3px;
    cursor: pointer;
}

.teamHd ul li.on {
    color: #8454CC;
    border-bottom: 1px solid #8454CC;
}

.teamHd ul li:first-child {
    margin-right: 85px;
}

.teamBdUlFirst,
.teamBdUlSecond {
    position: relative;
}

.teamPrev,
.teamNext {
    position: absolute;
    width: 42px;
    height: 42px;
    background: rgba(229, 229, 229, 1);
    border-radius: 50%;
    transform: translate(-50%);
    cursor: pointer;
    overflow: hidden;
}

.teamPrev img,
.teamNext img {
    width: 100%;
    height: 100%;
}

.teamPrev {
    top: 38%;
    left: -42px;
}

.teamNext {
    top: 38%;
    right: -70px;
}

.teamListUl ul li {
    width: 310px;
    height: 396px;
    margin-bottom: 20px;
    float: left;
}

.teacherBox {
    width: 256px;
    height: 396px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 3px 6px 0px rgba(2, 5, 27, 0.06);
    border-radius: 4px;
    overflow: hidden;
}

.teacherImg {
    display: block;
    width: 256px;
    height: 205px;
    overflow: hidden;
    background: rgba(244, 242, 247, 1);
}

.teacherImg img {
    width: 100%;
}

.teacherName {
    text-align: center;
    margin: 10px 0px;
    font-size: 20px;
    font-family: PingFang SC;
    font-weight: bold;
    color: rgba(34, 34, 34, 1);
}

.teacherPosi {
    margin-bottom: 10px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(34, 34, 34, 1);
    text-align: center;
}

.conTeacher {
    display: block;
    width: 122px;
    height: 30px;
    border: 1px solid rgba(132, 84, 204, 1);
    border-radius: 15px;
    text-align: center;
    line-height: 30px;
    margin: 0 auto;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(132, 84, 204, 1);
    margin-top: 10px;
}

.teacherBox .teacherDetail {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(136, 136, 136, 1);
    line-height: 20px;
    margin: 0px 30px;
    max-height: 60px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.teacherBox .teacherDetail p {
    line-height: 20px !important;
}

.teacherBox .teacherDetail strong {
    font-weight: 400;
}

.teamBd {
    width: 1200px;
    margin: 0 auto;
    /* overflow: hidden; */
}

.teamListUl {
    height: 415px;
    overflow: hidden;
}

.teamListPoint {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
}

.teamListPoint ul {
    display: flex;
    align-items: center;
}

.teamListPoint ul li {
    margin-right: 21px;
    width: 9px;
    height: 9px;
    background: rgba(49, 49, 49, 0.34);
    border-radius: 50%;
}

.teamListPoint ul li.on {
    background: #8454CC;
}

.thinkuGMATWrap,
.thinkuIeltsWrap {
    padding-top: 28px;
}



/*新导航*/
.bannerWrap .w12 {
    width: 1200px;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: calc((100% - 1200px) / 2);
    /* z-index: 2; */
}
.banner-left-card {
    width: 260px;
    height: 460px;
    background: rgba(255, 255, 255, 0.9);
    padding: 10px 0 0 15px;
    position: relative;
    z-index: 2;
}

.banner-left-title-spacil:hover .spacilBox {
    display: flex;
}

.spacilBox {
    padding: 17px;
    width: 630px;
    height: 420px;
    background: url("https://file.viplgw.cn/ui/international_education/img/background/list/type_bj.png") no-repeat;
    background-size: cover;
    position: absolute;
    top: -355px;
    left: 253px;
    display: none;
    justify-content: space-between;
}

.spacilItem1 {
    display: flex;
    flex-direction: column;
    width: 255px;
}

.spacilItem2 {
    display: flex;
    flex-direction: column;
    width: 155px;
}

.spacilItem3 {
    display: flex;
    flex-direction: column;
    width: 135px;
}

.spacilItemTitle {
    padding-bottom: 10px;
    border-bottom: 1px solid #E5E5E5;
    font-weight: bold;
    font-size: 12px;
    color: #2063C7;
    position: relative;
}

.spacilItemTitle > a {
    font-weight: bold !important;
    font-size: 12px;
    color: #2063C7 !important;
}

.spacilItemTitle:before {
    width: 47px;
    height: 2px;
    background: #2063C7;
    content: '';
    position: absolute;
    left: 0;
    top: 25px;
}

.spacilItem1 .spacilItemTitle:before {
    width: 75px;
}

.spacilItem2 .spacilItemTitle:before {
    width: 95px;
}

.m10 {
    margin-right: 10px;
}

.spacilBox a {
    font-weight: 400;
    font-size: 12px;
    color: #222222;
    margin-top: 16px;
    text-indent: 10px;
    position: relative;
}

.spacilBox a:hover {
    color: #2063C7;
}

.spacilBox a:before {
    content: '';
    width: 4px;
    height: 4px;
    background: #BFBFBF;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.banner-left-title {
    font-size: 14px;
    font-weight: bold;
    color: #222222;
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

.banner-left-title img {
    margin-right: 7px;
}

.banner-left-list {
    display: flex;
    flex-wrap: wrap;
    align-items: start;
    justify-content: space-between;
    margin-bottom: 8px;
}


.banner-left-item {
    width: 33%;
    /*margin-right: 10px;*/
    margin-bottom: 8px;
}

.m30 {
    /*margin-right: 20px;*/
}

.banner-left-item a {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666;
}

.m20 {
    /*margin-right: 20px;*/
}

.m5 {
    /*margin-right: 10px;*/
}

.banner-left-list2 .banner-left-item {
    /*width: 33.33%;*/
}

/*.banner-left-list2 .banner-left-item:last-child, .banner-left-list2 .banner-left-item:nth-child(10) {*/
/*    width: 50%;*/
/*}*/

.banner-left-list3 .banner-left-item {
    /*width: 33.33%;*/
}

.banner-left-title-spacil {
    width: 100%;
    padding: 10px 14px;
    height: 65px;
    position: absolute;
    left: 0;
    bottom: 10px;
    z-index: 9999;
}

.banner-left-title-spacil > p {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    font-weight: bold;
    color: #222222;
    cursor: pointer;
    margin-bottom: 8px;

}


.imgOn {
    display: none;
}

.banner-left-title-spacil:hover {
    background: white;
}

.banner-left-title-spacil:hover > p {
    color: #2063C7;
}

.banner-left-title-spacil:hover .imgIn {
    display: none;
}

.banner-left-title-spacil:hover .imgOn {
    display: block;
}