.article_line01 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 30px;
}

.article_line01_l {
    width: 36%;
}

.article_line01_group h3 {
    line-height: 1;
    color: #F01C33;
}

.article_line01_group h3 a {
    color: #F01C33;
    font-size: 22px;
}

.article_line01_group p {
    line-height: 1;
    color: #CCCCCC;
    font-size: 18px;
    margin-top: 24px;
}

.article_line01_group p a {
    color: #000000;
    font-size: 18px;
    margin: 0 4px;
}

.article_line01_group p a:hover {
    color: #F01C33;
}

.article_line01_group:nth-child(2) {
    margin-top: 24px;
}

.article_line01_c {
    width: 28.4%;
    height: 237px;
}

.article_line01_c .swiper-container {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.article_line01_c .swiper-container a {
    display: block;
    width: 100%;
    height: 100%;
}

.article_line01_c .swiper-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.article_line01_c .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
}

.article_line01_c .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 2.5px;
}

.article_line01_c .swiper-container-horizontal>.swiper-pagination-bullets,
.article_line01_c .swiper-pagination-custom,
.article_line01_c .swiper-pagination-fraction {
    bottom: 6px;
}

.article_line01_c .swiper-pagination-bullet {
    background: #fff;
    opacity: .5;
}

.article_line01_c .swiper-pagination-bullet-active {
    background: #fff;
    opacity: 1;
}

.article_line01_r {
    width: 28.3%;

}

.article_line01_r_list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.article_line01_r a {
    display: block;
    width: 48%;
    height: 53px;
    background: #F5F5F6;
    margin-top: 14px;
    text-align: center;
    line-height: 53px;
    color: #141414;
    font-size: 18px;

}

.article_line01_r a:hover {
    background: #FFEFEE;
}

.jrrw_container {
    margin-top: 46px;
}

.title_common {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding-bottom: 14px;
    border-bottom: 1px solid #E5E1E1;
    margin-bottom: 22px;
}

.title_common p {
    font-size: 16px;
}

.title_l {
    display: flex;
    align-items: center;

}

.title_l p {
    font-weight: bold;
    color: #141414;
    font-size: 24px;
}

.title_l p span {
    color: #F50C22;
}

.title_l img {
    margin-right: 5px;
}

.title_common a {
    display: block;
    width: 67px;
    height: 14px;
    line-height: 1;
}

.special_container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.special_container a {
    display: block;
    width: 24.3%;
    height: 175px;
    position: relative;
    overflow: hidden;
}

.special_container img {
    width: 100%;
    height: 100%;
    transition: transform 1s ease;
    object-fit: cover;
}

.special_container a:hover img {
    transform: scale(1.1);
}

.special_container a p {
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: rgba(0, 0, 0, .27);
    color: #F5F5F6;
    font-size: 16px;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 0;

}

.jrrw_article,
.article_line03 {
    display: flex;
    align-items: center;
    margin-top: 30px;
}

.article_line03 {
    margin-top: 45px;
}

.jrrw_article_item {
    width: 47%;
    height: 210px;
}

.article_line03_item {
    width: 47%;
}

.jrrw_article_item:first-child,
.article_line03_item:first-child {
    margin-right: 3.5%;
}

.jrrw_article_item a {
    display: block;
    padding-bottom: 17px;
    border-bottom: 1px dashed #E7E7E8;
    margin-bottom: 17px;
}

.jrrw_article_item a.active h3 {
    color: #F50C22;
}

.jrrw_article_item a:hover h3 {
    color: #F50C22;
}

.jrrw_article_item a h3 {
    color: #151515;
    font-size: 18px;
    font-weight: normal;
    line-height: 1;
}

.jrrw_article_item a p {
    color: #848484;
    font-size: 16px;
    white-space: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
    line-height: 28px;
    display: none;
    margin-top: 14px;
}

.jrrw_article_item a.active p {
    display: -webkit-box;
}

.article03_content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.img_l {
    width: 47%;
    height: 200px;
    box-sizing: border-box;
    padding: 6px;
    background: #F7F7F7;

}

