/****页面公共样式 begin****/
.floor_l {
	float: left;
	width: 690px;
	overflow: hidden;
}

.floor_r {
	float: right;
	width: 440px;
	overflow: hidden;
}

.more1 {
	float: right;
	color: #606060;
}

.button{ 
	display: inline-block;
	width:105px;
	height:32px;
	text-align: center;
	line-height: 32px;
	margin-left: 10px;
	color: #FFFFFF;
	border-radius:16px;
}
/****页面公共样式 end****/

/****第一层 bgin****/
/**第一层左边 begin**/
.artcleChannelWrap .btns {
	overflow: hidden;
}

#btn1 {
	background-color: #EC7019;
}

#btn2 {
	background-color: #45BA78;
}

#btn3 {
	background-color: #00A0E9;
}
/**第一层左边 end**/

/**第一层右边 begin**/
#f1_r .content {
	width: 100%;
	margin-top: 18px;
	overflow: hidden;
}

#f1_r .content .img {
	float: left;
	width: 180px;
	height: 137px;
}
#f1_r .content img{
	width: 100%;
	height: 100%;
}

.img_intro {
	width: 225px;
	height: 137px;
	margin-left: 5px;
	overflow: hidden;
}

.img_intro p {
	height: 45px;
	line-height: 45px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.img_intro p span,
#f1_r .abstract span {
	color: #FA560E;
}

#f1_r .abstract {
	float: left;
	line-height: 30px;
	overflow: hidden;
}
.details_link{/*详情链接*/
	white-space: nowrap;
	color: #00A0E9;
}
/**第一层右边 end**/
/****第一层 end****/

/****第二层 begin****/
/**第二层左边 begin**/
.artcleList .sea {
	padding: 0 0 20px 0;
	overflow: hidden;
	border-bottom: 1px solid #DCDCDC;
}

.sea_link {
	float: left;
	display: block;
	width: 117px;
	height: 91px;
	font-size: 24px;
	color: #FFFFFF;
	text-align: center;
	background: #00A0E9;
	padding-top: 15px;
	box-sizing: border-box;
	border-radius: 10px;
}

#f2_l .artcleList .sea div {
	float: left;
	width: 526px;
	height: 91px;
	line-height: 38px;
	font-size: 22px;
	color: #00A0E9;
	margin-left: 16px;
}

.artcleList .content_link ul li {
	height: 40px;
	line-height: 40px;
}
/**第二层左边 end**/

/**第二层右边 begin**/
#f2_r .artcleList .sea_title {
	color: #FC8A04;
	font-size: 18px;
	font-weight: bolder;
	text-align: center;
}

#btn4 {
	float: right;
	background-color: #F39800;
}

#f2_r .artcleList .sea_content {
	line-height: 34px;
}
/**第二层左边 end**/
/***第二层 end***/

/***第三层 begin***/
.slide_respond .hd a {
	color: black;
	margin-right: 10px;
	background-color: #E5E5E5;
}

.slide_respond .hd .on {
	color: #FFFFFF;
	background-color: #55C2F6;
}

.slide_respond .bd {
	width: 100%;
	height: 150px;
	overflow: hidden;
}

.slide_respond .bd .artcleList {
	line-height: 35px;
}

#f3_r .artcleList {
	line-height: 36px;
}#f4_r .artcleList {
	line-height: 36px;
}
/***第三层 end***/
@media screen and (max-device-width:768px) {
	.floor_l,
	.floor_r{
		width: 100%;
		margin-bottom: 20px;
	}
	
	.btns.right {
	    margin: 10px 0;
	    width: 100%;
	}
	
	#f2_l .artcleList .sea div,
	.img_intro{
		margin: 0;
		width: 100%;
	}
	#f1_r .content .img{
		width: 100%;
		height: auto;
	}
}