.banner-top {
    font-family: 'SimSun', '宋体';
    font-weight: 600;
    width: 100%;
    height: 120px;
    font-size: 48px;
    line-height: 120px;
    color: rgba(255, 255, 255, 1);
    text-align: center;
    background-image: url(../img2023/patent-search-banner.jpg);
}


/* 顶部菜单 */

.sort-menu {
    margin-top: 30px;
    position: relative;
}

.ip-logo {
    height: 54px;
    width: 212px;
    background-image: url(../img2023/regulation-ip-bg.png);
    background-repeat: no-repeat;
    padding-top: 5px;
    padding-left: 20px;
    box-sizing: border-box;
}

.ip-logo img {
    vertical-align: middle;
}

.ip-logo span {
    height: 54px;
    font-size: 24px;
    color: rgba(25, 54, 134, 1);
    font-weight: 500;
    vertical-align: middle;
    padding-left: 5px;
}

.classification-top {
    width: 970px;
    height: 54px;
    right: 0;
    position: absolute;
    top: 0;
    display: flex;
}

.cf-item {
    font-size: 18px;
    letter-spacing: 0px;
    color: rgba(0, 0, 0, 1);
    transition: 0.5s;
}

.top-act {
    color: white;
}

.top-act a{
    background: rgba(54, 87, 153, 1);
    color: white;
    display: block;
}
.cf-item a {
    display: block;
    padding: 10px 32px;
}
.cf-item a:hover{
    background: rgba(54, 87, 153, 1);
    color: white!important;
}


.line {
    width: 1200px;
    height: 2px;
    background: rgba(224, 224, 224, 1);
}


/* 筛选结果 */

.content-result {
    display: flex;
    margin-top: 40px;
    margin-bottom: 40px;
}

.aside-menu {
    width: 182px;
}

.aside-gj {
    width: 182px;
    height: 44px;
    font-size: 18px;
    line-height: 44px;
    color: rgba(0, 0, 0, 1);
    text-align: center;
    background: rgba(241, 241, 241, 1);
    transition: 0.5s;
}

.sc {
    width: 175px;
    height: 30px;
    margin: 5px auto;
    font-size: 15px;
    line-height: 30px;
    color: rgba(0, 0, 0, 1);
    text-align: center;
    border: 1px solid rgba(227, 227, 227, 1);
    transition: 0.5s;
}

.sc a:hover,
.aside-gj a:hover {

    background: rgba(54, 87, 153, 1);
    color: white;
    display: block;
}
.sc a:hover{
    color: #fff;
}
.aside-act {
    background: rgba(54, 87, 153, 1);
    color: white!important;
}
.aside-act a{color: #fff;}
.result {
    width: 960px;
    min-height: 800px;
    margin-left: 50px;
}

.result-item {
    position: relative;
    width: 960px;
    height: 100px;
    padding: 18px 0;
    box-sizing: border-box;
    border-bottom: 1px solid rgba(227, 227, 227, 1);
    transition: 0.5s;
}

.result-item:hover {
    background-color: rgb(237, 237, 237);
}

.result-item .tit {
    width: 860px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-left: 15px;
}

.result-item .date {
    position: absolute;
    font-size: 16px;
    line-height: 24px;
    color: rgba(97, 97, 97, 1);
    right: 10px;
    top: 15px;
}

.result-item .tag {
    display: flex;
    font-size: 14px;
    color: rgba(97, 97, 97, 1);
    margin-top: 10px;
}

.issued-number {
    margin-left: 13px;
}

.effectiveness {
    margin-left: 20px;
}

.content-result {
    position: relative;
}

.page {
    padding: 20px 0;
    width: 960px;
}

.pagination {
    display: flex;
    justify-content: flex-end;
    flex-wrap: nowrap;
}

.page li a {
    display: block;
    padding: 0 14px;
    height: 34px;
    line-height: 34px;
    color: #333;
    margin-right: 10px;
    margin-bottom: 10px;
    background-color: #ddd;
    transition: 0.5s;
}

.page .page-btn-active a {
    background-color: #5b3015;
    color: #fff;
}

.page a:hover {
    background-color: #5b3015;
    color: #fff;
}

.regulation-number {
    line-height: 34px;
    color: rgb(110, 110, 110);
}

.pagination {
    text-align: right;
}
