@charset "utf-8";
* {
    margin: 0;
    padding: 0;
    list-style-type: none;
    box-sizing: border-box;
}

a,
img {
    border: 0;
}

body {
    font: 12px Arial, Helvetica, sans-serif, "新宋体";
}


/*body,html{height: 100%;}
*/

a {
    text-decoration: none;
}

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

.w1200 {
    width: 1180px;
    margin: 0 auto;
    word-break: break-all;
}

.posR {
    position: relative;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clear {
    clear: both;
}


/* flexslider */

.nav {
    width: 100%;
    height: 100px;
    background: #fff;
    padding: 25px 0;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10;
    box-shadow: 0px 4px 10px 0px rgb(174 10 41 / 12%);
}

.logo {
    float: left;
}

.navR {
    float: right;
    position: relative;
}

.navR>ul {
    float: left;
}

.navR>ul>li {
    float: left;
    position: relative;
    cursor: pointer;
    margin: 0 17px;
}

.navR>ul>li a b {
    color: #333;
    font-size: 16px;
    display: block;
    line-height: 50px;
    transition: color .3s;
    -moz-transition: color .3s;
    -ms-transition: color .3s;
    -o-transition: color .3s;
    -webkit-transition: color .3s;
}

.navR>ul>li>a::after {
    content: '';
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    border-radius: 3px;
    background: #E71A2F;
    transition: all .6s ease;
}

.navR>ul>li a.active:after,
.navR>ul>li a:hover:after {
    width: 100%;
}

.navR ul li ul {
    display: none;
    position: absolute;
    width: 180%;
    top: 50px;
    margin-left: -40%;
    padding: 10px 0;
}

.navR ul li ul li {
    background: #fff;
}

.navR ul li ul li a {
    display: block;
    width: 100%;
    text-align: center;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 8px 0;
    font-size: 14px;
}

.navR ul li ul li a:hover,
.title a:hover,
.newsList ul li:hover p,
.announceList ul li:hover h6,
.newsOne:hover h5,
.girdItem:hover h6,
.linkA a:hover {
    color: #e71a2f
}

.searchBox {
    margin: 20px 10px;
    background: url(../images/search.png) no-repeat center;
    border-radius: 15px;
    position: absolute;
    right: -64px;
    top: -10px;
    padding: 5px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    z-index: 20
}

.searchBox .inp_submit {
    width: 30px;
    height: 20px;
    border: none;
    outline: none;
    background: none;
    float: left;
    background: url(../images/search.png) no-repeat center;
    display: none;
    cursor: pointer;
}

.searchBox .inp_txt {
    width: 140px;
    height: 20px;
    color: #fff;
    font-size: 16px;
    float: left;
    border: none;
    outline: none;
    background: transparent;
    padding: 0 10px;
    display: none;
}

.searchAct {
    border: 1px solid #ddd;
    width: 182px;
    background: #291127;
    height: 30px;
}

.searchAct input {
    display: block!important;
}

.language,
.searchBox {
    float: left;
}

.language {
    margin-left: 40px;
}

.language a {
    color: #fff;
    font-size: 16px;
    margin: 0 4px;
    opacity: 0.5;
    line-height: 60px;
    position: relative;
}

.language a.active {
    opacity: 1;
}

.language a.active::after {
    content: '';
    height: 2px;
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 100%;
    background: #fff;
}


/*webTop*/

header {
    display: none;
    position: relative;
}

.wrapper {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    background: #fff;
    box-shadow: 0px 4px 10px 0px rgb(0 0 0 / 12%);
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.innerWrapper {
    position: relative;
}

.innerWrapper .logo {
    width: 300px;
    position: absolute;
    left: 0;
    top: 12px;
}

.innerWrapper .logo img {
    width: 100%;
}

.menuWrapper {
    float: right;
    width: 100%;
    position: relative;
    z-index: 99;
}

.menu-collapser {
    position: relative;
    width: auto;
    clear: both;
    margin: 25px 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display: block;
    overflow: hidden;
}

.collapse-button {
    position: relative;
    margin: 0;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
    float: right;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.collapse-button .icon-bar {
    display: block;
    width: 26px;
    height: 2px;
    margin: 5px 0 0 0;
    background: rgb(174, 10, 41);
    border-radius: 1px;
}

.menu {
    display: none;
    background: #fff;
    max-height: 350px;
    overflow-y: auto;
    text-align: left;
    overflow-x: hidden;
    -webkit-box-shadow: 0px 13px 25px -12px rgb(0 0 0 / 25%);
    -moz-box-shadow: 0px 13px 25px -12px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 13px 25px -12px rgb(0 0 0 / 25%);
}

.webSearch {
    border: 1px solid #e71a2f;
    border-radius: 15px;
    overflow: hidden;
    width: 80%;
    margin: 15px auto;
    background-color: #e19ca3;
}

.webSearch input {
    outline: none;
    border: none;
}

.inpTit {
    height: 15px;
    padding: 15px;
    width: 80%;
    float: left;
}

.inpSearch {
    width: 20%;
    float: left;
    background: url(../images/search.png) no-repeat center center;
    height: 15px;
    padding: 15px;
}

.menuOne>li {
    width: 100%;
    position: relative;
}

.menuOne>li>a {
    display: block;
    padding: 0 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    line-height: 40px;
    font-size: 15px;
    text-transform: capitalize;
    -o-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    color: #333;
}

.menuOne>li>a:before {
    background: #e71a2f;
    content: '';
    width: 0;
    height: 1px;
    position: absolute;
    bottom: -1px;
    left: 0;
    z-index: 1;
}

.menuOne>li.active>a:before,
.menuOne>li:hover>a:before {
    width: 100%;
    transition: all .3s ease-in-out;
}

ul.dropdown,
ul.dropdown2 {
    display: none;
    position: absolute;
    width: 100%;
    left: 0;
    top: 100%;
    z-index: 999;
    min-width: 200px;
    white-space: nowrap;
    background: #fff;
    -webkit-box-shadow: 0px 13px 25px -12px rgb(0 0 0 / 25%);
    -moz-box-shadow: 0px 13px 25px -12px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 13px 25px -12px rgb(0 0 0 / 25%);
}

.menuOne>li>ul.dropdown li {
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.04);
    text-align: left;
}

.menuOne ul.dropdown li a {
    width: 100%;
    background: none;
    padding: 0 0 0 25px;
    line-height: 40px;
    font-size: 13px;
    color: #777777;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    clear: both;
    position: relative;
    outline: 0;
    z-index: 1;
    transition-delay: 0.1s;
    -o-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}

.menuOne ul.dropdown li {
    position: relative
}

.menuOne ul.dropdown li a:before {
    content: none;
    width: 0;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.menuOne ul.dropdown li a:before {
    transition: all .3s ease-in-out;
}

.menuOne ul.dropdown li a:before {
    background: #ff3d51;
}

.menuOne ul.dropdown li:hover a {
    color: #777;
}

.menuOne ul.dropdown li:hover a:before {
    width: 100%;
}

.menuOne li .sub-toggle,
.menuOne li .sub-toggle2 {
    display: none;
    position: absolute;
    right: 15px;
    top: 22px;
    color: #181818;
    font-size: 15px;
    text-align: center;
    cursor: pointer;
    z-index: 9;
    font-size: 20px;
    color: #555;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.menuOne li .sub-toggle i {
    display: block;
    width: 100%;
    height: 100%;
}

.menuOne li .expend i {
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    /* IE 9 */
    -moz-transform: rotate(45deg);
    /* Firefox */
    -webkit-transform: rotate(45deg);
    /* Safari 和 Chrome */
    -o-transform: rotate(45deg);
    /* Opera */
}


/*footer*/

.footer {
    width: 100%;
    background: url(../images/botBg.png) no-repeat bottom right #CCC;
    padding: 45px 0;
    overflow: hidden;
}

.footer .rows {
    width: 25%;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 0px;
    word-break: break-all;
}

.introduceWeb p {
    color: #333;
    font-size: 14px;
    line-height: 28px;
    text-align: justify;
    word-spacing: -4px;
}

.introduceWeb p+p {
    color: #666;
    padding-top: 10px;
}

.introduceWeb a {
    display: block;
    padding-bottom: 10px;
}

.botTitle {
    font-size: 18px;
    color: #AE0A29;
    padding-bottom: 30px;
}

.botTitle span {
    color: #333333!important;
    font-size: 14px;
    text-transform: uppercase;
}

.linkA a {
    display: block;
    color: #333;
    font-size: 14px;
    line-height: 38px;
}

.contact p {
    font-size: 16px;
    color: #AE0A29;
    line-height: 30px;
}

.contact p i {
    color: #e71a2f;
    margin-right: 2px;
}

.contact span {
    font-size: 14px;
    color: #333;
    line-height: 30px;
}

.fllow .code {
    width: 100%;
    text-align: center;
    float: left;
}

.fllow .code p {
    display: block;
}

.fllow .code span {
    font-size: 12px;
    color: #333;
    display: block;
    padding: 0 10px;
}


/*banner*/

.banner {
    width: 100%;
    height: 660px;
    overflow: hidden;
    margin-top: 100px
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.banner .swiper-slide,
.videoBanner .swiper-slide {
    background-position: center center;
}

.swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 80px!important;
}


/*main*/

.section {
    width: 100%;
    overflow: hidden;
}

.sectionBg2 {
    background: url(../images/bg2.png) repeat-y center top;
}

.tit {
    font-size: 32px;
    font-weight: bold;
    color: #000100;
    text-align: center;
    padding: 50px 0;
}

.viewMore {
    font-size: 14px;
    color: #666;
    line-height: 32px;
    text-align: center;
    display: block;
    padding-bottom: 50px;
    padding-top: 20px;
    clear: both;
}

.viewMore .iconfont {
    color: #fd4a58;
    padding-right: 2px;
}

.viewMore:hover {
    color: #AE0A29
}

.researchBox {
    width: 100%;
}

.research {
    width: 49%;
    float: left;
    background: #fff;
    height: 140px;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
    border-radius: 16px;
    padding: 20px;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    cursor: pointer;
}

.research:nth-child(even) {
    float: right;
}

.leftRoll {
    width: 80px;
    height: 80px;
    background-color: rgba(174, 10, 41, 0.2);
    border-radius: 50%;
}

@keyframes twinkling {
    0% {
        opacity: 0.8;
        transform: scale(1);
    }
    50% {
        opacity: 1;
        transform: scale(1.12);
    }
    100% {
        opacity: 0.8;
        transform: scale(1);
    }
}

.roll2 {
    width: 66px;
    height: 66px;
    background-color: rgba(174, 10, 41, 1);
    border-radius: 50%;
    margin: 7px 0 0 7px;
    text-align: center;
    line-height: 66px
}

.leftRoll .iconfont {
    font-size: 36px;
    color: #fff;
}

.research .iconfont:before {
    content: "\e8a4";
}

.research+.research .iconfont:before {
    content: "\e8ad";
}

.research+.research+.research .iconfont:before {
    content: "\e8a3";
}

.research+.research+.research+.research .iconfont:before {
    content: "\e8b3";
}

.research+.research+.research+.research+.research .iconfont:before {
    content: "\e8ac";
}

.research+.research+.research+.research+.research+.research .iconfont:before {
    content: "\e86a";
}

.research:hover h6 {
    color: rgba(174, 10, 41, 1);
}

.research:hover .leftRoll {
    animation: twinkling 1s infinite ease-in-out;
    animation-fill-mode: both;
}

.boxRight {
    width: 80%;
    margin-left: 20px;
}

.boxRight h6 {
    font-size: 18px;
    color: #333;
    line-height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.boxRight p {
    line-height: 26px;
    font-size: 14px;
    color: #999;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}


/*数字人文*/

.numberAdd {
    width: 1180px;
    margin: 0 auto;
    margin-top: -50px;
    overflow: hidden;
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    height: 120px;
    background: #AE0A29;
    position: relative;
    z-index: 2;
    display: none;
}

.numberItem {
    width: 25%;
    background: #e00d34;
    float: left;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.numberItem+.numberItem {
    background: #c70c2e;
}

.numberItem+.numberItem+.numberItem {
    background: #ae0a29;
}

.numberItem+.numberItem+.numberItem+.numberItem {
    background: #940922;
}

.numberItem i {
    font-size: 45px;
    color: #fff;
    padding-right: 20px;
    display: none;
}

.numberItem img {
    margin-right: 20px;
    font-size: 45px;
}

.numberItem span {
    color: #fff;
    font-size: 30px;
    font-weight: 500;
}

.numberItem>img {
    height: 38px;
    width: 38px;
    display: none;
}

.numberItem:hover i {
    animation: twinkling 1s infinite ease-in-out;
    animation-fill-mode: both;
}

.numberItem:hover img {
    animation: twinkling 1s infinite ease-in-out;
    animation-fill-mode: both;
}


/*讲座信息*/

.sectionBg {
    background: url(../images/bg.png) no-repeat center bottom #6f0c13;
    background-attachment: fixed;
}

.sectionBg .tit {
    color: #fff;
}

.sectionBg .viewMore,
.sectionBg .viewMore .iconfont {
    color: #fff;
}

.classMess {
    width: 100%;
}

.classItem {
    width: 32%;
    float: left;
    margin-right: 2%;
    margin-bottom: 30px;
    background: #FFFFFF;
    border-radius: 6px;
    padding: 20px 30px;
    height: 220px;
}

.classItem h6 {
    color: #333;
    font-size: 18px;
    line-height: 30px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.classItem p {
    font-size: 14px;
    color: #333;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.classItem p span {
    color: #AE0A29
}

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


/*通知 新闻*/

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

.newsBox {
    width: 66%;
    float: left;
}

.noticeBox {
    width: 32%;
    float: right;
}

.biaoti {
    width: 100%;
    overflow: hidden;
    padding: 20px 0;
}

.biaoti h6 {
    font-size: 26px;
    color: #333;
    font-weight: bold;
    float: left;
}

.biaoti a.viewMore {
    float: right;
    padding: 0;
    clear: inherit;
}

.newsConImg {
    float: left;
    width: 49%;
    display: block;
}

.newsConTxt {
    float: right;
    width: 49%;
}

.newsConImg {
    height: 480px;
    background: #FFFFFF;
    border: 1px solid #DBDBDB;
    border-radius: 8px;
    overflow: hidden;
}

.ConTxt {
    padding: 20px;
}

.imgbox {
    width: 100%;
    height: 250px;
}

.imgbox img {
    margin: 0;
    width: 100%;
    border-radius: 8px;
}

.newsConImg .time,
.newsConTxt .time {
    color: #ae0a29;
    font-size: 16px;
}

.newsConImg h6,
.newsConTxt h6 {
    font-weight: 500;
    color: #333333;
    line-height: 30px;
    font-size: 18px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    padding: 5px 0;
}

.newsConImg p,
.newsConTxt p {
    color: #999999;
    line-height: 26px;
    font-size: 14px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

.newsConTxt {
    height: 480px;
}

.newsConTxt a {
    display: block;
    border: 1px solid #DBDBDB;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 20px;
    height: 230px;
}

.newsConTxt a+a {
    margin-bottom: 0;
}

.notice {
    width: 100%;
    height: 480px;
}

.notice ul li {
    width: 100%;
    border-bottom: 1px solid #DBDBDB;
    border-top: 1px solid #DBDBDB;
    padding: 15px 0;
}

.notice ul li+li {
    border-top: none;
}

.notice ul li a p {
    background-color: rgba(174, 10, 41, 0.2);
    border-radius: 12px 12px 2px 12px;
    z-index: 1;
    position: relative;
    width: 90px;
    height: 24px;
    margin-top: 2px;
}

.notice ul li a p span {
    background-color: rgba(174, 10, 41, 1);
    border-radius: 12px 12px 2px 12px;
    z-index: 47;
    height: 24px;
    width: 90px;
    position: absolute;
    left: -2px;
    top: -3px;
    color: #fff;
    text-align: center;
    line-height: 24px;
    font-size: 14px;
    font-weight: bold;
}

.notice ul li a h6 {
    font-weight: 500;
    color: #333333;
    line-height: 26px;
    font-size: 16px;
    margin-top: 10px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.newsConTxt a,
.newsConImg,
.notice li {
    transition: all 0.3s ease-in-out;
}

.newsConTxt a:hover h6,
.newsConImg:hover h6,
.notice li:hover h6 {
    color: #ae0a29;
}

.newsConTxt a:hover,
.newsConImg:hover {
    border-color: #ae0a29
}

.notice li:hover {
    border-bottom-color: #ae0a29
}


/*noticeList*/

.listMain {
    width: 100%;
    padding: 20px 0;
    overflow: hidden;
}

.advertise {
    width: 100%;
    height: 280px;
    background: url(../images/adv.png) no-repeat center;
    margin-top: 100px;
}

.advertise .w1200 {
    position: relative;
    height: 100%;
}

.advertise h6 {
    position: absolute;
    bottom: 20px;
    right: 0;
    color: #fff;
    font-size: 14px;
}

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

.leftNav {
    width: 22%;
    float: left;
}

.leftNav h5 {
    width: 100%;
    background: url(../images/titBg.png) no-repeat right #C70C2E;
    height: 80px;
    text-align: center;
    line-height: 80px;
    color: #fff;
    font-size: 28px;
}

.leftNav ul li {
    background: #EBEBEB;
    padding: 0 15px;
}

.leftNav ul li+li {
    border-top: 1px solid #CCCCCC;
}

.leftNav ul li a {
    display: inline-block;
    padding: 20px 0;
    width: 100%;
    text-align: center;
    color: #333;
    font-size: 16px;
}

.leftNav ul li.active>a {
    color: #C70C2E;
}

.leftNav ul li dl {
    background: #fff9f9;
}

.leftNav ul li dl dd a {
    color: #333;
    padding: 15px 0;
    font-size: 15px;
}

.leftNav ul li dl dd a.active {
    color: #C70C2E
}

.rightCon {
    width: 74.5%;
    float: right;
    padding-bottom: 30px;
}

.textTimeBox ul li {
    width: 100%;
    padding: 20px;
    overflow: hidden;
    background: #F5F0F0;
    margin-bottom: 20px;
    transition: all 0.3s ease-in-out;
}

.textTimeBox ul li i {
    padding: 1% 2%;
    px;
    border: 1px solid #E71A2F;
    border-radius: 6px;
    font-style: normal;
    display: inline-block;
    text-align: center;
    float: left;
    transition: all 0.3s ease-in-out;
}

.textTimeBox ul li i p {
    font-size: 40px;
    font-family: Times New Roman;
    font-weight: bold;
    color: #E71A2F;
    line-height: 36px;
}

.textTimeBox ul li i span {
    font-size: 18px;
    line-height: 30px;
    color: #E71A2F;
    display: block;
}

.textTimeBox ul li .txtRight {
    float: left;
    width: 86%;
    padding: 0 0 0 30px
}

.textTimeBox ul li .txtRight h6 {
    font-size: 20px;
    color: #333333;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.textTimeBox ul li .txtRight p {
    font-size: 14px;
    color: #999999;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: ;
    overflow: hidden;
}

.textTimeBox ul li:hover i {
    background: #E71A2F;
}

.textTimeBox ul li:hover i p,
.textTimeBox ul li:hover i span {
    color: #fff;
}

.textTimeBox ul li:hover h6 {
    color: #E71A2F;
}

.imgTxtBox ul li {
    background: #F5F0F0;
    margin-bottom: 20px;
    height: 180px;
    transition: all 0.3s ease-in-out
}

.imgTxtBox ul li .img {
    width: 32%;
    height: 180px;
    float: left;
    overflow: hidden;
}

.imgTxtBox ul li .img img {
    width: 100%;
}

.imgTxtBox ul li .text {
    padding: 10px 30px;
    float: left;
    width: 68%;
}

.imgTxtBox ul li .text span {
    font-size: 18px;
    line-height: 40px;
    color: #AE0C2A;
    font-weight: bold;
    font-family: Times New Roman;
}

.imgTxtBox ul li .text h6 {
    font-size: 20px;
    line-height: 30px;
    color: #533335;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.imgTxtBox ul li .text a {
    display: block;
    width: 109px;
    height: 32px;
    border: 1px solid #C70C2E;
    border-radius: 16px;
    color: #C70C2E;
    font-size: 14px;
    text-align: center;
    line-height: 32px;
    margin-top: 15px;
}

.imgTxtBox ul li:hover {
    box-shadow: 0px 4px 10px 0px rgb(174 10 41 / 12%);
}

.imgTxtBox ul li:hover a {
    background: #C70C2E;
    color: #fff;
}


/*teacher*/

.teacherBox {
    width: 100%;
}

.teacherBox ul li {
    width: 49%;
    padding: 20px;
    background: #fff;
    box-shadow: 0px 10px 16px 0px rgba(9, 2, 4, 0.1);
    border-radius: 4px;
    height: 240px;
    margin-bottom: 30px;
}

.teacherBox ul li:nth-child(odd) {
    float: left;
}

.teacherBox ul li:nth-child(even) {
    float: right;
}

.teacherBox ul li i.picBox {
    width: 38%;
    height: 100%;
    float: left;
    display: flex;
    overflow: hidden;
    align-items: center;
    justify-content: center;
}

.teacherBox ul li i.picBox img {
    height: 100%;
}

.teacherBox ul li .txtRight {
    width: 56%;
    float: right;
    position: relative;
    height: 100%;
}

.teacherBox ul li .txtRight h6 {
    font-size: 22px;
    font-weight: 400;
    color: #333333;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-bottom: 10px;
}

.teacherBox ul li .txtRight h6 i {
    font-size: 16px;
    font-weight: 400;
    color: #999999;
    line-height: 30px;
    font-style: normal;
    margin-left: 10px;
}

.teacherBox ul li .txtRight p {
    font-size: 14px;
    font-weight: 400;
    color: #999999;
    line-height: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

.teacherBox ul li .txtRight span {
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 14px;
    font-weight: 400;
    color: #E71A2F;
}


/*简介*/

.introduceBox {
    width: 100%;
    overflow: hidden;
}

.introduceBox .img {
    background: #EBEBEB;
    padding: 20px;
    text-align: center;
    text-indent: 0;
}

.introduceBox .img img {
    width: 100%;
}

.introduceBox p {
    font-size: 16px;
    color: #333;
    line-height: 32px;
    text-indent: 32px;
    padding-top: 30px;
}


/*displaynews*/

.commonDetail {
    width: 100%;
    overflow: hidden;
}

.detailTitle {
    padding: 15px 0;
    text-align: center;
    border-bottom: 1px solid #ccc;
}

.detailTitle h5 {
    font-size: 24px;
    color: #333333;
    line-height: 32px;
}

.detailTitle span {
    color: #999999;
    line-height: 36px;
    font-size: 14px;
}

.deailTxt {
    padding: 30px 0;
}

.deailTxt p {
    font-size: 15px!important;
    color: #333!important;
    line-height: 26px!important;
    padding-top: 20px;
}


/*.deailTxt strong{
	font-size: 15px;
	color: #C70C2E;
	line-height: 26px;
	text-indent: 30px;
	padding-top: 20px;
	display: block;
}*/

.teacherDetail .teacherItem {
    height: auto;
    /* box-sizing: border-box; */
    overflow: hidden;
}

.teacherDetail .teacherItem .txtRight p {
    -webkit-line-clamp: 10;
}

.teacherDetail .teacherItem i.picBox img {
    height: auto;
    width: 100%;
}

.deailTxt p img,
.deailTxt img {
    max-width: 100%!important;
}

.deailTxt section {
    width: 100%!important;
}


/*teacherdetail*/

.teacherItem {
    width: 100%;
    padding: 20px;
    background: #fff;
    box-shadow: 0px 10px 16px 0px rgba(9, 2, 4, 0.1);
    border-radius: 4px;
    height: 240px;
    margin-bottom: 30px;
}

.teacherItem i.picBox {
    width: 18%;
    height: 100%;
    float: left;
    display: flex;
    overflow: hidden;
    align-items: center;
    justify-content: center;
}

.teacherItem i.picBox img {
    height: 100%;
}

.teacherItem .txtRight {
    width: 78%;
    float: right;
    position: relative;
    height: 100%;
}

.teacherItem .txtRight h6 {
    font-size: 22px;
    font-weight: 400;
    color: #333333;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-bottom: 10px;
}

.teacherItem .txtRight h6 i {
    font-size: 16px;
    font-weight: 400;
    color: #999999;
    line-height: 30px;
    font-style: normal;
    margin-left: 10px;
}

.teacherItem .txtRight p {
    font-size: 14px;
    font-weight: 400;
    color: #999999;
    line-height: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

.teacherItem .txtRight span {
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 14px;
    font-weight: 400;
    color: #E71A2F;
}

.teacherDetail h6 {
    font-size: 16px;
    color: #c70c2e;
    line-height: 26px;
    margin-top: 22px;
    font-weight: bold;
}

.teacherDetail p {
    font-size: 16px;
    color: #333;
    line-height: 26px;
}


/*page*/

.pagination {
    position: relative;
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
}

.pagination li {
    display: inline-block;
    margin: 0 5px;
}

.pagination li a,
.pagination li span {
    position: relative;
    float: left;
    padding: 6px 12px;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
}

.pagination .disabled a,
.pagination .disabled a:focus,
.pagination .disabled a:hover,
.pagination .disabled span,
.pagination .disabled span:focus,
.pagination .disabled span:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
}

.pagination .active>a,
.pagination .active>a:focus,
.pagination .active>a:hover,
.pagination .active span,
.pagination .active span:focus,
.pagination .active span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #E71A2F;
}


/*webstyle*/

@media (max-width: 1346px) {
    .navR>ul>li {
        margin: 0 15px;
    }
    .searchBox {
        right: 0;
    }
    .navR>ul {
        margin-right: 60px;
    }
}

@media (max-width: 1180px) {
    .nav {
        display: none;
    }
    header {
        display: block;
    }
    ul.dropdown,
    ul.dropdown {
        position: static;
        width: 100%;
    }
    .menuOne li .sub-toggle,
    .menuOne li .sub-toggle2 {
        display: block;
        width: 50px;
        right: 0;
        line-height: 40px;
        top: 0;
        border-left: solid 1px rgba(0, 0, 0, 0.05);
    }
    .banner {
        height: 320px;
        margin-top: 70px;
    }
    .banner .swiper-slide,
    .videoBanner .swiper-slide {
        background-size: cover;
    }
    .swiper-container-horizontal>.swiper-pagination-bullets {
        bottom: 10px!important;
    }
    .numberAdd {
        width: 100%;
        margin-top: 0;
    }
    .w1200 {
        padding: 0 20px;
        width: 100%;
    }
    .advertise {
        margin-top: 70px;
    }
    .advertise h6 {
        right: 20px;
    }
    /*footer*/
    .footer {
        padding: 40px 0;
        background-color: #ccc;
        height: auto;
        overflow: hidden;
    }
    .footer .rows {
        width: 50%;
        justify-content: left
    }
    .footer .rows+.rows {
        justify-content: right
    }
    .footer .rows+.rows+.rows+.rows {
        justify-content: right
    }
    .footer .rows+.rows+.rows {
        padding-top: 20px;
        justify-content: left
    }
}

@media (max-width: 960px) {
    .banner {
        height: 260px;
    }
    .numberItem span {
        font-size: 24px;
    }
    .numberItem i {
        font-size: 40px
    }
    .title h5 p,
    .classIntroduce h5 {
        font-size: 24px;
    }
    .title h5 span {
        display: none;
    }
    .newsBox,
    .noticeBox {
        width: 100%;
        float: inherit;
    }
    .research {
        width: 100%;
        float: inherit;
        margin-bottom: 20px;
        height: auto;
        padding: 10px;
    }
    .classItem {
        width: 100%;
        float: inherit;
    }
    .newsConImg {
        height: auto;
        float: inherit;
        width: 100%;
        margin-bottom: 20px;
    }
    .imgbox {
        height: auto;
    }
    .newsConTxt {
        height: auto;
        width: 100%;
    }
    .tit {
        padding: 20px 0;
    }
    .viewMore {
        padding-top: 0;
        padding-bottom: 20px;
    }
    .sectionWhite {
        padding-top: 10px
    }
    .tit {
        font-size: 26px;
    }
    .numberAdd {
        height: auto;
        border-radius: 0;
    }
    .numberItem {
        padding: 20px 0;
    }
    .numberItem i {
        font-size: 20px;
        padding-right: 10px;
    }
    .numberItem span {
        font-size: 16px;
        font-weight: normal;
    }
    .leftRoll {
        width: auto;
        height: auto;
        background: none;
    }
    .roll2 {
        margin: 0;
        border: 5px solid #efced4;
        line-height: 56px;
    }
    .boxRight {
        margin-left: 10px
    }
    /*footer*/
    .footer .rows {
        width: 100%;
    }
    .footer .rows,
    .footer .rows+.rows,
    .footer .rows+.rows+.rows,
    .footer .rows+.rows+.rows+.rows {
        justify-content: left;
    }
    .footer .rows+.rows,
    .footer .rows+.rows+.rows,
    .footer .rows+.rows+.rows+.rows {
        padding-top: 20px;
    }
    .innerWrapper .logo {
        width: 220px;
        top: 18px;
    }
    .botTitle {
        padding-bottom: 10px;
    }
    .title a.blockMore {
        transform: scale(0.8);
    }
    .news {
        margin-top: 10px;
    }
    .introduceWeb a {
        padding-bottom: 10px;
    }
    /*listpage*/
    .leftNav {
        display: none;
    }
    .rightCon {
        float: inherit;
        width: 100%;
    }
    .advertise {
        height: 220px;
        background-size: cover;
    }
    .teacherItem i.picBox {
        width: 20%;
    }
}

@media (max-width: 768px) {
    .imgTxtBox ul li .img {
        display: none;
    }
    .imgTxtBox ul li .text {
        width: 100%;
        float: inherit;
    }
    .imgTxtBox ul li {
        height: auto;
    }
    .imgTxtBox ul li .text h6 {
        -webkit-line-clamp: inherit;
        font-size: 18px;
    }
    .textTimeBox ul li i {
        display: none;
    }
    .textTimeBox ul li .txtRight {
        float: inherit;
        width: 100%;
        padding: 0;
    }
    .textTimeBox ul li .txtRight h6 {
        font-size: 18px;
    }
    .teacherItem .txtRight p {
        -webkit-line-clamp: inherit;
    }
    .teacherItem .txtRight span {
        position: inherit;
    }
    .teacherItem {
        height: auto;
        overflow: hidden;
    }
    .teacherItem i.picBox {
        width: 100%;
    }
    .teacherItem .txtRight {
        width: 100%
    }
    .teacherBox ul li {
        width: 100%;
    }
    .detailTitle h5 {
        font-size: 20px;
        line-height: 28px
    }
    .advertise {
        height: 160px;
    }
}