@charset "utf-8";
body {
  font-family: Arial, Helvetica, sans-serif;
  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;
}

.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: #b80022;
  background-size: cover;
  padding: 40px 0 40px;
}

.header .wrap {
  position: relative;
}

.header .top-links {
  text-align: right;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.84); overflow:hidden;
}

.header .top-links a {
  float: right;
  padding-left: 28px;
  line-height: 22px;
  background: url(../images/top-ico.png) left center no-repeat;
  color: rgba(255, 255, 255, 0.84);
}

.logo {
  float: left;
}

.search-box {
  float: right;
  margin-top: 15px;
  height: 40px;
  width: 250px;
  padding: 0 15px;
  background: none;
  border-radius: 20px;
  border: 1px solid #d5697d;
}

.search-box .text {
  float: left;
  font-size: 15px;
  line-height: 38px;
  width: calc(100% - 45px);
  background: none;
  color: #fff;
  height:38px;
}

.search-box .sub {
  float: right;
  width: 20px;
  height: 20px;
  margin-top: 10px;
  cursor: pointer;
}

.nav-bar {
  height: 65px;
  background: #fff;
}

.nav .nLi {
  float: left;
  text-align: center;
  position: relative;
}

.nav .nLi > a {
  width: 100%;
  color: #333333;
  font-size: 18px;
  line-height: 65px;
  padding: 0 11px;
  display: inline-block;
  font-weight: bold;
}

.nav .nLi.current > a,
.nav .nLi:hover > a {
  color: #b80022;
}

.nav .subNav:before {
  content: "";
  width: 12px;
  height: 6px;
  background: url(../images/nav-top-ico.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -6px;
}

.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: #b80022;
}

.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: 40px;
  overflow: hidden;
}

.index-title .en {
  position: relative;
  font-size: 40px;
  color: #222222;
  font-weight: bold;
  float: left;
  padding-left: 60px;
  background: url(../images/index-title-ico1.png) left center no-repeat;
}

.index-title .index-more {
  float: left;
  margin-left: 25px;
  margin-top: 20px;
  font-size: 18px;
  color: #888888;
}

.index-title .index-more:hover {
  color: #b80022;
  font-weight: bold;
}

.c1 {
  width: 760px;
  float: left;
}

.c2 {
  width: 380px;
  float: right;
}

.c2 .index-title .en {
  background: url(../images/index-title-ico2.png) left center no-repeat;
}

/* row1 */
.row1 {
  padding: 75px 0 30px;
  background: url(../images/body-bg.png) right bottom no-repeat;
}

.index-news ul {
  margin: 0 -20px;
  overflow: hidden;
}

.index-news li {
  float: left;
  width: 50%;
  margin-bottom: 20px;
}

.index-news li .box {
  margin: 0 20px;
  overflow: hidden;
  position: relative;
  border-top: 1px solid #b80022;
}

.index-news .box .pic {
  width: 100%;
  padding-bottom: 202px;
  position: relative;
  overflow: hidden;
}

.index-news .box .pic img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.index-news .box .pic img:hover {
  transform: scale(1.05);
}

