.link-box {
    width: 1270px;
    margin: 10px auto;
    overflow: hidden;
}

.link-box .item {
    width: 380px;
    height: 45px;
    padding: 0 10px 0 40px;
    color: #FFFFFF;
    margin: 10px 20px;
    box-sizing: border-box;
    float: left;
    border-radius: 5px;
    font-size: 14px;
    /* line-height: 45px; */
    cursor: pointer;
    background: url(../images/icon_file.png) no-repeat;
    background-size: 20px auto;
    background-position: 10px center;
    background-color: #272e42;
    position: relative;
}

.link-box .item p {
    height: 45px;
    color: #fff;
    font-size: 14px;
    display: table-cell;
    vertical-align: middle;
}

.tips-bar .text {
    margin-left: 30px;
    font-size: 12px;
}

.search {
    width: 1270px;
    margin: 50px auto 0;
}

.search .label {
    float: left;
    margin-left: 20px;
    margin-right: 50px;
}

.search .label span {
    color: #333333;
    margin-right: 10px;
}

.search .label select {
    border: none;
    border-bottom: 1px solid #333333;
    background: transparent;
    color: #333333;
    padding: 5px 10px;
    outline: none;
}

.search .label select option {
    color: #333;
}

#print-back {
    position: fixed;
    top: 10px;
    right: 10px;
    width: 60px;
    height: 38px;
    background: #6385bc;
    color: #fff;
    border: none;
    border-radius: 3px;
}
.item {
    text-decoration: none;
}
  .yeartitle {
    width: 1270px;
    margin: 10px 20px;
    float: left;
}

    .yeartitle h1 {
        color: #333333;
        margin: 5px auto;
    }

.link-top {
    width: 1270px;
    height: 1px;
    border-top: solid #333333 2px;
}
.banner {
    width: 100%;
    height: .5313rem;
    background: url(../images/home_banner_bg.png) no-repeat 0/100%;
    padding-bottom: .3rem;
}
.banner .text {
    font-size: .1458rem;
    color: #ffffff;
    margin-left: 1.3958rem;
    line-height: .5313rem;
}
.main {
    width: 1200px;
    margin: 0 auto;
}
@media (max-width: 800px) {
    .main {
        width: 100%;
        overflow: auto;
    }
}