﻿@charset "UTF-8";
.center_main{
    width: 1270px;
    margin: 0 auto;
}
#top_line{
    height: 5px;
    background: #ffffff;
    width: 100%;
}
#top{
    height: 80px;
    line-height: 80px;
    background: #ffffff;
}

#top .center_main #logo01{
    margin-right: 50px;
}

#top .logo{
    padding-top: 0px;
}

#search_con{
    width:200px;
    height: 45px;
    line-height: 45px;
    border-radius: 50px;
    padding-left: 40px;
    background:no-repeat url('../images/search.png') 10px center;
    background-color: #f1f5fe!important;
}

#search_con input{
    display: inline-block;
    width: 140px;
    height: 45px;
}

#list_container{
    background: #f2f8fe;
    padding-bottom: 50px;

}


footer{
    display: block;
    height: 90px;
    background: #336dfa;
    color: #ffffff;
    text-align: center;
    padding-top: 6px;
}

footer .big{
    font-size: 24px;
}

footer .small{
    font-size: 15px;
}

