* {
    line-height: 1.6;
}

.secondBanner {
    width: 100%;
    padding-bottom: 20.8%;
    position: relative;
}

.secondBanner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
}


/* 公共左侧 */

.secondPage .center {
    display: flex;
    gap: 70px;
}

.leftNav {
    width: 240px;
    flex-shrink: 0;
    position: relative;
    top: -110px;
}

.leftNav.noChild {
    top: 0;
}

.rightCon {
    flex: 1;
    overflow: hidden;
    padding: 10px;
}

.leftNav::before {
    content: "";
    display: block;
    width: 120%;
    height: 140px;
    position: absolute;
    left: -10%;
    top: 96px;
    z-index: 0;
    background: url(../images/page/square.png) no-repeat center/contain;
}

.leftNav.noChild::before {
    content: none;
}

.leftNav .currentParentsTit {
    width: 100%;
    min-height: 96px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background: #0059A0;
    font-size: 30px;
    color: #FFFFFF;
}

.leftNav ul {
    background: #F4F7FF;
    box-shadow: 6px 4px 10px 0px rgba(0, 0, 0, 0.15);
    padding: 20px 0 20px 14px;
    position: relative;
    min-height: 160px;
}

.leftNav ul li>a {
    min-height: 74px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    font-weight: 500;
    font-size: 22px;
    text-align: center;
    color: #333333;
    transition: 0.3s;
}

.leftNav ul li dl {
    width: 100%;
    background: #fff;
}

.leftNav ul li.active>a {
    background: #fff;
    color: #0059A0;
    border-bottom: 1px solid #EAEAEA;
}

.leftNav ul li:hover>a {
    background: #fff;
    color: #0059A0;
}

.leftNav ul li dl a {
    font-size: 18px;
    color: #333333;
    padding: 20px 40px;
    display: block;
    text-align: center;
    background: url(../images/page/icon-sideNav.png) no-repeat -20px 28px;
    transition: 0.3s;
}

.leftNav ul li dl a.active,
.leftNav ul li dl a:hover {
    color: #0059A0;
    background-position: 15px 28px;
    transition: 0.3s;
}

.bread {
    width: 100%;
    border-bottom: 1px solid #DEDEDE;
    padding: 30px 0 16px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.currentTit {
    font-weight: bold;
    font-size: 24px;
    color: #0059A0;
    background: url(../images/page/secondTit.png) no-repeat left center;
    padding-left: 48px;
}

.breadNav,
.breadNav a {
    font-size: 14px;
    color: #666666;
}

.breadNav a:hover {
    color: #0059A0;
}

.breadNav a::after {
    content: "";
    display: inline-block;
    border-top: 1px solid #666666;
    border-right: 1px solid #666666;
    width: 8px;
    height: 8px;
    background: #fff;
    transform: rotate(45deg);
    margin: 0 4px;
}


/* 院长寄语 */

.deanBox {
    width: 100%;
    display: flex;
    padding: 50px 0 70px 0;
    align-items: center;
    background: url(../images/page/icon-comma.png) no-repeat 240px 20px;
}

.deanPic {
    width: 260px;
    flex-shrink: 0;
}

.deanPic i {
    width: 100%;
    padding-bottom: 112.5%;
    position: relative;
    display: block;
}

.deanPic i img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
}

.deanPic .deanName {
    width: 100%;
    display: flex;
    align-items: baseline;
    gap: 15px;
    justify-content: center;
    position: relative;
}

.deanName h6 {
    font-weight: bold;
    font-size: 30px;
    color: #333333;
}

.deanName span {
    font-size: 20px;
    color: #333333;
}

.deanPic .deanName::after {
    content: "";
    display: block;
    width: 118px;
    height: 13px;
    background: #CCE8FF;
    position: absolute;
    bottom: 3px;
    z-index: -1;
}

.deanBrief {
    background: url(../images/page/icon-comma2.png) no-repeat right bottom;
    padding-left: 42px;
}

.deanBrief p {
    text-indent: 2em!important;
    margin-bottom: 20px!important;
    font-size: 16px!important;
    color: #333333!important;
}

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


/* 联系我们 */

.contactBox {
    padding: 70px 0 40px 0;
}

