@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 {
  height: 30px;
  background: #890019;
  line-height: 30px;
}

.top .top-links {
  float: right;
  text-align: right;
  font-size: 12px;
  margin-right: 15px;
  color: rgba(255, 255, 255, 0.8);
}

.top .top-links a {
  color: rgba(255, 255, 255, 0.8);
}

.top .top-links span {
  margin: 0 10px;
}

.header {
  background: url(../images/header-bg.png) no-repeat #b80022;
  padding: 35px 0;
}

.logo {
  float: left;
}

.search-box {
  float: right;
  margin-top: 5px;
  width: 154px;
  height: 20px;
  line-height: 20px;
  background: #af0020;
  padding: 0 4px;
}

.search-box .text {
  float: left;
  margin-top: 4px;
  font-size: 12px;
  height: 12px;
  line-height: 12px;
  width: 128px;
  padding-right: 4px;
  color: rgba(255, 255, 255, 0.8);
  background: none;
  border: none;
  border-right: 1px solid rgba(255, 255, 255, 0.4);
}

.search-box .sub {
  float: right;
  width: 12px;
  margin-top: 4px;
  cursor: pointer;
}

.nav-bar {
  height: 50px;
  background: #fff;
}

.nav .nLi {
  float: left;
  width:7.5%;
  text-align: center;
  position: relative;
}

.nav .nLi > a {
  font-size: 16px;
  line-height: 50px;
  display: inline-block;
  color: #000000;
}

.nav .nLi.on,
.nav .nLi:hover {
  background: #b80022;
}

.nav .nLi.on > a,
.nav .nLi:hover > a {
  color: #fff;
}

.nav .nLi.on > a:after,
.nav .nLi:hover > a:after {
  display: none;
}

.nav .subNav {
  display: none;
  top: 100%;
  width: 100%;
  left: 0;
  position: absolute;
  background: #fefeff;
  text-align: center;
  z-index: 99;
  padding: 0 10px;
}

.nav .subNav li {
  padding: 10px 0px;
  line-height: 22px;
  background: none !important;
  border-bottom: 1px solid #e7e7e8;
}

.nav .subNav li a {
  font-size: 15px;
  color: #0d0d0d;
}

.nav .subNav li.current a,
.nav .subNav li:hover a {
  color: #b80022;
}

.banner {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}

.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: 17px;
  height: 29px;
  position: absolute;
  z-index: 9;
  left: 2%;
  top: 50%;
  margin-top: -15px;
  background: url(../images/banner-left.png) no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
}

.banner .slick-next {
  text-indent: 999px;
  overflow: hidden;
  width: 17px;
  height: 29px;
  position: absolute;
  z-index: 9;
  right: 2%;
  top: 50%;
  margin-top: -15px;
  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: 17px;
  left: 50%;
  transform: translate(-50%);
}

.banner .slick-dots li {
  float: left;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin: 0 7px;
  background: none;
  border: 1px solid #ffffff;
  cursor: pointer;
}

.banner .slick-dots li button {
  display: none;
}

.banner .slick-dots li.slick-active {
  background: #ffffff;
}

/* main-box */
.main-box {
  width: 1260px;
  margin: 0 auto;
  background: #fff;
  box-shadow: 0 0 20px 0px #b3b3b3;
}

.index-title {
  overflow: hidden;
  margin-bottom: 25px;
  line-height: 40px;
}

.index-title h3 {
  font-size: 24px;
  font-weight: normal;
  color: #a50e0e;
  padding-left: 45px;
  float: left;
}

