.rightContent {
  width: 1020px;
  margin-left: 20px;
  background-color: #fff;
  padding: 25px 18px 60px 18px;
  font-size: 14px;
  color: #777777;
}

.rightContent .title {
  color: #999999;
}

.rightContent .title span {
  cursor: pointer;
}

.rightContent .line {
  width: 100%;
  height: 1px;
  background-color: #999;
  position: relative;
  margin-top: 22px;
}

.rightContent .line span {
  position: absolute;
  top: -1px;
  width: 60px;
  height: 3px;
  background-color: #0f8f0c;
  display: block;
}

.rightContent .content1 {
  margin-top: 40px;
}

.rightContent .content1 img {
  width: 980px;
  height: 360px;
}

.rightContent .content1 h5 {
  font-size: 20px !important;
  margin-top: 40px;
}

.rightContent .content1 p {
  color: #777777;
  font-size: 16px;
  padding-top: 30px;
  text-align: justify;
}

.rightContent .content2 {
  margin-top: 40px;
}

.rightContent .content2 table {
  margin-bottom: 30px;
  border-color: #e5e5e5;
  width: 100%;
  outline: none;
}

.rightContent .content2 table tr:first-child {
  background-color: #369c3f;
}

.rightContent .content2 table tr:first-child td {
  color: #fff;
  font-size: 20px;
  font-weight: bolder;
}

.rightContent .content2 table tr td {
  padding: 20px;
  border: solid thin #e5e5e5;
}

.rightContent .content2 .position {
  width: 160px !important;
}

.rightContent .teacherList {
  min-height: 978px;
  background-color: #fff !important;
}

.rightContent .teacherList ul li {
  margin-top: 20px;
  width: 230px;
  height: 306px;
  position: relative;
}

.rightContent .teacherList ul li img {
  width: 230px;
  height: 306px;
}

.rightContent .teacherList ul li .nameTip {
  width: 100%;
  height: 48px;
  background-color: rgba(16, 118, 13, 0.8);
  line-height: 48px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.rightContent .teacherList ul li .coverBox {
  cursor: pointer;
  display: none;
  color: #fff;
  overflow: hidden;
  width: 190px;
  height: 186px;
  text-align: center;
  position: absolute;
  padding: 60px 20px;
  background-color: rgba(33, 148, 29, 0.8);
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

.rightContent .teacherList ul li .coverBox a {
  display: block;
}

.rightContent .teacherList ul li .coverBox .title h5 {
  color: #fff;
  font-size: 16px;
}

.rightContent .teacherList ul li .coverBox .title p {
  color: #fff;
  padding: 12px 0;
}

.rightContent .teacherList ul li .coverBox .intr {
  width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  margin-top: 20px;
  color: #fff;
}

.rightContent .teacherList ul li .coverBox .checkMore {
  width: 230px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 48px;
  background-color: #474747;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.rightContent .teacherList ul li .coverBox .checkMore img {
  width: 25px;
  height: 25px;
}

.rightContent .page {
  margin-top: 40px;
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #333333;
}

.rightContent .page span {
  font-size: 14px;
  line-height: 40px;
  cursor: pointer;
}

.rightContent .page span:first-child {
  color: #d3d3d3;
}

.rightContent .page ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 10px;
}

.rightContent .page ul li {
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  margin-left: 10px;
  cursor: pointer;
}

.rightContent .content h5 {
  padding: 30px 0;
  font-size: 20px;
}

.rightContent .content p {
  color: #8d8d8d;
  line-height: 2;
  text-align: justify;
}

.rightContent .contentList {
  color: #777777;
}

.rightContent .contentList li {
  margin-top: 30px;
  background-color: #f7f7f7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.rightContent .contentList li .left {
  width: 330px;
  height: 235px;
}

.rightContent .contentList li .left img {
  width: 330px;
  height: 235px;
}

.rightContent .contentList li .right {
  position: relative;
  width: 610px;
  padding: 40px 20px;
}

.rightContent .contentList li .right p {
  font-size: 14px;
  display: -webkit-box;
  line-height: 2;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  width: 580px;
  text-align: justify;
}

.rightContent .contentList li .right .readMore {
  color: #0f8f0c;
  position: absolute;
  left: 20px;
  bottom: 30px;
  cursor: pointer;
}

.nowPage {
  background-color: #333;
  color: #fff;
}

.honorList {
  color: #333333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 40px;
}

.honorList li {
  margin-left: 10px;
}

.honorList li:nth-child(4n+1) {
  margin-left: 0;
}

.honorList li img {
  width: 230px;
  height: 160px;
}

.honorList li p {
  text-align: center;
  padding: 20px 0;
  font-size: 14px;
  font-weight: bold;
}

.newsList li {
  cursor: pointer;
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #f7f7f7;
}

.newsList li .left {
  width: 315px;
  height: 195px;
  position: relative;
}

.newsList li .left img {
  width: 315px;
  height: 195px;
}

.newsList li .left .dateBox {
  width: 56px;
  height: 56px;
  background-color: #0f8f0c;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  left: 10px;
  top: 10px;
}

.newsList li .left .dateBox p {
  font-size: 12px;
  text-align: center;
}

.newsList li .left .dateBox p:last-child {
  font-size: 14px;
  font-weight: bolder;
}

.newsList li .right {
  color: #9f9f9f;
  width: 100%;
  height: 135px;
  padding: 0 20px;
  position: relative;
}

.newsList li .right .title {
  font-size: 16px;
  color: #333333;
  margin-top: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 95%;
}

.newsList li .right .content {
  line-height: 2;
  margin-top: 5px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  word-break: break-all;
  max-height: 60px;
  width: 95%;
}

.newsList li .right .readMore {
  color: #0f8f0c;
  position: absolute;
  left: 20px;
  bottom: 10px;
  cursor: pointer;
}

.newsContent {
  color: #000;
  line-height: 2;
}

.newsContent h5 {
  text-align: center;
  font-size: 16px;
  color: #000;
}

.newsContent .date {
  text-align: center;
  padding-bottom: 10px;
}


.newsContent p {
}

.newsContent img {
  max-width: 100%;
}

.pagination {
  margin-top: 40px;
  padding: 0 2.34375rem;
  font-size: 0;
  text-align: center;
}

.pagination li {
  display: inline-block;
  margin: 0 5px;
  height: 44px;
  text-align: center;
  cursor: pointer;
}

.pagination li a {
  transition: all 0.2s;
}

.pagination li a, .pagination li span {
  display: inline-block;
  padding: 0 17px;
  font-size: 18px;
  color: #666;
  line-height: 44px;
  border-radius: 2px;
  background: #ededed;
}

.pagination li:hover a {
  background: #9f1e22;
  color: #ffffff;
}

.pagination li.active span {
  background: #9f1e22;
  color: #ffffff;
}

.pagination li.disabled span {
  color: #999999;
}

.pagination li.disabled:hover span {
  background: #ededed;
  color: #999999;
}
