﻿
.contain_cont .left{
	width:67%;
	height:100%;
	float:left;
	background:rgba(255,255,255,0.6);
	box-shadow: 0px 2px 5px #888;
	position:relative;
}



.left  ul.list{
	padding: 0 20px;
	height: auto;
	margin: 0 auto;

}
.left  ul.list li{
	width:100%;
	height:40px;
	margin:0 auto;
	display: -webkit-box;
	display: -webkit-flex;
	border-bottom:1px  solid  #ebebeb;
}
.left  ul.list li button{
	width:80px;
	height:30px;
	float:right;
	margin-right:5px;
	margin-top:5px;
	background:none;
	color:#fe1b01;
	font-size:12px;
	border-radius: 10px;
	border:1px  solid  #fe1b01;
}
.left  ul.list li button a{
	display:block;
	width:100%;
	height:100%;
	line-height: 30px;
	color:#fe1b01;
}
.left  ul.list li button:hover{
	background:#fe1b01;
}
.left  ul.list li button:hover a{
	color:#fff;
}
.left  ul.list li p{
	line-height:40px;
	font-size:14px;
	color:#303030;
	-webkit-box-flex:1;
	-webkit-flex:1;
}
.contain_cont .right{
	width:30%;
	height:100%;
	float:left;
	margin-left:3%;

}
.top{
	width:100%;
	height:230px;
	padding-top:20px;
	margin:0px auto;
	background:rgba(255,255,255,0.6);
	box-shadow: 0px 2px 5px #888;
}
.top .subtitle{
	margin:0 auto;
}
.top  ul{
	padding: 0 20px;
	height:auto;
	margin:5px auto;

}
.top  ul li{
	width:100%;
	height:38px;
	margin:0 auto;
	list-style: disc;
	display: -webkit-box;
	display: -webkit-flex;
	border-bottom:1px  solid  #ebebeb;
}
.top  ul li i{
	width:4px;
	height:4px;
	margin-top:18px;
	margin-right:3px;
	border-radius: 2px;
	background:#fe1b01;
	float:left;
}
.top  ul li p{
	line-height:38px;
	font-size:14px;
	color:#303030;
	-webkit-box-flex:1;
	-webkit-flex:1;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.top  ul li span{
	line-height:38px;
	font-size:11px;
	width:70px;
	text-align: right;
	color:#9f9f9f;
	float:right;
	display: inline-block;
}
.bottom{
	width:100%;
	height:230px;
	padding-top:10px;
	margin:20px auto 0 auto;
	background:rgba(255,255,255,0.6);
	box-shadow: 0px 2px 5px #888;
}
.bottom .subtitle{
	margin:0 auto;
}
.bottom  ul{
	padding: 0 20px;
	height:auto;
	margin:5px auto;

}
.bottom  ul li{
	width:100%;
	height:38px;
	margin:0 auto;
	list-style: disc;
	display: -webkit-box;
	display: -webkit-flex;
	border-bottom:1px  solid  #ebebeb;
}
.bottom  ul li i{
	width:4px;
	height:4px;
	margin-top:18px;
	margin-right:3px;
	border-radius: 2px;
	background:#fe1b01;
	float:left;
}
.bottom  ul li p{
	line-height:38px;
	font-size:14px;
	color:#303030;
	-webkit-box-flex:1;
	-webkit-flex:1;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.bottom  ul li span{
	line-height:38px;
	font-size:11px;
	width:100px;
	text-align: right;
	color:#9f9f9f;
	float:right;
	display: inline-block;
}

.c_cont{
	width:100%;
	height:100%;
	background:rgba(255,255,255,0.8);
	box-shadow: 0px 2px 5px #888;
}
.article{
	width: 90%;
	height: 320px;
	margin: 0 auto;
	overflow: auto;

}
.article h4{
	width:80%;
	height:auto;
	line-height:30px;
	font-size:17px;
	color:#303030;
	font-weight: normal;
	margin: 0 auto;
	text-align: center;
}
.article p{
	width:80%;
	height:auto;
	line-height:30px;
	font-size:14px;
	color:#2e2e2e;
	white-space: pre-wrap;
	*white-space: pre;
	*word-wrap: break-word;
	text-align: left;
	margin:0 auto;
}