.stock_box{
	width:80%;
	max-width:1400px;
	margin:auto;
	padding:30px 0 60px;
}
.stock_box .title{
	margin-bottom:40px;
}
.stock_box .title h2{
	font-size:28px;
	color:#333;
	font-weight:400;
}
.stock_box .title p{
	font-size:18px;
	color:#999;
	font-family:Helvetica;
}
.stock_box .img{
	max-width:1170px;
	margin:auto;
}
.stock_box .img img{
	width:100%;
	display:block;
}

#stockList{
	overflow:hidden;
}
#stockList li{
	width:23%;
	margin-right:2.66%;
	margin-bottom:30px;
	border:1px solid #e4e4e4;
	padding:2%;
	float:left;
	-webkit-transition-duration:1s;
	        transition-duration:1s;
}
#stockList li:hover{
	border-color:#4799e4;
}

#stockList li:nth-child(4n){
	margin-right:0;
}
#stockList li .time{
	text-align:center;
	display:inline-block;
	margin-bottom:20px;
}
#stockList li .day{
	font-size:50px;
	color:#999;
	font-family:Helvetica;
	line-height:100%;
	margin-bottom:5px;
}
#stockList li .ym{
	font-size:16px;
	color:#c0c0c0;
	font-family:Helvetica;
	line-height:100%;
}
#stockList li .text h3{
	font-size:16px;
	color:#333;
	font-weight:400;
	margin-bottom:8px;
	line-height:30px;
	height:30px;
	overflow:hidden;
}
#stockList li .text p{
	font-size:14px;
	color:#666;
	line-height:24px;
	height:48px;
	overflow:hidden;
}
#stockList li .text .mores a{
	display:block;
	width:130px;
	height:32px;
	line-height:32px;
	text-align:center;
	border-radius:3px;
	background:#3d97eb;
	color:#fff;
	font-size:14px;
	margin-top:28px;
	-webkit-transition-duration:1s;
	        transition-duration:1s;
}
#stockList li .text .mores a:hover{
	background:#276eb6;
}


@media(max-width:768px){
	#stockList li{
		width:48%;
		margin-right:4%;
	}
	#stockList li:nth-child(2n){
		margin-right:0;
	}
}
@media(max-width:767px){
	.stock_box{
		padding:30px 0;
	}
	.stock_box .title{
		margin-bottom:20px;
	}
	#stockList li .text .mores a{
		width:100%;
		margin-top:15px;
	}
	#stockList li .text p{
		font-size:13px;
		line-height:20px;
		height:40px;
	}
}

.tzBox{
	width:1170px;
	max-width:100%;
	margin:auto;
}
.tzBox .h2{
	height:50px;
	width:100%;
	font-size:18px;
	color:#fff;
	background:#afafaf;
	line-height:50px;
	padding:0 25px;
}

.tztb{
	border:1px solid #e0e0e0;
	overflow:hidden;
	display:-webkit-box;
	display:-webkit-flex;
	display:-moz-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	-webkit-align-items:center;
	   -moz-box-align:center;
	    -ms-flex-align:center;
	        align-items:center;
}
.tztb .imgs{
	width:760px;
	height:580px;
	float:left;
	display:-webkit-box;
	display:-webkit-flex;
	display:-moz-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	-webkit-align-items:center;
	   -moz-box-align:center;
	    -ms-flex-align:center;
	        align-items:center;
}
.tztb .imgs iframe{
	max-width:90%;
	display:block;
	margin:auto;
}
.tztb .text{
	float:left;
}
.tztb .text p{
	font-size:14px;
	color:#666;
	line-height:40px;
}
.tztb .text p b{
	color:#333;
}
.bgs{
	border:1px solid #e0e0e0;
	overflow:hidden;
	border-bottom:0;
	border-top:0;
}
.bgs ul{
	float:left;
}
.bgs ul:nth-of-type(1){
	width:459px;
	border-right:1px solid #e0e0e0;
}
.bgs ul:nth-of-type(2){
	width:709px;
}
.bgs ul li{
	background:#fdfdfd;
	padding:10px 25px;
	line-height:30px;
	overflow:hidden;
	border-bottom:1px solid #e0e0e0;
}

