@charset "utf-8";
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    height: 100%;
}

body {
    font-family: "微软雅黑" !important;
    background-color: #fff;
    font-size: 14px;
    height: 100%;
}

a,
a:hover {
    text-decoration: none !important;
    outline: none;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

.clearfix {
    zoom: 1;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.common_width {
    width: 1200px;
    margin: 0 auto;
}

body ul,
body p {
    margin: 0;
}

ul>li {
    list-style-type: none;
}

img {
    border: none;
    outline: none;
}

input {
    outline: none;
    border: 0;
    font-family: "微软雅黑" !important;
    background: none;
}

input[type="button"],
input[type="submit"],
input[type="reset"] {
    -webkit-appearance: none;
}


/*清除苹果按钮样式*/

.btn:focus {
    outline: none !important;
}

@font-face {
    font-family: "KabelCBook";
    src: url(KabelC-Book.otf);
}

::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #fff;
}

::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background: rgba(0, 0, 0, 0.2);
}


/*------LESS------*/

.bd_weixin_popup {
    box-sizing: content-box;
    padding: 20px 15px 40px;
}

.header {
    height: 150px;
    background-color: #96000d;
}

.header .logo {
    height: 100px;
    border-bottom: 1px solid #87000b;
}

.header .logo>a {
    height: 100%;
    width: 338px;
    display: block;
    float: left;
    background: url(../images/logo.png) no-repeat left center;
}

.header .logo .form {
    float: right;
    height: 20px;
    margin-top: 43px;
}

.header .logo .form a {
    font-size: 14px;
    font-family: 'Arial';
    color: #fff;
    display: inline-block;
    line-height: 20px;
    float: left;
    padding: 0 20px;
    border-left: 1px solid #ab454f;
}

.header .logo .form form {
    height: 20px;
    float: left;
}

.header .logo .form form input {
    float: left;
}

.header .logo .form form input[type='text'] {
    width: 0;
    color: #fff;
    padding: 0 10px;
    transition: all 0.6s ease 0.1s;
}

.header .logo .form form input[type='submit'] {
    width: 20px;
    height: 20px;
    background: url(../images/search.png) no-repeat center;
    margin-right: 20px;
}

.header .logo .form form:hover input[type='text'] {
    width: 130px;
}

.header .nav {
    height: 50px;
    line-height: 50px;
    text-align: center;
}

.header .nav>ul>li {
    width: 10%;
    float: left;
    background-color: #96000d;
    transition: all 0.2s ease 0.1s;
    position: relative;
}

.header .nav>ul>li a {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    display: block;
}

.header .nav>ul>li:hover {
    background-color: #660008;
}


/*新增二级导航*/

.header .nav>ul>li>ul {
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    z-index: 999;
    display: none;
}

.header .nav>ul>li>ul>li {
    line-height: 22px;
    background-color: rgba(255, 255, 255, .9);
    padding: 9px 0;
    transition: all 0.2s ease 0.1s;
}

.header .nav>ul>li>ul>li:hover {
    background-color: #96000d;
}

.header .nav>ul>li>ul>li:hover a {
    color: #fff;
}

.header .nav>ul>li>ul>li>a {
    color: #333;
    display: block;
    font-size: 16px;
    font-weight: normal;
    padding: 0 5px;
    transition: all 0.2s ease 0.1s;
}

.footer {
    /*height: 210px;*/
    background-color: #80000b;
    overflow: hidden;
}

.footer .info {
    /*height: 150px;*/
    border-bottom: 1px solid #851f27;
    background: url(../images/logo_big.png) no-repeat left top 56px;
    padding-bottom: 30px;
}

.footer .info .fl {
    width: 640px;
    padding-left: 351px;
    padding-right: 10px;
    padding-top: 34px;
}

.footer .info .fl h3 {
    line-height: 36px;
    font-size: 16px;
    color: #fff;
    margin: 0;
}

