
.content {
	width: 1200px;
	margin: 0 auto;
	margin-top: 110px;
	min-height: 800px;
}
.content .con .title {
	height: 80px;
	line-height: 80px;
	font-size: 22px;
	color: #333;
	padding-left: 20px;
	padding-bottom: 0px;
	background: url(../images/commonImg/tuoyuan.png) no-repeat 0px 35px;
	border-bottom: 1px solid #e5e5e5;
	background-size: 10px 10px;
}
.content .con .news_con ul li {
	border-bottom: 1px solid #e5e5e5;	
}
.content .con .news_con ul li .item {
	display: inline-block;
	height: 195px;
	padding: 40px 0;
	-moz-box-sizing: border-box;  
	-webkit-box-sizing: border-box; 
	-o-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
	box-sizing: border-box; 
}
.content .con .news_con ul li .item .left:hover img {
	transform: scale(1.2);
}
.content .con .news_con ul li .item:hover .right .one {
	color: #1597d2;
}
.content .con .news_con ul li .item:hover .right .two {
	color: #1597d2;
}
/*
 .content .con .news_con ul li .item:hover .left {
 	margin-right: 55px;	
 }
*/
.content .con .news_con ul li .item .left {
	width: 215px;
	overflow: hidden;
	margin-right: 40px;
	transition: all 2s;
}
.content .con .news_con ul li .item .left img {
	width: 100%;
	transition: all 2s;
}
.content .con .news_con ul li .item .right .one {
	font-size: 20px;
	color: #333333;
	margin-top: 8px;
	width: 870px;
	overflow:hidden;
	text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
	-webkit-text-overflow:ellipsis;
	-moz-text-overflow:ellipsis;
	white-space:nowrap;	
}
.content .con .news_con ul li .item .right .two {
	font-size: 14px;
	color: #666666;
	margin: 13px 0 25px 0;	
	width: 870px;
	overflow:hidden;
	text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
	-webkit-text-overflow:ellipsis;
	-moz-text-overflow:ellipsis;
	white-space:nowrap;	
}
.content .con .news_con ul li .item .right .three {
	font-size: 14px;
	color: #999999;
}
.content .more_load {
	text-align: center;
	margin-top: 30px;
	margin-bottom: 60px;
}
.content .more_load a {
	padding-left: 30px;
	display: inline-block;
	font-size: 14px;
	height: 20px;
	line-height: 20px;
	color: #1597d2;
	background: url(../images/commonImg/more.png) no-repeat 0px center;
	transition: all 1s;
}
.content .more_load a:hover {
	opacity: 0.6;
}


@media screen and (max-width: 1440px) {
	.content {
	    width: 1000px;
	} 
	.content .con .news_con ul li .item .right .one {
		width: 700px;
	}
	.content .con .news_con ul li .item .right .two {
	    width: 700px;
	}	
}

@media screen and (max-width: 1366px) {
/*	.content {
	    width: 950px;
	    margin-top: 40px;
	} 
	.content .con .news_con ul li .item .right .two {
	    width: 600px;
	}	
	.content .con .title {
	    height: 70px;
	    line-height: 70px;
	    padding-bottom: 0px;
	    background: url(../images/commonImg/tuoyuan.png) no-repeat 0px 30px;
	}
	.content .con .news_con ul li .item {
	    padding: 30px  0;
	    height: 175px;
	}
	.content .more_load {
	    margin-bottom: 50px;
	}*/
	.content {
	    margin-top: 95px;
	} 	
	.content .con .title {
/*	    height: 90px;
	    line-height: 90px;
	    font-size: 28px;
	    color: #333;
	    padding-left: 23px;
	    padding-bottom: 0px;
	    background: url(../images/commonImg/tuoyuan.png) no-repeat 0px 40px;
	    border-bottom: 1px solid #e5e5e5;*/
	}	
} 


@media screen and (max-width: 1280px) {
	.content {
	    width: 850px;
	}
	.content .con .news_con ul li .item .right .one {
		width: 500px;
	}
	.content .con .news_con ul li .item .right .two {
	    width: 500px;
	}	
}

@media screen and (max-width: 1024px) {
	.content {
	    width: 700px;
	    margin-top: 85px;
	}
	.content .con .news_con ul li .item .right .one {
		width: 400px;
	}
	.content .con .news_con ul li .item .right .two {
	    width: 400px;
	}
	.content .con .title {
/*	    height: 80px;
	    line-height: 80px;
	    background: url(../images/commonImg/tuoyuan.png) no-repeat 0px 35px;*/
	}		
}


