.wp_paging {
   margin-bottom: 15px;
}

.list-container .right {
  padding-left: 330px;
  margin-right: 9px;
}
.list-container .right .list-nav {
  height: 66px;
  line-height: 66px;
  border-bottom: 3px solid #003f88;
  margin-bottom: 0.35rem;
}
.list-container .right .list-nav h3 {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.5px;
}

@media screen and (max-width: 1000px) {
  .list-container .right {
    padding-left: 0px;
    margin-right: 0;
  }
  .position {
    height: auto;
  }
}
/* 普通列表页 */
.right-list {
  width: 100%;
}
.right-list .right-list-item {
  height: 38px;
  line-height: 38px;
  padding: 0.22rem 0;
  border-bottom: 1px dashed #c9c9c9;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;

    background-color: #fff;
}
.right-list .right-list-item:hover a p {
  color: #003f88;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.right-list .right-list-item a {
  height: 100%;
  display: block;
}
.right-list .right-list-item .time {
  float: left;
  height: 100%;
  border: 1px solid #adcde4;
  display: flex;
  align-items: center;
  margin-right: 16px;
}
.right-list .right-list-item .time span {
  height: 100%;
  text-align: center;
}
.right-list .right-list-item .time .d {
  color: #fff;
  font-size: 18px;
  width: 38px;
  background-color: #003f88;
}
.right-list .right-list-item .time .y {
  color: #666;
  width: 85px;
  background-color: #e5f2fc;
}
.right-list .right-list-item p {
  flex: 1;
  font-size: 18px;
  height: 100%;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding-right: 5px;
}
@media screen and (max-width: 750px) {
  .right-list .right-list-item p,
  .right-list .right-list-item span {
    font-size: 16px;
  }
  .right-list .right-list-item p {
    padding-right: 0;
  }
  .right-list .right-list-item .time .d {
    font-size: 16px;
  }
}
@media screen and (max-width: 500px) {
  .right-list .right-list-item {
    padding: 14px 0;
  }
  .right-list .right-list-item .time .y {
    width: 72px;
  }
  .right-list .right-list-item .time {
    margin-right: 10px;
  }
}
@media screen and (max-width: 420px) {
  .right-list .right-list-item p {
    font-size: 14px;
  }
}
/* 新闻列表页 */
/* 新闻列表页 */
.list4 {
  overflow: hidden;
}
.list4 li {
    background-color: #fff;
  padding: 0.29rem 5px;
  overflow: hidden;
  border-bottom: #e6e5e3 1px dashed;
  transition: all 0.3s;
}
.list4 li .item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
  position: relative;
}
.list4 .gp-img-responsive {
  margin-right: 0.23rem;
  width: 258px;
  max-height: 148px;
  padding: 0;
 display: block;
}
.list4 .gp-img-responsive img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.list4 .listText {
  flex: 1;
}
.list4 .listText .listTitle {
  display: block;
  font-size: 20px;
  line-height: 40px;
  font-weight: bold;
  overflow: hidden;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  transition: all 0.3s;
}
.list4 .listText .listCon {
  margin-top: 3px;
  font-size: 14px;
  line-height: 26px;
  color: #999;
  overflow: hidden;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  transition: all 0.3s;
}
.list4 .listText .download{
    position: relative;
    width: fit-content;
    font-size: 15px;
    line-height: 18px;
    color: #999999;
    padding-left: calc(0.24rem + 19px);
    padding-right: 0.15rem;
    padding-top: 7px;
    padding-bottom: 7px;
    border: 1px solid #999999;
    border-radius: 40px;
    text-decoration: underline;
    min-width: 107px;
    box-sizing: border-box;
    min-height: 35px;
    transition: all 0.3s;
    display: inline-block;
    margin-top: 0.15rem;
}
.list4 .listText .download::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0.16rem;
  width: 19px;
  background: url(../images/download-icon.png) no-repeat center center;
}
.list4 .listDate {
  line-height: 36px;
  font-size: 16px;
 /* display: inline-block;*/
  color: #666;
}
.list4 .listDate .time {
  display: inline-block;
  background: url(../images/time.png) no-repeat left center;
  background-size: 24px;
  padding-left: 30px;
  margin-right: 10px;
  transition: all 0.3s;
}
.list4 .listDate .source {
  display: inline-block;
  background: url(../images/sort.png) no-repeat left center;
  background-size: 24px;
  padding-left: 30px;
  transition: all 0.3s;
}
.list4 li:hover {
  background-color: #003f88;
}
.list4 li:hover .listText .listTitle {
  color: #fff;
}
.list4 li:hover .listDate {
  color: #ddd;
}
.list4 li:hover .listDate .time {
  background-image: url(../images/time-active.png);
}
.list4 li:hover .listDate .source {
  background-image: url(../images/sort-active.png);
}
.list4 li:hover .listText .listCon {
  color: #ccc;
}
.list4 li:hover .listText .download{
    border-color: #fff;
    color: #fff;
}
.list4 li:hover .listText .download::before {
  background-image: url(../images/download-icon-hover.png);
}
@media screen and (max-width: 1350px) {
  .list4 .listText .listTitle {
    font-size: 18px;
    line-height: 32px;
  }
  .list4 .gp-img-responsive {
    width: 210px;
  }
}
@media screen and (max-width: 766px) {
  .list4 .gp-img-responsive {
    width: 170px;
  }
}
@media screen and (max-width: 750px) {
  .list4 .listText .listTitle {
    font-size: 16px;
    line-height: 30px;
  }
  .list4 .listDate .day {
    font-size: 32px;
  }
  .list4 .listDate {
    padding-left: 0;
    padding-right: 0.2rem;
  }
}
@media screen and (max-width: 600px) {
  .list4 li .item {
    flex-direction: column;
  }
  .list4 .listDate {
    position: static;
    height: auto;
    padding: 6px;
  }
  .list4 .listDate .day {
    border-bottom: none;
    padding-bottom: 0;
    display: inline-block;
    line-height: 34px;
  }
  .list4 .gp-img-responsive {
    width: 100%;
    max-height: none;
    margin-left: 0;
  }
  .list4 .gp-img-responsive {
    float: none;
    width: 100%;
  }
  .list4 .listText .listTitle {
    margin-top: 8px;
  }
  .list4 li.noImage a {
    flex-direction: row;
  }
  .list4 li.noImage .listDate {
    position: static;
    border-right: 1px dotted #e6e5e3;
    margin-right: 8px;
    width: 50px;
  }
}
/* 师资列表页  */
.list-teachers .list-item {
    padding: 12px;
    overflow: hidden;
    border-top: 3px solid #003f88;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin-bottom: 20px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
    width: 100%;
    float: left;
    box-sizing: border-box;
    height: 254px;
    background-color: #fff;
}