.article03_img {
    display: none;
    width: 100%;
    height: 100%;
}

.article03_img.active {
    display: block;
}

.img_l img {
    width: 100%;
    height: 100%;
}

.article03_r {
    width: 50%;
}

.article03_r a {
    display: block;
    color: #343434;
    font-size: 18px;
    padding: 16px 0;
    box-sizing: border-box;
    line-height: 1;
    border-bottom: 1px dashed #E7E7E8;
}

.article03_r a.active {
    color: #F50C22;
}

.ad_container {
    margin-top: 32px;
}

.ad_container a {
    display: block;
    width: 100%;
    height: 134px;
}

.ad_container img {
    width: 100%;
    height: 134px;
    object-fit: contain;
}

.article_line04 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 45px;
}

.article_line04_item {
    width: 29%;
}

.article04_one {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    margin-bottom: 32px;
}

.article04_one img {
    width: 36%;
    height: 84px;
}

.article04_one_r {
    width: 58.8%;
}

.article04_one h3 {
    color: #343434;
    font-size: 18px;
    font-weight: normal;
    white-space: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
    line-height: 1.5;
    margin-bottom: 12px;
}

.article04_one p {
    color: #848484;
    font-size: 14px;
    line-height: 1;
}

.article04_one:hover h3 {
    color: #F50C22;
}

.article04_item {
    display: block;
    color: #343434;
    font-size: 18px;
    line-height: 1;
    margin-top: 25px;
}

.article04_item:hover {
    color: #F50C22;
}

.book_container {
    margin-top: 50px;

    padding-bottom: 20px;
}

.book_ul {
    display: flex;
    align-items: center;
    margin-left: 38px;
}

.book_ul li {
    color: #343434;
    font-size: 18px;
    margin-right: 30px;
    font-weight: bold;
    height: 100%;
    position: relative;
    cursor: pointer;
}

.book_ul li.active {
    color: #F50C22;
}

.book_ul li.active::before {
    content: '';
    position: absolute;
    display: block;
    width: 41px;
    height: 2px;
    background: #F50C22;
    left: 50%;
    transform: translateX(-50%);
    bottom: -15px;
}

.book_list {
    display: flex;
    align-items: center;
}

.book_item {
    display: block;
    width: 23%;
    height: 438px;
    box-sizing: border-box;
    border: 1px solid #EBE8E8;
    padding-top: 29px;
}

.book_item {
    margin-right: 2.66%;
}

.book_item:last-child {
    margin-right: 0;
}

