@charset "utf-8";
/* CSS Document */

	/* 垂直布局 */
	.v-layout {
		display: flex;
		flex-flow: column nowrap;
	}

	/* 垂直布局居中 */
	.v-layout-c {
		display: flex;
		flex-flow: column nowrap;
		align-items: center;
		justify-content: center;
	}

	/* 垂直布局横向居中 */
	.v-layout-hc {
		display: flex;
		flex-flow: column nowrap;
		align-items: center;
	}

	/* 垂直布局垂直居中 */
	.v-layout-vc {
		display: flex;
		flex-flow: column nowrap;
		justify-content: center;
	}

	/* 水平布局 */
	.h-layout {
		display: flex;
		flex-flow: row nowrap;
	}


	/* 垂直布局居中 */
	.h-layout-c {
		display: flex;
		flex-flow: row nowrap;
		align-items: center;
		justify-content: center;
	}

	/* 水平布局横向居中 */
	.h-layout-hc {
		display: flex;
		flex-flow: row nowrap;
		justify-content: center;
	}

	/* 水平布局垂直居中 */
	.h-layout-vc {
		display: flex;
		flex-flow: row nowrap;
		align-items: center;
	}

	/* 权重1和 v-layout 和 h-layout搭配使用 */
	.layout-weigt1 {
		flex: 1;
	}

	/* 只显示一行文本 */
	.single-line {
		overflow: hidden;
		/*超出部分隐藏*/
		white-space: nowrap;
		/*不换行*/
		text-overflow: ellipsis;
		/*超出部分文字以...显示*/
	}


	/*内容垂直居中*/
	.vertical-center {
		-webkit-align-items: center;
		-moz-align-items: center;
		-ms-align-items: center;
		-o-align-items: center;
		align-items: center;
	}

/*重置*/
html{
	min-width: 1180px;
	
}
body{
	padding: 0;
	margin: 0;
	font-family: "微软雅黑";
	min-width: 1200px;
	background: #f5f5f5;
	font-size: 16px;
	
}
img{
	border: none;
	display: block;
}
ul,li{
	list-style: none;
	margin: 0;
	padding: 0;
}
h1,h2{
	font-weight: normal;
	margin: 0;
}
h1{
	font-size: 24px;text-align: center;
	line-height: 50px;
}
h2{
	text-align: center;
	font-size: 16px;
	color: #999;
}
a{
	text-decoration: none;
}
a:hover{
	cursor: pointer;

}
dl,dt,dd{
	list-style: none;
	padding: 0;
	margin: 0;
}
/**/
.black_box{
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	position: fixed;
	z-index: 999999;
	top: 0;left:0;
}
/*页头*/
.total_pagetop{
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 999;
	border-bottom:1px solid #f2f2f2;
}
.search{
	border: 1px solid #ee2516;
	border-radius:1000px;
	height: 44px;
	width: 360px;
	overflow: hidden;
}
.search input{
	border: none;
	font-size: 16px;
}
.btn_search{
	background: #ee2516;
	height: 44px;
	width: 98px;
	color: white;
}
.content{
		width: 1180px;
		margin: 0 auto;
	
	}
	.webtop{
		height: 32px;
		font-size: 12px;
		color: #ffffff;
		line-height: 32px;
		background: #ee2516;
	}
