:root {
  --public-color: #004178;
  --max: 1430px;
}

.middle {
  padding-top: 123px;
}

/* middle-one */
.middle .middle-one {
  height: 350px;
  background: url(../../images/bg_faq.jpg) no-repeat;
  background-size: cover;
}

.middle .middle-one>.container-xl {
  display: flex;


  .article-list-news-3{padding:80px 0;}
.article-list-news-3 .news-row .news-col{margin-bottom:30px;}
.article-list-news-3 .news-row .news-col .news-box{display: flex;flex-wrap: wrap; justify-content: space-between;margin-top: 0px;background: #fff;padding: 15px;border: 1px solid #d8d8e8;box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.1);}
.article-list-news-3 .news-row .news-col .news-box .img{width: 40%;border: 1px solid #d8d8e8;height: 171px;display: flex;align-items: center;justify-content: center;overflow: hidden;}
.article-list-news-3 .news-row .text{width: 60%;padding-left: 20px;padding-top: 15px;}
.article-list-news-3 .news-row .text time{font-size:14px;display:block;color:var(--public-color);margin-top:8px;}
.article-list-news-3 .news-row .text .t1{font-size: 18px;margin-bottom: 8px;font-weight: bold;display: -webkit-box;overflow: hidden;text-overflow: ellipsis;word-wrap: break-word;white-space: normal !important;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.article-list-news-3 .news-row .text .t1 a:hover{color:var(--public-color);}
.article-list-news-3 .news-row .text .t2{font-size: 16px;line-height: 24px;color: #000000;display: -webkit-box;overflow: hidden;text-overflow: ellipsis;word-wrap: break-word;white-space: normal !important;-webkit-line-clamp: 3;-webkit-box-orient: vertical;}

@media (max-width:768px) {
    .article-list-news-3{padding:30px 0;}
    .article-list-news-3 .news-row .news-col{margin-bottom:15px;}
    .article-list-news-3 .news-row .news-col .news-box .img{width: 100%;height: auto;}
    .article-list-news-3 .news-row .text{width: 100%;padding-left: 0;}
    .article-list-news-3 .news-row .text .t2{font-size:15px;line-height:20px;}
}
  align-items: center;
  height: 100%;
}

.middle .middle-one h1 {
  margin-left: 0px;
  margin-top: 25px;
  font-size: 64px;
  line-height: 64px;
  font-weight: 800;
  color: #fff;
  font-family: "Urbanist", sans-serif;
}

/* middle-two */
/* middle-three */
.middle .middle-three {
  padding: 55px 0 190px 0;
  background-color: #fff;
}

.middle .middle-three .up {
  display: flex;
  flex-wrap: wrap;
}

.middle .middle-three .up .but {
  max-width: 280px;
  width: 280px;
  background: linear-gradient(to left, #24b66f, #88ca4e);
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 4px;
  margin-right: 20px;
  margin-bottom: 15px;
}

.middle .middle-three .up .but a {
  width: 100%;
  text-align: center;
  color: #fff;
  line-height: 64px;
  text-decoration: underline;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  font-family: "Urbanist", sans-serif;
}

.middle .middle-three .up .active {
  background: var(--public-color) !important;
}

.middle .middle-three .up .but:hover {
  background-color: var(--public-color) !important;
}

.middle .middle-three .down {
  margin-top: 90px;
}

.middle .middle-three .down .col-md-6 {
  padding-right: 60px;
  padding-bottom: 100px;
}

.middle .middle-three .down .col-md-6>div {
  height: 100%;
  position: relative;
}

.middle .middle-three .down .col-md-6>div .image {
  max-width: 440px;
}

.middle .middle-three .down .col-md-6>div .image a {
  width: 100%;
  height: 100%;
}

.middle .middle-three .down .col-md-6>div .image a img {
  max-width: 440px;
}

.middle .middle-three .down .col-md-6>div .text {
  position: absolute;
  top: 50%;
  left: 40%;
  transform: translate(0, -50%);
  background-color: #fff;
  box-shadow: 0px 0px 15px 2px rgba(51, 51, 51, 0.2);
  padding: 52px 65px 55px 50px;
  border-bottom: 6px solid var(--public-color);
}

.middle .middle-three .down .col-md-6>div .text .t1 a {
  font-size: 18px;
  color: var(--public-color);
  line-height: 26px;
  font-weight: 700;
  position: relative;
  font-family: "Urbanist", sans-serif;
  padding-bottom: 15px;
}

.middle .middle-three .down .col-md-6>div .text .t1 a:hover {
  text-decoration: underline;
}

.middle .middle-three .down .col-md-6>div .text .t1 a::before {
  position: absolute;
  content: "";
  background-color: #e3e8ec;
  width: 92px;
  height: 3px;
  left: 0;
  bottom: 0;
}

.middle .middle-three .down .col-md-6>div .text .t2 {
  margin-top: 15px;
  color: #666666;
  font-size: 18px;
  line-height: 32px;
  font-weight: 300;
  overflow: hidden;
  text-overflow: ellipsis;
  /* 超出部分用省略号表示 */
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.middle .middle-three .down .col-md-6>div .text .t3 {
  margin-top: 20px;
}

.middle .middle-three .down .col-md-6>div .text .t3 a {
  font-family: "Urbanist", sans-serif;
  color: var(--public-color);
  font-size: 18px;
  line-height: 48px;
  font-weight: 600;
}

.middle .middle-three .down .col-md-6>div .text .t3 a:hover {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .middle .middle-one{height: 120px;}
  .middle .middle-one > .container-xl{justify-content: center;}
  .middle .middle-one h1{margin-top: 0;}
  .middle .middle-three{padding: 15px 0 30px 0;}
  .middle .middle-three .up .but{width: auto;padding: 0 15px;margin-right: 15px;}
  .middle .middle-three .up .but a{line-height: 50px;}
  .middle .middle-three .down{margin-top: 0;}
  .middle .middle-three .down .col-md-6{padding-right: 0;padding-bottom: 15px;}
  .middle .middle-three .down .col-md-6>div .text{left: 20%;width: 80%;}
}


.article-list-news-3{padding:80px 0;}
.article-list-news-3 .news-row .news-col{margin-bottom:30px;}
.article-list-news-3 .news-row .news-col .news-box{display: flex;flex-wrap: wrap; justify-content: space-between;margin-top: 0px;background: #fff;padding: 15px;border: 1px solid #d8d8e8;box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.1);height: 100%;}
.article-list-news-3 .news-row .news-col .news-box .img{width: 40%;border: 1px solid #d8d8e8;height: 171px;display: flex;align-items: center;justify-content: center;overflow: hidden;}
.article-list-news-3 .news-row .text{width: 60%;padding-left: 20px;padding-top: 15px;}
.article-list-news-3 .news-row .text time{font-size:14px;display:block;color:var(--public-color);margin-top:8px;}
.article-list-news-3 .news-row .text .t1{font-size: 18px;margin-bottom: 8px;font-weight: bold;display: -webkit-box;overflow: hidden;text-overflow: ellipsis;word-wrap: break-word;white-space: normal !important;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.article-list-news-3 .news-row .text .t1 a{display: -webkit-box;overflow: hidden;text-overflow: ellipsis;word-wrap: break-word;white-space: normal !important;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.article-list-news-3 .news-row .text .t1 a:hover{color:var(--public-color);}
.article-list-news-3 .news-row .text .t2{font-size: 16px;line-height: 24px;color: #000000;display: -webkit-box;overflow: hidden;text-overflow: ellipsis;word-wrap: break-word;white-space: normal !important;-webkit-line-clamp: 3;-webkit-box-orient: vertical;}

@media (max-width:768px) {
    .article-list-news-3{padding:30px 0;}
    .article-list-news-3 .news-row .news-col{margin-bottom:15px;}
    .article-list-news-3 .news-row .news-col .news-box .img{width: 100%;height: auto;}
    .article-list-news-3 .news-row .text{width: 100%;padding-left: 0;}
    .article-list-news-3 .news-row .text .t2{font-size:15px;line-height:20px;}
}