
.blog-box{
    padding-left: 2.187vw;
}


@media only screen and (max-width: 968px){
    .blog-box{
        padding-left: 20px;
    }
}

.blog-bottom{
    border-top: #D6D6D6 1px solid;
    padding-top: 20px;
}



.blog-list{
    padding-top: 2rem;
}

.blog-item{
    --gap-size: 3rem;
    width: calc(100% / 3 - var(--gap-size));
    margin-bottom: var(--gap-size);
}



.blog-item-hidden{
   margin-bottom: 0;
}

.blog-item-img{
    /* height: 130px; */
    /* height: 10rem; */
    width: 100%;
    border-top-right-radius: 8px;
}

.blog-item-body{
    border: #D6D6D6 1px solid;
    border-top: none;
    padding: 40px 20px;
    border-bottom-left-radius: 8px;
}

.blog-item:hover .blog-item-body{
    border-color: #D51D1E;
}

.blog-item-title{
    color: #062658;
    font-size: 18px;
    font-weight: 600;
    min-height: 81px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.blog-item-des{
    font-size: 14px;
    padding: 10px 0 5px 0;
    color: #797979;
    font-weight: bold;
}

.blog-item-tag{
    font-size: 12px;
    color: #D51D1E;
    border: #D51D1E 1px solid;
    border-radius: 0 5px 0 5px;
    display: inline-block;
    padding: 3px 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


.blog-list-head{
    padding-top: 2rem;
}
.blog-list-head h5{
    font-size: 14px;
    color: #797979;
    font-weight: bold;
}

.blog-list-head h3{
    font-size: 25px;
    font-weight: bold;
}

@media only screen and (max-width: 1024px){
    .blog-item{
        --gap-size: 1rem;
    }
    .blog-item-body{
        padding: 25px 20px;
    }
    .blog-item-title{
        font-size: 17px;
    }
}
@media only screen and (max-width: 576px){
    .blog-list{
        padding-top: 1rem;
    }
    .blog-item{
        --gap-size: 2rem;
        width: 100%;
    }
    .blog-item-hidden{
        display: none;
    }
    .blog-item-body{
        padding: 30px 20px;
    }

    .blog-item-title{
        min-height: 60px;
        font-size: 16px;
    }
}


.blog-left{
    width: calc(100% - 370px);
}
.blog-right{
    --gap-size: 3rem;
    width: 370px;
    margin-left: var(--gap-size);
}

.blog-details{
    padding: 1rem 0 3rem;
}

.blog-details-img{
    width: 100%;
    /* height: 320px; */
    border-radius: 0 8px 0 8px;
    margin-bottom: 2rem;
}

.blog-details-title{
    font-size: 34px;
    font-weight: 600;
    padding-bottom: 2rem;
    color: #062658;
}

@media only screen and (max-width: 968px){
    .blog-details-title{
        font-size: 26px;
        padding-bottom: 1.85rem;
    }
}

.blog-right-nav{
    padding-top: 3rem;
}

.blog-right-nav h3{
    font-size: 25px;
    font-weight: 600;
    padding-bottom: 25px;
    color: #222;
}

.blog-right-nav h3 span{
    display: block;
    font-size: 14px;
    opacity: 0.6;
}

.blog-right-nav-body{
    border: #D6D6D6 1px solid;
    border-radius: 0 8px 0 8px;
    padding: 25px 20px;
}


.blog-right-nav-body h4{
    font-size: 19px;
    font-weight: 600;
    color: #062658;
}

.blog-right-nav-body ul{
    padding: 10px 0;
    position: relative;
}

.blog-right-nav-body ul::after{
    height: 30px;
    width: 6px;
    content: '';
    position: absolute;
    z-index: 2;
    left: -3px;
    bottom: -1px;
    background-color: #fff;
}


.blog-right-nav-body ul::before{
    height: 30px;
    width: 6px;
    content: '';
    position: absolute;
    z-index: 2;
    left: -3px;
    top: -1px;
    background-color: #fff;
}
.blog-right-nav-body ul li{
    font-size: 15px;
    position: relative;
    padding: 10px 15px;
    border-left: #D6D6D6 1px solid;
}

.blog-right-nav-body ul li::after{
    content: '';
    position: absolute;
    top: 19px;
    left: -2.4px;
    width: 4px;
    height: 4px;
    background-color: #222;
    border-radius: 100%;
    position: absolute;
}

.blog-right-nav-body ul li.active::after{
    background-color: #D51D1E;
}

.blog-right-nav-body ul li a{
    color: #222;
}

.blog-right-nav-body ul li:hover,
.blog-right-nav-body ul li.active a,
.blog-right-nav-body ul li a:hover{
    color: #D51D1E;
}

.blog-right-nav-body ul li:hover::after{
    background-color: #D51D1E;
}

.blog-right-nav-cate{
    margin-top: -1rem;
}
.blog-right-nav-cate ol li{
    display: flex;
    justify-content: space-between;
    color: #222222;
    font-size: 15px;
    border-bottom: #D6D6D6 1px dotted;
    padding: 10px 0;
}
.blog-right-nav-cate ol li:last-child{
    border: none;
}
.blog-right-nav-cate ol li a{
    display: block;
    flex: 1;
}
.blog-right-nav-cate ol li a:hover{
    color: #D51D1E;
}


@media only screen and (max-width: 968px){
    .blog-left{
        width: 100%;
    }
    .blog-right{
        display: none;
    }
}


.blog-head .text{
    font-size: 18px;
    padding-right: 20px;
    /* width: calc(100% - 800px); */
}

.blog-search{
    border: #D6D6D6 1px solid;
    border-radius: 0 6px 0 6px;
    display: flex;
    align-items: center;
    height: 48px;
    padding: 0 15px;
    width: 420px;
}

.blog-search input{
    width: 100%;
}

@media only screen and (max-width: 1200px){
    .blog-head .text{
        width: 75%;
    }
}
@media only screen and (max-width: 968px){
    .blog-head{
        display: block;
    }
    .blog-head .text{
        width: 100%;
        padding-bottom: 1rem;
        display: none;
    }
    .blog-search{
        width: 100%;
    }
}

.blog-cate-type{
    display: flex;
    justify-content: space-between;
    border-bottom: #D6D6D6 1px solid;
    margin-bottom: 1rem;
}
.blog-cate-type-item{
    flex: 1;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    padding: 12px 0;
    border-bottom: transparent 2px solid;
    position: relative;
    /* bottom: -2px; */
}
.blog-cate-type-item.active{
    border-color: #D51D1E;
    color: #D51D1E;
}

.blog-cate-list-type{
    font-size: 26px;
    color: #1C1C1C;
    border-bottom: 1px solid #D6D6D6;
    font-weight: bold;
    padding: 35px 0;
}

.blog-cate-type-select{
    display: none;
    margin-bottom: 1rem;
}
.blog-cate-type-select dl,
.blog-cate-type-select-all{
    position: relative;
    font-size: 14px;
    font-weight: 500;
    padding: 15px 20px;
    border-bottom: 1px solid #D6D6D6;
}
.blog-cate-type-select-all.active{
    border-color: #D51D1E;
}

.blog-cate-type-select dd{
    position: absolute;
    background-color: #fff;
    border: 1px solid #D51D1E;
    border-radius: 0 8px 0 8px;
    left: 0;
    right: 0;
    top: 100%;
    max-height: 40vh;
    overflow: auto;
    padding: 10px;
}

.blog-cate-type-select dd li{
    /* text-align: center; */
    /* border-bottom: 1px solid #D6D6D6; */
    position: relative;
}
.blog-cate-type-select dd li a{
    display: block;
    padding: 15px;
}
.blog-cate-type-select dd li.active::after{
    position: absolute;
    content: '';
    height: 20px;
    width: 3px;
    background-color: #D51D1E;
    left: 5px;
    top: 50%;
    margin-top: -10px;
}
.blog-cate-type-select dd li.active a{
    color: #D51D1E;
}

.blog-cate-type-select dd li:last-child{
    border: none;
}

.blog-cate-type-select-abc dl ol{
    display: flex;
    flex-wrap: wrap;
}

.blog-cate-type-select-abc dl li{
    width: calc(100% / 8);
}

.blog-cate-type-select-abc dl li a{
    padding: 5px;
    text-align: center;
}

.blog-cate-type-select-abc dd li.active::after{
    display: none;
}

.blog-cate-type-select.showImp{
    display: block !important;
    position: relative;
    z-index: 2;
    border: 1px solid #D6D6D6;
    border-radius: 0 8px 0 8px;
    width: 420px;
}

.blog-cate-type-select.showImp dl{
    border-bottom: none;
}


/* .blog-cate-list-item-box{
    padding-left: 2.187vw;
} */
@media only screen and (max-width: 968px){
    /* .blog-cate-list-item-box{
        padding-left: 20px;
    } */
    .blog-cate-type{
        display: none;
    }
    .blog-cate-type-select{
        display: block;
    }
    .blog-cate-type-select.showImp{
        width: 100%;
    }
}

.blog-cate-list-item{
    border-bottom: 1px solid #D6D6D6;
    padding: 45px 30px;
}
.blog-cate-list-item:hover{
    background-color: rgba(214, 214, 214, 0.1);
}
.blog-cate-list-item h3{
    font-size: 30px;
    font-weight: bold;
    color: #062658;
}

.blog-cate-list-item p{
    color: #222;
    padding-top: 0.5rem;
}

.blog-cate-list-item-box .blog-cate-list-item:last-child{
    border: none;
}

@media only screen and (max-width: 968px){
    .blog-cate-list-type{
        padding: 20px 0;
    }
    .blog-cate-list-item{
        padding: 30px 20px;
    }
    .blog-cate-list-item h3{
        font-size: 20px;
    }
    .blog-cate-list-item p{
        font-size: 12px;
    }
}


.blog-ask-box{
    margin-top: 40px;
    display: flex;
}
.blog-ask-wrap{
    background-color: #F5F5F5;
    display: flex;
    flex: none;
    width: 100%;
    border-radius: 0 8px 0 8px;
    overflow: hidden;
}

.blog-ask-left{
    background-color: #EFEFEF;
    padding: 50px 30px;
    width: 45%;
    display: flex;
    flex-direction: column;
}

.blog-ask-left h6{
    font-size: 12px;
    color: #222222;
}

.blog-ask-left h3{
    font-size: 20px;
    color: #062658;
    font-weight: bold;
    padding: 5px 0 10px;
}


.blog-ask-left img{
    width: 100%;
    /* height: 170px; */
    border-radius: 0 8px 0 8px;
}

.blog-ask-right{
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 50px 30px;
    flex: 1;
}

.blog-ask-right h3{
    font-size: 12px;
    color: #222222;
}

.blog-ask-right ul li{
    background-color: #fff;
    border: #A5A5A5 1px solid;
    border-radius: 0 8px 0 8px;
    font-size: 12px;
    color: #222222;
    padding: 10px;
    margin-top: 10px;
    cursor: pointer;
    font-weight: bold;
    display: flex;
    align-items: center;
    /* justify-content: center; */
}

.blog-ask-right ul li:hover{
    border-color: #D51D1E;
    color: #D51D1E;
}

.blog-ask-right ul li .blog-ask-icon{
    margin-left: 5px;
    opacity: 0;
    width: 1.2rem;
    height: 1.2rem;
    flex: none;
}

.blog-ask-right ul li.active.ok{
    border-color: #062658;
    background-color: #EAF1FF;
    color: #062658;
}

.blog-ask-right ul li.active.ok .blog-ask-icon.ok{
    opacity: 1;
}

.blog-ask-right ul li.active.error{
    background-color: #fbdbdc;
    color: #f0281b;
}

.blog-ask-right ul li.active.error .blog-ask-icon.error{
    opacity: 1;
}

.blog-ask-end{
    background-color: #062658;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 22px;
    flex: none;
    border-radius: 0 8px 0 8px;
    text-align: center;
    padding: 30px;
}

@media only screen and (max-width: 1400px){
    .blog-ask-wrap{
        flex-direction: column;
    }
    .blog-ask-left{
        width: 100%;
        padding: 30px;
    }
    .blog-ask-right{
        padding: 30px;
    }
}


.blog-nav-cur{
    display: flex;
    font-size: 18px;
    padding-top: 0.75rem;
    flex-wrap: wrap;
}
.blog-nav-cur a,
.blog-nav-cur span{
    color: #909090;
}
.blog-nav-cur span{
    padding: 0 15px;
}
.blog-nav-cur a:hover{
    color: #D51D1E;
}
.blog-nav-cur p{
    color: #1C1C1C;
}
@media only screen and (max-width: 968px){
    .blog-nav-cur{
        font-size: 14px;
        padding-top: 0;
    }
}

.prose h1,
.prose h2,
.prose h3,
.prose h4,
.prose h5,
.prose h6{
    margin-bottom: 0.5rem;
}

.prose,
.prose p{
    font-size: 14px;
}

.blog-swiper_list{
    display: none;
}
@media only screen and (max-width: 576px){
    .blog-list-scroll{
        display: none;
    }
    .blog-swiper_list{
        display: block;
    }
}
.blog-swiper_list .swiper-button-next,
.blog-swiper_list .swiper-button-prev{
    width: 40px;
    height: 40px;
    background-size: cover;
    background-color: #fff;
    border-radius: 100%;
    opacity: 0.7;
}

.blog-swiper_list .swiper-button-next.swiper-button-disabled,
.blog-swiper_list .swiper-button-prev.swiper-button-disabled{
    display: none;
}

.blog-swiper_list .swiper-button-next{
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M682.666667 536.746667l-235.52 220.586666a35.84 35.84 0 0 1-49.066667-52.48L603.733333 512 395.946667 315.733333a35.84 35.84 0 1 1 49.066666-52.48L682.666667 484.266667a35.84 35.84 0 0 1 0 52.48zM512 0a512 512 0 1 0 512 512A512 512 0 0 0 512 0z' %3E%3C/path%3E%3C/svg%3E");
}

.blog-swiper_list .swiper-button-prev{
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M628.48 756.053a35.84 35.84 0 0 1-50.773 0L341.333 536.747a35.84 35.84 0 0 1 0-52.48l235.52-220.587a35.84 35.84 0 1 1 49.067 52.48L419.413 512 627.2 706.56a35.84 35.84 0 0 1 1.28 49.493zM512 0a512 512 0 1 0 512 512A512 512 0 0 0 512 0z' %3E%3C/path%3E%3C/svg%3E");
}



.bg-red {
    --tw-bg-opacity: 1;
    background-color: rgb(213 30 30 / var(--tw-bg-opacity));
}

.bg-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(51 99 175 / var(--tw-bg-opacity));
}

.bg-gray1c {
    --tw-bg-opacity: 1;
    background-color: rgb(28 28 28 / var(--tw-bg-opacity));
}

.rounded-tr-5px {
    border-top-right-radius: 5px;
}

.rounded-bl-5px {
    border-bottom-left-radius: 5px;
}



.h-14px{
    height: 14px;
}
.w-12px {
    width: 12px;
}

.w-40px {
    width: 40px !important;
}

.container {
    margin: 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
}

@media (min-width: 640px) {
    .container {
        max-width: 640px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 768px;
    }
}

@media (min-width: 1280px) {
    .container {
        max-width: 1280px;
        padding-right: 3rem;
        padding-left: 3rem;
    }
}

@media (min-width: 1440px) {
    .container {
        max-width: 1440px;
        padding-right: 3rem;
        padding-left: 3rem;
    }
}

@media (min-width: 1520px) {
    .container {
        max-width: 1520px;
        padding-right: 4rem;
        padding-left: 4rem;
    }
}


@media (min-width: 1024px) {

    .lg\:w-25px {
        width: 25px;
    }

    .lg\:rounded-bl-10px {
        border-bottom-left-radius: 10px;
    }

    .lg\:rounded-bl-20px {
        border-bottom-left-radius: 20px;
    }

    .lg\:rounded-tr-10px {
        border-top-right-radius: 10px;
    }

    .lg\:rounded-tr-20px {
        border-top-right-radius: 20px;
    }

    .lg\:text-18px {
        font-size: 18px;
    }

    .lg\:text-20px {
        font-size: 20px;
    }

    .lg\:text-21px {
        font-size: 21px;
    }

    .lg\:text-22px {
        font-size: 22px;
    }

    .lg\:text-26px {
        font-size: 26px;
    }

    .lg\:text-28px {
        font-size: 28px;
    }

    .lg\:text-2xl {
        font-size: 1.5rem;
        line-height: 2rem;
    }

    .lg\:text-32px {
        font-size: 32px;
    }

    .lg\:text-40px {
        font-size: 40px;
        font-weight: 500;
    }

    .lg\:h-32px {
        height: 32px;
    }

    .lg\:w-60px {
        width: 60px !important;
    }
}

#i1ntr2 {
    top: 30%;
}

.group:hover .group-hover\:flex {
    display: flex;
}

.bg-gray566677 {
    --tw-bg-opacity: 1;
    background-color: rgb(86 102 119 / var(--tw-bg-opacity));
}

.group:hover .group-hover\:right-50px {
    right: 50px;
}

.arrw-right {
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 10px solid #566677;
    right: -6px;
}

.-translate-y-1\/2 {
    --tw-translate-y: -50%;
    transform: translateY(var(--tw-translate-y));
}




@media (max-width: 480px) {
    #i1ntr2 {
        bottom: 8rem;
        top: auto;
    }
}


