@charset "utf-8"; html {
    font-size: 16px;
}

body {
    font-family: "microsoft yahei";
    font-size: 1rem;
    color: #333333;
    padding: 0;
    margin: 0;
}

img {
    max-width: 100%;
    border: none;
}

h1, h2, h3, h4, h5, h6, ul, li, dl, dt, dd, hr, input, p {
    padding: 0;
    margin: 0;
    list-style: none;
    outline: none;
}

a {
    color: inherit;
    font: inherit;
    text-decoration: none;
    outline: none;
}

a:hover {
    text-decoration: none;
}

a:focus {
    border: none;
    outline: none;
    text-decoration: none;
}

.clearfix {
    zoom: 1; }

.clearfix:after {
    clear: both;
    content: "";
    display: block;
    width: 0;
    height: 0;
    visibility: hidden;
}

* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    /* Firefox */
    -webkit-box-sizing: border-box;
    /* Safari */
    border: none;
    outline: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.hid {
    overflow: hidden;
}

.wrapper {
    position: relative;
    overflow: hidden;
}

img {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.container {
    width: 90%;
    margin: 0 auto;
}

@media (min-width: 992px) {
    .container {
        width: 950px;
    }
}

@media (min-width: 1230px) {
    .container {
        width: 1200px;
    }
}

/* ie8提示样式 */
#browser-modal {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    color: #303233;
    position: fixed;
    z-index: 9990009;
}

#browser-modal .browser-modal-cover {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #111;
    opacity: 0.9;
    z-index: -1;
}

#browser-modal .browser-content {
    width: 700px;
    margin-top: 120px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 80px;
    padding-top: 50px;
    background-color: #fff;
    border-radius: 5px;
}

#browser-modal .browser-content .browser-dpc-logo img {
    height: 42px;
    margin: 45px auto 40px;
}

#browser-modal .browser-content .browser-text-title {
    text-transform: uppercase;
    font-size: 24px;
}

#browser-modal .browser-content .browser-text-desc {
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 14px;
}

#browser-modal .browser-content .browser-list {
    width: 600px;
    margin: 20px auto;
    height: 130px;
}

#browser-modal .browser-content .browser-item {
    float: left;
    width: 150px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
}

#browser-modal .browser-content .browser-item .iconfont {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    font-size: 80px;
    line-height: 80px;
    margin-bottom: 10px;
}

#browser-modal .browser-content .browser-item .iconchrome {
    background: url(../images/bro.png) no-repeat 0 0;
}

#browser-modal .browser-content .browser-item .iconfirefox {
    background: url(../images/bro.png) no-repeat 0 -100px;
}

#browser-modal .browser-content .browser-item .iconopera {
    background: url(../images/bro.png) no-repeat 0 -200px;
}

#browser-modal .browser-content .browser-item .iconEdge {
    background: url(../images/bro.png) no-repeat 0 -300px;
}

#browser-modal .browser-content .browser-item a {
    cursor: pointer;
    display: block;
}

#browser-modal .browser-content .browser-item a img {
    display: block;
    margin: 0 auto;
    max-width: 100px;
    width: 100px;
    height: 100px;
}

#browser-modal .browser-content .browser-item a h4 {
    text-align: center;
    margin-top: 20px;
    font-size: 18px;
    font-weight: 700;
}

/* ie8提示样式 */
/* header */
.header {
    background: url(../images/header-bg.png) center no-repeat;
    background-size: cover;
    position: relative;
    z-index: 9;
}

.header .container {
    position: relative;
}

.header .top-links {
    color: #ffffff;
    font-size: 0.875rem;
    text-align: right;
    padding-top: 20px;
}

.header .top-links a {
    color: #ffffff;
}

.header .top-links span {
    margin: 0 13px;
}

.logo {
    float: left;
    padding-top: 20px;
}

/* 搜索 */
.search-box {
    display: none;
    position: absolute;
    right: 0;
    top: 50px;
    background: #0a2038;
    padding: 15px;
    z-index: 999;
}

.ss {
    width: 240px;
    height: 34px;
    border-radius: 30px;
    font-size: 14px;
    border: 1px solid #fff;
}

.ss .text {
    width: 198px;
    border: none;
    background: none;
    color: #fff;
    height: 33px;
    line-height: 33px;
    float: left;
    padding-left: 20px;
}

.ss .sub {
    width: 15px;
    height: 15px;
    float: right;
    margin-top: 10px;
    margin-right: 10px;
}

