/*------------二级、三级页 容器样式------------*/
.container {
    width: 100%;
	height:auto;
	background: #e9e9e9;
}

.list-container {
    width: 1320px;
	padding: 25px 0px;
	margin: 0 auto;
	overflow: hidden;
    justify-content: space-between;
	background: #fff;
}

.container-cont {
    width: 800px;
	padding:0px;
	margin: 0 auto;
	overflow: hidden;
    justify-content: space-between;
	background: #fff;
}


/*------------ 双列 二级、三级页内容样式 ---------*/

.list-two>div{
      float: left;
  }


/*-- 左侧 --*/
.list-left{
	position:relative;
    width: 320px;
	height: auto;
	margin-right: 20px;
}

.list-left-title {width:320px; height:45px; background: #5abcc0;}

.list-left-content{
	width:320px;
	min-height: 220px;	
    color: #4c4c4c;
    0border:1px solid #d0d0d0; 
    padding: 10px 0px;
	margin-bottom: 10px;
}

.list-left-content ul {
	background: #f2f2f2;
	border-radius: 4px;
	border: 1px solid #e9e8eb;
	border-top: 0 none;
	padding: 0;
}

.list-left-content ul li {
	position: relative;
	padding: 15px 5px 10px 95px;
	height: 45px;
	font-size: 15px;
	border-top: 1px solid #e9e8eb;
}

.list-left-content ul li .time {
	position: absolute;
	top:10px;
	left: 8px;
	width: 80px;
	height: 50px;
	background: #fff;
	border-radius: 4px;
	text-align: center;
}

.list-left-content ul li .time2 {
	color: #f7bb1a;
}

/*-- 右侧 --*/
.list-right {
	position:relative;
    width: 960px;
	height:auto;
	padding: 5px 10px;
	overflow: hidden;
    justify-content: space-between;
}

/* 当前位置 */

.list-right-path{
	width: 930px; 
	height: 20px;
	padding: 5px 2px;
    font-size: 16px;
	0background-color: #5abcc0;
}

/* 当前位置(整行形式) */

.list-path{
	width: 1316px; 
	height: 20px;
	padding: 5px 2px;
    font-size: 16px;
	0background-color: #5abcc0;
}

.list-right-title {
	width:100%; 
	height:40px; 
	padding-left: 5px;
	line-height:40px; 
	vertical-align: middle;
	background: #fff;
	0border-bottom: 2px solid #5abcc0;
	border-bottom: 2px solid #3d96ab;
}

.list-right-title span{
	font-size: 18px;
	font-family: 'SimHei font-family','Microsoft Yahei','Helvetica Neue', 'Helvetica';
	font-weight:bold;
	color: #3d96ab;
}

.list-right-content{
	width:968px;
	min-height: 550px;	
    color: #4c4c4c;
    0border:1px solid #d0d0d0; 
    padding: 20px 0px;
}


/*---------- 列表? ---------*/
/*列表*/
.list{
	position: relative;
	width:100%;
	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{
	position:relative;
    width: 1298px;
	min-height:500px;
	margin: 0 auto;
	padding: 5px 10px;
	overflow: hidden;
    justify-content: space-between;
	background: #fff;
	border:1px solid #d0d0d0; 
}
}

/* 正文标题内容 */
.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%;
	margin: 0 auto;
    font-size: 22px;
    color: #4c4c4c;
	line-height: 50px;
    border-bottom: 1px solid #dd983d; 
	margin-bottom:1px;
	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%;
	margin: 0 auto;
	line-height: 28px;
    color: #666;
    background:rgb(235, 235, 235);
}


/* 正文 文章 */
.list-content-context{
    font-size: 15px;
    line-height:2rem;
	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;}