.heard {
  width: 100%;
  height: 140px;
  border-top: 3px solid #0c7ed9;
}
.heard .container {
  overflow: visible;
}
.heard .container .h-left {
  float: left;
  width: 340px;
  height: 140px;
  position: relative;
}
.heard .container .h-left a img {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
width:380px;
}
.heard .container .h-right {
  height: 140px;
  display: flex;
  position: relative;
  justify-content: flex-end;
  align-items: center;
}
.heard .container .h-right a {
  font-size: 14px;
  color: #999999;
  margin-right: 40px;
  position: relative;
  z-index: 9;
  cursor: pointer;
}
.heard .container .h-right a:hover{
color:#0c7ed9;
}
.heard .container .h-right .search {
  width: 245px;
  height: 31px;
  position: relative;
  z-index: 9;
  border-radius: 15px;
  border: 1px solid #0c7ed9;
}
.heard .container .h-right .search .keywords {
  margin-left: 10px;
  margin-top: 8px;
  font-size: 14px;
  color: #999999;
  background: transparent;
}
.heard .container .h-right .search .keywords:focus {
  background: transparent;
}
.heard .container .h-right .search .submit {
      float: right;
    width: 32px;
    height: 32px;
    /* margin-top: 6px; */
    /* margin-right: 10px; */
    background: url(/_upload/tpl/0a/a3/2723/template2723/images/icon_search.png) no-repeat center center;
    background-size: 16px;
    cursor: pointer;
}
/*头部结束*/
/*导航栏*/
.nav {
  width: 100%;
  height: 50px;
  background-color: #0c7ed9;
}
.nav .nav_bar {
  width: 1164px;
  margin: 0 auto;
  height: 50px;
}
.nav .nav_bar > ul .nav-item {
  float: left;
  line-height: 50px;
  position: relative;
  text-align: center;
}
.nav .nav_bar > ul .nav-item a {
  display: block;
  padding: 0 31.5px;
  font-size: 18px;
  color: #ffffff;
}
.nav .nav_bar > ul>.nav-item.current>a,
.nav .nav_bar > ul .nav-item a:hover{
	background: #1064be;
}
.nav .nav_bar > ul .nav-item .nav-item-menu {
	width: 100%;
  background-color: #0c7ed9;
  position: absolute;
  top: 50px;
  z-index: 999;
}
.nav .nav_bar > ul .nav-item .nav-item-menu li {
  /*width: 168px;*/
}
.nav .nav_bar > ul .nav-item .nav-item-menu li a {
  color: #fff;
  /*white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;*/
  font-size: 15px;
  padding: 13px 5px;
  line-height: 20px;
}
.nav .nav_bar > ul .nav-item .nav-item-menu .havsub {
  position: relative;
}
.nav .nav_bar > ul .nav-item .nav-item-menu .havsub .nav-item-sub {
  position: absolute;
  left: 168px;
  top: 0;
  background-color: #1495D1;
}
/*导航栏结束*/
/*轮播图*/
.banner .bx-wrapper {
	margin: 0 auto;
	height: 420px !important;
}

