﻿@charset "utf-8";
/* inbanner */
.breadcrumb-area {background-size: cover;position: relative;min-height: 400px;background-repeat: no-repeat;background-color: #000;padding-top: 0;box-sizing: border-box;margin-top: 234px;}
.mmx {
  display: inline-block;
  -ms-flex-wrap: wrap;
  flex-wrap: unset;
  padding: 0;
  list-style: none;
  background-color: #fff;
  padding: 14px 35px;
  position: absolute;
  right: 18%;
  bottom: 12px;
  box-shadow: 0px 4px 6px rgb(232 2 23 / 20%);
}
.breadcrumb-wrap2{
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    bottom: -25px;
}

.mmx li {display: inline-block;color: #333 !important;font-size: 14px;}
.mmx li a {color: #333;font-weight: 500;}
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 15px;
  padding-left: 10px;
  color: #333 !important;
  content: ">";
  font-family: "Font Awesome 5 Pro";
  padding-left: 0;
}
.breadcrumb-title h2 {
  font-size: 40px;
  margin-bottom: 25px;
  line-height: 1;
  color: #fff;
  text-align: center;
  font-weight: bold;
  text-shadow: 3px 3px 3px rgb(0 0 0 / 30%);
}

.breadcrumb-title p {
  margin-bottom: 0;
  color: #b3b3b3;
  font-size: 16px;
  text-align: center;
  width: 60%;
  margin: 0 auto;
}
@media(max-width: 800px){
  .breadcrumb-area{padding-top: 0;min-height: 30vw;background-position: 55%;background-size: 148%;margin-top: 69px;}
  .breadcrumb-title p{width:96%;font-size:12px;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;height: 72px;overflow: hidden;}
  .breadcrumb-title h2{font-size: 30px;}
  .breadcrumb li{font-size: 12px;}
  .breadcrumb{padding:10px 35px;}
}
/*intxt*/

.inmain_txt{ margin-top: 40px; }
.inmain_txt p{ line-height: 24px; font-size: 14px; color: #333; }
@media(max-width: 800px){
  .inmain_txt{margin-top: 20px;}
}
/*产品nav*/
.pro_nav{margin-top: 0px;border-bottom: 2px solid #f5f5f5;}
.pro_nav ul{margin-bottom: -2px;}
.pro_nav ul li{float: left;width: 14%;position: relative;margin-right: 2.5%;}
.pro_nav ul li:nth-child(5n){ margin-right:0;}
.pro_nav ul li.current a{color: #e80217; border-bottom:2px solid #e80217;}
.pro_nav ul>li>a{width: 100%;display: inline-block;line-height: 70px;color: #333;text-align: center;font-size: 16px;/* border-radius: 100px; */}

.pro_nav .pro_hid{width: 1200px;background-color: #fff;padding: 10px 20px;box-sizing: border-box;margin-top: 20px;border-radius: 5px;box-shadow: 0 0 10px rgba(0,0,0,.1);}
.pro_nav .pro_hid a{width: 12.5%;display: block;margin: 0;float: left;padding-left: 20px;position: relative; line-height:28px;font-size:14px;}
.pro_nav .pro_hid a:before{display:block;content:"";position:absolute;width: 12px;height: 12px;/* border: 1px solid #b5b5b5; */left: 2px;top: 8px;border-radius: 100px;background-color: #eee;}
.pro_nav .pro_hid a:after{display:block;content:"";position:absolute;width: 6px;height: 6px;/* border: 1px solid #b5b5b5; */left: 5px;top: 11px;border-radius: 100px;background-color: #1f43de;}

.pro_nav .pro_hid a{ font-size:14px;}
.pro_nav .pro_hid a:hover{color:#1f43de; }

@media(max-width: 800px){
  .pro_nav{margin-top: 0px;}
  .pro_nav ul li{width: 32.33%;margin-right: 1.5%;margin-bottom:1.5%;height: 42px;}
  .pro_nav ul li:nth-child(5n){ margin-right:1.5%;}
  .pro_nav ul li:nth-child(3n){ margin-right:0;}
  .pro_nav ul>li>a{ line-height:40px; font-size:14px;}
  .pro_nav .pro_hid{ width: 100%; }
  .pro_nav .pro_hid a{width: 33.33%;box-sizing: border-box;height: 28px;overflow: hidden;}
  .pro_nav ul {margin-bottom: -7px;}
  .mmx{display:none;}
}

/*case*/
.p-relative {
  position: relative;
}
.mb-30 {
    margin-bottom: 30px;
}
.pb-90 {
    padding-bottom: 90px;
}
.pt-60 {
    padding-top: 60px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog__area {
    padding-top: 190px;
  }
}
@media (max-width: 575px) {
  .blog__area {
    padding-top: 40px;
    padding-bottom: 0;
  }
}
.blog__post:hover .blog__img img {
  transform: scale(1.1);
}
.blog__thumb {
  overflow: hidden;
}
.blog__img img {
  width: 100%;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
  height: 14vw;
  object-fit: cover;
}
.blog__date {
  position: absolute;
  right: 12px;
  bottom: -20px;
  background: #ff5e14;
  height: 80px;
  width: 66px;
  clip-path: polygon(0 0, 100% 22.22%, 100% 100%, 0% 100%);
  padding-top: 25px;
  text-align: center;
}
.blog__date p {
  font-size: 14px;
  color: #ffffff;
  margin-bottom: 0;
}
.blog__date p span {
  font-size: 38px;
  display: block;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}
.blog__date i {
  font-size: 40px;
  color: white;
  position:relative;
  width: 100%;
  display: block;
}
.blog__date i:before{content:"";position:absolute;background: url(../images/case_ico.png) no-repeat;width:44px;height:44px;left: 11px;top: -12px;}
.blog__item-2:hover {
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
}
.blog__content {
  padding: 40px 30px;
}
.blog__content span {
  font-size: 14px;
  color: #ff5e14;
  margin-bottom: 15px;
  display: block;
}
.blog__content h4 {
  font-size: 17px;
  margin-bottom: 20px;
  line-height: 30px;
}
.blog__content h4 a:hover {
  color: #ff5e14;
}
.blog__content p {
  font-size: 15px;
  margin-bottom: 10px;
}
@media only screen and (min-width: 1200px) and (max-width: 1400px), only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 575px) {
  .blog__content p {
    padding-right: 0;
  }
}
.blog__content > a {
  font-size: 14px;
  color: #1a1a2b;
  font-weight: 700;
}
.blog__content > a:hover {
  color: #ff5e14;
}
.blog__content-2 {
  position: relative;
  padding: 35px 40px;
  padding-right: 32px;
  border: 1px solid #f1f1f1;
  border-top: 0;
}
@media (max-width: 575px) {
  .blog__content-2 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.blog__title-2 {
  text-transform: capitalize;
  font-size: 19px;
  line-height: 1.5;
  margin-bottom: 15px;
}
.blog__title-2 a:hover {
  color: #1f61a7;
}
.blog__tag-2 {
  margin-bottom: 5px;
}
.blog__tag-2 a {
  font-size: 14px;
  color: #1f61a7;
}
.blog__meta-2 span {
  font-size: 14px;
  color: #999999;
}
.blog__meta-2 span:hover {
  color: #1a1a2b;
}
.blog__author {
  position: absolute;
  top: -25px;
  right: 40px;
  padding: 10px;
  background: #ffffff;
  border-radius: 25px;
  min-width: 140px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.06);
}
.blog__author-img img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
.blog__author-content span {
  font-size: 14px;
  color: #999999;
}
.blog__author-content span a {
  color: #1a1a2b;
  font-weight: 600;
}
.blog__sm-thumb img {
  width: 104px;
  height: 70px;
}
.blog__sm-title {
  font-size: 14px;
  color: #ffffff;
  margin-bottom: 0;
  line-height: 20px;
}
.blog__sm-meta span {
  display: inline-block;
  font-size: 12px;
  color: #999999 !important;
}

.blog__post.b-2 {
  border: 2px solid #f1f1f1;
}
.blog__post.b-2 .blog__date {
  background: #1f61a7;
  height: 66px;
  padding-top: 30px;
}
.blog__post.b-2 .blog__content {
  padding: 40px 28px 48px;
}
.blog__post.b-2 .blog__content span {
  color: #1f61a7;
}
.blog__post.b-2 .blog__content h4 {
  margin-bottom: 0;
  line-height: 1.5;
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .blog__post.b-2 .blog__content h4 {
    letter-spacing: -0.5px;
  }
}
.blog__post.b-2 .blog__content h4 a:hover {
  color: #1f61a7;
}
.blog__post.b-2 .blog__content > p {
  display: none;
}
.blog__post.b-2 .blog__content > a {
  display: none;
}

.blog__post.b-3:hover .blog__date {
  bottom: -50px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog__post.b-3:hover .blog__date {
    bottom: -30px;
  }
}
@media (max-width: 575px), only screen and (min-width: 768px) and (max-width: 991px) {
  .blog__post.b-3:hover .blog__date {
    bottom: -10px;
  }
}
.blog__post.b-3 .blog__date {
  background: #e80217;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.blog__post.b-3 .blog__content {
  padding: 30px 10px 30px 10px;
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .blog__post.b-3 .blog__content {
    padding: 30px 22px 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px) {
  .blog__post.b-3 .blog__content {
    padding: 20px 25px;
  }
}
.blog__post.b-3 .blog__content h4 {
  margin-bottom: 10px;
  color: #e80217;
}
.blog__post.b-3 .blog__content h4 a{
  color: #e80217;
}
.blog__post.b-3 .blog__content h4 a:hover {
  color: #0b2f8f;
}
.blog__post.b-3 .blog__content > p {
  display: block;
  font-size: 14px;
  line-height: 26px;
  margin-bottom: 0;
}


/*新闻分页*/
.pagination {text-align: center;line-height: 30px;margin: 30px 0;display: flex;justify-content: center;}
.pagination a:nth-child(1), .pagination a:nth-child(2), .pagination a:nth-last-child(2), .pagination a:last-child{padding: 10px 24px;font-size: 14px;border: 1px solid #e9e9e9;display: inline-block;color: #555;text-decoration: none;/* border-right: none; */margin: 0 6px;}
.pagination a:last-child{border: 1px solid #e9e9e9;}
.pagination .number {font-size: 14px;border: 1px solid #e9e9e9;display: inline-block;color: #555;text-decoration: none;/* border-right: none; */margin: 0 6px;padding: 10px 24px;}
.pagination .number.current {font-size: 14px;border: 1px solid #d70e18;display: inline-block;color: #fff !important;background: #d70e18;}
.pagination a:hover {text-decoration: underline;}

/*----------innews------------------------------*/
.news__area .sec__title-2 {
    max-width: 500px;
    margin-left: 0;
}

.news__area .news-space {
    margin-bottom: 60px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .news__area {
        padding-top: 100px;
        padding-bottom: 70px;
    }
}

@media (max-width: 767px) {
    .news__area {
        padding-top: 80px;
        padding-bottom: 50px;
    }
}

@media (max-width: 767px) {
    .news__area .news-btn {
        float: left;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .news__area-2 {
        padding-bottom: 100px;
    }
}

@media (max-width: 767px) {
    .news__area-2 {
        padding-bottom: 0;
        padding-top: 40px;
    }
}

.news__thumb {
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    overflow: hidden;
    position: relative;
}

.news__thumb::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #0b2f8f;
    content: "";
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    opacity: 0;
}

.news__thumb img {
    width: 100%;
    height: 10vw;
    object-fit: cover;
}

.news__thumb .date {
    position: absolute;
    bottom: 20px;
    left: 20px;
    background: #ffffff;
    padding: 8px 18px;
    text-align: center;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.news__thumb .date h4 {
    font-size: 30px;
    margin-bottom: 0;
    color: #0b2f8f;
    line-height: 30px;
}

.news__thumb .date span {
    color: #0b2f8f;
    font-size: 14px;
}

.news__single {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.news__single:hover {
    box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.1);
}

.news__single:hover .news__content {
    border-color: #ffffff;
}

.news__single:hover .news__thumb::before {
    opacity: .5;
}

.news__content {
    padding: 32px 30px;
    background: #ffffff;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    border: 1px solid #dcdee2;
    border-top: none;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    position: relative;
}

.news__content h3 {
    font-size: 22px;
    line-height: 34px;
    margin-bottom: 5px;
}

.news__content h3 a {
    color: #333;
}

.news__content p {
    margin-bottom: 15px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    height: 52px;
    overflow: hidden;
}

.news__content .n-btn {
    font-size: 14px;
    color: #e80217;
}

.news__content .n-btn:hover i {
    transform: translate(5px, 1px);
}

.news__content .n-btn i {
    font-size: 12px;
    -webkit-transform: translateY(1px);
    -moz-transform: translateY(1px);
    -ms-transform: translateY(1px);
    transform: translateY(1px);
    display: inline-block;
    color: #44c2fd;
}

.news__standard .news__item {
    border-bottom: 1px solid rgba(145, 150, 163, 0.3);
}

.news__standard .news__item .post__thumb {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
}

.news__standard .news__item .post__thumb img {
    width: 100%;
}

.news__standard .news__item .post__content {
    margin-top: 30px;
}

.news__standard .news__item .post__content .title {
    font-size: 30px;
    margin-bottom: 10px;
    line-height: 45px;
}

@media (max-width: 767px) {
    .news__standard .news__item .post__content .title {
        font-size: 24px;
        line-height: 35px;
    }
}

.news__standard .news__item .post__content p {
    margin-bottom: 26px;
}

.news__standard .news__item .post__content .n-btn {
    font-size: 16px;
    color: #292571;
    text-decoration: underline;
}

.news__standard .news__item .post__content .n-btn:hover i {
    transform: translate(5px, 1px);
}

.news__standard .news__item .post__content .n-btn i {
    font-size: 12px;
    -webkit-transform: translateY(1px);
    -moz-transform: translateY(1px);
    -ms-transform: translateY(1px);
    transform: translateY(1px);
    display: inline-block;
    color: #44c2fd;
}

.news__standard .news__item .gallery__post-active .gallery__post-item {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
}

.news__standard .news__item .gallery__post-active .owl-nav .owl-next,
.news__standard .news__item .gallery__post-active .owl-nav .owl-prev {
    font-size: 18px;
    line-height: 52px;
    position: absolute;
    top: 50%;
    left: 20px;
    width: 50px;
    height: 50px;
    text-align: center;
    color: #44c2fd;
    background-color: transparent;
    border: 1px solid #44c2fd;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.news__standard .news__item .gallery__post-active .owl-nav .owl-next:hover,
.news__standard .news__item .gallery__post-active .owl-nav .owl-prev:hover {
    background-color: #44c2fd;
    border-color: #44c2fd;
    color: #ffffff;
}

.news__standard .news__item .gallery__post-active .owl-nav .owl-next {
    right: 20px;
    left: auto;
}

.news__standard .format__video .post__thumb {
    position: relative;
}

.news__standard .format__video .post__thumb::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #292571;
    content: "";
    opacity: .4;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .news__standard {
        padding-top: 100px;
        padding-bottom: 60px;
    }
}

@media (max-width: 767px) {
    .news__standard {
        padding-top: 80px;
        padding-bottom: 40px;
    }
}

.news__details .post__thumb {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
}

.news__details .post__thumb img {
    width: 100%;
}

.news__details .post__content {
    margin-top: 30px;
}

.news__details .post__content .title {
    font-size: 30px;
    margin-bottom: 10px;
    line-height: 45px;
}

@media (max-width: 767px) {
    .news__details .post__content .title {
        font-size: 24px;
        line-height: 35px;
    }
}

.news__details .post__content p {
    margin-bottom: 25px;
}

.news__details .post__content blockquote {
    padding: 45px;
    background: #fafbfc;
    font-size: 15px;
    line-height: 27px;
    border-left: 4px solid #44c2fd;
    color: #292571;
    position: relative;
    z-index: 1;
}

.news__details .post__content blockquote::before {
    position: absolute;
    left: 45px;
    top: 35px;
    content: "\e67e";
    font-family: 'themify';
    color: rgba(41, 37, 113, 0.1);
    font-size: 80px;
    z-index: -1;
}

@media (max-width: 767px) {
    .news__details .post__content blockquote {
        padding: 30px;
    }
}

.news__details .post__content .post__tag {
    display: flex;
    align-items: center;
}

@media (max-width: 767px) {
    .news__details .post__content .post__tag {
        display: inherit;
    }
}

.news__details .post__content .post__tag span {
    font-size: 16px;
    color: #292571;
    padding-right: 20px;
}

@media (max-width: 767px) {
    .news__details .post__content .post__tag span {
        margin-bottom: 15px;
        display: inline-block;
    }
}

.news__details .post__content .post__tag ul {
    display: flex;
    flex-wrap: wrap;
}

@media (max-width: 767px) {
    .news__details .post__content .post__tag ul li {
        margin-bottom: 10px;
    }
}

.news__details .post__content .post__tag ul li a {
    line-height: 1;
    font-size: 12px;
    padding: 12px 22px;
    background: #ffffff;
    border: 1px solid #dcdee2;
    display: inline-block;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    margin-right: 10px;
}

.news__details .post__content .post__tag ul li a:hover {
    background-color: #44c2fd;
    border-color: #44c2fd;
    color: #ffffff;
}

.news__details .divider {
    margin-top: 50px;
    margin-bottom: 40px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .news__details {
        padding-top: 100px;
        padding-bottom: 60px;
    }
}

@media (max-width: 767px) {
    .news__details {
        padding-top: 80px;
        padding-bottom: 40px;
    }
}


/* 文章页 */
.article{padding: 0 15px;}
.article .a-title{
  padding-bottom: 14px;
  border-bottom: 1px solid #f5f5f5;
}
.article .a-title .h1{
  width: 100%;
  line-height: 35px;
  font-size: 28px;
  margin-bottom: 8px;
  padding: 0 10px 10px 0;
  margin-top: 0;
  text-align: center;
  color: #000;
}
.article .a-title .info{
  width: 100%;
  line-height: 20px;
  font-size: 12px;
  color: #999;
  text-align: center;
}
.article .a-title .info em{
  margin-right: 18px;
  font-style: normal;
}
.article .a-dd{
  padding: 10px;
  background: #f5f5f5;
  color: #666;
  font-size: 13px;
  line-height: 1.6em;
  border-radius: 4px ;
  border: 1px solid #eee;
  margin-bottom: 20px;
}
.article .a-body{
  padding: 10px;
}

.page_control{
  width: 100%;
  margin-top: 30px;
  padding-top: 16px;
  border-top: 1px dashed #ddd;
}
.page_control .button{
  width: 66px;
  height: 36px;
  line-height: 34px;
  margin: 0 auto;
  font-size: 14px;
  padding: 0;
  text-align: center;
  margin-top: -18px;
  background: #fff;
}
.page_control .page_go{
  width: 50%;
  font-size: 12px;
}
.page_control .page_go a{
  line-height: 33px;
  font-size: 13px;
  color: #666;
}
.page_control .page_go a:hover{
  color: #e80217;
}
/* photo */
.gallery{width:100%;float:left;margin: 0 0 20px 0;}
.gallery *{-webkit-transition: .25s ease-in-out;-moz-transition: .25s ease-in-out;-ms-transition: .25s ease-in-out;-o-transition: .25s ease-in-out;transition: .25s ease-in-out;width: 100%;}
.gallery ul{margin-left:-10px;margin-right:-10px;margin-bottom:30px;}
.gallery ul li{width: 25%;float:left;padding:10px;}
.gallery ul li.double{ width:66.66666%;}
.gallery ul li figure{width:100%;float:left;background: url(../images/photo.png) no-repeat center #e80217;margin-bottom: 0;}
.gallery ul li figure img{width:100%;object-fit: cover;height: 14vw;}
.gallery ul li figure a{float:left;width: 100%;}
.gallery ul li:hover img{ opacity:0.7;}




/*内页自适应*/
@media(max-width: 800px){

/*翻页*/
.pagination a:nth-child(1), .pagination a:nth-child(2), .pagination a:nth-last-child(2), .pagination a:last-child{padding: 0 8px;margin: 0;border-right: none;line-height: 33px;}
.pagination .number {width: 34px;padding: 7px 4px;margin: 0;border-right: none;}
.pagination{ line-height:20px}
.pagination a:last-child{border: 1px solid #e9e9e9;}
/*case*/
.blog__img img{ height: 66vw; }
/*文章*/
.article .a-title .h1{ font-size: 24px; }
.article{padding: 0px;}
/*photo*/
.gallery ul li{ width: 50%; }
.gallery ul li figure img{height: 44vw;}
.gallery *{width: 108%;}
/*news*/
.news__thumb img {width: 100%;height: 48vw;object-fit: cover;}
.news__content{padding: 20px;}
.news__content h3{font-size: 18px;line-height: 26px;}




}





