.col-md-10>.list-content>div{
    width: 100%;
    margin: 0 auto;
}
.list-content>p{
    padding: 6px 0;
    font-size: 18px;
    color: #7c7c7c;
    border-bottom: 1px solid #0b6cbb;
    margin-top: 15px;
    font-family: serif;
    
}
.list-content>p>img{
    vertical-align: middle;
}
.show-content-title{
    padding: 20px 0;
    border-bottom: 1px dashed #eee;
}

.show-content-title>p:first-child{
font-size: 24px;
color: black;
font-weight: 800;
text-align: center;

}
.show-content-title>p:last-child{
    font-size: 12px;
    padding-top: 20px;
    color: #7c7c7c;
    text-align: center;
}
.list-lits{
    border:  1px solid #e7e7e7;
    border-top: 0px;
    padding: 0 10px;
min-height:500px;
}
.list-lits>li{
    padding: 10px 0;
 
    font-size: 20px;
    color:#7c7c7c;
    text-indent: 25px;
    border-bottom: 1px dashed #e7e7e7;
font-family: serif;

}
.list-lits>li>span{
    float: right ;
   
}
.list-lits>p{
    text-align: center;
    padding: 20px 0;
}