@charset "UTF-8";
.possplit {
  background-image: url(../images/po.png);
  text-indent: 0;
  width: auto;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
}

.place.info-place {
  margin-top: 46px;
}

section .list-content .common-banner .img-wrapper {
  min-height: 270px;
  background: url(../images/inner-banner.png) no-repeat center;
  background-size: cover;
}

section .list-main-content .list-left {
  float: left;
}

section .list-main-content .list-right {
  float: right;
}

section .list-main-content .list-left {
  width: 216px;
  background: white;
  -webkit-box-shadow: 0px 8px 32px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 8px 32px 0px rgba(0, 0, 0, 0.05);
  border-radius: 6px;
  margin-bottom: 80px;
  margin-top: -68px;
  margin-right: 64px;
}

section .list-main-content .list-left .left-menu {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgba(0, 0, 0, 0.07)));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.07) 100%);
}

section .list-main-content .list-left .left-menu .left-title {
  text-align: center;
}

section .list-main-content .list-left .left-menu .left-title .ch-title {
  font-size: 24px;
  font-weight: 600;
  color: #0084ff;
  line-height: 32px;
  padding-bottom: 8px;
}

section .list-main-content .list-left .left-menu .left-title .en-title {
  font-size: 16px;
  font-weight: 600;
  color: #666666;
  line-height: 18px;
}

section .list-main-content .list-left .left-menu .left-title {
  padding: 21px 0 28px;
}

section .list-main-content .list-left .left-menu .ul-bg {
  background: url(../images/left-menu-bg.png) #ffffff 90% 100% no-repeat;
  background-size: 45px 80px;
  padding: 0 11px;
  padding-top: 8px;
  border-radius: 6px 6px 0 0;
}

section .list-main-content .list-left .left-menu .ul-bg > ul > li {
  text-align: center;
}

section .list-main-content .list-left .left-menu .ul-bg > ul > li > a {
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: #606266;
  line-height: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 1.5s;
  transition: all 1.5s;
}

section .list-main-content .list-left .left-menu .ul-bg > ul > li > a > span {
  width: 168px;
  display: block;
  margin: 0 auto;
  padding: 16px 12px;
}

section .list-main-content .list-left .left-menu .ul-bg > ul > li:not(:last-child) > a > span {
  border-bottom: 1px solid #e9edf2;
}

section .list-main-content .list-left .left-menu .ul-bg > ul > li:hover > a, section .list-main-content .list-left .left-menu .ul-bg > ul > li.selected > a, section .list-main-content .list-left .left-menu .ul-bg > ul > li.parent > a {
  background: url(../images/left-menu-selected.png) no-repeat;
  background-size: cover;
  border-radius: 8px;
}

section .list-main-content .list-left .left-menu .ul-bg > ul > li:hover > a > span, section .list-main-content .list-left .left-menu .ul-bg > ul > li.selected > a > span, section .list-main-content .list-left .left-menu .ul-bg > ul > li.parent > a > span {
  border-bottom: 1px solid transparent;
  color: white;
}

section .list-main-content .list-left .left-menu .ul-bg > ul > li ul {
  background: rgba(0, 132, 255, 0.03);
}

section .list-main-content .list-left .left-menu .ul-bg > ul > li ul li a span {
  padding: 16px 0;
  display: block;
  font-size: 16px;
  font-weight: 400;
  color: #606266;
  line-height: 20px;
  margin: 0 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #e9edf2;
}

section .list-main-content .list-left .left-menu .ul-bg > ul > li ul li:not(:last-child) a span {
  display: block;
  position: relative;
  border-bottom: none;
}

section .list-main-content .list-left .left-menu .ul-bg > ul > li ul li:not(:last-child) a span::after {
  content: "";
  display: block;
  background: url(../images/left-line.png) no-repeat;
  height: 2px;
  position: absolute;
  bottom: 0;
  width: 100%;
}

section .list-main-content .list-left .left-menu .ul-bg > ul > li ul li:hover a span, section .list-main-content .list-left .left-menu .ul-bg > ul > li ul li.selected a span {
  color: #0084ff;
}

section .list-main-content .list-right {
  width: calc(100% - 280px);
  margin-top: 20px;
 
}

section .list-main-content .list-right .right-content .main-info-content p {
  margin: 16px 0;
}

section .list-main-content .list-right .right-content .main-info-content .table tr,
section .list-main-content .list-right .right-content .main-info-content .table td {
  border: 1px solid #dddddd;
}

