body {
    background: #F5F5F5;
}

.adv {
    position: relative;
    width: 100%;
    padding-bottom: 19.8%;
    height: 0;
    min-height: 140px;
}

.adv img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.content {
    width: 100%;
}

.content .center {
    display: flex;
    align-items: normal;
}

.contentLeft {
    width: 245px;
    flex-shrink: 0;
    position: relative;
    top: -96px;
    margin-bottom: 120px;
}

.contentLeftCon {
    width: 100%;
}

.contentLeftTit {
    background: url(../images/page/left-tit-bg.png) no-repeat center center/contain;
    width: 109.4%;
    padding-bottom: 51%;
    position: relative;
    margin-left: -4.7%;
    z-index: 2;
}

.contentLeftTit p {
    display: flex;
    align-items: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    font-weight: bold;
    font-size: 30px;
    color: #FFFFFF;
    justify-content: center;
}

.contentLeftCon ul {
    width: calc(100% - 16px);
    background: #f9fbff;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    padding-top: 35px;
    text-align: center;
    margin: 0 auto;
    margin-top: -30px;
    position: relative;
    padding-bottom: 2px;
}

.contentLeftCon ul:after {
    content: "";
    width: 103.6%;
    padding-bottom: 59%;
    background: url(../images/page/left-bot-bg.png) no-repeat center center / contain;
    position: absolute;
    left: -1.8%;
}

.contentLeftCon ul li.active>a,
.contentLeftCon ul li:hover>a {
    background: #1551D3;
    color: #fff;
    position: relative;
}

.contentLeftCon ul li.active>a::before,
.contentLeftCon ul li:hover>a::before {
    content: "";
    width: 6px;
    height: 100%;
    background: #96B7FF;
    position: absolute;
    left: 0;
    top: 0;
}

.contentLeftCon ul li>a {
    display: block;
    font-size: 20px;
    color: #333333;
    font-weight: bold;
    padding: 22px 0;
}

.contentLeftCon ul li>a {
    border-bottom: 1px solid #E4E4E4;
}

.contentLeftCon ul li:last-child>a {
    border: none;
}

.contentLeftCon ul li dd>a {
    font-size: 18px;
    color: #333333;
    padding: 15px 0;
    display: block;
}

.contentLeftCon ul li dd>dl a {
    font-size: 16px;
    color: #444;
    padding: 10px 0;
}

.contentLeftCon ul li dl {
    /* padding: 10px 0; */
    background: #E0EAFF;
}

.contentLeftCon ul li dd>a.active {
    background: url(../images/icon-square.png) no-repeat 10% center, url(../images/icon-square.png) no-repeat 90% center;
    color: #1551D3;
}

.contentLeftCon ul li dd>dl a {
    background: #eff4ff
}

.contentLeftCon ul li dd>dl a.active {
    background: #eff4ff
}

.contentLeftCon ul li dd>a:hover {
    color: #1551D3;
}

.contentRightTit {
    width: 100%;
    border-bottom: 2px solid #E5E5E5;
    padding: 22px 0 16px 0;
    display: flex;
    justify-content: space-between;
}

.contentRightTit h1 {
    font-weight: bold;
    font-size: 28px;
    color: #333333;
    padding-left: 55px;
    background: url(../images/page/bread-tit-dec.png) no-repeat left center;
}