/* 导航 */
.navbar {
    z-index: 999 !important;
    border: none;
}

.navbar .nav-button {
    display: none;
}

.navbar .nav {
    float: right;
}

.navbar .nav li {
    float: left;
    text-align: center;
    position: relative;
}

.navbar .nav li > a {
    display: block;
    padding: 20px 15px 30px;
    line-height: 24px;
    font-size: 1rem;
    color: #fff;
}

.navbar .nav li.cur > a, .navbar .nav li:hover > a {
    font-weight: bold;
}

.navbar .nav dl {
    display: none;
    position: absolute;
    border-top: 2px solid #ff6c22;
    width: 100%;
    top: 73px;
    left: 0;
    background: rgba(13, 89, 167, 0.9);
    text-align: center;
}

.navbar .nav dl dd {
    float: none;
    padding: 0;
    width: 100%;
}

.navbar .nav dl dd a {
    display: block;
    width: 100%;
    line-height: 24px;
    border: none;
    color: #ffffff;
    font-size: 0.875rem;
    font-weight: normal;
    padding: 10px 5px;
    background: none;
}

.navbar .nav dl dd:hover a {
    background: rgba(0, 0, 0, 0.42) !important;
}

.navbar .nav dl dd .lv3 {
    padding: 0 15px;
    display: none;
}

.navbar .nav dl:after {
    content: "";
    position: absolute;
    width: 12px;
    height: 5px;
    background: url(../images/nav-topico.png);
    background-size: 100% 100%;
    top: -7px;
    left: 50%;
    margin-left: -6px;
}

.navbar .nav li.hover dl, .navbar .nav li:hover dl {
    display: block;
}