.contactInfo {
    background: url(../images/page/lxwmBg.png) no-repeat right center/cover #fff;
    width: calc(100% - 20px);
    margin-left: 20px;
    height: 306px;
    box-shadow: 0px 3px 10px 2px rgba(0, 0, 0, 0.2);
    display: flex;
}

.contactImg {
    width: 500px;
    height: 340px;
    position: relative;
    top: -34px;
    left: 0;
    flex-shrink: 0;
}

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

.contactImg::after {
    content: "";
    display: block;
    width: 100%;
    height: calc(100% - 10px);
    border: 6px solid #0059A0;
    position: absolute;
    left: -20px;
    top: 20px;
    z-index: -1;
}

.infomation {
    flex: 1;
    padding: 20px 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.infomation h6 {
    font-weight: bold;
    font-size: 20px;
    color: #0059A0;
    margin-bottom: 30px;
}

.infomation p {
    display: flex;
    margin-bottom: 12px;
}

.infomation p span {
    font-size: 16px;
    color: #333333;
}

.infomation p span:first {
    flex-shrink: 0;
}

.infomation p span:last-child {
    flex: 1;
}

.officeBox {
    margin-top: 50px;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.officeItem {
    width: calc(50% - 10px);
    background: url(../images/page/lxwm-build.png) no-repeat right center #f8f8f8;
    padding: 30px;
    min-height: 210px;
    position: relative;
}

.officeItem::after {
    content: "";
    display: block;
    width: 7px;
    height: 30px;
    background: #0059A0;
    position: absolute;
    left: 0;
    top: 30px;
}

.officeItem h6 {
    font-size: 20px;
    color: #333333;
    padding-bottom: 8px;
}

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


/* 委员会 */

.committeeBox {
    width: 100%;
    padding: 30px 0 40px 0;
    display: grid;
    grid-template-columns: 1fr;
    /* grid-auto-rows: 1fr; */
    /* gap: 32px; */
}

.committeeItem {
    background: url(../images/page/committeeBg.png) no-repeat bottom/cover;
    box-shadow: 0px 0px 8px 2px #DFF1FF;
    background-size: 100% 30%;
}

.committeeItem>h6 {
    width: 100%;
    background: url(../images/page/committeeTit.png) no-repeat center/cover;
    padding: 0 40px;
    height: 66px;
    display: flex;
    align-items: center;
}

.committeeItem>h6 p {
    background: url(../images/page/committee-build.png) no-repeat left center;
    padding-left: 36px;
    font-weight: bold;
    font-size: 22px;
    color: #FFFFFF;
}

.committeeInfo {
    padding: 10px 38px 60px 38px;
}

.committeeInfo ul li {
    border-bottom: 1px solid #EFEFEF;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    /* height: 70px; */
    align-items: center;
    padding: 16px 0;
}

.committeeInfo ul li:last-child {
    border-bottom: none;
    align-items: flex-start
}

.committeeInfo ul li h6 {
    font-family: Source Han Serif CN, Source Han Serif CN;
    font-weight: bold;
    font-size: 20px;
    color: #0059A0;
    width: 22%;
    flex-shrink: 0;
}

.committeeInfo ul li p {
    font-size: 16px;
    color: #333333;
    min-width: 80px;
    /* text-align: justify; */
    /* text-align-last: justify; */
}

.committeeInfo ul li span {
    font-size: 14px;
    color: #999999;
    display: block;
    font-weight: normal;
    width: 58%;
}

.committeeInfo ol {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    row-gap: 20px;
    column-gap: 24px;
    /* margin-top: 20px; */
}

.committeeInfo ol p {
    font-size: 16px;
    color: #333333;
    /* text-align: justify;
    text-align-last: justify; */
}


/* 学院领导 */

.leaderTeam {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: 1fr;
    column-gap: 40px;
    row-gap: 25px;
    margin: 50px 0;
}

.leaderItem {
    background: url(../images/page/leaderBg.png) no-repeat right center/cover #fff;
    box-shadow: 0px 0px 10px 4px rgba(165, 199, 250, 0.25);
    border-radius: 6px;
    display: flex;
    height: calc(100% - 20px);
}

.leaderItem>a {
    width: 190px;
    height: 254px;
    position: relative;
    display: block;
    top: -20px;
    flex-shrink: 0;
    overflow: hidden;
    border-radius: 6px;
}

.leaderItem a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.3s;
}

.leaderInfo {
    flex: 1;
    overflow: hidden;
    padding: 20px 0;
    position: relative;
}

.leaderInfo h6 {
    background: linear-gradient( 90deg, #0059A0 13%, #A8C6DE 75%, rgba(251, 251, 252, 0) 100%);
    font-size: 14px;
    color: #FFFFFF;
    padding: 10px 30px;
    min-height: 45px;
    display: flex;
    align-items: center;
}

.info {
    padding-left: 30px;
    padding-right: 20px;
    margin: 18px 0;
}

.info h4 {
    font-size: 20px;
    color: #0059A0;
    margin-bottom: 6px;
}

.info p {
    font-size: 14px;
    color: #0059A0;
}

.leaderInfo a:last-of-type {
    font-size: 14px;
    color: #666666;
    padding-left: 30px;
    padding-right: 40px;
    position: absolute;
    bottom: 28px;
    background: url(../images/page/leaderView.png) no-repeat right center;
    transition: 0.3s;
}

.leaderItem:hover .leaderInfo a:last-of-type {
    padding-right: 46px;
    color: #0059A0;
}

.leaderItem:hover a:first-of-type img {
    transform: scale(1.05);
}


/* 图片列表 */

.listYear .titList a span {
    display: none;
}

.listYear .titList {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 20px;
}

.listBox {
    padding: 35px 0;
    width: 100%;
}

.zzjgImg {
    width: 100%;
    margin-bottom: 20px;
    display: flex;
    justify-content: center
}

.zzjgImg img {
    max-width: 100%
}

.imglist {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.imgListItem {
    width: 100%;
    border-left: 32px solid #fff;
    background: #fff;
    display: flex;
    align-items: center;
    height: calc(182px + 26px);
    transition: 0.3s;
}

.imgListItem>.pic {
    width: 274px;
    display: block;
    height: 182px;
    flex-shrink: 0;
    margin-left: -32px;
}

.imgListItem>.pic i {
    width: 100%;
    padding-bottom: 66%;
    position: relative;
    display: block;
    overflow: hidden;
    transition: 0.3s;
}

.imgListItem>.pic i img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    transform: scale(1.1);
    transition: 0.3s;
}

.imgInfo {
    flex: 1;
    overflow: hidden;
    position: relative;
    left: -40px;
    display: flex;
    align-items: center;
}

.imgInfo .time {
    position: absolute;
    border: 2px solid #FFFFFF;
    background: #0059A0;
    padding: 8px 4px;
    text-align: center;
}

.imgInfo .time h6,
.imgInfo .time p {
    color: #fff;
}

.imgInfo .time h6 {
    font-size: 18px;
    border-bottom: 1px solid #DEDEDE
}

.imgInfo .time p {
    font-size: 14px;
}

.imgInfoTxt {
    padding-left: 90px;
}

.imgInfoTxt h5 {
    font-size: 20px;
    color: #333333;
    margin-bottom: 20px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    word-break: break-all;
}

.imgInfoTxt p {
    font-size: 16px;
    color: #666666;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    word-break: break-all;
}

.imgListItem:hover {
    background: #0059A0;
    transition: 0.3s;
}

.imgListItem:hover .imgInfoTxt h5,
.imgListItem:hover .imgInfoTxt p {
    color: #fff;
}

.imgListItem:hover .time {
    background: #fff;
}

.imgListItem:hover .time h6,
.imgListItem:hover .time p {
    color: #333;
}

.imgListItem:hover>.pic i img {
    transform: scale(1);
    transition: 0.3s;
}

.titList {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-left: 10px;
}

.titList a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 98px;
    background-color: #f6f6f6;
    position: relative;
    padding: 10px 34px;
    perspective: 1000px;
    transition: 0.3s;
}

.titList a::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/page/titListBg.png) no-repeat right center/cover;
    /* transform: rotateX(45deg) translateY(-50%);
    transform-origin: top; */
    opacity: 0;
    transition: 0.3s;
}

