.footer {
    margin-top: 0.4rem;
}
.position {
  height: 26px;
  line-height: 26px;
  margin-top: 0.24rem;
  margin-bottom: 0.22rem;
}
.position .weizhi {
  float: left;
  font-size: 16px;
  color: #333;
  height: 100%;
  background: url(../images/position.png) no-repeat left center;
  background-size: 20px 20px;
  padding-left: 32px;
}
.position .weizhi a{
  text-transform: capitalize;
}
.possplit {
  background-image: url(../images/position-img.png);
    margin: 0 3px;
}
.list-container .right {
  padding-left: 400px;
  margin-right: 9px;
}
@media screen and (max-width: 1250px) {
  .list-container .right {
    padding-left: 325px;
  }
}
@media screen and (max-width: 1050px) {
  .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;
}
.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;
  }
}
/* 研究列表页 */
.list-sys {
    width: 100%;
    margin-top: 20px;
}
.list-sys .list-item {
    width: 32%;
    float: left;
    margin-right: 2%;   
    box-sizing: border-box;
    box-shadow: 0 0 6px rgb(0 0 0 / 20%);
    margin-bottom: 30px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}
.list-sys .list-item:nth-child(3n) {
    margin-right: 0%;
}
.list-sys .list-item a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}
.list-sys .list-item:hover{
    background: #003f88;
    object-fit: cover;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}
.list-sys .list-item:hover .content .info .title span{
    color: #fff;
    object-fit: cover;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

.list-sys .list-item .content .info {
    box-sizing: border-box;
    padding: 0 6px 11px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}
.list-sys .list-item .content .pic {
    width: 100%;
    height: 343px;
    overflow: hidden;
    box-sizing: border-box;
    padding: 12px 12px 19px 11px;
}
.list-sys .list-item .content .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}
.list-sys .list-item .content .info .title {
    text-align: center;
    height: 32px;
    position: relative;
    object-fit: cover;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}
.list-sys .list-item .content .info .title span {
    font-size: 22px;
    font-weight: bold;
}

@media screen and (max-width:1300px) {
    .list-sys .list-item {
        width: 49%
    }
    .list-sys .list-item:nth-child(3n) {
        margin-right: 2%;
    }
    .list-sys .list-item:nth-child(2n) {
        margin-right: 0%;
    }
.list-sys .list-item .content .info .title span {
    font-size: 20px;
}
}
@media screen and (max-width:1050px) {
    .list-sys .list-item {
        width: 32%
    }
    .list-sys .list-item:nth-child(2n) {
        margin-right: 0%;
    }
    .list-sys .list-item:nth-child(3n) {
        margin-right: 2%;
    }
}
@media screen and (max-width:750px) {
    .list-sys .list-item {
        width: 49%
    }
    .list-sys .list-item:nth-child(3n) {
        margin-right: 2%;
    }
    .list-sys .list-item:nth-child(2n) {
        margin-right: 0%;
    }
}
@media screen and (max-width:550px) {
    .list-sys .list-item {
        width: 100%
    }
    .list-sys .list-item:nth-child(3n) {
        margin-right: 0%;
    }
.list-sys .list-item .content .info .title span {
    font-size: 18px;
}
}
/*图文列表页 新闻列表页 */
.list4 {
  overflow: hidden;
}
.list4 li {
  padding: 0.29rem 0;
  overflow: hidden;
  border-bottom: #e6e5e3 1px dashed;
  transition: all 0.3s;
}
.list4 li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
  position: relative;
}
.list4 .gp-img-responsive {
  margin-right: 0.13rem;
  width: 258px;
  max-height: 148px;
  padding: 0;
}
.list4 .gp-img-responsive img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.list4 .listText {
  flex: 1;
  padding: 0 10px;
}
.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 .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/source.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/source-active.png);
}
.list4 li:hover .listText .listCon {
  color: #ccc;
}
@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;
  }

}
@media screen and (max-width: 600px) {
  .list4 li a {
    flex-direction: column;
    align-items: flex-start;
  }


  .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;
  }

}
.list-teachers {
  width: 100%;
}
.list-teachers .list-item {
  padding: 18px;
  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: 49%;
  margin-right: 2%;
  float: left;
  box-sizing: border-box;
  height: 240px;
}
.list-teachers .list-item:nth-child(2n) {
  margin-right: 0;
}
.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;
  height: 100%;
}
.list-teachers .list-item .pic {
  float: left;
  width: 139px;
  margin-right: 12px;
  align-self: center;
}
.list-teachers .list-item .pic img {
  width: 100%;
  max-height: 200px;
  object-fit: cover;
}
.list-teachers .list-item .info {
  width: 100%;
  box-sizing: border-box;
  flex: 1;
    margin-top: 0.2rem;
}
.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 .info p.keywords {
    font-weight: bold;
}
.list-teachers .info p.over {
   color: #666666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-height: 1.5;
    overflow: hidden;
    font-size: 16px;
    word-break: break-all;
    margin-top: 6px;
}
.list-teachers .info p.over1 {
    -webkit-line-clamp: 2;
}
.list-teachers .info p.over2 {
    -webkit-line-clamp: 3;
}