.footer .info .fl span {
    line-height: 26px;
    height: 26px;
    color: #fff;
    font-size: 14px;
    display: inline-block;
    padding-left: 20px;
    margin-right: 16px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.footer .info .fl span a {
    color: #fff;
}

.footer .info .fl span.tel {
    background: url(../images/tel.png) no-repeat left 2px center;
}

.footer .info .fl span.email {
    background: url(../images/email.png) no-repeat left 0 center;
}

.footer .info .fl span.address {
    background: url(../images/address.png) no-repeat left 2px center;
    white-space: normal;
}

.footer .info .fr {
    width: 560px;
}

.footer .info .fr .links {
    width: 398px;
    float: right;
}

.footer .info .fr .links h3 {
    line-height: 36px;
    font-size: 16px;
    color: #fff;
    margin: 34px 0 0;
}

.footer .info .fr .links ul {
    line-height: 26px;
    color: #fff;
}

.footer .info .fr .links ul li {
    width: 50%;
    float: left;
    font-size: 14px;
}

.footer .info .fr .links ul li a {
    color: #fff;
    display: block;
}

.footer .copyright {
    height: 60px;
    line-height: 60px;
    font-size: 14px;
    color: #fff;
}

.footer .copyright p {
    float: left;
}

.footer .copyright p a {
    color: #fff;
}

.footer .copyright .bdsharebuttonbox {
    float: right;
    margin-top: 16px;
}

.footer .copyright .bdsharebuttonbox a {
    padding-left: 19px;
    margin-right: 12px;
}

.footer .copyright .bdsharebuttonbox a.bds_more {
    background: url(../images/more.png) no-repeat center;
}

.footer .copyright .bdsharebuttonbox a.bds_weixin {
    background: url(../images/wechat.png) no-repeat center;
}

.footer .copyright .bdsharebuttonbox a.bds_sqq {
    background: url(../images/qq.png) no-repeat center;
}

.footer .copyright .bdsharebuttonbox a.bds_tsina {
    background: url(../images/sina.png) no-repeat center;
}

.slide {
    height: 680px;
}

.slide .swiper-container {
    height: 100%;
}

.slide .swiper-container #gif {
    position: absolute;
    width: 20px;
    height: 40px;
    left: 50%;
    margin-left: -10px;
    bottom: 30px;
    background: url(../images/gif.gif) no-repeat center;
    z-index: 999;
}

.main h2 {
    height: 83px;
    line-height: 60px;
    padding-top: 23px;
    font-size: 24px;
    margin: 0;
}

.main h2 a {
    color: #333;
    font-weight: bold;
}

.main h2 a span {
    line-height: 70px;
    height: 60px;
    font-size: 16px;
    color: #9a0000;
    display: inline-block;
    float: right;
}

.main .item1 .col-md-4 {
    width: 33.33333333% !important;
    float: left;
}

.main .item1 .col-md-4 a {
    display: block;
    height: 387px;
}

.main .item1 .col-md-4 a .pic {
    height: 250px;
}

.main .item1 .col-md-4 a .txt p {
    line-height: 26px;
    height: 52px;
    margin-top: 15px;
    overflow: hidden;
    font-size: 14px;
    color: #333;
    transition: all 0.2s ease 0.1s;
}

.main .item1 .col-md-4 a .txt span {
    line-height: 30px;
    height: 30px;
    color: #999;
    display: block;
    font-size: 14px;
    padding-left: 21px;
    background: url(../images/time.png) no-repeat left 2px center;
}

.main .item1 .col-md-4:hover a .txt p {
    color: #9a0000;
}

.main .item2 {
    background-color: #faf7f7;
    padding-bottom: 53px;
}

.main .item2 .common_width>div {
    width: 590px;
}

.main .item2 .common_width>div.fl .list li {
    height: 100px;
    background-color: #fff;
    box-shadow: 0 0 5px 1px #ddd;
}

.main .item2 .common_width>div.fl .list li+li {
    margin-top: 13px;
}

.main .item2 .common_width>div.fl .list li a {
    display: block;
    padding: 22px 24px;
    position: relative;
}

.main .item2 .common_width>div.fl .list li a .date {
    line-height: 28px;
    height: 56px;
    width: 56px;
    font-size: 18px;
    color: #9a0000;
    text-align: center;
    float: left;
    position: absolute;
    top: 22px;
    left: 24px;
}

.main .item2 .common_width>div.fl .list li a .date span {
    display: block;
}

.main .item2 .common_width>div.fl .list li a p {
    line-height: 28px;
    padding-left: 82px;
    font-size: 16px;
    color: #333;
    height: 56px;
    overflow: hidden;
    transition: all 0.2s ease 0.1s;
}

