.position {
  height: 59px;
  line-height: 59px;
}
.column .position {
  border-bottom: 3px solid #003f88;
  margin-bottom: 20px;
}
.position .content-nav {
  float: left;
  font-size: 30px;
}
.position .weizhi {
  float: right;
  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 span:last-of-type {
   display: none;
}
.possplit {
  background-image: url(../imagess/position-img.png);
}
.list-container .right {
  padding-left: 411px;
  margin-right: 9px;
}
@media screen and (max-width: 1250px) {
  .list-container .right {
    padding-left: 345px;
  }
  .article .article-title h3 {
    font-size: 28px;
  }
}
@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: 54px;
  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 {
  background-color: #f4f4f4;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
.right-list .right-list-item a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  padding-left: 40px;
  background: url(../images/yuan.png) no-repeat 15px center;
  box-sizing: border-box;
}
.right-list .right-list-item p {
  flex: 1;
  font-size: 18px;
  color: #333333;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding-right: 15px;
  margin-bottom: 0;
}
.right-list .right-list-item span {
  font-size: 18px;
  color: #999999;
  float: right;
}
@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 {
    width: 75%;
  }
  .right-list .right-list-item a {
    padding-left: 35px;
  }
}
@media screen and (max-width: 500px) {
  .right-list .right-list-item {
    padding-right: 10px;
  }
  .right-list .right-list-item p {
    width: 67%;
  }
  .right-list .right-list-item a {
    padding-left: 25px;
    background: url(../images/yuan.png) no-repeat 8px center;
  }
}
/* 图文列表页 */
.list4 {
  overflow: hidden;
   padding-bottom: 5px;
}
.list4 li {
  padding: 0.29rem 10px;
  overflow: hidden;
  border-bottom: #e6e5e3 1px dashed;
  transition: all 0.3s;
}
.list4 li.noImage  a  .gp-img-responsive {
  display:none;
}
.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;
  padding: 0;
  box-sizing: border-box;
}
.list4 .gp-img-responsive img {
  width: 100%;
  max-height: 171px;
  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: 2;
  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 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 .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 li {
     padding-left: 0;
     padding-right: 0;
   }
  .list4 .listText .listTitle {
    font-size: 16px;
    line-height: 30px;
  }
}
@media screen and (max-width: 600px) {

  .list4 li a {
    flex-direction: column-reverse;
  }
  .list4 .listDate {
      line-height: 30px;
      font-size: 14px;
  }
.list4 .listDate .time {
    background-size: 21px;
    padding-left: 26px;
}
  .list4 .gp-img-responsive {
    width: 100%;
    margin-left: 0;
    float: none;
    width: 100%;
  }
  .list4 .gp-img-responsive img {

    max-height: none;
  }
  .list4 .listText .listTitle {
    margin-top: 8px;
  }
}
.list-teachers {
  width: 100%;
   padding-bottom: 5px;
}
.list-teachers .list-item {
  padding: 5px 4px;
  margin-bottom: 20px;
  border: 1px solid #d6d6d6;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.list-teachers .list-item .pic {
  float: left;
  width: 155px;
  height: 198px;
}
.list-teachers .list-item .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/*教师信息*/
.list-teachers .list-item .info {
  width: 100%;
  box-sizing: border-box;
  padding: 5px 0 0 180px;
}
.list-teachers h3 {
  display: inline-block;
  font-size: 18px;
  color: #003f88;
  padding-bottom: 5px;
      transition: all 0.3s;
  font-weight: bold;
}
.list-teachers .info p {
  font-size: 18px;
  line-height: 32px;
  word-break: break-all;
}
.list-teachers .info .over {
  color: #333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.list-teachers .info p .home {
  color: #003f88;
  text-decoration: underline;
}
.list-teachers .list-item:hover {
  background-color: #f8f8f8;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.list-teachers .list-item:hover h3 {
  font-weight: bold;
}
@media screen and (max-width: 1100px) {
  .list-teachers .list-item .pic {
    float: left;
    width: 140px;
    height: 179px;
  }
  .list-teachers .info p {
    font-size: 14px;
    line-height: 30px;
    word-break: break-all;
  }
  .list-teachers .list-item .info {
    padding: 5px 0 0 170px;
  }
}
@media screen and (max-width: 500px) {
  .list-teachers .list-item {
    padding: 20px 15px;
  }
  .list-teachers .list-item .pic {
    float: unset;
    margin: 0 auto;
  }
  .list-teachers .list-item .info {
    padding-left: 0;
  }
}

/* 详情页 */
.article {
  border: 1px solid #ccc;
  box-sizing: border-box;
  padding: 0 0.53rem;
}
.article .article-title {
  padding-top: 0.49rem;
  text-align: center;
}
.article .article-title h3 {
  font-size: 30px;
  line-height: 40px;
  font-weight: bold;
  padding-bottom: 0.32rem;
  border-bottom: 2px solid #003f88;
  margin-bottom: 0.2rem;
}
.article .article-title p {
  line-height: 36px;
  margin-bottom: 0.47rem;
}
.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 {
  margin: 0 auto;
  max-width: 800px;
    height: auto;
}
.article .article-content p img {
  margin: 0 auto;
  max-width: 800px;
    height: auto;
}
.article .article-content p span img {
  display: inline-block;
  width: auto !important;
  margin: auto;
}
@media screen and (max-width: 1460px) {
  .article .article-content p img {
    max-width: 100%;
  }
  .article .article-content  img {
    max-width: 100%;
  }
}
@media screen and (max-width: 600px) {

  .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;
  }
}
.page-nav {
  padding-top: 0.57rem;
  padding-bottom: 0.59rem;
  display: flex;
  justify-content: center;
}
.page-nav a {
  float: left;
  display: block;
  border: 1px solid #999;
  max-height: 0.3rem;
  line-height: 0.3rem;
  box-sizing: border-box;
  font-size: 14px;
  margin-right: 10px;
}
.page-nav a div {
  padding: 0 5px;
}
.page-nav .number div {
  padding: 0 9px;
}
.page-nav a:hover {
  background-color: #f7f7f7;
}
.page-nav .active {
  border: 1px solid #676767;
  background-color: #676767;
  color: white;
}
.page-nav .active:hover {
  background-color: #676767;
}
.page-nav input {
  float: left;
  border: 1px solid #999;
  box-sizing: border-box;
  width: 0.6rem;
  height: 0.3rem;
  margin-right: 0.07rem;
}
@media screen and (max-width: 1200px) {
  .page-nav a {
    line-height: 26px;
    max-height: 26px;
  }
  .page-nav input {
    height: 26px;
  }
}
@media screen and (max-width: 600px) {
  .page-nav .home,
  .page-nav .end,
  .page-nav input,
  .page-nav .turn {
    display: none;
  }
  .page-nav .number {
    padding: 0 9px;
  }
  .page-nav .prev,
  .page-nav .next {
    padding: 0 5px;
  }
}
