<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    background-color: #f6f6f6;
}
.text-align {
    text-align: center !important;
}
.loacion {
    padding: 20px 0 10px 0;
    box-sizing: border-box;
    font-size: 12px;
    font-weight: 400;
    color: #999;
}
.loacion img {
    width: 10px;
    height: 12px;
    margin-right: 3px;
}
.loacion a {
    color: #1f33c9;
    color: var(--SW-PAGE-ROOT-COLOR);
}

.search_box {
    background-color: #1f33c9;
    background-color: var(--SW-PAGE-ROOT-COLOR);
    margin-top: 20px;
    padding: 30px;
}

.search_box .nav {
    color: #fff;
    margin-bottom: 20px;
}
.search_box .nav a {
    margin-right: 10px;
    position: relative;
}
.search_box .nav a.on {
    background-color: #fff;
    border-radius: 3px;
    color: #1f33c9;
    color: var(--SW-PAGE-ROOT-COLOR);
    padding: 2px 3px;
}
.search_box .nav a.on span {
    background: url(../images/row-dow.png) no-repeat;
    position: absolute;
    left: calc(50% - 10px);
    bottom: -10px;
    display: block;
    width: 20px;
    height: 20px;
    background-size: 100%;
}

.search_box .input {
    display: flex;
    align-items: center;
    width: 600px;
}

.search_box .input input {
    width: 450px;
    height: 40px;
    line-height: 40px;
    background-color: #fff;
    border: none;
    outline: none;
    padding-left: 10px;
}
.search_box .input .sbtn {
    background: #2151ed url(../images/search.png) center center no-repeat;
    background-size: 30%;
    color: #fff;
    width: 100px;
    height: 40px;
    text-align: center;
    cursor: pointer;
}
.search_box .search {
    margin-bottom: 20px;
}
.search_box .hot_search {
    color: #c1cced;
    margin-bottom: 20px;
}
.search_box .select_item {
    color: #fff;
}
.search_box .label {
    float: left;
    width: 72px;
    font-size: 14px;
    font-weight: bold;

    border: 1px solid rgba(0, 0, 0, 0);
}

.search_box .select-block-div {
    float: left;
    /* max-width: 700px; */
    max-width: 620px;
    font-size: 14px;
    font-weight: 400;
    color: rgba(70, 76, 91, 1);
    color: #464c5b;
}

.search_box .select_item {
    margin-bottom: 20px;
}
.search_box .select_item a.cur {
    color: #fcde08;
}
.search_box .select_item a {
    margin-right: 5px;
}

.un-login {
    /* width: 320px;
    height: 289px; */
    padding: 30px 0;
    box-sizing: border-box;
    background: #fff;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.05);
    text-align: center;
    margin-bottom: 20px;
}

.un-login .title {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin: 0 0 30px 0;
}

.un-login .title img {
    width: 12px;
    height: 12px;
}

.un-login .title span {
    margin: 0 7px;
    vertical-align: middle;
}

.un-login .img {
    width: 30px;
    height: 50px;
    margin: 0 auto;
}

.un-login .img img {
    width: auto;
}

.un-login .detail-1 {
    font-size: 14px;
    font-weight: bold;
    color: #464c5b;
    line-height: 1;
    margin: 30px 0 9px 0;
}

.un-login .detail-2 {
    font-size: 13px;
    font-weight: 400;
    color: #9ca7b6;
    line-height: 1;
}

.un-login .login-btn {
    width: 120px;
    height: 34px;
    background: rgba(0, 30, 255, 1);
    border-radius: 17px;
    font-size: 14px;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    line-height: 34px;
    margin: 30px auto 0;
    cursor: pointer;
}

.un-login .login-btn a {
    font-size: 14px;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
}
.ads {
    margin-top: 10px;
    margin-bottom: 10px;
}
.ads img {
    max-width: 100%;
}
.re_list {
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.05);
    margin-bottom: 40px;
    overflow: hidden;
}

