/* 内容 */
.main{
    width: 1260px;
    margin: 40px auto;
}
.main .search{
    width: 860px;
    height: 140px;
    margin: 36px auto;
}
.main .search h2{
    font-size: 28px;
    color: #2964da;
}
.main .search div{
    width: 100%;
    height: 50px;
    margin-top: 22px;
}
.main .search input:first-child{
    float: left;
    width: 750px;
    height: 44px;
    padding-left: 26px;
    border: 2px solid #2964da;
    font-size: 20px;
    line-height: 42px;
    user-select: none;
}
.main .search input:last-child{
    float: left;
    width: 78px;
    height: 50px;
    border: none;
    background: url(../img/search.jpg);
    user-select: none;
}
.main .search input:last-child:hover{
    cursor: pointer;
}
.main .list{
    width: 1064px;
    margin: 0 auto;
    padding-bottom: 30px;
    background-color: #e5e5e5;
    overflow: hidden;
}
.main .list ul{
    width: 100%;
}
.main .list ul li{
    width: 266px;
    height: 50px;
    float: left;
    font-size: 22px;
    color: #697281;
    text-align: center;
    line-height: 50px;
}
.main .list ul:first-child li{
    height: 90px;
    font-size: 24px;
    font-weight: 550;
    color: #2c62dc;
    line-height: 90px;
}