/*
* 布局样式
*
*/


/* 多栏布局       */
#page.double_right .site-content {
    float: none;
    display: block;
	width: 100%;
}

#page.double_right #main_container {
	max-width: 1080px;
    width: 100%;	
}

#page.double_right #main_container {
	max-width: 1080px;
    width: 100%;	
}
	
#page.double_left {
	
}

#page.double_left .widget-area {
	display: none;
}

#page.double_left .content-area {
	width: 100%;
}

#page.double_left .site-content {
	width: 64%;
}

#page.double_left .left_bar {
	width: 33%;
}

#page.double_left #main_container {
	max-width: 1080px;
    width: 100%;
}

#page.single_columns .widget-area {
	display: none;
}

#page.single_columns .site-content {
	width: 100%;
}

#page.single_columns #main_container{
	max-width: 720px;
    width: 100%;
}

#page.single_columns .content-area {
	width: 100%;
}

/* 文章列表       */

.grid-content-area {
    background: none;
	-moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;	
}

.grid_type {
    padding: 0;
    width: 47%;
    float: left;
    margin: 0 1.5% 20px 1.5%;
	background: #fff;
    border-radius: 5px;
    -moz-box-shadow: 3px 3px 20px #d7ceff38;
    -webkit-box-shadow: 3px 3px 20px #d7ceff38;
    box-shadow: 3px 3px 20px #d7ceff38;
    margin-bottom: 20px;		
}

.grid_type .loop-content {
    margin-left: 0;	
}

.grid_type .entry-footer {
	margin-left: 0;
}

.grid_type .grid_content {
    padding: 10px 20px;
	margin-top: 5px;		
}

.grid_type .loop-content p {
	font-size: 13px;
    line-height: 22px;	
	height: 42px;
}

.grid_type .feature_img a {
	-moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
	border-radius: 0;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

.grid_type .entry-title a {
	color: #151515;
}

.grid_type .entry-title {
	display: inline-block;
    width: 100%;
    margin: 0;
}

.grid_type .feature_img {
	height: 180px;
}

.grid_type .grid_cat {
	float: right;
    margin-right: 0;	
}

.grid_type .grid_cat a {
    width: 20px;
    height: 20px;
    background-position: center;
    background-size: cover;
    border-radius: 50%;	
}

.grid_type .loop_meta {
    width: 100%;
}

.list_type {
    padding: 50px;	
}

.list_type .feature_img {
	float: left;
	width: 35%;
    height: 160px;
}

.list_type .feature_img a {
	
}

.list_type .top_meta_inner {
    float: right;
    width: 60%;	
}

.list_type .loop_ava {
	display: none;
}

.list_type .loop-content {
	margin-left: 0;
}

.list_type .entry-footer {
    display: inline-block;
    width: 60%;
    margin: 0;
    float: right;	
}

.list_type .loop-content p {
    margin-bottom: 20px;
    margin-top: 15px;
    font-size: 14px;
	height: 42px;
}

.list_type.format-image .entry-footer , .list_type.format-aside .entry-footer {
	width: 100%;
    margin-top: 30px;
}	

