.content_menu{padding-left: 10px;}
.content_menu a{margin-right: 10px;margin-bottom: 10px;display: inline-block;}
.content_menu .select{background-color: #fdcb4d;color: #fff;padding: 2px 8px;border-radius: 10px;}
.table_menu{margin-bottom: 15px;}

.content_in{width: 1400px;margin: 0 auto;margin-top: 20px;}

.lists{list-style: none;}
.lists li{margin-bottom: 20px;float: left;width: 33.33%;border: 1px solid #e2e2e2;box-sizing: border-box;padding:20px 10px;}
.lists .title{text-align: left;font-size: 16px;font-weight: 600;}
.lists .desc{color: #ccc;margin-top: 10px;}
.lists .address{overflow: hidden;
    height: 25px;background-image: url(../image/bgli_3.png);background-repeat: no-repeat;background-position: left center;line-height: 25px;text-indent: 25px;margin-top: 10px;}
.lists .border{border-bottom:1px dashed #e2e2e2;padding-bottom: 10px;}
.lists img{border-radius: 10px;}

.search_text {display: flex;flex-direction: row;}
.search_text input{border: 1px solid #0a58a2;}
.search_text button{background-color: #0a58a2;border: 0;padding: 0px;width: 30px;height: 30px;background-image: url(../image/search.png);background-repeat: no-repeat;
background-position: center center;}