
.banner{
    position: relative;
    width: 100%;
    height: 57.375rem;
    background: url(../img/blog-banner.png) center no-repeat;
    background-size: cover;
    padding-top: 110px;
}

.banner .rotation{
    width:1348px;
    height: 603px;
    margin: 0 auto;
}

.banner .banner-swiper .item{
    display: flex;
    justify-content: space-between;
    padding: 60px;
    width: 100%;
    height: 603px;
    background-color: white;
    overflow: hidden;
    border-radius: 70px 0 70px 0;
 }
 .banner .banner-swiper .item .info{
    width: 33.125rem;
    padding-top: 2.5rem;
 }
 .banner .banner-swiper .item .info .time{
    font-size: 1.25rem;
    color: var(--primary-color);
    padding-bottom: 1.5625rem;
 }
 .banner .banner-swiper .item .info .title{
    font-size: 2.25rem;
    line-height: 3.125rem;
    color: #222222;
    font-weight: bold;
    margin-bottom: 1.25rem;
 }
 .banner .banner-swiper .item .info .text{
    font-size: 1.125rem;
    color: #808080;
    line-height: 1.875rem;
 }
 .banner .banner-swiper .item .pic{
    width: 39.0625rem;
    height: 27.5625rem;
    border-radius: 10px;
    background: url(../img/blog-banner-2.png) center no-repeat;
    background-size: cover;
    box-shadow: 10px 10px 0 0 #DAE1E5,
    20px 20px 0 0 rgba(218, 225, 229,.4);
 }
 .banner-swiper{
    overflow: hidden;
}
 .banner .banner-swiper .item .primary-btn{
    margin-top: 3rem;
    padding: .9375rem 2.5rem;
    font-size: 1.125rem;
    line-height: unset;
 }
 .banner .rotation .swiper-pagination{
    margin-top: 30px;
    margin-left: 70px;
 }
 .banner .rotation .swiper-pagination .swiper-pagination-bullet{
    position: relative;
    background-color: transparent;
    font-size: 1.25rem;
    opacity: .6;
    color: white;
    margin-right: 50px;
 }
 .banner .rotation .swiper-pagination  .swiper-pagination-bullet-active
 {
    opacity: 1;
    margin-right: 100px;
    color: var(--primary-color);
 }
 .banner .rotation .swiper-pagination  .swiper-pagination-bullet-active::after{
    content: '';
    position: absolute;
    top: 170%;
    left: 506%;
    height: .0625rem;
    width: 3.125rem;
    background-color: white;
    opacity: .6;
 }
 .banner .rotation .swiper-button-next,
 .banner .rotation .swiper-button-prev
 {
    width: 5.625rem;
    height: 5.625rem;
    border-radius: 2px;
    background-color: #DCDCDC;
    background-image:none;
    top: 75%;
 }
 .banner .rotation .swiper-button-next::before,
 .banner .rotation .swiper-button-prev::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../img/left-black.svg) no-repeat center;
    background-size: 50%;
 }
 .banner .rotation .swiper-button-next::before {
    background: url(../img/right-black.svg) no-repeat center;
    filter: brightness(20);
 }
 .banner .rotation .swiper-button-next::before,
 .banner .rotation .swiper-button-prev::before {
    background-size: 20%;
 }

 .banner .rotation .swiper-button-next::after,
 .banner .rotation .swiper-button-prev::after{
    color: white;
    font-size: 1.875rem;
 }
 .banner .rotation .swiper-button-next{
    left: 77.5%;
    background-color: var(--primary-color);
    color: white;
 }
 .banner .rotation .swiper-button-prev{
    left: 72%;
    color: black;
 }
 .banner .rotation .swiper-button-prev::after{color: black;}
/* #region news */
.news-box{
    padding-bottom: 110px;
}
.news-box .headline{
    margin-bottom: 1.25rem;
    margin-top: 155px;
}
.news-box .headline .title  {
    font-size: 2.625rem;
    color: #222222;
    font-weight: 600;
}
.news-box .tags{
    width: 100%;
    margin: 3.125rem 0;
    justify-content: center;
    gap: 3.125rem;
    margin-top: 1.875rem;
}
.news-box .tags li a{
    display: inline-block;
    transition: all .3s ease-out;
    font-size: 1.125rem;
    line-height: 50px;
    color: #666666;
}
.news-box .tags .active a,
.news-box .tags li:hover a
{
    border-bottom: 3px solid var(--primary-color);
    color: black;
}
.news-box .news{
    display: flex;
    flex-wrap: wrap;
}
.news-box .center a{
    display: inline-block;
    font-size: 18px;
    color: #242424;
    padding: 1rem 3.75rem;
    border:1px #C1C1C1 solid ;
    border-radius: var(--round-size);
    margin-top: 3.125rem;
}
.news-box .news .news-item a{
    display: block;
    width: 24.4375rem;
    height: 35.875rem;
    border-radius: .625rem;
    box-shadow: var(--shadow);
    margin-right: 1.375rem;
    margin-bottom: 3.125rem;
    color: #888888;
}
.news-box .news .news-item:nth-of-type(3n) a{margin-right: 0;}
.news-box .news .news-item a .pic{
    width: 100%;
    height: 17.25rem;
    border-radius: .625rem;
}
.news-box .news .news-item a .info {
    padding: 1.875rem;
}
.news-box .news .news-item a .info .time{
    font-size: 1rem;
    color: var(--primary-color);
}
.news-box .news .news-item a .info .title{
    color: #25292D;
    font-weight: 500;
    font-size: 1.4375rem;
    line-height: 2rem;
    margin: .9375rem 0;
}
.news-box .news .news-item a .info .text{
    width: 90%;
    font-size: .9375rem;
    line-height: 1.625rem;
}
.news-box .news .news-item a .info .primary-btn{
    margin-top: 1.5625rem;
    font-size: 1rem;
    padding: .875rem 1.875rem;
    background-color: #EFF0F2;
    color: #25292D;
    font-weight: normal;
    line-height: unset;
    padding: .75rem 1.875rem;
    cursor: pointer;
    padding: 10px 20px;
    width: 165px;
    height: 45px;
}
.news-box .news .news-item:hover a .primary-btn{
    background-color: var(--primary-color);
    color: white;
}
p.center .primary-btn {
    font-size: 18px;
    background-color: #fff;
    color: #333;
    border-radius: 6px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    width: 215px;
    height: 55px;
    margin-top: 30px;
    cursor: pointer;
    transition: all .3s;
}
p.center .primary-btn:hover {
    background-color: var(--primary-color);
    border: 1px solid var(--primary-color);
    color: #fff;
}
/* #endregion */