.banner img{
	width: 100%;
	height: auto;
}

.banner img{
	width: 100%;
}
.list
{	
	width: 100%;
	margin: 30px 0 50px;
}

/*左边菜单栏*/

.content_l {
	float: left;
	width: 250px;
}
.column_top
{
	width: 100%;
	height: 137px;
	background: url(../images/cloumn_03.jpg) no-repeat;
	background-size: cover;
	text-align: center;
}
.column_top span
{   display: block;
	font-weight: 800;
    font-size: 24px;
    color: #fff;
	line-height: 137px;
}
.column_bottom
{
	background-color: #f4f8fc;
}

.column_log
{
	position: relative;
	border-bottom: 1px solid #dfdfdf;
	line-height: 52px;
}
.column_log dt{
	padding: 0 35px;
	border-left: 1px solid #dfdfdf;
	border-right: 1px solid #dfdfdf;
}
.column_log dt a
{
	display: block;
	font-size: 17px;
	cursor: pointer;
	color: #7b827b;
}
.column_log dt .dayu{
	position: absolute;
    right: 15px;
    top: 20px;
    *top: 6px;
}


.column_log dd
{
	display: none;
	font-size: 14px;
	padding-left: 80px;
	background-color: #fff;
	border: 1px solid #dfdfdf;
	border-bottom: none;
	line-height: 52px;
	}

.column_log dd img{
	
    margin: 0 8px 0 -35px;
    }
    
    
.column_log dd a{
	color: #555;
}
.column_bottom .selected,
.column_bottom .parent{
	background-color: #196bc9;
}
.column_bottom .selected dt,
.column_bottom .parent dt{
	border-left: 1px solid #196bc9;
	border-right: 1px solid #196bc9;
}

.column_bottom .selected dt a,
.column_bottom .parent dt a{
	color: #FFFFFF;
	font-weight: 800;
}
.column_bottom .selected  dd,
.column_bottom .parent dd{
	display: block;
}

/*当前位置*/
.content_nav 
{
	height: 35px;
	margin-top: 12px;
}
.content_nn
{
    position: relative;
    font-size: 14px;
    padding-bottom: 10px;
}
.content_nn span{
	position: relative;
	top:2px;
	*top:0px;
	left: 4px;

}
.content_nn span a{
	color:#333333;
	
}
.content_nn span.titl{
	font-size: 24px;
	font-weight: 800;
	color: #333;
}
.content_nn_01{
	position: absolute;
	top: 8px;
	color:#333;
	right: 10px;
}
.content_nn_01 span a{
	color:#333;
}
.content_nn_01 span{
	left: 0px;

}

/*右边列表页*/
.list_right
{
	float: right;
	width: 915px;
}
.list_title 
{
	margin-top: 12px;
	font-size: 24px;
	/*font-family: "寰蒋闆呴粦";*/
	color:#b01f24;
}
.list_top
{
	margin-top: 50px;
}
.list_guild
{	
	position: relative;
    overflow: hidden;
	line-height: 45px;
	border: 1px solid #ebebeb;
    margin-bottom: 15px;
    background-color: #f9f9f9;
}
.list_guild img{
	padding-left: 10px;
    float: left;
    margin-top: 20px;
}
.list_guild a
{
	float: left;
    margin-left: 10px;
    color:#333333;
}
.list_guild:hover a{
	color:#045dc7;
}
.list_guild span
{
	position: absolute;
	font-size: 14px;
	right: 10px;
	color: #999999;
	    top: 2px;
}





/*右边详情页*/

.content_title
{
    text-align: center;
    margin: 50px 0 25px;
    width: 100%;
    border-bottom: 1px dashed #C0C0C0;
    padding-bottom: 30px;
}
.content_title h2{
	font-size: 22px;
    color: #333;
    padding: 0 40px;
    line-height: 44px;
}
.content_title div
{
	margin-top: 15px;
	position: relative;
	font-size: 14px;
	color: #aaa;
}




/*内容格式设置*/
.content_main{
	width: 100%;
	color:#333333;
       overflow:hidden;
}
.content_main p,.paging_content p{
	line-height: 32px!important;
    color: #333;
    text-indent: 2rem;
    margin-bottom: 20px!important;
    font-size: 16px;
    font-family: "microsoft yahei"!important;
}
.content_main *,.paging_content *{
	font-family: "microsoft yahei"!important;
}
.content_main table,.paging_content img,.paging_content table{
	display: block;
	margin: 0 auto;
	max-width: 910px;
	margin-bottom: 20px;
	text-indent: 0;
}
.content_main img{
        //display: block;
	//margin: 0 auto;
	max-width: 880px;
        margin-bottom: 0;
	text-indent: 0;
height:auto;
}
.content_main table p,.paging_content table p{
	text-indent: 0;
	margin-bottom: 0px!important;
}
.wp_editor_art_paste_table {
    width: fit-content;
}
