<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.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);
}


/* ç­›é€‰ç»“æžœ */

.aside-tit {
    font-size: 24px;
    color: rgba(25, 54, 134, 1);
    text-align: center;
    margin: 20px auto;
}

.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;
    margin-top: 2px;
    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:hover,
.aside-gj:hover {
    background: rgba(54, 87, 153, 1);
    color: white;
}

.link-w {
    font-size: 18px;
    line-height: 26.06px;
    font-weight: 500;
    color: rgba(74, 56, 52, 1);
    text-align: center;
    margin-top: 30px;
}

.link-w::before,
.link-w::after {
    content: '';
    display: inline-block;
    width: 25px;
    height: 0px;
    border: 1px solid rgba(168, 168, 168, 1);
    margin: 4px;
}

.link-item {
    width: 192px;
    height: 120px;
    background-color: antiquewhite;
    margin-top: 12px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    transition: background-size 0.6s linear;
}

.link-gj {
    background-image: url(../img2023/link-gj.jpg);
}

.link-zg {
    background-image: url(../img2023/link-zg.jpg);
}

.link-item:hover {
    box-sizing: border-box;
    /* transform: scale(1.2); */
    background-size: 110%;
    transition: background-size 0.6s linear;
    cursor: pointer;
}


/* è§†é¢‘ */

.result {
    width: 960px;
    height: 800px;
    margin-left: 50px;
}

.result-box {
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
}

.result-item {
    width: 302px;
    height: 220px;
    background: rgba(241, 241, 241, 1);
    position: relative;
    margin-top: 20px;
    margin-right: 27px;
    cursor: pointer;
}
.result-box .result-item:nth-child(3n){
    margin-right: 0;
}

.result-item img{
    width: 100%;
}
.aside-act {
    background: rgba(54, 87, 153, 1);
    color: white;
}

.aside-gj a:hover{
    color: white;
}
.aside-gj a{
    color: rgba(0, 0, 0, 1);
    display: block;
    width: 100%;
    height: 100%;
}
.aside-gj:hover{
    color: white;
}
.aside-gj.aside-act a{
    color: white;
}

.cover {
    position: absolute;
    width: 302px;
    height: 170px;
    background-image: url(../img2023/course-cover.png);
    opacity: 0;
    transition: all 0.4s linear;
}

.cover:hover {
    opacity: 1;
    transition: all 0.4s linear;
}

.course-tit {
    font-size: 14px;
    padding: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.result-item:hover {
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
}


/* page */

.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;
}
</pre></body></html>