body {
	
}

body img {
	width: 100%;
}

#scroll {
	width: 100%;
	height: 50px;
	overflow: hidden;
	position: relative;
}

#scroll ul {
	position: relative;
}

#scroll li {
	float: left;
	width: 80px;
	height: 50px;
	background: #678ea0;
	color: #fff;
	text-align: center;
	line-height: 50px;
}

#scroll .active {
	background: #537381;
}

.section {
	padding: 10px 8px 0px;
	background: #fff;
	margin-bottom: 10px;
}

.section li {
	border-bottom: 1px solid #ccced0;
	padding: 8px 0px;
	font-size: 15px;
	font-weight: bold;
}

.section .title {
	border-left: 6px solid #b41814;
	padding-left: 8px;
	font-size: 13px;
	margin-bottom: 8px;
	color: #A6A6A6;
	font-weight: bold;
}

.section .subtitle {
    color: #ccced0;
    font-size: 14px;
    font-weight: normal;
}

.section .icon {
	background: url(../images/newsicon.png) 5px 3px no-repeat;
	padding: 0px 9px;
	background-size: 50px;
}

.section .time1 {
	color: #ccced0;
	font-size: 12px;
	font-weight: normal;
	margin-top: 8px;
	text-align: right;
}

.section .time1 span {
	margin-left: 20px;
}

.section1 .recommend-news {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}

.section1 .recommend-news .time {
	color: #ccced0;
	font-size: 12px;
	font-weight: normal;
	margin-top: 8px;
	padding-bottom: 8px;
}

.section1 .recommend-news .time span {
	margin-right: 20px;
}

.section1 .recommend-news .time .tag {
	color: #e05747;
}

.section-r {
	margin-left: 3.33333334%;
	margin-bottom: 0px;
}

.section2 .section2-r {
	margin-left: 3.33333334%;
	margin-bottom: 0px;
	width:63.333333%;
}

.section3 .section3-r {
	margin-left: 3.33333334%;
	margin-bottom: 0px;
	width:63.333333%;
}

.section4 .opi-icon {
	background: url(../images/newsicon.png) -35px 0px no-repeat;
	background-size: 50px;
	float: left;
	width: 20px;
	height: 20px;
}

.section4 .circle-icon {
	background: url(../images/newsicon.png) 3px -19px no-repeat;
	background-size: 50px;
	float: left;
	width: 20px;
	height: 20px;
}

.fixed {
	text-align: center;
	padding: 0px 0px 10px;
}

/* /*slider*/ */
/* .hero-gallery { */
/* 	background-size: cover; */
/* } */

/* .hero_gallery_cell { */
/* 	width: 100%; */
/* 	height: 240px; */
/* 	background: #fff; */
/* } */

/* .feature-list { */
/* 	font-size: 1.8em; */
/* 	list-style: none; */
/* 	line-height: 1.2; */
/* 	margin: 0; */
/* 	padding: 0; */
/* } */

/* .feature-list li { */
/* 	margin-bottom: 10px; */
/* } */

/* .hero-gallery button { */
/* 	display: none; */
/* } */

/* /* ---- page dots ---- */ */
/* .flickity-page-dots { */
/* 	position: absolute; */
/* 	width: 100%; */
/* 	bottom: 40px; */
/* 	padding: 0; */
/* 	margin: 0; */
/* 	list-style: none; */
/* 	text-align: center; */
/* 	line-height: 1; */
/* } */

/* .flickity-page-dots .dot { */
/* 	display: inline-block; */
/* 	width: 30px; */
/* 	height: 6px; */
/* 	margin: 0 8px; */
/* 	background: #333; */
/* 	opacity: 0.25; */
/* 	cursor: pointer; */
/* 	padding: 0px; */
/* 	border: none; */
/* } */

/* .flickity-page-dots .dot.is-selected { */
/* 	opacity: 1; */
/* } */