/*------------二级、三级页 容器样式------------*/
.container {
    width: 1200px;
	height:auto;
    margin: 0 auto;
	0background: #e9e9e9;
}

.list-container {
    width: 1200px;
	margin: 15px 0px;
	overflow: hidden;
    justify-content: space-between;
	background: #fff;
}
.topnav {
	position: relative;
	height: 45px;
	line-height: 45px;
	background: #e4e4e4;
	border-bottom: 1px solid #e6e6df;
	z-index: 3;
	color: #4e4e4e;
}
.topnav, .slideBox2, .main1, .footer, .footer2 {
	min-width: 1200px;
}
.topnav .tinylogo {
	display: inline-block;
	width: 16px;
	height: 16px;
	vertical-align: middle;
}
.topnav .slogan {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -70px;
}
.topnav-right-mobile {
	display: none;
}
.topnav-right .topnav-item {
	float: right;
	line-height: 45px;
}
.topnav-item span a {
	color: #8b6833;
	color: #4e4e4e;
	padding-right: 4px;
}
.topnav-right .topnav-item.first span {
	padding-right: 4px;
	border-right: 1px solid #cfc4b0;
}
.topnav .brand, .logonav .brand {
	float: left;
}
span.l2 {
    border-right: 1px solid #1e1e1d;
    padding-right: 10px;
    margin-right: 10px;
}
.topnav .container {
    width: 1200px;
    margin: 0 auto;
}
.possplit{text-indent:0;background:none;width:30px;text-align:center;display:inline-block}
/* 当前位置、内容容器样??*/
.list-path,.list-content{
	position: relative;
    padding: 10px 20px;
    width: 100%;
}
.list-path{
	position: relative;
	width:1160px; 
	height: 20px;
    font-size: 16px;
	background-color: #ad1a2a;
	0background-color: #e3d8c7;
	0background-color: #dbdbdb;	
}
.list-path>span{
	color: #fff;
    0color: #4c4c4c;
}
.list-path>span>a{
	color: #fff;
    0color: #4c4c4c;
}

.list-content{
	width:1098px;
	min-height: 550px;	
    color: #4c4c4c;
    border:1px solid #d0d0d0; 
    padding: 20px 50px;
}


/*------------ 二级、三级页内容样式 ---------*/

/*------------ 列表??---------*/
/*列表*/
.list{
	position: relative;
	width:1000px;
	min-height: 550px;
	margin: 0 auto;
}

.list>li{
    position: relative;
    line-height:42px;
    font-size: 15px;
    width: 100%;
    border-bottom: 1px dashed #bbb;
}

/*列表-日期*/
.list>li>span:first-child+a+span{
    position: absolute;
    right: 20px;
	margin-left:80px;
    color: #666;
    font-size: 14px;
}

/*------------ 文章样式 ---------*/

/* 正文标题内容 */
.list-content-title{
    display: flex;
    flex-direction: column;
    align-items: center;
	text-align: center;
	margin: 0 auto;
}

.list-content-title>div{
    display: flex;
    justify-content: center;
    padding:10px 0;
	margin: 0 auto;
}

/* 正文文章标题 */
.content-title{
    width: 100%;	
    font-size: 22px;
    color: #4c4c4c;
    border-bottom: 1px solid #dd983d; 
	margin-bottom:6px;
	font-family: 'NSimSun', 'SimSun', 'STSong';
	font-weight: 700;    line-height: 1.3!important;
    font-size:36px!important;
    margin-bottom: 20px;
    font-family: SourceHanSerifCN-Bold !important;
}

/* 正文创建时间 */
.content-time{
    font-size: 14px;
    width: 100%;
    color: #666;
    background:rgb(235, 235, 235);
}


/* 正文 文章 */
.list-content-context{
    font-size: 15px;
    line-height:2.7rem;
	padding: 20px 20px;
}
.list-content-context>p,.list-content-folder>p{
    text-indent: 2rem;
}

.align-l{
    text-align: left;
}
.align-r{
    text-align: right;
}
.wp_articlecontent p {
    font-size: 16px!important;
    line-height: 32px!important;
    font-family: "Microsoft YaHei" !important;
}
.wp_articlecontent span{    font-size: 16px!important;
    line-height: 32px!important;
    font-family: "Microsoft YaHei" !important;}
.wp_articlecontent font{    font-size: 16px!important;
    line-height: 32px!important;
    font-family: "Microsoft YaHei" !important;}
