* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

strong,
b,
strong span,
b span {
    font-weight: bold!important;
}

.top {
    height: 100px;
    background: transparent;
}

.pd100 {
    padding: 0 100px;
    background-color: #fff;
}

.bgImg {
    width: 100%;
    height: 34.3vw;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
}

.bgImgMask {
    width: 100%;
    height: 100%;
    background: rgba(33, 33, 33, 0.65);
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bgImgMask h6 span {
    color: #fff;
    font-size: 36px;
    font-family: Source Han Sans CN-Medium, Source Han Sans CN;
}

.bgImgMask h6 span+span::before {
    content: "";
    width: 2px;
    height: 40px;
    background: #D9D9D9;
    display: inline-block;
    margin: -5px 30px;
}

.crumbs {
    color: #fff;
    font-size: 14px;
    position: absolute;
    text-align: right;
    bottom: 65px;
    left: 50%;
    margin-left: -700px;
}

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

.crumbs a:hover {
    color: #3A8FB7;
}

.navList {
    width: 100%;
    position: relative;
    height: auto;
    /* è®¾ç½®é«˜åº¦ä¸ºè‡ªé€‚åº” */
}

.navList ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background: #3A8FB7;
    height: 90px;
    margin-top: -45px;
}

.navList ul li {
    flex: 1;
    text-align: center;
    font-size: 22px;
    height: 100%;
}

.navList ul li>a {
    color: #fff;
    display: inline-block;
    width: 100%;
    line-height: 90px;
    position: relative;
}