/* 浮动导航 */
/* 浮动导航结束 */
.slider-banner {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.slider-banner img {
    width: 100%;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.slider-banner img:hover {
    transform: scale(1.05);
}

.slider-banner .slick-arrow {
    position: absolute;
    top: 50%;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    overflow: hidden;
    text-indent: 999px;
    z-index: 9;
    cursor: pointer;
}

.slider-banner .slick-arrow.slick-prev {
    background: url(../images/banner-left.png) no-repeat;
    background-size: 100% 100%;
    left: 3%;
}

.slider-banner .slick-arrow.slick-next {
    background: url(../images/banner-right.png) no-repeat;
    background-size: 100% 100%;
    right: 3%;
}

.slider-banner .slick-arrow:hover {
    opacity: 0.8;
}

/* 中部版块 */
.main-box {
    background: url(../images/main-bg.png) left bottom no-repeat;
    padding: 60px 0;
    overflow: hidden;
}

.index-title {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
    padding-left: 13px;
}

.index-title .cn {
    font-size: 1.5rem;
    color: #333333;
}

.index-title .cn span {
    color: #1462ac;
}

.index-title .en {
    font-size: 0.875rem;
    color: #3d3d3d;
    font-family: Arial, Helvetica, sans-serif;
}

.index-title .index-more {
    position: absolute;
    right: 0;
    top: 10px;
    z-index: 2;
}

.index-title .index-more:hover img {
    transform: scale(1.05);
}

.index-title:before {
    content: "";
    width: 3px;
    height: 80%;
    background: #1462ac;
    position: absolute;
    left: 0;
    top: 10%;
}

.row1 .c1, .row1 .c2, .row1 .c3 {
    float: left;
    width: 31.5%;
}

.row1 .c2 {
    margin: 0 2.75%;
}

.index-notices {
    margin-top: -18px;
}

.index-notices li {
    overflow: hidden;
    padding: 15px 0;
    border-bottom: 1px dashed #cccccc;
}

.index-notices li:last-child {
    border-bottom: none;
}

.index-notices .date {
    float: left;
    width: 55px;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
}

.index-notices .date .day {
    font-size: 1.375rem;
    color: #333333;
    line-height: 30px;
    font-weight: bold;
}

.index-notices .date .year {
    font-size: 0.75rem;
    color: #333333;
}

.index-notices .text {
    float: right;
    width: calc(100% - 68px);
}

.index-notices .text a {
    font-size: 0.9375rem;
    color: #333333;
    line-height: 22px;
    height: 44px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.index-notices li:hover a {
    transform: translateX(5px);
    color: #1462ac;
}

.index-news .first {
    background: url(../images/news-ico.png) right bottom no-repeat #f2f2f2;
    overflow: hidden;
    margin-bottom: 20px;
}

.index-news .first .pic {
    width: 100%;
    padding-bottom: 56%;
    overflow: hidden;
    position: relative;
}

.index-news .first .pic img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.index-news .first .pic img:hover {
    transform: scale(1.05);
}

.index-news .first .pic .date {
    width: 73px;
    height: 53px;
    text-align: center;
    background: rgba(20, 98, 172, 0.82);
    position: absolute;
    left: 0;
    bottom: 0;
    border-radius: 0 20px 20px 0;
    overflow: hidden;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
}

.index-news .first .pic .date .day {
    margin-top: 8px;
    font-size: 1.25rem;
    font-weight: bold;
}

.index-news .first .pic .date .year {
    font-size: 0.8125rem;
}

.index-news .first .text {
    padding: 0 25px 15px;
}

.index-news .first .text .tit {
    color: #333333;
    font-size: 0.9375rem;
    line-height: 38px;
    border-bottom: 1px solid #cccccc;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.index-news .first .text .tit:hover {
    color: #1462ac;
    transform: translateX(5px);
}

.index-news .first .text .abst {
    margin-top: 12px;
    font-size: 0.8125rem;
    line-height: 22px;height:44px;
    color: #808080;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.index-news .item {
    overflow: hidden;
    line-height: 22px;
    margin-top: 12px;
}

.index-news .item .date {
    float: left;
    width: 45px;
    height: 22px;
    text-align: center;
    background: #e6e6e6;
    font-size: 0.8125rem;
    color: #1462ac;
    font-family: Arial, Helvetica, sans-serif;
}

.index-news .item .tit {
    float: right;
    width: calc(100% - 56px);
    font-size: 0.9375rem;
    color: #333333;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.index-news .item .tit:hover {
    color: #1462ac;
    transform: translateX(5px);
}

.index-kydt li {
    overflow: hidden;
    padding: 10px 0;
    border-bottom: 1px dashed #cccccc;
}

.index-kydt li:last-child {
    border-bottom: none;
}

.index-kydt .tit {
    font-size: 0.9375rem;
    line-height: 24px;
    color: #333333;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.index-kydt .date {
    position: relative;
    font-size: 0.8125rem;
    color: #1462ac;
    padding-left: 25px;
}

.index-kydt .date:before {
    content: "";
    width: 12px;
    height: 3px;
    background: #1462ac;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -1.5px;
}

.index-kydt li:hover .tit {
    transform: translateX(5px);
    color: #1462ac;
}

.row2 {
    margin-top: 55px;
}

.index-links ul {
    overflow: hidden;
}

.index-links li {
    float: left;
    width: 16.66%;
    padding-left: 17px;
    position: relative;
    margin-bottom: 20px;
}

.index-links li a {
    font-size: 0.9375rem;
    color: #333333;
}

.index-links li:before {
    content: "";
    width: 5px;
    height: 5px;
    background: #1462ac;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -2.5px;
}

.index-links li:hover a {
    color: #1462ac;
}

/* 中部版块 */
/* 底部 */
.footer {
    background: #0868c3;
    padding: 30px 0;
}

.footer .foot-logo {
    float: left;
    margin-left: 280px;
    margin-right: 45px;
    margin-top: 10px;
}

.footer .cory {
    float: left;
}

.footer .cory * {
    color: #fff;
    font-size: 0.875rem;
    line-height: 32px;
}

/* ie8提示当需要判断IE8下兼容性不好需要升级浏览器 */
.ie8 {
    text-align: center;
    color: #fff;
    height: 100%;
    border: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1234;
    margin: 0 auto;
    font-family: "microsoft yahei";
    font-size: 36px;
    background: #000000;
    font-weight: 300;
    filter: Alpha(opacity=70);
}

/* 列表页 */
.list-banner img {
    width: 100%;
}

/* 二级页面 */
.list-page {
    padding: 50px 0 60px 0;
    min-height: 500px;
}

/* 当前位置 */
.location {
    float: right;
    overflow: hidden;
    background: url(../images/home.png) left 6px no-repeat;
    padding-left: 20px;
    color: #888888;
    font-size: 0.875rem;
}

.location a {
    color: #888888;
}

/* 左侧导航 */
.left-nav {
    width: 230px;
    float: left;
}

.left-nav .column {
    padding-top: 13px;
    background: url(../images/leftnav-top.png) top center no-repeat;
}

.left-nav .column h2 {
    position: relative;
    padding: 12px 30px;
    font-weight: bold;
    font-size: 1.5rem;
    color: #fff;
    text-align: center;
    background: #0868c3;
}

.left-nav .sideMenu {
    margin-top: 8px;
    background: url(../images/leftnav-bott.png) bottom center no-repeat #e6e6e6;
    background-size: 100%;
    border-top: 1px solid #cccccc;
    padding-bottom: 110px;
}

.left-nav .sideMenu li > a {
    position: relative;
    display: block;
    color: #333333;
    font-size: 1.125rem;
    padding: 18px 45px 18px 30px;
    border-bottom: 1px solid #cccccc;
    background: url(../images/leftnav-ico1.png) 190px center no-repeat;
}

.left-nav .sideMenu li > a p {
    position: relative;
    z-index: 9;
}

.left-nav .sideMenu dl {
    padding: 10px 45px 10px 30px;
    border-bottom: 1px solid #cccccc;
    display: none;
}

.left-nav .sideMenu dl dd a {
    display: block;
    font-size: 0.9375rem;
    color: #666666;
    background: url(../images/leftnav-ico3.png) left center no-repeat;
    padding: 6px 0 6px 20px;
}

.left-nav .sideMenu dl dd:hover a, .left-nav .sideMenu dl dd.current a {
    color: #0868c3;
}

.left-nav .sideMenu li.current > a, .left-nav .sideMenu li:hover > a {
    color: #fff;
    font-weight: bold;
    background: url(../images/leftnav-ico2.png) 190px center no-repeat #d98c28;
    border-left: 2px solid #0e5fb0;
}

.left-nav .sideMenu li.current dl {
    display: block !important;
}

/* 右边内容区域 */
.right-con {
    width: calc(100% - 282px);
    float: right;
}

/* 当前栏目 */
.curr-column {
    border-bottom: 1px solid #b3b3b3;
    position: relative;
    line-height: 26px;
}

.curr-column p {
    float: left;
    font-size: 1.375rem;
    color: #0e5fb0;
    padding-bottom: 10px;
    border-bottom: 3px solid #0e5fb0;
}

.page-con {
    margin-top: 20px;
}

/* 列表页 */
.list-text {
    overflow: hidden;
}

.list-text li {
    padding: 25px 0;
    border-bottom: 1px dashed #cccccc;
    overflow: hidden;
}

.list-text li .date {
    width: 100px;
    height: 27px;
    line-height: 27px;
    text-align: center;
    font-size: 0.8125rem;
    color: #0e5fb0;
    background: #d4e2f1;
    border-radius: 5px;
}

.list-text li a.tit {
    width: 100%;
    display: block;
    position: relative;
    font-size: 0.9375rem;
    line-height: 40px;
    color: #333333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.list-text li .abst {
    color: #808080;
    font-size: 0.8125rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.list-text li:hover {
    border-bottom: 1px dashed #0868c3;
}

.list-text li:hover a.tit {
    color: #0868c3;
    transform: translateX(5px);
}

.list-teacher {
    overflow: hidden;
    margin: 35px -22px 0;
}

.list-teacher li {
    float: left;
    width: 50%;
    margin-bottom: 30px;
}

.list-teacher .box {
    margin: 0 22px;
    position: relative;
    overflow: hidden;
    padding: 10px 10px 30px 10px;
}

.list-teacher .box .pic {
    float: left;
    width: 167px;
    padding-bottom: 234px;
    overflow: hidden;
    position: relative;
    z-index: 2;
}

.list-teacher .box .pic img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.list-teacher .box .text {
    float: right;
    width: calc(100% - 190px);
    position: relative;
    padding-right: 20px;
    z-index: 2;
}

.list-teacher .box .text .tit {
    display: block;
    margin-top: 45px;
    font-size: 1.125rem;
    color: #333333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.list-teacher .box .text .abst {
    margin-top: 15px;
    font-size: .8125rem;
    color: #666666;
    line-height: 28px;
    height: 112px;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.list-teacher .box .text .more {
    display: block;
    margin-top: 15px;
}

.list-teacher .box:after {
    content: "";
    background: url(../images/teacher-bg.png) bottom no-repeat;
    background-size: 100% 100%;
    position: absolute;
    width: 100%;
    height: calc(100% - 20px);
    top: 20px;
    left: 0;
}

.list-teacher .box:hover:after {
    background: url(../images/teacher-bg-on.png) bottom no-repeat;
    background-size: 100% 100%;
}

/* 列表线条动画 */
.bottom-inOutSpread:before, .bottom-inOutSpread:after, .bottom-inOutSpread > .ui-border-element:before, .bottom-inOutSpread > .ui-border-element:after {
    content: "";
    position: absolute;
}

.bottom-inOutSpread:after {
    border-bottom: 1px solid #0080ca;
    left: 51%;
    right: 51%;
    bottom: 0;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-timing-function: cubic-bezier(0, 0.98, 0.51, 0.93);
    -moz-transition-timing-function: cubic-bezier(0, 0.98, 0.51, 0.93);
    -o-transition-timing-function: cubic-bezier(0, 0.98, 0.51, 0.93);
    transition-timing-function: cubic-bezier(0, 0.98, 0.51, 0.93);
    -webkit-transition-duration: 200ms;
    -moz-transition-duration: 200ms;
    -o-transition-duration: 200ms;
    transition-duration: 200ms;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}

.bottom-inOutSpread:hover:after {
    left: 0%;
    right: 0%;
}

.bottom-inOutSpread:not(:hover):after {
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}

/* 列表线条动画结束 */
/* 正文页 */
.article-con {
    overflow: hidden;
    margin-top: 40px;
}

.article-con h1 {
    font-size: 1.25rem;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 10px;
    font-weight: bold;
    color: #444444;
}

.article-con h2 {
    font-size: 1rem;
    line-height: 1.5;
    text-align: center;
    font-weight: normal;
    margin-bottom: 10px;
    color: #333333;
}

.article-con .info {
    position: relative;
    line-height: 1.2;
    text-align: center;
    padding-bottom: 25px;
    border-bottom: 1px dashed #d9d9d9;
}

.article-con .info span {
    font-size: 0.9375rem;
    color: #999999;
    margin: 0 9px;
}

.article-con .article-text {
    padding: 15px 0;
    font-size: 0.9375rem;
    line-height: 2;
    color: #555555;
}

.article-con .article-text p {
    text-indent: 2em;
    padding-bottom: 15px;
}

.article-con .article-text p img, .article-con .article-text p video {
    margin-left: -2em;
    max-width: 100%;
    height: auto !important;
}

.article-con .article-text table {
    width: 100%;
    display: flex;
    overflow-x: auto;
}

.updown {
    border-top: 1px dashed #d9d9d9;
    overflow: hidden;
    padding-top: 25px;
}

.updown ul li {
    font-size: 0.9375rem;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.updown ul li a {
    color: #555555;
}

.updown ul li:hover {
    transform: translateX(5px);
}

.updown ul li:hover a {
    color: #0868c3;
}

/* 正文表格P不缩进 */
.article-con .article-text table tr td p, .article-con .article-text table tr th p {
    text-indent: 0;
    padding: 0;
}

.article-tea {
    margin: 40px 0;
}

.article-tea .row {
    overflow: hidden;
  
    background-size: cover;
}

.article-tea .row .pic {
    float: left;
    width: 206px;
    height: 310px;
    position: relative;
    overflow: hidden;
}

.article-tea .row .pic img {
    width: 100%;
    height: 100%;
}

.article-tea .row .text {
    float: left;
    width: calc(100% - 340px);
    margin-left: 35px;
    padding-top: 20px;
}

.article-tea .row .text p {
    font-size: 1rem;
    color: #333333;
    line-height: 45px;
}

.article-tea .con {
    margin-top: 30px;
}

.article-tea .con p {
    font-size: 0.9375rem;
    line-height: 36px;
    color: #333333;
}


.teacher-box h2{
    font-size:1.25rem;
    padding-left:20px;
    border-left:4px solid #0868c3;
    margin-bottom:20px;
    color:#0868c3;
}
.teacher-box .list{
    margin-bottom:20px;
}
.teacher-box .list ul{
    overflow:hidden;margin:0 -20px;
}
.teacher-box .list ul li{
    float:left;width:20%;margin-bottom:15px;
}
.teacher-box .list ul li a{
    display:block;
    margin:0 20px;
    text-align:center;
    background:#e0dfdf;
    height:40px;
    line-height:40px;

}
.teacher-box .list ul li a:hover{
    background:#0868c3;
    color:#fff;
}