.list{
    margin: 0 auto;
    padding:10px 0;
    width: 1000px;
}
.list li{
    padding-left: 30px;
    list-style: none;
    height: 55px;
    line-height: 55px;
    font-size: 20px;
    border-bottom:dashed 1px;
    background-image: url("../images/list.png");
    background-size: 18px 18px;
    background-repeat: no-repeat;
    background-position: center left;
}
a:hover{
    color: red;
}
.li-text{
    display: inline-block;
    width: 88%;
    
}
.li-data {
    display: inline-block;
    width: 12%;
}
.list-title{    display: block;height: 30px;width: 200px;line-height: 30px;font-size: 20px;padding-left: 20px;    margin: 20px 0;    border-left: solid 5px #004b8d;}
.content-img img{
 margin: 0 auto;
    width: 100%;
}

.search-content{
    margin: 0 auto;
    width: 1000px;

    min-height: 550px;
}