
/*------------二级、三级页 容器样式------------*/
.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;
}


/* 当前位置、内容容器样式 */
.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;
}

/* 正文创建时间 */
.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;
}


