.detail-box {
    padding: 15px 15px;
    background: #fff;
    box-shadow: 0 0.02rem 0.08rem 0 rgba(34,42,63,.1);
	/* overflow: hidden; */
}
.detail-box .title {
    font-size: 20px;
    color: #222a3f;
    line-height: 33px;
    font-weight: 700;
}

.cont-info {
    margin-top: 10px;
	padding: 0 10px;
	display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.cont-info .cont-author {
    color: #687684;
    max-width: 60%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.cont-info .cont-data {
    color: #687684;
    margin-left: 8px;
    white-space: nowrap;
}
.detail-box .cont-list {
    padding: 16px 0 16px;
    color: #222a3f;
    line-height: 1.8;
    font-size: 16px;
}
.detail-box .cont-list p {
    margin-top: 5px;
}
.detail-box .cont-list img {
    margin-top: 5px;
    display: block;
    width: 100%;
    height: auto;
}
.detail-box iframe {
    margin-top: 5px;
    display: block;
    width: 100%;
    height: 300px;
}
.wdlf_video{
	margin-top: 5px;
}	
.wdlf_video video{
	width: 100%;
}

.wdlf_shangXia_page{
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	background: #FFF;
    padding-bottom: 20px;
}
.wdlf_shangXia_page div {
    color: #76838f;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-radius: 5px;
    border: 1px solid #e4eaec;
    padding: 10px;
    margin: 20px;
	width: 35%;
}
.wdlf_shangXia_page div a{
	color: #76838f;
}