

.cantainer{
	width: 100%;
}
.cantainer .section1{
	width: 100%;
	box-shadow: 0px 2px 2px 0px #E3E3E3 inset;
}

.cantainer .section2{
	width: 1280px;
	margin: 0 auto;
	padding-top: 70px;
	padding-bottom: 90px;
}
.cantainer .section2 .section2-ul{
	width: 100%;
	padding-left: 130px;
	padding-right: 150px;
}
.cantainer .section2 .ul-news{
	width: 100%;
	padding-top: 35px;
	padding-bottom: 40px;
	border-left:1px #d9d9d9 solid;
	border-bottom:1px #d9d9d9 solid;
	position: relative;
}
.cantainer .section2 .section2-ul>li:last-child .ul-news{
	border-bottom: none;
}
.cantainer .section2 .ul-news h3{
	font-size: 24px;
	color: #404040;
	font-weight: 400;
}
.cantainer .section2 .section2-ul>li:first-child .ul-news h3{
	position: absolute;
	top: -45px;
	left: -30px;
}
.cantainer .section2 .section2-ul>li .ul-news h3{
	height: 30px;
	background: #FFFFFF;
	position: absolute;
	top: 23px;
	left: -30px;
}
.cantainer .section2 .ul-news>ul>li{
	width: 100%;
}
.cantainer .section2 .ul-news>ul>li p{
	width: 435px;
	font-size: 14px;
	color: #737373;
	float: left;
	margin-left: 93px;
	padding: 10px 0;
	/*white-space:nowrap; 
	overflow:hidden; 
	text-overflow:ellipsis;*/
}
.cantainer .section2 .ul-news>ul>li p:hover{
	color: #ED6D00;
}
.cantainer .section2 .ul-news>ul>li span{
	font-size: 14px;
	color: #a6a6a6;
	float: right;
	display: block;
	padding: 10px 0;
}


@media only screen and (max-width:1380px) {
	.cantainer .section1 .bred-nav{
		width: 1100px;
	}
	.cantainer .section2{
		width: 1100px;
	}
	.cantainer .section2 .section2-ul {
	    padding-left: 100px;
	    padding-right: 120px;
    }
}

@media only screen and (max-width:1199px) {
	.cantainer .section1 .bred-nav{
		width: 940px;
	}
	.cantainer .section2{
		width: 940px;
	}
}

@media only screen and (max-width:991px) {
	.cantainer .section1 .bred-nav{
		width: 100%;
		padding: 0 15px;
	}
	.cantainer .section2{
		width: 100%;
		padding-left: 15px;
	}
	.cantainer .section2 .section2-ul {
	    padding-left: 5%;
	    padding-right: 4%;
    }
    .cantainer .section2 .ul-news>ul>li p{
    	width: 80%;
    	margin-left: 7%;
	    overflow: hidden;
   		white-space: nowrap;
    	text-overflow: ellipsis;
    }
}

@media only screen and (max-width:767px) {
	.cantainer .section2{
		padding-top: 35px;
		padding-bottom: 50px;
	}
	.cantainer .section2 .section2-ul>li:first-child .ul-news h3{
		left: -26px;
		top: -34px;
	}
	.cantainer .section2 .ul-news{
		padding-bottom: 25px;
	}
	.cantainer .section2 .section2-ul>li .ul-news h3{
		font-size: 18px;
		left: -23px;
	}
	.cantainer .section2 .ul-news>ul>li p{
		width: 95%;
		padding: 5px 0;
	}
	.cantainer .section2 .ul-news>ul>li span{
		/*width: 20%;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;*/
		display: none;
	}
}
