@CHARSET "UTF-8";
#topimg{
	width:100%;
	background-size:cover;
}
#pagetile{
	width: 100%;
	height:40px;
	line-height:40px;
	margin-top: 1px;
	padding-left: 6%;
	background: #008080;
	color:#fff;
}
.container .displ{
	width:20%;
	float:left;
}
.container .displ li{
	padding:15px 0;
	text-align:center;
	border-radius:5px;
	margin-bottom:16px;
}
.container .displ li:nth-child(odd){
	background:#b8dcdc;
}
.container .displ li:nth-child(even){
	background:#efefef;
}
.container .displ li:hover{
	color:red;
	cursor:pointer;
	background:#ffcbb5;
}

.container .dispr{
	width:80%;
	float:right;
	padding-left:80px;
}
.container .dispr ul{
	width:100%;
	height:auto;
	margin-bottom:40px;
}
.container .dispr ul li{
	width:100%;
	height:100%;
	margin:0;
	padding:20px 0;
	border-bottom:1px dashed #005157;
	overflow:hidden;
}
.container .dispr ul li img{
	float:right;
	width:200px;
	margin-left:20px;
	border-radius:5px;
}
.container .dispr ul li p{
	padding:10px 0;
	line-height:2;
}
.container .dispr ul li p:nth-child(2){
	font-size:18px;
	font-weight:bold;
	white-space: nowrap;
	overflow: hidden;
	-moz-text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}
.container .dispr ul li p:nth-child(3){
	text-indent:2em;
	color:gray;
}
.container .dispr ul li p:nth-child(4){
	font-size:14px;
	colof:gray;
	text-align: justify;
	text-justify: inter-ideograph;
	text-indent:2em;
	word-wrap:break-word;
}
.container .dispr ul li p:nth-child(4):after{
	content:"."; clear: both; height: 0; overflow: hidden; visibility: hidden; display: block;
}
.page{
	text-align:center;
}
.page input,.page select{
	border:0;
	background:transparent;
	margin:0 5px;
	cursor:pointer;
}
.page input:hover{
	color:red;
}