@charset "utf-8";
/*左侧导航*/
.five_detail{
	width: 100%;
	height: auto;
	max-width: 1920px;
	box-sizing: border-box;
	padding: 90px 500px 10px 250px;
	background-color:#fff;
	max-width: 1903px;
}
.five_detail_top{
	width: 100%;
	height: auto;
	border-bottom: 1px solid #ddd;
	margin-bottom: 10px;
}
.five_detail_name{
	width: 100%;
	height: auto;
	font: 30px/40px "Microsoft YaHei";
	color: #222;
	margin-bottom: 10px;
}
.five_detail_top_d{
	width: 100%;
	height: 30px;
	margin-bottom:10px;
}
.five_detail_top_d label{
	height: 30px;
	font: 14px/30px "Microsoft YaHei";
	color: #888;
}
.five_detail_top_d span{
	height: 30px;
	font: 14px/30px "Microsoft YaHei";
	color: #888;
	margin-right: 30px;
}
.five_detail_bot{
	width: 100%;
	height: auto;
	font: 18px/38px "Microsoft YaHei";
	color: #333;
}

.five_detail_bot img{
	max-width: 90%;
	margin: 20px auto;
	display: block;
	width: auto;
    height: auto;
}

.share_box {
	padding: 0;
    margin-bottom: 10px;
}
.share_bot {
    margin: 30px 0px 10px;
}


.tuijian_list{
	top: 90px;
}

/*标签*/
.share_top_s{
	background-color: #fff;
	margin: 10px;
}
.share_top_s span{
	color: #555;
}
.share_top_s i{
	color: #555;
}
.share_top .share_top_sa{
	height: 26px;
	font: 14px/26px "Microsoft YaHei";
	color: #fff;
	padding: 0px 10px;
	background-color: #118df0;
	margin: 10px;
}
.share_top {
    width: 100%;
    height: auto;
    margin: 30px 0px;
}
/*上一篇、下一篇*/

.prev_next{
	width: 100%;
	height: 40px;
	box-sizing: border-box;
	padding: 0;
	margin: 20px 0px 60px;
	border-top: 1px solid #ddd;
}


.prev_next .prev,
.prev_next .next{
	max-width: 45%;
	width: auto;
	height: 40px;
}
.prev_next .prev label,
.prev_next .next label{
	width: 60px;
	height: 40px;
	font: 14px/40px "Microsoft YaHei";
	color: #888;
	text-align: center;
}

.prev_next .prev span,
.prev_next .next span{
	width: 100%;
	height: 40px;
	box-sizing: border-box;
	padding-left: 60px;
	margin-top: -40px;
	font: 14px/40px "Microsoft YaHei";
	color: #888;
}
.prev_next .prev:hover .prev_label,
.prev_next .prev:hover .prev_span,
.prev_next .next:hover .prev_label,
.prev_next .next:hover .prev_span{
	color: #118df0;
}

/*头部-上下篇*/
.five_nav i{
	font: 26px/38px "Microsoft YaHei";
	color: #555;
	float: left;
}
.five_nav .ii1{
	margin-left: 25px;
}

.five_nav span{
	font: 16px/38px "Microsoft YaHei";
	color: #555;
	float: left;
}
.back_btn,
.prev_btn,
.next_btn{
	width: 120px;
	height: 40px;
	box-sizing: border-box;
	border: 1px solid #e5e5e5;
	margin-right: 10px;
	text-align: center;
	font: 14px/38px "Microsoft YaHei";
	color: #555;
}
.back_btn:hover,
.prev_btn:hover,
.next_btn:hover{
	background-color: #e5e5e5;
}





@media (max-width:1366px){
	
	.five_nav{
		padding: 20px 0px 20px 190px;
	}
	.logo {
	    margin: 20px 0 20px 20px;
	}
	
	.nav_li {
	    margin-bottom:2px;
	}
	.five_detail{
	    padding: 80px 380px 60px 190px;
	}
	.five_detail_top{
		min-height: 80px;
		font: 40px/80px "Microsoft YaHei";
		margin-bottom: 20px;
	}
	.tuijian_list{
		right: 20px;
		top: 90px;
		height: 500px;
	}
	.tuijian_li {
	    width: 100%;
	    height: 75px;
	    margin-top: 10px;
	}
	.prev_next{
		margin: 20px 0px 30px;
	}
}


