/*
web style
Copyright (c) 2012 Reactive Light
background rgb(248, 210, 206),#ebf2fe,rgb(255, 239, 195),rgb(206, 234, 214)
*/
body{
	margin:0;
	padding:0;
	background:#f9f9f9;
	letter-spacing:1px;
	line-height:1.5em;
	font-size:13px;
	
}
	.warp{
		width:1000px;
		margin:0 auto;
		padding:10px 50px;
		display: flex;
		justify-content: center;
		align-items: flex-start;
		min-height:90vh;
	}
	.text-center{
		text-align:center;
		
	.font-bold{
		font-weight:bold;
	}
	}
	.text-24px{
		font-size:20px;
	}
	.mb-25px{
		margin-bottom:25px;
	}
	.mb-10px{
		margin-bottom:10px;
	}
	.ml-10px{
		margin-left:10px;
	
	}
	.head-nav-box{
		height:56px;
		width:100%;
	}
	.head-nav{
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		
		background-color: #fff;
		box-shadow: 0 2px 10px rgba(0, 0, 0, .05);
		z-index: 100;
		display:flex;
		align-items: center;
		justify-content: space-between;
		height:56px;
	}
	.px-60px{
		padding-left:60px;
		padding-right:60px;
	}
	.w-200px{
		width:200px;
	}
	.pl-120px{
		padding-left:120px;
	}
	.bg-white{
		background:#fff;
	
	}
	.warp-left{
		width:666px;
		padding:32px;
		margin-right:10px;
		line-height:34px;
	}
	.warp-left img{
		max-width:100%;
	}
	.warp-right{
		flex-shrink: 0;
		width: 260px;
	}
	.arc-date{
		color: #969696;
		font-size:12px;
		
	}
	.wr-title{
		display:flex;
		align-items: center;
		line-height:20px;
	}
	.wr-img-box{
		width:45px;
		height:45px;
		border-radius:50%;
		overflow:hidden;
		border: 1px solid #eee;
	}
	.wr-img-box img{
		width:45px;
		height:45px;
	}
	.web-name{
		font-weight: 500;
		font-size: 14px;
	}
	.p-16px{
		padding:16px;
	}
	.rounded-4px{
		border-radius: 4px;
	}
	.ge-xian{
		width: 100%;
		height: 1px;
		margin: 16px 0;
		background-color: #eee;
	}
	.color-2d2d2d{
		color:#2d2d2d;
	}
	.mt-16px{
		margin-top:16px;
	}
	.hot-arc{		
		margin-bottom: 16px;
		padding-left: 12px;
		border-left: 4px solid #ec7259;
		font-size: 18px;
		font-weight: 500;
		height: 20px;
		line-height: 20px;
	}
	.arc-item{
		font-size: 14px;
		line-height: 22px;
		margin-bottom: 4px;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.arc-item a:hover{
		text-decoration:underline;
		color:blue;
	}
	.lh40{
		line-height:40px;
	}
.arc-one{
	verflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;

}
.text-18px{
	font-size:18px;
}
.article-con{
	margin: 0 0 8px;
    font-size: 13px;
    line-height: 24px;
    color: #999;

}
.article-list{
	width: 100%;
    margin: 0 0 15px;
    padding: 15px 2px 20px 0;
    border-bottom: 1px solid #f0f0f0;
    word-wrap: break-word;

}