.navList ul li.active,
.navList ul li:hover {
    background: linear-gradient(to bottom, #29CAED 0%, #298AB8 100%);
    transition: all ease-in-out 0.3s;
}

.navList ul li.active>a,
.navList ul li:hover>a {
    transition: all ease-in-out 0.3s;
    background: url(../images/liBg.png) no-repeat center right;
}

.navList ul li a span {
    position: relative;
    height: 100%;
    display: inline-block;
    width: auto;
}

.navList ul li.active a span::after,
.navList ul li:hover a span::after {
    content: "";
    width: 100%;
    height: 2px;
    background-color: #fff;
    display: block;
    bottom: 20px;
    position: absolute;
}

.commonLeft_T .thirNav {
    border-bottom: 2px solid #EAEAEA;
    padding: 20px 10px;
    position: absolute;
    top: 90px;
    width: 100%;
    text-align: left;
    left: 0;
    background-color: #fff;
    /* æ·»åŠ èƒŒæ™¯é¢œè‰² */
}

.commonLeft_T .thirNav a {
    color: #666;
    font-size: 20px;
    display: inline-block;
    padding-left: 25px;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-right: 14px;
}

.commonLeft_T .thirNav a.active,
.commonLeft_T .thirNav a:hover {
    transition: none;
    background: url(../images/icon-rollBule.png) no-repeat left center;
    color: #333;
}

.mobileZzjs {
    display: none;
}

.introduce {
    width: 100%;
    overflow: hidden;
    padding-bottom: 30px;
    padding: 0 100px;
    margin-bottom: 40px;
    background-color: #ffffff;
}

.introduce h6 {
    text-align: center;
    margin: 30px 0;
}

.introduce h6 span {
    color: #3A8FB7;
    font-size: 28px;
    font-weight: bold;
    background: url(../images/icon-home.png) left center no-repeat, url(../images/icon-home.png) right center no-repeat;
    display: inline-block;
    padding: 0 40px;
}

.introduce p {
    color: #333!important;
    font-size: 16px!important;
    line-height: 28px!important;
    text-indent: 32px!important;
    padding-bottom: 20px!important;
    background: none !important;
}

.introduce p.pImg {
    text-indent: 0;
    text-align: center;
}

.introduce p img {
    text-align: center!important;
}


/*ç»„ç»‡æž¶æž„*/

.organizeList {
    width: 100%;
    overflow: hidden;
    padding: 60px 100px;
    background: #fff;
}

.organizeList a {
    width: 31.5%;
    background: url(../images/orgBgBule.png) no-repeat top center #3b8fb7;
    height: 192px;
    padding-top: 62px;
    display: block;
    float: left;
    margin-bottom: 40px;
    margin-right: 2.5%;
    transition: all 0.3s linear;
}

.organizeList a:nth-child(3n) {
    margin-right: 0;
}

.orgCon {
    width: 100%;
    padding: 0 35px;
    display: flex;
    height: 100%;
    justify-content: center;
    flex-direction: column;
}

.orgCon h6 {
    color: #fff;
    font-size: 28px;
    margin-bottom: 10px;
}

.orgCon span {
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
}

.organizeList a:hover {
    background-size: 105%;
    transition: all 0.3s linear;
}

.organizeCon {
    width: 100%;
    overflow: hidden;
    /* margin: 30px 0; */
    background-color: #fff;
    padding: 30px 150px;
}

.organizeCon h6 {
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
}

.organizeCon h6 p {
    color: #3A8FB7;
    font-size: 30px;
    margin-bottom: 5px;
}

.organizeCon h6 span {
    color: #666;
    font-size: 16px;
}

.organizeCon a.back {
    color: #3A8FB7;
    font-size: 20px;
    display: block;
    margin: 40px 0;
}

.organizeCon a.back span {
    display: inline-block;
    font-size: 24px;
    transform: rotate(180deg);
    margin-right: 10px;
}

.organizeCon p {
    color: #333;
    font-size: 16px;
}

.organizeCon p {
    padding-bottom: 20px;
}

.orgConHead {
    width: 100%;
    background: linear-gradient(180deg, #49addd 0%, #3A8FB7 100%);
    padding: 0 40px;
    line-height: 76px;
    height: 76px;
    display: flex;
    justify-content: space-between;
}

.orgConHead h6 {
    font-size: 22px;
    color: #fff;
}

.yjjg {
    overflow: hidden;
    padding-top: 60px;
    padding-bottom: 60px
}

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

.yjjgBox a {
    color: #333!important;
    margin: 10px 0;
    font-size: 18px;
    display: block;
}

.yjjgBox a:hover {
    color: #000;
}

.lecturePlace {
    margin: 30px 0;
    line-height: 34px;
}

.lecturePlace p {
    color: #333;
    font-size: 18px;
}

.lectureMessItemBox {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
}

.lectureMessItem {
    width: 48%;
    background: #fff;
    box-shadow: 0 0 10px rgba(112, 112, 112, 0.07);
    border-radius: 26px 4px 4px 4px;
    display: flex;
    justify-content: flex-start;
    margin-bottom: 50px;
}

.lectureMessItem em {
    width: 173px;
    height: 237px;
    border-radius: 26px 8px 8px 8px;
    border: 2px solid #EBEBEB;
    display: block;
    flex-shrink: 0;
    overflow: hidden;
}

.lectureMessItem em img {
    width: 100%;
    height: auto;
}

.lectureItemRight {
    margin: 20px 20px 20px 30px;
    height: 194px;
    overflow-y: auto;
    padding-right: 10px;
}

.lectureItemRight h6 {
    color: #333;
    font-size: 20px;
    line-height: 36px;
}

.lectureItemRight p {
    color: #333;
    font-size: 14px;
    line-height: 22px;
    margin: 5px 0
}


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

.list,
.listSummery {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 60px;
}

.list ul li a {
    display: flex;
    height: 76px;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    transition: all ease-in-out 0.3s;
}

.list ul li+li a {
    border-top: 1px solid #dedede
}

.list ul li a p {
    color: #333;
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.list ul li a p::before {
    content: "";
    display: inline-block;
    background: #CDCDCD;
    height: 6px;
    width: 6px;
    border-radius: 50%;
    margin-right: 10px;
}

.list ul li a span {
    width: 100px;
    color: #666;
    flex-shrink: 0;
    margin-left: 20px;
}

.list ul li a:hover {
    background: #FFFFFF;
    box-shadow: 0px 4px 16px 0px rgba(52, 52, 52, 0.25);
    padding-left: 20px;
    border: none;
}

.listSummery a {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

.listSummery .listLeft {
    background: #fff;
    padding: 0 30px;
    overflow: hidden;
    width: 100%;
    box-shadow: 0px 0px 10px 0px rgba(52, 52, 52, 0.1);
}

.listSummery .listLeft h6 {
    margin: 20px 0;
    color: #333;
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: flex;
    line-height: 36px;
    justify-content: space-between;
}

.listSummery .listLeft h6 span {
    background: url(../images/icon-more.png) no-repeat right center;
    display: inline-block;
    color: #666;
    font-size: 14px;
    padding-right: 30px;
}

.listSummery .listLeft p {
    color: #333;
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    margin-bottom: 20px;
    width: 80%;
    line-height: 22px;
}

.listSummery .time {
    width: 52px;
    height: 76px;
    background: #3A8FB7;
    padding: 10px 5px;
    flex-shrink: 0;
}

.listSummery .time p {
    color: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 30px;
}

.listSummery .time p+p {
    font-size: 12px;
    border-top: 1px solid #fff
}


/* .listSummery a:hover .time {
    -webkit-animation-name: swing;
    animation-name: swing;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
} */

@keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }
    40% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }
    60% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }
    80% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }
    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