.banner .bx-wrapper .bx-viewport {
	box-shadow: none;
	border: none;
	left: 0;
	height: 420px !important;
}
.banner {
  width: 100%;
  height: 420px;
  overflow: hidden;
}
.banner ul li a{
	display: block;
	width: 100%;
	height: 420px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
.banner ul li a h4{
	position: absolute;
	width: 1164px;
	height: 50px;
	bottom: 0;
	left: 50%;
  margin-left: -582px;
}
.banner ul li a h4 span{
	font-size: 20px;
	color: #fff;
	display: block;
	text-align: center;
	padding: 0 15px;
	height: 50px;
	line-height: 50px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	background: rgba(0,0,0,.5);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7Fffffff, endColorstr=#7Fffffff);
}

.banner .bx-wrapper .bx-controls-direction a.disabled{
	display: block;
}

.banner .bx-wrapper .bx-controls-direction a {
    margin-top: -35px;
    width: 70px;
    height: 70px;
}

.banner .bx-wrapper .bx-prev {
    left: 80px;
    background: url(/_upload/tpl/0a/a3/2723/template2723/images/banner_arrow_left.png) no-repeat center center;
}

.banner .bx-wrapper .bx-next {
    right: 80px;
    background: url(/_upload/tpl/0a/a3/2723/template2723/images/banner_arrow_right.png) no-repeat center center;
}

/*轮播图结束*/
/*新闻*/
.new {
  width: 100%;
  margin-top: 45px;
}
.new .container .new-left {
  float: left;
  width: 685px;
}
.new .container .new-left .new-left-title {
  border-bottom: 2px solid #BFBFBF;
  padding-bottom: 5px;
  position: relative;
}
.new .container .new-left .new-left-title:after {
  position: absolute;
  width: 85px;
  height: 4px;
  content: "";
  background-color: #0c7ed9;
  left: 0;
  bottom: -3px;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.new .container .new-left .new-left-title:hover:after {
  width: 105px;
}
.new .container .new-left .new-left-title .title {
  font-size: 18px;
  font-weight: bold;
  color: #0c7ed9;
}
.new .container .new-left .new-left-title .more {
  float: right;
  margin-top: 9px;
  font-size: 12px;
}
.new .container .new-left .new-left-title .more a {
  color: #666666;
font-size:13px;
}
.new .container .new-left .new-left-content ul .new-first {
  display: flex;
  flex-direction: row;
padding-left:0;
white-space: normal;
    text-overflow: inherit;
    overflow: inherit;
padding-right:0px;
}
.new .container .new-left .new-left-content ul .new-first img {
  margin-right: 25px;
  width: 220px;
  height: 200px;
}
.new .container .new-left .new-left-content ul .new-first .info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-bottom: 2px solid #E5E5E5;
  padding-bottom: 20px;
  box-sizing: border-box;
  height: 200px;
}
.new .container .new-left .new-left-content ul .new-first .info .info-title {
  font-size: 18px;
  line-height: 1.8em;
  font-weight: bold;
  text-indent: 0;
  color: #0c7ed9;
}
.new .container .new-left .new-left-content ul .new-first .info .info-summary {
  margin: 25px 0;
  font-size: 14px;
  text-indent: 2em;
  color: #333333;
}
.new .container .new-left .new-left-content ul .new-first .info .info-date {
  font-size: 12px;
  color: #898989;
  margin-left: auto;
position:relative;
top:auto;
right:auto;
float:right;
}
.new .container .new-left .new-left-content ul .new-first:before {
  display: none;
}
.new .container .new-left .new-left-content ul li {
  margin-top: 20px;
  position: relative;
 padding-left:17px;
white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
padding-right:80px;
}
.new .container .new-left .new-left-content ul li span {
  position:absolute;
 top:3px;
right:0;
  font-size: 12px;
  color: #898989;
}
.new .container .new-left .new-left-content ul li:before {
  position: absolute;
  content: '';
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  border-top: 3px solid transparent;
  border-left: 4px solid #0c7ed9;
  border-bottom: 3px solid transparent;
}
.new .container .new-right {
  float: right;
  width: 396px;
}
.new .container .new-right .new-right-title {
  border-bottom: 2px solid #BFBFBF;
  padding-bottom: 5px;
  position: relative;
}
.new .container .new-right .new-right-title:after {
  position: absolute;
  width: 85px;
  height: 4px;
  content: "";
  background-color: #0c7ed9;
  left: 0;
  bottom: -3px;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.new .container .new-right .new-right-title:hover:after {
  width: 105px;
}
.new .container .new-right .new-right-title .title {
  font-size: 18px;
  font-weight: bold;
  color: #0c7ed9;
}
.new .container .new-right .new-right-title .more {
  float: right;
  margin-top: 9px;
  font-size: 12px;
}
.new .container .new-right .new-right-title .more a {
  color: #666666;
font-size:13px;
}
.new .container .new-right .new-right-list .new-left-listitem {
  height: 50px;
  margin-top: 5px;
  padding: 15px 0;
  border-bottom: 1px solid #E5E5E5;
}
.new .container .new-right .new-right-list .new-left-listitem .notice-left {
  width: 60px;
  height: 50px;
  float: left;
  text-align: center;
  background-color: #eeeeee;
}
.new .container .new-right .new-right-list .new-left-listitem .notice-left .day {
  font-size: 22px;
  font-weight: bold;
  color: #0c7ed9;
}
.new .container .new-right .new-right-list .new-left-listitem .notice-left .ym {
  font-size: 12px;
  color: #0c7ed9;
}
.new .container .new-right .new-right-list .new-left-listitem .notice-right {
     /* float: right; */
    width: 320px;
    display: table-cell;
    vertical-align: middle;
    height: 50px;
    padding-left: 15px;
}
.new .container .new-right .new-right-list .new-left-listitem .notice-right p > a {
  font-size: 16px;
  line-height: 1.6em;
display:block;
}
/*新闻结束*/
/*box1*/
.box1 {
  width: 100%;
  margin-top: 45px;
}
.box1 .container .box1-left {
  width: 685px;
  float: left;
}
.box1 .container .box1-left .box1-left-title {
  border-bottom: 2px solid #BFBFBF;
  padding-bottom: 5px;
  position: relative;
}
.box1 .container .box1-left .box1-left-title:after {
  position: absolute;
  width: 85px;
  height: 4px;
  content: "";
  background-color: #0c7ed9;
  left: 0;
  bottom: -3px;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.box1 .container .box1-left .box1-left-title:hover:after {
  width: 105px;
}
.box1 .container .box1-left .box1-left-title .title {
  font-size: 18px;
  font-weight: bold;
  color: #0c7ed9;
}
.box1 .container .box1-left .box1-left-title .more {
  float: right;
  margin-top: 9px;
  font-size: 12px;
}
.box1 .container .box1-left .box1-left-title .more a {
  color: #666666;
font-size:13px;
}
.box1 .container .box1-left .box1-left-content {
  display: flex;
  padding-top: 15px;
}
.box1 .container .box1-left .box1-left-content img {
  margin-right: 15px;
width:165px;
}
.box1 .container .box1-left .box1-left-content ul li {
 width: 235px;
    height: 24px;
    margin-bottom: 20px;
    /* text-indent: 2em; */
    position: relative;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-left: 17px;
}
.box1 .container .box1-left .box1-left-content ul li:before {
  position: absolute;
  content: '';
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  border-top: 5px solid transparent;
  border-left: 7px solid #BFBFBF;
  border-bottom: 5px solid transparent;
}
.box1 .container .box1-left .box1-left-content ul li:last-child {
  margin-bottom: 0;
}
.box1 .container .box1-right {
  width: 396px;
  float: right;
}
.box1 .container .box1-right .box1-right-title {
  border-bottom: 2px solid #BFBFBF;
  padding-bottom: 5px;
  position: relative;
}
.box1 .container .box1-right .box1-right-title:after {
  position: absolute;
  width: 85px;
  height: 4px;
  content: "";
  background-color: #0c7ed9;
  left: 0;
  bottom: -3px;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.box1 .container .box1-right .box1-right-title:hover:after {
  width: 105px;
}
.box1 .container .box1-right .box1-right-title .title {
  font-size: 18px;
  font-weight: bold;
  color: #0c7ed9;
}
.box1 .container .box1-right .box1-right-title .more {
  float: right;
  margin-top: 9px;
  font-size: 12px;
}
.box1 .container .box1-right .box1-right-title .more a {
  color: #666666;
font-size:13px;
}
.box1 .container .box1-right .box1-right-content {
  display: flex;
  padding-top: 15px;
}
.box1 .container .box1-right .box1-right-content img {
  margin-right: 15px;
width:165px;
}
.box1 .container .box1-right .box1-right-content ul li {
 width: 91px;
    height: 24px;
    margin-bottom: 20px;
    /* text-indent: 2em; */
    position: relative;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-left: 17px;
}
.box1 .container .box1-right .box1-right-content ul li:before {
  position: absolute;
  content: '';
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  border-top: 5px solid transparent;
  border-left: 7px solid #BFBFBF;
  border-bottom: 5px solid transparent;
}
.box1 .container .box1-right .box1-right-content ul li:last-child {
  margin-bottom: 0;
}
/*box2*/
.box2 {
  width: 100%;
  margin-top: 45px;
  height: 54px;
  background-color: #EEEEEE;
}
.box2 .container {
  border-top: 1px solid #0c7ed9;
  height: 54px;
  position: relative;
  overflow: visible;
}
.box2 .container .box2-sub {
  position: absolute;
  top: -25px;
}
.box2 .container .box2-sub a {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  padding: 2px 25px;
  color: #666666;
  position: relative;
}
.box2 .container .box2-sub a:first-child {
  padding-left: 0;
}
.box2 .container .box2-sub a:after {
  position: absolute;
  content: '';
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 1px;
  height: 12px;
  background-color: #AAAAAA;
}
.box2 .container .box2-sub a:last-child:after {
  display: none;
}
.box2 .container .box2-content {
  position: relative;
}
.box2 .container .box2-content li {
  float: left;
  position: absolute;
  width: 100%;
  line-height: 54px;
  height: 54px;
  display: none;
}
.box2 .container .box2-content li a {
  font-size: 14px;
  color: #333333;
  padding-right: 65px;
}
.box2 .container .box2-content li a:hover{
  color:#0c7ed9;
}
/*foot*/
.foot {
  width: 100%;
  height: 115px;
  border-top: 3px solid #0c7ed9;
  background-color: #434343;
  min-width:1200px;
}
.foot .container {
  height: 115px;
}
.foot .container p {
  text-align: center;
  color: #d8d8d8;
  font-size: 14px;
}
.foot .container p span {
  padding: 0 30px;
  position: relative;
}
.foot .container p span a {
  font-size: 14px;
  color: #0c7ed9;
}
.foot .container p span:after {
  position: absolute;
  width: 2px;
  height: 10px;
  right: 0;
  content: '';
  background-color: #d8d8d8;
  top: 50%;
  transform: translate(0, -50%);
}
.foot .container p span:last-child:after {
  display: none;
}
.foot .container p:first-child {
  margin: 30px 0 25px;
}
/*列表页*/
.column-pic {
  width: 100%;
  height: 145px;
  background: url("/_upload/tpl/0a/a3/2723/template2723/images/list_banner.jpg") center center;
}
.column-pic .container {
  height: 145px;
  position: relative;
}
.column-pic .container .column-title {
  font-size: 28px;
  font-weight: bold;
  color: #0c7ed9;
  padding-left: 20px;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
.column-pic .container .column-title:after {
  position: absolute;
  content: '';
  left: 0;
  background-color: #0c7ed9;
  width: 6px;
  height: 30px;
  top: 56%;
  transform: translate(0, -50%);
}
/*列表页文章列表*/
.content {
  width: 100%;
  margin-top: 25px;
}
.content .container .content-left {
  float: left;
  margin-right: 50px;
}
.content .container .content-left .side li {
  width: 255px;
  background-color: #F2F2F2;
  margin-bottom: 1px;
  overflow: hidden;
}
.content .container .content-left .side li a {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 65px;
  padding-right: 30px;
  padding-left: 30px;
  font-size: 18px;
  color: #666666;
}
.content .container .content-left .side li .side-item-menu > li {
  text-indent: 2em;
}
.content .container .content-left .side li .side-item-menu > li a {
  font-size: 16px;
}
.content .container .content-right {
  float: right;
  width: 859px;
  margin-bottom: 40px;
  /*文章页*/
  /*老师列表*/
}
.content .container .content-right .local {
  font-size: 12px;
  color: #4FA7EB;
  border-bottom: 1px solid #DCDCDC;
  padding-bottom: 13px;
}
.content .container .content-right .local img {
  vertical-align: top;
}
.content .container .content-right .local a {
  font-size: 12px;
  color: #0c7ed9;
}
.content .container .content-right .local a:first-of-type {
  margin-left: 10px;
}
.content .container .content-right .content-container > ul li {
  height: 55px;
  line-height:55px;
  border-bottom: 1px solid #eeeeee;
  position: relative;
}
.content .container .content-right .content-container > ul .first-li {
  height: 120px;
  padding: 10px;
  margin-top: 15px;
  margin-bottom: 10px;
  background-color: #EEEEEE;
  display: flex;
}
.content .container .content-right .content-container > ul .first-li img {
  margin-right: 25px;
  width: 200px;
}
.content .container .content-right .content-container > ul .first-li a {
  white-space: normal;
  text-overflow: unset;
  overflow: visible;
padding:0;
}
.content .container .content-right .content-container > ul .first-li a .info .info-title {
  font-size: 16px;
  line-height: 1.8em;
  font-weight: bold;
  text-indent: 0;
  color: #0E7CAF;
  white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
width:614px;
}
.content .container .content-right .content-container > ul .first-li a .info .info-summary {
  margin-top: 20px;
  font-size: 12px;
  line-height: 2em;
  text-indent: 2em;
  color: #4b4b4b;
  max-height: 72px;
	overflow: hidden;

}
.content .container .content-right .content-container > ul .first-li:before {
  display: none;
}
.content .container .content-right .content-container > ul li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  border-top: 4px solid transparent;
  border-left: 7px solid #B5B5B5;
  border-bottom: 4px solid transparent;
}
.content .container .content-right .content-container > ul li a {
  display: block;
  padding-right: 115px;
padding-left: 17px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.content .container .content-right .content-container > ul li a >span{
 display:block;
 font-size: 12px;
  color: #999999;
}
.content .container .content-right .content-container > ul li a >span >p >span:nth-child(n+2){
 margin-left:32px
}
.content .container .content-right .content-container > ul li >span {
  font-size: 12px;
  color: #999999;
     position: absolute;
    right: 0;
    top: 0;
}
.content .container .content-right .content-container > ul.newdonat-list li{
   height:auto;
   line-height:20px;
  padding:10px 0;
}
.content .container .content-right .content-container > ul.newdonat-list li span.newdonat-span{
   top:50%;
   margin-top:-10px;
}
.content .container .content-right .content-container > ul.newdonat-list li a >span >p >span:nth-child(n+2){
      margin-left: 0px;
}
.content .container .content-right .article-container {
  margin-top: 33px;
  text-align: center;
}
.content .container .content-right .article-container .article-title {
  margin: 0 45px;
  font-size: 22px;
  line-height: 28px;
  font-weight: bold;
  color: #0a0a0a;
}
.content .container .content-right .article-container .article-sub-title {
  margin-top: 20px;
  font-size: 12px;
  color: #333333;
}
.content .container .content-right .article-container .article-sub-title span {
  margin-right: 25px;
}
.content .container .content-right .article-container .article-sub-title span:last-child {
  margin-right: 0;
}
.content .container .content-right .article-container .artilce-content {
  margin-top: 30px;
  text-align: left;
}
.content .container .content-right .teacher-container {
  margin-top: 25px;
  overflow: hidden;
}
.content .container .content-right .teacher-container > ul li {
  float: left;
  margin-right: 30px;
  margin-bottom: 45px;
}
.content .container .content-right .teacher-container > ul li img {
  width: 147px;
  height: 160px;
  vertical-align: bottom;
}
.content .container .content-right .teacher-container > ul li a .teacher-info {
  height: 65px;
  display: flex;
  flex-direction: column;
  border: 1px solid #E5E5E5;
  border-top: 2px solid #0c7ed9;
}
.content .container .content-right .teacher-container > ul li a .teacher-info p {
  flex: 1;
  text-align: center;
  line-height: 32.5px;
  width: 135px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0 5px;
}
.content .container .content-right .teacher-container > ul li a .teacher-info .name {
  color: #0c7ed9;
  font-size: 16px;
}
.content .container .content-right .teacher-container > ul li a .teacher-info .title {
  font-size: 12px;
  color: #666666;
  position: relative;
}
.content .container .content-right .teacher-container > ul li a .teacher-info .title:before {
  content: '';
  position: absolute;
  width: 130px;
  height: 1px;
  background-color: #E5E5E5;
  top: 0;
  left: 7px;
}
.content .container .content-right .teacher-container > ul li:nth-child(5n) {
  margin-right: 0;
}
/*# sourceMappingURL=main.css.map */
.wp_paging{
	margin-top: 20px;
}
