<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    background-color: #f6f6f8 !important;
}

/* 澶撮儴 */
#topbar {
    color: #666;
    height: 40px;
    line-height: 40px;
    background-color: #fafafa;
    border-bottom: 1px solid #dfdfdf;
}

#topbar .links&gt;li&gt;a {
    color: #666;
}

#topbar .links&gt;li&gt;a:hover {
    color: #999;
}

#header {
    height: auto;
    /* border-bottom: 3px solid #fd2b50; */
}

#header .logo {
    margin: 10px 0;
}

#header .logo img {
    width: auto;
}

#header div.search {
    margin: 0;
    margin-top: 23px;
    width: 360px;
    padding: 0;
    background-color: transparent;
    border: 2px solid #fd2b50;
    border-radius: 0;
}

#header div.search input {
    height: 40px;
    line-height: 40px;
}

#header div.search .input-group-btn {
    background-color: #fd2b50;
}

#header div.search button {
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    padding: 0 20px;
}

button:focus,
button:active {
    outline: none !important;
}

#navbar {
    min-height: 45px;
}

#navbar a {
    font-size: 16px;
    margin-right: 30px;
    padding: 0 10px;
    height: 40px;
    line-height: 40px;
    border-radius: 0;
    color: #333;
}

#navbar a&gt;i {
    font-size: 20px;
    margin-right: 6px;
}

#navbar a:hover {
    color: #fd2b50;
    background-color: transparent;
}

#navbar a.active {
    color: #fd2b50;
    background-color: transparent;
}

#navbar a:last-child {
    float: right;
    font-size: 16px;
    padding: 0 24px;
    color: #fff;
    background-color: #fd2b50;
}

#navbar a:last-child:hover {
    color: #fff;
    background-color: #fd2b50;
}

/* banner */
.banner-group {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.left-nav {
    width: 30%;
    background-color: #fff;
    box-shadow: 5px 5px 15px rgb(3 0 0 / 4%);

}

.left-nav li {
    border-bottom: 1px solid #e4e4e4;
    margin-top: -1px;
}

.left-nav li a {
    display: flex;
    justify-content: space-between;
    padding: 20px;
    color: #333;
    font-weight: 600;
    /* height: 134px; */
}

.left-nav li a i {
    font-size: 10px;
    color: #999;
    padding-top: 6px;
}

.left-nav li a span:hover {
    color: #fd2b50;
}

.left-nav li a span p {
    font-size: 14px;
    font-weight: 500;
    color: #666;
    margin-top: 10px;
}

.left-nav li a span p:hover {
    color: #fd2b50;
}

.right-img {
    width: 100%;
    box-shadow: 5px 5px 15px rgb(3 0 0 / 4%);
    background-color: #fff;
}

.right-img .carousel-inner .item {
    width: 100%;
    height: 405px;
}

.right-img .carousel-inner .item img {
    width: 100%;
    height: 100%;
}

/* info */
.info-title {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.info-title .info-name {
    font-size: 18px;
    color: #333;
    font-weight: 600;
    border-left: 4px solid #fd2b50;
    height: 30px;
    line-height: 30px;
    padding: 0 8px;
    box-shadow: 5px 5px 15px rgb(3 0 0 / 6%);
}

.info-title .info-more {
    color: #666;
    border-radius: 15px;
    height: 30px;
    line-height: 30px;
    background-color: red;
    color:#fff;
    padding: 0 10px;
    box-shadow: 5px 5px 15px rgb(3 0 0 / 30%);
}

.info-title .info-more:hover {
    color: skyblue;
}

.info-1 .info-content {
    padding: 16px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.info-1 .info-content li {
    width: 46%;
}

.info-1 .info-list {
    /* display: flex; */
    justify-content: space-between;
    padding: 10px 0;
}

.info-1 .info-list .list-name {
    /* width: 40%; */
    color: #333;
    height: 40px;
    line-height: 40px;
    padding-left: 20px;
    font-size: 16px;
    margin-top: 8px;
}

.info-1 .info-list .list-unit {
    /* width: 20%; */
    color: #666;
    height: 30px;
    line-height: 30px;
    padding-left: 20px;
}

.info-1 .info-list .list-time {
    width: 20%;
    color: #999;
    text-align: right;
}

.info-1 .info-list div:hover {
    color: #fd2b50;
}

.info-1 {
    margin-bottom: 30px;
}

.info-2 {
    margin-bottom: 30px;
}

.info-2 .info-content {
    border: none;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.info-2 .info-content li {
    width: 24%;
    margin-bottom: 20px;
}

.info-2 .info-list {
    display: block;
}

.info-2 .info-list .list-top img {
    width: 100%;
    height: 180px;
}

.info-2 .info-list .list-bottom {
    padding: 6px 0;
}

.info-2 .info-list .list-bottom .list-bottom-name {
    font-size: 16px;
    color: #333;
    margin-bottom: 6px;
}

.info-2 .info-list .list-bottom .list-bottom-name:hover {
    color: #fd2b50;
}

.info-2 .info-list .list-bottom .list-bottom-other {
    display: flex;
    justify-content: space-between;
}

.list-bottom-other .list-other-area {
    font-size: 12px;
    color: #666;
}

.list-bottom-other .list-other-time {
    font-size: 12px;
    color: #999;
}

/* footer */
#footer {
    background-color: #393a45;
}

#footer p {
    text-align: center;
}

#main {
    min-height: 500px;
}

#content {
    width: 100%;
}

/* 鍏充簬鎴戜滑 */
.about .panel-header {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 24px;
}

.about .panel-body {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.about .left-panel {
    width: 50%;
}

.about .left-panel img {
    width: 100%;
    height: auto;
}

.about .right-panel {
    width: 40%;
}

.about .right-panel h3 {
    margin-bottom: 20px;
}

.about .right-panel p {
    line-height: 30px;
}

/* 浼氬憳涓績 */
#user_index #content {
    width: 850px;
}

/* toolbar */
#toolbar {
    width: auto;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

#toolbar&gt;a {
    background-color: #fd2b50;
}

#toolbar&gt;a&gt;i {
    color: #fff;
}</pre></body></html>