.index-h4
{
	font-size:26px;
}
/*******ÐÂÎÅ×¨Ìâ*********/

.con-xw-all h2
{
	font-size: 18px;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 15px;
}
.con-xw-all h3
{
	font-size: 14px;
	margin: 0px;
	color: #7B7B7B;
}
@media (min-width:768px) {
.con-xw-all
{
	width: 85%;
	overflow: hidden;
	margin-right: auto;
	margin-bottom: 40px;
	margin-left: auto;
}
.con-xw-all dl
{
	list-style-image: none;
	list-style-type: none;
	width: 30%;
	margin: 1.6%;
	padding: 0px;
	float: left;
}
}

@media (max-width:768px) {
.con-xw-all
{
	width: 95%;
	overflow: hidden;
	margin-right: auto;
	margin-bottom: 40px;
	margin-left: auto;
}
.con-xw-all dl
{
	list-style-image: none;
	list-style-type: none;
	width: 100%;
	margin: 1.6%;
	padding: 0px;
	float: left;
}
}

.con-xw-all dl img
{
	width:100%;
	transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	-webkit-transform: scale(1);
	transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	-o-transition: .5s;
}
.con-xw-all dl img:hover{
	-webkit-transform: scale(1.1,1.1);
}
.con-xw-all dl div
{
	width:100%;
	height:100px;
	overflow:hidden;
	
}
.con-xw-all dl dd
{
	width: 100%;
	overflow: hidden;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F5F5F5;
}
.con-xw-all dl dd:hover
{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #7bc91e;
}
.con-xw-all dl dd a
{
	float: left;
	white-space: nowrap;
	text-overflow: ellipsis;
	width: 70%;
	overflow: hidden;
}
.con-xw-all dl dd time
{
	float: right;
	font-size: 12px;
	color: #B3B3B3;
	width: 30%;
	overflow: hidden;
	text-align: center;
}