.top_sec{
	height: 110px;
	background: #ffffff;
}
.justf{
	justify-content: space-between;
}
.navbox{
	height:56px;
	background: #f2f2f2;
}
.nav{
	font-size:16px;
	justify-content: space-around;
	line-height: 56px;
}
.nav .chose_a{
	color:#ee2516;
	font-weight: bold;
	position: relative;
}
.nav a{
	display: flex;
}
.chose_line{
	background: #ee2516;
	height: 4px; 
	width: 100%;
	position: absolute;
	bottom:4px;
	left: 0;
}
.qrbox_cell{
	font-size: 12px;
	margin: 0 0 0 60px
}
/*页脚*/
/*
.foot_top{
	width: 100%;
	position: fixed;
	left: 0;
	bottom: 260px;
}
*/
.foottop_box{
	overflow: hidden;
	height: 240px;
	padding-top: 10px;	
}
.foottop_box li{
	width: calc( 100% / 3 );
	float: left;
	height: 160px;
	box-sizing: border-box;
	border-right: 1px solid #e1e1e1;
}
.foot_top{
	background: #fff;
}
.abox{
	width: 240px;
	overflow: hidden;
	margin-top: 10px;
	margin-left: 30px;
}
.abox a{
	color: #666;
	font-size: 14px;
	float: left;
	margin-right:24px;
	margin-bottom: 6px;
	
}
.abox a:hover{
	color: red;
}
.ma_wx{
	width: 50%;
	text-align: center;
}
.ma_box{

}
.foot_bottom{
	background: #323232;
	height: 260px;
}
.foot_abox{
	margin: 0 30px 0px 30px;
	color: #999;
	font-size: 12px;
	padding: 0 0 12px 0;
	border-bottom: 1px solid #484848;
	overflow: hidden;
}
.foot_abox a{
	color: #999;
	display: block;float: left;margin-right: 42px;
	margin-bottom: 12px;
}
.foot_abox a:hover{
	color: red;
}
.foot_left{
	overflow: hidden;
	padding: 30px;
	float: left;
}
.foot_right{
	float: right;
}
.foot_right a{
	float: left;
	margin-right:10px;
	margin-top: 36px;
}
.foot_right a:nth-child(3){
	margin-right: 30px;
}
.a_title{
	line-height: 64px;
}
/*文章详情*/
.left_part{
	width: 800px;
	float: left;
}
.f_title{
	color: #999;
	font-size: 14px;
	margin-top: 8px;
}
.article_txtbox{
	background: #fff;
	padding: 24px;
	border-bottom: 1px solid #e5e5e5;
}
.main_title{
	font-size: 24px;
	line-height: 44px;
}
.right_part{
	width: 380px;
	float: left;
	margin-left: 20px;
}
.title_tab{
	overflow: hidden;
	
}
.title_tab li{
	float: left;
	text-align: center;
	width: 50%;
	line-height: 60px;
	height: 60px;
	position: relative;
}

.un_chose{
	background: #f9f9f9;
}
.commnet{
	background: #fff;
	padding: 20px;
	overflow: hidden;
}
.comment_title{
	line-height: 40px;
}
.zp_box{
	float: right;
	overflow: hidden;
	color: #999;font-size: 14px;
}
.zp_box li{
	float: left;
	margin-left: 20px;
}
.input_box{
	float: left;
	width: calc(100% - 62px);
	margin-left: 20px;
}
.btn_pl{
	float: left;
	background: #e1251b;
	outline: none;
	border:none;
	height: 46px;color: #fff;
	width: 120px;
	text-align: center;font-size: 16px;
}
.pl_txtbox{
	width: calc(100% - 120px);
	float: left;
	height: 46px;
	border:1px solid #e1251b;
	padding: 0 10px;
}
.comment_list{
	background: #fff;
	overflow: hidden;
}
.comment_list li{ 
	overflow: hidden;
	border-bottom: 1px solid #e5e5e5;
	margin: 0 20px;
	padding: 20px 0;
 }
.pl_left{
	float: left;
}
.pl_user_name{
	color: #6f7fab;
	font-size: 14px;
}
.pl_right{
	width: calc(100% - 62px);
	float: left;
	margin-left: 20px;
}
.pl_content{
	font-size: 14px;
	line-height: 24px;
}
.pl_hf{
	color:#6f7fab;
	font-size: 14px;
	margin-top: 4px;
}
.btn_more_comment{
	text-align: center;
	background: #fff;
	padding:10px 20px;
	font-size: 14px;
	margin-bottom: 20px;
}
.user_box{
	font-size: 14px;
	font-weight: lighter;
	background: #fff;
	position: absolute;
	width: 90px;
	text-align: center;
	left: 50%;
	margin-left: -65px;
	top: 46px;
	box-shadow:0px 2px 12px #999;
	padding: 20px
}
.user_box a{color: #666;}
.user_box li{
	line-height: 36px;
}
.jiao{
	position: absolute;
	width: 10px;
	height: 10px;
	background: #fff;
	transform: rotate(45deg);
	-ms-transform:rotate(45deg); 	/* IE 9 */
-moz-transform:rotate(45deg); 	/* Firefox */
-webkit-transform:rotate(45deg); /* Safari 和 Chrome */
-o-transform:rotate(45deg); 
	top: -5px;
	left: 50%;
	margin-left: -5px;
}

/*登录框*/
.login_box{
	background: #fff;
	height: 550px;
	width: 630px;
	position: absolute;
	left: 50%;
	margin-left: -315px;
	top: 50%;
	margin-top: -275;
	border-radius: 4px;
}
.login_tab{
	overflow: hidden;
	
	margin-top: 40px;
}
.login_tab li{
	float: left;
	text-align: center;
	width: 50%;
	line-height: 58px;
	line-height: 64px;
}
.login_chose{color: #e1251b;border-bottom: 2px solid #e1251b;}
.base_input{border: none;font-size: 14px;line-height: 40px;border-bottom: 1px solid #e5e5e5;width: 100%;margin-top: 20px;}
.yzm_input{
	width: calc(100% - 120px)
}




