@charset "utf-8";
/* 内页公共CSS */
.fl{float:left;}
.fr{float:right;}
.clearfix{clear:both;}
/*内页导航*/
.second_nav{
    height:70px;
	background: #f4f3f3;
    line-height: 70px;
}
.second_nav .nav_content{
	width:1200px;
	margin:auto;
	overflow:hidden;
}
.second_nav .nav_content .crumbs span{
	font-size:13px;
    font-weight: 600;
	color:#555555;
}
.second_nav .nav_content .crumbs a{
	font-size:13px;
	color:#e10002;
}
.second_nav .nav_content .second_nav_left{
    color:#333333;
    font-size: 28px;
}
.second_nav .nav_content .second_nav_right{
	overflow:hidden;
}
.second_nav .nav_content .second_nav_right li{

}
.second_nav .nav_content .second_nav_right li a{
	display:block;
	height:30px;
	margin-top:20px;
	padding:0 25px;
	border-left:1px solid #c1bfbf;
	font-size:14px;
	line-height:30px;
	font-weight: 600;
	color:#555555;
}
.second_nav .nav_content .second_nav_right li a:hover{
	color:#e10002;
}
.second_nav .nav_content .second_nav_right li:nth-child(1) a{
	border-left:none;
}
.second_nav .nav_content .second_nav_right .cur a{
	color:#e10002;
}

/*内容板块*/
.content{
	width:100%;
	margin-top:50px;
}
.content .content_public{
	overflow:hidden;
}
.content .content_public .content_title{
	width:1200px;
	margin:auto;
}
.content .content_public .content_title p{
	text-align:center;
}
.content .content_public .content_title p:nth-child(1){
	font-size:30px;
	color:#555555;
}
.content .content_public .content_title p:nth-child(2){
	margin-top:5px;
	font-size:20px;
	color:#b2b3b1;
}
.content .content_public .content_title p:nth-child(3){
	margin:15px auto;
	border-bottom:2px solid #e10002;
	width:50px;
	transition: all 0.6s;
}
.content .content_public .content_title:hover p:nth-child(3){
	width:120px;
}
.content .content_detail{
	width:1200px;
	margin:auto;
	padding-bottom:80px;
	overflow:hidden;
}
/*分页*/
.pagination{
    display: table;
    margin:auto;
    margin-top:50px;
    overflow:hidden;
}
.pagination span{
	float: left;
	display:block;
	padding: 10px 20px;
    border: 1px solid #e10002;
    background:#e10002;
    border-radius:4px;
    color: #fff;
}
.pagination a{
	display:block;
    float: left;
    padding: 10px 20px;
    margin: 0 10px;
    border: 1px solid #313131;
    border-radius: 4px;
    color: #313131;
}
.pagination a:hover{
	background:#e10002;
	color:#fff;
}
/*上下篇*/
.content .content_public .content_detail .ip_down{
	box-sizing: border-box;
	margin:auto;
	margin-top:40px;
    padding: 0 15px;
	overflow:hidden;
    width: 100%;
    height: 40px;
    background:#e10002;
}
.content .content_public .content_detail .ip_down a:nth-child(1){
	float:left;
	font-size:16px;
	line-height: 40px;
	color:#fff;
}
.content .content_public .content_detail .ip_down a:nth-child(2){
	float:right;
	font-size:16px;
	line-height: 40px;
	color:#fff;
}
/*相关推荐*/
.recommend{
	width:1200px;
	margin:auto;
	height: 230px;
	margin-bottom: 20px;
}
.recommend_bg{
	max-width: 1200px;
	height: 100%;
	margin: 0 auto;
}
.recommend_bg p{
	font-size: 20px;
	color:#e10002;
	height: 30px;
	overflow: hidden;
}
.recommend_bottom{
	width: 100%;
	height: 180px;
	margin-top: 20px; 
}
.recommend_left{
	width: 45%;
	height: 100%;
}
.recommend_left ul{
	width: 100%;
	height: 100%;
}
.recommend_left li{
	width: 100%;
	height: 30px;
	border-bottom: 1px dashed #232323;
}
.recommend_left li a{
	width: 100%;
	height: 30px;
	line-height: 30px;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 16px;
	color:#555555;
}
.recommend_right{
	width: 45%;
	height: 100%;
}
.recommend_right ul{
	width: 100%;
	height: 100%;
}
.recommend_right li{
	width: 100%;
	height: 30px;
	border-bottom: 1px dashed #232323;
}
.recommend_right li a{
	width: 100%;
	height: 30px;
	line-height: 30px;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 16px;
	color:#555555;
}
.recommend_left li:hover a{color:#e10002;}
.recommend_right li:hover a{color:#e10002;}