.search_request {
    margin-bottom: 15px;
}

.search_str_inner {
    width: 100%;
    height: 36px;
    padding: 0 18px;
    font-size: 16px;
    border: none;
    box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, .2);
    outline: none;
}

.search_period {
    font-size: 16px;
}

.date_field {
    position: relative;
    display: inline-block;
    width: 168px;
    margin-top: 2px;
    vertical-align: middle;
    background: #f8f8f8;
}

.date_field input {
    display: inline-block;
    width: 120px;
    height: 36px;
    padding: 0 5px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    color: #3d464d;
    background: #f8f8f8;
    border-right: 2px solid #ffffff;
    border-top: none;
    border-bottom: none;
    border-left: none;
    transition: all 1s;
}

.date_field .ui-datepicker-trigger {
    position: absolute;
    top: 6px;
    right: 9px;
    cursor: pointer;
}

.ui-datepicker-trigger {
    margin: 0px!important;
    padding: 0px!important;
    background: none!important;
    border: 0px!important;
}

.search_date .date_dash {
    display: inline-block;
    margin-top: 1px;
    vertical-align: middle;
}

.search_button {
    padding: 30px 0;
}

.search_button input {
    width: 120px;
    padding: 16px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    background: #53c4ca;
    border: none;
    border-radius: 2px;
    transition: all 1s;
    cursor: pointer;
}

.search_button input:hover {
    background: #7e7f7f;
}

.search_result_list .news_list_one .news_list_photo + .text {
    margin-left: 31.33%;
    padding-left: 20px;
}


.search_result_list .news_list_one {
    margin-top: 35px;
    margin-bottom: 35px;
}

.search_result_list .news_list_one .news_list_photo {
    width: 31.33%;
}

.search_result_list .news_list_one .news_list_photo img {
    margin-bottom: 0;
}