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

.middle {
  padding-top: 123px;
}

.tabs.fadeInDown {
  width: 90% !important;
  position: fixed;
  top: 132px;
  right: 0;
  left: 50%;
  transform: translate(-50%, 0px);
  z-index: 10;
  background: #fff;
}

html {
  scroll-behavior: smooth;
}

/* middle-one */
.middle .middle-one {
  padding-top: 30px;
}

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

.middle .middle-two>.container-xl {
  display: flex;
  flex-wrap: wrap;
}

.middle .middle-two .container-xl .but {
  margin-right: 15px;
  margin-bottom: 15px;
}

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

.middle .middle-three .container-xl {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1665px;
  margin-right: 0;
  padding-right: 0;
}

.middle .middle-three .container-xl .left {
  width: 45%;
}

.middle .middle-three .container-xl .left .t1 {
  color: #333333;
  font-size: 24px;
  font-weight: 800;
  line-height: 45.94px;
  font-family: "Urbanist", sans-serif;
}

.middle .middle-three .container-xl .left .t2 a,
.middle .middle-three .container-xl .left .t2 a h1{
  color: var(--public-color);
  font-size: 36px;
  font-weight: 700;
  line-height: 48px;
  font-family: "Urbanist", sans-serif;
}

.middle .middle-three .container-xl .left .t3 {
  margin-top: 45px;
}

.middle .middle-three .container-xl .left .t3 p {
  color: #666666;
  font-size: 18px;
  line-height: 32px;
  font-weight: 300;
  font-family: "Urbanist", sans-serif;
}

.middle .middle-three .container-xl .left .t3 h5 {
  color: #333333;
  font-size: 16px;
  line-height: 32px;
  font-weight: 400;
  font-family: "Urbanist", sans-serif;
  position: relative;
  padding-left: 35px;
}

.middle .middle-three .container-xl .left .t3 h5:nth-of-type(1) {
  margin-top: 35px;
}

.middle .middle-three .container-xl .left .t3 h5::before {
  position: absolute;
  content: "\f00c";
  font-family: "CmsFont";
  font-size: 16px;
  line-height: 32px;
  left: 0;
  top: 0;
}

.middle .middle-three .container-xl .left .t4 {
  margin-top: 60px;
  display: flex;
}

.middle .middle-three .container-xl .left .t4 .but1 {
  display: inline-block;
}

.middle .middle-three .container-xl .left .t4 .product-button {
  padding: 0 15px 0 15px;
}

.middle .middle-three .container-xl .left .t4 .but1 a,
.middle .middle-three .container-xl .left .t4 .but2 a {
  color: #fff;
  font-size: 16.46px;
  line-height: 46px;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
}

.middle .middle-three .container-xl .left .t4 .but2 {
  display: inline-block;
  margin-left: 22px;
}

.middle .middle-three .container-xl .left .t4 .but2:hover a {
  text-decoration: none;
}

.middle .middle-three .container-xl .left .t4 .but1 a i {
  font-size: 14px;
}

.middle .middle-three .container-xl .left .t4 .but2 a img {
  width: 23px;
  height: 23px;
}

.middle .middle-three .container-xl .left .t5 {
  margin-top: 40px;
  font-size: 18px;
  color: #333333;
  font-weight: 500;
  line-height: 22px;
  display: flex;
  align-items: center;
}

.middle .middle-three .container-xl .left .t5 a {
  margin-left: 10px;
  background-color: #dddddd;
  width: 22px;
  height: 22px;
  display: flex;
}

.middle .middle-three .container-xl .left .t5 a i {
  text-align: center;
  font-size: 14px;
  line-height: 22px;
  color: #fff;
  font-weight: 400;
  margin: auto;
}

.middle .middle-three .container-xl .left .t5 i:hover {
  color: var(--public-color);
}

.middle .middle-three .container-xl .right {
  width: 55%;
  padding-left: 90px;
}

.middle .middle-three .container-xl .right .product-thumb {
  border: none;
  min-height: 440px;
  background-color: #f7f9fb;
}