.list-teachers .info .detail {
  font-size: 14px;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  word-break: break-all;
  color: #999;
  margin-top: 0.1rem;
}
@media screen and (max-width: 1150px) {
  .list-teachers .list-item .pic {
    width: 115px;
  }
  .list-teachers .list-item .pic img {
    max-height: 180px;
  }
}
@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: 139px;
    height: auto;
  }
  .list-teachers .list-item .pic img {
    max-height: none;
  }
}
@media screen and (max-width: 450px) {
  .list-teachers h3 {
    font-size: 16px;
  }
}
/* 详情页 */
.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;
  text-indent: 2em;
  color: #333333;
}
.article .article-content img {
  max-width: 100%;
  width: auto;
  height: auto;
}
.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;
  }
}
.wp_entry img {
max-width: 100%
}
list-teachers {
  width: 100%;
}
.list-teachers1 .list-item {
  padding: 18px;
  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: 49%;
  margin-right: 2%;
  float: left;
  box-sizing: border-box;
  height: 251px;
}
.list-teachers1 .list-item:nth-child(2n) {
  margin-right: 0;
}
.list-teachers1 .list-item:hover {
  background-color: #eeeeee;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.list-teachers1 .list-item a {
  height: 100%;
}
.list-teachers1 .list-item .pic {
  float: left;
  width: 147px;
  margin-right: 12px;
  align-self: center;
}
.list-teachers1 .list-item .pic img {
  width: 100%;
  max-height: 200px;
  object-fit: cover;
}
.list-teachers1 .list-item .info {
  padding-left: 160px;
  box-sizing: border-box;

    margin-top: 0.2rem;
}
.list-teachers1 h3 {
  font-size: 20px;
  color: rgb(21,68,183);
  font-weight: bold;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  word-break: break-all;
}
.list-teachers1 .info p.keywords {
    font-weight: bold;font-size: 18px;
}
.list-teachers1 .info p.over {
   color: #666666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-height: 1.5;
    overflow: hidden;
    font-size: 18px;
    word-break: break-all;
    margin-top: 6px;
}
.list-teachers1 .info p.over1 {
    -webkit-line-clamp: 2;
}
.list-teachers1 .info p.over2 {
    -webkit-line-clamp: 3;
}

.list-teachers1 .info .detail {
  font-size: 14px;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  word-break: break-all;
  color: #999;
  margin-top: 0.1rem;
}
@media screen and (max-width: 1150px) {
  .list-teachers1 .list-item .pic {
    width: 115px;
  }
  .list-teachers1 .list-item .pic img {
    max-height: 180px;
  }
}
@media screen and (max-width: 720px) {
  .list-teachers1 .list-item {
    float: none;
    margin-right: 0;
    width: 100%;
    height: auto;
  }
  .list-teachers1 .list-item .pic {
    width: 139px;
    height: auto;
  }
  .list-teachers1 .list-item .pic img {
    max-height: none;
  }
}
@media screen and (max-width: 450px) {
  .list-teachers1 h3 {
    font-size: 16px;
  }
}