body {
    background: url(../images/bodyBg.png) no-repeat bottom center #F5F5F5;
}

.center {
    width: 1400px;
    margin: 0 auto
}

p {
    line-height: 28px!important;
}

header {
    position: initial;
}

.adv {
    width: 100%;
    height: 438px;
    position: relative;
}

.advShadow {
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    background: rgba(27, 34, 28, 0.6);
    display: flex;
    align-items: center;
}

.advShadow h1 {
    font-weight: bold;
    font-size: 58px;
    color: #FFFFFF;
}

.bread,
.bread a {
    color: #fff;
    font-size: 14px;
}

.bread {
    padding: 25px 0;
    text-align: right;
}

main {
    margin-top: -140px;
    position: relative;
    z-index: 9;
}

.mainCon {
    display: flex;
    justify-content: space-between;
    gap: 50px;
    align-items: flex-start;
}

.mainCon>div {
    background: #fff;
}

.mainCon .left {
    padding: 20px 0;
    width: 300px;
    flex-shrink: 0;
    margin-bottom: 40px;
}

.mainCon .right {
    flex: 1;
    padding: 0 70px 40px 70px;
    overflow: hidden;
}

.left ul li {
    width: 100%;
}

.left ul li a {
    display: block;
    width: 100%;
    text-align: center;
    padding: 30px 0;
    font-weight: bold;
    font-size: 20px;
    color: #333333;
    transition: width 0.5s;
}

.left ul li.active a,
.left ul li:hover a {
    background: url(../images/leftnavBg.png) no-repeat right center/cover;
    color: #fff;
    width: calc(100% + 18px);
    transition: width 0.5s;
}

