/**-------------------------- banner --------------------------------------**/
.banner-title .deliver-line{
	width: 80px;
}

/**-------------------------- list-text --------------------------------------**/
.fr-news-text{
	margin: 0 auto;
	width: 960px;
    height: auto;
    background-color: white;
    /*text-align: center;*/
}

.fr-news-text .text-list{
	position: relative;
	width: 960px;
	height: 140px;
	padding: 48px 66px;
	line-height: 28px;
}

.fr-news-text .text-list.sec{
	background-color: #f9fafb;
}

.fr-news-text .text-list span{
	font-size: 16px;
	color: #515151;
}

.fr-news-text .text-list p{
	color: #8d8d8d;
}

.fr-news-text .text-date{
	position: absolute;
	right: 66px;
	top: 48px;
	text-align: right;
}

/**-------------------------- list-arrow --------------------------------------**/
.fr-news-text  .list-arrow{
	position: relative;
	margin: 0 auto;
	padding-top: 16px;
	padding-bottom: 66px;
	width: 90px;
	height: auto;
	cursor: pointer;
}
.fr-news-text  .arrow-left:hover,
.fr-news-text  .arrow-right:hover
{
	color: #2b94ec;
}

.fr-news-text  .list-arrow .arrow-left{
	position: relative;
	padding: 3px 5px;
	float: left;
	width: 26px;
	height: 26px;
	border: 1px solid #2b94ec;
}

.fr-news-text  .list-arrow .arrow-right{
	position: relative;
	padding: 3px 7px;
	float: right;
	width: 26px;
	height: 26px;
	border: 1px solid #2b94ec;
}
