.listSummery a:hover .listLeft h6,
.listSummery a:hover .listLeft h6 span {
    color: #3A8FB7;
}

.listSummery a:hover .listLeft {
    box-shadow: 0px 4px 16px 0px rgba(59, 143, 183, 0.25);
}


/*å¸¦å›¾åˆ—è¡¨é¡µ*/

.listImg {
    padding: 40px 100px;
    width: 100%;
    overflow: hidden;
}

.listImg a {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 20px;
    padding: 20px;
    background: #fff;
    transition: all ease-in-out 0.3s;
    border: 1px solid #dedede;
}

.listImg a i {
    display: inline-block;
    width: 430px;
    height: 264px;
    overflow: hidden;
    flex-shrink: 0;
}

.listImg a i img {
    width: 100%;
}

.listImg a .listRightCon {
    margin: 0 40px;
    overflow: hidden;
}

.listImg a .listRightCon h6::before {
    color: #3A8FB7;
    padding-right: 10px;
    font-size: 18px;
}

.listImg a .listRightCon h6 {
    color: #333;
    font-size: 22px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 20px;
}

.listImg a .listRightCon span {
    color: #666;
    font-size: 14px;
    display: inline-block;
    margin: 28px 0;
    padding-left: 30px;
}

.listImg a .listRightCon p {
    color: #666;
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    line-height: 24px;
    width: 95%;
    padding-left: 30px;
    letter-spacing: 1px;
}

.listImg a:hover {
    background: #3A8FB7;
}

.listImg a:hover .listRightCon h6,
.listImg a:hover .listRightCon h6::before,
.listImg a:hover .listRightCon span,
.listImg a:hover .listRightCon p {
    color: #fff;
}


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

.letter {
    margin: 20px 0;
    background: #fff;
    display: flex;
    justify-content: flex-start;
    padding: 5px;
    position: relative;
    padding-bottom: 20px;
}

.letter p {
    color: #999;
    font-size: 12px;
    position: absolute;
    bottom: 20px;
    width: 100%;
    text-align: right;
    padding: 0 30px;
}

.letter span,
.letter a {
    display: inline-block;
    margin: 12px 12px;
    color: #333;
    font-size: 14px;
    padding: 2px 8px;
}

.letter span {
    flex-shrink: 0;
}

.letter a.active,
.letter a:hover {
    background: #3A8FB7;
    color: #fff;
}

.teamList {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding-top: 30px;
}

.teamList a {
    display: inline-block;
    margin-right: 60px;
    border-radius: 2px;
    overflow: hidden;
    margin-bottom: 30px;
    width: 248px;
}

.teamList a:nth-child(4n) {
    margin-right: 0;
}

.teamList a i {
    display: flex;
    width: 248px;
    height: 286px;
    overflow: hidden;
    justify-content: center;
    align-items: flex-start;
    background: #fff;
}

.teamList a .teamCon {
    height: 108px;
    overflow: hidden;
    padding: 15px 30px;
    background: #fff;
    position: relative;
    transition: all 0.3s ease-in-out;
    border: 1px solid #D2D2D2;
}

