.content {
    width: 100%;
    background: #F5F5F5;
    padding-bottom: 50px;
}

.indexCenter {
    width: 1200px;
    margin: 0 auto
}

.adv {
    width: 100%;
    height: 18.54vw;
    background: url(../images/adv.png) no-repeat center/cover;
}

.adv .indexCenter {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.adv h4 {
    font-size: 58px;
    color: #2878B6;
    text-shadow: -1px -1px 0 #fff, /* 向左偏移1px、向上偏移1px的黑色阴影 */
    1px -1px 0 #fff, /* 向右偏移1px、向上偏移1px的黑色阴影 */
    -1px 1px 0 #fff, /* 向左偏移1px、向下偏移1px的黑色阴影 */
    1px 1px 0 #fff;
}

.contenBox {
    display: flex;
}

.leftNav {
    width: 220px;
    flex-shrink: 0;
    margin-right: 38px;
    margin-top: -60px;
}

.leftNav h4 {
    width: calc(100% + 15px);
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    background: url(../images/titBg.png);
    margin-left: -15px;
    padding-left: 15px;
}

.leftNav ul {
    background: #fff;
    padding-top: 20px;
}

.leftNav ul li {
    padding: 0 20px;
}

.leftNav ul li>a {
    display: block;
    width: 100%;
}

.leftNav ul li>a {
    background: url(../images/navList.png) no-repeat left center;
    padding: 20px 0;
    padding-left: 20px;
    font-size: 18px;
    color: #666;
}

.leftNav ul li.active {
    background-color: #D5E6F6;
}

.leftNav ul li.active>a {
    background-image: url(../images/navListAct.png);
    color: #015FA5;
}

.leftNav ul li dl {
    padding-bottom: 20px;
    /* display: none; */
}

.leftNav ul li dl dd a {
    display: flex;
    width: 100%;
    height: 36px;
    align-items: center;
    color: #015FA5;
    font-size: 16px;
    padding: 0 20px;
}

.leftNav ul li dl dd a.on {
    background: #fff;
    box-shadow: 0px 2px 4px 0px rgba(112, 112, 112, 0.25);
}

.rightCon {
    flex: 1;
    overflow: hidden;
}

.bread {
    padding: 25px 0;
    width: 100%;
    overflow: hidden;
    text-align: left;
    background: url(../images/icon-dress.png) no-repeat left center;
    padding-left: 20px;
}

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

.titTimeItem {
    background: #fff;
    display: block;
    margin-bottom: 20px;
    padding: 30px;
    padding-right: 90px;
    background: url(../images/listAdv.png) no-repeat calc(100% - 30px) 30px #fff;
}

.titTimeItem h6 {
    font-size: 18px;
    color: #333;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding-bottom: 20px;
}

.titTimeItem span {
    color: #666;
    font-size: 14px;
    background: url(../images/icon-time.png) no-repeat left center;
    padding-left: 20px;
}

.titTimeItem:hover h6 {
    color: #015FA5;
    font-weight: bold;
    transition: all ease-in-out 0.3s;
}

.xsbgList .resportMess {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.xsbgList .resportMess p {
    color: #666;
    font-size: 14px;
}

.xsbgList .titTimeItem h6 {
    padding-top: 10px;
}

.teacherList {
    display: flex;
    flex-wrap: wrap;
}

.teacherItem {
    flex: 0 0 20%;
    margin-right: 6.6%;
    margin-bottom: 50px;
    transition: all ease-in-out 0.3s;
}

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

.teacherItem i {
    display: block;
    width: 100%;
    height: 220px;
    overflow: hidden;
}

.teacherItem .teaCon {
    width: 100%;
    position: relative;
    background: #fff;
    padding-top: 20px;
    height: 68px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.teacherItem h6 {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -20px;
    width: calc(100% - 30%);
    height: 38px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 16px;
    background: #3A7EC2;
    border-radius: 6px;
    transition: all ease-in-out 0.3s;
}

.teacherItem .teaCon p {
    color: #333;
    font-size: 14px;
    padding: 4px;
    text-align: center;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* 显示的行数 */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.teacherItem:hover {
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    transition: all ease-in-out 0.3s;
}

.teacherItem:hover h6 {
    background: url(../images/nameBg.png) no-repeat center/cover;
    transition: all ease-in-out 0.3s;
}

.zzjgBox {
    background: #fff;
    padding: 45px 30px;
}

.bigTit {
    width: 236px;
    height: 42px;
    display: flex;
    align-items: center;
    padding: 0 20px;
    background: url(../images/secTitBg.png);
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}

.zzjgCon {
    text-align: center;
}

.zzjgCon img {
    max-width: 700px;
}

.lxwmBox {
    background: #fff;
    padding: 35px;
    display: flex;
    justify-content: flex-start;
    width: 100%;
    margin-top: 70px;
    overflow: hidden;
}

.lxwmBox i {
    flex-shrink: 0;
    margin-right: 4%;
    width: 468px;
    height: 340px;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.lxwmBox i img {
    width: 100%;
}

.lxwmMess {
    flex: 1;
}

.lxwmMess h6 {
    width: 100%;
    border-bottom: 3px solid #EBEBEB;
    text-align: center;
    padding: 14px 0;
    margin-bottom: 10px;
}

.lxwmMess h6 span {
    color: #333;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    background: url(../images/icon-lxwm.png) no-repeat left center;
    padding-left: 26px;
}

.lxwmMess p {
    color: #333;
    font-size: 16px;
    padding: 10px 0;
}

.lxwmMess p span {
    color: #0F58A1;
}

.formBox {
    width: 100%;
    padding: 20px;
    padding-bottom: 50px;
    background: url(../images/fromBg.png) no-repeat center top #fff;
}

.formBox .bread {
    padding: 15px 0;
    padding-left: 20px;
}

.formCon {
    box-shadow: inset 0px 6px 0px 0px #1A60A6, 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
    border-radius: 20px 20px 6px 6px;
    background: #fff;
    padding: 0 8%;
    overflow: hidden;
    padding-bottom: 20px;
}

.formCon h6 {
    color: #0D65B6;
    font-size: 28px;
    font-weight: bold;
    background: url(../images/formTit.png) no-repeat center;
    text-align: center;
    margin: 45px 0;
}

.formItem {
    width: 100%;
    overflow: hidden;
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
}

.formItem label {
    color: #202328;
    font-size: 20px;
    margin: 10px 0;
}

.formItem label span {
    color: #FF0505;
    margin-left: 4px;
}

.formItem label i {
    font-style: normal;
    font-size: 16px;
    color: #909090;
    margin-left: 6px;
}

.formItem input,
.formItem select {
    border: 1px solid #DDDDDD;
    border-radius: 6px;
    width: 100%;
    height: 56px;
    display: flex;
    align-items: center;
    padding: 16px;
    font-size: 20px;
    color: #333;
}

.formItem input:focus {
    outline-offset: -1px;
    outline-color: #0D65B6;
}

.formItem option {
    width: 100%;
}

.submit {
    width: 240px;
    height: 60px;
    background: linear-gradient(270deg, #224A86 0%, #3680BC 100%);
    box-shadow: 0px 2px 4px 0px rgba(39, 34, 34, 0.25);
    border-radius: 10px;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    margin: 40px auto;
    display: block;
    cursor: pointer;
}

.submit:hover {
    background: linear-gradient(270deg, #255090 0%, #3680BC 100%);
}

.jslBox h4 {
    width: 236px;
    height: 42px;
    background: linear-gradient(89deg, #015FA5 0%, rgba(248, 252, 255, 0) 100%);
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    padding-left: 22px;
    line-height: 42px;
    margin-bottom: 20px;
}

.category {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.category a {
    flex-basis: 46%;
    background: #fff;
    padding: 0 30px;
    height: 64px;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    transition: all ease-in-out 0.3s;
}

.category a.current,
.category a:hover {
    background: url(../images/fourTitBg.png) no-repeat center/cover;
    transition: all ease-in-out 0.3s;
}

.category a p {
    color: #333;
    font-size: 16px;
    background: url(../images/icon-arrow.png) no-repeat right center/contain;
    width: 100%;
}

.category a.current p,
.category a:hover p {
    color: #fff;
    background-image: url(../images/icon-arrow2.png);
}

.detailBox {
    background: #fff;
    padding: 10px 48px;
}

.intit {
    text-align: center;
    padding: 20px 0;
    border-bottom: 1px solid #E6E6E6;
}

.intit h3 {
    color: #333;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 8px;
}

.intime {
    display: flex;
    justify-content: center;
}

.intit span {
    color: #666;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    flex: revert;
}

.intit span+span {
    margin-left: 40px;
}

.introduceCon {
    margin: 15px 0;
}

.introduceCon colgroup {
    display: none;
}

.introduceCon p,
.introduceCon span {
    color: #333!important;
    font-size: 16px!important;
    text-indent: 2em!important;
    line-height: 2!important;
    font-family: "Microsoft YaHei"!important;
}

.introduceCon p {
    padding: 10px 0!important;
}

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

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

.detailCon p,
.detailCon span {
    color: #444!important;
}

.preNext {
    width: 100%;
    border-top: 1px solid #e5e5e5;
    padding: 15px 0;
}

.preNext a {
    display: block;
    padding: 8px 15px;
    color: #333;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: url(../images/home/icon-dot.png) no-repeat left center;
}

.introduceCon table {
    width: 100%!important;
    table-layout: fixed!important;
    border-collapse: collapse!important;
}

.introduceCon table tr td {
    padding: 4px 6px!important;
    color: #333!important;
    font-size: 16px!important;
    border: 1px solid #e5e5e5!important;
}


/*分页*/

.pagination,
.pages,
.pagesBox {
    display: flex;
}

.pagesBox {
    align-items: center;
    justify-content: center;
    margin: 30px 0;
}

.pagination i {
    font-style: normal;
    font-size: 14px;
    display: flex;
    align-items: center;
}

.pagination>span,
.pages li {
    border-radius: 4px;
    background-color: #fff;
    color: #333;
    cursor: pointer;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    margin: 0 4px;
    font-size: 14px;
}

.pages li a {
    color: #333;
    display: block;
    width: 100%;
    height: 100%;
}

.pages li span {
    display: block;
    width: 100%;
    height: 100%;
}

.pagination>span:hover,
.pages li:hover {
    background-color: #015FA5;
    color: #fff;
}

.pages li:hover a {
    color: #fff;
}

.pages li.selected,
.pages li.selected a {
    background-color: #015FA5;
    color: #fff;
}

.pageInfo {
    height: 32px;
    line-height: 32px;
    border: 1px solid #EDEDED;
    padding: 0 10px;
}

.pageInfo span {
    color: #333;
    font-size: 14px;
}

.jumpToPage {
    margin: 0 4px;
    width: 50px;
    border: 1px solid #EDEDED;
    text-align: center;
}

.jumpToPage:focus {
    outline-color: #015FA5;
    outline-offset: -1px;
    outline-style: solid;
    border-color: #015FA5;
    border-radius: 4px;
}

@media screen and (max-width: 1210px) {
    .indexCenter {
        width: 100%;
        padding: 0 20px;
    }
    .adv .indexCenter {
        align-items: center;
    }
    .adv h4 {
        font-size: 48px;
    }
}

@media screen and (max-width: 991px) {
    .leftNav {
        display: none;
    }
    .adv {
        height: 120px;
    }
    .adv h4 {
        font-size: 36px;
    }
    .pagesBox {
        flex-wrap: wrap;
    }
    .teacherItem {
        flex: 0 0 28%;
        margin-right: 7%;
    }
    .teacherItem:nth-child(3n) {
        margin-right: 0;
    }
    .teacherItem:nth-child(4n) {
        margin-right: 7%;
    }
    .lxwmBox {
        flex-direction: column;
        margin-top: 40px;
        padding: 20px;
    }
    .lxwmBox i {
        width: 90%;
        margin-right: 0;
        margin: 0 auto;
        height: 240px;
        overflow: hidden;
    }
    .lxwmBox i img {
        height: 100%;
        width: auto;
    }
    .formBox {
        padding: 0;
    }
    .formCon {
        margin-bottom: 20px;
    }
    .formCon h6 {
        margin: 30px 0
    }
    .formCon {
        padding: 0 5%;
    }
    .formItem label {
        font-size: 16px;
    }
    .formItem input,
    .formItem select {
        font-size: 16px;
    }
    .formItem label i {
        font-size: 14px;
    }
    .formItem input,
    .formItem select {
        height: 48px;
        padding: 10px 16px;
    }
    .detailBox {
        padding: 10px 20px;
    }
}

@media screen and (max-width: 768px) {}

@media screen and (max-width: 599px) {
    .teacherList {
        justify-content: center;
    }
    .teacherItem {
        flex: 0 0 70%;
        margin-right: 0%;
        margin-bottom: 30px;
    }
    .teacherItem:nth-child(2n) {
        margin-right: 0;
    }
    .teacherItem:nth-child(3n) {
        margin-right: 0;
    }
}