.header {
  width: 100%;
  padding: 30px 20px;
  /* border-top: 3px solid #4390EE; */
}

.logo {
  width: 306px;
  height: 60px;
  float: left;
  background: url(../images/logo.png) no-repeat;
  
}

.navigation {
  background-color: #4390EE;
}

.page-gray {
  background-color: #fafafa;
  padding: 15px 0px;
}

.page-whilt {
  background-color: #ffffff;
  padding: 15px 0px;
}

.menu {
  margin: auto;
  height: 3.125rem;
}

.menu>ul>li {
  position: relative;
  text-align: center;
  float: left;
  line-height: 50px;
  height: 50px;
  /*padding: 0px 30px;*/
  
  transition: all 0.8s ease 0s;
}

.menu>ul>li>a {
  position: relative;
  z-index: 3;
  padding: 0px 30px;
  display: block;
  font-size: 16px;
  font-weight: 550;
  color: #f7f7f7;
  transition: color 0.5s ease 0s;
  
}

.menu>ul>li.xuan{
    background-color: #306aeb;
}

.menu>ul>li:hover {
  background-color: #306aeb;
  
}

.menu>ul>li:hover a {
  color: #ffffff;
}

.menu>ul>li:hover .sub-menu {
  display: inherit;
  /* 
  border-left: 2px solid rgba(247, 247, 247, .7);
  border-right: 2px solid rgba(247, 247, 247, .7);
  border-bottom: 2px solid rgba(247, 247, 247, .7);
  box-shadow:0px 5px 5px 2px rgba(0,0,0,.2);*/
}

.sub-menu {
  position: relative;
  z-index: 2;
  width: 100%;
  top: -50px;
  padding-top: 50px;
  background-color: #306aeb;
  display: none;
  /* padding:0px 15px; */
  /* border: 1px solid #eeeeee; */
  transition: all 0.5s ease-in-out 0s;
  /* box-shadow:0px 5px 5px 2px rgba(0,0,0,.2); */
  
}

.sub-menu>ul>li>a {
  text-align: center;
  display: block;
  font-size: 16px;
  color: #ffffff;
  border-bottom: 1px solid rgba(247, 247, 247, .2);
  line-height: 42px;
  transition: all .5s ease-in-out 0s;
}

.sub-menu>ul>li>a:hover {
  background-color: rgba(96, 160, 236, .9);
}

.banner {
  /* margin-top: 132px; */
  overflow: hidden;
  width: 100%;
  height: 28.125rem;
  position:relative;
  margin-bottom: 20px;
  z-index: 1;
}
.i-slogan{
  position: absolute;
  top:50%;
  right:10%;
  text-align: center;
  z-index: 10;
  margin:auto;
  padding:20px;
  /* background-color:rgba(255,255,255,.4);*/
  
  
}

.i-slogan-tit{
  
  
  font-size:54px;
  color:#fff;
  font-weight: bold;
  line-height: 2;
  text-shadow: 2px 2px 4px #000000;
}
.i-slogan-desc{
  width:60%;
  margin: auto;
}
.i-slogan-desc p{
  font-size:14px;
  color:#fff;
  line-height: 2;
}

.i-more {
  font-size: 14px;
  color: #828282;
  margin-top: 8px;
}

.i-more:hover {
  color: #C79556;
}

.i-more img {
  vertical-align: top;
}

/* news */
.i-news {
  width: 100%;
  padding: 30px 0px;
}

.i-news-header {}

.i-news-header-tit {
  font-size: 2rem;
  line-height: 2;
  color: #01319d;
  position: relative;
  /* text-align: center; */
  text-indent: 1rem;
}

.i-news-header-tit-en {
  font-size: 1rem;
  color: #acacac;
  
  /* text-align: center; */
}

.i-news-header-tit::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0px;
  bottom: 0px;
  border-bottom: 1px solid #e2e2e2;
  /* background-color: #e2e2e2; */
}

.i-news-header-tit::before {
  content: '';
  position: absolute;
  width: 6px;
  height: 50%;
  left: 0px;
  top: 25%;
  border-radius: 50px;
  background-color: #ffb902;
}

.i-news-body {
  padding: 30px 0px;
}

.i-news-body-ul {}

