@charset "utf-8";
/*带右栏二级页css*/
/*20180122 v1.0*/
.title {
    width: 1000px;
    height: 30px;
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #bbb;
}
.con_left1 {
	width: 1000px;
	float: left;
}


/*左侧*/
.con_left1 ul {
	width: 100%;
	height: auto;
	margin-bottom: 45px;
}
.con_left1 li {
	width:215px; height:auto; float:left; padding:0 15px 0 18px; margin-bottom:20px;
	
	overflow: hidden;

	}
	.con_left1 li img{
	width:215px; height:138px;

	}
	
	.con_left1 li p{
	font-size: 14px; 
	line-height: 24px; margin-top:10px; height:92px; 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;
    background: #db6d4c;
    color: #FFF;
    line-height: 2em;
    border-radius: 0.5em;
    cursor: pointer;
    margin-top: 30px;
}
.xpage-more-btn1:hover {
    background: #db6d4c;
}
.xpage-more-btn1:active {
   background: #db6d4c;
}






