.forum_wrap{
	margin-bottom: 60px;
}
.main_con{
	width:1200px;
	margin:0 auto;
}
.main_left{
	width:958px;
	border: 1px solid #ddd;
}
.main_left .hot .l{
	width:262px;
	padding:10px;
	position: relative;
	border: 1px solid #fff;
}
.main_left .hot .l img{
	border: 1px solid #ddd;
}
.main_left .hot .l:hover{
	border: 1px solid #1a70cb;
}
.main_left .hot .l i{
	position: absolute;
	width:264px;
	height:60px;
	z-index:3;
	bottom:10px;
	left:10px;
	background:#fff;
	opacity:0.6;
	filter: alpha(opacity=70);
}
.main_left .hot .l p{
	position: absolute;
	width:232px;
	line-height:20px;
	height:40px;
	z-index:4;
	bottom:20px;
	left:10px;
	color:#333;
	font-size:16px;
	padding:0 15px;
	overflow: hidden;
}

.main_left .hot .r{
	width:673px;
	height:464px;
	box-sizing: border-box;
}
.main_left .hot .r ul{
	margin-left: 1px;
}
.main_left .hot .r li{
	float: left;
	border: 1px solid #fff;
}
.main_left .hot .r li:hover{
	border: 1px solid #1a70cb;
}
.main_left .hot .r li dl{
	margin: 10px;
	height:210px;
	width: 314px;
}
.main_left .hot .r li dt{
	width: 314px;
	height:30px;
	color:#333;
	font-size: 16px;
	margin-top:14px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow:ellipsis;
}
.main_left .hot .r li dd{
	width: 314px;
	color:#666;
	line-height:14px;
	font-size: 12px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow:ellipsis;
}
.main_left .hot .r li dd img{
	border: 1px solid #ddd;
}
.main_left .hot .r li .imgbox{
	border: 1px solid #ddd;
}
.list_con {
	margin-top:10px;
	border-top: 1px solid #ddd;
}
.list_con .tab_tit{
	height:45px;
	border-bottom: 1px solid #ddd;
}
.list_con .tab_tit li{
	float: left;
	width: 100px;
	height:43px;
	line-height:43px;
	cursor: pointer;
	text-align: center;
	border-top:3px solid #fff;
	border-right:1px solid #ddd;
	border-bottom:1px solid #fff;
}
.list_con .tab_tit .act{
	background-color:#fff;
	border-top:3px solid #1a70cb;
	border-bottom: 1px solid #fff;
}
.tab_con{
	padding-top:10px;
}
.tab_con .l{
	border: 1px solid #ddd;
	width:261px;
	height:123px;
	overflow: hidden;
}
.tab_con li{
	padding:10px;
	border: 1px solid #fff;
	border-bottom:1px solid #ddd;
}
.tab_con li.act{
	border: 1px solid #1a70cb;
}
.tab_con li .r{
	width:644px;
	position: relative;
}
.tab_con li .r h3{
	width:400px;
	height:22px;
	line-height:22px;
	color:#1a70cb;
	font-size:16px;
	overflow:hidden;
	margin-top:7px;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.tab_con li .time_author{
	width:200px;
	height:22px;
	line-height:22px;
	color: #999;
	font-size: 12px;
	position: absolute;
	top:0px;
	right:0px;
	margin-top: 7px;
	text-align: right;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	
}
.tab_con li .icon{
	margin:10px 0;
	color: #333;
	font-size:14px;
}
.tab_con li .collect{
	margin-right:20px;
	padding-left: 25px;
	background: url(../../images/news/star.png) left center no-repeat;
}
/* .tab_con li .collect.hover{
	background: url(../../images/news/collect2.png) left center no-repeat;
} */
.tab_con li .read{
	margin-right:20px;
	padding-left:25px;
	background: url(../../images/news/read.png) left center no-repeat;
}
/* .tab_con li .read.hover{
	background: url(../../images/news/read2.png) left center no-repeat;
} */
.tab_con li .prof{
	font-size: 14px;
	color: #666;
	line-height:20px;
	height:40px;
	overflow: hidden;
}
.tab_con .more{
	height:150px;
	text-align: center;
}
.tab_con .more span{
	width:400px;
	height:40px;
	line-height:40px;
	display:inline-block;
	text-align: center;
	border-radius:5px;
	border:1px solid #1a70cb;
	background:#fff;
	color:#1a70cb;
	margin-top:55px;
	cursor: pointer;
} 