@charset "utf-8";
/*面包屑导航*/
#bread_div_bg{
	border-bottom: 1px solid #ccc;
	line-height: 45px;
}
#bread_div{
	/*border: 1px solid red;*/
	margin: 0 auto;
}
.bread_row{
	/*border: 1px solid red;*/
	color: #333;
	font-size: 14px;
}
.bread_row a{
	color: #333;
}
.bread_row a:hover{
	color: #666;
}


#share_list_bg{
	/*border: 1px solid red;*/
	background-repeat:no-repeat;
   	 background-position:top;
   	 height: auto;
	overflow: hidden;
	margin-bottom: 20px;
	/*padding-bottom: 9.5%;*/
	/*background: url(../../image/index2_09.jpg) center bottom no-repeat;*/
}
#share_list_div{
	margin: 0 auto;
	margin-top:1%;
	/*border: 1px solid red;*/
	margin-bottom: 2%;
}
/*二级栏目*/
.share_ul{
	/*border: 1px solid red;*/
	height: auto;
	overflow: hidden;
	background: #f5f5f5;
	margin: 20px 0;
}
.share_ul li{
	float: left;
	width: 8%;
	line-height: 40px;
	text-align: center;
}
.share_ul li a{
	color: #333;
}
.share_ul li a:hover{
	background: #BD0B17;
	color: #fff;
	display: block;
}
#hover{}
#hover a{
	color: #fff;
	background: #C4000E;
	display: block;
}

.share_list_row{
	/*border-bottom: 1px dashed #ccc;*/
	/*border: 1px solid red;*/
	/*padding-bottom: 20px;*/
	padding-top: 20px;
}
.share_col{
	border-bottom: 1px dashed #ccc;
	padding-bottom: 25px;
	margin-bottom: 25px;
}

.share_dl{
	/*border: 1px solid red;*/
	/*margin-top: 5px;*/
}
.share_dl dt{
    line-height: 35px;
    font-size: 16px;
    margin-bottom: 10px;
}
.share_dl dt font{
	color: #C00710;
	font-size: 20px;
}
.share_dl dt span{
	float: right;
	font-weight: 500;
	color: #666;
}
.share_dl dd{
	line-height:25px;
	font-size: 14px;
}
.share_zan{
	margin-top:20px;
	/*border: 1px solid red;*/
	height: auto;
	overflow: hidden;
}
.share_zan_left{
	float: left;
}
.share_zan_left b{
	display: block;
	border: 1px solid #C4000E;
	width: 90px;
	color: #C4000E;
	text-align: center;
	line-height: 30px;
	float: left;
	margin-right: 10px;
}
.share_zan_left font{
	display: block;
	border: 1px solid #6A9EDA;
	color: #6A9EDA;
	width: 90px;
	text-align: center;
	line-height: 30px;
	float: left;
	font-size: 14px;
	font-weight: 500;
}
.share_zan_right{
	/*border: 1px solid red;*/
	float: right;
	margin-top: 5px;
}

.ask_b a{
	color: #999;
	text-decoration: none;
}
.ask_b a:hover{
	color: #999;
	text-decoration: none;
}

.zan_b{
	/*border: 1px solid red;*/
	background: url(../../image/5_07.png) left center no-repeat;
	padding-left: 20px;
}
.zan_b a{
	/*color: #C00710;*/
}

.ask_b_active a{
	color: #C00710;
}
.yong_b{
	background: url(../../image/5_09.png) left center no-repeat;
	padding-left: 20px;
}

.moblie_dt{
	display: none;
}



/*分页*/
.fenye{
	/*border: 1px solid #ccc;*/
	text-align: center;
	line-height: 35px;
	margin-top: 30px;
}

/*特效*/
.share_ul li.myHover {
	background: #BD0B17;
}
.share_ul li.myHover a {
	color: #fff;
}

@media(max-width: 768px){
   .pc_dt{
   	display: none;
   }
   .moblie_dt{
   	display: block;
   }
   .zan_b{
		/*border: 1px solid red;*/
		background: url(../../image/5_07.png) left center no-repeat;
		padding-left: 20px;
	}
	.zan_b a{
		color: #C00710;
	}
	.yong_b{
		background: url(../../image/5_09.png) left center no-repeat;
		padding-left: 20px;
	}

	.share_ul li{
		width: 20%;
	}
	.share_zan_left b{
		width: 55px;
		margin-right:10px;
	}
	.share_zan_left font{
		width:55px;
	}
}