	.wp_article_list .list_item{
		height:42px;
	}
	.wp_article_list .list_item .Article_Index{
		margin-top:14px;
	}
	.wp_paging {
               margin-top: 20px;
	}
	.wp_paging li {
		height: 32px;
		line-height: 32px !important;
                border-bottom: 0px !important;
	}
	
	.wp_paging li a {
		cursor: pointer;
		color: #666;
		line-height: 32px;
		height: 32px;
	}
	
        .wp_paging li input {
                margin-top: 7px;
        }
	.wp_listcolumn{
		border:0;
	}
	
	.wp_listcolumn .wp_column{
		margin: 0 0 12px 0;
	}
	
	.wp_listcolumn .wp_column a{
		background:#f5f5f5;
		border:0;
	}
	
	.wp_article_list .list_item .pr_fields{
		width: 80%;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	.wp_article_list .list_item .Article_Title{
		width:92%;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	
	.wp_listcolumn .wp_column a:hover{
		background-image:none;
	}
	
	.contstart .rightcont ul li a {
		display: block;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	
	@media only screen and (max-width:460px) {
		.wp_article_list .list_item .Article_Index{
			display:none;
		}
	}