@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 no-repeat;
  background-size: cover;
  padding: 35px 0 30px;
}

.header .wrap {
  position: relative;
}

.header .top-links {
  text-align: right;
  font-size: 15px;
  color: #01458e;
}

.header .top-links a {
  color: #01458e;
}

.header .top-links span {
  margin: 0 8px;
}

.logo {
  float: left;
}

.search-box {
  float: right;
  margin-top: 27px;
  height: 40px;
  width: 250px;
  padding: 0 15px;
  background: #fff;
  border-radius: 20px;
  border: 1px solid #a4a4a4;
}

.search-box .text {
  float: left;
  font-size: 15px;
  line-height: 38px;
  width: calc(100% - 45px);
  background: none;
}

.search-box .sub {
  float: right;
  width: 20px;
  height: 20px;
  margin-top: 10px;
  cursor: pointer;
}

.nav-bar {
  height: 70px;
  background: #01448c;
}

.nav .nLi {
  float: left;
  text-align: center;
  position: relative;
  width: 10%;
}

.nav .nLi > a {
  width: 100%;
  color: #fff;
  font-size: 18px;
  line-height: 70px;
  display: inline-block;
  position: relative;
}

.nav .nLi.current > a,
.nav .nLi:hover > a {
  background: #125cac;
}

.nav .subNav {
  display: none;
  top: 100%;
  width: 100%;
  left: 0;
  position: absolute;
  background: rgba(0, 0, 0, 0.64);
  text-align: center;
  z-index: 99;
}

.nav .subNav li {
  padding: 12px 5px;
  line-height: 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
}

.nav .subNav li a {
  font-size: 16px;
  color: #fff;
}

.nav .subNav li.current,
.nav .subNav li:hover {
  background: #01448c;
}

.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;
}

.banner .slick-dots {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translate(-50%);
}

.banner .slick-dots li {
  float: left;
  margin: 0 20px;
  width: 25px;
  height: 6px;
  background: #fff;
  cursor: pointer;
}

.banner .slick-dots li button {
  display: none;
}

.banner .slick-dots li.slick-active {
  margin-top: -27px;
  width: 62px;
  height: 43px;
  background: url(../images/banner-arr.png) no-repeat;
  background-size: 100% 100%;
}

/* main-box */
.index-title {
  position: relative;
  margin-bottom: 22px;
  background: url(../images/index-title-ico.png) top left no-repeat;
  padding-top: 30px;
  overflow: hidden;
}

.index-title .cn {
  position: relative;
  font-size: 26px;
  color: #01448c;
  font-weight: bold;
  float: left;
}

.index-title .index-more {
  float: right;
  margin-top: 5px;
  width: 63px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 14px;
  color: #4d7cae;
  border: 1px dashed #4d7cae;
}

.index-title .index-more:hover {
  background: #4d7cae;
  color: #fff;
}

.c1 {
  width: 375px;
  float: left;
}

.c2 {
  width: 375px;
  float: left;
  margin-left: 35px;
}

.c3 {
  width: 375px;
  float: right;
}

/* row1 */
.row1 {
  padding: 50px 0 40px;
  background: url(../images/row1-bg.jpg) no-repeat;
  background-size: 100% 100%;
}

.index-news {
  float: left;
  width: 790px;
}

.slider-news {
  width: 100%;
  background: #e4f1ff;
  padding-bottom: 50px;
  position: relative;
  overflow: hidden;
}

.slider-news .pic {
  border-top: 4px solid #01448c;
  width: 100%;
  padding-bottom: 56%;
  position: relative;
  overflow: hidden;    height: 258px;
}

.slider-news .pic img {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
    height: 100%;
}

.slider-news .pic img:hover {
  transform: scale(1.05);
}

.slider-news .text {

  overflow: hidden;
}

.slider-news .date {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 22px;
  color: #01448c;
}

.slider-news .date span {
  font-size: 30px;
  font-weight: bold;
}

.slider-news .tit {
  display: block;

  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #01448c;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.slider-news .abst {
  color: #666666;
  font-size: 16px;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}

.slider-news .slick-dots {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translate(-50%);
}

.slider-news .slick-dots li {
  float: left;
  margin: 0 15px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #cacaca;
  cursor: pointer;
}

.slider-news .slick-dots li button {
  display: none;
}

.slider-news .slick-dots li.slick-active {
  background: #01448c;
}

.news-text {
  margin-top: -5px;
}

.news-text li {
  line-height: 60px;
  overflow: hidden;
  border-bottom: 1px solid #cdcdcd;
}

.news-text .date {
  float: right;
  font-size: 16px;
  color: #333;
}

.news-text .tit {
  position: relative;
  float: left;
  width: calc(100% - 100px);
  padding-left: 23px;
  font-size: 18px;
  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;
}

