.index-main
{
	width:90%;
	margin:0 auto;
}
.main-left
{
	width:74%;
	border-left:solid 1px #f3f4f6;
	border-right:solid 1px #f3f4f6;
	float:left;
	overflow:hidden;
	min-height:600px;
	height:auto;
	display:inline;
}
.main-right
{
	width:25%;
	float:left;
	display:inline;
}
.left-recommend
{
	margin:20px auto;
}
.left-hot
{
	clear:both;
	margin:10px auto;
}
.left-title
{
    width:98%;
    height:40px;
    line-height:40px;
    border-left:solid 3px #0274bb;
    
}
.tile-content
{
	color:#46494c;
    font-size:18px;
    width:90%;
    margin:0 auto;
    height:40px;
    border-bottom:solid 1px #f3f4f6;
}
.right-column
{
	margin:20px auto;
}
.column-content
{
	width:90%;
	color:#4a4a4a;
	margin:0 auto;
	line-height:30px;
	font-size:14px;
}
.tile-content1
{
	color:#46494c;
    font-size:18px;
    width:80%;
    margin:0 auto;
    height:40px;
    border-bottom:solid 1px #f3f4f6;
}
.column-content1
{
	width:70%;
	color:#4a4a4a;
	margin:0 auto;
	line-height:30px;
	font-size:14px;
}

.con-item
{
	width:100%;
	margin:20px auto;
	clear:both;
	display:inline-block;
}
.item-img
{
	width:225px;
	height:150px;
	float:left;
}
.item-img a
{
	display:inline-block;
	width:100%;
	height:150px;
	overflow:hidden;
	border:solid 1px  	#E5E5E5;
}
.item-img img
{
	width:100%;
	height:150px;
    border:none;
}
.item-img img:hover
{
	transform:scale(1.05);
	
}
.item-content
{
	width:60%;
	float:left;
	margin-left:15px;
}
.item-title
{
	height:40px;
	overflow:hidden;
    white-space:nowrap;
    text-overflow: ellipsis;
	font-size:25px;
}
.item-title a
{
	color:#4a4a4a;
	text-decoration:none;
}
.item-prereading
{
	line-height:30px;
	height:90px;
	overflow:hidden;
	color:#4a4a4a;
	font-size:14px;
}
.item-detail a
{
	text-decoration:none;
	line-height:25px;
	color:#a0a0a0;
}
.hot-content,.r-content
{
	width:90%;
	margin: 0 auto;
}
.more
{
	float:right;
	margin-right:10px;
	text-decoration:none;
	color: 	#1C86EE;
	font-size:12px;
	font-family:"宋体";
	
}
.hot-title-left
{
	float:left;
	width:80%;
}
.hot-title-right
{
	float:left;
	width:20%;
}
.item-detail
{
	color:#a0a0a0;
}