.box-new {
	margin:30px 0;
	}
	
.box-new:after, .box-new:before {
	content:"";
	clear:both;
	height:0;
	display:table;
	}
.box-new .item-col {
	width:100%;
	float:left;
	padding:10px;
	}
.box-new .big-new {
	width:100%;
	display: inline-block;
	background: #FFFFFF;
	border: 1px solid #E0E0E0;
	box-sizing: border-box;
	border-radius: 10px;
	}
.box-new .big-new .photo {
	width:100%;
	border-radius: 10px;
	}
.box-new .big-new .info {
	padding:10px;
	}
.box-new .title {
	margin:0;
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	color: #2E3A59;
	margin-bottom:10px;
	}
.box-new .title a {
	color: #2E3A59;
	display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
    -webkit-box-orient: vertical;
	}
.box-new .des {
	margin:0;
	font-weight: normal;
	font-size: 14px;
	line-height: 24px;
	color: #4D4D4D;
	display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
    -webkit-box-orient: vertical;
	margin-bottom:10px;
	display:none;
	}
.box-new .big-new  .des {
	 -webkit-line-clamp: 2;
	 
	}
.box-new .date {
	margin:0;
	font-weight: normal;
	font-size: 14px;
	line-height: 24px;
	color: #727272;
	padding-left:28px;
	background:url(../images/icon-date.svg) no-repeat 0 center;
	}		 	
.box-new .item {
	width:100%;
	float:left;
	padding-top:15px;
	}
.box-new .item:first-child {
	padding-top:0
	}	
.box-new .item .photo {
	width:120px;
	float:left;
	border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
	}
.box-new .item .info {
	margin-left:135px;
	}
@media screen and (min-width: 768px) {
	.box-new .item .photo {
	width:200px;
	}
.box-new .item .info {
	margin-left:215px;
	}

	}
@media screen and (min-width: 768px) and (max-width: 960px) {
	.box-new .big-new .photo {
    width: 50%;
    float: left;
	margin-right:15px;
}	
.box-new .big-new .des{
	display: -webkit-box;
	-webkit-line-clamp: 4;
	}
	}														
@media screen and (min-width: 960px) {
	.box-new {
	margin:60px 0;
	}
	.box-new .item-col {
	width:50%;
	padding:0 10px;
	}	
.box-new .big-new .info {
	padding:24px 30px 27px 30px;
	}
	.box-new .title {
	font-size: 24px;
	line-height: 34px;
	color: #2E3A59;
	margin-bottom:4px;
	max-height:72px;
	overflow:hidden;
	}
.box-new .title a {
	color: #2E3A59;
	 display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
    -webkit-box-orient: vertical;
	}
.box-new .des  {
	margin-bottom:14px;
	}
.box-new .date {
	background:url(../images/icon-date.png) no-repeat 0 center;
	}
.box-new .item .photo {
	width:277px;
	float:left;
	
	}
.box-new .item .info {
	margin-left:296px;
	}
.box-new .item {
	width:100%;
	float:left;
	}							
	}
@media screen and (min-width: 960px) and (max-width: 1150px) {
	.box-new .item .photo {
	width:206px;
	}
.box-new .item .info {
	margin-left:225px;
	}
.box-new .item {
    
    padding-top: 29px;
}	
	}
@media screen and (min-width: 1200px) {
	.box-new .des {
		 display: -webkit-box;
		}
	}		