.news-text .tit:before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #9c9c9c;
  position: absolute;
  top: 50%;
  left: 5px;
  margin-top: -3px;
}

.news-text li:hover .date {
  color: #01448c;
  font-weight: bold;
}

.news-text li:hover .tit {
  color: #01448c;
  font-weight: bold;
  padding-left: 0;
}

.news-text li:hover .tit:before {
  display: none;
}

.row2 {
  padding: 40px 0 65px;
  background: url(../images/row2-bg.png) top center no-repeat;
  background-size: cover;
}

.index-tab .hd li {
  cursor: pointer;
  float: left;
  margin-right: 30px;
}

.index-tab .index-title .cn {
  font-size: 26px;
  color: #333333;
  font-weight: normal;
}

.index-tab .index-title li.on {
  color: #01448c;
  font-weight: bold;
}

.index-xsyj {
  overflow: hidden;
}

.index-xsyj li {
  margin-bottom: 10px;
}

.index-xsyj li .box {
  background: #fff;
  padding: 25px 20px;
  transition: all 0.3s ease-in-out;
}

.index-xsyj li .tit {
  color: #333333;
  font-size: 18px;
  padding-bottom: 15px;
  display: block;
  border-bottom: 1px solid #dcdcdc;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.index-xsyj li .info {
  margin-top: 20px;
  font-size: 16px;
  color: #666666;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 30px;
}

.index-xsyj li .info p {
  padding-left: 30px;
}

.index-xsyj li .info .f1 {
  background: url(../images/xsyj-ico1.png) left center no-repeat;
}

.index-xsyj li .info .f2 {
  background: url(../images/xsyj-ico2.png) left center no-repeat;
}

.index-xsyj li .info .f3 {
  background: url(../images/xsyj-ico3.png) left center no-repeat;
}

.index-xsyj li .box:hover {
  box-shadow: 3px 15px 50px -20px rgba(0, 0, 0, 0.5);
}

.index-xsyj li .box:hover .tit {
  color: #01448c;
}

/* 系所中心 */
.index-title2 {
  overflow: hidden;
  padding-top: 30px;
  margin-bottom: 22px;
}

.index-title2 .cn {
  float: left;
  line-height: 34px;


  background-size: 100% 100%;
  font-size: 22px;
  color: #fff;
}

.index-xszx {
  background: url(../images/xszx-boxbg.png) no-repeat;
  background-size: 100% 100%;
  padding: 25px 20px;
}

.index-xszx ul {
  overflow: hidden;
}

.index-xszx li a {
  line-height: 36px;
  font-size: 16px;
  color: #333333;
  background: url(../images/xszx-ico1.png) left center no-repeat;
  padding-left: 28px;
}

.index-xszx li:hover a {
  color: #01448c;
  font-weight: bold;
  background: url(../images/xszx-ico2.png) left center no-repeat;
}

.index-xszx li:nth-child(1), .index-xszx li:nth-child(2), .index-xszx li:nth-child(3), .index-xszx li:nth-child(4) {
  float: left;
  width: 50%;
}

.index-fwdh ul {
  overflow: hidden;
  padding: 20px 20px 5px;
  background: #fff;
  margin: 0 -7px;
}

.index-fwdh li {
  width: 50%;
  float: left;
  margin-bottom: 15px;
}

.index-fwdh li a {
  display: block;
  margin: 0 7px;
  border: 1px solid #bfd1e4;
  background: #e4f1ff;
  line-height: 55px;
  position: relative;
  overflow: hidden;
}

.index-fwdh li a img {
  position: absolute;
  width: 29px;
  left: 25px;
  top: 50%;
  transform: translate(0, -50%);
}

.index-fwdh li a p {
  float: left;
  margin-left: 68px;
  font-size: 16px;
  color: #333333;
}

.index-fwdh li a:hover {
  background: #fff;
}

.index-fwdh li a:hover p {
  color: #01448c;
  font-weight: bold;
}

.index-fwdh .fwhd-bottom img {
  width: 100%;
}

.index-fwdh .fwhd-bottom img:hover {
  transform: scale(1.05);
}

/* row3 */
.row3 {
  padding: 40px 0 35px;
  overflow: hidden;
}

.row3 .links .tit {
  overflow: hidden;
  margin-bottom: 20px;
}

.row3 .links .tit .cn {
  font-size: 24px;
  color: #333333;
  float: left;
}

.row3 .links .tit .en {
  font-family: 'Times New Roman', Times, serif;
  font-size: 24px;
  float: left;
  padding-top: 5px;
  margin-left: 10px;
  color: #b5bdd0;
}

.row3 .links ul {
  overflow: hidden;
}

.row3 .links ul li {
  float: left;
  padding-right: 60px;
}

.row3 .links ul li a {
  font-size: 16px;
  color: #444444;
  line-height: 30px;
}