.list-teachers .list-item:hover {
  background-color: #eeeeee;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.list-teachers .list-item a {
  display: flex;
  align-items: center;
  height: 100%;
}
.list-teachers .list-item .pic {
    float: left;
    width: 190px;
    height: 100%;
    margin-right: 0.28rem;
    align-self: center;
    display: flex;
    align-items: center;
}
.list-teachers .list-item .pic img {
  width: 100%;
   max-height: 100%;
    object-fit: cover;
}
.list-teachers .list-item .info {
  width: 100%;
  box-sizing: border-box;
  flex: 1;
}
.list-teachers h3 {
  font-size: 18px;
  color: #003f88;
  font-weight: bold;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  word-break: break-all;
}
.list-teachers  span.keywords {
     font-weight: bold;
}
.list-teachers .info p {
  font-size: 16px;
  line-height: 36px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  word-break: break-all;
}
.list-teachers .info .over {
  color: #666666;
  word-break: break-all;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.list-teachers .info .over .con-bold {
  font-weight: bold;
}
.list-teachers .info .over2 {
  -webkit-line-clamp: 2;
}
.list-teachers .info .over3 {
  color: #003f88;
  margin-top: 5px;
  font-weight: bold;
}
.list-teachers .info p .home {
  color: #003f88;
}
@media screen and (max-width: 1150px) {
  .list-teachers .list-item .pic {
    width: 175px;
  }
}
@media screen and (max-width: 720px) {
  .list-teachers .list-item {
    float: none;
    margin-right: 0;
    width: 100%;
    height: auto;
  }
  .list-teachers .list-item .pic {
    width: 150px;
  }
}
@media screen and (max-width: 500px) {
  .list-teachers .list-item a {
    display: block;
  }
  .list-teachers .list-item .pic {
    width: 70%;
    float: unset;
    margin: 0 auto;
  }
  .list-teachers .list-item .info {
    padding-top: 8px;
  }
}
@media screen and (max-width: 450px) {
  .list-teachers h3 {
    font-size: 16px;
  }
  .list-teachers .info p {
    font-size: 14px;
    line-height: 26px;
    word-break: break-all;
  }
}
/* 活动预告列表页 */
.right .list-activity > li {
  padding: 10px 7px;
  transition: all 0.3s;
  box-sizing: border-box;
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.4);
  margin-bottom: 0.25rem;
    background-color: #fff;
}
.right .list-activity > li:hover {
  background-color: rgba(240, 240, 240);
}
.right .list-activity > li:hover .listText .listTitle {
  color: #003f88;
}
.right .list-activity > li:nth-child(2n) {
  margin-right: 0;
}
.right .list-activity li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
  position: relative;
}
.right .list-activity .gp-img-responsive {
  margin-right: 0.27rem;
  width: 2.5rem;
  padding: 0;
  transition: all 0.3s;
  overflow: hidden;
  min-height: 2.1rem;
  display: flex;
  align-items: center;
}
.right .list-activity .gp-img-responsive img {
  width: 100%;
  object-fit: cover;
  max-height: 3.2rem;
  transition: all 0.3s;
}
.right .list-activity .gp-img-responsive img:hover {
  transform: scale(1.1);
}
.right .list-activity .listText {
  flex: 1;
}
.right .list-activity .listText.on {
  display: flex;
  flex-direction: column;
  min-height: 3.03rem;
  justify-content: center;
}
.right .list-activity .listText .listTitle {
  display: block;
  font-size: 18px;
  line-height: 32px;
  font-weight: bold;
  overflow: hidden;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  transition: all 0.2s ease;
  font-family: "RobotoCondensed_Bold";
}
.right .list-activity .listText .info {
  margin-top: 0.15rem;
}
.right .list-activity .listText .brief {
  margin-top: 0.15rem;
  color: #666;
  line-height: 28px;
  font-size: 14px;
  display: none;
    overflow: hidden;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.right .list-activity .listText .info > div {
  color: #666;
  line-height: 28px;
  font-size: 14px;
  padding-left: 20px;
  background-repeat: no-repeat;
  background-position: left center;
  font-family: "Roboto_Regular";
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}
.right .list-activity .listText .info > div.time {
  background-image: url(../images/time-icon.png);
}
.right .list-activity .listText .info > div.address {
  background-image: url(../images/address-icon.png);
}
.right .list-activity .listText .info > div.speaker {
  background-image: url(../images/speaker-icon.png);
}
.right .list-activity .listText .detail {
  font-size: 14px;
  color: #999999;
  line-height: 28px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  margin-top: 0.15rem;
}
.right .list-activity .listText .listDate {
  display: inline-block;
  color: #003f88;
  font-size: 16px;
  line-height: 30px;
  margin-top: 0.12rem;
}
.right .list-activity .listText .more {
  margin-top: 0.2rem;
  width: 1.02rem;
  height: 0.32rem;
  background: rgba(0, 63, 136, 0);
  border: 1px solid #E4E4E4;
  min-width: 80px;
  min-height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #999999;
}
@media screen and (max-width: 1250px) {
  .right .list-activity > li {
    width: 100%;
    margin-right: 0;
  }
  .right .list-activity .listText.on {
    min-height: auto;
  }
}
@media screen and (max-width: 991px) {
  .right .list-activity .gp-img-responsive {
    width: 180px;
  }
  .right .list-activity .gp-img-responsive img {
    max-height: none;
  }
}
@media screen and (max-width: 750px) {
  .right .list-activity .listText .listTitle,
  .right .list-activity .listText .speaker {
    font-size: 16px;
    line-height: 26px;
  }
}
@media screen and (max-width: 600px) {
  .right .list-activity .gp-img-responsive {
    width: 130px;
  }
}
/* 详情页 */
.article .article-title {
  padding-top: 30px;
  text-align: center;
}
.article .article-title h3 {
  font-size: 28px;
  line-height: 55px;
  font-weight: bold;
  color: #333;
}
.article .article-title p {
  padding-bottom: 13px;
  line-height: 45px;
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 0.45rem;
}
.article .article-title p span {
  font-size: 16px;
  color: #999999;
  margin-right: 20px;
}
.article .article-title p span:last-child {
  margin-right: 0;
}
.article .article-content {
  margin-bottom: 60px;
}
.article .article-content p {
  line-height: 40px;
  font-size: 18px;
  color: #333333;
}
.article .article-content p img {
  margin: 0 auto;
  max-width: 700px;
}
.article .article-content p span img {
  display: inline-block;
  width: auto !important;
  margin: auto;
}
.article .article-info {
  padding-bottom: 0.2rem;
  border-bottom: 1px dotted #e1e1e1;
  margin-bottom: 0.2rem;
}
.article .article-info > div {
  padding-left: 22px;
  font-size: 14px;
  color: #666;
  line-height: 30px;
  background-repeat: no-repeat;
  background-position: left center;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}
.article .article-info div.time {
  background-image: url(../images/acade-time-icon.png);
}
.article .article-info div.address {
  background-image: url(../images/acade-address-icon.png);
}
.article .article-info div.speaker {
  background-image: url(../images/speaker.png);
}
@media screen and (max-width: 600px) {
  .article .article-content p img {
    max-width: 100%;
  }
  .article .article-title p span {
    font-size: 15px;
  }
  .article .article-title h3 {
    font-size: 24px;
  }
  .article .article-content p {
    line-height: 32px;
    font-size: 16px;
  }
}