.i-news-body-ul>li {
  float: left;
  width: 30%;
  min-height: 100px;
  padding-left: 10px;
}

.i-news-body-ul>li:first-child {
  float: left;
  width: 40%;
  min-height: 100px;
  padding: 0px;
}

.i-news-swiper {
  min-height: 463px;
  /* background-color: rgba(248,228,175,.3); */
  /* padding:5px; */
}

.i-news-swiper img {
  width: 100%;
  vertical-align: bottom;
}
.i-news-body-slide{
  position:relative;
  height:463px;
  width:100%;
}
.i-news-body-slide-tit{
  position:absolute;
  bottom:0px;
  height:60px;
  font-size:14px;
  line-height:60px;
  background-color:rgba(255,255,255,.7);
  width:100%;
}


.i-news-dynamic {
  padding: 0px 15px;
  /* background-color: rgba(248,228,175,.3); */
}

.i-news-dynamic-header {
  border-bottom: 0.0625rem solid #01319D;
}

.i-news-dynamic-header-tit,
.i-news-notice-header-tit {
  font-size: 1.125rem;
  color: #ffffff;
  background-color: #01319d;
  width: fit-content;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  padding: 8px 20px;
  border-radius: 0px 10px 0px 0px;
}

.i-news-dynamic-body {
  padding: 15px 0px 0px 0px;
}

.i-news-dynamic-body-list {}

.i-news-dynamic-body-list>li {
  border-bottom: 1px dashed #d2d2d2;
  line-height: 3;
  transition: color 0.5s ease-in-out;
  white-space: nowrap;
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
}

/* .i-news-dynamic-body-list>li:last-child{
border-bottom:0px;
} */

.i-news-dynamic-body-list>li>a {
  font-size: 16px;
  color: #424242;
  transition: color 0.5s ease-in-out;
}

/* .i-news-dynamic-body-list>li:hover {
background-color: #f7f7f7;
}
*/
.i-news-dynamic-body-list>li>a:hover {
  color: #CD0200;
}

.i-news-notice {
  padding: 0px 15px;
  /* background-color: rgba(144,173,244,.1); */
}

.i-news-notice-header {
  border-bottom: 0.0625rem solid #01319D;
}

.i-news-notice-body {
  padding: 15px 0px 0px 0px;
}

.i-news-notice-body-list {}

.i-news-notice-body-list>li {
  border-bottom: 1px dashed #d2d2d2;
  line-height: 40px;
  transition: color 0.2s ease-in-out;
  white-space: nowrap;
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
}

/* .i-news-notice-body-list>li:last-child{
border-bottom:0px;
} */

.i-news-notice-body-list>li>a {
  color: #424242;
  transition: color 0.2s ease-in-out;
}

/* .i-news-notice-body-list>li:hover {
background-color: #f7f7f7;
}
*/
.i-news-notice-body-list>li>a:hover {
  color: #01319D;
}

.i-news-posttime {
  font-size: 14px;
  color: #a2a2a2;
  height: 49px;
  line-height: 49px;
}

/* student */
.i-student {
  width: 100%;
  padding: 30px 0px;
}

.i-student-header {}

.i-student-header-tit {
  font-size: 2rem;
  line-height: 2;
  color: #30965C;
  position: relative;
  text-indent: 1rem;
}

.i-student-header-tit-en {
  font-size: 1rem;
  color: #acacac;
}

.i-student-header-tit::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0px;
  bottom: 0px;
  border-bottom: 1px solid #e2e2e2;
  /* background-color: #e2e2e2; */
}

.i-student-header-tit::before {
  content: '';
  position: absolute;
  width: 6px;
  height: 50%;
  left: 0px;
  top: 25%;
  border-radius: 50px;
  background-color: #ffb902;
}

.i-student-body {
  padding: 30px 0px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}

.i-student-org {
  width: 25%;
  flex-grow: 1;
  /* float: left; */
  /* width: 50%; */
}

.i-student-org-header {
  left: 0px;
  bottom: 0px;
  position: absolute;
  background-color: rgba(255, 255, 255, .8);
  height: 50px;
  width: 100%;
  text-align: left;
  line-height: 50px;
  text-indent: 1rem;
}

.i-student-org-header-tit {
  font-size: 1rem;
}