.re_list .item {
    padding-left: 30px;
    padding-right: 30px;
    background-color: #fff;
    border-bottom: 1px solid #f4f4f4 !important;
}
.re_list .item &gt; div {
    padding: 10px;
    line-height: 1.5;
    font-size: 13px;
}

.re_list .item.tit &gt; div {
    padding: 10px;
    line-height: 1.5;
    font-size: 14px;
}

.re_list .item:hover {
    background-color: #f5f5f5;
}

.align-text {
    text-align: center;
}

.table-bordered {
    border: 1px solid #f4f4f4 !important;
}
#treeTable {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: #fff;
}

.table-bordered th:nth-child(1),
.table-bordered td:nth-child(1) {
    border-left: none !important;
}

.table-condensed td {
    padding: 10px 23px;
    cursor: pointer;
}
.table th {
    background: rgba(250, 250, 250, 1);
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
}
.table-condensed th {
    padding: 0 23px;
}

.table th,
.table td {
    border-color: #f4f4f4 !important;
    border-top: 1px solid #ddd;
}
.table-bordered th,
.table-bordered td {
    border-left: 1px solid #ddd;
}

.subject_box {
    width: 100%;
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.05);
    margin-bottom: 20px;
    margin-top: 40px;
}

.subject_box .search-bottom-items li {
    padding: 8px 20px 0px 20px;
    box-sizing: border-box;
    cursor: pointer;
}

.subject_box .search-bottom-item .border-wrapper {
    display: block;
    padding-bottom: 16px;
    box-sizing: border-box;
    border-bottom: 1px solid #f3f3f3;
}
.subject_box .search-bottom-item h2 {
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    line-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.subject_box .search-bottom-item h2 font {
    color: #f93c3c;
}
.subject_box .search-bottom-item p {
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 20px;
    margin: -1px 0px 6px 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.search-bottom-item div img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 4px;
}
.search-bottom-item div img:nth-child(1) {
    width: 12px;
    height: 12px;
}
.search-bottom-item div span {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    font-weight: 400;
    color: #999999;
    line-height: 1;
    margin-right: 40px;
}
.search-bottom-items li:hover {
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 10px 0px rgba(33, 31, 45, 0.18);
}

.table-condensed tbody tr &gt; td {
    font-size: 12px;
    font-weight: 400;
    color: rgba(70, 76, 91, 1);
    line-height: 1.6;
}
.table-hover tbody tr:hover &gt; td,
.table-hover tbody tr:hover &gt; th {
    background-color: #f5f5f5;
}

.no-result-wrapper {
    margin-bottom: 40px;
    max-height: 230px;
    height: 230px;
    line-height: 230px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.05);
}
.no-result-wrapper .del {
    font-size: 14px;
    font-weight: 400;
    color: #464c5b;
    text-align: center;
}

.search-bottom-item div img:nth-child(3) {
    width: 12px;
    height: 12px;
}
.search-bottom-item div img:nth-child(5) {
    width: 12px;
    height: 12px;
}
.search-bottom-item div img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 4px;
}

.gycq-table {
    border-collapse: collapse;
    width: 100%;
    line-height: 40px;
    color: #333;
    font-size: 14px;
}

.gycq-table th {
    width: 25%;
    background: rgba(246, 246, 246, 1);
    border: 1px solid #ccc;
    text-align: right;
    padding-right: 15px;
    vertical-align: top;
    font-weight: bold;
}
.gycq-table td {
    border: 1px solid #ccc;
    text-align: left;
    padding-left: 15px;
}
.div-article2 {
    overflow: auto;
}

.about_content {
    margin-top: 40px;
}
.about_content h3 {
    font-size: 14px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}
.about_content ul {
    margin-top: 10px;
}
.about_content ul li {
    line-height: 1.6;
}
@media screen and (max-width: 768px) {
    .search_box .input {
        display: flex;
        align-items: center;
        width: 100%;
    }
    .search_box .select_item a {
        line-height: 1.6;
    }

    .align-text {
        color: #999;
        font-size: 12px;
    }

    .div-article2 .gycq-table {
        width: 700px;
    }
}
</pre></body></html>