.main .item2 .common_width>div.fl .list li:hover a p {
    color: #9a0000;
}

.main .item2 .common_width>div.fr {
    height: 326px;
}

.main .item2 .common_width>div.fr .swiper-container {
    height: 100%;
}

.main .item3 {
    padding-bottom: 50px;
}

.main .item3 .col-md-12 {
    height: 160px;
    margin-bottom: 22px;
}

.main .item3 .col-md-12 a {
    display: block;
    height: 160px;
    position: relative;
    box-shadow: 0 2px 5px 1px #eae5e5;
}

.main .item3 .col-md-12 a .pic {
    height: 160px;
    width: 280px;
}

.main .item3 .col-md-12 a .txt {
    padding: 0 0 0 280px;
    height: 160px;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}

.main .item3 .col-md-12 a .txt>div {
    background-color: #fff;
    border: 1px solid #f0f0f0;
    border-left: 0;
    height: 160px;
    padding: 25px 50px;
}

.main .item3 .col-md-12 a .txt>div .fl {
    width: 110px;
    height: 100%;
    border-right: 2px solid #ae0a29;
}

.main .item3 .col-md-12 a .txt>div .fl span {
    font-size: 20px;
    display: block;
    color: #ae0a29;
    line-height: 46px;
    text-align: center;
}

.main .item3 .col-md-12 a .txt>div .fl span:first-child {
    line-height: 58px;
    font-size: 48px;
}

.main .item3 .col-md-12 a .txt>div .fr {
    width: 709px;
    padding-left: 34px;
}

.main .item3 .col-md-12 a .txt>div .fr h6 {
    font-size: 18px;
    color: #333;
    font-weight: bold;
    line-height: 44px;
    margin: 0;
}

.main .item3 .col-md-12 a .txt>div .fr p {
    font-size: 16px;
    line-height: 25px;
    height: 50px;
    color: #666;
    overflow: hidden;
}

.main .item4 {
    background-color: #faf7f7;
    padding-bottom: 57px;
}

.main .item4 .col-md-3 {
    height: 200px;
    width: 25% !important;
    float: left;
}

.main .item4 .col-md-3 a {
    display: block;
    height: 200px;
    background-color: #fff;
    border: 1px solid #e6e6e6;
    padding: 17px 27px 0;
    transition: all 0.5s ease 0.1s;
}

.main .item4 .col-md-3 a span.date {
    height: 42px;
    line-height: 42px;
    display: block;
    color: #9a0000;
    font-weight: bold;
}

.main .item4 .col-md-3 a em {
    display: block;
    width: 50px;
    height: 1px;
    background-color: #ae0a29;
}

.main .item4 .col-md-3 a p {
    line-height: 28px;
    height: 56px;
    overflow: hidden;
    font-size: 16px;
    color: #333;
    margin-top: 16px;
}

.main .item4 .col-md-3 a span.more {
    height: 16px;
    line-height: 16px;
    display: block;
    font-size: 14px;
    color: #666;
    margin-top: 22px;
    padding-left: 24px;
    background: url(../images/more.jpg) no-repeat left center;
}

.main .item4 .col-md-3:hover a {
    border: 2px solid #9a0000;
}

.page .pagetit {
    height: 260px;
    background: url(../images/pagetit_bg.jpg) no-repeat center;
    padding-top: 70px;
    text-align: center;
    line-height: 50px;
    color: #fff;
    position: relative;
}

.page .pagetit h2 {
    height: 60px;
    line-height: 60px;
    margin: 0;
    font-size: 36px;
    display: none;
}

.page .pagetit p.crumbs {
    height: 60px;
    font-size: 20px;
    position: absolute;
    bottom: 0;
    width: 1200px;
    right: 50%;
    margin-right: -600px;
    text-align: right;
}

.page .pagetit p.crumbs a {
    color: #fff;
    font-size: 20px;
    display: inline-block;
    padding: 0 6px;
}

.page .pagetit p.crumbs a span {
    padding: 0 10px;
}

.page>div>.fl {
    width: 260px;
    text-align: center;
}

