﻿@-moz-keyframes fadeInOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fadeInOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.banner img {
  display: block;
  width: 100%;
}
@media (max-width: 1024px) {
  .banner img {
    height: 160px;
    object-fit: cover;
  }
}
.main {
  position: relative;
  padding-bottom: 30px;
}
.main .sidebar {
  width: 210px;
  margin-right: 27px;
  text-align: center;
}
.main .sidebar .hd {
  height: 78px;
  padding-top: 19px;
  margin-top: -78px;
  -webkit-border-radius: 0 30px 0 0;
  -moz-border-radius: 0 30px 0 0;
  -ms-border-radius: 0 30px 0 0;
  border-radius: 0 30px 0 0;
  color: #fff;
  background-color: rgba(13, 114, 84, 0.5);
}
.main .sidebar .hd h3 {
  margin: 0 0 6px;
  font-size: 28px;
}
.main .sidebar .hd p {
  margin: 0;
  font-size: 12px;
}
.main .sidebar .bd {
  padding-top: 25px;
  background-color: #00b386;
}
.main .sidebar .bd a {
  display: block;
  height: 50px;
  line-height: 50px;
  overflow: hidden;
  font-size: 16px;
  color: #fff;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.main .sidebar .bd a:hover,
.main .sidebar .bd a.active {
  background-color: #0d7254;
}
.main .content {
  overflow: hidden;
}
.main .content img {
  max-width: 100%;
}
.main .content .hd {
  padding: 17px 0;
  margin-bottom: 30px;
  border-bottom: 1px solid #00b386;
}
.main .content .hd .crumbs {
  height: 20px;
  line-height: 20px;
  overflow: hidden;
  padding-left: 33px;
  font-size: 14px;
  position: relative;
  z-index: 3;
  background: url('../image/icon14.png') no-repeat left center;
}
.main .content .hd .crumbs a {
  color: #454545;
}
.main .content .hd .crumbs a.active {
  color: #00b386;
}
.main .content .hd .crumbs span {
  margin: 0 2px;
}
.main .content .hd h3 {
  margin: 0;
  font-size: 24px;
  color: #00b386;
}
.main .content .bd .box1 .pic {
  margin-right: 40px;
}
.main .content .bd .box1 .desc {
  overflow: hidden;
}
.main .content .bd .box1 .desc p {
  line-height: 24px;
  margin: 0 0 10px;
  font-size: 16px;
  color: #3a3a3a;
  text-indent: 2em;
}
.main .content .bd .box1 .desc img {
  margin-top: 14px;
}
.main .content .bd .box2 {
  padding: 60px 0 50px;
}
.main .content .bd .box2 ul {
  margin-right: -110px;
}
.main .content .bd .box2 ul li {
  float: left;
  width: 25%;
}
.main .content .bd .box2 ul li:nth-child(1) .item {
  background-image: url('../image/icon15.png');
}
.main .content .bd .box2 ul li:nth-child(2) .item {
  background-image: url('../image/icon16.png');
}
.main .content .bd .box2 ul li:nth-child(3) .item {
  background-image: url('../image/icon17.png');
}
.main .content .bd .box2 ul li:nth-child(4) .item {
  background-image: url('../image/icon18.png');
}
.main .content .bd .box2 ul li:nth-child(1) .item:hover,
.main .content .bd .box2 ul li:nth-child(1).active .item {
  background-image: url('../image/icon15_1.png');
}
.main .content .bd .box2 ul li:nth-child(2) .item:hover,
.main .content .bd .box2 ul li:nth-child(2).active .item {
  background-image: url('../image/icon16_1.png');
}
.main .content .bd .box2 ul li:nth-child(3) .item:hover,
.main .content .bd .box2 ul li:nth-child(3).active .item {
  background-image: url('../image/icon17_1.png');
}
.main .content .bd .box2 ul li:nth-child(4) .item:hover,
.main .content .bd .box2 ul li:nth-child(4).active .item {
  background-image: url('../image/icon18_1.png');
}
.main .content .bd .box2 ul li .item {
  display: block;
  overflow: hidden;
  padding-left: 40px;
  background-repeat: no-repeat;
  background-position: left center;
}
.main .content .bd .box2 ul li .item h3 {
  float: left;
  height: 24px;
  line-height: 24px;
  overflow: hidden;
  margin: 0;
  font-size: 18px;
  font-weight: normal;
  color: #828282;
}
.main .content .bd .box2 ul li .item p {
  float: left;
  padding-left: 19px;
  margin: 0 0 0 8px;
  line-height: 12px;
  font-size: 10px;
  color: #c3c3c3;
  background: url('../image/icon19.png') no-repeat left center;
}
.main .content .bd .box3 {
  margin-bottom: 30px;
}
.main .content .bd .box3 .item {
  display: none;
}
.main .content .bd .box3 .item p {
  line-height: 24px;
  margin: 0;
  font-size: 14px;
  color: #3a3a3a;
  text-indent: 2em;
}
.main .content .bd .box4 {
  line-height: 24px;
  padding-left: 22px;
  font-size: 14px;
  color: #3a3a3a;
}
.main .content .bd .box4 h3.ke {
  display: inline-block;
  height: 33px;
  line-height: 33px;
  overflow: hidden;
  padding: 0 23px;
  margin-left: -22px;
  color: #fff;
  background-color: #00b386;
}
.main .content .bd .box4 h4 {
  color: #00b386;
}
.main .content .bd .box5 {
  background-color: #e0f5f0;
}
.main .content .bd .box5 img {
  margin-right: 128px;
}
.main .content .bd .box5 .desc {
  overflow: hidden;
  padding-top: 50px;
}
.main .content .bd .box5 .desc h3 {
  margin: 0 0 24px;
  font-size: 20px;
  color: #00b386;
}
.main .content .bd .box5 .desc p {
  line-height: 30px;
  margin: 0;
  font-size: 14px;
  font-weight: bold;
  color: #3a3a3a;
}
.main .content .bd .box6 {
  padding: 45px 52px 65px;
}
.main .content .bd .box6 p {
  line-height: 24px;
  font-size: 14px;
  color: #3a3a3a;
  text-indent: 2em;
}
.main .content .bd .box7 .item {
  margin-bottom: 20px;
  background-color: #f8f8f8;
}
.main .content .bd .box7 .item img {
  margin-right: 42px;
}
.main .content .bd .box7 .item .desc {
  overflow: hidden;
  padding: 32px 42px 0 0;
}
.main .content .bd .box7 .item .desc h3 {
  margin: 0 0 20px;
  font-size: 16px;
  color: #3a3a3a;
}
.main .content .bd .box7 .item .desc h3 span {
  font-size: 14px;
  color: #11b88e;
}
.main .content .bd .box7 .item .desc p {
  line-height: 24px;
  font-size: 14px;
  color: #3a3a3a;
  text-indent: 2em;
}
.main .content .bd .box8 {
  position: relative;
  padding: 0 22px;
  margin-bottom: 55px;
}
.main .content .bd .box8 .swiper-slide:not(:last-child)::after {
  position: absolute;
  top: 0;
  left: 100%;
  bottom: 0;
  display: block;
  width: 36px;
  background: url('../image/icon20.png') no-repeat center;
  content: '';
}
.main .content .bd .box8 .circle {
  width: 55px;
  height: 55px;
  line-height: 55px;
  overflow: hidden;
  margin: 0 auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  font-size: 16px;
  font-weight: bold;
  color: #f3f3f3;
  text-align: center;
  background-color: #b1b1b1;
  cursor: pointer;
}
.main .content .bd .box8 .circle.active {
  background-color: #00b386;
}
.main .content .bd .box8-prev,
.main .content .bd .box8-next {
  position: absolute;
  top: 50%;
  z-index: 9;
  display: block;
  width: 15px;
  height: 17px;
  margin-top: -8px;
  background-repeat: no-repeat;
}
.main .content .bd .box8-prev {
  left: 0;
  background-image: url('../image/prev3.png');
}
.main .content .bd .box8-prev:hover {
  background-image: url('../image/prev3_1.png');
}
.main .content .bd .box8-next {
  right: 0;
  background-image: url('../image/next3.png');
}
.main .content .bd .box8-next:hover {
  background-image: url('../image/next3_1.png');
}
.main .content .bd .box9 .item {
  display: none;
}
.main .content .bd .box9 .item.active {
  display: block;
}
.main .content .bd .box9 h3 {
  margin: 0 0 27px;
  font-size: 18px;
  color: #00b386;
  text-align: center;
}
.main .content .bd .box9 ul {
  position: relative;
  padding-top: 66px;
}
.main .content .bd .box9 ul::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 1px;
  background-color: #e8e8e8;
  content: '';
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.main .content .bd .box9 ul::after {
  position: absolute;
  top: 0;
  left: 50%;
  width: 11px;
  height: 11px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background-color: #00b386;
  content: '';
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.main .content .bd .box9 ul li {
  overflow: hidden;
}
.main .content .bd .box9 ul li:nth-child(odd) .desc {
  float: right;
  padding-left: 83px;
}
.main .content .bd .box9 ul li:nth-child(odd) .desc ins {
  left: -5px;
}
.main .content .bd .box9 ul li:nth-child(even) .desc {
  text-align: right;
  padding-right: 83px;
}
.main .content .bd .box9 ul li:nth-child(even) .desc ins {
  right: -5px;
}
.main .content .bd .box9 ul li .desc {
  position: relative;
  width: 50%;
}
.main .content .bd .box9 ul li .desc ins {
  position: absolute;
  top: 0;
  display: block;
  width: 72px;
  height: 11px;
  background: url('../image/icon21.png') no-repeat;
}
.main .content .bd .box9 ul li .desc h4 {
  margin: 0 0 18px;
  font-size: 14px;
  color: #424242;
}
.main .content .bd .box9 ul li .desc p {
  line-height: 24px;
  margin: 0;
  font-size: 14px;
  color: #515151;
}
.main .content .bd .box9 .more {
  margin-top: 30px;
  text-align: center;
}
.main .content .bd .box9 .more a {
  display: inline-block;
  padding-bottom: 50px;
  font-size: 14px;
  color: #00b386;
  background: url('../image/more5.png') no-repeat center bottom;
}
.main .content .bd .box10 {
  font-size: 0;
  text-align: center;
}
.main .content .bd .box10-swiper {
  padding-bottom: 18px;
  margin-bottom: 30px;
  border-bottom: 1px solid #00b386;
}
.main .content .bd .box10-prev,
.main .content .bd .box10-next {
  display: inline-block;
  width: 47px;
  height: 47px;
  margin: 0 13px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #7e7e7e;
}
.main .content .bd .box10-prev:hover,
.main .content .bd .box10-next:hover {
  background-color: #098869;
}
.main .content .bd .box10-prev {
  background-image: url('../image/prev2.png');
}
.main .content .bd .box10-next {
  background-image: url('../image/next2.png');
}
.main .content .bd .box10 .item {
  margin-top: 30px !important;
}
.main .content .bd .box10 .item img {
  display: block;
  width: 100%;
}
.main .content .bd .box10 .item p {
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  margin: 3px 0 0;
  font-size: 14px;
  color: #515151;
}
.main .content .bd .box11 {
  position: relative;
  margin-bottom: 30px;
}
.main .content .bd .box11::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  border: 1px solid #e8e8e8;
  content: '';
}
.main .content .bd .box11 .pic {
  position: relative;
  margin-right: 35px;
}
.main .content .bd .box11 .pic img {
  display: block;
}
.main .content .bd .box11 .desc {
  overflow: hidden;
  padding: 37px 40px 0 0;
}
.main .content .bd .box11 .desc h3 {
  position: relative;
  height: 20px;
  line-height: 20px;
  overflow: hidden;
  padding-left: 17px;
  margin: 0 0 18px;
  font-size: 18px;
}
.main .content .bd .box11 .desc h3::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 6px;
  height: 20px;
  margin-top: -10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  background-color: #00b386;
  content: '';
}
.main .content .bd .box11 .desc h3 a {
  color: #292929;
}
.main .content .bd .box11 .desc-bd {
  padding-left: 17px;
}
.main .content .bd .box11 .desc-bd time {
  color: #c8c8c8;
}
.main .content .bd .box11 .desc-bd p {
  height: 72px;
  line-height: 24px;
  overflow: hidden;
  margin: 20px 0 0;
  font-size: 14px;
  color: #5d5d5d;
  text-indent: 2em;
}
.main .content .bd .box11 .desc-bd .more {
  display: inline-block;
  padding: 0 10px 0 12px;
  margin-top: 35px;
  color: #fff;
  background-color: #00b386;
}
.main .content .bd .box11 .desc-bd .more span {
  display: block;
  height: 22px;
  line-height: 22px;
  overflow: hidden;
  padding-right: 27px;
  background: url(../image/more1.png) no-repeat right center;
}
.main .content .bd .box12 ul li {
  padding: 16px 10px;
  margin-bottom: 5px;
  border-bottom: 1px solid #f8f8f8;
  font-size: 14px;
}
.main .content .bd .box12 ul li time {
  color: #aaa;
}
.main .content .bd .box12 ul li p {
  position: relative;
  padding-left: 16px;
  margin: 0;
}
.main .content .bd .box12 ul li p::before {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 4px;
  height: 12px;
  margin-top: -6px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  border-radius: 1px;
  background-color: #00b386;
  content: '';
}
.main .content .bd .pagenav {
  margin-top: 36px;
  font-size: 0;
  text-align: center;
}
.main .content .bd .pagenav a {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  padding: 0 14px;
  margin: 0 12px;
  font-size: 14px;
  color: #fff;
  background-color: #a6a6a6;
}
.main .content .bd .pagenav a:hover,
.main .content .bd .pagenav a.active {
  background-color: #00b386;
}
.main .content .bd .news-detail-hd {
  padding-bottom: 20px;
  border-bottom: 1px solid #f3f3f3;
  text-align: center;
  line-height: 1.6;
}
.main .content .bd .news-detail-hd h3 {
  margin: 0 0 17px;
  font-size: 24px;
  color: #292929;
}
.main .content .bd .news-detail-hd p {
  margin: 0;
  font-size: 14px;
  color: #c8c8c8;
}
.main .content .bd .news-detail-hd p span {
  color: #a2a2a2;
}
.main .content .bd .news-detail-bd {
  padding: 0 40px;
}
.main .content .bd .news-detail-bd p {
  line-height: 24px;
  font-size: 14px;
  color: #5d5d5d;
}
.main .content .bd .news-detail-bd img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.main .content .bd .news-detail .back {
  padding: 25px 0 18px;
  border-bottom: 1px solid #f3f3f3;
  text-align: center;
}
.main .content .bd .news-detail .back a {
  display: inline-block;
  padding-top: 34px;
  background: url('../image/more6.png') no-repeat center top;
}
.main .content .bd .news-detail-page {
  margin-top: 16px;
}
.main .content .bd .news-detail-page .item.pull-right {
  text-align: right;
}
.main .content .bd .news-detail-page .item .btn {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  padding: 0 21px;
  font-size: 14px;
  color: #fff;
  background-color: #00b386;
}
.main .content .bd .news-detail-page .item p {
  margin: 19px 0 0 20px;
  font-size: 14px;
  color: #5d5d5d;
}
.main .content .bd .students ul {
  margin-right: -82px;
}
.main .content .bd .students ul li {
  float: left;
  width: 33.33333333%;
  padding: 0 82px 35px 0;
}
.main .content .bd .students ul li .item {
  position: relative;
}
.main .content .bd .students ul li .item::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 1px solid #e3e3e3;
  content: '';
}
.main .content .bd .students ul li .item:hover .pic img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.main .content .bd .students ul li .item .pic {
  overflow: hidden;
}
.main .content .bd .students ul li .item .pic img {
  display: block;
  width: 100%;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.main .content .bd .students ul li .item .desc {
  padding: 27px 25px 38px;
}
.main .content .bd .students ul li .item .desc h3 {
  margin: 0 0 15px;
  font-size: 18px;
  color: #292929;
}
.main .content .bd .students ul li .item .desc p {
  height: 96px;
  line-height: 24px;
  overflow: hidden;
  margin: 0;
  font-size: 14px;
  color: #585858;
  text-indent: 2em;
}
.main .content .bd .box13 {
  padding: 0 54px;
  margin-bottom: 70px;
}
.main .content .bd .box13 h3 {
  margin: 0 0 12px;
  font-size: 24px;
  color: #00b386;
  text-align: center;
}
.main .content .bd .box13 h4 {
  margin: 0;
  font-size: 16px;
  font-weight: normal;
  color: #5d5d5d;
  text-align: center;
}
.main .content .bd .box13 .table {
  margin: 34px 0 48px;
  text-align: center;
}
.main .content .bd .box13 .table table {
  width: 100%;
  border-collapse: collapse;
}
.main .content .bd .box13 .table table tr td {
  padding: 20px 10px;
  font-size: 16px;
}
.main .content .bd .box13 .table table tr td:not(:last-child) {
  border-width: 0 1px 1px 0;
  border-style: solid;
  border-color: #fff;
}
.main .content .bd .box13 .table table thead tr td {
  color: #fff;
  background-color: #0083cb;
}
.main .content .bd .box13 .table table tbody tr:nth-child(odd) td {
  background-color: #d6f4ed;
}
.main .content .bd .box13 .table table tbody tr:nth-child(even) td {
  background-color: #dcf1ff;
}
.main .content .bd .box13 .table table tbody tr td {
  color: #484848;
}
.main .content .bd .box13 .tips {
  font-size: 14px;
  color: #515151;
}
.main .content .bd .box13 .tips strong {
  display: inline-block;
  margin-bottom: 10px;
}
.main .content .bd .box13 .tips p {
  line-height: 34px;
  margin: 0;
}
.main .content .bd .box14 {
  border-bottom: 1px solid #d7edfb;
}
.main .content .bd .box14 p {
  line-height: 22px;
  overflow: hidden;
  padding: 14px 33px;
  margin: 0;
  font-size: 14px;
  font-weight: bold;
  color: #515151;
}
.main .content .bd .box14 p:nth-child(odd) {
  background-color: #d7edfb;
}
.main .content .bd .box14 p span {
  color: #0083cb;
}
.main .content .bd .box15 {
  padding: 0 25px;
}
.main .content .bd .box15 h3 {
  font-size: 14px;
  text-indent: 2em;
}
.main .content .bd .box15 p {
  line-height: 24px;
  font-size: 14px;
  color: #3a3a3a;
  text-indent: 2em;
}
.main .content .bd .box16 {
  margin-top: 50px;
}
.main .content .bd .box16 .table {
  margin: 0 48px;
  border-left: 1px solid #dfdfdf;
  font-size: 16px;
  color: #3a3a3a;
  text-align: center;
}
.main .content .bd .box16 .table table {
  width: 100%;
  border-collapse: collapse;
}
.main .content .bd .box16 .table table tr td {
  padding: 20px 10px;
  border-width: 0 1px 1px 0;
  border-style: solid;
  border-color: #dfdfdf;
}
.main .content .bd .box16 .table table thead tr td {
  border-right-color: #adadad;
  background-color: #dfdfdf;
}
@media (max-width: 1441px) {
  .main {
    padding: 0 20px 30px;
  }
}
@media (max-width: 1024px) {
  .main {
    padding: 0;
  }
  .main .sidebar {
    float: none;
    width: auto;
    margin: 0;
  }
  .main .sidebar .hd {
    height: auto;
    padding: 10px 0;
    margin: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
  }
  .main .sidebar .hd h3 {
    font-size: 16px;
  }
  .main .sidebar .hd p {
    font-size: 10px;
  }
  .main .sidebar .bd {
    padding: 0;
    font-size: 0;
    white-space: nowrap;
    text-align: left;
    overflow-x: auto;
    overflow-y: hidden;
  }
  .main .sidebar .bd::-webkit-scrollbar {
    display: none;
  }
  .main .sidebar .bd a {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    font-size: 14px;
  }
  .main .content {
    padding: 10px;
  }
  .main .content .hd {
    margin-bottom: 20px;
  }
  .main .content .hd h3 {
    font-size: 16px;
  }
  .main .content .bd .box1 img {
    float: none;
    display: block;
    width: 100%;
    margin: 0 0 10px;
  }
  .main .content .bd .box2 {
    padding: 20px 0;
  }
  .main .content .bd .box2 ul {
    margin: 0;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
  }
  .main .content .bd .box2 ul::-webkit-scrollbar {
    display: none;
  }
  .main .content .bd .box2 ul li {
    float: none;
    display: inline-block;
    width: auto;
    margin-right: 20px;
  }
  .main .content .bd .box2 ul li .item h3 {
    font-size: 16px;
  }
  .main .content .bd .box5 img {
    float: none;
    display: block;
    width: 100%;
    margin: 0;
  }
  .main .content .bd .box5 .desc {
    padding: 20px;
  }
  .main .content .bd .box5 .desc h3 {
    margin-bottom: 10px;
    font-size: 16px;
  }
  .main .content .bd .box6 {
    padding: 0;
  }
  .main .content .bd .box7 .item img {
    float: none;
    display: block;
    width: 100%;
    margin: 0;
  }
  .main .content .bd .box7 .item .desc {
    padding: 20px;
  }
  .main .content .bd .box8 {
    margin-bottom: 20px;
  }
  .main .content .bd .box9 h3 {
    margin-bottom: 10px;
  }
  .main .content .bd .box9 ul li:nth-child(odd) .desc {
    padding-left: 20px;
  }
  .main .content .bd .box9 ul li:nth-child(even) .desc {
    padding-right: 20px;
  }
  .main .content .bd .box9 ul li:nth-child(even) .desc ins {
    background-position: right top;
  }
  .main .content .bd .box9 ul li .desc ins {
    width: 20px;
  }
  .main .content .bd .box10 .item {
    margin-top: 10px !important;
  }
  .main .content .bd .box10-swiper {
    margin-bottom: 10px;
  }
  .main .content .bd .box11 {
    margin-bottom: 20px;
  }
  .main .content .bd .box11 .pic {
    display: block;
    float: none;
    margin: 0;
  }
  .main .content .bd .box11 .pic img {
    width: 100%;
  }
  .main .content .bd .box11 .desc {
    padding: 10px 10px 15px;
  }
  .main .content .bd .box11 .desc h3 {
    font-size: 14px;
  }
  .main .content .bd .box11 .desc-bd p {
    margin-top: 10px;
  }
  .main .content .bd .box11 .desc-bd .more {
    margin-top: 10px;
  }
  .main .content .bd .box12 ul li {
    padding: 15px 0;
    margin-bottom: 0;
  }
  .main .content .bd .pagenav {
    margin-top: 20px;
  }
  .main .content .bd .pagenav a {
    margin: 0 2px;
  }
  .main .content .bd .students ul {
    margin-right: -10px;
  }
  .main .content .bd .students ul li {
    width: 50%;
    padding: 0 10px 10px 0;
  }
  .main .content .bd .students ul li .item .desc {
    padding: 10px;
  }
  .main .content .bd .students ul li .item .desc h3 {
    font-size: 16px;
  }
  .main .content .bd .box13 {
    padding: 0;
    margin-bottom: 20px;
  }
  .main .content .bd .box13 h3 {
    margin-bottom: 5px;
    font-size: 16px;
  }
  .main .content .bd .box13 h4 {
    font-size: 12px;
  }
  .main .content .bd .box13 .table {
    overflow-x: auto;
    overflow-y: hidden;
    margin: 20px 0;
    white-space: nowrap;
  }
  .main .content .bd .box13 .table::-webkit-scrollbar {
    display: none;
  }
  .main .content .bd .box14 p {
    padding: 10px 20px;
  }
  .main .content .bd .box15 {
    padding: 0;
  }
  .main .content .bd .box16 {
    margin: 0;
  }
  .main .content .bd .box16 .table {
    overflow-x: auto;
    overflow-y: hidden;
    margin: 0;
    white-space: nowrap;
  }
  .main .content .bd .box16 .table::-webkit-scrollbar {
    display: none;
  }
}