.position {
  height: 57px;
    line-height: 59px;
  border-bottom: 3px solid #003f88;
  margin-bottom: 20px;
  padding-top: 10px;
display: flex;
    justify-content: space-between;
}
.position h3{
    font-size: 24px;
    color: #104FA5;
    font-weight: bold;
}
.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;*/
}
.possplit {
  background-image: url(../images/position-img.png);
}
.list-container .right {
  padding-left: 400px;
  margin-right: 9px;
}
.list-container .right .wp_paging{
    margin-top: 0.15rem;
}
@media screen and (max-width: 1250px) {
  .list-container .right {
    padding-left: 302px;
  }
}
@media screen and (max-width: 991px) {
  .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-nodate a{
    padding-left: 18px;
    background: url(../images/list-teacher-icon.png) no-repeat left center;
}
.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: #666;
    font-size: 18px;
    width: 50px;
    background-color: #e5f2fc;
    height: 100%;
    display: block;
    border: 1px solid #adcde4;
}
.right-list .right-list-item .time .y {
 color: #fff;
    width: 74px;
    background-color: #003f88;
    height: 100%;
    display: block;
    border: 1px solid #003f88;
}
.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;
  }
}

/* 图文列表页，上图下标题 */
ul.ul_nae {
    display: flex;
    flex-wrap: wrap;
}
li.li_nae {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 2.8%;
}
li.li_nae:nth-child(3n) {
    margin-right: 0;
}
span.imgs_nae img {
    width: 100%;
    height: 190px;
    object-fit: cover;
}
span.titles_nae {
    width: 100%;
    height: 40px;
    line-height: 40px;
    display: block;
    text-align: center;
    color: #FFFFFF;
    font-family: RobotoCondensed-Regular;
    background-color: #6363a0;
background: rgba(99,99,160,.3) url(/_upload/tpl/03/be/958/template958/../images/gd_bg.png);
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding: 0 3px 0;
    box-sizing: border-box;
}
span.titles_nae a {
    color: #FFFFFF;
    margin-top: -20px;
    font-family: RobotoCondensed-Regular;
}

