.leftyears,
            .rightlist {
                display: inline-block;
            }

            .rightlist {
                width:720px;
                padding-left: 20px;
            }
            .rightlist .list{
                min-height: 450px;
            }
            .leftyears {
                width: 114px;
                float: left;
                cursor: pointer;
                margin-top: 10px;
            }

            /*滚动条样式*/
            .years::-webkit-scrollbar {
                /*滚动条整体样式*/
                width: 4px;
                /*高宽分别对应横竖滚动条的尺寸*/
                height: 4px;
            }

            .years::-webkit-scrollbar-thumb {
                /*滚动条里面小方块*/
                border-radius: 5px;
                -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
                background: rgba(0, 0, 0, 0.2);
                filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#22000000, endColorstr=#22000000);
            }

            .years::-webkit-scrollbar-track {
                /*滚动条里面轨道*/
                -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
                border-radius: 0;
                background: rgba(0, 0, 0, 0.1);
                filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#22000000, endColorstr=#22000000);
            }

            .leftyears ul {
                height: 440px;
                overflow-x: hidden;
                overflow-y: auto;
            }

            .leftyears ul li {
                list-style-type: none;
                width: 106px;
                height: 38px;
                background: #658dad;
                text-align: center;
                line-height: 40px;
                margin: 0 0 15px 0;
            }

            .leftyears ul li a {
                display: block;
                width: 106px;
                height: 38px;
                font-size: 18px;
                font-weight: bold;
                color: #fff;
            }

            .leftyears ul li a.show {
                display: block;
                background: #2f86de;
                color: #fff;
                width: 106px;
                height: 38px;
                line-height: 40px;
            }
            .selPa {
            display: none;
        }
        .pagination{
            width:720px;
        }
        .pageParent {
            overflow: hidden;
            text-align: center;
            display: flex;
            justify-content: space-between;
            position: relative;
            padding: 10px 0;
        }

        .x-pages-f {
            /*width:70%;*/
            width: 100%;
            text-align: center;
        }

        .selPa {
            /*width:30%;*/
            padding: 3px 10px 3px 20px;
            text-align: left;
            position: absolute;
            right: 0;
            top: 10px;
        }

        .w-select {
            padding: 3px 5px;
            outline: none;
        }

        .button:hover {
            cursor: pointer;
            background-color: #eeeeee;
        }

        .button {
            text-align: center;
            color: #428bca;
            padding: 0 1rem;
            height: 32px;
            line-height: 32px;
            position: relative;
            overflow: hidden;
            outline: none;
            border: 1px solid #dddddd;
            border-left: none;
            background-color: #fff;
        }

        .firstPage {
            border-left: 1px solid #dddddd !important;
            border-top-left-radius: 3px;
            border-bottom-left-radius: 3px;
        }

        .lastPage {
            border-top-right-radius: 3px;
            border-bottom-right-radius: 3px;
        }

        .imsury {
            border: 1px solid #dddddd;
            border-radius: 3px;
            margin: 0 5px;
        }

        .imsury:hover {
            background-color: #428bca;
            color: #fff;
        }

        .jumps {
            width: 24px;
            padding: 0.3rem 0.5rem;
            margin: 0 5px;
            outline: none;
            border: 1px solid #dddddd;
        }

        .button.active {
            color: #fff;
            border: 1px solid #428bca;
            background: #428bca;
        }