.i-student-org-body {
  width: 100%;
  padding: 0px 15px 0px 15px;
  /* border-right:1px dashed #e2e2e2; */
}

.i-student-org-body-tit {
  font-size: 1rem;
  width: fit-content;
  background-color: #146E3C;
  color: #fff;
  padding: 0px 10px;
  border-radius: 0.3125rem;
  line-height: 2;
}

.i-student-org-body ul li {
  line-height: 3;
  border-bottom: 1px dashed #e2e2e2;
  background: url(../images/arrow.png) no-repeat left center;
  text-indent: 1.3em;
  white-space: nowrap;
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
}

.i-student-org-body ul li a {
  font-size: 16px;
  color: #525252;
  transition: all 0.5s ease-in-out;
}

.i-student-org-body ul li a:hover {
  color: #146E3C;
}


/* teacher */
.i-teacher {
  width: 100%;
  padding: 30px 0px;
}

.i-teacher-header {}

.i-teacher-header-tit {
  font-size: 2rem;
  line-height: 2;
  color: #C79556;
  position: relative;
  text-indent: 1rem;
}

.i-teacher-header-tit-en {
  font-size: 1rem;
  color: #acacac;
}

.i-teacher-header-tit::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0px;
  bottom: 0px;
  border-bottom: 1px solid #e2e2e2;
  /* background-color: #e2e2e2; */
}

.i-teacher-header-tit::before {
  content: '';
  position: absolute;
  width: 6px;
  height: 50%;
  left: 0px;
  top: 25%;
  border-radius: 50px;
  background-color: #ffb902;
}

.i-teacher-body {
  padding: 30px 0px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}


.i-teacher-org {
  width: 25%;
  flex-grow: 1;
  flex-shrink: 0;
}

.i-teacher-org-body {
  width: 100%;
  padding: 0px 15px 0px 0px;
}
.i-teacher-org-body-tit {
  font-size: 1rem;
  width: fit-content;
  background-color: #C79556;
  color: #fff;
  padding: 0px 10px;
  border-radius: 0.3125rem;
  line-height: 2;
}

.i-teacher-org-body ul li {
  line-height: 3;
  border-bottom: 1px dashed #e2e2e2;
  background: url(../images/arrow.png) no-repeat left center;
  text-indent: 1.3em;
  white-space: nowrap;
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
}

.i-teacher-org-body ul li a{
  font-size: 16px;
  color: #525252;
}

.i-teacher-org-body ul li a:hover {
  color: #C79556;
}

/* parents 家长网校*/
.i-parents {
  width: 100%;
  padding: 30px 0px;
}

.i-parents-header {}

.i-parents-header-tit {
  font-size: 2rem;
  line-height: 2;
  color: #4390EE;
  position: relative;
  text-indent: 1rem;
}

.i-parents-header-tit-en {
  font-size: 1rem;
  color: #acacac;
}

.i-parents-header-tit::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0px;
  bottom: 0px;
  border-bottom: 1px solid #e2e2e2;
  /* background-color: #e2e2e2; */
}

.i-parents-header-tit::before {
  content: '';
  position: absolute;
  width: 6px;
  height: 50%;
  left: 0px;
  top: 25%;
  border-radius: 50px;
  background-color: #ffb902;
}

.i-parents-body {
  padding: 30px 0px;
  display: flex;
}

.i-parents-org {
  flex-grow: 1;
  width: 25%;
  padding: 0px 15px 0px 0px;
}

.i-parents-org-body {
  width: 100%;
  padding: 0px 15px 0px 0px;
}
.i-parents-org-body-tit {
  font-size: 1rem;
  width: fit-content;
  background-color: #4390EE;
  color: #fff;
  padding: 0px 10px;
  border-radius: 0.3125rem;
  line-height: 2;
}

.i-parents-org-body ul li {
  line-height: 3;
  border-bottom: 1px dashed #e2e2e2;
  background: url(../images/arrow.png) no-repeat left center;
  text-indent: 1.3em;
  white-space: nowrap;
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
}

.i-parents-org-body ul li a{
  font-size: 16px;
  color: #525252;
}

.i-parents-org-body ul li a:hover {
  color: #4390EE;
}

