body {
	background-color: white;
}

body h4 {
	font-size: 1.2em;
	color: black;
	text-align: left;
	font-weight: normal;
	margin: 0em;
	line-height: 1.5em;
	margin: 0;
}
body p {
	color: gray;
	margin: 0;
}
/* 椤堕儴banner */
.top {
	position: relative;
	box-shadow: 0 3pt 3pt lightgray;
	margin-bottom: 15pt;

}
.top>img {
	width: 100%;
	display: block;
}
.top>p {
	position: absolute;
	width: 92%;
	left: 4%;
	bottom: 1%;
	color: white;
}


/* 璇︽儏 */
.title {
	margin: 0;
	padding: 0 4%;
}
.title>li {
	list-style: none;
	display: inline-block;
	margin: 0 10pt 0 0;
	padding-bottom: 2pt;
}
/* 閫変腑 */
li.selected{
	border-bottom: 2pt solid rgb(255,218,29);
}
li.selected>a {
	color: rgb(255,218,29);
}
li>a{
	color:#333;
}

.timeline {
	padding: 0 4%;
}
.timeline>h4 {

	margin: 8% 0 3% 0;
}

p.publish {
	font-size: 0.8em;
	margin: 2% 0 5% 0;
}
.detail_con>a {
	color: rgb(255,218,29);
	cursor: pointer;
}

img.des {
	width: 100%;
	display: block;
}

img.shadow {
	width: 100%;
	display: block;
}

div.timeline_img {
	/*width: 100%;*/
	text-align: center;
}
div.timeline_img>img {
	width: 30%;
}

div.timeline>video {
	width: 100%;
	/*margin: 5pt 0;*/
	/*margin-left: 5%;*/
	
	/*text-align: center;*/
	/*position: relative;*/
}

div.more {
	text-align: center;
	padding: 8% 4%;
	/*color: gray;*/
}