section .list-main-content .list-right .right-content .main-info-content .table tr:nth-of-type(odd) {
  background: #f7f7f7;
}

section .list-main-content .list-right .right-content .main-info-content .table tbody tr:nth-of-type(1) {
  background: #0084ff;
  border: 1px solid #ffffff;
}

section .list-main-content .list-right .right-content .main-info-content .table tbody tr:nth-of-type(1) td {
  color: #ffffff;
}

section .list-main-content .list-right .right-content .main-info-content .single-inner h2 {
  font-size: 20px;
  font-weight: 600;
  color: #303133;
  line-height: 26px;
}

section .list-main-content .list-right .right-content .main-info-content .single-inner h3 {
  font-size: 18px;
  font-weight: 500;
  color: #303133;
  line-height: 26px;
}

section .list-main-content .list-right .right-content .main-info-content .single-inner p:before {
  content: "";
  display: inline-block;
  float: left;
  border-radius: 50%;
  width: 4px;
  height: 4px;
  margin-right: 16px;
  margin-left: 8px;
  margin-top: 9px;
  background-color: #0084ff;
}

section .content-top {
  width: 100%;
}

section .content-top .main-title {
  float: left;
  font-size: 24px;
  font-weight: 600;
  color: #303133;
  line-height: 32px;
  margin-bottom: 48px;
}

section .content-top .main-title:before {
  content: "";
  display: block;
  float: left;
  width: 4px;
  height: 22px;
  filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr='#0084ff',endcolorstr='#00c6fb',gradientType='0');
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr='#0084ff',endcolorstr='#00c6fb',gradientType='0');
  background: #0084ff 100%;
  background: linear-gradient(310deg, #00c6fb 0%, #0084ff 100%);
  border-radius: 2px;
  margin-right: 16px;
  margin-top: 5px;
}

section  .place {
text-align:right;
  line-height: 32px;
}

section  .place span,
section  .place a {
  font-size: 12px;
  font-weight: 400;
  color: #909499;
  line-height: 16px;
}

section  .place span {
  padding: 0 6px;
}

section  .place a:last-child {
  color: rgba(0, 132, 255, 0.75);
}

section .share {
  margin-top: 32px;
}

section .share span {
  float: left;
  line-height: 36px;
  padding-right: 10px;
}

section .info {
  margin-bottom: 80px;
}

section .info img {
  max-width: 100% !important;
  height: auto;
 border-radius: 6px;
}

section .info .content-top {
  margin-bottom: 48px;
}

section .info .info-info {
  width: 70%;
  margin: 0 auto;
}

section .info .info-info .big-title {
  font-size: 24px;
  font-weight: 600;
  color: #303133;
  line-height: 32px;
  text-align: center;
  margin-bottom: 32px;
}

section .info .info-info .sence {
  font-size: 0px;
  text-align: center;
  margin-bottom: 32px;
}

section .info .info-info .sence span {
  font-size: 12px;
  font-weight: 400;
  color: #909499;
  display: inline-block;
  margin: 0 8px;
}

section .info .info-info .sence .c1,
section .info .info-info .sence .c2,
section .info .info-info .sence .c3 {
  width: 16px;
  height: 16px;
  display: inline-block;
  content: "";
  margin-bottom: -3px;
  margin-right: 0;
}

section .info .info-info .sence .c1 {
  background: url(../images/c1.png) no-repeat;
  background-size: 100% auto;
}

section .info .info-info .sence .c2 {
  background: url(../images/c2.png) no-repeat;
  background-size: 100% auto;
}

section .info .info-info .sence .c3 {
  background: url(../images/c3.png) no-repeat;
  background-size: 16px 16px;
}

section .info .teacher-info .big-title {
  font-size: 24px;
  font-weight: 600;
  color: #303133;
  line-height: 32px;
}

section .info .teacher-info h2 {
  font-size: 24px;
  font-weight: 600;
  color: #303133;
  line-height: 32px;
padding-bottom:12px;
}

section .info .teacher-info p {
  padding: 12px 0;
  font-size: 16px;
  font-weight: 400;
  color: #606266;
  line-height: 28px;
}

section .main-list-content {
  padding-bottom: 80px;
}