@media screen and (max-width: 768px) {
	.content {
	    width: 100%;
	    padding: 0 40px;
		-moz-box-sizing: border-box;  
		-webkit-box-sizing: border-box; 
		-o-box-sizing: border-box; 
		-ms-box-sizing: border-box; 
		box-sizing: border-box;
		margin-top: 70px;
	}
	.content .con .news_con ul li .item {
	    padding: 20px 0;
	    height: auto;
	    width: 100%;
	}
	.content .con .news_con ul li .item .left {
		/*float: none;*/
    	margin-right: 20px;		
	}
	/*
	 .content .con .news_con ul li .item:hover .left {
		margin-right: 20px;	
	}
	*/		
	.content .con .news_con ul li .item .right {
		/*float: none;*/
	}
	.content .con .news_con ul li .item .right .one {
		width: 300px;
		/*background: red;*/
	}
	.content .con .news_con ul li .item .right .two {
	    width: 300px;
	    margin: 13px 0 15px 0;
	    /*background: green;*/
	}

}



@media screen and (max-width: 640px) {
	.content {
	    padding: 0 30px;
	}	
	.content .con .title {
/*	    height: 60px;
	    line-height: 60px;
	    font-size: 28px;
	    background: url(../images/commonImg/tuoyuan.png) no-repeat 0px 25px;*/
	}
	.content .con .news_con ul li .item .left {
		/*float: none;*/
    	margin-right: 5px;
    	width: 180px;		
	}
	/*
	.content .con .news_con ul li .item:hover .left {
		margin-right: 10px;	
	 }
	*/		
	.content .con .news_con ul li .item .right .one {
	    font-size: 18px;
	    width: 150px;
	}	
	.content .con .news_con ul li .item .right .two {
	    /*width: 350px;*/
	    margin: 13px 0 15px 0;
	    width: 150px;
	}		
}

@media screen and (max-width: 414px) {
	.content {
	    padding: 0 15px;
	    margin-top: 60px;
	}	
	.content .con .title {
/*	    height: 50px;
	    line-height: 50px;
	    font-size: 26px;
	    background: url(../images/commonImg/tuoyuan.png) no-repeat 0px 19px;*/
	}
	.content .con .news_con ul li {
		text-align: left;
	}	
	.content .con .news_con ul li .item {
	    padding: 15px 0;
	    position: relative;
	}
	.content .con .news_con ul li .item .right {
		width: 100%;
	}
	.content .con .news_con ul li .item .right .one {
	    font-size: 16px;
	    width: 100%;
	    float: none;
	    margin-top: 0;
/*display: -webkit-box; 
-webkit-line-clamp: 2; 
-webkit-box-orient: vertical; 
overflow: hidden;*/
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;

    white-space: normal;	    
	}
	.content .con .news_con ul li .item .right .two {
	    width: 100%;
	    padding: 0 10%;
	    margin: 13px 0 15px 0;
	    font-size: 12px;
		-moz-box-sizing: border-box;  
		-webkit-box-sizing: border-box; 
		-o-box-sizing: border-box; 
		-ms-box-sizing: border-box; 
		box-sizing: border-box;
		float: none;
	}		
	.content .con .news_con ul li .item .right .three {
	    font-size: 12px;
    color: #999999;
    position: absolute;
    bottom: 17px;
    right: 44%;	    
	}
	.content .con .news_con ul li .item .right .two {
	    /*width: 320px;*/
	    margin: 13px 0 15px 0
	}
	.content .more_load {
		margin-top: 20px;
	    margin-bottom: 30px;
	}
	.content .con .news_con ul li .item .left {
		width: 130px;
		margin-right: 10px;
		/*width: 100%;*/
		/*padding: 0 20px;*/
/*		-moz-box-sizing: border-box;  
		-webkit-box-sizing: border-box; 
		-o-box-sizing: border-box; 
		-ms-box-sizing: border-box; 
		box-sizing: border-box;*/
	}
	.content .con .news_con ul li .item .right {
		width: 60%;
	}
	.content .con .news_con ul li .item .right .two {
		display: none;
	}		
}

@media screen and (max-width: 375px) {
	.content {
	    padding: 0 10px;
	}		
	.content .con .news_con ul li .item .right .three {
	    right: 40%;
	}
	.content .con .news_con ul li .item .right {
	    width: 55%;
	}	
}
@media screen and (max-width: 360px) {		
	.content .con .news_con ul li .item .right .three {
	    right: 38%;
	}	
}
@media screen and (max-width: 320px) {
	.content {
	    padding: 0 10px;
	    margin-top: 60px;
	}	
	.content .con .title {
	    /*font-size: 24px;*/
	}		
	.content .con .news_con ul li .item .right {
	    width: 50%;
	}
	.content .con .news_con ul li .item .right .two {
	    /*width: 270px;*/
	    margin: 13px 0 15px 0
	}
	.content .con .news_con ul li .item .right .three {
	    right: 29%;
	}			
}