.new_box{
	padding:60px 0;
	width:1400px;
	margin:auto;
}
.new_box .tops{
	margin-bottom:40px;
}
.new_box .title h2{
	font-size:28px;
	color:#333;
	font-weight:400;
}
.new_box .title p{
	font-size:18px;
	color:#999;
	font-family:Helvetica;
}

.timenav ol{
	padding-top:10px;
}
.timenav ol li{
	float:left;
	padding:0 10px;
	border-right:1px solid #e7e7e7;
	line-height:15px;
}
.timenav ol li:last-of-type{
	border-right:0;
}
.timenav ol li a{
	color:#bbb;
	font-size:16px;
	font-family:Helvetica;
}
.timenav ol li.active a{
	color:#4799e4;
}

#newList{
	overflow:hidden;
}
#newList li{
	width:330px;
	height:322px;
	float:left;
	margin-right:26.6px;
	border-bottom:1px solid #e5e5e5;
	margin-bottom:35px;
}
#newList li:nth-child(4n){
	margin-right:0;
}
#newList li .img{
	height:216px;
	margin-bottom:20px;
	overflow:hidden;
}
#newList li .img a{
	display:block;
	height:100%;
	-webkit-transition-duration:3s;
	        transition-duration:3s;
}
#newList li .img a:hover{
	-webkit-transform:scale(1.05,1.05);
	        transform:scale(1.05,1.05);
}
#newList li .text .span{
	width:65px;
	text-align:center;
}
#newList li .text .h3{
	width:calc(100% - 70px);
}
#newList li .text .span h3{
	font-size:50px;
	color:#999;
	font-family:LtEx;
	font-weight:400;
	line-height:100%;
}
#newList li .text .span p{
	font-size:16px;
	color:#c0c0c0;
	font-family:Helvetica;
	line-height:100%;
}
#newList li .text .h3 a{
	display:block;
	font-size:16px;
	color:#666;
	line-height:24px;
}
#newList li:hover .text .h3 a{
	color:#4799e4;
}
#newList li .text .h3 .new_more{
	float:right;
	width:22px;
	height:13px;
	background:url('../images/new_more.jpg') center / cover;
	cursor:pointer;
	-webkit-transition-duration:.5s;
	        transition-duration:.5s;
}
#newList li:hover .text .h3 .new_more{
	background:url('../images/new_more_01.jpg') center / cover;
}

.new_de{
	width:90%;
	max-width:1000px;
	margin:auto;
	padding:60px 0;
}
.new_de .title{
	text-align:center;
	margin-bottom:30px;
}
.new_de .title h2{
	font-size:24px;
	color:#333;
	line-height:100%;
	margin-bottom:8px;
	font-weight:400;
}
.new_de .title p{
	font-size:16px;
	color:#999;
}
.new_de .text{
	font-size:16px;
	color:#666;
	line-height:24px;
}

.back a{
	display:block;
	width:200px;
	height:50px;
	line-height:50px;
	text-align:center;
	color:#666;
	border:1px solid #e5e5e5;
	margin:50px auto;
	-webkit-transition-duration:.3s;
	        transition-duration:.3s;
}
.back a:hover{
	background:#4799e4;
	border-color:#4799e4;
	color:#fff;
}

@media(max-width:1500px){
	.new_box{
		width:80%;
	}
	#newList li{
		width:23%;
		margin-right:2.66%;
	}
	#newList li .text .h3 a{
		font-size:14px;
		line-height:20px;
	}
}

@media(max-width:768px){
	#newList li{
		width:48%;
		margin-right:4%;
	}
	#newList li:nth-child(2n){
		margin-right:0;
	}
	#newList li .text .h3 a{
		font-size:16px;
		line-height:24px;
	}
}
@media(max-width:767px){
	.new_box{
		padding:30px 0;
	}
	.new_box .tops{
		margin-bottom:20px;
	}
	#newList li{
		width:100%;
		margin-right:0;
		margin-bottom:30px;
	}
}


.publicity_box{
	width:80%;
	max-width:1400px;
	margin:auto;
	padding:60px 0;
}
.publicity_box .title{
	/* margin-bottom:40px; */
}
.publicity_box .title h2{
	font-size:28px;
	color:#333;
	font-weight:400;
}
.publicity_box .title p{
	font-size:18px;
	color:#999;
	font-family:Helvetica;
}
#publicityList:after{
	content:'';
	display:block;
	clear:both;
}
#publicityList li{
	width:23%;
	margin-right:2.66%;
	float:left;
	margin-bottom:30px;
	border:1px solid #dadada;
	-webkit-transition-duration:1s;
	        transition-duration:1s;
}
#publicityList li:nth-child(4n){
	margin-right:0;
}
#publicityList li .img{
	overflow:hidden;
}
#publicityList li .img img{
	width:100%;
	display:block;
	-webkit-transition-duration:3s;
	        transition-duration:3s;
}
#publicityList li .text{
	border-top:1px solid #dadada;
	padding:15px;
}
#publicityList li .text h3{
	font-size:16px;
	color:#333;
	margin-bottom:5px;
	font-weight:400;
}
#publicityList li .text p{
	font-size:14px;
	color:#999;
}
#publicityList li:hover{
	border-color:#4799e4;
}
#publicityList li img:hover{
	-webkit-transform:scale(1.05,1.05);
	        transform:scale(1.05,1.05);
} 
#publicityList li:hover .text h3{
	color:#4799e4;
}

