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

.left  ul{
	padding: 0 10px;
	height: 370px;
	overflow: auto;
	margin: 0 auto;

}
.left  ul li{
	width: 230px;
	height: 175px;
	float: left;
	margin-top: 8px;
	background: #fff;
	margin-left: 9px;
	border: 1px solid #ebebeb;
	box-sizing: border-box;
}
.left  ul li img{
	width:100%;
	height:121px;
}
.left  ul li p{
	width: 200px;
	margin: 0 auto;
	color: #303030;
	height: 25px;
	line-height: 25px;
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
/*	-webkit-line-clamp: 2;*/
}
.left  ul li p span{
	color:#898989;
	font-size:10px;
}
.left  ul li p span.time{
	float:right;
}

.contain_cont .right{
	width:30%;
	height:100%;
	float:left;
	margin-left:3%;
	background:rgba(255,255,255,0.8);
	box-shadow: 0px 2px 5px #888;

}
.cwgk{
	padding-top:10px;
}
.cwgk .subtitle{
	margin:0 auto;
}
.cwgk  ul{
	width:95%;
	height:auto;
	margin:5px auto;
}
.cwgk  ul li{
	width:100%;
	height:40px;
	margin:0 auto;
	list-style: disc;
	display: -webkit-box;
	display: -webkit-flex;
	border-bottom:1px  solid  #ebebeb;
}
.cwgk  ul li a{
	display:block;
	width:100%;

}
.cwgk  ul li i{
	width:4px;
	height:4px;
	margin-top:18px;
	margin-right:3px;
	border-radius: 2px;
	background:#fe1b01;
	float:left;
}
.cwgk  ul li p{
	line-height: 40px;
	font-size: 14px;
	color: #303030;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.cwgk  ul li span{
	line-height:40px;
	font-size:12px;
	width:100px;
	text-align: right;
	color:#9f9f9f;
	float:right;
	display: inline-block;
}
.morebtn{
	width:100%;
	height:auto;
	margin:10px auto;
	text-align: center;
}

.morebtn button{
	width:100px;
	height:30px;
	border:0;
	color:#fff;
	outline:none;
	background:#fe1b01;
	border-radius: 10px;
}