@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-bg1.png) center no-repeat;
  position: relative;
  padding: 20px 0;
} */

.header .wrap{
    background: url(../images/header-bg1.png) center right no-repeat;
    position: relative;
    padding: 20px 0;
}



.logo {
  float: left;
}

.search-box {
  margin-top: 13px;
  float: right;
  width: 250px;
  padding: 0 10px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #838383;
  border-radius: 20px;
}

.search-box .text {
  float: left;
  font-size: 14px;
  height: 38px;
  line-height: 38px;
  width: calc(100% - 40px);
  padding: 0 10px;
}

.search-box .sub {
  float: right;
  width: 21px;
  margin-top: 6px;
  cursor: pointer;
}

.nav-bar {
  height: 65px;
  background: #0066a6;
}

.nav .nLi {
  float: left;
  width: 8%;
  text-align: center;
  position: relative;
}

.nav .nLi > a {
  font-size: 18px;
  line-height: 65px;
  display: block;
  color: #fff;
}

.nav .nLi.on > a,
.nav .nLi:hover > a {
  font-weight: bold;
}

.nav .subNav {
  display: none;
  top: 100%;
  width: 100%;
  left: 0;
  position: absolute;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
  z-index: 99;
}

.nav .subNav li {
  padding: 10px 5px;
  line-height: 22px;
  background: none;
  border-bottom: 1px solid #8e948e;
}

.nav .subNav li a {
  font-size: 14px;
  color: #fff;
  font-weight: normal;
}

.nav .subNav li.current,
.nav .subNav li:hover {
  background: #0066a6;
}

.nav .subNav:before {
  content: "";
  width: 12px;
  height: 6px;
  background: url(../images/nav-topbun.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 50%;
  margin-left: -6px;
  top: -8px;
}

.banner {
  position: relative;
  overflow: hidden;
}

.banner .slider-banner {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}

.banner .slider-banner .slick-list {
  overflow: initial;
}

.banner .slider-banner .slick-slide {
  position: relative;
  overflow: hidden;
}

.banner .slider-banner .slick-slide:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
}

.banner .slider-banner .slick-slide.slick-active:after {
  display: none;
}

.banner .slider-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 .slider-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: 0;
  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: 0;
  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: 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 */
.index-tit {
  overflow: hidden;
  text-align: center;
  position: relative;
  margin-bottom: 15px;
}

.index-tit h2 {
  background: url(../images/index-tit.png) left center no-repeat;
  padding-left: 30px;
  float: left;
  font-size: 26px;
  font-weight: normal;
  color: #0066a6;    cursor: pointer;
}