.middle .middle-three .container-xl .right .product-thumb a {
  width: 100%;
  height: 100%;
  min-height: 440px;
  padding: 0 60px 0 60px;
  display: flex;
}

.middle .middle-three .container-xl .right .product-thumb a img {
  margin: auto;
  mix-blend-mode: multiply;
}

.middle .middle-three .container-xl .right .product-thumbs {
  margin-top: 22px;
}

.middle .middle-three .container-xl .right .swiper-slide {
  background-color: #f0f3f7;
  height: 110px;
}

.middle .middle-three .container-xl .right .product-thumbs .active {
  background-color: #b4c4d6;
}

.middle .middle-three .container-xl .right .product-thumbs .swiper-slide:hover {
  background-color: #b4c4d6;
}

.middle .middle-three .container-xl .right .product-thumbs .swiper-slide a {
  width: 100%;
  height: 100%;
  display: flex;
  padding: 0 20px;
}

.middle .middle-three .container-xl .right .product-thumbs .swiper-slide a img {
  margin: auto;
  mix-blend-mode: multiply;
}

.middle .middle-three .container-xl .right .swiper-button-prev,
.middle .middle-three .container-xl .right .swiper-rtl .swiper-button-next {
  right: 0;
  transform: translateX(-50%);
  display: inline-block;
}

.middle .middle-three .container-xl .right .swiper-button-next,
.middle .middle-three .container-xl .right .swiper-rtl .swiper-button-prev {
  right: 0;
  display: inline-block;
}

.middle .middle-three .container-xl .right .swiper-button-prev:after {
  content: '\f053';
  font-family: 'CmsFont' !important;
  font-size: 24px;
}

.middle .middle-three .container-xl .right .swiper-button-next:after {
  content: '\f054';
  font-family: 'CmsFont' !important;
  font-size: 24px;
}

.middle .middle-three .container-xl .right .mySwiper1 {
  position: relative;
  overflow: hidden;
  list-style: none;
  z-index: 1;
}

/* middle-four */
.middle .middle-four {
  padding: 0 0 90px 0;
  background-color: #fff;
}

