@charset "UTF-8";
body {
  font-family: "microsoft yahei";
  font-size: 16px;
  color: #333333;
  padding: 0;
  margin: 0;
}

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
  outline: none !important;
}

img {
  max-width: 100%;
  border: none;
  -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;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
dl,
dt,
dd,
hr,
input,
button,
select,
p {
  padding: 0;
  margin: 0;
  list-style: none;
  border: none;
  outline: none;
  background: none;
}

a {
  color: inherit;
  font: inherit;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:focus {
  text-decoration: none;
}

.clearfix {
  zoom: 1;
}

.clearfix:after {
  content: "";
  display: block;
  line-height: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}

.wrap {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

/* 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提示样式 */
.top {
  background: #0066a6;
}

.top .wrap {
  position: relative;
}

.top .top-links {
  float: right;
  padding-top: 20px;
  text-align: right;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.75);
}

.top .top-links a {
  color: rgba(255, 255, 255, 0.75);
}

.top .top-links span {
  margin: 0 15px;
}

.top .top-text {
  position: absolute;
  bottom: 35px;
  right: 45px;
  width: 220px;
  height: 75px;
}

.top .top-text img {
  width: 100%;
}

.logo {
  float: left;
  margin: 35px 0;
}

.search-box {
  float: right;
  margin-top: 12px;
  width: 250px;
  padding: 0 20px;
  height: 40px;
  line-height: 40px;
  background: #f1f1f1;
  border-radius: 20px;
  border: 1px solid #a4a4a4;
}

.search-box .text {
  float: left;
  font-size: 15px;
  line-height: 38px;
  height: 38px;
  width: 170px;
  background: none;
  border: none;
}

.search-box .sub {
  float: right;
  width: 40px;
  height: 40px;
  margin-right: -20px;
  cursor: pointer;
}

.nav-bar {
  height: 65px;
  background: #fff;
}

.nav {
  float: left;
}

.nav .nLi {
  float: left;
  text-align: center;
  position: relative;
}

.nav .nLi > a {
  color: #fff;
  font-size: 18px;
  padding: 0 30px;
  font-weight: bold;
  line-height: 65px;
  display: inline-block;
  color: #444444;
}

.nav .nLi.current > a,
.nav .nLi:hover > a {
  color: #0066a6;
}

.nav .subNav {
  display: none;
  top: 100%;
  width: 130%;
  left: -15%;
  position: absolute;
  background: rgba(0, 0, 0, 0.64);
  text-align: center;
  z-index: 99;
}

.nav .subNav li {
  padding: 12px 5px;
  line-height: 24px;
}

.nav .subNav li a {
  font-size: 16px;
  color: #fff;
}

.nav .subNav li.current,
.nav .subNav li:hover {
  background: #0066a6;
}

.nav .subNav:before {
  content: "";
  position: absolute;
  width: 23px;
  height: 8px;
  background: url(../images/nav-top-ico.png) no-repeat;
  top: -7px;
  left: 50%;
  margin-left: -12px;
}

.banner {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.banner img {
  width: 100%;
  height: auto;
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -ms-transition: all 2s ease;
  -o-transition: all 2s ease;
  transition: all 2s ease;
}

.banner img:hover {
  transform: scale(1.05);
}

.banner .slick-prev {
  text-indent: 999px;
  overflow: hidden;
  width: 44px;
  height: 44px;
  position: absolute;
  z-index: 9;
  left: 2%;
  top: 50%;
  margin-top: -22px;
  background: url(../images/banner-left.png) no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
}

.banner .slick-next {
  text-indent: 999px;
  overflow: hidden;
  width: 44px;
  height: 44px;
  position: absolute;
  z-index: 9;
  right: 2%;
  top: 50%;
  margin-top: -22px;
  background: url(../images/banner-right.png) no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
}

.banner .slick-prev:hover,
.banner .slick-next:hover {
  opacity: 0.8;
}

/* main-box */
.index-title {
  position: relative;
  line-height: 26px;
  margin-bottom: 35px;
  overflow: hidden;
}

.index-title .cn {
  font-size: 26px;
  color: #1568b4;
  font-weight: bold;
  float: left;
}

.index-title .en {
  margin-left: 15px;
  padding-left: 20px;
  float: left;
  font-weight: bold;
  font-size: 20px;
  color: rgba(136, 136, 136, 0.57);
  font-family: Arial, Helvetica, sans-serif;
  font-style: italic;
  position: relative;
}

.index-title .en:before {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  background: rgba(136, 136, 136, 0.57);
  border-radius: 50%;
  left: 0;
  top: 6px;
}

.index-title span {
  display: none;
  float: left;
  margin: 0 15px;
  font-size: 26px;
  font-weight: bold;
  color: rgba(136, 136, 136, 0.57);
}

.index-title .index-more {
  float: right;
}

.index-title .index-more:hover img {
  transform: scale(1.05);
}

.c1 {
  float: left;
  width: 575px;
}

.c2 {
  float: right;
  width: 575px;
}

/* row1 */
.row1 {
  margin-top: 55px;
}

.slider-pic .box {
  position: relative;
  padding-left: 10px;
  padding-top: 18px;
  overflow: hidden;
}

.slider-pic .box:after {
  content: "";
  width: 100%;
  height: 100%;
  background: #0182c6;
  position: absolute;
  top: 18px;
  left: 0;
}

.slider-pic .pic {
  margin-top: -18px;
  width: 100%;
  padding-bottom: 56%;
  position: relative;
  z-index: 2;
  overflow: hidden;
}

.slider-pic .pic img {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}

.slider-pic .pic img:hover {
  transform: scale(1.05);
}

.slider-pic .date {
  position: absolute;
  z-index: 2;
  width: 128px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 18px;
  font-family: Arial, Helvetica, sans-serif;
  color: #ffe5a8;
  left: 10px;
  top: 18px;
  background: #0182c6;
  border-radius: 0 20px 20px 0;
}

.slider-pic .tit {
  margin: 30px 20px;
  position: relative;
  z-index: 2;
  width: 70%;
}

.slider-pic .tit a {
  display: block;
  font-size: 18px;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.slider-pic .slick-arrow {
  overflow: hidden;
  text-indent: 99px;
  width: 30px;
  height: 30px;
  position: absolute;
  bottom: 28px;
  right: 25px;
  z-index: 9;
  cursor: pointer;
}

.slider-pic .slick-arrow.slick-prev {
  background: url(../images/slider-left.png) no-repeat;
  background-size: 100% 100%;
  right: 65px;
  opacity: 0.5;
}

.slider-pic .slick-arrow.slick-next {
  background: url(../images/slider-right.png) no-repeat;
  background-size: 100% 100%;
  opacity: 0.5;
}

.slider-pic .slick-arrow:hover {
  opacity: 1 !important;
}

.news-list .first {
  position: relative;
  border-bottom: 1px solid #c7c7c7;
  margin-bottom: 20px;
}

.news-list .first .tit {
  overflow: hidden;
}

.news-list .first .tit a {
  float: left;
  font-size: 20px;
  color: #333333;
  font-weight: bold;
  width: 80%;
  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;
}

.news-list .first .tit a:hover {
  color: #0182c6;
}

.news-list .first .tit .date {
  float: right;
  font-size: 18px;
  color: #0182c6;
  font-family: Arial, Helvetica, sans-serif;
}

.news-list .first .abst {
  margin: 10px 0 25px 0;
  color: #888888;
  font-size: 14px;
  line-height: 22px;
  height: 44px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
}

.news-list .first:after {
  content: "";
  width: 18px;
  height: 6px;
  position: absolute;
  bottom: -3px;
  left: 0;
  background: #0182c6;
}

.news-list li {
  overflow: hidden;
  line-height: 40px;
}

.news-list li a {
  color: #333333;
  font-size: 16px;
  width: calc(100% - 100px);
  float: left;
  -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;
}

.news-list li .date {
  float: right;
  font-size: 16px;
  color: #858687;
  font-family: Arial, Helvetica, sans-serif;
}

.news-list li:hover a {
  color: #0182c6;
  transform: translateX(5px);
}

.row2 {
  margin-top: 55px;
}

.xsjz-list .box .r1 {
  border-left: 6px solid #7cc8f0;
}

.xsjz-list .box .r2 {
  border-left: 6px solid #e9ca82;
  margin-top: 20px;
}

.xsjz-list .box .pic {
  float: left;
  width: 93px;
  height: 130px;
  overflow: hidden;
}

.xsjz-list .box .pic img {
  width: 100%;
}

.xsjz-list .box .pic img:hover {
  transform: scale(1.05);
}

.xsjz-list .box .text {
  float: right;
  width: calc(100% - 125px);
}

.xsjz-list .box .text .tit {
  font-size: 16px;
  color: #333333;
  display: block;
  margin-bottom: 20px;
  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;
}

.xsjz-list .box .text .tit:hover {
  color: #0182c6;
  transform: translateX(5px);
}

.xsjz-list .box .text p {
  font-size: 14px;
  line-height: 32px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: rgba(53, 53, 53, 0.76);
  padding-left: 25px;
}

.xsjz-list .box .text p.ico1 {
  background: url(../images/xsjz-ico.png) left 9px no-repeat;
}

.xsjz-list .box .text p.ico2 {
  background: url(../images/xsjz-ico.png) left -56px no-repeat;
}

.xsjz-list .box .text p.ico3 {
  background: url(../images/xsjz-ico.png) left center no-repeat;
}

.xsjz-list .box > div {
  width: 100%;
  border: 1px solid #cdcdcd;
  padding: 20px 25px;
  overflow: hidden;
}

.xsjz-list .slick-dots {
  margin-top: 17px;
  margin-left: 220px;
}

.xsjz-list .slick-dots li {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #b6b6b6;
  float: left;
  margin: 0 14px;
  cursor: pointer;
}

.xsjz-list .slick-dots li button {
  display: none;
}

.xsjz-list .slick-dots li.slick-active {
  background: #0182c6;
}

.xshy-list {
  border-bottom: 1px solid #cdcdcd;
}

.xshy-list li {
  overflow: hidden;
  border-top: 1px solid #cdcdcd;
}

.xshy-list .date {
  float: left;
  width: 82px;
  height: 74px;
  background: #eeeeee;
  position: relative;
  font-family: Arial, Helvetica, sans-serif;
  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;
}

.xshy-list .date .day {
  font-size: 34px;
  color: #0182c6;
  margin-top: 18px;
}

.xshy-list .date .year {
  position: absolute;
  width: 100%;
  height: 27px;
  line-height: 27px;
  background: #0182c6;
  font-size: 14px;
  color: #fff;
  left: 0;
  bottom: -14px;
  border-radius: 20px;
}

.xshy-list .text {
  float: right;
  width: calc(100% - 110px);
  padding: 25px 0;
}

.xshy-list .tit {
  display: block;
  font-size: 16px;
  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;
}

.xshy-list .abst {
  margin-top: 15px;
  font-size: 14px;
  color: #888888;
  line-height: 22px;
  height: 44px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.xshy-list li:hover .date {
  background: #0182c6;
}

.xshy-list li:hover .day {
  color: #fff !important;
}

.xshy-list li:hover .tit {
  color: #0182c6;
}

/* row3 */
.row3 {
  margin-top: 60px;
}

.yjcg-list ul {
  overflow: hidden;
  margin: 0 -25px;
}

.yjcg-list li {
  float: left;
  width: 20%;
}

.yjcg-list a {
  display: block;
  margin: 0 25px;
  overflow: hidden;
}

.yjcg-list .pic {
  width: 100%;
  padding-bottom: 275px;
  position: relative;
  overflow: hidden;
}

.yjcg-list .pic img {
  width: 100%;
  position: absolute;
  width: 100%;height:277px;
}

.yjcg-list .tit {
  line-height: 45px;
  padding: 0 14px;
  font-size: 16px;
  color: #333333;
  border: 1px solid #cdcdcd;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.yjcg-list li:hover img {
  transform: scale(1.05);
}

.yjcg-list li:hover .tit {
  background: #0182c6;
  border: none;
  color: #fff;
}

/* row4 */
.row4 {
  margin-top: 100px;
  background: #eeeeee;
  padding: 20px 0;
}

.row4 .wrap {
  position: relative;
}

.row4 .wrap:after {
  content: "";
  position: absolute;
  width: 132px;
  height: 190px;
  background: url(../images/links-bg.png) no-repeat;
  background-size: 100% 100%;
  bottom: -20px;
  right: 10px;
}

.row4 .index-links {
  overflow: hidden;
}

.row4 .links-tit {
  float: left;
}

.row4 .links-tit .cn {
  font-size: 22px;
  color: #0182c6;
}

.row4 .links-tit .en {
  margin-top: 10px;
  font-size: 20px;
  color: rgba(136, 136, 136, 0.57);
  font-style: italic;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
}

.row4 .links-list {
  float: right;
  width: calc(100% - 150px);
  overflow: hidden;
}

.row4 .links-list li {
  width: 33.3%;
  float: left;
  line-height: 28px;
}

.row4 .links-list li a {
  font-size: 14px;
  color: #444444;
}

.row4 .links-list li:hover a {
  color: #0182c6;
}

/* 底部 */
.footer {
  padding: 40px;
  background: url(../images/footer-bg.png) no-repeat;
  background-size: cover;
}

.footer .cory {
 float:left;
}

.footer .cory p {
  color: rgba(255, 255, 255, 0.95);
  line-height: 40px;
}

/* 二级页面 */
.list-page {
  margin: 50px 0 80px 0;
  min-height: 500px;
}

/* 左侧导航 */
.left-nav {
  width: 255px;
  float: left;
  padding-bottom: 190px;
  background: url(../images/left-nav-bg.png) bottom center no-repeat #eaeaea;
}

.left-nav .column {
  background: #0066a6;
  padding: 20px 25px;
  text-align: center;
  font-size: 26px;
  color: #fff;
}

.left-nav .sideMenu {
  padding: 20px 10px 0;
}

.left-nav .sideMenu li {
  overflow: hidden;
  margin-bottom: 12px;
  background: #fff;
}

.left-nav .sideMenu li > a {
  display: block;
  color: #333333;
  font-size: 20px;
  padding: 20px 50px 20px 30px;
  background: url(../images/left-nav-ico1.png) 190px center no-repeat;
  border-left: 4px solid #7cc8f0;
}

.left-nav .sideMenu dl {
  padding: 10px 50px;
  display: none;
}

.left-nav .sideMenu dl dd a {
  display: block;
  font-size: 16px;
  color: #444444;
  background: url(../images/left-nav-ico2.png) left center no-repeat;
  padding: 6px 0 6px 20px;
}

.left-nav .sideMenu dl dd:hover a,
.left-nav .sideMenu dl dd.current a {
  background: url(../images/left-nav-ico3.png) left center no-repeat;
  font-weight: bold;
  color: #0066a6;
}

.left-nav .sideMenu li.current > a,
.left-nav .sideMenu li:hover > a {
  border-left: none;
  color: #fff;
  background: url(../images/left-nav-ico1-on.png) 190px center no-repeat #0066a6;
}

.left-nav .sideMenu li.current dl {
  display: block !important;
}

/* 右边内容区域 */
.right-con {
  width: 905px;
  float: right;
}

/* 当前栏目 */
.curr-column {
  border-bottom: 1px solid #d5d5d5;
  position: relative;
  line-height: 40px;
  overflow: hidden;
}

.curr-column p {
  float: left;
  padding-bottom: 10px;
  font-size: 26px;
  font-weight: bold;
  color: #1568b4;
  border-bottom: 2px solid #0182c6;
}

/* 当前位置 */
.location {
  float: right;
  background: url(../images/home.png) left center no-repeat;
  padding-left: 20px;
  color: #888888;
  font-size: 14px;
}

.location a {
  color: #888888;
}

.page-con {
  margin-top: 30px;
}

.page-con .pages {
  margin-top: 20px;
}

/* 列表页 */
.list-text {
  overflow: hidden;
}

.list-text li {
  line-height: 60px;
  border-bottom: 1px solid #dedcdc;
  overflow: hidden;
}

.list-text li .date {
  float: right;
  font-size: 16px;
  color: #888888;
}

.list-text li a.tit {
  float: left;
  position: relative;
  font-size: 16px;
  width: 800px;
  color: #333333;
  padding-left: 35px;
  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 a.tit:after {
  content: "";
  width: 5px;
  height: 5px;
  background: #5498c3;
  border-radius: 50%;
  position: absolute;
  left: 7px;
  top: 50%;
  margin-top: -2.5px;
}

.list-text li:hover {
  border-bottom: 1px solid #5498c3;
}

.list-text li:hover a.tit {
  color: #5498c3;
  transform: translateX(5px);
}

/* 图片列表 */
.list-pic {
  overflow: hidden;
  margin: 0 -23px;
}

.list-pic li {
  width: 25%;
  float: left;
  margin-bottom: 40px;
}

.list-pic li a {
  display: block;
  margin: 0 23px;
  position: relative;
  overflow: hidden;
}

.list-pic .pic {
  position: relative;
  width: 100%;
  padding-bottom: 262px;
  overflow: hidden;
}

.list-pic .pic img {
  width: 100%;height:265px;
  position: absolute;
  -moz-transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

.list-pic h4 {
  line-height: 45px;
  padding: 0 14px;
  font-weight: normal;
  font-size: 16px;
  color: #333333;
  border: 1px solid #cdcdcd;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.list-pic li:hover img {
  transform: scale(1.05);
}

.list-pic li:hover h4 {
  background: #0182c6;
  border: 1px solid #0182c6;
  color: #fff;
}

/* 教师列表页 */
.teacher-list .tit {
  overflow: hidden;
  width: 100%;
  margin-bottom: 20px;
  margin-top: 30px;
}

.teacher-list .tit p {
  line-height: 40px;
  background: url(../images/teacher-tit.png) left center no-repeat;
  color: #0066a6;
  font-size: 18px;
  font-weight: bold;
  padding-left: 30px;
}

.teacher-list ul {
  overflow: hidden;
  margin: 0 -14px;
}

.teacher-list ul li {
  float: left;
  width: 20%;
  margin-bottom: 20px;
}

.teacher-list ul li a {
  display: block;
  margin: 0 14px;
  background: #e0f1fa;
  text-align: center;
  color: #444444;
  font-size: 16px;
  line-height: 48px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -moz-transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

.teacher-list ul li a:hover {
  background: #0066a6;
  color: #fff;
}

/* 内容页 */
.article {
  margin-top: 30px;
}

.article h1 {
  text-align: center;
  color: #0066a6;
  font-size: 22px;
  font-weight: bold;
  line-height: 28px;
  margin-bottom: 15px;
}

.article h2 {
  text-align: center;
  color: #333333;
  font-size: 20px;
  font-weight: normal;
  line-height: 28px;
  margin-bottom: 15px;
}

.article .info {
  color: #777777;
  font-size: 14px;
  text-align: center;
  padding-bottom: 15px;
  border-bottom: 1px solid #e9e8e8;
}

.article .info span {
  margin: 0 10px;
}

.article .content {
  padding: 20px 0 25px;
  border-bottom: 1px solid #e9e8e8;
}

.article .content p {
  font-size: 16px;
  color: #333333;
  line-height: 32px;
  text-indent: 2em;
  padding-bottom: 15px;
}

.article .content p img,
.article .content p video {
  max-width: 100%;
  margin-left: -2em;
}

.article .content p.vsbcontent_img img {
  margin-left: 0;
}

.article .content table p {
  text-indent: 0;
}

.article .np {
  margin-top: 30px;
}

.article .np a {
  display: block;
  font-size: 16px;
  line-height: 32px;
  color: #333333;
}

.article .np a:hover {
  color: #0066a6;
}