@charset "utf-8";
/* CSS Document */

.Frame_news_search1{ }

.Frame_news_search1 h4{
    position: relative;
    padding-bottom: 10px;
    font-size: 16px;

}
.Frame_news_search1 h4::before{

    content: '';
    width: 35px;
    height: 2px;
    background: #222;
    position: absolute;
    bottom: -1px;

}

.Frame_news_search1 form {

    background: #fff;
    border: 1px solid #e9e9e9;
    width: 100%;
    height: 48px;
    margin: 20px 0 0;
    position: relative;
	box-sizing:border-box;

}

.Frame_news_search1 input {

    border: none;
    background: 0 0;
    height: 100%;
    width: 50%;
    color: #474747;
    outline: 0;
    padding-left: 20px;
    margin-left: -5px;
}

.Frame_news_search1 button.search-button {

    background: rgba(23,140,229,0.6);
    width: 46px;
    height: 46px;
    color: #fff;
    text-align: center;
    border: none;
    position: absolute;
    right: 1px;
    font-size: 16px;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    font-size: 18px;

}