.teamList a i img {
    width: 100%;
    /* max-height: 100%; */
}

.teamList a .teamCon span {
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    background: #3A8FB7;
    color: #fff;
    width: 70px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    font-size: 24px;
    z-index: 10;
}

.teamList a .teamCon h6 {
    color: #333;
    font-size: 18px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* æ˜¾ç¤º2è¡Œ */
    -webkit-box-orient: vertical;
    /* åž‚ç›´æ–¹å‘ */
}

.lectureList a .teamCon h6 {
    font-size: 16px;
}

.teamList a .teamCon p {
    font-size: 18px;
    color: #666;
    margin-top: 10px;
}

.teamList a .teamCon::after {
    content: "";
    display: block;
    background: url(../images/teamBgBule.png) no-repeat bottom left;
    width: 0;
    height: 108px;
    position: absolute;
    right: 0;
    bottom: 0;
}

.teamList a:hover .teamCon {
    background: #3A8FB7;
    border: none
}

.teamList a:hover .teamCon::after {
    width: 149px;
    transition: width 0.6s ease-in-out;
}

.teamList a:hover .teamCon h6,
.teamList a:hover .teamCon p {
    color: #fff;
}

.teamList a:hover .teamCon span {
    background: transparent;
}

.lectureList a i img {
    width: 100%;
    height: auto;
}

.lectureList a:hover .teamCon h6 {
    padding-left: 0;
}

.pastNew a .teamCon {
    background: #3A8FB7;
    padding-right: 18px;
    border: none;
    padding: 0;
    overflow: inherit;
    height: 100px;
}

.pastCon {
    width: calc(100% - 18px);
    height: calc(100% + 10px);
    text-align: left;
    border-top-right-radius: 20px;
    padding-left: 18px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    background: #fff;
    position: absolute;
    bottom: 8px;
    flex-direction: column;
}

.pastNew a {
    position: relative;
    overflow: inherit;
}

.pastNew a::after {
    content: '';
    width: 8px;
    height: 50%;
    position: absolute;
    bottom: 0;
    left: -8px;
    background: #3A8FB7
}

.pastNew a:hover .pastCon h6,
.pastNew a:hover .pastCon p {
    color: #3A8FB7;
}


/*å›¢é˜Ÿè¯¦æƒ…é¡µ*/

.teamDetail {
    width: 100%;
    overflow: hidden;
    margin-bottom: 60px;
    background: #fff;
}

.teamIntroduce i {
    display: inline-block;
    width: 248px;
    height: 295px;
    flex-shrink: 0;
}

.teamIntroduce {
    padding: 30px 0;
    display: flex;
    justify-content: flex-start;
}

.teamIntroduce .rightcom {
    margin-left: 60px;
    padding: 30px 0;
}

.teamIntroduce .rightcom h6 {
    color: #333;
    font-size: 24px;
    color: #3A8FB7;
}

.teamIntroduce .rightcom p {
    margin: 20px 0;
    color: #333;
    font-size: 16px;
}

.teamDtailMess {
    padding-bottom: 40px
}

.teamDtailMess h6 {
    padding: 15px 40px;
    background: #3A8FB7;
    color: #fff;
    display: inline-block;
    font-size: 20px;
    margin: 20px 0;
}

.teamDtailMess p {
    color: #333;
    font-size: 16px!important;
    line-height: 28px!important;
    margin: 10px 0;
    text-indent: 32px!important;
}


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

.Detail {
    background-color: #fff;
    padding: 30px 150px;
}

.detailTit {
    width: 100%;
    border-bottom: 1px solid #DCDCDC;
    overflow: hidden;
    text-align: center;
    padding: 20px 0;
    margin-bottom: 20px;
}

.detailTit h6 {
    color: #333;
    font-size: 26px;
}

.detailTit span {
    color: #666;
    font-size: 16px;
    margin-top: 20px;
    display: block;
}

.Detail p,
.Detail p span {
    color: #333!important;
    font-size: 16px!important;
    line-height: 26px!important;
    text-indent: 32px!important;
    padding: 10px 0;
    font-family: "微软雅黑", Arial, sans-serif !important;
    background: none!important;
}

