.more-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;
}
.right-column
{
	margin:20px auto;
}
.column-content
{
	width:70%;
	color:#4a4a4a;
	margin:0 auto;
	line-height:30px;
	font-size:14px;
}
.left-title
{
    width:98%;
    height:30px;
    line-height:30px;
    border-left:solid 3px #0274bb;
    
}
.tile-content
{
	color:#46494c;
    font-size:16px;
    width:80%;
    margin:0 auto;
    border-bottom:solid 1px #f3f4f6;
}
.left-content
{
	width:90%;
	margin:20px auto;
}
.l-c-search
{
	line-height:35px;
	color:#4A4A4A;
	font-size:12px;	
}
#txtTitle
{
	width:220px;
	height:25px;
	line-height:25px;
	border:solid 1px #D8D8D8;
	padding-left:5px;
	color:#4A4A4A;
	
}
#btnSearch
{
    background-color:#2E7CCF;
    height:29px;
    width:100px;
    color:#fff;
    border:1px solid #0274BB;
    cursor:pointer;
}
.data
{
    margin:10px auto;
    color:#4A4A4A;
}

.item-common
{
	clear:both;
	border-bottom:solid 1px #F3F4F6;
	width:100%;
	margin:5px auto;
}
.item-title
{
	font-size:18px;
	font-weight:bold;
	line-height:40px;
	height:40px;
	width:100%;
	overflow:hidden;
	white-space:nowrap;
	text-overflow: ellipsis;
}
.data a
{
	color:#4A4A4A;
}
.data a:hover
{
	color:#2E7CCF;
}
.item-prereading
{
	line-height:25px;
	font-size:14px;
}
.item-info
{
	clear:both;
    width:100%;
    height:40px;
    line-height:40px;
    overflow:hidden;
    color:#D9D9D9;
}
.i-i-time
{
	width:50%;
	overflow:hidden;
	white-space:nowrap;
	text-overflow: ellipsis;
	float:left;
}
.i-i-keyword
{
	width:40%;
	overflow:hidden;
	white-space:nowrap;
	text-overflow: ellipsis;
	float:left;
	
}
.i-i-readcount
{
	width:50%;
	*width:49%;
	overflow:hidden;
	white-space:nowrap;
	text-overflow: ellipsis;
	float:left;
	text-align:right;
}

.item-img
{
	width:25%;
	height:120px;
	float:left;
}
.item-img img
{
	width:100%;
	height:120px;
}
.item-body
{
	width:70%;
	height:120px;
	float:left;
	margin-left:10px;
}
.page-content
{
     margin:15px auto;
	text-align:center;
}
img
{
	border:none;
}