.main-list{
	width: 100%;
	background-color: #f5f5f5;
}
.main-list-container{
	width: 1440px;
	margin: 0 auto;
	padding-bottom: 30px;
}
.list-container {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    margin: 0; background-color: #fff;
}
.list-context{
    width: 216px;
    position: relative;
   
    margin: 0;

}
.list-context .top{
    position: absolute;
    background-color: #005bac;
    width: 216px;
    height: 61px;
    font-size: 20px;font-weight: bold;
    line-height: 61px;
    
	text-align: center;
    color: #fff;
    top: -61px;
}
.list-context .bottom a{
    background-color: #fefefe;
    width: 216px;
    height: 42px;
    font-size: 16px;
    line-height: 42px;
    text-indent: 1rem;
    color: #333;
    border-bottom: 1px solid #f3f3f3;
    cursor: pointer;
    display: block;
}
.list-context .bottom a:hover{
    background-color: #eee;
}

/* 选中 */
/* .list-context .bottom a:first-child{
    background-color: #eee;
} */
.content-context{
    width: 78%;
    min-height: 600px;
    padding-top: 20px;
    margin: 0;
    
}
.content-context .content-top{
    display: flex;
    justify-content: space-between;
    border-bottom: 2px solid #005bac;
    padding: 10px 0px;
}
.content-context .content-top .content-title{
    font-size: 19px;
    color: #000;
    height: 27px;
    line-height: 27px;
    padding-left: 10px;
    border-left: 3px solid #1eb9e7;
    margin: 0;
    
}
.content-context .content-nav{
    display: inline-block;
    color: #838383;
    margin: auto 30px;
	padding-right: 1em;
    font-size: 14px;
    margin: 0;
}
.content-context a{
    color: #838383;
}
/* 文本内容 */
.content-context .content-bottom{
    padding: 20px 10px;
}
/* .content-context .content-bottom .content-list-container{
    
} */
.content-context .content-bottom .content-list-container .lit-item{
    display: flex;
    justify-content: space-between;
    padding: 0 14px;
    position: relative;
    height: 50px;
    line-height: 50px;
}
.content-context .content-bottom .content-list-container .lit-item::before {
    content: "";
    position: absolute;
    width: 4px;
    height: 4px;
    top: 22px;
    left: 1px;
    border-radius: 100%;
    background-color: #1eb9e7;
}
.content-context .content-bottom .content-list-container .list-context-main{
    font-size: 16px;
    color: #333;
    margin: 0;
}
.content-context .content-bottom .content-list-container .list-date{
    color: #999;
    font-size: 14px;
    margin: 0;
}
.content-nav-item-dp{
	
}
.detail
{}
.detail h2{
	padding-top: 30px;
	text-align: center;
	color: #333;
	font-size: 24px;
}
.detail span.p{
	display: block;
	text-align: center;
	font-size: 14px;
	color: #999;
	padding: 30px;
}
.detail-content{
	padding: 1em;
}