.bgs ul li:nth-child(2n-1){
	background:#f5f5f5;
}
.bgs ul li h3{
	float:left;
	width:155px;
	font-size:14px;
	color:#666;
}
.bgs ul li p{
	float:left;
	font-size:14px;
	color:#666;
}

@media(max-width:1320px){
	.tztb .imgs{
		width:560px;
	}
	.bgs ul:nth-of-type(1){
		width:50%;
	}
	.bgs ul:nth-of-type(2){
		width:50%;
	}
	.bgs ul li p{
		width:calc(100% - 155px);
	}
	.bgs ul li:nth-child(2){
		height:80px;
	}
}

@media(max-width:768px){
	.tztb{
		display:block;
	}
	.tztb .imgs{
		width:100%;
	}
	.tztb .text{
		width:100%;
		padding:10px;
	}
	.bgs ul{
		width:100% !important;
		border:0 !important;
	}
	.bgs ul li{
		height:auto !important;
		padding:10px;
	}
	.bgs ul li h3{
		width:130px;
	}
	.bgs ul li p{
		width:calc(100% - 130px);
	}
}


#gpxx_list{
	width:100%;
	background:#f2f2f2;
	padding:40px 70px;
	margin-bottom:70px;
}
#gpxx_list .t{
	margin-right:60px;
	text-align:center;
}
#gpxx_list .t h3{
	font-size:24px;
	color:#333;
	line-height:40px;
	font-weight:400;
}
#gpxx_list .t p{
	font-size:12px;
	color:#999;
	line-height:30px;
}
#gpxx_list .lu{
	margin-right:30px;
}
#gpxx_list .lu .dqbfb{
	font-size:24px;
	color:#129800;
	margin-right:25px;
	line-height:40px;
}
#gpxx_list .lu .dqlv{
	font-size:12px;
	color:#129800;
	text-align:right;
	line-height:20px;
}
#gpxx_list .lu .time{
	font-size:14px;
	color:#999;
	line-height:30px;
}
#gpxx_list .p{
	margin-right:15px;
}
#gpxx_list .p ul li{
	font-size:14px;
	color:#333;
	width:120px;
	line-height:35px;
}

#gpxx_list .nian p{
	font-size:14px;
	color:#333;
	text-align:center;
	line-height:35px;
}



.stock_box .tops{
	margin-bottom:40px;
}
.stock_box .title h2{
	font-size:28px;
	color:#666;
	font-weight:400;
}
.stock_box .title p{
	font-size:18px;
	color:#999;
	font-family:Helvetica;
}

.timenav ol{
	padding-top:10px;
	overflow: hidden;
}
.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;
}
#newList1{
	border-top: 1px dotted #ccc;
	padding-top:10px;
}
#newList1 li{
	display: block;
    padding: 20px 0;
    border-bottom: 1px solid #e0e0e0;
    -webkit-transition: background-color 400ms;
    transition: background-color 400ms;
    overflow: hidden;
}
#newList1 li:last-of-type{
	border-bottom:0;
}
#newList1 li:hover{
	background-color: #fbfbfb;
}
#newList1 li>a{
	display:block;
	overflow:hidden;
}
#newList1 li .time{
	float: left;
    padding: 0 10px;
    width: 88px;
    height: 88px;
    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:20px;
    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 20px;
}
#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;
}


#newList1 li{
	padding:0 30px;
	border-bottom:0 ;
}
#newList1 li .text{
	padding:20px 0;
	border-bottom:1px solid #f0f0f0;
	position:relative;
}
@media(min-width:768px){
	#newList1 li .text h3{
		float:left;
		width:calc(100% - 100px);
	}
	#newList1 li .text p{
		float:left;
		width:calc(100% - 100px);
	}
	#newList1 li .text span{
		position:absolute;
		bottom:20px; right:0;
	}
}

@media(max-width:768px){
	#gpxx_list{
		padding:15px;
	}
	#gpxx_list .p{
		margin-right:0;
	}
	#gpxx_list .p ul li{
		width:50%;
	}
	#newList1 li{
		padding:0;
	}
}