@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提示样式 */
.header {
  background: url(../images/header-bg.png) center top no-repeat #e1ecf8;
  padding: 25px 0;
}

.header .top-links {
  text-align: right;
  font-size: 15px;
  color: #666666;
}

.header .top-links a {
  color: #666666;
}

.header .top-links span {
  margin: 0 15px;
}

.logo {
  float: left;
}

.search-box {
  margin-top: 27px;
}

.search-box .text {
  float: left;
  font-size: 15px;
  line-height: 40px;
  border-radius: 20px;
  height: 40px;
  width: 250px;
  padding: 0 20px;
  background: #fff;
  border: 2px solid #002147;
}

.search-box .sub {
  float: right;
  width: 40px;
  height: 40px;
  margin-left: 5px;
  cursor: pointer;
}

.nav-bar {
  height: 65px;
  background: #002147;
}

.nav .nLi {
  float: left;
  text-align: center;
  position: relative;
  width: 12.5%;
}

.nav .nLi > a {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 65px;
  display: inline-block;
}

.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: #0541b4;
}

.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%;
  background: url(../images/banner-bg.png) center top no-repeat #e1ecf8;
}

.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 */
.main {
  padding-bottom: 80px;
  background: url(../images/main-bg.png) bottom center no-repeat;
}

.index-title {
  position: relative;
  line-height: 26px;
  margin-bottom: 30px;
  overflow: hidden;
}

.index-title .cn {
  position: relative;
  font-size: 26px;
  color: #002147;
  font-weight: bold;
  float: left;
  padding-bottom: 25px;
}

.index-title .cn:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 44px;
  height: 16px;
  background: url(../images/index-title-bott.png) no-repeat;
  background-size: 100% 100%;
}

.index-title .en {
  float: left;
  font-weight: bold;
  font-size: 20px;
  color: rgba(102, 103, 105, 0.39);
  margin-left: 15px;
  margin-top: 5px;
}

.index-title .index-more {
  float: right;
  margin-top: 5px;
}

.index-title .index-more:hover img {
  transform: scale(1.05);
}

/* row1 */
.row1 {
  margin-top: 50px;
}

.news-left {
  float: left;
  width: 580px;
}

.news-left ul {
  overflow: hidden;
  margin: 0 -10px;
}

.news-left li {
  float: left;
  width: 50%;
}

.news-left a {
  display: block;
  margin: 0 10px;
  overflow: hidden;
}

.news-left a .pic {
  width: 100%;
  padding-bottom: 158px;
  position: relative;
  overflow: hidden;
}

.news-left a .pic img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.news-left a .text {
  border: 1px solid #d8d8d8;
  padding: 20px 25px 12px;
  overflow: hidden;
}

.news-left a .text h3 {
  font-size: 16px;
  line-height: 24px;
  color: #333333;
  font-weight: normal;
  height: 48px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -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;
}

