@import url('global.css');

.left_nav li :nth-child(3) > a{
    border-bottom: 1px solid #b57be7;
}

.blog_wrapper{
    background-color: #eee6f4;
    /* background-color: linear-gradient(to bottom, #eee6f4 0% , #eee6f4 50%,white 75%,white 100%); */
}

.blog_top_banner{
    background-image: 
        url('../source/img/blog/bg_wave.png');

    background-repeat: 
        no-repeat;
        
    background-position: 
        0 104%;

    background-size:
        contain;

    /* width: 33.3333%; */
    width: 100%;
    margin: 0 auto;

    position: relative;
}


.blog_top_banner img{
    margin: 0 auto;
    display: block;
}

.blog_top_banner li{
    height: 800px;
    position: relative;
}
.blog_top_banner_content{
    position: fixed;
    width: 663px;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: wrap;
    align-content: space-between;
    padding: 20px 36px;
    box-sizing: border-box;
}

.blog_top_banner_content p{
    text-align: center;
    color: #8a8686;
}

.blog_top_banner_content h3{
    font-size: 24px;
    line-height: 1.6;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center;
}

.blog_top_banner_content h3 > a:hover{
    color: #164c4f;
}



.blog_top_banner_content h3 a{
    color: #000;
    text-decoration: none;
}

.blog_top_banner_content .blog_tag{
    font-size: 16px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    background-color: #b57be7;
    padding: 1px 7px;
    margin-bottom: 20px;
}

.blog_alsolike_wrapper{
    background-color: #fff;
    width: 100%;

    background-image: 
        url(../source/img/blog/left_bg_bubble.png),
        url('../source/img/blog/right_bg_bubble.png');
    
    background-repeat: no-repeat,no-repeat;
    background-position:-25% 19% , 126% 86%;

}

.blog_alsolike{
    width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 38px 15px;
}

.blog_alsolike h2{
    font-size: 30px;
    font-weight: bold;
    line-height: 1.33;
    color: #3c6e71;
    padding-left: 20px;
    border-left: solid 5px #3c6e71;

    margin-bottom: 30px;
}

.blog_alsolike ul{

}

.blog_alsolike li{
    display: flex;
    background-color: #fff;
    margin: 10px 40px 10px 0;

    position: relative;
    border-bottom: 1px solid #3c6e71;
    height: 200px;
}

.blog_alsolike_content{
    width: 100%;
    display: block;
    text-decoration: none;
    padding: 8px 61px 8px 15px;
}

.blog_alsolike h3{
    font-size: 24px;
    font-weight: bold;
    line-height: 1.8;
    margin-bottom: 10px;
}

.blog_alsolike h3 a{
    color: #000;
    text-decoration: none;
    display: block;
}

.blog_alsolike h3 > a:hover{
    color: #164c4f;
}

.blog_alsolike p{
    font-size: 16px;
    line-height: 1.6;
    color: #8a8686;
}

.blog_alsolike img{
    width: 35%;
    display: block;
    height: 100%;
}

.blog_alsolike_content_tags{
    position: absolute;
    bottom: 8px;
    left: 15px;
    display: flex;
}

.blog_alsolike_content_tags a{
    font-size: 16px;
    line-height: 1.67;
    font-weight: bold;
    color: #3c6e71;
    margin-right: 20px;
    text-decoration: none;
}

.blog_alsolike_content_tags i{
    margin-right: 5px;
}

@media screen and (max-width: 428px){

    .left_nav li :nth-child(3) > a{
        border-bottom: 1px solid #b57be7;
    }
    
    .blog_wrapper{
        background-color: #eee6f4;
        /* background-color: linear-gradient(to bottom, #eee6f4 0% , #eee6f4 50%,white 75%,white 100%); */
    }
    
    .blog_top_banner{
        background-image: 
            url('../source/img/blog/bg_wave.png');
    
        background-repeat: 
            no-repeat;
            
        background-position: 
            0 104%;
    
        background-size:
            contain;
    
        /* width: 33.3333%; */
        width: 100%;
        margin: 0 auto;
    }
    
    
    .blog_top_banner img{
        margin: 0 auto;
        display: block;
    }
    
    .blog_top_banner li{
        height: 600px;
    }
    .blog_top_banner_content{
        position: relative;
        width: 428px;
        display: flex;
        flex-direction: column;
        align-items: center;
        flex-wrap: wrap;
        align-content: space-between;
        padding: 20px 55px;
        box-sizing: border-box;
        margin: 0 auto;

        text-align: center;
    }
    
    .blog_top_banner_content p{
        text-align: center;
        color: #8a8686;
        display: none;
    }
    
    .blog_top_banner_content h3{
        font-size: 24px;
        line-height: 1.6;
        font-weight: bold;
        margin-bottom: 20px;
        text-align: center;

    }
    
    .blog_top_banner_content h3 > a:hover{
        color: #164c4f;
    }
    
    
    
    .blog_top_banner_content h3 a{
        color: #000;
        text-decoration: none;

        display: inline-block;
        width: 330px;
        text-overflow : ellipsis;
        overflow : hidden;
        white-space : nowrap;
    }
    
    .blog_top_banner_content .blog_tag{
        font-size: 16px;
        text-align: center;
        color: #fff;
        text-decoration: none;
        background-color: #b57be7;
        padding: 1px 7px;
        margin-bottom: 20px;
    }
    
    .slick-prev{
        left: 3%;
        top: 89.5%;
    }

    .slick-next{
        right: 3%;
        top: 89.5%;
    }


    .blog_alsolike_wrapper{
        background-color: #fff;
        width: 100%;
    
        background-image: 
            url(""),
            url("");
    }
    
    .blog_alsolike{
        width: 100%;
        margin: 0 auto;
        box-sizing: border-box;
        padding: 38px 10px;
    }
    
    .blog_alsolike h2{
        font-size: 26px;
        font-weight: bold;
        line-height: 1.33;
        color: #3c6e71;
        padding-left: 20px;
        border-left: solid 5px #3c6e71;
    
        margin-bottom: 30px;
    }
    
    .blog_alsolike ul{
        margin: 0 auto;
    
    }
    
    .blog_alsolike li{
        display: flex;
        flex-direction: column-reverse;
        background-color: #fff;
        margin: 50px 0;
    
        position: relative;
        border-bottom: 1px solid #3c6e71;
        height: auto;
    }
    
    .blog_alsolike_content{
        width: 100%;
        display: block;
        text-decoration: none;
        padding: 8px 0;
    }
    
    .blog_alsolike h3{
        font-size: 18px;
        font-weight: bold;
        line-height: 1.5;
        margin-bottom: 10px;
    }
    
    .blog_alsolike h3 a{
        color: #000;
        text-decoration: none;
        display: block;
    }
    
    .blog_alsolike h3 > a:hover{
        color: #164c4f;
    }
    
    .blog_alsolike p{
        font-size: 16px;
        line-height: 1.2;

        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;

        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    
    .blog_alsolike img{
        width: 100%;
        display: block;
        height: auto;
    }
    
    .blog_alsolike_content_tags{
        position: static;
        padding-top: 20px;
    }
    
    .blog_alsolike_content_tags a{
        font-size: 16px;
        line-height: 1.67;
        font-weight: bold;
        color: #3c6e71;
        margin-right: 20px;
        text-decoration: none;
    }
    
    .blog_alsolike_content_tags i{
        margin-right: 5px;
    }

}