.i-links{
  padding:15px 0px 0px 0px;
  display:flex;
  flex-direction:row;
  flex-wrap:wrap;
}
.i-links-item{
  flex-grow:0;
  padding:10px 15px;
  background-color:#f0f0f0;
  margin:4px;
  border-radius:20px;
  transition:all 0.3s ease-in-out 0s;
  
}
.i-links-item:hover{
  background-color:#4390ee;  
}
.i-links-item:hover a{
  color:#ffffff;  
}

.i-links-item>a{
  font-size:14px;
  color:#000;
  transition:all 0.3s ease-in-out 0s;
}

/* school 课堂内外 */




.morethan {
  padding: 0px 8px;
  background-color: #306AEB;
  display: block;
  color: #fff;
  font-size: 14px;
  line-height: 2;
  margin-top: 6px;
  
}


.fcouse {
  width: 480px;
  height: 330px;
  /* background-color: #555555; */
  margin-right: 15px;
  border: 1px solid #f2f2f2;
  padding: 5px;
}

.notice {
  width: 480px;
  /* height:330px; */
  /* background-color: #555555; */
  margin-right: 15px;
  border: 1px solid #f2f2f2;
  padding: 5px;
}

.news {
  overflow: hidden;
  height: 330px;
  padding: 5px;
  border: 1px solid #f2f2f2;
}

.region {
  overflow: hidden;
  /* height: 330px; */
  padding: 5px;
  border: 1px solid #f2f2f2;
  width: 400px
}

.region-top {
  /* margin-top:5px; */
  /* margin-bottom:10px; */
}

.region-bottom {}

.region-recommend {
  font-size: 0px;
}

.region-recommend>li {
  vertical-align: top;
  display: inline-block;
  /* height: 140px; */
  width: 186px;
  margin-left: 10px;
  background-color: #ffffff;
  border: 1px solid #f2f2f2;
  padding: 4px;
  
}

.region-recommend>li:first-child {
  margin-left: 0px;
}

.region-thumb {}