.index-title .index-more {
  float: right;
  margin-top: 10px;
  width: 24px;
  height: 18px;
  background: url(../images/index-more.png) no-repeat;
  background-size: 100% 100%;
  -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-title .index-more:hover {
  background: url(../images/index-more2.png) no-repeat;
  background-size: 100% 100%;
}

.index-news li {
  overflow: hidden;
  line-height: 38px;
}

.index-news li .tit {
  float: left;
  width: calc(100% - 60px);
  color: #333333;
  font-size: 16px;
  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 li .date {
  float: right;
  font-size: 12px;
  color: #666666;
}

.index-news li:hover .tit {
  color: #a50e0e;
  transform: translateX(5px);
}

/* row1 */
.row1 {
  border-bottom: 1px solid #d9d9d9;
}

.row1 .c1 {
  float: left;
  padding-top: 40px;
  padding-bottom: 30px;
  width: 807px;
  border-right: 1px solid #d9d9d9;
  padding-right: 20px;
}

.row1 .c1 .index-title h3 {
  background: url(../images/index-tit1.png) left center no-repeat;
}

.row1 .c2 {
  float: right;
  padding-top: 40px;
  width: calc(100% - 830px);
}

.row1 .c2 .index-title h3 {
  background: url(../images/index-tit2.png) left center no-repeat;
}

.row1 .index-news {
  float: right;
  width: 390px;
  margin-top: -10px;
}

.slider-pic {
  position: relative;
  float: left;
  width: 370px;
}

.slider-pic .box {
  position: relative;
  overflow: hidden;
}

.slider-pic .box .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 250px;
}

.slider-pic .box .pic img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;height:250px;
}