.middle .middle-four .tabs {
  width: 100%;
  display: table;
  border-collapse: separate;
  table-layout: auto;
  background-color: #f0f3f7;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}

.middle .middle-four .tabs .tabs-justify {
  width: 100%;
  table-layout: fixed;
}

.middle .middle-four .tabs .tab:not(:last-child) {
  border-right: 1px solid #dddddd;
}

.middle .middle-four .tabs .tab {
  position: relative;
  display: table-cell;
  transition: ll ease 0.3s;
  padding: 1em 1.6em;
  transform: translate3d(0, 0, 0);
  color: #333333;
  font-weight: 700;
  text-transform: uppercase;
  white-space: nowrap;
  cursor: pointer;
  text-align: center;
  border-bottom: 5px solid var(--public-color);
}

.middle .middle-four .tabs .tab:hover {
  color: #fff;
  background-color: var(--public-color);
}

.middle .middle-four .tabs .tab.active {
  color: #fff;
  background: var(--public-color);
}

.middle .middle-four .tabs .tab.active:after {
  opacity: 1;
  transform: scale(1, 1);
}

.middle .middle-four .text {
  background-color: #f8f8f8;
  padding: 14px 27px;
}

.middle .middle-four .text  {
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
  color: var(--public-color);
}

/* middle-five */
.middle .middle-five {
  padding: 0 0 120px 0;
}

.middle .middle-five .up {
  display: flex;
  justify-content: space-between;
}

.middle .middle-five .up .text {
  font-size: 36px;
  line-height: 42px;
  font-weight: 700;
  color: var(--public-color);
  font-family: "Urbanist", sans-serif;
}

.middle .middle-five .up .but {
  display: flex;
  align-items: center;
  margin-right: 15px;
}

.middle .middle-five .up .but .button-prev {
  cursor: pointer;
  height: 42px;
  margin-right: 30px;
}

.middle .middle-five .up .but .button-prev i {
  font-size: 20px;
  line-height: 42px;
  color: var(--public-color);
}

.middle .middle-five .up .but .button-next {
  cursor: pointer;
  height: 42px;
}

.middle .middle-five .up .but .button-next i {
  font-size: 20px;
  line-height: 42px;
  color: var(--public-color);
}

.middle .middle-five .up .but .swiper-button-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.middle .middle-five .down {
  margin-top: 50px;
}

.middle .middle-five .down .mySwiper2 {
  overflow: hidden;
}

.middle .middle-five .down .mySwiper2 .swiper-slide {
  padding-right: 25px;
}

.middle .middle-five .down .mySwiper2 .swiper-slide>div {
  padding-bottom: 25px;
  height: 100%;
  border-bottom: 3px solid var(--public-color);
}

.middle .middle-five .down .mySwiper2 .swiper-slide>div .t1 {
  padding-left: 20px;
  margin-top: 15px;
  font-size: 18px;
  font-weight: 800;
  color: var(--public-color);
  font-family: "Urbanist", sans-serif;
}

.middle .middle-five .down .mySwiper2 .swiper-slide>div .t2 {
  margin-top: 10px;
  padding-left: 20px;
}

.middle .middle-five .down .mySwiper2 .swiper-slide>div .t2 img {
  width: 18px;
  height: 10px;
}

/* middle-six */
.middle .middle-six {
  padding: 0 0 120px 0;
  background-color: #fff;
}

.middle .middle-six .t1 {
  font-size: 36px;
  line-height: 42px;
  font-weight: 700;
  color: var(--public-color);
  font-family: "Urbanist", sans-serif;
}

.middle .middle-six .t2 {
  margin-top: 45px;
  font-size: 18px;
  line-height: 32px;
  font-weight: 300;
  color: #666666;
  font-family: "Urbanist", sans-serif;
}

/* middle-seven */
.middle .middle-seven {
  padding: 0 0 120px 0;
  background-color: #fff;
}

.middle .middle-seven .t1 {
  font-size: 36px;
  line-height: 42px;
  font-weight: 700;
  color: var(--public-color);
  font-family: "Urbanist", sans-serif;
}

.middle .middle-seven .text {
  margin-top: 60px;
}
@media (min-width: 1024px) {
  .middle .middle-seven .text span {
    font-size: 16px !important;
  }
}


.middle .middle-seven .text p {
  font-size: 18px;
  color: #666666;
  line-height: 32px;
  font-weight: 400;
}

.middle .middle-seven .text img {
  max-width: 100%;
}

.middle .middle-seven .text table {
  word-break: break-all;
  word-wrap: break-all;
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #dddddd;
}

.middle .middle-seven .text table td,
.middle .middle-seven .text table th {
  border: 1px solid #dddddd;
  padding: 5px;
}

.middle .middle-seven .text table tr td {
  max-width: 25%;
}

.middle .middle-seven .text table tr:nth-child(1) td:nth-child(1) {
  background-color: var(--public-color);
}

.middle .middle-seven .text table tr:nth-child(1) td:not(:first-child) {
  background-color: #3a69ae;
}

.middle .middle-seven .text table tr td,
.middle .middle-seven .text table tr td p,
.middle .middle-seven .text table tr td span {
  text-align: center;
  color: #333333;
  font-size: 18px;
  line-height: 32px;
  font-weight: 500;
}

.middle .middle-seven .text table tr:nth-child(1) td,
.middle .middle-seven .text table tr:nth-child(1) td p,
.middle .middle-seven .text table tr:nth-child(1) td span {
  color: #fff;
}

/* middle-eight */
.middle .middle-eight {
  padding: 0 0 60px 0;
  background-color: #fff;
}

.middle .middle-eight .t1 {
  font-size: 36px;
  line-height: 42px;
  font-weight: 700;
  color: var(--public-color);
  font-family: "Urbanist", sans-serif;
}

.middle .middle-eight .conts {
  margin-top: 60px;
}

.middle .middle-eight .conts .col-md-4 {
  padding-right: 45px;
  padding-bottom: 60px;
}

.middle .middle-eight .conts .col-md-4 .iamge a {
  width: 100%;
  height: 100%;
}

.middle .middle-eight .conts .col-md-4 .text {
  margin-top: 50px;
  font-size: 18px;
  color: #666666;
  line-height: 32px;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  /* 超出部分用省略号表示 */
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

/* middle-nine */
.middle .middle-nine {
  padding: 0 0 100px 0;
  background-color: #fff;
}

.middle .middle-nine .t1 {
  font-size: 36px;
  line-height: 42px;
  font-weight: 700;
  color: var(--public-color);
  font-family: "Urbanist", sans-serif;
}

.middle .middle-nine .conts {
  margin-top: 70px;
}

.middle .middle-nine .conts .cont {
  padding-bottom: 15px;
}

.middle .middle-nine .conts .cont>div {
  height: 100%;
  padding: 0 40px 50px 40px;
  transition: all 1s;
}

.middle .middle-nine .conts .cont>div:hover {
  background-color: var(--public-color);
}

.middle .middle-nine .conts .cont>div:hover .t1 a {
  color: #fff;
  text-decoration: underline;
}

.middle .middle-nine .conts .cont>div .image {
  background-color: #f3f5f9;
  height: 360px;
}

.middle .middle-nine .conts .cont>div .image a {
  width: 100%;
  height: 100%;
  display: flex;
  padding: 0 22px;
}

.middle .middle-nine .conts .cont>div .image a img {
  mix-blend-mode: multiply;
  margin: auto;
}

.middle .middle-nine .conts .cont>div .t1 a {
  color: var(--public-color);
  font-size: 24px;
  line-height: 48px;
  font-weight: 800;
  font-family: "Urbanist", sans-serif;
}

/* middle-ten */
.middle .middle-ten {
  padding: 120px 0 100px 0;
  background: url(../../images/o9.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.middle .middle-ten>.container-xl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.middle .middle-ten .left {
  width: 23%;
  font-weight: 700;
  font-size: 42px;
  line-height: 52px;
  color: var(--public-color);
  font-family: "Urbanist", sans-serif;
}

.middle .middle-ten .right {
  width: 70%;
}

.middle .middle-ten .right .dropdown-box {
  margin-bottom: 15px;
}

.middle .middle-ten .right .dropdown-box>div .title {
  display: flex;
  align-items: center;
  border-bottom: 1px solid var(--public-color);
}

.middle .middle-ten .right .dropdown-box>div .title .txt {
  color: var(--public-color);
  font-size: 20px;
  font-weight: 600;
  line-height: 42px;
  overflow: hidden;
  text-overflow: ellipsis;
  /* 超出部分用省略号表示 */
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  padding-left: 20px;
}

.middle .middle-ten .right .dropdown-box>div .title .but {
  color: var(--public-color);
  font-size: 20px;
  font-weight: 600;
  line-height: 42px;
}

.middle .middle-ten .right .dropdown-box>div .content {
  height: 0;
  overflow: hidden;
  transition: all 0.5s;
  margin-top: 28px;
}

.middle .middle-ten .right .dropdown-box>div .content p {
  color: #999999;
  line-height: 32px;
  font-size: 18px;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  /* 超出部分用省略号表示 */
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.middle .middle-ten .right .active>div .title {
  border-bottom: 1px solid var(--public-color);
}

.middle .middle-ten .right .active>div .title .txt {
  background: linear-gradient(to left, #24b66f, #88ca4e);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}

.middle .middle-ten .right .active>div .title .but {
  background: linear-gradient(to left, #24b66f, #88ca4e);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}

.middle .middle-ten .right .active>div .content {
  height: 96px;
}

/* middle-eleven */
.middle .middle-eleven {
  padding: 120px 0 120px 0;
  background-color: #fff;
}

.middle .middle-eleven .up {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.middle .middle-eleven .up .left {
  width: 50%;
  color: var(--public-color);
  font-size: 42px;
  line-height: 64px;
  font-weight: 800;
}

.middle .middle-eleven .up .right {
  margin-left: auto;
}

.middle .middle-eleven .up .right a {
  padding: 0 30px;
  color: var(--public-color);
  font-size: 18px;
  line-height: 25px;
  font-weight: 800;
  text-decoration: underline;
  transition: 0.5s;
  cursor: pointer;
}

.middle .middle-eleven .up .right a:hover {
  background-color: var(--public-color);
  color: #fff;
  text-decoration: none;
  transition: 0.5s;
}

.middle .middle-eleven .up .right .active {
  background-color: var(--public-color);
  color: #fff;
  text-decoration: none;
}

.middle .middle-eleven .mid {
  margin-top: 80px;
  overflow: hidden;
}

.middle .middle-eleven .mid .row {
  margin: 0;
}

.middle .middle-eleven .mid .col-md-4 {
  padding-right: 40px;
  padding-bottom: 15px;
}

.middle .middle-eleven .mid .col-md-4>div {
  background: #fff;
  position: relative;
  height: 100%;
}

.middle .middle-eleven .mid .col-md-4>div .text {
  position: relative;
  height: 100%;
  background: #fff;
  /* max-height: 230px; */
  padding: 25px 38px 20px 38px;
  box-shadow: 0px 0px 15px 2px rgba(51, 51, 51, 0.2);
  z-index: 1;
  transition: 0.5s;
}

.middle .middle-eleven .mid .col-md-4>div .text .t1 a {
  font-size: 18px;
  line-height: 24px;
  color: var(--public-color);
  font-weight: 800;
  font-family: "Urbanist", sans-serif;
  overflow: hidden;
  text-overflow: ellipsis;
  /* 超出部分用省略号表示 */
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  transition: 0.5s;
}

.middle .middle-eleven .mid .col-md-4>div .text .t2 {
  margin-top: 10px;
  color: #333333;
  font-weight: 700;
  font-family: "Urbanist", sans-serif;
  font-size: 15px;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  /* 超出部分用省略号表示 */
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: 0.5s;
}

.middle .middle-eleven .mid .col-md-4>div .text .t3 {
  margin-top: 20px;
  color: #666666;
  font-size: 18px;
  line-height: 32px;
  font-weight: 300;
  font-family: "Urbanist", sans-serif;
  overflow: hidden;
  text-overflow: ellipsis;
  /* 超出部分用省略号表示 */
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: 0.5s;
}

.middle .middle-eleven .mid .col-md-4>div .text .but {
  margin-top: 20px;
}

.middle .middle-eleven .mid .col-md-4>div .text .but a {
  background: url(../../images/left-arrow.png) no-repeat;
  width: 18px;
  height: 10px;
  transition: 0.5s;
}

.middle .middle-eleven .mid .col-md-4>div .text:hover {
  background: linear-gradient(to right, #004178, transparent);
  background-size: cover;
  background-repeat: no-repeat;
}

.middle .middle-eleven .mid .col-md-4>div .text:hover .t1 a {
  color: #fff;
}

.middle .middle-eleven .mid .col-md-4>div .text:hover .t2 {
  color: #fff;
}

.middle .middle-eleven .mid .col-md-4>div .text:hover .t3 {
  color: #fff;
}

.middle .middle-eleven .mid .col-md-4>div .text:hover .but a {
  background: url(../../images/white-left-arrow.png) no-repeat;
}

.middle .middle-eleven .mid .col-md-4>div .image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}

.middle .middle-eleven .mid .col-md-4>div .image a {
  width: 100%;
  height: 100%;
}

.middle .middle-eleven .mid .col-md-4>div .image img {
  width: 100%;
  height: 100%;
}

.middle .middle-eleven .down {
  margin-top: 35px;
  position: relative;
  transition: 0.5s;
  padding-right: 20px;
  max-width: 220px;
}

.middle .middle-eleven .down::before {
  position: absolute;
  top: 50%;
  right: 0;
  width: 18px;
  height: 10px;
  transform: translateY(-50%);
  transition: 0.5s;
  content: "";
  background: url(../../images/left-arrow.png) no-repeat;
  opacity: 0;
}

.middle .middle-eleven .down a {
  color: var(--public-color);
  font-size: 18px;
  line-height: 48px;
  font-weight: 800;
}

.middle .middle-eleven .down:hover a {
  text-decoration: underline;
}

.middle .middle-eleven .down:hover:hover::before {
  opacity: 1;
}

@media (max-width: 768px) {
  .middle .middle-three .container-xl .left .t4{display:block;}
  .middle .middle-three .container-xl .left .t4 .but2{display:block;width:70%;margin:5px auto;}
  .middle .middle-three .container-xl .left .t4 .but1{display:block;width:70%;margin:5px auto;}
  .middle .middle-three .container-xl .left .t4 .product-button{padding:0 10px;}

  .middle .middle-one{padding: 0;}
  .middle .middle-three{padding: 0 0 30px 0;}
  .middle .middle-three .container-xl{padding-right: 15px;padding-left: 15px;}
  .middle .middle-three .container-xl .left .t3,
  .middle .middle-three .container-xl .left .t3 h5:nth-of-type(1),
  .middle .middle-three .container-xl .left .t4,
  .middle .middle-seven .text,
  .middle .middle-eight .conts,
  .middle .middle-nine .conts,
  .middle .middle-three .container-xl .right .product-thumbs,
  .middle .middle-three .container-xl .left .t5{margin-top: 15px;}
  .middle .middle-three .container-xl .left .t3 h5::before{font-size: 14px;line-height: 22px;}
  .middle .middle-three .container-xl .right{padding: 0;margin-top: 15px;}
  .middle .middle-three .container-xl .right .product-thumb a{padding: 0;}
  .middle .middle-five{padding-bottom: 30px;}
  .middle .middle-six .t2{margin-top: 15px;}
  .middle .middle-seven,.middle .middle-eight,.middle .middle-nine{padding-bottom: 30px;}
  .middle .middle-nine .conts .cont>div{padding: 0 15px 0px 15px;}
  .middle .middle-ten{padding: 30px 0 15px 0;}
  .middle .middle-ten .left{width: 100%;font-size: 24px;line-height: 32px;}
  .middle .middle-ten .right{width: 100%;margin-top: 15px;}
  .middle .middle-eleven{padding: 30px 0 30px 0;}
  .middle .middle-eleven .up .left{font-size: 24px;line-height: 32px;width: 100%;}
  .middle .middle-eleven .mid{margin-top: 15px;}
  .middle .middle-eleven .mid .col-md-4{padding-right: 7px;}
  .middle .middle-eleven .mid .col-md-4>div .text{padding: 15px;}
  .middle .middle-eleven .down{margin-top: 0;}

  .middle .middle-three .container-xl .right .swiper-slide {height:auto;margin-bottom:10px;}
  .middle .middle-three .container-xl .right .product-thumb{min-height:initial;}
}



.middle-eleven .mid {
  margin-top: 80px;
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.middle-eleven .mid .img{margin-bottom:30px;}
.middle-eleven .mid .t1{font-size: 18px;line-height: 26px;font-weight: bold;color:var(--public-color);}
.middle-eleven .mid .t2{font-size: 14px;line-height: 24px;margin-top:10px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3}
.middle-eleven .mid .t3{margin-top:10px;font-weight: bold;}
.middle-eleven .mid .t3 time{margin-right: 20px;color:#999;border-bottom:1px solid #999;}
.middle-eleven .mid .t3 .news-more{color:var(--public-color);border-bottom:1px solid var(--public-color);}

@media (max-width:768px){
    .middle-eleven .mid{grid-template-columns: repeat(1, 1fr);}
    .middle-eleven .mid .img{margin-bottom:10px;}
    .middle-eleven .mid .t1{font-size: 16px;line-height:20px;}
    .middle-eleven .mid .t2{line-height:20px;}
}