.region-title {
  line-height: 200%;
  font-size: 14px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.box {
  /* background-color: #f2f2f2; */
  border-radius: 2px;
}

.box-head {
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid #ccc;
  background: #f7f7f7;
  padding-right: 15px;
}

.box-title {
  height: 40px;
  font-size: 18px;
  font-family: 微软雅黑;
  text-indent: 40px;
  color: #555555;
  width: 120px;
  border-bottom: 2px solid #30965C;
  /* font-weight: 550; */
  /* color:#30965C; */
}

.icon-news {
  background: url(../images/icon_news.png) no-repeat 10px center;
}

.icon-notice {
  background: url(../images/icon-notice.png) no-repeat 10px center;
}

.icon-region {
  background: url(../images/icon_region.png) no-repeat 10px center;
}

.icon-groups {
  background: url(../images/icon-groups.png) no-repeat 10px center;
  
}

.icon_lawy {
  background: url(../images/icon_lawy.png) no-repeat 10px center;
  
}

.icon_area {
  background: url(../images/icon_area.png) no-repeat 10px center;
  
}

.box-more {
  padding: 0px 20px;
  font-size: 14px;
  color: #a2a2a2;
  display: block;
  background: url(../images/icon_more.png) no-repeat right center;
}

.box-body {
  padding: 10px 5px;
}

.list-box-1 {
  
  vertical-align: top;
  display: inline-block;
  /* width:260px; */
  width: 185px;
  
  background-color: #ffffff;
  zoom: 1;
  margin-left: 15px;
  /* border: 1px solid #f2f2f2; */
  
}

.school-app {}

.school-app ul li {
  font-size: 16px;
  color: #555555;
  display: block;
  height: 38px;
  line-height: 38px;
  border-bottom: 1px solid #f2f2f2;
  text-indent: 10px;
}

.school-app ul li a {
  font-size: 16px;
  color: #555555;
  
  
}

.list-box {
  
  vertical-align: top;
  display: inline-block;
  /* width:260px; */
  width: 350px;
  
  background-color: #ffffff;
  zoom: 1;
  margin-left: 25px;
  border: 1px solid #f2f2f2;
  padding: 5px;
}

.list-box:first-child {
  margin-left: 0px;
}

.new-list {}

.new-list>li {
  text-indent: 20px;
  background: url(../images/arrow.png) no-repeat left center;
  line-height: 200%;
}

.new-list>li>a {
  line-height: 200%;
  font-size: 16px;
  color: #666666;
  transition: color .8s ease 0s;
}

.new-list>li>a:hover {
  color: #30965C;
}

.new-data {
  float: right;
  font-size: 14px;
  color: #cccccc;
}



.tools {
  margin: 15px 0px;
  height: 150px;
  line-height: 150px;
  background-color: #eeeeee;
  background: url(../images/ad.jpg) no-repeat;
}

.products-type {
  padding: 50px;
  width: 100%;
  height: 168px;
  background-color: rgb(244, 244, 244);
}

.pt {
  text-align: center;
  width: 20%;
  float: left;
}

.pt-img {
  margin: auto;
  width: 45px;
  height: 45px;
  margin-bottom: 5px;
}

.pt-title {
  
  line-height: 200%;
}

.pt-title a {
  font-size: 18px;
  line-height: 200%;
  color: rgb(67, 67, 67);
}

.products {
  text-align: center;
}

.wpline-wrapper {
  width: 64px;
  height: 4px;
  background-color: #1c445d;
}

.product-title {
  
  font-weight: 400;
  line-height: 200%;
  text-align: left;
  font-size: 36px;
  /* color:rgb(28, 177, 245); */
  color: #1c445d;
  
}

.product-list {}

.product-list-intro li {
  background-color: #f4f4f4;
  margin: 50px 75px 0px 0px;
  float: left;
  border: 1px solid rgb(238, 238, 238);
  /* width: 25%; */
}

.row-last-child {
  margin-left: 0x !important;
  margin-right: 0px !important;
}


.product-list-block {
  margin: auto;
  display: block;
  position: relative;
  overflow: hidden;
  
  /*text-align: center;*/
  /*border: 1px solid #f2f2f2;*/
  /*transition:box-shadow 500ms ease 0s;*/
  color: #7a7a7a;
}

.product-list-intro li:hover {
  -moz-box-shadow: rgba(238, 238, 238, 1) 0px 0px 2px 2px;
  -webkit-box-shadow: rgba(238, 238, 238, 1) 0px 0px 2px 2px;
  box-shadow: rgba(238, 238, 238, 1) 0px 0px 2px 2px;
  /*box-shadow:0 10px 20px rgba(0,0,0,.1);*/
  color: rgb(28, 177, 245);
  border: 1px solid rgb(255, 102, 0);
  
  /*color:#a0a0a0;*/
}

.product-list-block:hover img {
  /* transform: scale(1.1,1.1); */
  /* -webkit-filter:brightness(100%); */
  filter: brightness(100%);
}


.product-list-thumb {
  margin: 15px auto;
  width: 210px;
  height: 210px;
  background-color: #ffffff;
}

.product-list-thumb img {
  width: 100%;
  filter: brightness(90%);
  transition: all .6s ease 0s;
}

.product-list-title {
  margin: 15px 15px 15px 15px;
  line-height: 200%;
  transition: color .8s ease .3s;
  width: 210px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  
}

.product-list-caption {
  margin-top: 20px;
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.product-list-desc {
  line-height: 200%;
  font-weight: 300;
  font-size: 14px;
  font-family: "microsoft yahei";
  /* overflow: hidden; */
  /* height: 65px; */
  /* white-space: nowrap; */
  /* text-overflow: ellipsis; */
  
  
}

.more {
  padding: 0 5px;
  margin: 50px auto;
  text-align: center;
  font-size: 14px;
  display: block;
  border: 1px solid #a0a0a0;
  border-radius: 40px;
  width: 150px;
  height: 40px;
  line-height: 40px;
  color: #808080;
  transition: border, background-color 1s ease 0s;
  background: url(../../static.websiteonline.cn/website/plugin/buttons/view/skins/btnoval/ovalbg.png) 50% 50% repeat-x;
}

.more:hover {
  color: #fff;
  border: 0px;
  background-color: #1c445d;
}

.morthan {
  float: right;
  font-size: 14px;
  display: block;
  width: 120px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #5a5a5a;
  border: 1px solid #ccc;
  border-radius: 40px;
  background: url(../../static.websiteonline.cn/website/plugin/buttons/view/skins/btnoval/ovalbg.png) 50% 50% repeat-x;
  /* background-color: rgb(28, 177, 245); */
}

.morthan:hover {
  
  background-color: rgb(120, 120, 120);
  -moz-transition: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
  -webkit-transition: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
  -o-transition: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
  transition: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
  color: #f9f9f9;
}

.about {
  font-size: 18px;
  line-height: 40px;
  
}

.about h3:after {
  position: relative;
  top: -4px;
  display: block;
  content: ' ';
  width: 85px;
  height: 2px;
  background-color: rgb(28, 177, 245);
  
}

.aboutintro {
  margin: 40px 0px;
}

.about-show {
  float: left;
  width: 45%;
}

.post-bg {
  position: relative;
}

.imgdiv {
  position: absolute;
  left: -20px;
  top: 20px;
  z-index: 1;
  width: 100%;
}

.img-post-bg {
  width: 100%;
  height: 330px;
  background-color: rgba(255, 255, 255, 1);
  z-index: 0;
}

.about-content {
  float: left;
  width: 55%;
  padding: 0px 0px 0px 40px;
  line-height: 200%;
  /* text-indent: 40px; */
  color: #666666
}

.about-content-intro {
  padding: 20px 0px;
}

.newlist-box li {
  float: left;
  
  padding: 15px;
  margin: 20px 30px 40px 0px;
}

.newlist-box {
  /* position: relative; */
  
  /* background: #f8f8f8; */
}

.new-intro {
  width: 100%;
  overflow: hidden;
  
}

.new-intor-thumb {
  width: 350px;
  height: 220px;
  overflow: hidden;
  
}

.new-intor-title {
  line-height: 200%;
  margin-top: 15px;
  text-align: left;
  font-weight: 600;
  font-size: 16px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #555555;
  width: 350px;
  
}

.new-intro-desc {
  width: 350px;
  line-height: 150%;
  font-weight: 300;
  font-size: 14px;
  font-family: "microsoft yahei";
  overflow: hidden;
  /* height: 65px; */
  text-overflow: ellipsis;
  color: #5a5a5a
}

.data-item {
  position: relative;
  padding: 20px 20px;
}

.year {
  display: inline-block;
}

.post_date {
  display: block;
}

.data-wrap {
  position: absolute;
  height: 75px;
  left: 0px;
  top: 0px;
}

.footer {
  
  /* overflow: hidden; */
  /* margin-top: 50px; */
  position: relative;
  /*height:150px;*/
  background-color: #4390EE;
  padding: 20px 50px;
  text-align: center;
}

.weixin {
  float: right;
  
  
}

.footer p {
  color: #e2e2e2;
  line-height: 2;
  font-size: 14px;
}

.footer a {
  color: #e2e2e2;
  line-height: 2;
  font-size: 14px;
}

.flink {
  margin-top: 20px;
  height: 50px;
  line-height: 50px;
  background-color: #efefef;
}

.school-show {
  font-size: 0px;
  margin-bottom: 15px;
  background-color: #ffffff;
  /* border: 1px solid #e2e2e2; */
  /* border-radius: 5px; */
  /* padding:10px; */
  font-size: 14px;
  
}

.school-show p {
  font-size: 16px;
  /* line-height: 40px; */
  
}

.links {
  font-size: 0px;
  margin-bottom: 15px;
  background-color: #ffffff;
  /* border: 1px solid #e2e2e2; */
  /* border-radius: 5px; */
  /* padding:10px; */
}

.links>ul>li {
  display: inline-block;
  width: 260px;
  height: 100px;
  background-color: #ccc;
  margin-left: 20px;
}

.links>ul>li:first-child {
  margin-left: 0px;
}

.copyrigt {
  position: relative;
  /*margin-top:30px;*/
  line-height: 200%;
  text-align: center;
  color: #999999;
  font-size: 14px;
}


.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

/*自定义分页指示器样式*/
.swiper-pagination-bullet {
  width:16px;
  height:8px;
  text-align: center;
  border-radius:8px;
  font-size: 12px;
  color: #000;
  opacity: 1;
  background: rgba(255, 255, 255, .5);
  border: 1px solid rgb(0,0,0);
}

.swiper-pagination-bullet-active {
  color: #fff;
  background: rgb(168, 224, 206);
}

/* channel */
.channel {
  margin: 0px;
}



.channel-nav {
  /* background: #ffffff; */
  border: 1px solid #efefef;
  float: left;
  width: 220px;
  margin-right: 40px;
  /* box-shadow:2px 0px 15px rgba(0,0,0,.1); */
}
.channel-nav-header{
  padding:30px 0px;
  text-align: center;
  background-color:rgba(119,103,0,.6);
}
.channel-nav-header h1{
  color:#fff;
}
.channel-body {
  overflow: hidden;
}

.channel-nav ul {
  overflow: hidden;
}

.channel-nav ul li{
  height: 50px;
  line-height: 50px;
  position: relative;
  text-align: center;
  border-top: 1px dashed #efefef;
  transition: all 0.5s ease-in-out;
}
.channel-nav-cur{
  background:url(../images/arrow.png) no-repeat center right;
}
.channel-nav ul li:hover{
  height: 50px;
  line-height: 50px;
  background-color: rgba(187,206,237,.4);
  
}
.channel-nav ul li a{
  font-size: 16px;
  color: #525252;
  transition: all 0.3s ease-in-out;
}

.channel-nav ul li:hover a{
  color:#4390EE
}

.channel-nav li .cur {
  color: #c79556;
}
.channel-body-header{
  height: 50px;
  line-height: 50px;
  border-bottom: 1px dashed #EEEEEE;
}
.channel-body-location{
  float: right;
  font-size:14px;
  color: #828282;
}
.channel-body-location a{
  
  color: #828282;
}
.channel-body-location h2{
  font-size:18px;
  position: relative;
}
.channel-body-location h2:after {
  content:"";
  display: none;
}


.channel-content {
  line-height:2;
  padding:15px;
}
.channel-content-list{
  line-height:2;
  background:url("../images/arrow.png") no-repeat left center;
  text-indent:1.5em;
}
.channel-content-list a{
  color:#424242;
}
.channel-content-header{
  
}
.channel-content-header a{
  border:1px solid #4390EE;
  font-size:18px;
  line-height:2;
  color:#4390EE;
  padding:10px 20px;
}
.channel-content-header a:hover{
  background:#4390EE;
  color:#fff;
}
.channel-content-body{
  
  padding:10px;
}
.channel-content-body>ul>li{
  line-height:3;
  border-bottom:1px dashed #e9e9e9;
}
/* 校园风光 */
.channel-syfg{
  display: flex;
  flex-flow: row wrap;
}
.channel-syfg-item{
  
  position:relative;
  flex-grow:0;
  flex-basis: 33.3333%;
  padding:10px;
  
  
}
.channel-syfg-thumb{
  display:block;
  height:200px;
  overflow:hidden;
  transition:all 0.2s ease-in-out 0s;
}
.channel-syfg-thumb:hover{
  box-shadow:0px 0px 10px 5px rgba(0,0,0,.1);
}
.channel-syfg-thumb>img{
  vertical-align:bottom;
  width: 100%;
}

/* 教研成果 */



.channel-jycg{
  
}
.channel-jycg>li{
  float:left;
  width:33.333333%;
  padding:5px;
  
}
.channel-jycg>li>a{
  color:#424242;
  
}
.channel-jycg-warp{
  border:1px solid #e2e2e2 ;
  
  overflow:hidden;
}

.channel-jycg-header{
  padding:10px 5px;
  border-top:1px solid #e2e2e2 ;
  border-bottom:1px solid #e2e2e2 ;
  background-color: #f7f7f7;
  font-size:14px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.channel-jycg-body{
  padding:10px 5px;
  overflow:auto;
  height:150px;
}
.channel-jycg-body>ul>li{
  
  text-indent:1em;
  background:url("../images/arrow.png") no-repeat left center;
  margin-right:10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.channel-jycg-body>ul>li>a{
  color:#424242;
  font-size:14px;
  transition:color 0.5s ease-in-out;
}
.channel-jycg-body>ul>li>a:hover{
  color:#CD0200;
  
}
.channel-content-item{
  border-bottom: 1px dashed #f0f0f0;
  line-height: 2;
  padding:10px 0px;
}
.channel-content-item-tit a{
  font-size:16px;
  color:#333333 ;
  transition: all 0.2s ease-in-out;
}
.channel-content-item-tit a:hover{
  font-size:16px;
  color:#2E8B57 ;
  
}
.channel-content-item-date{
  float: left;
  font-size:14px;
  color: #828282;
  background-color: #C79556;
  height: 90px;
  width: 90px;
  margin-right: 15px;
  padding:5px;
}
.channel-content-item-body{
  overflow: hidden;
  height: 90px;
  
}
.date{
  height: 45px;
  line-height: 45px;
  font-size:32px;
  text-align: center;
  font-weight: 550;
  border-bottom: 1px solid #fff;
  color: #fff;
  
}
.year{
  width: 100%;
  text-align: center;
  color: #fff;
  line-height: 2;
}
.channel-content-item-desc{
  font-size:14px;
  color: #a2a2a2;
}
.channel-body-pages{
  margin-top:50px;
  line-height: 2;
}

.channel-location{
  border-bottom: 1px solid #EEEEEE;
  line-height: 50px;
}
.channel-location a{
  color:#424242;
}

/* content */
.content{
  background-color: #f7f7f7;
  padding:0px 10px;
  /* border: 1px solid  #e2e2e2; */
  
}
.content-header{
  padding:10px 0px;
  border-bottom:1px solid #e9e9e9;
}
.content-header h1{
  font-size:32px;
  line-height: 2;
  text-align: center;
}
.content-header h2{
  font-size:22px;
  color:#929292;
  line-height: 2;
  text-align: center;
}
.content-baseinfo{
  text-align: center;
  font-size:16px;
  color:#929292;
  line-height: 2;
  text-align: center;
}

.content-body{
  padding:30px 15px;
  line-height: 2;
  min-height: 400px;
}
.content-footer{
  line-height: 2;
  border-top:1px solid #e9e9e9;
  padding:30px 15px;
}

.content-footer a{
  color:#424242;
  transition:color 0.5s ease-in-out;
}
.content-footer a:hover{
  color:#2E8B57
}

.i-ad{}
.i-ad img{
  width: 100%;
  vertical-align: bottom;
  
  
  
  }

/* 翻页效果*/
.channel-pages{
  
  }
.page_wrap{clear:both; margin-bottom:10px; overflow:hidden;zoom:1;} .paginator {float:right; height:25px; overflow:hidden; } .paginator, .paginator input, .paginator button {font-family:Tahoma, "宋体"; font-size:12px; } .paginator a, .paginator span {float:left; height:23px; margin:0 5px 0 0; text-align:center; white-space:nowrap; vertical-align:middle; line-height:23px; background:#fff; } .paginator a {color:#085C9B; } .paginator b{font-family:"宋体"; margin:3px;font-weight:300;} .paginator a:link, .paginator a:visited, .paginator a:hover, .paginator a:active {text-decoration:none; } .paginator .page-start, .paginator a, .paginator .page-end {padding:0 8px; border:1px solid #D3D3D3; background:#ffffff; } .paginator .page-start {border-color:#d9d9d9; color:#d9d9d9; } .paginator .page-end { border-color:#d9d9d9;  color:#d9d9d9; } .paginator .page-this, .paginator .page-break {padding:0 3px; } .paginator .page-break {border:1px solid #fff; } .paginator .page-this {border:1px solid #D3D3D3;background-color:#E9E9E9; color:#D4105A;padding:0px 8px; font-weight:bold; } .paginator .page-skip {height:22px; line-height:22px; padding:0 3px; margin:0; background:none; } .paginator .page-skip input {width:26px;  *width:23px;height:19px;line-height:19px;border:1px #D3D3D3 solid;font-size:12px; margin:-1px 6px 0px 6px;#margin-top:1px;_margin-top:0px;padding:0px 0px 0px 2px; vertical-align:middle; padding-top:0px; padding-bottom:0px; } .paginator .page-skip button {font-size:12px; padding:0 5px 5px 5px;_padding:0 5px 0 5px; width:auto; _width:0; height:22px;  *height:23px; *line-height:20px; _height:16px; _line-height:16px; margin-left:10px;  *margin-top:-1px;overflow:visible; vertical-align:top; } .paginator a:hover {border:1px solid #A6A6A6;color:#868688; }