.page>div>.fl h3 {
    height: 60px;
    line-height: 60px;
    background: #8f000b url(../images/bd.jpg) no-repeat right center;
    font-size: 28px;
    color: #fff;
    margin-bottom: 2px;
}

.page>div>.fl ul {
    padding: 10px 0;
    background-color: #ebebeb;
}

.page>div>.fl ul li {
    /* height: 50px; */
}

.page>div>.fl ul li a {
    display: block;
    height: 100%;
    line-height: 30px;
    padding: 10px 0;
    font-size: 16px;
    color: #333;
}

.page>div>.fl ul li.active {
    background-color: #94000c;
}

.page>div>.fl ul li.active>a {
    color: #fff;
}

.page>div>.fr {
    width: 900px;
}

.page>div>.fr ul.pic_list {
    border-top: 1px solid #f0f6fa;
    margin-top: 20px;
}

.page>div>.fr ul.pic_list li {
    height: 190px;
    border-bottom: 1px solid #f0f6fa;
    padding-top: 19px;
    padding-bottom: 10px;
}

.page>div>.fr ul.pic_list li a {
    width: 100%;
    height: 100%;
    display: inline-block;
    position: relative;
}

.page>div>.fr ul.pic_list li a .pic {
    width: 244px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.page>div>.fr ul.pic_list li a .txt {
    padding-left: 270px;
}

.page>div>.fr ul.pic_list li a .txt h6 {
    font-size: 16px;
    color: #333;
    margin: 0;
    line-height: 34px;
    height: 34px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.page>div>.fr ul.pic_list li a .txt p {
    font-size: 14px;
    color: #999;
    line-height: 23px;
    height: 92px;
    overflow: hidden;
}

.page>div>.fr ul.pic_list li a .txt span {
    font-size: 14px;
    line-height: 24px;
    height: 24px;
    margin-top: 5px;
    display: block;
    color: #8f000b;
}

.page>div>.fr ul.nor_list {
    border-top: 1px solid #f0f6fa;
    margin-top: 20px;
}

.page>div>.fr ul.nor_list li {
    height: 50px;
    border-bottom: 1px solid #f0f6fa;
    line-height: 49px;
}

.page>div>.fr ul.nor_list li a {
    display: block;
    height: 100%;
    padding: 0 2px;
}

.page>div>.fr ul.nor_list li a p {
    font-size: 16px;
    color: #4c4c4c;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 80%;
    float: left;
}

.page>div>.fr ul.nor_list li a span {
    float: right;
    display: inline-block;
    font-size: 16px;
    color: #999;
}

.page>div>.fr .page_nav {
    margin-top: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

.page>div>.fr .page_nav a {
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 3px;
    vertical-align: middle;
    font-size: 20px;
    color: #666;
}

.page>div>.fr .page_nav a+a {
    margin-left: 20px;
}

.page>div>.fr .page_nav a.left {
    background: url(../images/left.jpg) no-repeat center;
}

.page>div>.fr .page_nav a.right {
    background: url(../images/right.jpg) no-repeat center;
}

.page>div>.fr .page_nav a.active {
    background-color: #94000c;
    color: #fff;
}

.page>div>.fr .content {
    margin-top: 20px;
    font-size: 16px;
    color: #333;
    line-height: 34px;
}

.page>div>.fr .content p {
    margin: 10px 0;
}

.page>div>.fr .content img {
    max-width: 100%;
    height: auto;
}

.page>div>.fr .content table {
    border-collapse: collapse;
    width: 100%;
    text-align: center;
}

.page>div>.fr .content table th {
    line-height: 59px;
    border: 1px solid #cccccc;
    background-color: #ebebeb;
    text-align: center;
    color: #a52f39;
    font-size: 16px;
}

.page>div>.fr .content table td {
    border: 1px solid #cccccc;
    color: #1a1a1a;
    font-size: 14px;
    line-height: 36px;
    padding: 0 12px;
}

.page>div>.fr .content .contact_us {
    margin-top: 36px;
}

.page>div>.fr .content .contact_us img {
    float: left;
}

.page>div>.fr .content .contact_us .info {
    width: 480px;
    float: left;
    font-size: 14px;
    color: #333;
    line-height: 50px;
}

.page>div>.fr .content video {
    margin: 15px auto;
    min-width: 400px;
    max-width: 100%;
    display: block;
}

.page>div>.fr .page_content {
    margin-top: 20px;
}

.page>div>.fr .page_content video {
    margin: 15px auto;
    min-width: 400px;
    max-width: 100%;
    display: block;
}

.page>div>.fr .page_content .page_content_tit {
    padding-top: 10px;
    text-align: center;
    border-bottom: 1px solid #ebebeb;
}

.page>div>.fr .page_content .page_content_tit h6 {
    line-height: 39px;
    margin: 0;
    font-size: 20px;
    color: #333;
}

.page>div>.fr .page_content .page_content_tit span {
    line-height: 35px;
    padding-bottom: 7px;
    display: inline-block;
}

.page>div>.fr .page_content .page_content_txt {
    line-height: 28px;
    font-size: 14px;
    color: #666;
}

.page>div>.fr .page_content .page_content_txt table {
    width: 100%;
    text-align: center;
    margin: 15px 0;
}

.page>div>.fr .page_content .page_content_txt td {
    padding: 0 8px;
    font-size: 14px;
}

.page>div>.fr .page_content .page_content_txt p {
    margin: 15px 0;
}

.page>div>.fr .page_content .page_content_txt img {
    margin: 15px auto;
    max-width: 100%;
    height: auto;
}

.page>div>.fr ul.video_list {
    margin-top: 20px;
}

.page>div>.fr ul.video_list li {
    height: 320px;
    width: 420px;
    float: left;
    text-align: center;
    position: relative;
}

.page>div>.fr ul.video_list li .pic {
    height: 248px;
}

.page>div>.fr ul.video_list li .pic:after {
    content: "";
    width: 100%;
    height: 248px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: all 0.2s ease 0.1s;
}

.page>div>.fr ul.video_list li:nth-child(even) {
    margin-left: 60px;
}

.page>div>.fr ul.video_list li p {
    line-height: 58px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #333;
    transition: all 0.2s ease 0.1s;
}

.page>div>.fr ul.video_list li em {
    display: block;
    width: 80px;
    height: 80px;
    position: absolute;
    top: 84px;
    left: 50%;
    margin-left: -40px;
    background: url(../images/play.png) no-repeat center;
    z-index: 999;
    transform: scale(0);
    transition: all 0.2s ease 0.1s;
}

.page>div>.fr ul.video_list li:hover p {
    color: #94000c;
}

.page>div>.fr ul.video_list li:hover em {
    transform: scale(1);
}

.page>div>.fr ul.video_list li:hover .pic:after {
    opacity: 1;
}

.page>div>.fr .thesis {
    margin-top: 20px;
}

.page>div>.fr .thesis .thesis_nav {
    height: 40px;
    border-bottom: 1px solid #b3b3b3;
}

.page>div>.fr .thesis .thesis_nav a {
    height: 39px;
    line-height: 39px;
    text-align: center;
    width: 120px;
    display: block;
    margin-right: 1px;
    float: left;
    background-color: #b3b3b3;
    font-size: 16px;
    color: #fff;
}

.page>div>.fr .thesis .thesis_nav a.active {
    background-color: #99000d;
}

.page>div>.fr .thesis ul li {
    border-bottom: 1px solid #e6e6e6;
    line-height: 24px;
    padding: 20px 0;
}

.page>div>.fr .thesis ul li a {
    display: block;
    color: #333;
    font-size: 14px;
}

.page>div>.fr .thesis>a {
    color: #333;
}

.page>div>.fr .thesis h4 {
    font-size: 16px;
    font-weight: bold;
    margin-top: 30px;
}

.page>div>.fr ul.teacher_list {
    margin-top: 20px;
}

.page>div>.fr ul.teacher_list li {
    height: 173px;
    width: 50%;
    margin-bottom: 30px;
    float: left;
}

.page>div>.fr ul.teacher_list li a {
    display: block;
    height: 100%;
    position: relative;
}

.page>div>.fr ul.teacher_list li .pic {
    height: 100%;
    width: 133px;
    position: absolute;
}

.page>div>.fr ul.teacher_list li .txt {
    height: 100%;
    padding-left: 158px;
}

.page>div>.fr ul.teacher_list li .txt h6 {
    line-height: 36px;
    padding-top: 6px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin: 0;
    font-size: 22px;
    color: #333;
}

.page>div>.fr ul.teacher_list li .txt p {
    font-size: 16px;
    color: #666;
    height: 39px;
    line-height: 39px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.page>div>.fr ul.teacher_list li .txt span {
    line-height: 28px;
    height: 28px;
    display: inline-block;
    font-size: 14px;
    color: #94000c;
    padding-right: 16px;
    background: url(../images/go.jpg) no-repeat right center;
    margin-top: 12px;
}

.page>div>.fr ul.spell_list {
    margin-top: 20px;
}

.page>div>.fr ul.spell_list li {
    line-height: 30px;
    margin-bottom: 10px;
    padding-left: 70px;
    position: relative;
}

.page>div>.fr ul.spell_list li span {
    display: inline-block;
    width: 30px;
    height: 30px;
    background-color: #ebebeb;
    border-radius: 3px;
    font-size: 16px;
    font-weight: bold;
    color: #333;
    line-height: 30px;
    text-align: center;
    margin-right: 40px;
    position: absolute;
    top: 0;
    left: 0;
}

.page>div>.fr ul.spell_list li a {
    width: 80px;
    line-height: 30px;
    color: #333;
    font-size: 16px;
    display: inline-block;
    transition: all 0.5s ease 0.1s;
}

.page>div>.fr ul.spell_list li a:hover {
    color: #94000c;
}

.page>div>.fr .teacher_content {
    margin-top: 20px;
}

.page>div>.fr .teacher_content .info {
    position: relative;
    margin-bottom: 20px;
    min-height: 200px;
}

.page>div>.fr .teacher_content .info .pic {
    height: 200px;
    width: 160px;
    position: absolute;
    top: 0;
    left: 0;
}

.page>div>.fr .teacher_content .info .txt {
    padding-left: 196px;
}

.page>div>.fr .teacher_content .info .txt h3 {
    line-height: 44px;
    font-size: 20px;
    font-weight: bold;
    color: #94000c;
    margin: 0;
}

.page>div>.fr .teacher_content .info .txt p {
    font-size: 14px;
    color: #333;
    line-height: 30px;
}

.page>div>.fr .teacher_content .tab_nav {
    line-height: 50px;
    height: 50px;
}

.page>div>.fr .teacher_content .tab_nav a {
    display: inline-block;
    float: left;
    margin-right: 1px;
    text-align: center;
    color: #fff;
    background-color: #b3b3b3;
    width: 200px;
    font-size: 18px;
    transition: all 0.5s ease 0.1s;
}

.page>div>.fr .teacher_content .tab_nav a.active {
    background-color: #94000c;
}

.page>div>.fr .teacher_content .tab_txt {
    padding: 10px;
    font-size: 14px;
    line-height: 32px;
    color: #333;
}

.page>div>.fr .teacher_content .tab_txt h4 {
    color: #9d1d22;
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
    margin-top: 30px;
}

.page>div>.fr .teacher_content .tab_txt p {
    font-size: 14px;
    line-height: 32px!important;
    color: #333;
    text-align: justify;
    font-family: 微软雅黑 !important;
}

.page>div>.fr .teacher_content .tab_txt table tr td p {
    font-size: 14px;
    line-height: 32px !important;
    color: #333;
    text-align: center;
    font-family: 微软雅黑 !important;
}

.page>div>.fr .teacher_content .tab_txt span {
    font-size: 14px !important;
    color: #333;
    text-align: justify;
    font-family: 微软雅黑 !important;
    line-height: 32px!important;
}

.page>div>.fr .teacher_content .tab_txt .item {
    display: none;
}

.sw_btn {
    width: 1400px;
    height: 60px;
    position: absolute;
    left: 50%;
    margin-left: -700px;
    bottom: 60px;
}

.sw_btn .swiper-button-next {
    width: 60px;
    height: 60px;
    background: url(../images/s_right.png) no-repeat center;
}

.sw_btn .swiper-button-prev {
    width: 60px;
    height: 60px;
    background: url(../images/s_left.png) no-repeat center;
}

.page_content td {
    padding: 10px 0;
    line-height: 24px;
}

.item p {
    margin-left: 0pt !important;
    text-indent: 0em !important;
}