.input_search {
    color: #353636;
    font-size: 16px;
    padding: 10px;
    border: 0px;
    outline: none;
    width: calc(100% - 60px)
}
.search_bar {
    height: 40px;
    background: #fff;
}
.search_area{
    height: 40px;
    width: 400px;
    display: flex;
    justify-content: space-between;
    float: right;
    border-bottom: 2px solid #353636;
}
.search_btn {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: white;
    outline: none;
}
.show_more > .notice_box li{
    width: 100%;
    position: relative;
    margin: 0;
    float: none;
}
.notice_box {
    margin-top: 50px;
    margin-bottom: 60px;
    border-bottom: 1px solid #eee;
}
.notice_cont{
    padding: 20px 0;
}
.notice_cont a{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.show_more > .notice_box li + li{
    border-top: 1px solid #eee;
}