.wrap{
	width: 100%;
	font-family: "微软雅黑";
}
.header{
	width:100%;
	height:90px;
	background: #2c2b2a;
}
.hea_center{
	width: 1280px;
	height: 100%;
	margin: 0 auto;
	overflow: hidden;
}
.logo{
	float: left;
	margin-top: 15px;
}
.nav{
	float: right;
}
.clearfix {
	margin-right: -10px;
}
.clearfix li {
    position: relative;
    color: #444;
    display: block;
    float: left;
    line-height: 90px;
    height: 90px;
    cursor: pointer;
}
.clearfix li a {
    display: block;
    float: left;
    color: #e5e3e4;
    font-size: 15px;
     text-decoration: none;
    margin-left: 14px;
}
.menu-item a:after {
    content: '/';
    font-size: 16px;
    margin-left: 10px;
    color: #703843;
}

/*热门*/
.containe{
	width:100%;
	height: 1028px;
	background: url(../images/re_02.jpg) no-repeat;
	position: relative;
}
.containe_sub{
	width: 1280px;
	height:563px;
	position: absolute;
	left: 50%;
	bottom:78px;
	margin: 0 0 0 -640px;
	overflow: hidden;
}
.con_sub_left{
	float: left;
	width: 860px;
	height: 100%;
	background: #ccc;
	
}
.con_sub_rig{
	width:360px;
	height: 100%;
	float: left;
	background: #151414;
	padding:  0 30px;
}
.con_sub_rig h2{
	font-size: 18px;
	margin: 30px 0 14px 0;
	color: #cdcbcb;
	/*font-weight: 600;*/
}

.con_sub_rig p{
	color: #868686;
	font-size: 13px;
	padding-bottom: 30px;
	border-bottom: 1px dashed #3d3c3c;
}
.con_sub_div{
	overflow: hidden;
	margin-bottom: 10px;
}
.con_div_left{
	float: left;
	width: 150px;
	height: 78px;
	background: #1f1e1e;
	margin-right: 16px;
}
.con_div_rig{
	float: left;
	color: #868686;
	width: 172px;
	margin-top: 10px;
}
.con_div_rig b{
	display: block;	
	font-size: 14px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.con_div_time{
	margin-top: 20px;
}