.slider-pic .box p {
  margin-top: 15px;
  text-align: center;
  color: #333333;
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.slider-pic .box:hover img {
  transform: scale(1.05);
}

.slider-pic .slick-dots {
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
}

.slider-pic .slick-dots li {
  float: left;
  width: 8px;
  height: 8px;
  background: none;
  border-radius: 50%;
  border: 1px solid #fff;
  margin: 0 3px;
  cursor: pointer;
}

.slider-pic .slick-dots li button {
  display: none;
}

.slider-pic .slick-dots li.slick-active {
  background: #fff;
}

.index-notice {
  margin-top: -10px;
}

.index-notice li {
  overflow: hidden;
  margin-bottom: 18px;
}

.index-notice .date {
  float: left;
  width: 70px;
  height: 60px;
  background: #f3efec;
  text-align: center;
}

.index-notice .date .day {
  margin-top: 12px;
  font-size: 18px;
  font-weight: bold;
  color: #333;
}

.index-notice .date .year {
  font-size: 12px;
  color: #808080;
}

.index-notice .tit {
  float: right;
  width: calc(100% - 85px);
  font-size: 16px;
  color: #323232;
  line-height: 26px;
  height: 54px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 5px;
  -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-notice li:hover .date {
  background: #a50e0e;
}

.index-notice li:hover .day,
.index-notice li:hover .year {
  color: #fff !important;
}

.index-notice li:hover .tit {
  color: #a50e0e;
  transform: translateX(5px);
}

.row2 {
  border-bottom: 1px solid #d9d9d9;
}

.row2 .index-title {
  margin-bottom: 15px;
}

.row2 .c1 {
  float: left;
  width: 390px;
  padding-right: 20px;
  padding-top: 30px;
  padding-bottom: 30px;
  border-right: 1px solid #d9d9d9;
}

.row2 .c1 .index-title h3 {
  background: url(../images/index-tit3.png) left center no-repeat;
}

.row2 .c2 {
  float: left;
  width: 417px;
  padding-top: 30px;
  padding-left: 25px;
  padding-right: 20px;
  padding-bottom: 30px;
  border-right: 1px solid #d9d9d9;
}

.row2 .c2 .index-title h3 {
  background: url(../images/index-tit4.png) left center no-repeat;
}

.row2 .c2 .index-news li {
  border-bottom: 1px dashed #d9d9d9;
  line-height: 37px;
}

.row2 .c2 .index-news li:last-child {
  border-bottom: none;
}

.row2 .c3 {
  float: right;
  padding-top: 30px;
  width: calc(100% - 830px);
}

.row2 .c3 .index-title h3 {
  background: url(../images/index-tit5.png) left center no-repeat;
}

.row2 .c3 .index-news li {
  border-bottom: 1px dashed #d9d9d9;
  line-height: 37px;
}

.row2 .c3 .index-news li:last-child {
  border-bottom: none;
}

.row3 {
  padding: 35px 0 55px;
}

.row3 .index-title h3 {
  background: url(../images/index-tit6.png) left center no-repeat;
}

.slider-xyfc {
  position: relative;
  overflow: hidden;
  margin: 0 -13px;
}

.slider-xyfc .box {
  position: relative;
  overflow: hidden;
  margin: 0 13px;
}

.slider-xyfc .box .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-bottom: 62.8%;
}

.slider-xyfc .box .pic img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.slider-xyfc .box p {
  margin-top: 10px;
  color: #333333;
  text-align: center;
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.slider-xyfc .box:hover img {
  transform: scale(1.05);
}

.slider-xyfc .slick-prev {
  text-indent: 999px;
  overflow: hidden;
  width: 25px;
  height: 40px;
  position: absolute;
  z-index: 9;
  left: 13px;
  top: 50%;
  margin-top: -40px;
  background: url(../images/xyfc-left.png) no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
}

.slider-xyfc .slick-next {
  text-indent: 999px;
  overflow: hidden;
  width: 25px;
  height: 40px;
  position: absolute;
  z-index: 9;
  right: 13px;
  top: 50%;
  margin-top: -40px;
  background: url(../images/xyfc-right.png) no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
}

.slider-xyfc .slick-prev:hover,
.slider-xyfc .slick-next:hover {
  opacity: 0.8;
}

/* 底部 */
.footer {
  padding: 40px 0 30px;
  background: #b80022;
}

.footer .contact {
  float: left;
  line-height: 42px;
  font-size: 14px;
}

.footer .contact p {
  color: #fff;
  padding-left: 23px;
}

.footer .contact p.address {
  background: url(../images/ico-address.png) left center no-repeat;
}

.footer .contact p.code {
  background: url(../images/ico-code.png) left center no-repeat;
}

.footer .contact p.phone {
  background: url(../images/ico-phone.png) left center no-repeat;
}

.footer .middle {
  float: left;
  margin-left: 155px;
}

.footer .cory {
  margin-top: 15px;
  line-height: 32px;
  font-size: 14px;
  color: #fff;
}

.footer .ewm {
  float: right;
}

.footer .ewm img {
  width: 100px;
  height: 100px;
}

.footer .ewm p {
  font-size: 14px;
  color: #ffffff;
  margin-top: 5px;
  text-align: center;
}

/* 二级页面 */
.list-page {
  margin: 20px 0 60px 0;
  min-height: 500px;
}

/* 左侧导航 */
.left-nav {
  width: 215px;
  float: left;
}

.left-nav .column {
  background: #b80022;
  padding: 30px 20px;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
}

.left-nav .sideMenu {
  background: #fafafa;
  overflow: hidden;
  border: 1px solid #e6e6e6;
}

.left-nav .sideMenu li {
  overflow: hidden;
}

.left-nav .sideMenu li > a {
  display: block;
  color: #000000;
  padding: 15px 25px;
  border-bottom: 1px solid #e6e6e6;
  font-size: 16px;
  background: url(../images/left-nav-ico1.png) 190px center no-repeat;
}

.left-nav .sideMenu dl {
  padding: 10px 40px;
  border-bottom: 1px solid #e6e6e6;
  display: none;
}

.left-nav .sideMenu dl dd a {
  display: block;
  font-size: 14px;
  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;
  color: #b80022;
}

.left-nav .sideMenu li.current > a,
.left-nav .sideMenu li:hover > a {
  color: #fff;
  background: url(../images/left-nav-ico1-on.png) 190px center no-repeat #b80022;
  border-bottom: 1px solid #b80022;
}

.left-nav .sideMenu li.current dl {
  display: block !important;
}

/* 右边内容区域 */
.right-con {
  width: 950px;
  float: right;
}

/* 当前栏目 */
/* 当前位置 */
.location {
  padding: 7px 10px 7px 30px;
  background: url(../images/home.png) 5px center no-repeat #f7f7f7;
  color: #888888;
  font-size: 14px;
  overflow: hidden;
}

.location a {
  color: #818181;
}

.page-con {
  margin-top: 15px;
}

.page-con .pages {
  margin-top: 30px;
}

/* 列表页 */
.list-text {
  overflow: hidden;
}

.list-text li {
  line-height: 54px;
  border-bottom: 1px solid #cccccc;
  overflow: hidden;
}

.list-text li .date {
  float: right;
  font-size: 14px;
  color: #999999;
}

.list-text li a.tit {
  float: left;
  position: relative;
  font-size: 16px;
  width: 850px;
  color: #000000;
  padding-left: 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;
}

.list-text li a.tit span {
  color: #b80022;
}

.list-text li a.tit:after {
  content: "";
  width: 5px;
  height: 5px;
  background: #b80022;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2.5px;
}

.list-text li:hover {
  border-bottom: 1px solid #b80022;
}

.list-text li:hover a.tit {
  color: #b80022;
  transform: translateX(5px);
}

/* 图文列表 */
.list-pics li {
  overflow: hidden;
  border: 1px solid #e5e5e5;
  margin-top: 35px;
}

.list-pics li .pic {
  float: left;
  width: 250px;
  height: 170px;
  overflow: hidden;
}

.list-pics li .pic img {
  width: 100%;
}

.list-pics li .pic img:hover {
  transform: scale(1.05);
}

.list-pics li .text {
  float: right;
  width: calc(100% - 275px);
  padding-top: 25px;
  padding-right: 25px;
  overflow: hidden;
}

.list-pics li .tit {
  display: block;
  font-size: 16px;
  color: #000000;
  font-weight: bold;
  position: relative;
  padding-bottom: 10px;
  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;
}

.list-pics li .tit:after {
  content: "";
  position: absolute;
  width: 100px;
  height: 2px;
  background: #b80022;
  left: 0;
  bottom: 0;
}

.list-pics li .abst {
  font-size: 14px;
  color: #808080;
  line-height: 24px;
  height: 50px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
}

.list-pics li .date {
  color: #808080;
  font-size: 12px;
  margin-top: 10px;
}

.list-pics li .tit:hover {
  color: #b80022;
  transform: translateX(5px);
}

.list-pics li .no-pic {
  width: 100%;
  padding-left: 55px;
  padding-bottom: 15px;
}

/* 教师列表页 */
.list-tea {
  overflow: hidden;
  margin: 25px -9px 0;
}

.list-tea li {
  float: left;
  width: 50%;
  margin-bottom: 20px;
}

.list-tea .box {
  margin: 0 9px;
  overflow: hidden;
  border: 1px solid #dbdbdb;
  background: #fbf8f5;
  padding: 9px;
}

.list-tea .box .pic {
  float: left;
  width: 120px;
  height: 160px;
  overflow: hidden;
}

.list-tea .box .pic img {
  width: 100%;
}

.list-tea .box .pic img:hover {
  transform: scale(1.05);
}

.list-tea .box .text {
  float: right;
  width: calc(100% - 145px);
  margin-top: 10px;
}

.list-tea .box .text p {
  font-size: 14px;
  color: #4c4c4c;
  line-height: 28px;
}

.list-tea .box .text a {
  display: inline-block;
  color: #4c4c4c;
  width: 135px;
}

.list-tea .box .text a:hover {
  color: #b80022;
}

/* 图片列表 */
.pics-page {
  overflow: hidden;
  margin: 0 -15px;
}

.pics-page li {
  width: 33.3%;
  float: left;
  margin-bottom: 20px;
}

.pics-page li a {
  display: block;
  overflow: hidden;
  margin: 0 15px;
}

.pics-page li .pic {
  width: 100%;
  padding-bottom: 56%;
  overflow: hidden;
  position: relative;
}

.pics-page li .pic img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.pics-page li p {
  line-height: 32px;
  font-size: 16px;
  color: #333;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.pics-page li:hover img {
  transform: scale(1.05);
}

.pics-page li:hover p {
  color: #b80022;
}

/* 内容页 */
.article {
  margin-top: 35px;
}

.article h1 {
  text-align: center;
  color: #000000;
  font-size: 24px;
  font-weight: bold;
  line-height: 28px;
}

.article .info {
  padding-top: 10px;
  color: #999999;
  font-size: 12px;
  text-align: center;
  padding-bottom: 15px;
  border-bottom: 1px solid #d9d9d9;
}

.article .info span {
  margin: 0 7px;
}

.article .content {
  padding: 15px 0 25px;
}

.article .content p {
  font-size: 16px;
  color: #000000;
  line-height: 34px;
  text-indent: 0em;
  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 {
  border-top: 1px solid #d9d9d9;
  padding-top: 30px;
}

.article .np a {
  display: block;
  font-size: 16px;
  padding: 8px 0;
  color: #000000;
}

.article .np a:hover {
  color: #a3001c;
}