@media (min-width: 0px) {
  .list_left_box {
    display: none;
  }
  .content_details_list3 {
    padding: 0;
    justify-content: space-around;
  }
}
@media (min-width: 576px) {
  .list_left_box {
    display: flex;
  }
}

@media (min-width: 657px) {
  .content_details_list3 {
    padding: 0;
    justify-content: space-between;
  }
}
@media (min-width: 768px) {
}

@media (min-width: 992px) {
}
@media (min-width: 1200px) {
  .content_details_list3 {
    justify-content: left;
  }
}

.crumbs li:first-child {
  background: url(../assets/images/others/crumb_index.png) no-repeat left;
  background-size: 14px 14px;
}

/*分页*/

.met_pager {
  margin: 20px 0px;
  text-align: center;
}

.met_pager * {
  display: inline-block;
}

.met_pager a {
  padding: 9px 15px;
  border: 1px solid #e4eaec;
  border-right: none;
  background: #fff;
  text-align: center;
  color: #76838f;
  cursor: pointer;
}

.met_pager a:hover {
  background: #f5f5f5;
  text-decoration: none;
}

.met_pager a.NextA {
  border-right: 1px solid #e4eaec;
}

.met_pager .PreSpan,
.met_pager .NextSpan {
  padding: 9px 15px;
  border: 1px solid #e4eaec;
  background: #fff;
  color: #ccd5db;
  cursor: pointer;
}

.met_pager .firstPage,
.met_pager .lastPage {
  min-width: 40px;
}

.met_pager a.Ahover {
  border-color: #0075c1;
  background: #0075c1;
  color: #fff;
  cursor: pointer;
}

.met_pager a.Ahover:hover {
  border-color: #0075c1;
  background: #0075c1;
  color: #fff;
}

.met_pager a {
  text-decoration: none;
}

.met_pager a:active,
.met_pager a:focus,
.met_pager a:hover {
  text-decoration: none;
}

.met_pager .PageText {
  display: none;
  margin-left: 10px;
  color: #aaa;
}

.met_pager input {
  display: none;
}

.met_pager a.Ahover:hover {
  border-color: #01c490 !important;
  background: #01c490 !important;
}

.pager li > a,
.pager li > span {
  padding: 10px 20px;
  color: #76838f;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  max-width: 250px;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pager li > a:focus,
.pager li > a:hover {
  color: #62a8ea;
}

.pager li .icon {
  margin-top: -1px;
}

.pager-round li > a,
.pager-round li > span {
  border-radius: 1000px;
}

.pager {
  padding-left: 0;
  margin: 22px 0;
  text-align: center;
  list-style: none;
}

.pager li {
  display: inline;
}

.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  border: 1px solid #e4eaec;
  border-radius: 3px;
  background: #0075c1;
  color: #fff;
}

.pager .next > a,
.pager .next > span {
  float: right;
}

.pager .previous > a,
.pager .previous > span {
  float: left;
}

.pager li > a:focus,
.pager li > a:hover {
  border-color: #01c490 !important;
  color: #fff !important;
  background-color: #01c490;
}

.content_box {
  width: 100%;
  height: auto;
  background: #ffffff;
  padding: 20px 30px;
  box-sizing: border-box;
  margin-bottom: 50px;
  overflow: hidden;
  min-height: calc(100vh - 430px);
}
.content_box2 {
  width: 100%;
  height: auto;
  background: #f6f4f1;
  box-sizing: border-box;
  margin-bottom: 50px;
  min-height: calc(100vh - 430px);
}
.content_box3 {
  width: 100%;
  height: auto;
  background: #ffffff;
  box-sizing: border-box;
  margin-bottom: 50px;
  padding: 20px 0;
  min-height: calc(100vh - 430px);
}
.content_box img,
.content_box2 img,
.content_box3 img {
  max-width: 100% !important;
  height: auto;
}