.titList a:hover::after {
    /* transform: rotateX(0deg) translateY(0); */
    opacity: 1;
    z-index: -1;
}

.titList a::before {
    content: "";
    position: absolute;
    display: block;
    background: #fff;
    width: 42px;
    height: 14px;
    border: 2px solid #62ABE5;
    top: 10px;
    left: -10px;
    z-index: 1;
    opacity: 0;
}

.titList a:hover::before {
    opacity: 1;
}

.titList h6 {
    font-size: 18px;
    color: #333;
    flex: 1;
    padding-right: 20px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    word-break: break-all;
}

.titList span {
    font-size: 18px;
    color: #666666;
    background: url(../images/page/icon-time.png) no-repeat left center;
    padding-left: 24px;
    flex-shrink: 0;
}

.titList a:hover span {
    background-image: url(../images/page/icon-timeOn.png);
}

.titList a:hover span,
.titList a:hover h6 {
    color: #fff;
    transition: 0.3s;
}


/* 学系 */

.departList {
    display: flex;
    flex-direction: column;
    gap: 26px;
}

.departItem {
    width: 100%;
    box-shadow: 0px 0px 8px 2px #DFF1FF;
    border-radius: 6px 6px 6px 6px;
    border-image: linear-gradient(90deg, rgba(172, 211, 242, 1), rgba(255, 255, 255, 1)) 1 1;
    overflow: hidden;
    min-height: 180px;
    padding: 0 30px 10px 30px;
}