.row3 .links ul li a:hover {
  color: #01448c;
}

/* 底部 */
.footer {
  background: url(../images/footer-bg.png) no-repeat;
  background-size: cover;
}

.footer .infomation {
  overflow: hidden;
  padding: 28px 0 35px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.11);
}

.footer .contact {
  float: left;
}

.footer .contact .tit {
  font-size: 18px;
  padding-bottom: 15px;
  position: relative;
  margin-bottom: 15px;
  color: #fff;
}

.footer .contact .tit:after {
  content: "";
  width: 22px;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
}

.footer .info {
  overflow: hidden;
}

.footer .info p {
  font-size: 16px;
  line-height: 30px;
  color: #fff;
}

.footer .zp-phone {
  float: right;
  margin-top: 55px;
}

.footer .bgs-phone {
  float: right;
  margin-top: 55px;
  margin-right: 70px;
}

.footer .cory {
  padding: 15px 0 25px;
  overflow: hidden;
  font-size: 16px;
  color: #fff;
  text-align: center;
}

/* 二级页面 */
.list-banner {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.list-banner img {
  width: 100%;
}

.list-page {
  padding: 50px 0 70px;
  min-height: 500px;
}

/* 左侧导航 */
.left-nav {
  width: 255px;
  float: left;
}

.left-nav .column {
  background: #01448c;
  padding: 25px;
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  color: #fff;
}

.left-nav .sideMenu {
  padding-top: 20px;
  padding-bottom: 280px;
  background: url(../images/left-nav-bg.png) bottom center no-repeat #e4f1ff;
}

.left-nav .sideMenu li {
  border-bottom: 1px solid #d8d8d8;
}

.left-nav .sideMenu li > a {
  display: block;
  color: #333333;
  font-size: 20px;
  padding: 11px 25px 11px 85px;
  line-height: 30px;
  background: url(../images/left-nav-ico1.png) 25px center no-repeat;
  position: relative;
}

.left-nav .sideMenu dl {
  padding: 15px 25px 15px 85px;
  display: none;
}

.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: #01448c;
}

.left-nav .sideMenu li.current > a,
.left-nav .sideMenu li:hover > a {
  color: #fff;
  font-weight: bold;
  background: url(../images/left-nav-ico2.png) 25px center no-repeat #01448c;
}

.left-nav .sideMenu li.current dl {
  display: block !important;
}

/* 右边内容区域 */
.right-con {
  width: 910px;
  float: right;
}

/* 当前栏目 */
.curr-column {
  position: relative;
  overflow: hidden;
  line-height: 55px;
  border-bottom: 1px solid #002253;
}

.curr-column p {
  float: left;
  font-size: 26px;
  font-weight: bold;
  color: #01448c;
}

/* 当前位置 */
.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: 20px;
}

/* 列表页 */
.list-text {
  overflow: hidden;
}

.list-text li {
  line-height: 60px;
  border-bottom: 1px solid #e9e8e8;
  overflow: hidden;
}

.list-text li .date {
  float: right;
  font-size: 14px;
  color: #888888;
}

.list-text li a.tit {
  float: left;
  position: relative;
  font-size: 16px;
  width: 800px;
  color: #444444;
  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: 6px;
  height: 6px;
  background: #7ea5cf;
  position: absolute;
  left: 7px;
  top: 50%;
  margin-top: -3px;
}

.list-text li:hover {
  border-bottom: 1px solid #01448c;
}

.list-text li:hover a.tit {
  color: #01448c;
  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 10px;
  line-height: 60px;
  font-weight: normal;
  font-size: 18px;
  text-align: center;
  color: #333333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.list-pic li:hover a {
  background: #01448c;
  background-size: 100% 100%;
}

.list-pic li:hover .pic:after {
  content: "";
  width: 100%;
  height: 6px;
  background: #055fc0;
  position: absolute;
  left: 0;
  bottom: 0;
}

.list-pic li:hover img {
  transform: scale(1.05);
}

.list-pic li:hover h4 {
  color: #fff;
}

/* 教师列表页 */
.list-tea {
  overflow: hidden;
  margin: 0 -20px;
  padding-top: 10px;
}

.list-tea li {
  float: left;
  width: 50%;
  margin-bottom: 40px;
}

.list-tea li .box {
  display: block;
  overflow: hidden;
  border: 1px solid #c7c7c7;
  margin: 0 20px;
}

.list-tea li .pic {
  float: left;
  width: 140px;
  height: 203px;
  overflow: hidden;
}

.list-tea li .pic img {
  width: 100%;
  height: 100%;
}

.list-tea li .pic img:hover {
  transform: scale(1.05);
}

.list-tea li .text {
  float: right;
  width: calc(100% - 170px);
  padding-top: 20px;
  padding-right: 25px;
}