.list_left_box {
  height: 160px;
  box-sizing: border-box;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  /* display: flex; */
  align-items: center;
}
.list_left_box img {
  /* height: 160px; */
  width: 100%;
}
.list_right_box {
  width: 100%;
  height: 160px;
}
.list_title_box {
  width: 100%;
  height: 50px;
  display: flex;
  flex-direction: row;
}
.list_title_box p {
  flex: 1;
  height: 50px;
  width: 80px;
  line-height: 50px;
  font-size: 18px;
  color: #565656;
  text-align: justify;
  margin-left: 15px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.list_time {
  width: 60px;
  height: 60px;
  background: #01c490;
  padding: 5px 0;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.list_time span {
  color: #ffffff;
  font-size: 19px;
  font-family: "黑体";
  font-weight: bold;
}
.list_time font {
  color: #f9f9f9;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: -1.5px;
}
.list_details_box {
  width: 100%;
  height: 90px;
  margin-top: 20px;
  display: flex;
  justify-content: center;
}
.list_details_box p {
  width: 100%;
  line-height: 30px;
  max-height: 90px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-clamp: 3;
  text-align: justify;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  color: #868686;
  font-size: 14px;
  text-align: justify;
}

.list2_img {
  width: 100%;
  height: 180px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.list2_img img {
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}
.list2_title {
  box-sizing: border-box;
  line-height: 30px;
  font-size: 16px;
  max-height: 60px;
  color: #565656;
  overflow: hidden;
  text-overflow: ellipsis;

  line-clamp: 2;
  text-align: justify;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 15px;
  margin-bottom: 10px;
  padding: 0 20px;
}
.list2_time {
  width: 100%;
  height: 40px;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  padding: 0 20px;
  box-sizing: border-box;
  margin-bottom: 10px;
}
.list2_time span {
  display: inline-block;
  height: 40px;
  color: #868686;
  line-height: 40px;
}
.list2_time font {
  color: #cecbc6;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  transition: all 0.3s;
}

.content_details_list {
  width: 100%;
  height: auto;
}
.content_details_list li {
  width: 100%;
  height: 70px;
  border-bottom: 1px solid #eeebe6;
}
.content_details_list > li:last-of-type {
  border-bottom: none;
}
.content_details_list > li > a {
  display: flex;
  width: 100%;
  height: 70px;
  flex-direction: row;
}
.content_details_list > li > a > span {
  display: inline-block;
  width: 150px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  color: #01c490;
  font-size: 20px;
}
.content_details_list > li > a > font {
  display: inline-block;
  width: 50px;
  height: 70px;
  line-height: 70px;
  text-align: right;
  color: #d0d0d0;
  font-size: 20px;
  transition: all 0.3s;
}
.content_details_list > li > a > p {
  flex: 1;
  height: 70px;
  line-height: 70px;
  color: #565656;
  font-size: 14px;
}
.content_details_list > li > a:hover font {
  color: #01c490 !important;
}

/* 左图片右绿色日期 */
.content_details_list2 {
  width: 100%;
  height: auto;
}
.content_details_list2 li {
  width: 100%;
  height: 200px;
  background: #ffffff;
  margin-bottom: 15px;
  transition: all 0.3s;
}
.content_details_list2 li:last-child {
  margin-bottom: 0 !important;
}
.content_details_list2 li a {
  display: flex;
  width: 100%;
  height: 200px;
  padding: 20px;
  box-sizing: border-box;
  flex-direction: row;
  justify-content: space-between;
}
.content_details_list2 li:hover {
  box-shadow: 0 0 15px #b1e4d6;
}

.content_details_list3 {
  width: 100%;
  height: auto;
  padding: 10px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  /* justify-content: left; */
  flex-wrap: wrap;
  /* gap: calc(18% / 3); */
}

.content_details_list3 li {
  background: #f6f4f1;
  margin-left: 20px;
  margin-bottom: 20px;
  width: 255px;
  float: left;
}
/* .content_details_list3 li:nth-child(3n + 1) {
  margin-left: 0 !important;
} */
.content_details_list3 li a {
  display: block;
  width: 260px;
  height: 315px;
  background: #f6f4f1;
}
.content_details_list3 li:hover .list2_img img {
  transform: scale(1.1);
}

.content_details_list3 li:hover .list2_time font {
  color: #01c490 !important;
}

.content_details_list4 {
  padding: 0 20px !important;
}
.content_details_list4 li {
  border-top: none !important;
  border-bottom: 1px solid #eeebe6;
}
.content_details_list4 li:last-child {
  border-bottom: none !important;
}
.content_details_list4 {
  width: 100%;
  height: auto;
  padding: 20px;
  box-sizing: border-box;
}
.content_details_list4 li {
  width: 100%;
  height: 161px;
  padding: 20px 0;
  box-sizing: border-box;
  border-top: 1px solid #eeebe6;
}
.content_details_list4 li a {
  display: block;
  width: 100%;
  height: 120px;
}
.content_list4_left {
  width: 120px;
  line-height: 45px;
  font-size: 20px;
  color: #01c490;
  float: left;
}
.content_list4_right {
  width: 790px;
  height: 120px;
  float: right;
}
.content_details_list4 li:hover .content_list4_right p:first-child {
  color: #01c490 !important;
}
.content_list4_right p:first-child {
  line-height: 45px;
  color: #333333;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-size: 18px;
  transition: all 0.3s;
}
.content_list4_right p:last-child {
  line-height: 25px;
  max-height: 50px;
  color: #999999;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  font-size: 14px;
}

.content_details_list5 {
  width: 100%;
  height: auto;
}
.content_details_list5 li {
  width: 100%;
  height: 100px;
  margin-bottom: 10px;
}
.content_details_list5 li a {
  display: flex;
  width: 100%;
  height: 100px;
  flex-direction: row;
  background: #f4efe7;
}
.content_details_list5 li a span {
  display: block;
  width: 110px;
  height: 100px;
  line-height: 100px;
  color: #01c490;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: -1.5px;
  text-align: right;
}
.content_details_list5 li a p {
  flex: 1;
  height: 100px;
  line-height: 100px;
  color: #565656;
  font-size: 14px;
  margin-left: 20px;
}
.content_details_list5 li a font {
  display: flex;
  width: 100px;
  height: 100px;
  justify-content: center;
  align-items: center;
  background: #ece5da;
}
.content_details_list5 li a font img {
  width: 50px;
  height: 50px;
}

.content_details_list6 {
  width: 100%;
  height: auto;
  padding: 0 30px;
  box-sizing: border-box;
}
.content_details_list6 li {
  width: 100%;
  height: 360px;
  margin-bottom: 20px;
  padding: 20px 0;
  box-sizing: border-box;
  background: #f4efe7;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
}
.content_details_list6 li > img {
  max-height: 100%;
  width: auto;
}
.content_details_list6 li > a {
  display: flex;
  width: 150px;
  height: 45px;
  border-radius: 22.5px;
  background: #ffffff;
  justify-content: center;
  align-items: center;
}
.content_details_list6 li > a > img {
  width: 25px;
  height: 25px;
  display: inline-block;
}
.content_details_list6 li > a > span {
  display: inline-block;
  color: #565656;
  font-size: 14px;
  margin-left: 15px;
}

.contact_top {
  display: flex;
  flex-direction: row;
  width: 100%;
  align-items: center;
  height: auto;
}
.contact_top .left {
  flex: 1;
  height: auto;
  padding: 20px 0;
}
.contact_top .left h2 {
  font-size: 18px;
  line-height: 40px;
  color: #565656;
}
.contact_top .left p {
  font-size: 14px;
  line-height: 30px;
  color: #666666;
}
.contact_top .left h1 {
  font-size: 26px;
  line-height: 35px;
  color: #205cc6;
}
.contact_top .right {
  width: 270px;
  height: 175px;
  border-left: 1px solid #eaeaea;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.contact_top .right img {
  width: 100px;
  height: 100px;
}
.contact_top .right p {
  display: inline-block;
  width: auto;
  height: 45px;
  line-height: 45px;
  color: #565656;
  font-size: 16px;
  text-align: center;
}
.contact_bottom {
  width: 100%;
  height: auto;
  margin-top: 30px;
  text-align: center;
}
.contact_bottom > img {
  display: inline-block;
  width: 100%;
}
