.jl-about {
	position: relative;
    min-height: 300px;
    background-image: url(/static/img/about2.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 10%;
    padding-bottom: 10%;
    background-attachment: fixed;
}


.jl-about-container {
	width: 50%;
	margin-right: 0;
	margin-left: auto;
	background-color: rgba(255, 255, 255, 0.88);
}
.jl-about-main {
	width: 90%;
    margin: 0 auto;
    padding-top: 80px;
    padding-bottom: 60px;
}
.jl-about-title-en {
    font-size: 24px;
    line-height: 120%;
    color: #47b3da;
    padding-top: 0px;
    font-weight: normal;
    margin-bottom: 14px;
}
.jl-about-title-ch {
    font-size: 30px;
    color: rgba(54, 54, 54, 1);
}
.jl-about-content {
    font-size: 16px;
    color: #000000;
    margin-top: 20px;
    margin-bottom: 20px;
    line-height: 2;
    word-break: normal ;
    word-wrap: normal ;
}


@media all and (max-width: 768px) {
    .jl-about {

        padding-top: 100px;
        padding-bottom: 100px;
    }
    
    .jl-about-container {
        width: 100%;
    }
    .jl-about-main {
        padding-top: 50px;
        padding-bottom: 0;
    }
    .jl-about-title-ch {
        font-size: 28px;
    }
    .jl-about-content {
        padding-bottom: 20px;
    }
}

.jl-img-txt {
    background-color: rgba(242, 239, 237, 1);
    padding-top: 40px;
    padding-bottom: 40px;
}
.jl-img-txt-container {
    width: 94%;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    padding: 22px;

    background-color: rgba(255, 255, 255, 1);
    box-sizing: border-box;

}
.jl-img-txt-line {
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1);
    margin-bottom: 0;
    margin-top: 15px;
    padding-bottom: 0;
    padding-top: 15px;
}
.jl-img-txt-item-img {

}

.jl-img-txt-item-img img {
    width: 100%;
}


.jl-img-txt-item-date {
    padding: 10px;
    background-color: #898e94;
    color: rgba(255, 255, 255, 1);
    margin-right: 20px;
}

.jl-img-txt-item-date-day {
    line-height: 1;
    font-size: 28px;
    font-weight: bold;
}

.jl-img-txt-item-date-month {
    line-height: 1;
    font-size: 14px;
}

.jl-img-txt-item-title {

    color: #222;
    font-weight: bold;
    line-height: 1.5;
    font-size: 16px;
}