@media (max-width:1200px){
	
	.five_nav{
		padding: 20px 0px 20px 190px;
	}
	.five_detail{
	    padding: 80px 350px 60px 190px;
	}
	.five_detail_top{
		min-height: 60px;
		font: 36px/60px "Microsoft YaHei";
		margin-bottom: 10px;
	}
	.tuijian_list{
		width: 290px;
	}
	.tuijian_lir {
	    width: 160px;
	}
	.five_detail_bot{
		font: 16px/36px "Microsoft YaHei";
		background-color:#fff;
	}
	/*.footer{
		padding: 10px 0px;
	}*/
	.footer_s{
		font: 12px/26px "Microsoft YaHei";
	}
	
	
	
}

@media (max-width:1024px){
	
	.five_detail{
	    padding: 80px 30px 20px 190px;
	    border-bottom:1px solid #ddd ;
	}
	.five_detail_bot{
		margin-bottom: 10px;
	}
	
	.five_nava{
		width: auto;
		padding: 0px 10px;
	}
	.tuijian_list{
		height: auto;
		position: relative;
		left: 0px;
		top: 20px;
		box-shadow: none;
		width: 100%;
		box-sizing: border-box;
		padding: 0px 20px 60px 190px;
	}
	.tuijian_lir {
	    width: 100%;
	    box-sizing: border-box;
	    padding-left: 90px;
	    margin-top: -75px;
	}
	.footer {
	    display: none;
	}
	
}
@media (max-width:768px){
	.nav_list,
	.five_nav{
		display: none;
	}
	
	.nav_phone {
		display: block;
	}
	.five_detail_top {
		height: auto;
		min-height: auto;
	    font: 30px/80px "Microsoft YaHei";
	    margin-bottom: 10px;
	}
	.five_detail{
		 padding: 60px 20px 20px;
	}
	.tuijian_list{
		padding: 0px 20px 20px;
	}
	
	.tuijian_li:hover .tuijian_li_p{
		color: #333;
	}
	.tuijian_li:hover .nll_l{
		background-color: #ddd;
	}
	.tuijian_li:hover .nll_l_new{
		color: #888;
	}
	.tuijian_li:hover .nll_l_time{
		color: #555;
	}
	.tuijian_li:hover .nll_l_line{
		background-color: #555;
	}
	.five_detail_bot img{
		max-width: 100%;
	}
	.nav_next_btn,
	.nav_prev_btn{
		width: 30px;
		height: 30px;
		border: 1px solid #ddd;
		box-sizing: border-box;
		text-align: center;
		font:18px/30px "Microsoft YaHei";
		color: #333;
		margin: 10px;
		background-color: #F0F0F0;
		border-radius: 3px;
	}
	.nav_next_btn{
		margin-right: 25px;
	}
	.nav_next_btn i,
	.nav_prev_btn i{
		font:24px/28px "Microsoft YaHei";
		color: #333;
	}
	
	.five_detail_top_d span:last-child{
		margin-right: 0px;
	}
	.five_detail_top_d{
		height: auto;
	}
}

@media (max-width:480px){
	
	.nav_phone_back {
	    font: 26px/50px "Microsoft YaHei";
	}
	.nav_phone_name {
	    font: 18px/50px "Microsoft YaHei";
	}
	.five_detail_top {
	    height: auto;
	    min-height: auto;
	    font: 24px/50px "Microsoft YaHei";
	    margin-bottom: 10px;
	}
	.tuijian_list {
	    padding: 0px 20px 20px;
	}
}


@media (max-height:760px){
	.nav_s{
		/*display: none;*/
	}
	.nav_s {
	    height: 20px;
	    font: 16px/20px "Microsoft YaHei";
	}
	.nav_li{
		height: 70px;
		margin-bottom: 2px;
	}
	.nav_bj {
	    height: 70px;
	    font: 16px/70px "Microsoft YaHei";
	   
	}
	.nav_a .nav_i {
	    font: 40px/50px "Microsoft YaHei";
	}
	.tuijian_list{
		top: 6%;
    	z-index: 999;
	}
}
@media (max-height:650px){
	.nav_li{
		margin-bottom: 2px;
	}
	.logo {
	    width: 91px;
	    height: 82px;
	    margin: 15px 0 10px 30px;
	}
}
@media (max-height:510px){
	.footer{
		display: none;
	}
	.nav_s{
		display: none;
	}
	.nav_li{
		height: 50px;
		margin-bottom: 2px;
	}
	.nav_bj {
	    height: 50px;
	    font: 16px/50px "Microsoft YaHei";
	   
	}
}