.index-news .box .info {
  padding: 12px 20px;
  overflow: hidden;
  background: #f4f4f4;
  -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 .box .date {
  float: left;
  color: #b80022;
  text-align: center;
}

.index-news .box .date .day {
  font-size: 30px;
}

.index-news .box .date .mon {
  font-size: 16px;
}

.index-news .box .tit {
  float: right;
  width: calc(100% - 60px);
  display: -webkit-box;
  color: #222222;
  font-size: 18px;
  line-height: 30px;
  height: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.index-news .box .more {
  font-size: 14px;
  color: #b80022;
  position: relative;
  display: block;
  margin-left: 60px;
  margin-top: 70px;
}

.index-news li.img .box {
  border-top: none;
}

.index-news li.img .box .info {
  padding: 20px;
}

.index-news li.img .box:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 40px;
  width: 1px;
  height: 34px;
  background: #b80022;
}

.index-news li.img .box:hover:after {
  background: rgba(255, 255, 255, 0.64);
}

.index-news .box:hover .info {
  background: #b80022;
}

.index-news .box:hover .date,
.index-news .box:hover .tit {
  color: #fff;
}

.index-news .box:hover .day,
.index-news .box:hover .tit {
  font-weight: bold;
}

.index-news .box:hover .more {
  color: rgba(255, 255, 255, 0.64);
}

.index-focus li {
  overflow: hidden;
  margin-bottom: 23px;
}

.index-focus li .date {
  float: left;
  width: 70px;
  height: 70px;
  border: 1px solid #b80022;
  background: #f4f4f4;
  text-align: center;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.index-focus li .date .day {
  color: #b80022;
  font-size: 30px;
  line-height: 44px;
}

.index-focus li .date .mon {
  background: #b80022;
  color: #fff;
  font-size: 16px;
  line-height: 26px;
}

.index-focus li .tit {
  float: right;
  width: calc(100% - 90px);
  padding-top: 5px;
}

.index-focus li .tit a {
  display: table-cell;
  vertical-align: middle;
  color: #222222;
  font-size: 18px;
  line-height: 30px;
  height: 60px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.index-focus li:hover .date {
  background: #b80022;
}

.index-focus li:hover .day {
  color: #fff !important;
}

.index-focus li:hover a {
  color: #b80022 !important;
  font-weight: bold;
}

/* 底部 */
.footer {
  margin-top: 30px;
  background: #b80022;
}

.footer .infomation {
  position: relative;
  padding: 40px 0 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.11);
}

.footer .infomation .wrap {
  position: relative;
}

.footer .foot-logo {
  float: left;
  margin-top: 30px;
}

.footer .contact {
  float: left;
  margin-left: 90px;
  width: 380px;
}

.footer .contact p {
  font-size: 16px;
  line-height: 32px;
  color: rgba(255, 255, 255, 0.7);
}

.footer .ewm {
  width: 120px;
  height: 200px;
  padding-top: 10px;
  background: #b80022;
  position: absolute;
  top: -50px;
  right: 0;
}

.footer .ewm .box {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  padding-top: 43px;
  text-align: center;
}

.footer .ewm .box img {
  width: 86px;
  height: 86px;
}

.footer .ewm .box p {
  font-size: 16px;
  line-height: 30px;
  color: rgba(255, 255, 255, 0.7);
}

.footer .cory {
  padding: 20px;
  overflow: hidden;
  font-size: 16px;
  text-align: center;
}

.footer .cory * {
  color: rgba(255, 255, 255, 0.7);
}

/* 二级页面 */
.list-banner {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.list-banner img {
  width: 100%;
}

.list-page {
  padding: 30px 0;
  min-height: 500px;
}

.list-page .full {
  width: 100% !important;
}

/* 左侧导航 */
.left-nav {
  width: 330px;
  float: left;
}

.left-nav .column {
  background: url(../images/left-column.png) no-repeat;
  background-size: 100% 100%;
  padding: 25px;
  text-align: left;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
}

.left-nav .sideMenu {
  padding-bottom: 100px;
  background: url(../images/left-nav-bg.png) bottom center no-repeat #fff;
}

.left-nav .sideMenu ul {
  border-left: 4px solid #b80022;
  padding-bottom: 260px;
  overflow: hidden;
}

.left-nav .sideMenu li {
  border-bottom: 1px solid #d8d8d8;
}

.left-nav .sideMenu li > a {
  display: block;
  color: #333333;
  font-size: 24px;
  padding: 15px 25px;
  line-height: 30px;
  position: relative;
}

.left-nav .sideMenu dl {
  padding: 15px 25px 15px 35px;
  display: none;
}

.left-nav .sideMenu dl dd a {
  display: block;
  font-size: 20px;
  color: #444444;
  background: url(../images/left-nav-ico1.png) left center no-repeat;
  padding: 7px 0 7px 20px;
}

.left-nav .sideMenu dl dd:hover a,
.left-nav .sideMenu dl dd.current a {
  font-weight: bold;
  color: #b80022;
}

.left-nav .sideMenu li.current > a,
.left-nav .sideMenu li:hover > a {
  color: #fff;
  background: #b80022;
}

.left-nav .sideMenu li.current dl {
  display: block !important;
}

/* 右边内容区域 */
.right-con {
  width: 820px;
  float: right;
}

/* 当前栏目 */
.curr-column {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid #b80022;
}

.curr-column p {
  float: left;
  font-size: 30px;
  padding-bottom: 20px;
  font-weight: bold;
  color: #222222;
  border-bottom: 4px solid #b80022;
}

/* 当前位置 */
.location {
  background: url(../images/home.png) left center no-repeat;
  padding-left: 20px;
  color: #888888;
  font-size: 14px;
  line-height: 28px;
  overflow: hidden;
  margin-bottom: 50px;
}

.location a {
  color: #888888;
}

.page-con {
  margin-top: 20px;
}

/* 列表页 */
.list-text {
  overflow: hidden;
}

.list-text li {
  line-height: 70px;
  border-bottom: 1px solid #bdbdbd;
  overflow: hidden;
}

.list-text li .date {
  float: right;
  font-size: 16px;
  color: #7c7c7c;
}

.list-text li a.tit {
  float: left;
  position: relative;
  font-size: 18px;
  width: calc(100% - 95px);
  color: #333333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.list-text li:hover {
  border-bottom: 1px solid #b80022;
}

.list-text li:hover a.tit {
  color: #b80022;
  transform: translateX(5px);
}

/* 通屏列表页 */
.list-tp {
  overflow: hidden;
}

.list-tp li {
  line-height: 70px;
  border-bottom: 1px solid #bdbdbd;
  overflow: hidden;
}

.list-tp li .date {
  float: left;
  margin-top: 22px;
  width: 115px;
  height: 27px;
  line-height: 27px;
  text-align: center;
  background: #b80022;
  font-size: 16px;
  color: #fff;
}

.list-tp li a.tit {
  float: right;
  position: relative;
  font-size: 18px;
  width: calc(100% - 160px);
  color: #333333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.list-tp li:hover {
  border-bottom: 1px solid #b80022;
}

.list-tp li:hover a.tit {
  color: #b80022;
  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: #b80022;
  font-size: 26px;
  font-weight: normal;
  line-height: 38px;
  margin-bottom: 15px;
}

.article h2 {
  text-align: center;
  color: #333333;
  font-size: 18px;
  font-weight: normal;
  line-height: 28px;
  margin-bottom: 15px;
}

.article .info {
  color: #777777;
  font-size: 15px;
  text-align: center;
  padding-bottom: 15px;
  border-bottom: 1px solid #bdbdbd;
}

.article .info span {
  margin: 0 10px;
}

.article .content {
  padding: 25px 0 15px;
  border-bottom: 1px solid #bdbdbd;
}

.article .content p {
  font-size: 16px;
  color: #333333;
  line-height: 32px;
  padding-bottom: 15px;
}

.article .content p img,
.article .content p video {
  max-width: 100%;
}

.article .content table p {
  text-indent: 0;
}

.article .np {
  margin-top: 20px;
}

.article .np a {
  display: block;
  font-size: 16px;
  line-height: 32px;
  color: #333333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.article .np a:hover {
  color: #b80022;
}

.article .np span {
  color: #b80022;
}