.w1314 {
    width: 1314px;
    margin: 0 auto;
}

.search_result {
    padding: 0 40px 16px 10px;
    height: 40px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #d5d5d5;
}

.search_result .result_duration {
    height: 100%;
    font-size: 16px;
    color: #959595;
    line-height: 40px;
}

.search_result .result_duration span {
    color: #cf2424;
}

.search_result .again_search {
    width: 362px;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
}

.search_result .again_search .serach_again_box {
    position: relative;
    width: 240px;
    height: 100%;
    background: #eee;
    display: flex;
    justify-content: space-between;
}

.search_result .again_search .serach_again_box input {
    width: 100%;
    height: 40px;
    background: none;
    outline: none;
    border: none;
}

.search_result .again_search .serach_again_box button {
    position: absolute;
    right: 0;
    width: 39px;
    height: 39px;
    background: url(/images/search-btn.png) no-repeat left center;
    outline: none;
    border: none;
}

.search_result .again_search .check_box {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #8b8b8b;
}

.Search_results_list {
    margin-bottom: 58px;
}
.Search_results_list ul{
    padding-top: 30px;
}
.Search_results_list ul li{
    padding-left: 20px;
    padding-bottom: 22px;
    margin-top: 14px;
    border-bottom: 2px solid #eee;
}
.Search_results_list ul li a div.search_title{
    font-size: 24px;
    color: #333;
    line-height: 44px;
}
.Search_results_list ul li a div.search_title span{
    color: #cc0000;
}
.Search_results_list ul li a p{
    color: #8c8c8c;
    font-size: 16px;
    line-height: 30px;
    margin: 4px;
}
.Search_results_list ul li a span.Release-time{
    font-size: 14px;
    color: #999;
}