.lost {
    position: relative;
    display: block;
    width: 1100px;
    margin: 0 auto;
}
.lost-left, .lost-right {
    float: left;
} 
.lost-left {
    position: relative;
    width: 790px;
    padding-right: 10px;
}
.lost-right {
    width: 310px;
    padding-left: 10px;
    border-left: 1px solid #ddd;
}

.lost-header {}

.lost-header .lost-header-title {
    padding: 25px 0 10px;
    margin-bottom: 15px;
    font-size: 26px;
    font-weight: bold;
    border-bottom: 1px solid #ddd;
}
.lost-header .lost-header-rule {
    padding: 10px 15px;
    background: #f5f5f5;
    box-shadow: inset 1px 1px 3px rgba(0,0,0,0.1), inset -1px -1px 3px rgba(0,0,0,0.1);
}
.lost-header .lost-header-rule .lost-header-rule-wrap p {
    font-size: 12px;
    margin-top: 5px;

}
.lost-header .lost-header-rule .lost-header-rule-wrap p:first-child {
    margin: 0;
}
.lost-header .lost-header-search {
    display: block;
    width: 100%;
    margin-top: 10px;

}
.lost-header .lost-header-search .lost-header-search-content {
    background: #f5f5f5;
    padding: 5px 0;
    box-shadow: inset 1px 1px 3px rgba(0,0,0,0.1), inset -1px -1px 3px rgba(0,0,0,0.1);
}
.lost-header .lost-header-search .lost-header-search-content table {
    width: 100%;
}
.lost-header .lost-header-search .lost-header-search-content table th,
.lost-header .lost-header-search .lost-header-search-content table td {
    padding: 10px 0;
}
.lost-header .lost-header-search .lost-header-search-content table th {
    vertical-align: middle;
}
.lost-header .lost-header-search .lost-header-search-content table td input {
    display: block;
    width: 40%;
    height: 30px;
    padding: 0 5px;
    background: #fff;
    border-radius: 3px;
    float: left;
}
.lost-header .lost-header-search .lost-header-search-content table td span {
    float: left;
    padding: 6px 20px;
}
.lost-header .lost-header-search .lost-header-search-content table td select {
    display: block;
    width: 80%;
    height: 30px;
    padding: 0 5px;
    background: #fff;
    border-radius: 3px;
}
.lost-header .lost-header-search .lost-header-search-content table tr:last-child td {
    text-align: center;
}
.lost-header .lost-header-search .lost-header-search-content table tr:last-child td a {
    padding: 5px 7px;
    font-size: 12px;
    background: #aaa;
    color: #fff;
    border-radius: 5px;
}
.lost-header .lost-header-search .lost-header-search-content table tr:last-child td a:hover {
    background: #ffb217;
}
.lost-header-notice {
    margin-top: 10px;
}
.lost-header-notice .lost-header-notice-wrap p {
    margin-top: 5px;
    font-weight: bold;
    color: #555;
}
.lost-header-notice .lost-header-notice-wrap p span {
    color: #3059ff;
}
.lost-content {
    padding: 10px 0;
}
.lost-right-content-list {
    margin-top: 10px;
}
.lost-content-item {
    width: 50%;
    padding: 10px;
    margin-top: 50px;
    float: left;
}
.lost-content-item:nth-child(2n) {
    padding-right: 0;
}
.lost-content-item:nth-child(odd) {
    padding-left: 0;
}
.lost-content-item .lost-content-item-left {
    display: block;
    width: 140px;
    float: left;
}
.lost-content-item .lost-content-item-thumbnail {
    display: block;
    width: 140px;
    height: 120px;
    background-size: cover;
    background-position: center;
    border-radius: 5px;

}
.lost-content-item .lost-content-item-info {
    width: 230px;
    margin-left: 10px;
    float: left;
    height: 167px;
    border-bottom: 1px dashed #ddd;
}
.lost-content-item .lost-content-item-noticeNo {
    padding: 0 0 5px;
    font-weight: bold;
    font-size: 16px;
}
.lost-content-item .lost-content-item-kind {
    margin-left: 5px;
    color: #3059ff;
}
.lost-content-item .lost-content-item-date,
.lost-content-item .lost-content-item-place,
.lost-content-item .lost-content-item-kind,
.lost-content-item .lost-content-item-special {
    margin: 5px 0 0;
    font-size: 12px;
}

.lost-content-item .lost-content-item-place,
.lost-content-item .lost-content-item-special {
    color: #333;
}
.lost-content-item .lost-content-item-special {
    height: 30px;
}
.lost-content-item .lost-content-item-place,
.lost-content-item .lost-content-item-special{
    display: -webkit-box;
    display: -ms-flexbox;
    display: box;
    max-height: 34px;
    color: #222222;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.lost-content-item-view {
    display: block;
    width: 100%;
    padding: 10px;
    margin-top: 10px;
    border-radius: 5px;
    text-align: center;
    color: #fff;
    background: #ccc;
}
.lost-content-item-view:hover {
    background: #ffb217;
}
.lost-content-item-state {
    color: #3059ff;
    padding: 5px 0 0;
}

.lost-left-paging {
    text-align: center;
    padding: 70px 0 65px;
}

.lost-right-content {

}
.lost-right-content-item {
    display: block;
    width: 100%;
    margin-top: 10px;
}
.lost-right-content-item-thumbnail {
    width: 100%;
    height: 180px;
    background-size: cover;
}
.lost-right-content-item-date {
    color: #888;
    margin-top: 5px;
}
.lost-right-content-item-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: box;
    max-height: 72.0px;
    color: #222222;
    font-family: Verdana, Geneva, sans-serif\3b;
    font-size: 18.0px;
    line-height: 24.0px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.lost-content-thumbnail {
    padding: 20px 0 50px;

}
.lost-content-thumbnail-wrap {
    display: block;
    width: 200px;
    height: 170px;
    margin: 0 auto;
    background-size: cover;
    background-position: center;
}
.lost-content-info-text {
    padding: 10px;
    font-size: 12px;
    color: #555;
}
.lost-content-info table {
    width: 100%;
    border-bottom: 1px solid #ddd;
}
.lost-content-info table tr {
    border-top: 1px solid #ddd;
}
.lost-content-info table:first-child tr:first-child {
    border-top: 2px solid #ffb217;
}
.lost-content-info table tr th, .lost-content-info table tr td {
    padding: 10px 0;
    vertical-align: middle;
}
.lost-content-info table tr th {
    width: 160px;
    background: #f2eef7;
}
.lost-content-info table tr td {
    padding: 10px 20px;
    color: #555;
}
.lost-content-info-notice {
    margin-top: 20px;
}
.lost-content-info-notice .lost-content-info-notice-wrap p {
    margin-top: 10px;
    font-weight: bold;
    color: #555;
}
.lost-content-info-notice .lost-content-info-notice-wrap p span {
    color: #3059ff;
}
.lost-content-info-btn {
    padding: 30px;
    margin-top: 30px;
    border-top: 1px solid #ddd;
    text-align: center;
}
.lost-content-info-btn a {
    padding: 5px 7px;
    font-size: 12px;
    background: #ffb217;
    color: #fff;
    border-radius: 5px;
}