.list-tea li .tit {
  display: block;
  font-size: 20px;
  color: #333333;
  position: relative;
  padding-bottom: 10px;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.list-tea li .tit:hover {
  color: #01448c;
}

.list-tea li .tit:after {
  content: "";
  width: 24px;
  height: 3px;
  background: #01448c;
  position: absolute;
  bottom: 0;
  left: 0;
}

.list-tea li .zc {
  margin: 15px 0;
  font-size: 18px;
  color: #333333;
}

.list-tea li .info {
  font-size: 14px;
  line-height: 24px;
  color: rgba(51, 51, 51, 0.8);
  height: 72px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.list-tea li .box:hover {
  background: #e2effe;
  border: 1px solid #01448c;
  box-shadow: 0px 0px 10px 0px #01448c;
}

/* 内容页 */
.article {
  margin-top: 30px;
}

.article h1 {
  text-align: center;
  color: #01448c;
  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: #01448c;
}



/* 学术讲座 */
.index-tit {
  overflow: hidden;
  float: left;
  width: 65px;
  text-align: center;
  position: relative;
  z-index: 9;
}

.index-tit p.cn {
  font-size: 1.5rem;
  line-height: 28px;
  color: #02458c;
  font-weight: bold;

  background-size: 100% 100%;
  overflow: hidden;
  padding: 25px 17px 50px;
}

.index-more {
  display: block;
  color: #08315c;
  font-size: 1rem;
  margin-top: 20px;
  font-weight: bold;
  -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-more:hover {
  transform: translateY(-5px);
}
.xsjz-list {
  margin: 0 -10px;
  padding-bottom: 100px;
  overflow: hidden;
}

.xsjz-list .item {
  background: #f1f0f0;
  padding: 30px 17px;
  margin: 0 10px;
  border: 1px solid #d8d8d8;
}

.xsjz-list .item .up {
  overflow: hidden;
  padding-bottom: 20px;
  border-bottom: 1px solid #d8d8d8;
}

.xsjz-list .item .up .pic {
  float: left;
  width: 100px;
  height: 100px;
  position: relative;
  overflow: hidden;
}

.xsjz-list .item .up .pic img {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}

.xsjz-list .item .up .text {
  width: calc(100% - 125px);
  float: right;
  line-height: 26px;
  color: #333;
}

.xsjz-list .item .up .text .t1 {
  font-size: 15px;
  display: block;
  overflow: hidden;
  line-height: 30px;
padding-bottom:10px;
 text-overflow:ellipsis;
}

.xsjz-list .item .up .text .t2 {
  font-size: 1rem;
white-space: nowrap;
 text-overflow:ellipsis;
 overflow:hidden;
}

.xsjz-list .item .down {
  margin-top: 18px;
}

.xsjz-list .item .down a.tit {
  color: #333333;
  font-size: 1rem;
  line-height: 26px;
  height: 52px;
  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;
}

.xsjz-list .item .down p.address {
  font-size: 0.875rem;
  line-height: 32px;
  color: #353535;
  background: url(../images/xsjz-ico1.png) left center no-repeat;
  padding-left: 30px;white-space:nowrap;
 overflow:hidden;
 text-overflow:ellipsis;
}

.xsjz-list .item .down p.time {
  font-size: 0.875rem;
  line-height: 32px;
  color: #353535;
  background: url(../images/xsjz-ico2.png) left center no-repeat;
  padding-left:30px;white-space:nowrap;
 overflow:hidden;
 text-overflow:ellipsis;
}

.xsjz-list .item:hover img {
  transform: scale(1.05);
}

.xsjz-list .item:hover p.t1 {
  color: #063567 !important;
}

.xsjz-list .item:hover a.tit {
  color: #063567;
  transform: translateX(5px);
}

.xsjz-list .slick-prev,
.xsjz-list .slick-next {
  width: 70px;
  height: 30px;
  background: #fff;
  border: 1px solid #b4b4b4;
  position: absolute;
  z-index: 9;
  bottom: 0;
  top: auto;
  left: 0;
  right: 0;
  font-size: 0;
}

.xsjz-list .slick-prev:before,
.xsjz-list .slick-next:before {
  display: none !important;
}

.xsjz-list .slick-prev {
  background: url(../images/arrow-left.png) center center no-repeat;
  left: 50%;
  right: auto;
  margin-left: -80px;
}

.xsjz-list .slick-prev:hover {
  background: url(../images/arrow-left-on.png) center center no-repeat #063666;
}

.xsjz-list .slick-next {
  background: url(../images/arrow-right.png) center center no-repeat;
  left: auto;
  right: 50%;
  margin-right: -80px;
}

.xsjz-list .slick-next:hover {
  background: url(../images/arrow-right-on.png) center center no-repeat #063666;
}