.resource{
	padding-top: 30px;
}
.details {
	background-color: #fff;
	padding: 20px;
	box-sizing: border-box;
	/* margin-top: 30px; */
	
	border-radius: 5px;
}
.details .hd {
    width: 95%;
    margin: 0 auto;
    padding: 20px 0;
    border-bottom: 1px #ebeef5 solid;
}
.details h1{
	font-size: 30px;
	text-align: center;
	line-height: 40px;
}
.details .hd .auor{
	text-align: center;
	    color: #888;
	    padding-top: 10px;
}
.details .hd .auor span { padding:0 10px}
.details .text {
    padding-top: 20px;
    width: 95%;
    margin: 0 auto;
    font-size: 16px;
    line-height: 30px;
}
.details .text video{
	width: 80%; margin: 0 auto; display: block;
}
.details .text p{
	margin-top: 15px;
}

.eventid .endtext h3{
	font-weight: 600;
	font-size: 20px;
	line-height: 42px;
}

.details .hd .xx {
	display: flex;
	flex-wrap: wrap;
	line-height: 42px;
	justify-content: center;
	width: 48%;
	margin: auto;
}

.details .hd .xx p{
	width: 50%;
	color: #888;
	/*text-align: center;*/
}

@media all and (max-width:1000px) {
	.details h1{
		font-size: 24px;
	}
	.details .hd .xx {
		width: 100%;
	}
}
@media all and (max-width:700px) {
	.details .hd .xx p{
		width: 100%;
	}
}