span.imgs_nae {
    display: inline-block;
    width: 100%;
/* background:  url(/_upload/tpl/03/be/958/template958/images/bgp.png); */
}
@media screen and (max-width: 750px) {
    span.imgs_nae img {
        height: 150px;
    }
}
@media screen and (max-width: 600px) {
    li.li_nae:nth-child(3n) {
        margin-right: 2%;
    }
    li.li_nae {
        width:49%;
    }
    li.li_nae:nth-child(2n) {
        margin-right: 0;
    }
    span.imgs_nae img {
        height: 170px;
    }
}
@media screen and (max-width: 420px) {
    li.li_nae:nth-child(3n) {
        margin-right: 0%;
    }
    li.li_nae {
        width:100%;
        margin-right: 0;
    }
    span.imgs_nae img {
        height: auto;
    }
}
/* 教师列表页1 */
.list-teachers-col .list-teachers-item {
    width: 20%;
    float: left;
    height: 0.6rem;
    min-height: 45px;
    display: flex;
    align-items: center;
    background: url(../images/list-teacher-icon.png) no-repeat left center;
}
.list-teachers-col .list-teachers-item a{
    padding-left: 17px;
    line-height: 18px;
    font-size: 18px;
}
@media screen and (max-width: 1450px) {
.list-teachers-col .list-teachers-item a{
    line-height: 20px;
    font-size: 16px;
}
}
@media screen and (max-width: 1400px) {
.list-teachers-col .list-teachers-item {
    width: 25%;
}
}
@media screen and (max-width: 800px) {
.list-teachers-col .list-teachers-item {
    width: 33.33%;
}
}
@media screen and (max-width: 550px) {
.list-teachers-col .list-teachers-item a{
    line-height: 18px;
    font-size: 14px;
}
}
@media screen and (max-width: 420px) {
.list-teachers-col .list-teachers-item {
    width: 50%;
}
}
/* 合作伙伴 */
.list-partner {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.list-partner  .list-partner-item {
    width: 23.2%;
    margin-right: 2.4%;
    min-height: 75px;
    height: 0.96rem;
    box-sizing: border-box;
    border: 1px solid #DDDDDD;
    padding: 5px;
    margin-bottom: 0.28rem;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.list-partner  .list-partner-item:hover {
    transform: translateY(0.15rem);
}
.list-partner  .list-partner-item:nth-child(4n) {
    margin-right: 0;
}
.list-partner  .list-partner-item a {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
}
.list-partner  .list-partner-item a .pic{
    object-fit: cover;
    max-width: 100%;
    max-height: 100%;
}
@media screen and (max-width: 680px) {
.list-partner  .list-partner-item {
    width: 32%;
    margin-right: 2%;
    min-height: 75px;
    height: 0.96rem;
    box-sizing: border-box;
    border: 1px solid #DDDDDD;
    padding: 5px;
    margin-bottom: 0.28rem;
}
.list-partner  .list-partner-item:nth-child(4n) {
        margin-right: 2%;
}
.list-partner  .list-partner-item:nth-child(3n) {
    margin-right: 0;
}
}
/* 领导班子*/

.list-leader {
    width: 100%;
}

.list-leader .list-leader-item {
    padding: 18px;
    overflow: hidden;
    border-bottom: 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, .3);
}

.list-leader .list-leader-item:hover {
    background-color: #eeeeee;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;

}

.list-leader .list-leader-item .pic {
    float: left;
    width: 170px;
}

.list-leader .list-leader-item .pic img {
    width: 100%;
    object-fit: cover;
    max-height: 250px;
}

/*教师信息*/
.list-leader .list-leader-item .info {
    width: 100%;
    box-sizing: border-box;
    padding-left: 190px;
}

.list-leader h3 {
    display: inline-block;
    font-size: 18px;
    color: #003f88;
    font-weight: bold;
line-height: 36px;
}
.list-leader h3 .name {
    /* width: 55px; */
    text-align: justify;
    display: inline-block;
    height: 36px;
    overflow: hidden;
}
.list-leader h3 .name samp{
    width:100%;display:inline-block;visibility: hidden;
}
.list-leader h3 .zhiwu {
 padding-left: 18px;
    vertical-align: top;
}
.list-leader .info p {
    font-size: 16px;
    line-height: 32px;
    word-break: break-all;
}
.list-leader .info .tea-title {
    font-size: 18px;
    color: #003f88;
    font-weight: bold;
    line-height: 36px;
    margin-top: 0.1rem;
}
.list-leader .info .over {
    color: #666666;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.list-leader .info .tea-work {
       -webkit-line-clamp: initial;
         line-height: 26px;
}

.list-leader .info p .home {
    color: #003f88;
}

@media screen and (max-width:600px)  {
  .list-leader .list-leader-item {
      padding: 10px 0;
  }
  .list-leader .list-leader-item .pic {
          width: 150px;
   }
  .list-leader .list-leader-item .info {
      padding-left: 160px;
   }
}

@media screen and (max-width:500px) {
    .list-leader .list-leader-item .pic {
        float: unset;
        margin: 0 auto;
    }

    .list-leader .list-leader-item .info {
        padding-left: 0;
    }
}

/* 新闻列表页 */
.list4 {
  overflow: hidden;
}
.list4 li {
  padding: 0.29rem 5px;
  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.23rem;
  width: 258px;
  max-height: 148px;
  padding: 0;
}
.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 .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;
  }
  .list4 .listDate .day {
    font-size: 32px;
  }
  .list4 .listDate {
    padding-left: 0;
    padding-right: 0.2rem;
  }
}
@media screen and (max-width: 600px) {
  .list4 li a {
    flex-direction: column;
  }
  .list4 .listDate {
    position: static;
    background: rgba(255, 255, 255, 0.8);
    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 {
    width: 100%;
}
.list-container .right .teachers_top{
font-size: 18px;
    color: #003f88;padding-bottom: 10px;
    border-bottom: 3px solid #c4d5e8;
margin-bottom:20px;

}
.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, .3);
    width:49%;
    margin-right: 2%;
    float: left;
    box-sizing: border-box;
    height: 254px;
}
.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;
    align-items: center;
    height: 100%;
}
.list-teachers .list-item .pic {
    float: left;
    width: 139px;
    height: 185px;
    margin-right: 12px;
    align-self: center;
}

.list-teachers .list-item .pic img {
    width: 100%;
    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 h3 span.keywords {
    color: #333;
    font-size: 16px;
    margin-left: 4px;
}

.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 p.keywords {
    color: #333;
}
.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: 115px;
    height: 153px;
 }
}
@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: 185px;
}
}

@media screen and (max-width:500px) {
.list-teachers .list-item a {
    display: block;
}
    .list-teachers .list-item .pic {
        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 {
  width: 48.5%;
  margin-right: 3%;
  float: left;
  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;
}
.right .list-activity > li:hover {
  background-color: rgba(240, 240, 240, 0.6);
}
.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: 2rem;
  padding: 0;
  transition: all 0.3s;
  overflow: hidden;
  min-height: 3.03rem;
  display: flex;
  align-items: center;
}
.right .list-activity .gp-img-responsive img {
  width: 100%;
  object-fit: cover;
  max-height: 3.03rem;
    transition: all .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 .speaker {
  margin-top: 0.09rem;
  font-size: 18px;
  color: #003F88;
  line-height: 30px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
    font-weight: bold;
}
.right .list-activity .listText .info {
  margin-top: 0.15rem;
}
.right .list-activity .listText .info > div {
  color: #666;
  line-height: 28px;
  font-size: 14px;
  padding-left: 27px;
  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/acade-time-icon.png);
}
.right .list-activity .listText .info > div.address {
  background-image: url(../images/acade-address-icon.png);
}
.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 {
  display: block;
  margin: 0 auto;
  max-width: 700px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.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);
}
.article .article-info div.activity{
  background-image: url(../images/activity.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;
  }
}
