/* 普通列表页 */
.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;
  box-sizing: content-box;
}
.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-pic1 {
  display: flex;
  flex-wrap: wrap;
}
.list-pic1 .items {
  width: 32%;
  margin-right: 2%;
  padding-bottom: 5px;
  margin-bottom: 20px;
}
.list-pic1 .items:nth-child(3n) {
  margin-right: 0;
}
.list-pic1 .items a {
  display: block;
}
.list-pic1 .items .img {
  overflow: hidden;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.list-pic1 .items .img img {
  width: 100%;
  height: 2.47rem;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.list-pic1 .items .main-title .date {
  position: relative;
  margin-bottom: 16px;
}
.list-pic1 .items .main-title .date::after {
  position: absolute;
  bottom: -5px;
  content: "";
  left: 0;
  display: block;
  width: 42px;
  height: 3px;
  background-color: #003f87;
}
.list-pic1 .items .main-title .title2 a {
  line-height: 1.5;
  height: 54px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}
.list-pic1 .items:hover .img {
  -webkit-box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.3);
}
.list-pic1 .items:hover .img img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.list-pic1 .items:hover .title2 a {
  color: #003f87;
  font-weight: bold;
}
@media screen and (max-width: 1300px) {
  .list-pic1 .items .main-title .title2 a {
    height: 48px;
  }
}
@media screen and (max-width: 1050px) {
  .list-pic1 .items .img img {
    height: 3.47rem;
  }
}
@media screen and (max-width: 750px) {
  .list-pic1 .items:nth-child(3n) {
    margin-right: 2%;
  }
  .list-pic1 .items {
    width: 48%;
  }
  .list-pic1 .items:nth-child(2n) {
    margin-right: 0;
  }
  .list-pic1 .items .img img {
    height: 3.8rem;
  }
}
@media screen and (max-width: 550px) {
  .list-pic1 .items:nth-child(3n) {
    margin-right: 0%;
  }
  .list-pic1 .items {
    width: 100%;
    margin-right: 0;
  }
  .list-pic1 .items .img img {
    height: auto;
  }
  .list-pic1 .items .main-title .title2 a {
    height: auto;
  }
}

/* 图文列表页,带内容 */
.mb-4 {
  margin-bottom: 24px!important;
}
.section-main .thumbnail .row .col-sm-3 {
  min-width: 200px;
  padding-left: 0;
  padding-right: 0;
  margin-right: 20px;
}
.section-main .thumbnail .row .col-sm-9 {
  flex: 1;
}
.section-main .thumbnail:hover {
  border: 1px solid #ddd;
  -webkit-box-shadow: 1px 1px 10px 0px #999;
  box-shadow: 1px 1px 10px 0px #999;
}

.section-main .thumbnail {
  border: 1px solid #ddd;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
  padding: 1em;
}
.section-main .thumbnail img {
  width: 100%;
  height: 210px;
  object-fit: cover;
}
.section-main .thumbnail .caption {
  padding: 9px 0;
}

.section-main .thumbnail h5 {
  font-size: 20px;
  margin-bottom: 8px;
}

.section-main .thumbnail h6.mate {
  font-size: 16px;
  padding-left: 25px;
  background: url(../images/list-time.png) no-repeat left center;
}
.section-main .thumbnail .caption .content {
  margin-top: 10px;
}
@media screen and (max-width: 576px) {
  .section-main .thumbnail .row > * {
    padding-left: 0px;
    padding-right: 0px;
  }
}