.conTit {
    font-weight: bold;
    font-size: 24px;
    color: #01622D;
    padding: 30px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.conTit::after {
    content: "";
    display: block;
    width: 90px;
    height: 6px;
    background: linear-gradient( 90deg, #FFFFFF 0%, #187542 44%, #FFFFFF 100%);
    margin-top: 6px;
}

.historyCon .yearItem {
    margin-bottom: 20px;
}

.historyCon .yearItem p strong {
    color: #01622D;
    font-size: 16px!important;
    font-weight: bold!important;
    margin: 10px 0
}

.historyCon .yearItem p {
    color: #333!important;
    font-size: 16px!important;
    padding: 5px 0!important;
    line-height: 28px!important;
    text-align: justify!important;
}

.xyjjCon h4 {
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size: 22px;
    color: #333;
}

.xyjjCon p {
    text-indent: 2em;
    font-size: 16px!important;
    color: #333333!important;
    margin: 10px 0!important;
    font-family: "å¾®è½¯é›…é»‘", sans-serif!important;
    line-height: 28px!important;
    text-align: justify!important;
}

.xyjjCon p img {
    max-width: 100%;
    margin: 0 auto;
    display: block;
    margin-top: 20px;
}

.listImg {
    padding: 15px 0;
    display: flex;
}

.listImgItem {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 15px 0;
    justify-content: space-between;
    gap: 40px;
    padding-right: 40px;
}

.mainCon .listRight {
    padding: 0 30px 30px 30px;
}

.listImg:not(:last-child) {
    border-bottom: 1px dashed #D4D4D4;
}

.listImg i {
    width: 120px;
    height: 138px;
    flex-shrink: 0;
}

.listImgCon {
    flex: 1;
    display: flex;
    gap: 40px;
    justify-content: flex-start;
}

.listImgCon .time,
.listTxtItem .time {
    padding: 0 40px;
    border-right: 1px solid #E1E1E1;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.listImgCon .time b,
.listTxtItem .time b {
    display: block;
    height: 2px;
    background: #D4D4D4;
    width: 26px;
}

.listImgCon .time h6,
.listTxtItem .time p {
    font-weight: bold;
    font-size: 28px;
    color: #333333;
}

.listImgCon .time span,
.listTxtItem .time span {
    font-size: 16px;
    color: #666666;
}

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

.listImgCon .con p {
    font-size: 14px;
    color: #666666;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

.listImg:hover .listImgItem {
    background: #01622D;
    transition: all 0.5s;
}

.listImg:hover i {
    border: 2px solid #fff;
    transition: all 0.5s;
}

.listImg:hover p,
.listImg:hover h6,
.listImg:hover span {
    color: #fff!important;
}

.listTxtBox a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 20px 0;
}

.listTxtItem .time b {
    margin: 10px 0;
}

.listTxtItem:not(:last-child) {
    border-bottom: 1px dashed #D4D4D4;
}

.listTxtItem>p {
    padding: 0 50px;
    font-weight: bold;
    font-size: 16px;
    color: #333333;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

.listTxtItem:hover p,
.listTxtItem span {
    color: #01622D!important;
}

.detailTit {
    width: 100%;
    text-align: center;
    padding: 40px 0;
    border-bottom: 1px solid #E7E4A9;
}

.detailTit h6 {
    font-weight: 500;
    font-size: 22px;
    color: #333333;
}

.detailTit p {
    font-size: 14px;
    color: #666666;
    display: inline-block;
    padding-left: 20px;
    background: url(../images/index/icon-time.png) no-repeat left center;
    margin-top: 8px;
}

.detailContent {
    padding: 20px 0;
}

.xsjzDetail {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
}

.xsjzDetail .xsjzDetailImg {
    width: 22%;
    flex-shrink: 0;
    padding: 10px;
    background: #e4e4e4;
}

.xsjzDetail .xsjzDetailImg img {
    width: 100%;
}

.xsjzDetail .xsjzDetaiCon {
    flex: 1;
    overflow: hidden;
}

.detailContent p {
    font-size: 16px!important;
    color: #333333!important;
    margin: 10px 0!important;
    line-height: 28px!important;
    /* text-align: justify!important; */
}
.detailContent p strong{text-align:center}
.detailContent p img {
    max-width: 100%;
    margin: 20px auto;
    display: inline-block;
}

.detailContent table {
    width: 100%!important;
}

.mailAdress {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    background: #F7F7F7;
    margin-bottom: 10px;
    overflow: hidden;
}

.mailAdress i {
    width: 40%;
    height: 252px;
    flex-shrink: 0;
}

.officeBox {
    overflow: hidden;
}

.mailAdress .mailAdressR {
    width: 60%;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.mailAdress .mailAdressR h4 {
    font-weight: bold!important;
    font-size: 20px!important;
    color: #333333!important;
    border-left: 8px solid #01622D;
    padding-left: 10px;
}

.mailAdress .mailAdressR p {
    font-size: 14px!important;
    color: #333333!important;
    text-indent: 0!important;
    background: url(../images/icon-adress.png) no-repeat left center;
    padding-left: 20px;
    margin: 12px 0;
}

.mailAdress .mailAdressR p:nth-child(2) {
    background-image: url(../images/icon-txt.png);
}

.mailAdress .mailAdressR p:nth-child(3) {
    background-image: url(../images/icon-mail.png);
}

.officeItem {
    margin-bottom: 10px;
    background: #F7F7F7;
    position: relative;
    margin-top: 45px;
}

.officeItem .officeName {
    background: linear-gradient( 90deg, #E5EFE9 0%, rgba(217, 217, 217, 0) 100%);
    height: 50px;
    padding: 0 40px;
    line-height: 50px;
    font-weight: bold;
    font-size: 20px;
    color: #333333;
    position: absolute;
    top: -25px;
    width: 100%;
}

.officeMess {
    display: flex;
    justify-content: flex-start;
    padding: 30px 40px;
    padding-top: 55px;
}

.officeMess>div {
    flex: 1;
}

.officeMess .func {
    border-right: 3px solid #DFDFDF;
    padding-right: 70px;
}

.officeMess .phoneNum {
    padding-left: 70px;
}

.officeMess>div h6 {
    font-weight: 500;
    font-size: 16px;
    color: #004E23;
    padding-bottom: 5px;
}

.officeMess>div p {
    font-size: 14px!important;
    color: #333333!important;
    text-indent: 0!important;
    margin: 10px 0;
}

.xsjgBox {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    gap: 20px;
    flex-wrap: wrap;
}

.xsjgBox a {
    flex: 0 0 calc(50% - 10px);
    height: 87px;
    background: #E5EFE9;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size: 20px;
    color: #00612C;
    transition: all 0.5s;
    padding: 0 10px;
    text-align: center;
}

.xsjgBox a:hover {
    background: #01622D;
    color: #fff;
    transition: all 0.5s;
}

.rcpyBkBox a:nth-child(1n) {
    flex: 0 0 100%;
}

.rcpyBkBox a:nth-child(2n),
.rcpyBkBox a:nth-child(3n) {
    flex: 0 0 calc(50% - 10px);
}

.fwjgBox {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    gap: 0 24px;
    flex-wrap: wrap;
}

.fwjgBox .fwjgList {
    flex: 0 0 calc(50% - 12px);
}

.fwjgBox .fwjgList h6 {
    width: 100%;
    background: #E5EFE9;
    height: 40px;
    font-weight: bold;
    font-size: 16px;
    color: #006145;
    padding: 0 16px;
    line-height: 40px;
}

.fwjgBox .fwjgList .fwjgMess {
    padding: 10px 16px;
}

.fwjgBox .fwjgList .fwjgMess p {
    font-size: 14px!important;
    color: #333333!important;
    margin: 10px 0!important;
    text-indent: 0!important;
}

.sjyrBox>div {
    border-top: 5px solid #01622D;
    padding: 20px 0;
}

.sjyrBox>div h6 {
    font-weight: bold;
    font-size: 18px;
    color: #01622D;
    margin-bottom: 10px;
}

.sjyrBox .txtIntro p {
    font-size: 16px!important;
    color: #333333!important;
    margin: 5px 0!important;
    text-indent: 2em!important;
}

.sjyrBox .xwdtListBox .xwdtItem {
    width: 100%;
    display: flex;
    justify-content: space-between;
    height: 82px;
    background: #F5F5F5;
    margin-bottom: 10px;
    align-items: center;
    padding: 10px 30px;
    transition: all 0.5s;
    position: relative;
}

.sjyrBox .xwdtListBox .xwdtItem::before {
    content: "";
    display: block;
    width: 0;
    height: calc(100% - 20px);
    background: #e7e4af;
    border-radius: 0 10px 10px 0;
    position: absolute;
    left: 0;
}

.sjyrBox .xwdtListBox .xwdtItem span {
    flex-shrink: 0;
    font-size: 16px;
    color: #333333;
}

.sjyrBox .xwdtListBox .xwdtItem p {
    flex: 1;
    font-size: 16px;
    color: #333333;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

.sjyrBox .xwdtListBox .xwdtItem:hover {
    background: #01622D;
    transition: background 0.5s;
}

.sjyrBox .xwdtListBox .xwdtItem:hover::before {
    width: 10px;
    transition: width 0.5s;
}

.sjyrBox .xwdtListBox .xwdtItem:hover p,
.sjyrBox .xwdtListBox .xwdtItem:hover span {
    color: #fff;
}

.teamListBox {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    gap: 20px;
    flex-wrap: wrap;
}

.teamListBox a {
    flex: 0 0 calc(50% - 10px);
    padding: 20px;
    display: flex;
    justify-content: flex-start;
    gap: 0 20px;
    background: #F5F5F5;
}

.teamListBox a i {
    flex-shrink: 0;
    width: 158px;
    height: 212px;
}

.teamListBox a .teamCon {
    flex: 1;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 20px;
}

.teamListBox a .teamCon h4 {
    font-weight: bold;
    font-size: 22px;
    color: #333333;
}

.teamListBox a .teamCon h6 {
    font-weight: bold;
    font-size: 18px;
    color: #8B6D57;
}

.teamListBox a .teamCon h6 span {
    font-size: 16px;
    padding-left: 10px;
}

.teamListBox a .teamCon p {
    font-size: 14px;
    color: #333333;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    line-height: 22px!important;
}

.rcpyIntroItem {
    width: 100%;
    padding-bottom: 20px;
}

.rcpyIntroItem h6,
.fwjgH6 {
    width: 100%;
    background: url(../images/icon-list.png) no-repeat 20px center #E5EFE9;
    padding: 0 60px;
    height: 40px;
    font-weight: bold;
    font-size: 18px;
    color: #333333;
    line-height: 40px;
}

.fwjgH6 {
    margin: 20px 0;
    line-height: 50px;
    height: 50px;
}

.rcpyIntroItem p {
    font-size: 16px!important;
    color: #333333!important;
    margin: 10px 0!important;
    text-indent: 0!important;
}

.rcpyIntroItem .rcpyIntroItemCon {
    padding: 10px 30px;
}

.xsjgIntroItem {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    gap: 0 40px;
    align-items: center;
    margin-bottom: 100px;
}

.xsjgIntroItem:last-child {
    margin-bottom: 0;
}

.xsjgIntroItem h6 {
    border-radius: 50%;
    background: #01622D;
    color: #fff;
    font-size: 18px;
    flex-shrink: 0;
    width: 152px;
    height: 152px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    text-align: center;
    position: relative;
    z-index: 2;
}

.xsjgIntroItem .xsjgIntroItemTxt p {
    font-size: 16px!important;
    color: #333!important;
    margin: 10px 0!important;
    line-height: 28px!important;
    text-align: justify!important;
}

.xsjgIntroItem .xsjgIntroItemTxt p a,
.xsjgIntroItem .xsjgIntroItemTxt a {
    color: #01622D!important;
    text-decoration: underline!important;
}

.xsjgIntroBox {
    display: flex;
    flex-direction: column;
    position: relative;
}

.xsjgIntroBox::before {
    content: "";
    width: 0;
    height: 100%;
    border-left: 1px dashed #A2A7A4;
    position: absolute;
    left: 76px;
}

.sortBox {
    width: 100%;
    padding: 10px;
    background: #EDEDED;
}

.sortBox ul {
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: flex-start;
    gap: 20px;
}

.sortBox ul li {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    color: #333333;
    cursor: pointer;
}

.sortBox ul li a {
    color: #333;
    width: 100%;
    text-align: center;
}

.sortBox ul li.on,
.sortBox ul li:hover {
    color: #01622D;
    background: #E5EFE9;
    border-radius: 6px;
    border: 1px solid #187542;
    transition: all 0.5s;
}

.sortBox ul li.on a {
    color: #01622D;
}

.teacherItem {
    display: none;
    padding: 24px 0;
}

.teacherList {
    margin-bottom: 20px;
}

.teacherList>h6 {
    font-weight: bold;
    font-size: 18px;
    padding: 0 60px;
    height: 40px;
    line-height: 40px;
    background: url(../images/icon-list.png) no-repeat 20px center #E5EFE9;
}

.teacherName {
    display: flex;
    gap: 20px 30px;
    flex-wrap: wrap;
    margin: 10px 0;
    overflow: hidden;
    padding: 0 10px;
}

.teacherName a {
    flex: 0 0 calc(25% - 8px*3);
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px dashed #CFCFCF;
    padding: 10px 0;
}

.teacherName a h6 {
    font-size: 16px;
    color: #333333;
}

@font-face {
    font-family: fangzheng;
    src: url('../font/fangzheng.ttf');
}

.teacherName a h6 span {
    font-size: 14px;
    color: #666;
    padding-left: 18px;
    font-weight: normal;
    font-family: fangzheng;
}

.teacherName a i {
    display: block;
    border: 8px solid;
    border-color: transparent transparent transparent #EDEDED;
}

.teacherName a:hover {
    border-bottom-style: solid;
    border-bottom-color: #01622D;
    transition: all 0.5s;
}

.teacherName a:hover i {
    border-color: transparent transparent transparent #01622D;
}

.teacherName a:hover h6,
.teacherName a:hover span {
    color: #01622D;
}

.letter {
    background: #EDEDED;
    padding: 16px;
    margin: 25px 0;
}

.letter ul {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    gap: 6px;
    flex-wrap: wrap;
}

.letter ul li {
    background: #fff;
    font-weight: bold;
    font-size: 16px;
    color: #333333;
    padding: 0 8px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
}

.letter ul li+li {
    padding: 0 9px;
}

.letter ul li.on,
.letter ul li:hover {
    background: #01622D;
    color: #fff;
}

.teacherLetter {
    padding: 0;
}

.letterTeacher .teacherList {
    display: none;
}

.xsqbListBox {
    padding: 0 20px;
}

.xsqbListBox a {
    display: flex;
    width: 100%;
    gap: 40px;
    margin-bottom: 10px;
    padding: 15px 40px;
    height: 66px;
    background: #F5F5F5;
    align-items: center;
}

.xsqbListBox a span {
    font-size: 16px;
    color: #333333;
    flex-shrink: 0;
}

.xsqbListBox a h6 {
    font-weight: bold;
    font-size: 16px;
    color: #333333;
    display: flex;
    align-items: center;
    flex: 1;
    gap: 40px;
}

.xsqbListBox a h6::before {
    content: "";
    width: 3px;
    height: 45px;
    background: #D9D9D9;
    display: inline-block;
}

.xsqbListBox a:hover {
    background: #01622D;
    transition: background 0.5s;
}

.xsqbListBox a:hover span,
.xsqbListBox a:hover h6 {
    color: #fff;
}

.docListBox {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 24px;
}

.docListBox a {
    flex: 0 0 calc(50% - 12px);
    border: 1px solid #D7D7D7;
    min-height: 148px;
}

.docListBox a h6 {
    height: 40px;
    line-height: 40px;
    padding: 0 16px;
    background: #E5EFE9;
    font-weight: bold;
    font-size: 16px;
    color: #006145;
}

.docListBox a .doCon {
    padding: 0 16px;
}

.docListBox a .doCon p {
    font-size: 14px;
    color: #333333;
    margin: 16px 0;
}

.teacherDetail {
    display: flex;
    justify-content: space-between;
    gap: 50px;
}

.detailLeft {
    width: 298px;
    flex-shrink: 0;
    background: #F2F2F2;
}

.detailRight {
    flex: 1;
}

.teacherBass {
    width: 100%;
    background: #01622D;
    padding: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.teacherBass i {
    display: block;
    width: 100%;
    height: 255px;
    position: relative;
}

.teacherBass i::before {
    content: "";
    width: calc(100% - 10px);
    height: 10px;
    background: #133E26;
    position: absolute;
    left: 0;
    top: -10px;
}

.teacherBass i::after {
    content: "";
    height: calc(100%);
    width: 10px;
    background: #133E26;
    position: absolute;
    left: -10px;
    top: -10px;
}

.teacherBass h5 {
    font-weight: bold;
    font-size: 22px;
    color: #FFFFFF;
    margin-top: 20px;
}

.teacherBass p {
    font-size: 14px;
    color: #01622D;
    background: #F0FFF5;
    padding: 4px 10px;
    border-radius: 4px;
    display: inline-block;
    margin-top: 10px;
}

.contactMess {
    padding: 50px;
    padding-top: 0;
}

.contactMess p {
    font-size: 16px;
    color: #333333;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 40px 0;
}

.contactMess p:not(:last-child) {
    border-bottom: 1px solid #B4B4B4;
}

.contactMess p span {
    display: inline-block;
    font-weight: bold;
    font-size: 18px;
    color: #333333;
    background: url(../images/icon-yjcg.png) no-repeat left center;
    padding-left: 30px;
}

.contactMess p:nth-child(2) span {
    background-image: url(../images/iconPhone.png);
}

.contactMess p:nth-child(3) span {
    background-image: url(../images/iconMail.png);
}

.contactMess p:nth-child(4) span {
    background-image: url(../images/iconAdress.png);
}

.teaTit {
    width: 100%;
}

.teaTit ul {
    display: flex;
    justify-content: flex-start;
    gap: 10px;
    border-bottom: 8px solid #19904F;
}

.teaTit ul li {
    flex: 1;
    background: #E9E9E9;
    height: 68px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    color: #333333;
    cursor: pointer;
}

.teaTit ul li.on,
.teaTit ul li:hover {
    background: #01622D;
    color: #fff;
}

.teaConMess {
    margin: 50px 0;
    border-left: 1px dashed #BEBEBE;
    padding-left: 30px;
    display: none;
}

.teaConMess:first-child {
    display: block;
}

.teaConMess h4 {
    font-weight: bold;
    font-size: 18px;
    color: #01622D;
    margin: 15px 0;
    margin-left: -37px;
}

.teaConMess h4 span {
    font-size: 18px!important;
    color: #01622D!important;
}

.teaConMess p,
.teaConMess p span,
.teaConMess span {
    font-size: 16px!important;
    color: #333333!important;
    line-height: 2!important;
}

.teaConMess h4::before {
    content: "";
    width: 14px;
    height: 14px;
    background: #D0B065;
    border-radius: 50%;
    display: inline-block;
    margin-right: 20px;
}

.pageTab {
    padding: 25px 0;
    border-top: 1px solid #E7E4A9;
}

.pageTab a {
    font-size: 14px;
    color: #333333;
    display: block;
    margin: 5px 0;
}

.pageTab a::before {
    content: "";
    width: 7px;
    height: 7px;
    background: #D0B065;
    border-radius: 50%;
    display: inline-block;
    margin-right: 20px;
}

.yzzzBox {
    display: flex;
    justify-content: flex-start;
    gap: 30px;
}

.yzzzBox .yzzzPic {
    width: 32%;
    flex-shrink: 0;
}

.yzzzBox .yzzzPic img {
    width: 100%;
    display: block;
}

.yzzzBox .yzzzPic .name {
    padding: 20px 20px;
    background: #f4f6fb;
    color: #333;
    text-align: center;
    font-size: 20px;
}

.yzzzBox .yzzzCon {
    flex: 1;
    overflow: hidden;
}


/* åˆ†é¡µ */

.pageBox {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 10px 0;
}

.page {
    margin: 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: 0px 12px !important;
    height: 26px;
    line-height: 26px;
    width: 100%;
    display: inline-block;
    font-size: 14px;
}

.pagination>select {
    width: 60px;
}

.pagination>li>a.active {
    color: #01622D!important;
    border-color: #01622D;
}

@media screen and (max-width:1400px) {
    .center {
        width: 100%;
        padding: 0 20px;
    }
    .teacherDetail {
        gap: 20px;
    }
}

@media screen and (max-width:1300px) {
    .mainCon .left {
        width: 240px;
        padding: 10px 0;
    }
    .left ul li a {
        padding: 20px 0;
    }
    .advShadow h1 {
        font-size: 40px
    }
    .mainCon {
        gap: 30px;
    }
}

@media screen and (max-width:992px) {
    .left {
        display: none;
    }
    .mainCon .right {
        padding: 0 20px 40px 20px
    }
    .adv {
        height: 238px
    }
    main {
        margin-top: 0;
    }
    .bread,
    .bread a {
        color: #333;
    }
    .yzzzBox .yzzzPic {
        width: 38%;
    }
    .yzzzBox {
        align-items: center;
        flex-direction: column;
    }
    .yzzzBox {
        gap: 15px;
    }
}

@media screen and (max-width: 768px) {
    .teamListBox a i {
        width: 40%;
        height: 160px;
    }
    .teamListBox a .teamCon {
        gap: 5px;
    }
    .teamListBox a .teamCon h4 {
        font-size: 18px;
    }
    .teamListBox a .teamCon h4 {
        font-size: 16px;
    }
    .officeMess .func {
        padding-right: 25px;
    }
    .officeMess .phoneNum {
        padding-left: 25px;
    }
    .officeMess {
        padding: 30px 20px;
        padding-top: 55px;
    }
    .teacherName a {
        flex: 0 0 calc(50% - 15px);
    }
    .teacherDetail {
        flex-direction: column;
    }
    .detailLeft,
    .detailRight {
        width: 100%;
    }
    .contactMess {
        padding: 20px;
    }
    .teaTit ul {
        gap: 5px;
    }
    .teaTit ul li {
        height: auto;
        padding: 15px 0;
        font-weight: bold;
        font-size: 16px;
    }
}

@media screen and (max-width:554px) {
    .yzzzBox .yzzzPic {
        width: 80%;
    }
    .teamListBox a {
        flex: 0 0 100%;
    }
    .adv {
        height: 140px;
    }
    .advShadow h1 {
        font-size: 30px;
    }
    .xsjgBox a {
        flex: 0 0 calc(100%);
    }
    .fwjgBox .fwjgList {
        flex: 0 0 100%
    }
    .mailAdress {
        flex-direction: column;
    }
    .mailAdress i,
    .mailAdress .mailAdressR {
        width: 100%;
    }
    .mailAdress .mailAdressR {
        padding: 20px;
    }
    .officeMess {
        flex-direction: column;
    }
    .officeMess .func {
        padding-right: 0;
        border-right: 0;
    }
    .officeMess .phoneNum {
        padding-left: 0;
    }
    .teacherName a {
        flex: 0 0 calc(100%);
    }
    .teacherName {
        gap: 20px 0;
    }
    .sortBox ul {
        gap: 0;
    }
    .sortBox ul {
        height: 40px;
    }
    .sortBox ul li {
        font-size: 16px;
    }
    .docListBox a {
        flex: 0 0 100%;
    }
    .xsqbListBox {
        padding: 0;
    }
    .listImgCon .time {
        display: none;
    }
    .listImgItem {
        gap: 10px;
    }
    .listImgItem {
        padding: 0;
    }
    .rcpyBkBox a:nth-child(2n),
    .rcpyBkBox a:nth-child(3n) {
        flex: 0 0 100%;
    }
    .rcpyIntroItem .rcpyIntroItemCon {
        padding: 10px;
    }
    .sjyrBox .xwdtListBox .xwdtItem p {
        margin-right: 10px;
    }
    .sjyrBox .xwdtListBox .xwdtItem {
        padding-left: 10px;
    }
    .listTxtItem .time,
    .listTxtItem>p {
        padding: 0 10px;
    }
}