.Detail table {
    width: 80%!important;
    margin: 0 auto;
}

.Detail table td,
.Detail table th {
    text-align: center!important;
    border: 1px solid #333;
}

.Detail table td p,
.Detail table td span {
    text-indent: 0!important;
    text-align: center!important;
    font-size: 16px!important;
}

.Detail p img,
.Detail span img,
.Detail strong img {
    text-align: center!important;
    max-width: 100%!important;
}

.Detail section {
    text-align: center!important;
}

.detailRea {
    width: 100%;
    border-top: 2px solid #EAEAEA;
    overflow: hidden;
    padding: 30px 0;
}

.detailRea a {
    color: #333;
    font-size: 18px;
    float: left;
    max-width: 49%;
}

.detailRea a+a {
    float: right;
}

.detailRea a:hover {
    color: #3A8FB7;
}


/*åˆ†é¡µ*/

.page {
    width: 100%;
    overflow: hidden;
    margin: 30px 0;
    display: flex;
    height: 40px;
    justify-content: center;
    align-items: center;
}

.pagination li {
    display: contents;
}

.pagination li {
    display: inline-block;
    padding: 4px 10px;
    background: #e0ddde;
    color: #333;
    margin: 0 5px;
    color: #333;
}

.pagination li a,
.pagination li span {
    color: #333
}

.pagination {
    padding: 22px 0;
}

.pagination li.active {
    background: #3A8FB7;
    color: #fff;
}

.pagination li.active a,
.pagination li.active span {
    color: #fff
}

.pagination select {
    outline: none;
    border: 1px solid #e0ddde;
    padding: 4px 7px;
}

.teahcer_article_detail table {
    margin: 0 auto;
    width: 80%;
}

.teahcer_article_detail table p {
    text-align: center!important;
    text-indent: 0!important;
}

@media screen and (max-width:1400px) {
    .teamList {
        justify-content: flex-start;
        padding: 0 40px;
    }
    .teamList a {
        margin: 0 2%;
        margin-bottom: 30px;
        width: 21%;
    }
    .pd100 {
        padding: 0 40px;
    }
    .teamList a:nth-child(4n) {
        margin-right: inherit;
    }
    .navList ul li {
        font-size: 20px;
    }
}

@media screen and (max-width:1200px) {
    .introduce,
    .teamDetail {
        padding: 40px
    }
    .organizeList {
        padding: 40px;
    }
    .listImg {
        padding: 20px 40px;
    }
    .navList ul li {
        font-size: 18px;
    }
}

@media screen and (max-width:992px) {
    .lectureMessItem {
        width: 100%;
    }
    .teamList a {
        width: 29%;
    }
    .introduce,
    .teamDetail,
    .pd100 {
        padding: 20px
    }
    .orgConHead {
        height: 60px;
        line-height: 60px;
        padding: 0 20px;
    }
    .orgConHead h6 {
        font-size: 18px;
    }
    .organizeList {
        padding: 20px;
    }
    .listImg {
        padding: 20px 20px;
    }
    .introduce p img {
        width: 100%!important;
        height: auto!important;
    }
    /* .navList {
        display: none;
    } */
    .mobileZzjs {
        display: block;
    }
    .mobileZzjs .commonLeft_T .thirNav {
        position: initial;
    }
    .mobileZzjs .commonLeft_T .thirNav a {
        font-size: 16px;
        margin-right: 5px;
        padding-left: 20px;
    }
    .bgImgMask h6 span {
        font-size: 22px;
    }
    .bgImgMask h6 span+span::before {
        height: 30px;
        margin: -5px 15px;
    }
    .crumbs {
        width: 100%;
        padding: 0 20px;
        right: 0;
        left: auto;
        margin-left: 0;
        text-align: center;
        bottom: 20px;
    }
    .letter span,
    .letter a {
        margin: 2px;
    }
    .teamList {
        display: flex;
        justify-content: space-around;
    }
    .detailRea a {
        width: 100%;
        max-width: 100%;
        margin: 10px 0;
    }
    .introduce p.pImg img {
        max-width: 100%;
    }
    .introduce h6 span {
        font-size: 24px;
    }
    .listImg a .listRightCon {
        margin: 0 20px
    }
    /* .listImg a i {
        width: 360px;
        height: 194px;
    } */
    .listImg a {
        padding: 20px;
    }
    .orgCon h6 {
        font-size: 24px;
    }
    .organizeCon h6 p {
        font-size: 24px;
    }
    .organizeCon a.back {
        margin: 20px 0;
        font-size: 18px;
    }
    .listSummery .listLeft {
        padding: 15px;
    }
    .listSummery .listLeft h6 {
        margin: 10px 0
    }
    .listSummery .listLeft p {
        width: 100%;
        margin-bottom: 0;
    }
}

