@charset "utf-8";
/*带右栏二级页css*/
/*20180122 v1.0*/

.con_left1 {
	width: 1000px;
	float: left;
}


/*左侧*/
.con_left1 ul {
	width: 100%;
	height: auto;
	margin-bottom: 45px;
}
.con_left1 li {
	width:300px; height:auto; float:left; padding:0 15px 0 18px; margin-bottom:20px;
	
	overflow: hidden;

	}
	.con_left1 li img{
	width:300px; height:193px;

	}
	
	.con_left1 li p{
	font-size: 14px; 
	line-height: 24px; margin-top:10px; height:68px; overflow:hidden;
	

	}
	.con_left1 li p a{ color:#000;

	}
.con_left1 li i {
	width: 2px;
	height: 2px;
	display: inline-block;
	background: #000;
	border-radius: 2px;
	position: absolute;
	top: 17px;
	left: 0;
}
.con_left1 li span {
	display: inline-block;
	color: #b1b1b1;
	margin-left: 5px;
}

/*xpage list*/
.xpage-more-btn1 {
    width: 100px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    border:1px solid #bbb;
    background: #eee;
    line-height: 2em;
    border-radius: 0.5em;
    cursor: pointer;
}
.xpage-more-btn1:hover {
    background: #ddd;
}
.xpage-more-btn1:active {
    background: #ccc;
}


@media screen and (max-width:768px) {
	
	.con_left1{ width:100%; height:auto;}
	.con_left1 ul{ width: 94%; height: auto; margin-bottom: 45px; margin: 0 auto;}
	.con_left1 li {
    width: 46%;
    height: auto;
    float: left;
    padding: 0 2% 0 2%;
    margin-bottom: 20px;
    overflow: hidden;
}
.con_left1 li img{
	width:100%; height:auto;

	}

	}