section .main-list-content .list-list li {
  margin-bottom: 12px;
  border-radius: 6px;
  -webkit-box-shadow: 2px 2px 15px -5px rgba(71, 109, 142, 0.2);
  box-shadow: 2px 2px 15px -5px rgba(71, 109, 142, 0.2);
  border-radius: 6px;
}

section .main-list-content .list-list li .l-con {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
border-radius:6px;
}

section .main-list-content .list-list li .l-con .l-date,
section .main-list-content .list-list li .l-con .r-title {
  float: left;
}

section .main-list-content .list-list li .l-con .l-date .day,
section .main-list-content .list-list li .l-con .r-title .day {
  color: #0084ff;
}

section .main-list-content .list-list li .l-con .l-date .month,
section .main-list-content .list-list li .l-con .r-title .month {
  color: #0084ff;
}

section .main-list-content .list-list li .l-con .l-date {
  width: 97px;
  padding: 10px 0 18px;
  float: left;
  text-align: center;
  position: relative;
}

section .main-list-content .list-list li .l-con .l-date::after {
  position: absolute;
  display: block;
  content: "";
  width: 1px;
  height: 19px;
  background: rgba(3, 83, 162, 0.31);
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

section .main-list-content .list-list li .l-con .r-title {
  float: left;
  width: calc(100% - 97px);
}

section .main-list-content .list-list li .l-con .r-title a {
  display: block;
  padding: 35px 3px 35px 32px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #424242;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

section .main-list-content .list-list li .l-con .r-title a font {
  color: #424242 !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

section .main-list-content .list-list li .l-con .r-title a:hover {
  color: #0084ff;
}

section .main-list-content .list-list li .l-con .r-title a:hover font {
  color: #0084ff !important;
}

section .main-list-content .list-list li .l-con {
  -webkit-transition: all 1.5s;
  transition: all 1.5s;
}

section .main-list-content .list-list li:hover .l-con {
  filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr='#0084ff',endcolorstr='#00c6fb',gradientType='1');
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr='#0084ff',endcolorstr='#00c6fb',gradientType='1');
  background: #0084ff 100%;
  background: -moz-linear-gradient(310deg, #00c6fb 0%, #0084ff 100%);
  background: #0084ff;
  background: linear-gradient(310deg, #00c6fb 0%, #0084ff 100%);
  border-radius: 6px;
}

section .main-list-content .list-list li:hover .l-con .l-date:after {
  background: #ffffff;
}

section .main-list-content .list-list li:hover .l-con .l-date .day,
section .main-list-content .list-list li:hover .l-con .l-date .month {
  color: #ffffff;
}

section .main-list-content .list-list li:hover .l-con .r-title a {
  color: rgba(255, 255, 255, 0.9);
}

section .main-list-content .list-list li:hover .l-con .r-title a font {
  color: rgba(255, 255, 255, 0.9) !important;
}

section .teacher-info .big-title {
  font-size: 24px;
  font-weight: 600;
  color: #303133;
  line-height: 32px;
  margin-bottom: 80px;
}

section .teacher-info h2 {
  margin: 0;
  font-size: 24px;
  font-weight: 600;
  color: #303133;
  line-height: 32px;
}

section .teacher-info h2::before {
  content: "";
  display: block;
  margin-top: 14px;
  margin-bottom: 12px;
  width: 18px;
  height: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr='#0084ff',endcolorstr='#00c6fb',gradientType='1');
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr='#0084ff',endcolorstr='#00c6fb',gradientType='1');
  background: #0084ff 100%;
  background: linear-gradient(310deg, #00c6fb 0%, #0084ff 100%);
  border-radius: 2px;
}

section .teacher-info .teacher-sence-a .tea-left,
section .teacher-info .teacher-sence-a .tea-right {
  float: left;
}

section .teacher-info .teacher-sence-a .tea-left {
  margin-right: 48px;
}

section .teacher-info .teacher-sence-a .tea-left .img-wrap {
  width: 207px;
  height: auto;
  border-radius: 8px;
overflow:hidden;
}

section .teacher-info .teacher-sence-a .tea-right {
  width: calc(100% - 255px);
}

section .teacher-info .teacher-sence-a .tea-right .r-content .r-l,
section .teacher-info .teacher-sence-a .tea-right .r-content .r-r {
  float: left;
  width: 50%;
}
section .teacher-info .teacher-sence-a .tea-right .r-content p{
  float: left;
  width: 50%;
}

section .teacher-info .teacher-sence-a .tea-right .title,
section .teacher-info .teacher-sence-a .tea-right .office,
section .teacher-info .teacher-sence-a .tea-right .email,
section .teacher-info .teacher-sence-a .tea-right .phone {
  font-size: 16px;
  font-weight: 400;
  color: #606266;
  line-height: 22px;
  padding: 12px 0;
}

section .teacher-info .teacher-sence-b h2 {
  margin-top: 48px;
}

section .teacher-list li {
  float: left;
  width: 30.9783%;
  margin: 0 auto;
}

section .teacher-list li:not(:nth-of-type(3n)) {
  margin-right: 3.5%;
}

section .teacher-list li a {
  display: block;
}

section .teacher-list li a .img-wrap {
  overflow: hidden;
  border-radius: 6px;
}

section .teacher-list li a .img-wrap img {
  -webkit-transition: all 1.5s;
  transition: all 1.5s;
}

section .teacher-list li a .img-wrap:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

section .teacher-list li a:hover .in-name span {
  color: #0084ff;
}

section .intro {
  background: white;
  -webkit-box-shadow: 2px 2px 15px -5px rgba(71, 109, 142, 0.2);
  box-shadow: 2px 2px 15px -5px rgba(71, 109, 142, 0.2);
  border-radius: 6px;
}

section .intro .inner {
  padding: 16px;
}

section .intro .inner .in-name span {
  font-size: 16px;
  font-weight: 600;
  color: #424242;
  line-height: 22px;
  letter-spacing: 1px;
padding-left: 8px;
    padding-right: 6px;
display:block;
}

section .intro .inner .in-name .name {
  padding-left: 8px;
  padding-right: 6px;
}

section .intro .inner .introduction {
  padding-left: 6px;
}

section .intro .inner .introduction p {
  font-size: 14px;
  font-weight: 400;
  color: #424242;
  line-height: 22px;
}

.wp_entry p {
  margin-bottom: 0;
}

.main-list-content .wp_entry p,
.main-info-content .wp_entry p,
.info-content .wp_entry p {
  font-size: 16px;
  font-weight: 400;
  color: #606266;
  line-height: 28px;
  padding-bottom: 16px;
}

.main-list-content .wp_entry img,
.main-list-content .wp_entry img,
.info-content .wp_entry img {
  padding: 12px 0;
max-width:100%;
margin:0 auto;

}

.main-list-content .wp_entry tr p,
.main-info-content .wp_entry td p,
.info-content .wp_entry td p {
  padding: 0;
}

.info-info .table tr,
.info-info .table td {
  border: 1px solid #dddddd !important;
}

.main-list-content .table tr:nth-of-type(odd) td,
.info-content .table tr:nth-of-type(odd) td {
  background: #f7f7f7 !important;
  background-color: #f7f7f7 !important;
}

.main-list-content .table tbody tr:nth-of-type(1) td,
.info-content .table tbody tr:nth-of-type(1) td {
  background: #0084ff !important;
  border: 1px solid #ffffff !important;
}

.main-list-content .table tbody tr:nth-of-type(1) td,
.main-list-content .table tbody tr:nth-of-type(1) td span,
.info-content .table tbody tr:nth-of-type(1) td,
.info-content .table tbody tr:nth-of-type(1) td span {
  background-color: #0084ff !important;
  background: #0084ff !important;
}

.main-list-content .table tbody tr:nth-of-type(1) td,
.main-list-content .table tbody tr:nth-of-type(1) td p,
.main-list-content .table tbody tr:nth-of-type(1) td span,
.main-list-content .table tbody tr:nth-of-type(1) td h2 {
  color: #ffffff !important;
}

.info-content .table tbody tr:nth-of-type(1) td,
.info-content .table tbody tr:nth-of-type(1) td p,
.info-content .table tbody tr:nth-of-type(1) td span,
.info-content .table tbody tr:nth-of-type(1) td h2 {
  color: #ffffff !important;
}

.bodystyle {
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
  width: 100%;
  position: absolute;
  background: url(图像/8.JPG);
  background-attachment: fixed;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th{
border:1px solid #ddd;
vertical-align:middle;
}
.main-list-content .building img{
max-width: 264px;
    margin-top: 56px;
}
@media screen and (max-width:992px){
.wp_entry video, .wp_video_player {
    max-width: 100%;
    height: auto;
}}
/*# sourceMappingURL=style.css.map */