.bread {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.bread a,
.bread {
    font-size: 16px;
    color: #666666;
}

.bread span {
    padding: 0 5px;
}


/* å³ä¾§å†…å®¹ */

.contentRight {
    flex: 1;
    overflow: hidden;
    padding-left: 30px;
}

.rightConBox {
    width: 100%;
    overflow: hidden;
    background: #fff;
    padding: 10px 50px 50px;
    margin-top: 30px;
    height: 100%;
}


/* åˆ—è¡¨é¡µ */

.listImgBox {
    margin-top: 55px;
}

.listItem {
    display: flex;
    width: 100%;
    align-items: center;
    background: #F4F4F4;
    transition: 0.3s;
}

.listItem+.listItem {
    margin-top: 55px;
}
.bookCon .listItem+.listItem{margin-top:25px}

.listItem>a {
    width: 360px;
    height: 232px;
    flex-shrink: 0;
    margin-top: -24px;
    transition: 0.3s;
    border: 0 solid;
    border-image: linear-gradient(140deg, rgba(21, 81, 211, 0), rgba(255, 255, 255, 0)) 5 5;
}
.bookCon .listItem{padding: 10px;}
.bookCon .listItem>a{margin-top:0;width: 154px;height: 204px;}
.listItem:hover {
    box-shadow: 0px 6px 4px 0px rgba(0, 0, 0, 0.25);
    background: url(../images/page/imglistbg.png) no-repeat center/cover;
    transition: 0.3s;
}

.listItem:hover>a {
    border: 5px solid;
    border-image: linear-gradient(140deg, rgba(21, 81, 211, 1), rgba(255, 255, 255, 1)) 5 5;
    transition: 0.3s;
}
.bookCon .listItem:hover>a{border:none;}

.listItem>a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.listItem .listItemCon {
    padding: 20px 44px;
    flex: 1;
    overflow: hidden;
}
.bookCon .listItem .listItemCon{padding:15px 25px}
.listItem .listItemCon span {
    font-size: 16px;
    color: #1C4FA1;
    display: block;
    margin-bottom: 5px;
}

.listItem .listItemCon .h6 {
    font-weight: bold;
    font-size: 18px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.bookCon .listItem .listItemCon .h6{margin-bottom:10px;}
.listItem .listItemCon p {
    font-size: 14px;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 20px;
}
.bookCon .listItem .listItemCon p{margin-top:0;}
.bookCon .listItem .listItemCon p:first-of-type{margin-bottom:5px;}

.listItem:hover .listItemCon .h6,
.listItem:hover .listItemCon span,
.listItem:hover .listItemCon p {
    color: #fff;
}


/* æ— å›¾åˆ—è¡¨ */

.channelTab {
    width: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 30px auto;
    ;
    border-radius: 6px;
    overflow: hidden;
}

.channelTab a {
    padding: 8px 28px;
    font-size: 18px;
    color: #333;
    background: #d2d2d2
}

.channelTab a.active,
.channelTab a:hover {
    color: #fff;
    background: #1651d3
}

.listBox {
    width: 100%;
}

.listBox a {
    width: 100%;
    display: flex;
    padding: 30px 0;
    border-bottom: 1px solid #D8D8D8;
    transition: 0.3s;
    position: relative;
    z-index: 3;
    align-items: center;
}

.listBox a::after {
    content: "";
    width: 0;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: url(../images/page/listbg.png) no-repeat center/cover;
    transition: 0.3s;
}

.listBox a:hover::after {
    width: 100%;
}

.listBox a .time {
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding: 0 40px;
    position: relative;
    z-index: 2;
}

.listBox a .time b {
    font-weight: 500;
    font-size: 40px;
    color: #333;
}

.listBox a .time p {
    font-size: 18px;
    color: #666666;
    text-align: center;
}

.listBox a .listTxt {
    border-left: 1px solid #A8A8A8;
    padding: 0 50px;
    position: relative;
    z-index: 3;
}

.listBox a .listTxt h6 {
    font-weight: bold;
    font-size: 24px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 10px;
}

.listBox a .listTxt p {
    font-size: 16px;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.listBox a:hover .time b,
.listBox a:hover .time p,
.listBox a:hover .listTxt h6,
.listBox a:hover .listTxt p {
    color: #fff;
}

.listBox a:hover .listTxt {
    border-color: #fff;
}

.listBox a:hover .time i.line {
    background: #fff;
}


/* ç»„ç»‡æœºæž„ */

.zzjg-jxdw,
.zzjg-xzjg,
.zzjg-yjzx {
    width: 100%;
    margin: 30px 0;
}

.jxdw-item {
    width: 100%;
    display: block;
    background: linear-gradient( to bottom, #E5EDFF -20%, #FFFFFF 50%);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.11);
    border-radius: 10px;
    padding: 40px 30px;
    min-height: 180px;
    position: relative;
    z-index: 2;
}

.jxdw-item+.jxdw-item {
    margin-top: 20px;
}

.jxdw-item::after {
    content: "";
    position: absolute;
    width: 108px;
    height: 105px;
    background: url(../images/page/icon-zzjg-hat.png) no-repeat center/cover;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

.jxdw-item h6 {
    font-size: 20px;
    color: #333333;
    background: url(../images/page/jxdwtit-dec.png) no-repeat right 8px;
    padding-right: 34px;
    width: fit-content;
    margin-bottom: 13px;
    position: relative;
    z-index: 2;
}

.jxdw-item p {
    font-size: 16px;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    position: relative;
    z-index: 2;
}

.xzjg-item {
    background: #E6EEFF;
    padding: 20px;
    width: 100%;
}

.xzjg-item+.xzjg-item {
    margin-top: 30px;
}

.xzjg-item>h6 {
    font-size: 20px;
    color: #333333;
    margin-bottom: 10px;
}

.xzjg-item>span {
    font-size: 16px;
    color: #333333;
}

.xzjg-item .xzjgMess {
    background: #fff;
    padding: 20px;
    margin-top: 20px;
}

.xzjg-item .xzjgMess p {
    font-size: 16px;
    color: #333333;
    line-height: 2;
}

.zzjg-xswyh {
    width: 100%;
}

.zzjg-xswyh ul {
    width: 100%;
    margin-bottom: 20px;
}

.zzjg-xswyh ul li {
    width: 100%;
    padding: 30px 0;
    font-size: 18px;
    color: #000000;
    display:flex;
}

.zzjg-xswyh ul li+li {
    border-top: 1px solid #C8C8C8;
}

.zzjg-xswyh ul li p {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.retire-list ul li p:first-child{flex-shrink:0}

.zzjg-xswyh ul li strong {
    font-size: 20px;
    color: #1551D3;
    border-left: 4px solid #1551D3;
    padding: 8px 26px;
    min-width: 16%;
    flex-shrink: 0;
}

.zzjg-xswyh ul li em {
    font-size: 18px;
    color: #000000;
    list-style: none;
}

.zzjg-xswyh ul li em+em {
    margin-left: 50px;
}

.retire-list ul li em+em,.retire-list ul li em {
    margin:0 10px
}

.retire-list ul li strong {
    min-width: auto;
}

.xswyh-description {
    width: 100%;
    background: #F9F9F9;
    min-height: 118px;
    display: flex;
    align-items: center;
    padding: 20px 45px;
    font-size: 18px;
    color: #333333;
}

.yjzx-item {
    width: 100%;
}

.yjzx-item+.yjzx-item {
    margin-top: 60px;
}

.yjzx-item h6 {
    width: 100%;
    background: #F2F6FF;
    border-left: 4px solid #1551D3;
    min-height: 60px;
    display: flex;
    align-items: center;
    padding: 0 35px;
}

.yjzx-item .yjzx-con {
    margin: 20px 0;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.yjzx-item .yjzx-con a {
    min-height: 74px;
    background: #F3F3F3;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #333333;
    padding: 6px 10px;
    width: calc(50% - 8px);
    transition: 0.3s;
}

.yjzx-item .yjzx-con a:hover {
    color: #fff;
    background: #1551D3;
}

.zzjg-ldbz {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    margin-top: 55px;
}

.ldbz-item {
    width: calc(50% - 20px);
    display: flex;
    transition: 0.3s;
}
.ldbz-item:last-child{margin-left:calc(50% + 20px)}
.ldbz-item i {
    width: 147px;
    height: 215px;
    flex-shrink: 0;
}

.leaderMess {
    flex: 1;
    border-bottom: 1px solid #AFAFAF;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px 35px;
    background: url(../images/page/icon-more.png) no-repeat right calc(100% - 10px);
    overflow: hidden;
}

.leaderName {
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.leaderName h6 {
    font-size: 22px;
    color: #1551D3;
    margin-right: 20px;
    position: relative;
}

.leaderName span {
    font-size: 18px;
    color: #333333;
}

.leaderMess p {
    font-size: 16px;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.ldbz-item:first-child,
.ldbz-item:nth-child(2) {
    box-shadow: 3px 4px 12px 0px #9DBBFD;
    background: #FFFFFF;
    width: calc(50% - 60px);
    margin-left: 30px;
}

.ldbz-item:first-child i,
.ldbz-item:nth-child(2) i {
    position: relative;
    top: -15px;
    left: -30px;
}

.ldbz-item:first-child .leaderMess,
.ldbz-item:nth-child(2) .leaderMess {
    background: none;
    border: none;
    padding-left: 0;
}

.ldbz-item:first-child .leaderName,
.ldbz-item:nth-child(2) .leaderName {
    border-bottom: 1px solid #D7D7D7;
    padding-bottom: 10px;
}

.ldbz-item:first-child .leaderName span,
.ldbz-item:nth-child(2) .leaderName span {
    background: #DEE8FF;
    font-weight: 500;
    color: #1551D3;
    padding: 4px 24px;
    min-width: 90px;
}

.ldbz-item:first-child .leaderName h6::after,
.ldbz-item:nth-child(2) .leaderName h6::after {
    content: '';
    width: 100%;
    height: 4px;
    background: #1551D3;
    position: absolute;
    bottom: -12px;
    left: 0;
}

.ldbz-item:hover {
    transform: translateY(-8px);
    transition: 0.3s;
}


/* é™¢é•¿å¯„è¯­ */

.deanMess {
    width: 100%;
    background: #F6F6F6;
    display: flex;
    height: 168px;
    margin-top: 77px;
    position: relative;
}

.deanMess::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    background: linear-gradient( 90deg, #1551D3 0%, #FFFFFF 100%);
    height: 12px;
    width: 100%;
}

.deanMess i {
    flex-shrink: 0;
    width: 232px;
    height: 228px;
    margin-top: calc(-228px + 168px);
}

.deanMess i img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.deanMess .deanMessCon {
    padding: 10px 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.deanMess .deanMessCon h1 {
    font-family: Source Han Serif CN, Source Han Serif CN;
    font-weight: bold;
    font-size: 32px;
    color: #333333;
    margin-bottom: 12px;
}

.deanMess .deanMessCon p {
    font-size: 16px;
    color: #666666;
    border-left: 5px solid #96B7FF;
    padding-left: 12px;
}

.deanIntro {
    width: 100%;
    margin-top: 30px;
    padding-top: 1px;
    background: url(../images/page/yzjyL.png) no-repeat left top, url(../images/page/yzjyR.png) no-repeat right bottom;
}

.deanIntro p {
    font-size: 16px;
    color: #333333;
    text-indent: 2em;
    margin: 10px 0;
}
.deanIntro table p{text-indent:0;}
.deanIntro table td{text-align:center;padding:5px;}


/* åŽ†å²å›žé¡¾ */

.historyBox {
    width: 100%;
    margin-top: 20px;
}

.historyBox ul li {
    width: 100%;
    display: flex;
    align-items: center;
    position: relative;
}

.historyBox .year {
    padding: 10px 0;
    background: #fff;
    position: relative;
    z-index: 1;
}

.historyBox .yearCon {
    width: 130px;
    height: 54px;
    flex-shrink: 0;
    background: #DEE8FF;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    margin-right: 30px;
}

.historyBox .yearCon h1 {
    font-weight: bold;
    font-size: 24px;
    color: #1551D3;
    margin-right: 8px;
}

.historyBox .yearCon span {
    font-weight: 400;
    font-size: 14px;
    color: #1551D3;
    padding-top: 5px;
}

.historyBox .relaTxt {
    flex: 1;
    border-bottom: 1px solid #D8D8D8;
    padding: 40px 0;
    overflow: hidden;
}

.historyBox .relaTxt p {
    font-size: 16px;
    color: #333333;
    padding-left: 24px;
    background: url(../images/page/icon-hisList.png) no-repeat left 6px;
}

.historyBox .relaTxt p+p {
    margin-top: 18px;
}

.historyBox ul li:last-child .relaTxt {
    border-bottom: 0;
}

.historyBox ul li:first-child::after {
    height: 50%;
    bottom: 0;
}

.historyBox ul li:last-child::after {
    height: 50%;
    top: 0;
}

.historyBox ul li::after {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background: #2158CD;
    position: absolute;
    left: 65px;
}


/* å…³äºŽæˆ‘ä»¬ */

.contactBox {
    width: 100%;
    margin-top: 30px;
}

.map {
    width: 100%;
}

.map img {
    width: 100%;
    height: auto;
}

.contactMess {
    width: 100%;
    margin-bottom: 20px
}

.contactMess p {
    color: #333;
    font-size: 18px;
    margin: 10px 0;
    text-indent: 0!important;
}

p.gpCmsImg {
    text-indent: 0!important;
    margin-top: 20px
}

p.gpCmsImg img {
    max-width: 100%;
    height: auto!important;
}

.contactItem {
    min-width: 20%;
}

.contactItem:first-child,
.contactItem:nth-child(4) {
    width: 40%
}

.contactItem p {
    font-size: 16px;
    color: #FFFFFF;
}

.contactItem h6 {
    font-weight: bold;
    font-size: 18px;
    color: #FFFFFF;
}

.officeBox {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.officeItem {
    width: calc(33.33% - 14px);
}

.officeItem h6 {
    width: 100%;
    padding: 8px 0;
    font-size: 18px;
}

.officeItem p {
    text-indent: 0!important;
    margin-bottom: 0!important;
}

.officeItem p a {
    color: #333
}

.officeItem p a:hover {
    color: #1551d3
}


/* è¯¦æƒ…é¡µ */

.articleBox {
    width: 100%;
}

.articleTit {
    width: 100%;
    border-bottom: 1px solid #9FB3DE;
    padding: 50px 10px 22px 10px;
}

.articleTit h1 {
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    color: #333333;
    margin-bottom: 10px;
}

.articleTit .author {
    width: 100%;
    display: flex;
    justify-content: center;
}

.articleTit .author span {
    font-size: 16px;
    color: #333333;
    padding-left: 24px;
    background: url(../images/icon-time.png) no-repeat left center;
}

.articleCon {
    width: 100%;
    margin-top: 40px;
}

.articleCon .gpTable {
    max-width: 100%!important;
    margin: 15px auto;
}

.articleCon .gpTable td {
    text-align: center;
    padding: 6px 5px;
}

.articleCon p {
    font-size: 16px!important;
    color: #333333!important;
    text-indent: 2em;
    text-align: justify;
    margin-bottom: 20px;
}
.articleCon table p{text-indent:0;margin-bottom:0;text-align:center}
.articleCon table td{padding:5px;text-align:center;}
.articleCon p iframe {
    /* text-indent: 0; */
    margin-left: -2em;
}

.articleCon p span,
.articleCon span {
    font-size: 16px!important;
    color: #333333!important;
}

.articleCon p img {
    margin-left: -2em;
    max-width: 100%;
    min-width: 50%;
    height: auto;
    margin: 0 auto;
}

.paperCheck {
    border-top: 1px solid #9FB3DE;
    padding: 30px 0;
    display: flex;
    flex-direction: column;
    margin-top: 30px;
}

.paperCheck a {
    width: 100%;
}

.paperCheck a+a {
    margin-top: 10px;
}

.paperCheck a p {
    font-size: 14px;
    color: #333333;
    margin-bottom: 6px;
}

.paperCheck a span {
    font-size: 16px;
    color: #333333;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    width: 100%;
}


/* æ•™å¸ˆè¯¦æƒ…é¡µ */

.teaArticleBox {
    width: 100%;
    margin-top: 30px;
}

.teaBase {
    width: 100%;
    display: flex;
    height: 316px;
    overflow: hidden;
    align-items: flex-end;
}

.teaBase>i {
    flex-shrink: 0;
    width: 250px;
    height: 316px;
}

.teaBaseMess {
    flex: 1;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.teaBaseMess .back {
    font-size: 16px;
    color: #666666;
    padding: 30px 0;
    padding-right: 24px;
    background: url(../images/page/icon-back.png) no-repeat right center;
    text-align: right;
}

.teaBaseMess .back:hover {
    color: #1551D3;
}

.teaBaseMessCon {
    width: 100%;
    background: #F5F5F5;
    padding: 40px;
}

.teaBaseMessCon h6 {
    font-weight: bold;
    font-size: 24px;
    color: #1551D3;
    margin-bottom: 8px;
}

.teaBaseMessCon .office {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.teaBaseMessCon .office p {
    width: calc(50% - 20px);
    font-size: 16px;
    color: #333;
    margin: 6px 0;
    display: flex;
}

.teaBaseMessCon .office p b {
    font-weight: normal;
}

.teaBaseMessCon .office p:nth-child(even) {
    margin-left: 40px;
}

.teaBaseMessCon .office p span {
    color: #666666;
    flex-shrink: 0;
}

.teaPub {
    width: 100%;
}

.teaPub h1 {
    background: url(../images/page/tit-h1bg.png) no-repeat left center;
    width: 100%;
    height: 48px;
    display: flex;
    align-items: center;
    padding: 0 30px;
    font-weight: bold;
    font-size: 20px;
    color: #FFFFFF;
    margin-top: 35px;
    margin-bottom: 12px;
}

.teaPub p {
    font-size: 16px;
    color: #333333;
    margin: 12px 0;
}


/* æ•™å¸ˆåˆ—è¡¨é¡µ */

.teacherBox {
    width: 100%;
    margin-top: 30px;
}

.sortBox {
    width: 100%;
    margin-bottom: 45px;
}

.category {
    width: 100%;
    display: flex;
    padding: 10px;
    background: #F4F4F4;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.category a {
    font-size: 18px;
    color: #333333;
    flex: auto;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0;
    border: 1px solid transparent;
}

.category a.active,
.category a:hover {
    color: #1551D3;
    background: #F0FAFF;
    border-radius: 6px;
    border-color: #2158CD;
}

.type {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #D2D2D2;
    border-top: none;
    padding: 15px;
}

.type a {
    font-size: 16px;
    color: #333333;
    margin: 5px;
    padding: 6px 14px;
}

.type a.active,
.type a:hover {
    background: #E0EAFF;
    color: #1551D3;
}

.tea-list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.tea-item {
    width: calc(50% - 15px);
    margin-bottom: 30px;
    background: #F6F6F6;
    padding: 20px;
    display: flex;
    transition: 0.3s ease-in-out;
}

.tea-item>a {
    width: 147px;
    height: 198px;
    position: relative;
}

.tea-item>a::after {
    content: "";
    width: 100%;
    height: 80%;
    background: #1551D3;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: 0.3s ease-in-out;
}

.tea-item>a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    z-index: 2;
    background: #fff;
}

.tea-item:nth-child(even) {
    margin-left: 30px;
}

.tea-item .tea-list-mess {
    padding: 20px;
    padding-right: 0;
    flex: 1;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.tea-item .tea-list-mess h6 {
    margin-bottom: 28px;
}

.tea-item .tea-list-mess h6 a {
    font-weight: bold;
    font-size: 18px;
    color: #333333;
    margin-right: 15px;
}

.tea-item .tea-list-mess h6 span {
    font-size: 16px;
    color: #333333;
    font-weight: normal;
}

.tea-item .tea-list-mess p {
    font-size: 16px;
    color: #333333;
    display: flex;
}

.tea-item .tea-list-mess p::before {
    content: "";
    width: 6px;
    height: 6px;
    background: #438CDF;
    border-radius: 50%;
    flex-shrink: 0;
    margin-right: 8px;
    margin-top: 10px;
}

.tea-item .tea-list-mess p+p {
    margin-top: 15px;
}

.tea-item:hover .tea-list-mess h6 a,
.tea-item:hover .tea-list-mess h6 span {
    color: #1551D3;
}

.tea-item:hover>a::after {
    left: -8px;
    bottom: -8px;
    transition: 0.3s ease-in-out;
}


/* è§†é¢‘åˆ—è¡¨ */

.videoBox {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.videoList {
    width: calc(33.33% - 20px);
}

.videoList>a {
    width: 100%;
    padding-bottom: 74%;
    position: relative;
    display: block
}

.videoList>a::after {
    content: '';
    width: 100%;
    height: 100%;
    background: url(../images/icon-video.png) no-repeat center rgba(0, 0, 0, 0.2);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.videoList>a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0
}

.videoCon {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 15px;
    background: #f8f8f8;
    height: 112px;
}

.videoCon a {
    font-size: 18px;
    color: #333;
    display: block;
    font-weight: bold;
}

.videoCon span {
    font-size: 15px;
    color: #666;
    margin-bottom: 5px;
}

.videoList:hover {
    box-shadow: 0 0 10px rgb(28 69 161 / 40%)
}

.videoList:hover .videoCon a {
    color: #1b4fa1
}


/* 合作学校 */

.collegeIntro {
    width: 100%;
}

.collegeIntro h6 {
    color: #1651d3;
    margin: 10px 0;
    font-size: 18px;
    display: flex;
    align-items: center;
}

.collegeIntro h6::before {
    content: "01";
    background: #1651d3;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    margin-right: 10px;
    color: #fff;
    text-align: center;
    font-size: 16px;
    line-height: 30px;
}

.collegeIntro:nth-of-type(4) h6::before {
    content: "02";
}

.collegeBox {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin: 30px 0;
}

.collegeBox a {
    width: calc(33.333% - 20px);
    border: 1px solid #c5c5c5;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    padding: 20px;
    transition: 0.3s;
    text-align: center;
}

.collegeBox a img {
    max-height: 100px;
    max-width: 100%
}

.collegeBox a h6 {
    color: #333;
    font-size: 16px;
}

.collegeBox a:hover {
    background: #f9fafb;
    transition: 0.3s
}


/*pagenation*/

.pageBox {
    margin: 40px 0 20px 0;
    width: 100%;
    padding: 0 20px;
}

.pagination {
    display: flex;
    justify-content: center;
    gap: 6px;
    flex-wrap: wrap;
    align-items: center;
    font-size: 14px;
}

.pagination>li>a,
.pagination>li>span,
.pagination>select {
    background-color: #FFFFFF;
    border: 1px solid #DDDDDD;
    color: #333;
    padding: 3px 12px !important;
    width: 100%;
    display: inline-block;
    font-size: 14px;
}

.pagination>select {
    width: 60px;
}

.pagination>li>a.active {
    color: #fff!important;
    border-color: #1551D3;
    background: #1551D3;
}