.year-page {
    width:1366px; margin:80px auto 30px; min-height: calc(100vh - 146px);
}

.year-page .areas {
    width:1050px;
}
.year-page .areas h2 {
    font-size: 16px;
    font-weight: bold;
    padding:10px;
}
.year-page .areas .area-item {
    background: #fff;
    border-radius:4px; -webkit-box-shadow: 0 2px 6px rgba(26,26,26,.08); box-shadow: 0 2px 6px rgba(26,26,26,.08);
    padding:20px 30px;
    margin-bottom:20px;
}
.year-page .areas .area-item .area-name {
    font-size:18px;
    font-weight: bold;
    margin-bottom: 10px;
}
.year-page .areas .area-item .area-name  select {
    float: right;
    font-weight: normal;
}

.year-page .areas .area-item .area-name a {
    float:right;
    font-weight: normal;
    font-size:16px;
}
.year-page .areas .area-item .item {
    line-height: 32px;
    display: inline-block;
    width:314px;
    font-size: 15px;
    background:#fafafa;
    margin-bottom:8px;
    padding-left:10px;
    margin-right:3px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.year-page .areas .area-item .item a {
    color:#0382c4;
}
.year-page .areas .area-item .search-item {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
    margin-top:10px;
}
.year-page .areas .area-item .search-item .title{
    font-size:16px;
    font-weight: bold;
    line-height: 32px;
}
.year-page .areas .area-item .search-item .title a {
    color:#0382c4;
}
.year-page .areas .area-item .search-item .desc {
    font-size:15px;
    line-height: 24px;
}


.year-page .side {
    float:right;
    width:255px;
    height:auto;
    background: #fff;
    border-radius:4px; -webkit-box-shadow: 0 2px 6px rgba(26,26,26,.08); box-shadow: 0 2px 6px rgba(26,26,26,.08);
    padding:20px 20px;
}
.year-page .side .h2 {
    font-size:18px;
    font-weight: bold;
    margin-bottom: 10px;
}
.year-page .side .item {
    line-height: 32px;
    font-size: 15px;
}
.year-page .side .item a {
    color:#0382c4;
}

@media screen and (max-width: 640px) {
    .year-page {
        width:100%;
    }
    .year-page .side {
        display: none;
    }
    .year-page .areas {
        width:100%;
    }
    .year-page .areas .area-item .item {
        width:100%;
    }
    .year-page .areas .area-item {
        padding:20px 15px;
    }
    
    
}
