﻿* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}
a {
  text-decoration: none;
}
i {
  font-style: normal;
}
data,
nav,
canvas,
content,
header,
footer {
  display: block;
}
ul,
ol,
dl,
li {
  padding: 0;
  margin: 0;
  list-style: none;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
@font-face {
  font-family: 'FontAwesome';
	src: url('fontawesome-webfont.eot?v=4.7.0');
	src: url('fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('fontawesome-webfont.woff?v=4.7.0') format('woff'), url('fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
	font-weight: normal;
	font-style: normal
  font-display: block;
}
.icon:before {
  position: relative;
  font-family: 'FontAwesome' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-lib:before {
  content: "\e900";
}
.icon-phone:before {
  content: "\e901";
}
.icon-sina:before {
  content: "\e902";
}
.icon-search:before {
  content: "\f002";
}
.icon-weixin:before {
  content: "\e904";
}
.icon-qq:before {
  content: "\e905";
}
.icon-arrow-right:before {
  content: "\e906";
}
body {
  font-size: 13px;
  font-family: "Microsoft YaHei", "SimSun", "SimHei", sans-serif, "Arial Narrow", Impact, Haettenschweiler, Franklin Gothic Bold, Arial Black,' sans-serif'HELVETICA;
  background-color: #f5f5f5;
  color: #000;
}
a {
  color: #000;
}
a:hover {
  color: #aa0101;
}
button:hover {
  cursor: pointer;
}
/* 禁止选择文本 */
.us-no {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* 弹性盒子 */
.fx {
  display: flex;
  -webkit-display: flex;
}
.fx-w {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.fx-ai {
  align-items: center;
  -webkit-align-items: center;
}
.fx-aie {
  align-items: flex-end;
  -webkit-align-items: flex-end;
}
.fx-jc {
  justify-content: center;
  -webkit-justify-content: center;
}
.fx-jcb {
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.fx-g {
  flex-grow: 1;
  -webkit-flex-grow: 1;
}
.fx-s {
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.fx-dir {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.fx-dirr {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
.c-w {
  min-width: 1200px;
}
.mt10 {
  margin-top: 1px;
}
.mt15 {
  margin-top: 10px;
}
.wrap {
  padding-top:155px;
  overflow: hidden;
  min-width: 1200px;
}
.btn {
  display: inline-block;
  margin: 0;
  padding: 0 .6em 1px;
  height: 32px;
  background: #fff;
  border: 1px solid #801515;
  border-radius: 5px;
  color: #801515;
  transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
}
.btn:hover {
  background-color: #801515;
  color: #fff;
}
.header {
  text-align: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background: #ffffff url(topbr.jpg) repeat-x 0 bottom;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  z-index: 999;
  min-width: 1200px;
  height: 160px;
}
.header .header-inner {
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: 160px;
}
.header .header-inner1 {
  position: relative;
  margin: 116px; auto;
  width: 100%;
  height: 160px;
  
}
.header .header-inner2 {
  position: relative;
  width: 1200px;
  height: 160px;
  margin-left:auto;
  margin-right:auto;
}
.header .logo {
  position: absolute;
  left: 0;
  top: 20px;
}
.header .logo img {
  height: 75px;
}
.header .nav {
  height:34px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #a30506;
  display: flex;
  -webkit-display: flex;
}
.header .nav .n-item {
  text-align: center;
  line-height: 45px;
  font-size: 16px;
  flex-grow: 1;
  -webkit-flex-grow: 1;
}
.header .nav .n-item a {
  display: block;
  color: #fff;
}
.header .nav .n-item a:hover {
  background: #700202;
}
.header .search-tool {
  position: absolute;
  top: 30px;
  right: 0;
  width: 200px;
}
.header .search-tool input {
  width: 100%;
  height: 38px;
  padding: 5px 15px;
  background: #f1f1f1;
  border: 1px solid #ccc;
  border-radius: 5px;
}
.header .search-tool .s-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 38px;
  height: 38px;
  background: #850404;
  border: none;
  border-radius: 0 5px 5px 0;
  color: #fff;
  font-size: 16px;
  line-height: 38px;
}
.footer {
  background: #fff;
  min-width: 1200px;
  
}

.footer .ft-top {
  padding: 10px 0;
  background: #850404;
  color: #fff;
  line-height: 24px;
  font-size: 16px;
}
.footer .ft-top a {
  color: #fff;
}
.footer .ft-top a:hover {
  text-decoration: underline;
}
.footer .ft-top .inner {
  margin: 0 auto;
  width: 1200px;
  display: flex;
  -webkit-display: flex;
}

.footer .ft-top .inner .wp_article_list .list_item{border:none !important;}

.footer .ft-top .inner .lab {
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
  margin-top: 8px;
}
.footer .ft-top .inner .cont {
  margin-right: -15px;
  display: flex;
  -webkit-display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-grow: 1;
  -webkit-flex-grow: 1;
}
.footer .ft-top .inner .cont a {
  margin-right: 15px;
}
.footer .ft-main {
  padding: 15px 0 20px;
  text-align: center;
  color: #666;
}
.footer .ft-main .phone-num {
  margin-top: 10px;
}
.swiper-button-prev,
.swiper-button-next {
  width: 32px;
  height: 48px;
  margin-top: -24px;
  background-image: url(slide-arrow.png);
  background-size: 64px 48px;
}
.swiper-button-prev {
  background-position: 0 0;
}
.swiper-button-next {
  background-position: -32px 0;
}
.swiper-numpag .swiper-pagination {
  bottom: 16px;
  padding-right: 5px;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  display: flex;
  -webkit-display: flex;
}
.swiper-numpag .swiper-pagination-bullet {
  background: #fff;
  line-height: 20px;
  color: #fff;
  opacity: .7;
  text-align: center;
}
.swiper-numpag .swiper-pagination-bullet-active {
  background: #a30506;
  opacity: 1;
}
.slide-bar {
  position: relative;
  padding-top: 15px;
  margin: 0 auto 25px;
  width: 1200px;
  -webkit-display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.slide-bar1 {
   background: url(listbr.jpg)  repeat-x 0 bottom;
  position: relative;
  margin-top: 165px;
  width: 100%;
  height:300px;
  display: flex;
  -webkit-display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}.slide-bar2 {
   background: url(dispbr.jpg)  repeat-x 0 bottom;
  position: relative;
  margin-top: 165px;
  width: 100%;
  height:300px;
  display: flex;
  -webkit-display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.slide-bar .swiper-index {
  margin: 0;
  width: 1220px;
  height: 335px;
}
.slide-bar .swiper-index1 {
  margin: 0;
  width: 1200px;
  height: 165px;
}
.slide-bar .swiper-index .swiper-slide img {
  width: 1200px;
  height: 335px;
}
.slide-bar .swiper-index .swiper-slide1 img {
  width: 1200px;
  height: 185px;
}
.slide-bar .swiper-index .swiper-pagination {
  padding-right: 100px;
}
.slide-bar .swiper-index .title {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  line-height: 40px;
  text-align: center;
}
.slide-bar .topnews {
  padding: 20px 20px 0;
  width: 465px;
  background: #9e2c30;
  border-radius: 5px;
}
.slide-bar .topnews .list-text {
  font-size: 15px;
  color: #fff;
}
.slide-bar .topnews .list-text a {
  color: #fff;
}
.slide-bar .topnews .list-text .lt-item {
   
	height: 26px;
}
.slide-bar .topnews .list-text .lt-item + .lt-item {
  border-top: 1px  #fff;
}
.slide-bar .more {
  display: block;
  position: absolute;
  right: 10px;
  bottom: 10px;
  padding: 0 5px 0 10px;
  height: 20px;
  border: 1px solid #fff;
  border-radius: 5px;
  line-height: 16px;
  color: #fff;
  z-index: 20;
}
.slide-bar .more .icon:before {
  top: 2px;
}
.slide-bar:before {
  display: block;
  position: absolute;
  left: -82px;
  bottom: -30px;
  width: 1364px;
  height: 77px;
  background: url(slide-shadow.png) no-repeat;
  content: '';
}
.content {
  margin-left: auto;
  margin-right: auto;
  width: 1200px;
  margin-bottom: 15px;
}
.module {
  background: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  border: 1px solid #e4e4e4;
  border-top-color: #eee;
  border-radius: 5px;
}
.module .md-hd {
  padding: 10px 10px 3px 5px;
  border-radius: 5px 5px 0 0;
  border-bottom: 1px solid #e4e4e4;
  background: url(newsbr.jpg) no-repeat;
  display: flex;
  -webkit-display: flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.module .md-hd .md-tit {
  padding: 0 55px 0px 17px;
  width: 224px;
  height: 31px;
  
  text-align: center;
  color: #daa520;
  font-size: 16px;
  letter-spacing: 8px;
  line-height: 20px;
}
.module .md-hd .opt a {
  padding: 15px 2px 0 0;
  display: block;
  width: 41px;
  height: 12px;
  font-family: Impact;
 
}
.module .md-bd {
  padding: 10px;
}
.md-3,
.md-1 {
  width: 360px;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.md-2 {
  margin-left: 10px;
  flex-grow: 1;
  -webkit-flex-grow: 1;
}
.md-5,
.md-4 {
  width: 410px;
}
.list-text .lt-item {
  height: 30px;
  font-size: 14px;
  display: flex;
  -webkit-display: flex;
  align-items: center;
  -webkit-align-items: center;
}
.list-text .lt-item a {
  width: 100px;
  height: 20px;
  line-height: 20px;
  flex-grow: 1;
  -webkit-flex-grow: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.list-text .lt-item a:hover {
  text-decoration: underline;
}
.list-text .lt-item span {
  margin-left: 5px;
  min-width: 85px;
  text-align: right;
  opacity: .5;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.list-text .lt-item:before {
  margin-right: 5px;
  font-family: icomoon;
  content: '\e906';
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
  display: flex;
  -webkit-display: flex;
}
.list-text-2 .lt-item {
  display: flex;
  -webkit-display: flex;
  align-items: center;
  -webkit-align-items: center;
}
.list-text-2 .lt-item .date {
  margin-right: 10px;
  padding-top: 6px;
  width: 48px;
  height: 54px;
  background: #aa0101;
  text-align: center;
  color: #fff;
  line-height: 1;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.list-text-2 .lt-item .date .day {
  font-size: 24px;
}
.list-text-2 .lt-item .date .yam {
  margin-top: 3px;
  font-size: 12px;
}
.list-text-2 .lt-item .cont {
  flex-grow: 1;
  -webkit-flex-grow: 1;
}
.list-text-2 .lt-item .cont .tit {
  width: 100%;
  height: 24px;
  line-height: 24px;
  font-size: 16px;
  overflow: hidden;
}
.list-text-2 .lt-item + .lt-item {
  margin-top: 10px;
}
.sp-item {
  display: flex;
  -webkit-display: flex;
}
.sp-item .img {
  margin-right: 10px;
  width: 120px;
  height: 80px;
}
.sp-item .img img {
  display: block;
  width: 120px;
  height: 80px;
}
.sp-item .cont {
  padding-top: 10px;
  flex-grow: 1;
  -webkit-flex-grow: 1;
}
.sp-item .cont .tit {
  font-size: 16px;
  line-height: 1.4;
}
.sp-item .cont .txt {
  margin-top: 5px;
  font-size: 12px;
  line-height: 1.3;
  color: #7499cd;
}
.build-block {
  display: flex;
  -webkit-display: flex;
}
.build-block .bb-side {
  width: 200px;
}
.build-block .bb-side a {
  display: block;
  padding: 0 10px 0 12px;
  width: 100%;
  height: 36px;
  background-image: linear-gradient(#f7f7f7, #e8e8e8);
  background-image: -webkit-linear-gradient(#f7f7f7, #e8e8e8);
  line-height: 36px;
  border-radius: 5px;
  color: #666;
  overflow: hidden;
}
.build-block .bb-side a:hover {
  color: #000;
  text-decoration: underline;
}
.build-block .bb-side a:before {
  margin-right: 6px;
  float: left;
}
.build-block .bb-side .bs-item + .bs-item {
  margin-top: 10px;
}
.build-block .bb-cont {
  margin-left: 10px;
  flex-grow: 1;
  -webkit-flex-grow: 1;
  display: flex;
  -webkit-display: flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.build-block .bb-cont img {
  width: 120px;
}
.tab-1 {
  display: flex;
  -webkit-display: flex;
}
.tab-1 .tab-trg {
  width: 185px;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.tab-1 .tab-trg .tt-item {
  padding: 0 5px;
  width: 100%;
  border-radius: 5px;
  line-height: 32px;
  overflow: hidden;
  cursor: pointer;
}
.tab-1 .tab-trg .tt-item.current,
.tab-1 .tab-trg .tt-item:hover {
  background: #339bf0;
  color: #fff;
}
.tab-1 .tab-trg .tt-item + .tt-item {
  margin-top: 5px;
}
.tab-1 .tab-content {
  margin-left: 15px;
  border-left: 1px solid #e4eaec;
  display: flex;
  -webkit-display: flex;
  flex-grow: 1;
  -webkit-flex-grow: 1;
  justify-content: center;
  -webkit-justify-content: center;
}
.tab-1 .tab-content .tab-item {
  display: flex;
  -webkit-display: flex;
  align-items: center;
  -webkit-align-items: center;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.tab-1 .tab-content .tab-item .btn {
  margin-top: 10px;
}
.teachers-bar 
{
  display: flex;
  -webkit-display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.teachers-bar .label {
  padding: 1px 0 2px;
  width: 191px;
  
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.teachers-bar .t-item {
  padding: 2px;
  width: 245px;
  
  align-items: center;
  
}
.teachers-bar .t-item .img {
  width: 76px;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.teachers-bar .t-item .img img {
  display: block;
}
.teachers-bar .t-item .cont {
  margin: 0 10px;
  flex-grow: 1;
  -webkit-flex-grow: 1;
}
.teachers-bar .t-item .cont .tit {
  font-size: 15px;
}
.teachers-bar .t-item .cont .txt {
  margin-top: 3px;
  font-size: 12px;
  line-height: 1.3;
  height: 3.9em;
  overflow: hidden;
  color: #666;
}
