@import url('global.css');

.article_wrapper{
    background-color: #fff;
}

.article{
    width: 1200px;
    margin: 0 auto;

    display: flex;
    padding: 150px 15px 40px 15px;
}

.left_article{
    display: flex;
    flex-direction: column;
    position: fixed;
    overflow-x: hidden;
}

.left_article div{
    margin-top: 135px;
    margin-bottom: 50px;
}

.article_tag{
    width: 130px;
    background-color: #3c6e71;
    padding: 8px 19px;
    color: #fff;
    font-size: 23px;
    font-weight: bold;
    line-height: 1.74;

    text-decoration: none;
}

.article_bottom_tag{
    display:none;
}

.left_article p{
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: bold;
    line-height: 2.5;
    color: #000;
}


.left_article i{
    font-size: 2em;
    color: #3c6e71;
    padding-top: 50px;
}

.right_article{
    margin-left: 30%;
    width: 70%;
}

.article_top h2{
    font-size: 36px;
    font-weight: bold;
    line-height: 1.39;
    color: #000;
}

.article_top img{
    margin: 20px 0;
    width: 100%;
}

.summary{
    box-sizing: border-box;
    width: 100%;
    height: 180px;
    background-color: rgba(207, 186, 225, 0.6);
    padding: 30px 15px;
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 2;
}

.article_content{
    padding-bottom: 50px;
}

.article_content p{
    font-size: 20px;
    line-height: 2;
    color: #000;
}

.article_content .article_src{
    text-align: right;
    font-size: 16px;
    line-height: 2;
    color: rgb(90, 89, 89);
}

.article_content .article_src a{
    color: rgb(90, 89, 89);
}

.article_alsolike{
    width: 100%;
    box-sizing: border-box;
    padding: 38px;
    background-color: rgba(60, 110, 113, 0.11);
}

.article_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;
}

.article_alsolike ul{

}

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

    position: relative;
}

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

.article_alsolike h3{
    font-size: 20px;
    font-weight: bold;
    line-height: 1.8;
}
.article_alsolike h3 a{
    color: #000;
    text-decoration: none;
    display: block;
}

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

.article_alsolike_content_tags{
    position: relative;
    bottom: -55px;
    left: 0px;
    display: flex;
}

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

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

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

.hidden-text p, .hidden-text i, .hidden-text div {
    display: none;
}

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

    .article_wrapper{
        background-color: #fff;
    }
    
    .article{
        width: 100%;
        margin: 0 auto;
    
        display: flex;
        padding: 0px;
    }
    
    .left_article{
        display: none;
    }
    
    .right_article{
        margin-left: 0%;
        width: 100%;
    }

    .article_top{
        display: flex;
        flex-direction: column;
        padding: 0 15px 50px 15px;
    }

    .article_top img{
        margin: 20px 0;
        width: 100%;
        order:2;
    }
    
    .article_top h2{
        font-size: 26px;
        font-weight: bold;
        line-height: 1.39;
        color: #000;
        margin: 20px 0 0 0;
        order:1;
    }
    
    .article_top .summary{
        box-sizing: border-box;
        width: 100%;
        height: 120px;
        padding: 15px;
        margin: 0;
        font-size: 16px;

        order:4;

        line-height: 2;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
     
    }
    
    .article_content{
        order: 5;
        padding: 0 15px 20px 15px;
    }
    
    .article_content p{
        font-size: 16px;
        line-height: 2;
        color: #000;
    }
    
    .article_content .article_src{
        margin-top: 10px;
        text-align: right;
        font-size: 16px;
        line-height: 2;
        color: rgb(90, 89, 89);
    }
    
    .article_content .article_src a{
        color: rgb(90, 89, 89);
    }

    .article_bottom_tag{
        order: 7;

        display: flex;
        font-weight: bold;
        color: #3c6e71;
        padding: 10px 0;

        justify-content:space-around
    }

    .article_bottom_tag a{
        color: #3c6e71;
        text-decoration: none;
    }

    .article_bottom_tag p{
    }

    .article_bottom_tag i{
        position: relative;
        right: 0;
        margin-left: 25px;
    }
    
    .article_alsolike{
        width: 100%;
        box-sizing: border-box;
        padding: 38px 15px;
        background-color: rgba(60, 110, 113, 0.11);
    }
    
    .article_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;
    }
    
    .article_alsolike ul{
    
    }
    
    .article_alsolike li{
        display: flex;
        flex-direction: column-reverse;
        background-color: #fff;
        margin: 20px 0;

        position: static;
    }
    
    .article_alsolike_content{
        width: auto;
        display: block;
        text-decoration: none;
        padding: 10px;
        height: auto;
    }

    .article_alsolike img{
        width: 100%;
        display: block;
        height: auto;
    }
    
    .article_alsolike h3{
        font-size: 18px;
        font-weight: bold;
        line-height: 1.5;
        margin-bottom: 20px;
    }

    .article_alsolike h3 a{
        color: #000;
        text-decoration: none;
        display: block;
    }
    
    .article_alsolike_content_tags{
        position: static;
        display: flex;
    }
    
    .article_alsolike_content_tags a{
        font-size: 12px;
    }
    
    .article_alsolike_content_tags i{
        margin-right: 5px;
    }
    
    .article_alsolike h3 > a:hover{
        color: #164c4f;
    }
}