.book_swiper .book_img {
    width: 215px;
    height: 269px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.book_swiper .book_img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.book_swiper p {
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 48px;
    color: #343434;
    box-sizing: border-box;
    padding: 0 14%;
    font-size: 16px;
}

.price {
    color: #F52D3B;
    font-size: 18px;
    box-sizing: border-box;
    padding: 0 14%;
    margin-top: 14px;

}

.price .red {
    font-size: 18px;
}

.price .big {
    font-size: 30px;
    font-weight: bold;
}

@media only all and (max-width:1080px) {
    .article_line01_r {
        display: none;
    }

    .article_line01 {
        flex-direction: column-reverse;
        margin-top: 0;
    }

    .article_line01_c {
        width: 100%;
        height: 9rem;
        margin-bottom: .8rem;
    }

    .article_line01_l {
        width: 100%;
    }

    .article_line01_group h3 a {
        font-size: .8rem;
    }

    .article_line01_group p {
        font-size: .7rem;
        margin-top: .6rem;
    }

    .article_line01_group p a {
        font-size: .75rem;
        margin: 0 .2%;
    }

    .article_line01_group:nth-child(2) {
        margin-top: .4rem;
    }


    .article_line01_c .swiper-pagination-bullet {
        width: .2rem;
        height: .2rem;
    }

    .article_line01_c .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 .1rem;
    }

    .article_line01_c .swiper-container-horizontal>.swiper-pagination-bullets,
    .article_line01_c .swiper-pagination-custom,
    .article_line01_c .swiper-pagination-fraction {
        bottom: .2rem;
    }

    .jrrw_container {
        margin-top: .8rem;
    }

    .title_common {
        width: 100%;
        padding-bottom: .6rem;
        margin-bottom: .8rem;
    }

    .title_l {
        display: flex;
        align-items: center;

    }

    .title_l p {
        line-height: 1;
        font-size: .9rem;
    }

    .title_l img {
        width: .9rem;
        height: auto;
        margin-right: .3rem;
    }

    .title_common a {
        width: 2.5rem;
        height: .6rem;
    }

    .title_common a img {
        width: 100%;
        height: 100%;
    }

    .special_container {
        flex-wrap: wrap;
    }

    .special_container a {
        width: 49%;
        height: 6.2rem;
    }
    .special_container a:nth-child(1),
    .special_container a:nth-child(2){
        margin-bottom: .4rem;
    }

    .special_container a p {
        height: 1.3rem;
        line-height: 1.3rem;
        font-size: .65rem;

    }

    .jrrw_article,
    .article_line03 {
        display: flex;
        align-items: center;
        flex-direction: column;
        margin-top: 1.2rem;
    }

    .article_line03 {
        margin-top: .8rem;
    }

    .jrrw_article_item {
        width: 100%;
        height: auto;
    }

    .article_line03_item {
        width: 100%;
        margin-bottom: .8rem;
    }

    .jrrw_article_item:first-child,
    .article_line03_item:first-child {
        margin-right: 0;
    }

    .jrrw_article_item a {
        padding-bottom: .6rem;
        margin-bottom: .6rem;
    }

    .jrrw_article_item a.active h3 {
        color: #151515;
    }

    .jrrw_article_item a h3 {
        font-size: .8rem;
    }

    .jrrw_article_item a p {
        display: none;
    }

    .jrrw_article_item a.active p {
        display: none;
    }

    .article03_content {
        flex-direction: column;
    }

    .img_l {
        display: none;

    }

    .article03_r {
        width: 100%;
    }

    .article03_r a {
        font-size: .8rem;
        padding: .8rem 0;
    }

    .article03_r a.active {
        color: #343434;
    }

    .ad_container {
        display: none;
    }


    .article_line04 {
        flex-direction: column;
        margin-top: .4rem;
    }

    .article_line04_item {
        width: 100%;
        margin-bottom: 1rem;
    }

    .article04_one {
        margin-bottom: .4rem;
    }

    .article04_one img {
        width: 36%;
        height: 4rem;
    }

    .article04_one_r {
        width: 58.8%;
    }

    .article04_one h3 {
        font-size: .8rem;
        margin-bottom: .8rem;
    }

    .article04_one p {
        font-size: .6rem;
    }


    .article04_item {
        font-size: .8rem;
        margin-top: .8rem;
    }


    .book_container {
        margin-top: .4rem;
        padding-bottom: .6rem;
    }

    .book_container .title_common .title_l {
        flex: 1;
        flex-wrap: wrap;
    }

    .book_ul {
        flex-wrap: wrap;
        margin-left: 0;
        margin-top: .4rem;
    }

    .book_ul li {
        font-size: .7rem;
        margin-right: .6rem;
        font-weight: bold;
        height: 1.6rem;
    }


    .book_ul li.active::before {
        width: 1rem;
        height: .1rem;
        bottom: 0;
    }


    .book_item {
        width: 49%;
        height: 16rem;
        padding-top: 1rem;
    }

    .book_item:nth-child(3),
    .book_item:nth-child(4) {
        display: none;
    }

    .book_item:nth-child(2) {
        margin-right: 0;
    }

    .book_item {
        margin-right: 2%;
    }

    .book_item:last-child {
        margin-right: 0;
    }

    .book_swiper .book_img {
        width: 90%;
        height: 9rem;
    }

    .book_swiper p {
        line-height: 1rem;
        height: 2rem;
        font-size: .7rem;
        margin-top: .8rem;
    }

    .price {
        font-size: .8rem;
        margin-top: .8rem;
    }

    .price .red {
        font-size: .8rem;
    }

    .price .big {
        font-size: 1rem;
    }
}