.more {
    color: #b7b7b7;
}
.video-box {
    margin-bottom: 1rem;
}
.video-box img {
    height: 240px\9;
}
.video-box a {
    display: block;
    color: #000;
    position: relative;
    width: 100%;
    height: 100%;
}

.video-box .intro p {
    width: 100%;
    overflow: hidden; 
    white-space: nowrap;
    text-overflow: ellipsis; 
}

.video-box a .play {
    display: none;
    background: url('../cn_images/video-icon.png') center center / cover no-repeat;
    width: 60px;
    height: 60px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -3rem 0 0 -1.5rem;
}
.video-box a:hover .play {
    display: inline;
}
/* elife新闻列表 时间模块样式 */
.time-box {
    background-color: #b34345;
    color: #FFF;
    text-align: center;
}
.time-box .month {
    height: 80px;
    font-size: 2.4rem;
    line-height: 80px;
}
.time-box .days {
    height: 48px;
    font-size: 2rem;
    background-color: #a01417;
}
.pages-upcoming .media.green .time-box {
    background-color: #338f80;
}
.pages-upcoming .media.green .time-box .days {
    background-color: #007360;
}

/* 新闻列表 */
.pages-upcoming .media {
    padding-left: 1rem;
    padding-right: 1rem;
    height: 200px\9;
}
.pages-upcoming .media:last-child {
    border-bottom: 1px solid rgba(219,219,219,.5);
    padding-bottom: 1rem;
	margin-bottom: 1rem;
}
.pages-upcoming .media-content {
    width: 823px\9;
}
/* 操作按钮 */
.handle-button {
    display: flex;
    flex-direction: column;
    height: 8rem;
    justify-content: center;

    /* ie9 10 hack */
    display: table-cell\9;
    vertical-align: middle\9;
}
.handle-button button {
    width: 100%;
    background-color: #007360;
    color: #FFF;
    border-radius: 0;
}
.handle-button button:last-child{
    margin-top: .5rem;
}


/*用于修正pc端的视频页面bjm 20200310*/

@media only screen and (min-width: 1100px){
	.video-box img{
		height: 230px;
		width: 350px;
	}
}





/* 视频播放器 
.video-player,
.video-player object,
.video-player embed {
    height: 500px;
}*/

/* 无线端样式重制 */
@media screen and (max-width:768px) {
    .content p:not(:last-child) {
        margin-bottom: .5rem;
    }
    .video-box a .play {
        display: inline;
    }    
    .video-player,
    .video-player object,
    .video-player embed {
        height: 300px;
    }
    .image.is-128x128 {
        width: 65px;
        height: 48px;
    }
    .time-box {
        margin-top: .5rem;
    }
    .time-box .month {
        font-size: 1.25rem;
        height: 2rem;line-height:1.5
    }
    .time-box .days {
        font-size: 1rem;
        height: auto;
    }
    .pages-upcoming .handle-button {
        height: 4rem;
    }
    .pages-upcoming .handle-button .button {
        font-size: .75rem;
        padding: 2px;
    }
    .pages-upcoming .handle-button.cn .button {
        padding: 2px 10px;
    }
    .pages-upcoming .media {
        padding: 0;
    }
    .pages-upcoming .media .content {
        margin: 0;
    }
    .pages-upcoming .media-content {
        line-height: 18px;
    }
}