.index-tit .index-more {
  position: absolute;
  right: 0;
  top: 10px;
  display: block;
  color: #888888;
  font-size: 16px;
  padding-right: 25px;
  background: url(../images/index-more.png) right center no-repeat;
  -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-tit .index-more:hover {
  color: #0066a6;
}

/* row1 */
.row1 {
  padding: 25px 0;
}

.index-tzgg .hd ul {
  float: left;
  margin-left: 20px;
  margin-top: 10px;
}
.index-tzgg .hd li {
  float: left;
}
.index-tzgg .hd li span {
  float: left;
  padding: 0 10px;
  border-right: 1px solid #cfcfcf;
  font-size: 18px;
  color: #555555;
  line-height: 27px;
  cursor: pointer;
height: 23px;
    margin-top: 8px;
}

.index-tzgg .hd li:last-child {
  border-right: none;
}

.index-tzgg .hd li.on {
  color: #0066a6;
}

.index-tzgg .hd .more {
  position: absolute;
  right: 5px;
  top: 7px;
}

.index-tzgg .hd .more a {
  display: block;
  color: #888888;
  font-size: 16px;
  padding-right: 25px;
  background: url(../images/index-more.png) right center no-repeat;
}

.index-tzgg .hd .more a:hover {
  color: #0066a6;
}

.index-tzgg .bd ul {
  overflow: hidden;
  margin: 0 -24px;
}

.index-tzgg .bd li {
  width: 50%;
  float: left;
}

.index-tzgg .bd a {
  display: block;
  margin: 0 24px;
  border-bottom: 1px solid #dfdfdf;
  padding: 5px 0;
  overflow: hidden;
}

.index-tzgg .bd .date {
  float: left;
  width: 75px;
  height: 65px;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  background: #f5f0ee;
}

.index-tzgg .bd .date .day {
  padding-top: 5px;
  line-height: 38px;
  color: #0066a6;
  font-size: 28px;
}

.index-tzgg .bd .date .mon {
  line-height: 20px;
  color: #0066a6;
  font-size: 14px;
  font-weight: bold;
}

.index-tzgg .bd .tit {
  float: right;
  margin-top: 3px;
  width: calc(100% - 95px);
  color: #333333;
  font-size: 16px;
  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-tzgg .bd li:hover .day {
  background: #0066a6;
  color: #fff !important;
}

.index-tzgg .bd li:hover .tit {
  color: #0066a6;
}
.row2 {margin-top:15px;}
.row2 .c1 {
  float: left;
  width: 575px;
}

.row2 .c2 {
  float: right;
  width: 575px;
}

.index-skdt li {
  line-height: 48px;
  border-bottom: 1px solid #dfdfdf;
  overflow: hidden;
}

.index-skdt li a {
  float: left;
  position: relative;
  width: calc(100% - 125px);
  padding-left: 28px;
  color: #333333;
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.index-skdt li a:before {
  content: "";
  width: 6px;
  height: 6px;
  background: #0066a6;
  position: absolute;
  left: 1px;
  top: 50%;
  margin-top: -3px;
}

.index-skdt li .date {
  float: right;
  font-size: 16px;
  color: #777777;
}

.index-skdt li:hover {
  border-bottom: 1px solid #0066a6;
}

.index-skdt li:hover a {
  color: #0066a6;
}

.index-xsbg .box {
  padding: 2px 34px;
  border-bottom: 1px solid #dfdfdf;
  margin-bottom: 8px;
}

.index-xsbg .tit {
  position: relative;
  color: #333333;
  line-height: 28px;
  font-size: 18px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.index-xsbg .info {
  margin-top: 20px;
  color: #666666;
  font-size: 16px;
  line-height: 30px;
}

.index-xsbg .info p {
  padding-left: 30px;
}

.index-xsbg .info .p1 {
  background: url(../images/xsbg-people.png) left center no-repeat;
}

.index-xsbg .info .p2 {
  background: url(../images/xsbg-date.png) left center no-repeat;
}

.index-xsbg .info .p3 {
  background: url(../images/xsbg-address.png) left center no-repeat;
}

.index-xsbg .box:hover {
  border-bottom: none;
  background: url(../images/xsbg-bg.png) right bottom no-repeat #fff;
  box-shadow: 0 0 10px 0 #d1cbc9;
}

.index-xsbg .box:hover .tit {
  color: #01448c;
}

.row3 {
  padding: 0px 0;background-color: rgba(166,200,266,0.1);
}

.row3 .index-tit {
 padding-top: 17px;
}

.index-zxyj .slick-list {
  padding: 10px;
}

.index-zxyj .box {
  padding: 40px;
}

.index-zxyj .box .pic {
  float: left;
  width: 115px;
  height: 115px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}

.index-zxyj .box .pic img {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.index-zxyj .box .txt {
  float: right;
  width: calc(100% - 140px);
}

.index-zxyj .box .tit {
  font-size: 18px;
  color: #333333;
  line-height: 28px;
}

.index-zxyj .box .info {
  margin-top: 15px;
}

.index-zxyj .box .info p {
  color: #666666;
  margin-top: 10px;
  font-size: 16px;
  padding-left: 25px;
}

.index-zxyj .box .info .p1 {
  background: url(../images/zxdt-date.png) left 5px no-repeat;
}

.index-zxyj .box .info .p2 {
  background: url(../images/zxdt-info.png) left 5px no-repeat;
  line-height: 24px;
  height: 48px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.index-zxyj .box .abst {
  margin-top: 20px;
  font-size: 14px;
  color: #555555;
  line-height: 28px;
  height: 56px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.index-zxyj .box:hover {
  box-shadow: 0 0 10px 0 #d1cbc9;
}

.index-zxyj .slick-arrow {
  width: 18px;
  height: 34px;
  overflow: hidden;
  text-indent: 99px;
  position: absolute;
  top: 50%;
  margin-top: -9px;
  z-index: 9;
  cursor: pointer;
}

.index-zxyj .slick-arrow.slick-prev {
  left: -40px;
  background: url(../images/zxdt-left.png) no-repeat;
  background-size: 100% 100%;
}

.index-zxyj .slick-arrow.slick-next {
  right: -40px;
  background: url(../images/zxdt-right.png) no-repeat;
  background-size: 100% 100%;
}

.row4 {
  padding-bottom: 28px;margin-top:15px;
}

.row4 .c1 {
  float: left;
  width: 875px;
}

.row4 .c2 {
  float: right;
  width: 265px;
  padding-top: 30px;
}

.row4 .index-tit {
  padding-bottom: 20px;
  border-bottom: 1px solid #dfdfdf;
  margin-bottom: 20px;
}

.idnex-skdh {
  overflow: hidden;
}

.idnex-skdh li {
  float: left;
width:218px;
  font-size: 15px;
  color: #444444;
  line-height: 32px;
}

.idnex-skdh li:hover a {
  color: #0066a6;
}

/* 底部 */
.footer {
  padding: 38px 0;
  background: #0066a6;
}

.footer .cory {
  float: left;
  font-size: 16px;
  color: #ffffff;
  line-height: 40px;
}

.footer .ewm {
  float: right;
}

.footer .footlogo {
  float: right;
  margin-right: 30px;
}

/* 二级页面 */
.list-page {
  padding: 60px 0 80px 0;
  min-height: 500px;
}

.list-banner {
  width: 100%;
}

.list-banner img {
  width: 100%;
}

/* 左侧导航 */
.left-nav {
  width: 255px;
  float: left;
}

.left-nav .column {
  background: #0066a6;
  padding: 24px;
  text-align: center;
  font-size: 26px;
  font-weight: normal;
  color: #fff;
  border-bottom: 3px solid #f6c54f;
}

.left-nav .sideMenu {
  background: #eaf4ff;
  padding: 15px 24px 70px;
  overflow: hidden;
}

.left-nav .sideMenu li {
  overflow: hidden;
  background: url(../images/left-nav-ico1.png) 5px 22px no-repeat;
}

.left-nav .sideMenu li > a {
  display: block;
  color: #333333;
  font-size: 18px;
  background: url(../images/left-nav-ico2.png) 178px center no-repeat;
  padding: 18px 25px;
  border-bottom: 1px solid #d8d8d8;
}

.left-nav .sideMenu dl {
  display: none;
  padding: 10px 0 10px 45px;
  border-bottom: 1px solid #d8d8d8;
}

.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 {
  color: #0066a6;
  font-weight: bold;
  background: url(../images/left-nav-ico3-on.png) left center no-repeat;
}

.left-nav .sideMenu li:hover,
.left-nav .sideMenu li.current {
  background: url(../images/left-nav-ico1-on.png) 5px 22px no-repeat;
}

.left-nav .sideMenu li.current > a,
.left-nav .sideMenu li:hover > a {
  background: url(../images/left-nav-ico2-on.png) 178px center no-repeat;
  color: #0066a6;
  font-weight: bold;
}

.left-nav .sideMenu li.current dl {
  display: block !important;
}

/* 右边内容区域 */
.right-con {
  width: 910px;
  float: right;
}

/* 当前位置 */
.location {
  float: right;
  margin-top: 16px;
  color: #888888;
  font-size: 14px;
  background: url(../images/home.png) left center no-repeat;
  padding-left: 20px;
}

.location a {
  color: #888888;
}

.current-col {
  overflow: hidden;
  border-bottom: 1px solid #c6c6c6;
  padding-bottom: 13px;
}

.current-col h3 {
  float: left;
  font-size: 26px;
  color: #0066a6;
  position: relative;
  padding-left: 35px;
  background: url(../images/index-tit.png) 2px center no-repeat;
}

/* 列表页 */
.list-text {
  overflow: hidden;
  margin-top: 20px;
}

.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;
  padding-left: 35px;
  width: calc(100% - 100px);
  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;
}

.list-text li a.tit:before {
  content: "";
  width: 6px;
  height: 6px;
  background: #0066a6;
  position: absolute;
  left: 5px;
  top: 50%;
  margin-top: -3px;
}

.list-text li:hover {
  border-bottom: 1px solid #4d91bc;
}

.list-text li:hover a.tit {
  color: #0066a6;
  font-weight: bold;
  font-size: 18px;
}

/* 图片列表 */
.list-pics {
  overflow: hidden;
  margin: 40px -15px;
}

.list-pics li {
  float: left;
  width: 33.3%;
  margin-bottom: 30px;
}

.list-pics li a {
  display: block;
  margin: 0 15px;
}

.list-pics li .pic {
  width: 100%;
  padding-bottom: 56%;
  position: relative;
  overflow: hidden;
}

.list-pics li .pic img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.list-pics li p {
  text-align: center;
  line-height: 40px;
  font-size: 18px;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.list-pics li a:hover img {
  transform: scale(1.05);
}

.list-pics li a:hover p {
  color: #0066a6;
}

/* 教师列表页 */
.list-tea {
  margin: 35px -22px 0;
}

.list-tea li {
  float: left;
  width: 50%;
  margin-bottom: 40px;
}

.list-tea .box {
  margin: 0 22px;
  position: relative;
  border: 1px solid #c7c7c7;
  overflow: hidden;
}

.list-tea .box .pic {
  float: left;
  width: 140px;
  height: 203px;
  overflow: hidden;
}

.list-tea .box .pic img {
  width: 100%;height:203px;
}

.list-tea .box .pic img:hover {
  transform: scale(1.05);
}

.list-tea .box .text {
  float: right;
  width: calc(100% - 170px);
}

.list-tea .box .text .tit {
  display: block;
  margin-top: 20px;
  font-size: 20px;
  color: #0066a6;
  position: relative;
  padding-bottom: 13px;
}

.list-tea .box .text .tit:after {
  content: "";
  width: 24px;
  height: 3px;
  background: #0066a6;
  position: absolute;
  left: 0;
  bottom: 0;
}

.list-tea .box .text .subtit {
  color: #333333;
  font-size: 18px;
  margin-top: 24px;
}

.list-tea .box .text .abst {
  font-size: 14px;
  color: #333333;
  line-height: 24px;
  height: 72px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.list-tea .box:hover {
  border: 1px solid #0066a6;
  box-shadow: 0 0 10px 0 #8d8d8d;
}

.list-tea .box:hover .tit {
  font-weight: bold;
}

/* 内容页 */
.article {
  margin-top: 35px;
}

.article h1 {
  text-align: center;
  color: #0066a6;
  font-size: 22px;
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 15px;
}

.article h2 {
  font-size: 20px;
  color: #333333;
  font-weight: normal;
  text-align: center;
  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 5px;
}

.article .content {
  padding: 30px 0 15px;
}

.article .content p {
  font-size: 18px !important;
  color: #333333 !important;
  line-height: 32px !important;text-justify: inter-ideograph;text-align: justify;
font-family:"微软雅黑"  !important;
 
}
.article .content p span{
  font-size: 18px !important;
  color: #333333 !important;
  line-height: 32px !important;text-justify: inter-ideograph !important;text-align: justify !important;
font-family:"微软雅黑"  !important;
 
}

.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 #e9e8e8;
  padding-top: 25px;
}

.article .np a {
  display: block;
  font-size: 16px;
  padding: 8px 0;
  color: #333333;
}

.article .np a:hover {
  color: #0066a6;
}