.clounmTop {
    width: 100%;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #ECECEC;
    height: 66px;
    align-items: center;
}

.clounmTop h6 {
    font-size: 18px;
    color: #0059A0;
    padding-right: 38px;
    background: url(../images/page/icon-three.png) no-repeat right center;
    transition: ease-in-out .3s;
}

.clounmTop a:nth-child(2) {
    font-size: 14px;
    padding-left: 24px;
    color: #2182CF;
    background: url(../images/page/icon-profess.png) no-repeat left center;
    transition: ease-in-out 0.3s;
}

.clounmTop a:nth-child(2):hover {
    text-decoration: underline;
    transition: ease-in-out .3s;
}

.clounmTop a:first-child:hover h6 {
    padding-right: 44px;
    transition: ease-in-out .3s;
}

.departInfo {
    padding: 14px 0;
}

.departInfo p {
    font-size: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #333333;
}


/* 荣誉奖励 */

.ryjlBox {
    margin: 50px 0;
}

.ryjlItem {
    width: 100%;
}

.ryjlTit {
    width: 100%;
    border-bottom: 1px solid #999;
    margin-bottom: 50px;
}

.ryjlTit h6 {
    color: #333;
    font-size: 18px;
    border-bottom: 10px solid #0059A0;
    display: inline-block;
}

.ryjlList {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-rows: 1fr;
    column-gap: 20px;
    row-gap: 0;
}

.ryjlListItem p {
    width: 100%;
    padding: 44px 20px;
    background: url(../images/page/desk.png) no-repeat top center/contain;
    text-align: center;
}

.ryjlListItem {
    width: 100%;
}

.ryjlListItem i {
    display: block;
    width: 260px;
    height: 260px;
    background: #fff;
    margin: auto;
}

.ryjlListItem i img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.zoomify {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
}

.zoomify.zoomed {
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
    padding: 0;
    margin: 0;
    border: none;
    border-radius: 0;
    box-shadow: none;
    position: relative;
    z-index: 1501;
}

.zoomify-shadow {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 1500;
    background: rgba(0, 0, 0, .3);
    opacity: 0;
}

.zoomify-shadow.zoomed {
    opacity: 1;
    cursor: pointer;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}


/* 人才培养 */

.rcpyPaper {
    margin: 20px 0;
    width: 100%;
}

.rcpyPaper>h6 {
    font-size: 24px;
    color: #333333;
    text-align: center;
    padding: 22px 0;
}

.rcpyPaper p {
    font-size: 16px;
    color: #333333;
    text-indent: 2em!important;
    line-height: 1.8!important;
}