@media screen and (max-width:768px) {
    .listImg a {
        flex-direction: column;
        padding: 20px;
    }
    .teamList {
        justify-content: space-between;
    }
    .teamList a {
        width: 46%;
        height: 280px;
    }
    .teamList a i {
        width: 100%;
        height: 70%;
    }
    .teamList a .teamCon {
        height: 30%;
    }
    .teamList a .teamCon span {
        width: 50px;
        height: 30px;
        line-height: 30px;
    }
    .listImg a i {
        width: 100%;
        height: auto;
    }
    .listImg a i img {
        width: 100%;
    }
    .listImg a .listRightCon {
        margin: 0;
    }
    .listSummery a {
        margin-bottom: 20px;
    }
    .organizeCon p {
        padding: 4px 0;
    }
    .organizeCon a.back span {
        font-size: 19px;
        margin-right: 5px;
    }
    .organizeList {
        padding: 30px 0;
    }
    .organizeList a {
        width: 48%;
        margin-bottom: 20px;
        float: left;
    }
    .organizeList a:nth-child(even) {
        /* float: right; */
    }
    .organizeList a {
        margin-right: 0
    }
    .Detail img {
        width: 100%;
    }
    .listImg a .listRightCon span {
        margin: 20px 0
    }
    .letter {
        padding-bottom: 50px;
        padding-top: 20px;
    }
}

@media screen and (max-width:640px) {
    .organizeList a {
        width: 100%;
        float: inherit;
    }
    .crumbs a {
        font-size: 12px;
    }
    .crumbs {
        bottom: 10px;
        padding: 0 10px;
        font-size: 12px;
    }
    .bgImgMask h6 span {
        font-size: 18px;
    }
    .bgImgMask h6 span+span::before {
        height: 22px;
    }
    .teamIntroduce {
        flex-direction: column;
        padding-bottom: 0;
    }
    .teamIntroduce .rightcom {
        margin-left: 0;
        padding: 20px 0;
    }
    .teamIntroduce .rightcom h6 {
        font-size: 20px;
    }
    .teamIntroduce .rightcom p {
        margin: 10px 0;
        font-size: 16px;
    }
    .teamDtailMess h6 {
        margin: 10px 0;
        padding: 10px 30px;
        font-size: 18px;
    }
    .detailTit h6 {
        font-size: 20px;
    }
    .innerWrapper .logo {
        width: 200px;
    }
    .introduce h6 span {
        font-size: 20px;
        background: none;
        padding: 0;
    }
    .introduce h6 {
        margin: 20px 0;
    }
    .listImg a .listRightCon span {
        margin: 10px 0;
    }
    .organizeList a {
        width: 100%;
        clear: both
    }
    .navList ul {
        flex-wrap: wrap;
        flex-direction: column;
        height: auto;
        margin-top: 0
    }
    .navList ul li+li {
        width: 100%;
        border-top: 1px solid #007aa2
    }
    .navList ul li {
        width: 100%;
    }
    .navList ul li>a {
        line-height: 32px;
        font-size: 16px;
        padding: 6px 0;
    }
    .commonLeft_T .thirNav {
        position: initial;
        padding: 10px;
    }
    .commonLeft_T .thirNav a {
        font-size: 14px;
        margin-right: 5px;
    }
    .navList {
        height: auto!important
    }
}