main .top {
	background: url('../img/bg-news-top.jpg') no-repeat 0 0;
	padding-top: 5.63rem;
	padding-bottom: 5.63rem
}

main .top .news {
	background: #fff;
	padding-top: 2.19rem;
	padding-left: 1.75rem;
	padding-right: 1.75rem;
	padding-bottom: 3.75rem
}

main .top .news .date {
	font-size: .88rem;
	color: #000;
	line-height: 1.31rem;
	padding-top: 1.4rem;
	padding-bottom: .8rem
}

main .top .news .title {
	font-size: 1.13rem;
	font-weight: bold;
	color: #000;
	line-height: 1.63rem
}

main .top .news .summary {
	font-size: .75rem;
	line-height: 1.25rem;
	color: #424242;
	padding-top: 1rem
}

main .top .news:hover {
	background: #a1c025
}

main .top .news:hover .date, main .top .news:hover .title, main .top .news:hover .summary
	{
	color: #fff
}

.list {
	padding-top: 4.38rem;
	padding-bottom: 6.25rem
}

.list .news {
	margin-bottom: 2.38rem
}

.list .news .bdr {
	border-right: 1px solid #e6e6e6
}

.list .news .date {
	background: #a1c025;
	color: #fff;
	width: 6.19rem;
	height: 6.19rem;
	text-align: center;
	font-family: Arial;
	padding-top: 1rem;
	margin: 0 auto
}

.list .news .date .ym {
	font-size: .88rem
}

.list .news .date .dd {
	font-size: 3.13rem;
	line-height: 3.13rem
}

.list .news .content {
	border-bottom: 1px solid #e6e6e6;
	padding-left: 2.63rem;
	padding-bottom: 1.38rem
}

.list .news .content .title {
	font-size: 1.13rem
}

.list .news .content .view {
	font-size: .75rem;
	color: #c9c9c9;
	line-height: .75rem;
	padding-top: .94rem;
	padding-bottom: 1rem
}

.list .news .content .view img {
	vertical-align: middle
}

.list .news .content .summary {
	font-size: .88rem;
	line-height: 1.38rem;
	color: #666666
}

.list .news .img {
	float: right
}

@media (max-width: 768px){
	main .top {
	    padding-top: 1rem;
	    padding-bottom: 1rem;
	    background: none;
	}
	main .top .news {
	    padding-top: 2rem;
	    padding-left: 0;
	    padding-right: 0;
	    padding-bottom: 0;
	}
	main .top .news .date {
	    line-height: 1.2rem;
	    padding-top: 0.8rem;
	    padding-bottom: .5rem;
	}
	main .top .news .summary {
	    padding-top: 0.5rem;
	}
	.list {
	    padding-top: 1rem;
	    padding-bottom: 0;
	    border-top: 1px solid #ccc;
	}
	.list .news .content {
	    padding-left: 0;
	    padding-bottom: 0.8rem;
	}
}





