.all_content {
	padding: 10px 35px 0 35px;
	box-sizing: border-box;
	overflow: hidden;
}

.f1_1_title {
	/**height: 83px;
	line-height: 83px;**/
	height: 70px;
	line-height: 70px;
	background-color: #6ACBF7;
	color: #FFFFFF;
	font-size: 28px;
	font-weight: bold;
	text-align: center;
}

.f1_1_content {
	background-color: #FBFBFB;
	line-height: 35px;
	text-indent: 2em;
	/**padding: 20px;**/
	padding: 10px 20px;
	box-sizing: border-box;
}
.details_link{
	color: #00A0E9;
}
#f1_2{
	margin-top: 25px;
	overflow: hidden;
}

#f1_2 .artcleChannelWrap{
	/**height: 164px;**/
	height: 140px;
	border: none;
	overflow: hidden;
}
#f1_2 .artcleChannelWrap li {
	float: left;
	width: 20%;
}

#f1_2 .artcleChannelWrap a {
	display: block;
	/**width: 200px;
	height: 143px;**/
	width: 190px;
	height: 130px;
	margin: auto;
	color: #FFFFFF;
	font-size: 22px;
	text-align: center;
}

#f1_2 .artcleChannelWrap a img {
	/**margin: 25px 0 15px 0;**/
	margin: 15px 0 12px 0;
}
.artcleChannel.one {
	background-color: #F8B551;
}

.artcleChannel.two {
	background-color: #84CCC9;
}

.artcleChannel.three {
	background-color: #EB6877;
}

.artcleChannel.four {
	background-color: #6BC9F6;
}

.artcleChannel.five {
	background-color: #AA89BD;
}

.artcleListWrap {
	width: 1070px;
	height: 245px;
	overflow: hidden;
	/**margin: 10px auto 0 auto**/	
	margin: 5px auto 0 auto;
}
.artcleList{
	line-height: 35px;
}

.artcletitle{
	cursor: pointer;
}
.artcleList .activity a {
	display: inline-block;
	height: 36px;
	padding: 0 20px;
	color: #FFFFFF;
	margin-left: 12px;
	margin-top: 7px;
	line-height: 36px;
	text-align: center;
	border-radius: 10px;
	background-color: #7ECEF4;
}
.artcleList .activity .on{
	background-color: #00A0E9;
}
.activity {
	width: 100%;
	height: 50px;
	margin: 0 0 10px 0;
	white-space: nowrap;
	overflow: auto;
	background-color: #F4F4F4;
}
.activity div {
	float: left;
	height: 50px;
	padding: 0 35px;
	line-height: 50px;
	font-size: 18px;
	text-align: center;
	color: white;
	background: rgba(0, 160, 233, 1);
}

.dot{
	height:183px;
}
@media screen and (max-device-width:768px) {
	.all_content{
		padding: 20px 0 0 0;
	}
	.f1_1_title{
		height: auto;
		line-height: inherit;
	}
	#f1_2 .artcleChannelWrap{
		height: auto;
	}
	#f1_2 .artcleChannelWrap li{
		width: 100%;
		margin-bottom: 20px;
	}
	.artcleListWrap{
		width: 100%;
	}
}