@media(max-width:1024px){
	#publicityList li .text h3{
		font-size:14px;
	}
}

@media(max-width:768px){
	#publicityList li{
		width:48%;
		margin-right:4%;
	}
	#publicityList li:nth-child(2n){
		margin-right:0;
	}
}
@media(max-width:767px){
	.publicity_box{
		padding:30px 0;
	}
	#publicityList li .text{
		padding:2vw;
	}
	.publicity_box .title{
		margin-bottom:20px;
	}
}

#newList1{
	border-top: 1px dotted #ccc;
}
#newList1 li{
	position:relative;
	display: block;
    padding: 20px 0;
    /* border-bottom: 1px solid #f0f0f0; */
    -webkit-transition: background-color 400ms;
    transition: background-color 400ms;
    overflow: hidden;
    width:100%;
    /* margin-left:30px; */
}
#newList1 li:after{
	position:absolute;
	content:'';
	display:block;
	height:1px;
	background:#f0f0f0;
	left:30px; right:30px;
	bottom:0;
	margin:auto;
}
#newList1 li:last-of-type{
	border-bottom:0;
}
#newList1 li:hover{
	background-color: #fbfbfb;
}
#newList1 li>a{
	display:block;
	overflow:hidden;
	padding:0 30px;
}
#newList1 li .time{
	float: left;
    padding: 0 10px 0 0;
    width: 100px;
    height: 70px;
    color: #444;
    position: relative;
}
#newList1 li .time:after{
	content:'';
	width:1px;
	height:60px;
	background:#e8e6e6;
	position: absolute;
	right:0; top:0;
	margin:auto;
}
#newList1 li .time .day{
	display: block;
    margin: 8px 0 3px 0;
    font-size:26px;
    color: #666;
    line-height:100%;
}
#newList1 li .time .money,#newList1 li .time .year{
	font-size:14px;
	color:#999;
}
#newList1 li .text{
	float: left;
    width:100%;
    height: 100%;
    line-height: 18px;
    color: #746969;
    padding:0 0 0 20px !important;
}
#newList1 li .text h3{
    font-weight: 400;
    font-size: 18px;
    color: #474545;
    margin-bottom: 8px;
    line-height: 26px;
    height:26px;
    overflow:hidden;
    -webkit-transition-duration:.3s;
            transition-duration:.3s;
    font-weight:bold;
}
#newList1 li:hover h3{
	color:#4799e4;
}

#newList1 li .text span{
	font-size:14px;
	color:#999;
}
@media(max-width:700px){
	#newList1 li .text h3{
		height:auto;
		max-height:78px;
	}
	#newList1 li .text h3 span{
		display:block;
		width:100%;
		background:#fff;
	}
}
#newList1 li .text p{
	margin-top: 8px;
    line-height: 18px;
    color: #746969;
    overflow: hidden;
    font-size:12px;
    -webkit-transition-duration:.3s;
            transition-duration:.3s;
}
#newList1 li:hover .text p{
	color:#4799e4;
}

#newList1_more{
	display:block;
	width:110px;
	margin:20px auto;
	height:30px;
	line-height:30px;
	cursor:pointer;
    /* width: 100%;
    height: 54px;
    background: #e1dede url(../images/btn_more_on.png) no-repeat center 15px;
    cursor: pointer;
    -webkit-transition: background 400ms;
    transition: background 400ms;
    border:0; */
    color:#999;
}
#newList1_more:hover{
	color:#3d97eb;
    /* background-color: #e62b1e;
    background-image: url(../images/btn_more.png); */
}
#newList1_more span{
	float: right;
    width: 30px;
    height: 30px;
    margin-left: 5px;
    background: url(/public/home/default/images/icon-top.png) center no-repeat;
    background-size: 18px;
}
#newList1_more:hover span{
	background: url(/public/home/default/images/icon-top1.png) center no-repeat;
    background-size: 18px;
}





.publicity_box #newList1 li{
	padding:0 30px;
	border-bottom:0 ;
	margin:0;
	width:100%;
}
.publicity_box #newList1 li:after{
	display:none;
}
.publicity_box #newList1 li .text{
	padding:20px 0 !important;
	border-bottom:1px solid #f0f0f0;
	position:relative;
}
.publicity_box #newList1 li a{
	padding:0;
}
/* .publicity_box #newList1 li:hover{
	background-color:rgba(0,0,0,0);
} */
/* .publicity_box #newList1 li:hover .text{
	background-color: #f0f0f0;
} */
@media(min-width:768px){
	.publicity_box #newList1 li .text h3{
		float:left;
		width:calc(100% - 100px);
	}
	.publicity_box #newList1 li .text p{
		float:left;
		width:calc(100% - 100px);
	}
	.publicity_box #newList1 li .text span{
		position:absolute;
		bottom:20px; right:0;
	}
}


@media(max-width:768px){
	#newList1 li>a{
		padding:0;
	}
	#newList1 li .time{
		width:70px;
	}
	#newList1 li .time .day{
		font-size:20px;
	}
	#newList1 li .text h3{
		font-size:16px;
	}
	#newList1 li .text{
		width:calc(100% - 70px) !important;
	}
}