
/* @font-face {
    font-family: 'MONGOLQAGANTIG';
    src: url('./MONGOLQAGANTIG.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
} */
@font-face {
    font-family: 'gltqagannarin';
    src: url('./GLTQaganNarinTig.ttf') format('truetype'),
    url('./GLTQaganNarinTig.woff') format('woff'),
    url('./GLTQaganNarinTig.woff2?v=1.0.0') format('woff2'),
    url('./GLTQaganNarinTig.eot') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
 /* @font-face {
    font-family:'gltqagannarin';
    src: url('./GLTQaganNarinTig.ttf') format('truetype'),
    url('./GLTQaganNarinTig.eot') format('embedded-opentype');
} */
.banner{
    background-color: #00cc00;
}
.header img{
    max-width: 100%;
    display: block;
}
.book-img{
    position: relative;
    width: 100%;
    height: 673px;
    margin-bottom: 10px;
    margin-top: 20px;
}
.book-img img{
    width: 59%;
    height: 670px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
}
.book-title{
    position: relative;
    height: 60px;
}
.book-title .container{
    height: 100%;
}
.book-title .english-book{
    font-size: 24px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 484px;
    height: 100%;
    margin-top: 13px;
}
.j-content-item {
    position: relative;
    min-height: 76px;
    margin-bottom: 20px;
    padding: 25px;
}
.j-content-item .title{
    font-size: 24px;
}
.j-content-item .title a{
    color: black;
}
.j-content-item .title a:hover{
    color: #46920c;
}
.title-pre {
    width: 120px;
    padding: 10px 0;
    border-bottom: 4px solid #1287de;
    display: flex;
    flex-direction: row;
}
.more-box {
    /* width: calc(100% - 100px); */
    padding: 0px 0;
    border-bottom: 2px solid #e0e0e0;
    display: flex;
    flex-direction: row;
    justify-content: right;
}
.ysj-content-item {
    /* background: radial-gradient(circle, #4caf79 0%, #83c4fc 100%); */
    background: radial-gradient(circle, #e7e4e2 0%, #83c4fc 100%);
    /* margin-bottom: 20px; */
    margin-bottom: 0px;
}
.j-content-item {
    position: relative;
    min-height: 200px;
    margin-bottom: 20px;
    padding: 25px;
}
.mp3css {
    border-radius: 7px;
    height: 70px;
    width: 60%;
}
.j-content-item .title {
    margin: 0 0 0px 0;
    font-size: 24px;
    margin-top: 0px;
}
.ypcontent-txt{
    margin-bottom: 54px;
    padding-top: 20px;
}
/* .ypcontent-txt div{
    padding: 5px 0 !important;
} */
.title-week{
    height: 70px;
    width: 10%;
    font-size: 16px;
    padding-top: 34px;     
}
.row{
    margin-top: -20px;
}
.ebook{
    margin-bottom: 0;
}
.ebook a{
    font-size: 22px;
    color: rgb(3, 39, 240);
    text-decoration: none !important;
}
.ebook a:hover{
    color: rgb(58 145 14);
}
.ebook .ebook-link-title{
    font-size: 22px;
    color: black;
}
/* .ebook embed{
    -webkit-transform: translate(30px, -50px);
            transform: translate(30px, -50px);
            width: 900px;
            height: 100%;
} */
 .cover-part{
    position: absolute;
    right: 150px;
    top: 3px;
    height: 48px;
    width: 150px;
    background-color: #3c3c3c;
 }

@media (max-width: 768px) {
    .ysj-content-item {
        /* background: radial-gradient(circle, #4caf79 0%, #83c4fc 100%); */
        height: 690px;
    }
    .j-content-item {
        min-height:140px;
    }
    .book-img {
        height: 350px;
        margin-top: 0px;
    }
    .book-img img{
        height: auto;
        margin-top: 20px;
        width: 100%;
    }
    .mp3css{
        width: 76%; 
    }
}