.box{
	width: 100%;
	min-height: 8rem;
	position: relative;
	padding-bottom: 2.6rem;
}


.box .main{
	width: 100%;
	height: 100%;
	position: relative;
}

.box .main .banner{
	/*height: 5.4rem;*/
	height: 3.74rem;
	width: 100%;
	position: relative;
/*	background: url(../images/xinwen_news_banner.jpg) no-repeat;
	background-size: 100% 100%;*/
}

.box .main .banner > img{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;

}

.box .main .content{
	width: 14.4rem;
	min-height: 6rem;
	margin: 0.8rem auto;
}

.box .main .content .topnews{
	height: 3.16rem;
	padding-left: 4.4rem;
	padding-top: 0.4rem;
	padding-right: 0.2rem;
	width: 100%;
	position: relative;
	background-color: #fffbf4;
}

.box .main .content .topnews:hover{
	background-color: #fdf1dd;	
	box-shadow: 3px 3px 3px #f2f2f2;
}

.box .main .content .topnews .pic{
	position: absolute;
	left: 0;
	top: 0;
	width: 4.2rem;
	height: 100%;
	background-color: yellow;
	overflow: hidden;
}

.box .main .content .topnews .pic > img{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.box .main .content .topnews .pic > img:hover{
	width: 110%;
	height: 110%;
	left: -5%;
	top: -5%;
}

.box .main .content .topnews .title{
	display: inline-block;
	height: 0.5rem;
	max-width: 100%;
	line-height: 0.5rem;
	padding-left: 0.2rem;
	padding-right: 0.2rem;
	font-size: 0.24rem;
	font-weight: bold;
	background-color: #000;
	color: #fff;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.box .main .content .topnews .title:hover{
	/*background-color: #faac24;*/
	color: #faac24;	
}

.box .main .content .topnews .date{
	height: 0.6rem;
	line-height: 0.6rem;
	padding-left: 0.2rem;
	font-size: 0.2rem;
	color: #333333;
}

.box .main .content .topnews .info{
	height: 1.25rem;
	font-size: 0.2rem;
	overflow: hidden;
	padding-right: 0.2rem;
	line-height: 0.4rem;
	text-indent: 2em;
}

.box .main .content .newslist{
	margin-top: 0.8rem;
	/*margin-bottom: 0.8rem;*/
}

.box .main .content .newslist .item{
	height: 1.96rem;
	width: 100%;
	position: relative;
	padding-left: 2rem;
	background-color: #fffbf4;
	padding-top: 0.3rem;
	padding-right: 0.2rem;
	margin-bottom: 0.2rem;
	overflow: hidden;
}

.box .main .content .newslist .item:hover{
	background-color: #fef7e9;	
	box-shadow: 3px 3px 3px #f2f2f2;
}

.box .main .content .newslist .item .day{
	position: absolute;
	width: 1.6rem;
	height: 0.5rem;
	left: 0;
	top: 0.5rem;
	font-size: 0.54rem;
	text-align: center;
	font-weight: bold;
}

.box .main .content .newslist .item .year{
	position: absolute;
	width: 1.6rem;
	height: 0.4rem;
	line-height: 0.4rem;
	left: 0;
	bottom: 0.3rem;
	font-size: 0.3rem;
	text-align: center;
}

.box .main .content .newslist .item .more{
	position: absolute;
	width: 0.6rem;
	height: 0.28rem;
	line-height: 0.28rem;
	right: 0.2rem;
	top: 0.35rem;
	font-size: 0.6rem;
	text-align: center;
	background: url(../images/news_more.png) no-repeat;
	background-position: right;
}

.box .main .content .newslist .item .title{
	width: 100%;
	height: 0.4rem;
	line-height: 0.4rem;
	font-size: 0.24rem;
	/*color: #faac24;*/
	padding-right: 0.4rem;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.box .main .content .newslist .item .title:hover{
	color: #faac24;	
}

.box .main .content .newslist .item .info{
	text-indent: 2em;
	margin-top: 0.1rem;
	height: 0.88rem;
	line-height: 0.44rem;
	font-size: 0.18rem;
	overflow: hidden;
}

.box .main .content .add-more{
	width: 4rem;
	height: 1.2rem;
	line-height: 1.2rem;
	margin: 0 auto;
	font-size: 0.3rem;
	text-align: center;
	font-weight: bold;
}

.box .main .content .add-more:hover{
	cursor: pointer;
	background-color: #fffbf4;
	color: #faac24;

}
