<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.outer {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    background-color: rgba(245, 245, 245, 1);
}
a:focus,
a:hover {
    text-decoration: none;
}
.flow_fill {
    width: 100%;
    height: auto;
    background-color: white;
    /* margin-top: 75px; */
}
.search-input_inner {
    width: 100%;
    height: 84px;
    display: flex;
    max-width: 1310px;
    margin: 0 auto;
    justify-content: center;
}
.container_search {
    display: flex;
    max-width: 1310px;
    margin: 0 auto;
    padding: 20px;
    gap: 30px;
    /* background-color: red; */
}
#searchhhh{
    height: 100%;
    width: 100%;
    font-size: 16px;
    color: rgba(51, 51, 51, 1);
    outline: none;
}
.tag_icon {
    width: 80px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.input_outer {
    flex: 1;
}
.search_btn {
    width: 180px;
    height: 100%;
    background: linear-gradient(256.88deg, #1e8458 9.45%, #234389 90.55%);
    font-size: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.sidebar {
    flex: 0 0 200px;
    /* background: white; */
    /* padding: 20px; */
    /* border-radius: 8px; */
}
.slidebox {
    height: auto;
    background-color: white;
    padding: 20px 25px;
    width: 305px;
}

.nav-item {
    display: flex;
    justify-content: space-between;
    padding: 12px 0;
    color: rgba(68, 68, 68, 1);
    /* border-bottom: 1px solid #eee; */
}

.nav-item:last-child {
    border-bottom: none;
}

.nav-count {
    color: rgba(113, 156, 27, 1);
}

.main-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.news-card {
    display: flex;
    gap: 20px;
    /* background: white; */
    /* padding: 20px; */
    border-radius: 8px;
    height: 208px;
}
.form-control {
    width: 100%;
    height: 84px;
    font-size: 24px;
}
.news-image {
    /* flex: 0 0 200px;
    height: 120px; */
    background-color: #ddd;
    border-radius: 4px;
    overflow: hidden;
    width: 370px;
    height: 100%;
}

.news-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.news-date {
    color: #666;
    font-size: 14px;
    margin-bottom: 8px;
}

.news-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 8px;
}

.news-description {
    color: #666;
    font-size: 14px;
}

.profile-card {
    display: flex;
    gap: 20px;
    background: white;
    /* padding: 20px; */
    border-radius: 8px;
    align-items: center;
    height: 208px;
}

.profile-image {
    /* flex: 0 0 120px;
    height: 120px; */
    position: relative;
    width: 370px;
    height: 100%;
    display: flex;
}

.profile-image img {
    /* width: 162px;
    height: 47px; */
    /* width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px; */
}
.peoplepic {
    width: 139px;
    height: 100%;
}
.signature {
    width: 162px;
    height: 67px;
    /* transform: rotate(-15deg); */
    position: absolute;
    bottom: 20px;
    right: 50px;
    object-fit: cover;
    /* position: absolute;
    bottom: -10px;
    right: -20px;
    width: 100px;
    height: 40px;
    object-fit: contain; */
}

.profile-info {
    flex: 1;
}

.profile-name {
    font-size: 20px;
    font-weight: bold;
}
.rank {
    color: rgba(100, 100, 100, 1);
    margin-bottom: 18px;
}

.profile-role {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #666;
    font-size: 14px;
    margin-bottom: 6px;
}

.role-icon {
    width: 20px;
    height: 20px;
}

.trademark-card {
    display: flex;
    gap: 20px;
    background: white;
    /* padding: 20px;
    border-radius: 8px; */
    height: 208px;
}
.icongroup {
    width: 370px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    padding: 15px 20px;
}

.trademark-icon {
    /* flex: 0 0 40px; */
    /* height: 40px; */
    background: #f5f5f5;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    img {
        width: 50px;
        height: 50px;
    }
}

.trademark-content {
    flex: 1;
    display: flex;
    align-items: end;
}

.trademark-title {
    font-weight: bold;
    margin-bottom: 8px;
}

.trademark-description {
    color: #666;
    font-size: 14px;
    line-height: 1.5;
}
.searchrow {
    cursor: pointer;
}
.searchrow:hover {
    background: linear-gradient(256.88deg, #1e8458 9.45%, #234389 90.55%);
    transition: all 0.5s;
}

.searchrow:hover .profile-info {
    color: #fff !important;
}

.searchrow:hover .rank {
    color: #fff !important;
}

.searchrow:hover .profile-role {
    color: #fff !important;
}

.searchrow:hover .news-date {
    color: white;
}
.searchrow:hover .news-title {
    color: #18d7b6;
}
.searchrow:hover .news-description {
    color: white;
}
.searchrow:hover .trademark-title {
    color: #fff;
}
.searchrow:hover .trademark-content p{
    color: #fff;
}

.search-content-tabs {
    display: none;
    border-bottom: 1px solid #e4e4e4;
    justify-content: space-between;
    height: 40px;
    margin-top: 20px;
    width: 100%;
    padding: 0 4%;

    .tabsList {
        display: flex;
        color: rgba(0, 0, 0, 0.5);
        font-weight: 600;
        font-size: 13px;
        cursor: pointer;
        white-space: nowrap;
        .item {
            margin-right: 12px;
            padding: 0 8px;
        }

        .active {
            color: #5d9939;
            border-bottom: 1px solid #5d9939;
        }
    }

    .sort {
        position: relative;
        /* display: flex; */
        .selectbox {
            margin-right: 10px;
            cursor: pointer;
        }
        .sort-content {
            display: none;
            position: absolute;
            background-color: white;
            width: 100%;
            /* left: -25px; */
            box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
            padding: 6px 0px;
            /* top:20px; */
            z-index: 1;
            border-radius: 5px;
            text-align: center;
            cursor: pointer;
        }
    }
    .sort:hover .sort-content {
        /* display: block; */
    }
    .sort-content-item {
        padding: 6px 0;
    }
    .sort-content-item:hover {
        background: #5fb878;
    }
}
@media (max-width: 1310px) {
    .flow_fill{
        margin-top: 0px;
    }
    .container_search {
        width: 100%;
        padding: 0 4%;
    }
    .news-card {
        height: 178px;
    }
    .news-title {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2; /* æ˜¾ç¤º3è¡ŒåŽçœç•¥ */
        overflow: hidden;
    }
    .news-image {
        width: 270px;
    }
    .news-description {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3; /* æ˜¾ç¤º3è¡ŒåŽçœç•¥ */
        overflow: hidden;
    }
}
@media (max-width: 900px) {
    .search-content-tabs {
        display: flex;
    }
    .sidebar {
        display: none;
    }
    .search-input_inner {
        height: 48px;
    }
    .form-control{
        height: 48px;
    }
}
@media (max-width: 640px) {
    .flow_fill{
        margin-top: 0px;
    }
    .container {
        flex-direction: column;
    }
    .search-content-tabs{
        margin-bottom: 20px;
    }
    .profile-card{
        height: 160px;
    }.profile-image{
        width: 30%;
    }
    .sidebar {
        flex: none;
    }
    .main-content{
        width: 100%;
    }
    .news-card {
        flex-direction: column;
        height: auto;
        width: 100%;
    }
    .peoplepic{
        width: 100%;
    }

    .news-image {
        flex: none;
        height: 170px;
        width: 100%;
    }
    .signature{
        width: 100%;
        height: 40px;
        /* transform: rotate(-15deg); */
        position: absolute;
        bottom: 5px;
        right: 0px;
        object-fit: contain;
    }
    .trademark-card{
        flex-direction: column;
        height: 280px;
    }
    .trademark-description{
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;/* æ˜¾ç¤º3è¡ŒåŽçœç•¥ */
        overflow: hidden;
        padding: 0 15px;
    }

.trademark-icon {
    img {
        width:
        40px;
        height: 40px;
    }
}
}
</pre></body></html>