/*
	Theme Name: JustNews Child
	Theme URI: https://www.wpcom.cn/themes/justnews.html
	Version: 1.0
	Author: WPCOM
	Author URI: https://www.wpcom.cn
	Template: justnews
*/

@import url("../justnews/css/style.css");

.single-jm .entry-head{
    padding-bottom: 10px;
    border-bottom: 1px solid #efefef;
}

.single-jm .hentry{
    padding: 0;
    background: none;
}
.single-jm .hentry .entry-sec{
    padding: 30px;
    margin-bottom: 20px;
    background: #fff;
}
@media (max-width: 1239px){
    .single-jm .hentry .entry-sec{
        padding: 20px;
    }
}
@media (max-width: 767px){
    .single-jm .hentry .entry-sec{
        padding: 0;
        margin-bottom: 30px;
    }
}
.entry-jm-card{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.entry-jm-thumb{
    width: 350px;
    margin-right: 24px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
@media (max-width: 1239px){
    .entry-jm-thumb{
        width: 300px;
        margin-right: 16px;
    }
}
@media (max-width: 767px){
    .entry-jm-card{
        flex-wrap: wrap;
    }
    .entry-jm-thumb{
        width: 100%;
        margin-bottom: 15px;
    }
}
.entry-jm-thumb img{
    display: block;
    width: 100%;
    height: auto;
}
.entry-jm-info{
    width: 100%;
}
.entry-jm-item{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px;
    color: #212121;
    font-size: 16px;
    line-height: 1.46;
}
@media (max-width: 1239px){
    .entry-jm-item{
        margin-bottom: 10px;
    }
}
.entry-jm-item:last-child{
    margin-bottom: 0;
}
.entry-jm-item-title{
    width: 90px;
    color: #666;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.entry-jm-item-hl{
    color: #f33;
}
.entry-jm-item-auth{
    font-size: 0;
}
.entry-jm-item .auth-icon{
    display: inline-block;
    margin-right: 4px;
    font-size: 20px;
    line-height: 22px;
    vertical-align: top;
}

.entry-jm-item .ri-shield-user-fill{
    color: #17c3b2;
}
.entry-jm-item .ri-cellphone-fill{
    color: #2196f3;
}
.entry-jm-item .ri-bank-card-fill{
    color: #ffcb77;
}
.entry-jm-item .ri-mail-check-fill{
    color: #fb5607;
}
.entry-jm-item .jm-vip{
    display: inline-block;
    padding: 0 5px;
    margin-top: 1px;
    margin-left: 5px;
    font-size: 12px;
    color: #fff;
    font-weight: 500;
    line-height: 20px;
    vertical-align: top;
    background: #ffc300;
    border-radius: 3px;
    overflow: hidden;
}
.entry-jm-item .ri-vip-crown-2-fill{
    display: inline-block;
    margin-right: 2px;
    font-size: 14px;
    vertical-align: top;
    line-height: 20px;
}

.entry-sec-title{
    position: relative;
    padding: 16px 30px 16px 42px;
    font-size: 18px;
    margin: -30px -30px 20px;
    font-weight: 500;
    border-bottom: 1px solid #efefef;
}
.entry-sec-title:before{
    position: absolute;
    left: 30px;
    top: 17px;
    width: 3px;
    height: calc(100% - 33px);
    content: "";
    background-color: var(--theme-color);
    background-image: -o-linear-gradient(top,rgba(255,255,255,.15),transparent);
    background-image: linear-gradient(
        180deg,rgba(255,255,255,.15),transparent);
    border-radius: 3px;
}
@media (max-width: 1239px){
    .entry-sec-title{
        padding: 16px 20px 16px 32px;
        margin: -20px -20px 20px;
    }
    .entry-sec-title:before{
        left: 20px;
    }
}
.entry-jm-related{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    margin: 0 -10px -20px;
    list-style: none;
}
.entry-jm-related-item{
    width: 25%;
    padding: 0 10px;
    margin-bottom: 20px;
    text-align: center;
    box-sizing: border-box;
}
@media (max-width: 767px){
    .entry-jm-related-item{
        width: 50%;
    }
}
.entry-jm-related-item .item-thumb{
    display: block;
    border-radius: 3px;
    overflow: hidden;
}
.entry-jm-related-item .item-thumb:hover{
    opacity: .95;
}
.entry-jm-related-item .item-thumb img{
    display: block;
    width: 100%;
    height: auto;
}
.entry-jm-related-item .item-title{
    margin: 10px 0 5px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
}
.entry-jm-related-item .item-title a{
    color: #333;
}
.entry-jm-related-item .item-title a:hover{
    color: var(--theme-hover);
}

.entry-jm-related-price{
    margin: 0;
    font-size: 14px;
    color: #f33;
}