.list {
    margin-top: 10px;
    min-height: 500px;
}
.list li{
    border-bottom: 1px  #DDD solid;
    height: 50px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}
.list li::before {
    content: "";
    width: 6px;
	height: 6px;
	background-color: #bbbbbb;
    display: block;
}
.list li a{
    display: block;
    float: left;
    width: calc(100% - 60px);
    font-size: 16px;
    color: #333;
    padding-left: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; 
}
.list li em{
    float: right;
    width: 100px;
    font-size: 14px;
    color: #999;
    text-align: right;
font-style: normal;

}
.list li:hover a,.list li:hover span{
    color: #0e52ab;
}

.la-btn {
    width: 490px;
    height: 35px;
    background-color: #ffffff;
    border: solid 1px #dddddd;
    margin: 60px auto 85px auto;
}


.article{
    margin-top:45px;
}
.article .article-title{
    margin-bottom: 20px;
}
.article .article-title h1{
	font-size: 26px;
	line-height: 30px;
	text-align: center;
    color: #000;
    margin-bottom: 30px;
}
.article .article-title .about{
    display: flex;
    justify-content: center;
    line-height: 50px;
    border-bottom: 1px solid #dddddd;
    color: #999;
    font-size: 14px;
}
.article .article-title .about .a-xian {
    margin: 0 20px;
}
.article .content{
    min-height: 600px;
    margin-top: 10px;
}
.article  .content img {
    max-width: 100% !important;
}