.news-left a .text .abst {
  margin-top: 22px;
  font-size: 14px;
  color: #888888;
  text-indent: 2em;
  line-height: 20px;
  height: 66px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.news-left a .text .date {
  margin-top: 17px;
  background: url(../images/date.png) left center no-repeat;
  font-size: 14px;
  color: #002147;
  line-height: 24px;
  padding-left: 30px;
}

.news-left a:hover img {
  transform: scale(1.05);
}

.news-left a:hover h3 {
  color: #0641b7 !important;
  transform: translateX(5px);
}

.news-right {
  float: right;
  width: 580px;
}

.news-right li {
  line-height: 60px;
  overflow: hidden;
  border-bottom: 1px solid #d2d2d2;
  background: url(../images/jiahao.png) left center no-repeat;
  padding-left: 20px;
}

.news-right li a {
  float: left;
  width: 465px;
  font-size: 16px;
  color: #444444;
  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-right li .date {
  font-size: 16px;
  color: #858687;
  float: right;
}

.news-right li:hover {
  background: url(../images/jiahao-on.png) left center no-repeat;
  border-bottom: 1px solid #0641b7;
}

.news-right li:hover a {
  color: #0641b7;
  transform: translateX(5px);
}

.row2 {
  margin-top: 45px;
}

.xsdt-list {
  float: left;
  width: 780px;
}

.xsdt-list ul {
  margin-top: -10px;
}

.xsdt-list li {
  line-height: 60px;
  overflow: hidden;
  border-bottom: 1px solid #d2d2d2;
  background: url(../images/jiahao.png) left center no-repeat;
  padding-left: 20px;
}

.xsdt-list li a {
  float: left;
  width: 625px;
  font-size: 16px;
  color: #444444;
  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;
}

.xsdt-list li .date {
  font-size: 16px;
  color: #858687;
  float: right;
}

.xsdt-list li:hover {
  background: url(../images/jiahao-on.png) left center no-repeat;
  border-bottom: 1px solid #0641b7;
}

.xsdt-list li:hover a {
  color: #0641b7;
  transform: translateX(5px);
}

.cxtd-list {
  float: right;
  width: 380px;
}

.cxtd-list .slider-team {
  background: url(../images/cxtd-bg.png) top left no-repeat #e9e9e9;
  padding: 30px 15px 0 15px;
}

.cxtd-list .slider-team .box {
  margin: 0 15px;
}

.cxtd-list .slider-team .pic {
  display: block;
  position: relative;
  width: 100%;
  padding-bottom: 180px;
}

.cxtd-list .slider-team .pic img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.cxtd-list .slider-team .pic img:hover {
  transform: scale(1.05);
}

.cxtd-list .slider-team .tit {
  display: block;
  text-align: center;
  margin-top: 24px;
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  line-height: 24px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.cxtd-list .slider-team .tit:hover {
  color: #0641b7;
}

.cxtd-list .slider-team p {
  margin-top: 10px;
  text-align: center;
  font-size: 16px;
  color: #333333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.cxtd-list .slick-dots {
  position: relative;
  width: 130px;
  height: 30px;
  background: #c8c8c8;
  margin: 38px auto 0;
  padding: 10px 0 0 28px;
}

.cxtd-list .slick-dots li {
  width: 8px;
  height: 8px;
  float: left;
  margin: 0 7px;
  background: #002147;
  cursor: pointer;
}

.cxtd-list .slick-dots li button {
  display: none;
}

.cxtd-list .slick-dots li.slick-active {
  background: #0641b7;
  width: 12px;
  height: 12px;
  margin-top: -2px;
}

/* row3 */
.row3 {
  margin-top: 50px;
}

.slider-xshd {
  overflow: hidden;
  padding: 10px 0;
  margin: 0 -13px;
}

.slider-xshd .slick-list {
  overflow: initial;
}

.slider-xshd .box {
  border: 1px solid #d8d8d8;
  padding: 28px 15px 20px;
  background: #fff;
  overflow: hidden;
  margin: 0 13px;
}

.slider-xshd .date {
  float: left;
  width: 75px;
  text-align: center;
  background: #999999;
}

.slider-xshd .date .day {
  height: 45px;
  line-height: 45px;
  font-size: 26px;
  color: #d8d8d8;
  background: #002147;
}

.slider-xshd .date .year {
  margin-top: 1px;
  height: 30px;
  line-height: 30px;
  border-top: 1px solid #fff;
  color: #fff;
  font-size: 14px;
}

.slider-xshd .text {
  float: right;
  width: calc(100% - 95px);
}

.slider-xshd .text .tit {
  display: block;
  color: #333333;
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.slider-xshd .text .info {
  margin-top: 15px;
  color: rgba(53, 53, 53, 0.76);
  font-size: 14px;
  line-height: 32px;
}

.slider-xshd .text .info p {
  padding-left: 24px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.slider-xshd .text .info .people {
  background: url(../images/xshd-ico.png) left 8px no-repeat;
}

.slider-xshd .text .info .time {
  background: url(../images/xshd-ico.png) left -24px no-repeat;
}

.slider-xshd .text .info .address {
  background: url(../images/xshd-ico.png) left -55px no-repeat;
}

.slider-xshd .box:hover {
  border: none;
  box-shadow: 0 0 10px 0 #efefef;
}

.slider-xshd .box:hover .date {
  background: url(../images/xshd-date.png) no-repeat;
  background-size: 100% 100%;
}

.slider-xshd .box:hover .day {
  background: none !important;
}

.slider-xshd .box:hover .tit {
  color: #0641b7 !important;
}

.slider-xshd .slick-dots {
  position: relative;
  z-index: 9;
  margin-top: 20px;
  transform: translateX(50%);
  margin-left: -25%;
}

.slider-xshd .slick-dots li {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  float: left;
  margin: 0 14px;
  background: #afafaf;
  cursor: pointer;
}

.slider-xshd .slick-dots li button {
  display: none;
}

.slider-xshd .slick-dots li.slick-active {
  background: #002147;
}

/* row4 */
.row4 {
  margin-top: 30px;
}

.tzgg-list {
  float: left;
  width: 780px;
}

.tzgg-list li {
  padding: 15px 0;
  overflow: hidden;
  border-bottom: 1px solid #d2d2d2;
}

.tzgg-list .date {
  float: left;
  width: 96px;
  height: 28px;
  line-height: 28px;
  background: #c8d5e3;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #002147;
  font-family: Arial, Helvetica, sans-serif;
}

.tzgg-list .tit {
  float: left;
  width: 625px;
  margin-left: 30px;
  line-height: 28px;
  font-size: 16px;
  color: #444444;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.tzgg-list li:hover .date {
  background: #002147;
  color: #fff;
}

.tzgg-list li:hover .tit {
  color: #0641b7;
}

.syaq-list {
  float: right;
  width: 380px;
}

.syaq-list ul {
  overflow: hidden;
  padding: 25px 22px 10px;
  background: #e9e9e9;
}

.syaq-list ul li {
  padding-top: 10px;
  background: url(../images/safe-bg1.png) no-repeat;
  background-size: cover;
  margin-bottom: 21px;
}

.syaq-list ul li a {
  font-size: 18px;
  line-height: 50px;
  text-align: center;
  display: block;
  color: #333333;
  font-weight: bold;
}

.syaq-list ul li:nth-child(2) {
  background: url(../images/safe-bg2.png) no-repeat;
}

.syaq-list ul li:nth-child(3) {
  background: url(../images/safe-bg3.png) no-repeat;
}

.syaq-list ul li:nth-child(4) {
  background: url(../images/safe-bg4.png) no-repeat;
}

.syaq-list ul li:hover a {
  color: #0641b7;
}

/* 底部 */
.footer {
  padding: 40px 0;
  background: #002147;
  background-size: cover;
}

.footer .cory {
  text-align: center;
}

.footer .cory p {
  color: rgba(255, 255, 255, 0.95);
  line-height: 40px;
}

/* 二级页面 */
.list-banner {
  width: 100%;
}

.list-banner img {
  width: 100%;
}

.list-page {
  padding-bottom: 80px;
  background: url(../images/main-bg.png) bottom center no-repeat;
  min-height: 500px;
}

/* 左侧导航 */
.left-nav {
  width: 255px;
  float: left;
  padding-bottom: 170px;
  background: url(../images/left-nav-bg.png) bottom center no-repeat #e9e9e9;
}

.left-nav .column {
  background: #002147;
  padding: 20px;
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  color: #fff;
}

.left-nav .sideMenu {
  padding: 30px 20px 0;
}

.left-nav .sideMenu li {
  overflow: hidden;
  margin-bottom: 12px;
}

.left-nav .sideMenu li > a {
  display: block;
  color: #444444;
  font-size: 20px;
  padding: 20px 25px 20px 50px;
  background: url(../images/left-nav1.png) no-repeat;
  background-size: 100% 100%;
  position: relative;
}

.left-nav .sideMenu li > a:before {
  content: "";
  width: 13px;
  height: 13px;
  background: url(../images/left-nav-ico1.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -6px;
}

.left-nav .sideMenu dl {
  padding: 10px 20px 10px 50px;
  display: none;
  background: #fff;
  margin-right: 9px;
}

.left-nav .sideMenu dl dd a {
  display: block;
  font-size: 16px;
  color: #444444;
  background: url(../images/left-nav-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 {
  background: url(../images/left-nav-ico4.png) left center no-repeat;
  font-weight: bold;
  color: #002147;
}

.left-nav .sideMenu li.current > a,
.left-nav .sideMenu li:hover > a {
  border-left: none;
  color: #fff;
  background: url(../images/left-nav2.png) no-repeat;
  background-size: 100% 100%;
}

.left-nav .sideMenu li.current > a:before,
.left-nav .sideMenu li:hover > a:before {
  background: url(../images/left-nav-ico2.png) no-repeat;
  background-size: 100% 100%;
}

.left-nav .sideMenu li.current dl {
  display: block !important;
}

/* 右边内容区域 */
.right-con {
  width: 905px;
  float: right;
}

/* 当前栏目 */
.curr-column {
  position: relative;
  overflow: hidden;
}

.curr-column p {
  position: relative;
  float: left;
  padding-bottom: 23px;
  font-size: 26px;
  font-weight: bold;
  color: #002147;
  background: url(../images/index-title-bott.png) left bottom no-repeat #fff;
}

.curr-column:after {
  content: "";
  position: absolute;
  width: 848px;
  height: 0;
  border-bottom: 1px solid #002147;
  right: 0;
  bottom: 8px;
}

/* 当前位置 */
.location {
  margin: 30px 0;
  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;
}

/* 列表页 */
.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: #809eda;
  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 -15px;
}

.list-pic li {
  width: 33.3%;
  float: left;
  margin-bottom: 30px;
}

.list-pic li a {
  display: block;
  margin: 0 15px;
  position: relative;
  overflow: hidden;
  background: #fff;
  border: 1px solid #dcdcdc;
}

.list-pic .pic {
  position: relative;
  width: 100%;
  padding-bottom: 158px;
  overflow: hidden;
}

.list-pic .pic img {
  width: 100%;
  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 {
  margin: 0 18px;
  line-height: 55px;
  font-weight: normal;
  font-size: 16px;
  background: url(../images/jiantou1.png) right center no-repeat;
  color: #333333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.list-pic li:hover a {
  background: url(../images/yqsb-bg.png) no-repeat;
  background-size: 100% 100%;
}

.list-pic li:hover img {
  transform: scale(1.05);
}

.list-pic li:hover h4 {
  color: #fff;
  background: url(../images/jiantou2.png) right center no-repeat;
}

/* 教师列表页 */
.list-tea {
  overflow: hidden;
  margin: 0 -20px;
  padding-top: 10px;
}

.list-tea li {
  float: left;
  width: 50%;
  margin-bottom: 30px;min-height: 262px;
}

.list-tea li .box {
  display: block;
  overflow: hidden;
  background: #fff;
  padding: 20px;
  border: 1px solid #dcdcdc;
  margin: 0 20px;
}

.list-tea li .pic {
  float: left;
  width: 140px;
  height: 209px;
  overflow: hidden;
}

.list-tea li .pic img {
  width: 100%;
  height: 100%;
}

.list-tea li .text {
  float: right;
  width: calc(100% - 170px);
}

.list-tea li .tit {
  font-size: 22px;
  color: #002147;
}

.list-tea li .info {
  margin-top: 10px;
  font-size: 16px;
  line-height: 28px;
  color: #444444;
}

.list-tea li .info span {
  font-weight: bold;
}

.list-tea li .info p {
  padding: 3px 0;
}

.list-tea li .info P:last-child {
  height: 84px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.list-tea li .box:hover {
  box-shadow: 0 0 10px 0 #002147;
  border: 1px solid #002147;
}

.teacher-list {
  margin-top: 40px;
}

.teacher-list .tit {
  overflow: hidden;
  width: 100%;
  margin: 25px 0 30px;
}

.teacher-list .tit p {
  float: left;
  width: 100px;
  text-align: center;
  line-height: 40px;
  border-top: 1px solid #002147;
  border-bottom: 1px solid #002147;
  color: #002147;
  font-size: 20px;
}

.teacher-list ul {
  overflow: hidden;
  margin: 0 -14px;
}

.teacher-list ul li {
  float: left;
  width: 20%;
  margin-bottom: 15px;
}

.teacher-list ul li a {
  display: block;
  margin: 0 14px;
  background: #f1f1f1;
  text-align: center;
  color: #333333;
  font-size: 16px;
  line-height: 55px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.teacher-list ul li a:hover {
  background: #002147;
  color: #fff;
}

/* 代表性论文 */
.list-dblw {
  overflow: hidden;
  margin-top: -30px;
}

.list-dblw li {
  padding: 26px 0 30px;
  overflow: hidden;
  border-bottom: 1px solid #e7e6e6;
}

.list-dblw .pic {
  float: left;
  width: 230px;
  height: 130px;
  border: 1px solid #e7e6e6;
  overflow: hidden;
}

.list-dblw .pic img {
  width: 100%;
}

.list-dblw .text {
  float: right;
  width: calc(100% - 260px);
}

.list-dblw .tit {
  display: block;
  font-size: 16px;
  color: #002147;
  line-height: 28px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.list-dblw .abst {
  margin: 15px 0;
  font-size: 14px;
  color: #888888;
  line-height: 24px;
  text-indent: 2em;
  height: 48px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.list-dblw .info p {
  float: left;
  margin-right: 30px;
  font-size: 14px;
  color: #002147;
  line-height: 20px;
  padding-left: 28px;
}

.list-dblw .info p.date {
  background: url(../images/dblw-date.png) left center no-repeat;
}

.list-dblw .info p.folder {
  background: url(../images/dblw-folder.png) left center no-repeat;
}

.list-dblw .info p.click {
  background: url(../images/dblw-click.png) left center no-repeat;
}

.list-dblw li:hover .pic {
  border: 1px solid #002147;
  box-shadow: 0 0 10px 0 #002147;
}

.list-dblw li:hover .tit {
  font-size: 18px;
  font-weight: bold;
}

/* 内容页 */
.article {
  margin-top: 30px;
}

.article h1 {
  text-align: center;
  color: #002147;
  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: #002147;
}