.papercut {
    width: 100%;
    padding: 30px 0;
    padding-top: 60px;
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.papercutItem {
    position: relative;
    width: 100%;
    background: url(../images/page/rcpyBg.png) repeat-x bottom;
    padding: 55px 25px 40px 25px;
    border-radius: 10px;
    box-shadow: 0px 0px 8px 2px #DFF1FF;
    border-top: 6px solid #0059A0;
}

.papercutItem>h6 {
    color: #fff;
    background: url(../images/page/rcpyTitBg.png) no-repeat left center;
    width: 163px;
    height: 72px;
    line-height: 50px;
    padding: 0 25px;
    position: absolute;
    top: -30px;
    left: 0;
    display: flex;
    gap: 10px;
}

.papercutItem>h6::before {
    content: attr(data-number);
}

.detailBox {
    width: 100%;
    overflow: hidden;
    margin: 30px 0;
}

.detailTit {
    width: 100%;
    border-bottom: 1px dashed #B4C9FF;
    padding: 20px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.detailTit h1 {
    font-size: 24px;
    color: #333333;
    text-align: center;
}

.detailTit span {
    background: url(../images/page/icon-time.png) no-repeat left center;
    padding-left: 24px;
    font-size: 14px;
    color: #666666;
}

.detailCon {
    width: 100%;
    margin: 30px 0;
}

.detailCon p {
    font-size: 18px!important;
    color: #333333;
    line-height: 1.8!important;
    text-indent: 2em!important;
    margin: 20px 0;
}

.detailCon p span {
    font-size: 18px!important;
    color: #333333!important;
    line-height: 1.8!important;
}

.detailCon p img {
    margin-left: -2em;
    max-width: 80%!important;
    height: auto!important;
}

.detailCon p table {
    margin-left: -2em;
}

.detailCon table td {
    padding: 6px 0;
}

.detailCon table td,
.detailCon table td span {
    font-size: 16px!important;
    color: #333!important;
}

.detailCon table {
    margin: 0 auto;
}

.paperCheck {
    border-top: 1px dashed #B4C9FF;
    padding: 30px 0;
    display: grid;
    grid-template-columns: calc(50% - 20px) calc(50% - 20px);
    column-gap: 40px;
}

.paperCheck a {
    width: 100%;
}

.paperCheck a p {
    font-size: 14px;
    color: #333333;
    background: url(../images/page/icon-left.png) no-repeat left center;
    padding-left: 20px;
    margin-bottom: 6px;
}

.paperCheck a:nth-child(2) {
    text-align: right;
}

.paperCheck a:nth-child(2) p {
    background-image: url(../images/page/icon-right.png);
    background-position: right center;
    padding-right: 20px;
}

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

.teacherDetailBox {
    margin: 30px 0;
}

.teaDetailTop {
    box-shadow: 0px 0px 8px 2px #DFF1FF;
    padding: 20px;
    display: flex;
    gap: 48px;
    background: url(../images/page/teaMessBg.png) no-repeat right bottom;
    position: relative;
}

.teaDetailTop i {
    width: 218px;
    height: 266px;
    display: block;
    flex-shrink: 0;
}

.teaDetailTop::after {
    content: "";
    width: 100%;
    height: 50%;
    background: #0059A0;
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: 0;
}

.teaTopMess h5 {
    display: flex;
    gap: 30px;
    align-items: center;
}

.teaTopMess h5 p {
    font-size: 26px;
    color: #0059A0;
}

.teaTopMess h5 span {
    font-size: 18px;
    color: #FFFFFF;
    padding: 4px 20px;
    background: #3EA0EE;
}

.zwBox p {
    font-size: 14px;
    color: #FFFFFF;
    margin: 15px 0;
}

.teaTopMess {
    display: flex;
    flex-direction: column;
    justify-content: end;
    gap: 40px;
}

.teaDetailCon {
    margin: 44px 0;
    box-shadow: 0px 0px 8px 2px #DFF1FF;
    background: #fff;
    width: calc(100% - 14px);
    padding: 20px 40px 40px;
    margin-left: 14px;
}

.teaDetailCon h1 {
    width: calc(100% + 96px);
    background: url(../images/page/detailTitBg.png) no-repeat left center;
    padding: 14px 30px 0 50px;
    font-size: 20px;
    color: #FFFFFF;
    height: 70px;
    position: relative;
    left: -56px;
    margin-top: 40px;
    margin-bottom: 20px;
}

.teaDetailCon p {
    font-size: 16px!important;
    color: #333333!important;
    line-height: 1.8!important;
}


/* 教师列表 */

.teacherBox {
    width: 100%;
    margin: 24px 0 50px 0;
}

.teacherSort {
    width: 100%;
    background: #EDEDED;
    padding: 8px 12px;
    display: flex;
    height: 76px;
    gap: 10px;
}

.teacherSort a {
    flex: 1;
    font-size: 18px;
    color: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.teacherSort a.active,
.teacherSort a:hover {
    background: #0059A0;
    border-radius: 6px;
    color: #fff;
}

.teacherSort a.active p,
.teacherSort a:hover p {
    background: url(../images/page/icon-sortTeasj.png) no-repeat left center;
    padding-left: 24px;
}

.teacherSort a p+p {
    display: none;
}

.teacherListBox .sigleList {
    margin-top: 30px;
}

.sortList h6,
.deparTit {
    width: 100%;
    background: #DEF0FF;
    padding: 10px 30px;
    font-size: 20px;
    color: #0059A0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 34px;
}

.sortList h6 span {
    font-size: 14px;
    color: #0059A0;
    font-weight: normal;
}

.deparTit {
    margin-top: 34px;
}

.deparTit:first-of-type {
    margin-top: 0;
}

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

.sortTeacherItem {
    padding: 12px;
    background: url(../images/page/teacherBg.png) no-repeat right center/cover #fff;
    display: flex;
    box-shadow: 0px 0px 10px 4px rgba(165, 199, 250, 0.25);
    width: calc(50% - 15px);
    border-radius: 6px;
    transition: 0.3s
}

.sortTeacherItem:hover {
    transform: translateY(-6px);
    box-shadow: 0px 0px 10px 4px rgba(165, 199, 250, 0.5);
}

.sortTeacherItem .teaPic {
    width: 165px;
    height: 220px;
    flex-shrink: 0;
    border-radius: 6px;
    position: relative;
}

.sortTeacherItem .teaPic i {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    z-index: 2;
    border-radius: 6px;
}

.sortTeacherItem .teaPic::after {
    content: '';
    display: block;
    width: 100%;
    height: 90%;
    border: 1px solid #9AC9EF;
    border-radius: 6px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -10px;
    z-index: 1;
}

.sortTeacherItem .sortTeaMess {
    flex: 1;
    overflow: hidden;
    padding-left: 40px;
}

.sortTeaMess {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.sortTeaMess h5 {
    font-size: 20px;
    color: #0059A0;
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 16px 0;
    position: relative;
}

.sortTeaMess h5::after {
    content: "";
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, rgba(172, 211, 242, 1), rgba(255, 255, 255, 1));
    position: absolute;
    bottom: 0;
}

.sortTeaMess h5 p {
    flex-shrink: 0
}

.sortTeaMess h5 span {
    font-size: 16px;
    color: #333333;
    font-weight: normal;
}

.sortTeaMessCon p {
    font-size: 14px;
    color: #666666;
    margin: 18px 0;
}

.sortList {
    padding-bottom: 40px;
}

.letterBox {
    width: 100%;
    background: #EDEDED;
    padding: 15px 20px;
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-top: 20px;
}

.letterBox .letterItem {
    background: #fff;
    font-weight: bold;
    font-size: 16px;
    color: #333333;
    min-width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    cursor: pointer;
}

.letterBox .letterItem.active {
    background: #0059A0;
    color: #fff;
}


/* 党政教辅 */

.dzjfBox {
    margin: 40px 0;
}

h1.dzjfTit {
    font-size: 20px;
    color: #0059A0;
    padding: 10px 20px;
    background: #DEF0FF;
    margin: 30px 0;
}

.dzjfItemBox {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.dzjfItem {
    width: calc(50% - 15px);
    box-shadow: 0px 0px 10px 4px rgba(165, 199, 250, 0.25);
    background: url(../images/page/teacherBg.png) no-repeat bottom center/cover #fff;
    border-radius: 6px;
}

.dzjfItem h6 {
    border-bottom: 1px solid #9AC9EF;
    padding: 12px 20px;
    color: #0059A0;
    font-size: 20px;
}

.dzjfItem h6 span {
    padding-left: 20px;
}

.dzjfTxt {
    padding: 20px;
}

.dzjfTxt p {
    font-size: 16px;
    color: #666;
    margin: 15px 0;
}


/* 分页 */

.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: #0059A0;
    background: #0059A0;
}