<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {
    --min-width: 1150px;
}

.shortwidth {
    width: 105px;
}

.longwidth {
    width: 215px;
}

.deptchosestyle span {
    float: left;
    margin-bottom: 5px;
    cursor: pointer;
    margin-left: 5px;
}

.selectspan span {
    font-weight: bold;
    color: #fff;
    background-color: green;
    width: auto;
    padding: 0px 5px;
    border-radius: 2px;
}

.laytable-cell-1-0-0 {
    width: 100px;
}

.laytable-cell-1-0-1 {
    width: 200px;
}

.laytable-cell-1-0-2 {
    width: 250px;
}

.laytable-cell-1-0-3 {
    width: 180px;
}

.laytable-cell-1-0-4 {
    width: 100px;
}

.laytable-cell-1-0-5 {
    width: 100px;
}

.laytable-cell-1-0-6 {
    width: 100px;
}

.laytable-cell-1-0-7 {
    width: 80px;
}

.laytable-cell-1-0-8 {
    width: 100px;
}

.laytable-cell-1-0-9 {
    width: 100px;
}

.laytable-cell-1-0-10 {
    width: 100px;
}

.layui-input {
    float: left;
    width: 300px;
}

.search-bth {
    margin-left: 15px;
}

.input-lable {
    width: 100px;
    font-weight: bolder;
}

.test-table-reload-btn {
    margin-bottom: 10px;
    text-align: left;
    margin-top: 10px;
}

.area-lable {
    width: 100px;
    font-weight: bolder;
}

.ishide {
    display: none;
}

.border-bottom {
    border-bottom: 1px solid #e4e4e4;
}

.layui-form-item {
    position: relative;
}

* {
    box-sizing: border-box;
}

body {
    background: #F5F5F5;
    min-width: 1150px;
}

.layout {
    min-width: 1150px;
    width: 1150px;
    margin: 0 auto;
    padding-bottom: 60px;
}

.div-title {
    margin: 50px auto 0;
    font-size: 30px;
    font-weight: bold;
    color: #333333;
    letter-spacing: 0;
    text-align: center;
}

.div-divider {
    display: block;
    margin: 15px auto 25px;
}

.process-step {
    width: 100%;
    height: 130px;
    margin-bottom: 30px;
}

.process-steparea {
    width: 100%;
    margin-bottom: 30px;
    padding: 8px;
    background-color: #fff;
    border: 1px solid #efebeb;
    border-radius: 10px;
}

.process-step .process-item {
    display: inline-block;
    width: 280px;
    height: 130px;
    vertical-align: middle;
    padding: 20px 80px 60px 20px;
    margin-right: 5px;
}

.process-step .process-item p {
    width: 100%;
    height: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #000;
    font-weight: bold;
    text-align: justify;
}

.process-step .process-item:nth-child(4n) {
    margin-right: 0;
}

.process-step .process-item:nth-child(1) {
    background: url('../images/001.png') 100% 100% no-repeat;
}

.process-step .process-item:nth-child(2) {
    background: url('../images/002.png') 100% 100% no-repeat;
}

.process-step .process-item:nth-child(3) {
    background: url('../images/003.png') 100% 100% no-repeat;
}

.process-step .process-item:nth-child(4) {
    background: url('../images/004.png') 100% 100% no-repeat;
}

.article-div {
    width: 100%;
    height: auto;
}

.article-div&gt;div {
    display: inline-block;
    width: 560px;
}

.article-div&gt;div .article-banner {
    width: 100%;
    height: 150px;
    padding: 45px 20px 45px 90px;
}

.article-div&gt;div .article-banner p {
    color: #FFF;
}

.article-div&gt;div .article-banner p:first-child {
    font-size: 26px;
    letter-spacing: 2px;
    margin-bottom: 10px;
}

.article-div&gt;div .article-banner p:last-child {
    font-size: 22px;
    opacity: .4;
    margin-bottom: 0;
}

.article-div&gt;div .article-preview {
    display: block;
    width: 100%;
    height: auto;
    padding: 30px;
    background: #FFF;
    cursor: pointer;
    border-bottom: 1px dashed #DDD;
}

.article-div&gt;div .article-preview p:first-child {
    color: #000;
    font-size: 24px;
    letter-spacing: 2px;
    margin-bottom: 20px;
}

.article-div&gt;div .article-preview p:last-child {
    font-size: 14px;
    opacity: .4;
    margin-bottom: 0;
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.article-div .left-article {
    margin-right: 20px;
}

.article-div .left-article .article-banner {
    background: url('../images/013.png') 100% 100% no-repeat;
}

.article-div .right-article .article-banner {
    background: url('../images/014.png') 100% 100% no-repeat;
}

.article-list {
    width: 100%;
    height: 340px;
    padding: 30px;
    background: #FFF;
    overflow: hidden;
}

.article-list p {
    width: 100%;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    margin-bottom: 5px;
}

.article-list p i {
    float: left;
    width: 10px;
    height: 10px;
    border-radius: 2px;
    background: rgb(49, 193, 168);
    margin: 10px 0px;
}

.article-list p a {
    float: left;
    width: 390px;
    height: 30px;
    padding-left: 5px;
    width: -moz-calc(100% - 110px);
    width: -webkit-calc(100% - 110px);
    width: calc(100% - 110px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.article-list p span {
    display: inline-block;
    width: 90px;
    text-align: right;
    color: #999;
}

.navigation {
    width: 100%;
    height: 40px;
    line-height: 40px;
}

.navigation a {
    font-size: 14px;
    color: #333;
}

.work-detail {
    width: 100%;
    height: auto;
    padding: 30px 40px 50px;
    background: #FFF;
}

.work-detail .work-list&gt;img {
    width: 300px;
    margin-bottom: 30px;
}

.work-list {
    height: auto;
}

.work-list p {
    width: 100%;
    height: 30px;
    line-height: 30px;
    margin-bottom: 15px;
    font-size: 18px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
}

.work-list p i {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 2px;
    background: rgb(49, 193, 168);
}

.work-list p a {
    display: inline-block;
    width: calc(100% - 150px);
    height: 30px;
    padding-left: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.work-list p span {
    display: inline-block;
    width: 90px;
    text-align: right;
    color: #999;
    margin: 0 10px;
}

.work-pagination {
    width: 100%;
    height: 40px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    background: #EEE;
}

.work-pagination&gt;div {
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: 0 20px;
}

.work-pagination&gt;div a {
    margin: 0 5px;
}

.work-pagination&gt;div a.active {
    color: #0a8;
}

.work-pagination&gt;a {
    margin: 0 10px;
}

.article-container {
    width: 100%;
    height: auto;
    padding: 80px 80px 100px;
    background: #FFF;
}

.article-container .article-title {
    width: 50%;
    margin: 0 auto;
    font-size: 32px;
    line-height: 1.35;
    font-weight: bold;
    text-align: center;
}

.article-container .article-info {
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: #EEE;
    margin: 30px 0 20px;
    text-align: center;
}

.article-container .article-info span {
    margin: 0 20px;
}

.article-container .article-content {
    text-indent: 2em;
}

.article-container .article-content p {
    font-size: 16px;
    line-height: 1.5;
    margin: 30px;
    text-align: justify;
}

.article-container .article-content img {
    display: -ms-flexbox;
    display: flex;
    width: 80%;
    margin: 20px auto;
}

.article-footer {
    width: 100%;
    height: auto;
    padding: 10px 20px;
    margin-top: 100px;
    background: #EEE;
}

.article-footer a {
    display: block;
    margin: 10px;
}

.article-footer a:hover {
    color: #0a8;
}

.topic-title {
    position: relative;
    width: 100%;
    height: 80px;
    line-height: 80px;
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    background: #FFF;
}

.topic-title i {
    position: absolute;
    left: calc(50% - 40px);
    bottom: 0;
    display: block;
    width: 80px;
    height: 4px;
    border-radius: 2px;
    background: #0a8;
}

.layout .topic-title {
    background: transparent;
}

.topic-container {
    margin: 50px 0 0;
}

.topic-container .topic-content {
    width: 100%;
    height: 400px;
    display: -ms-flexbox;
    display: flex;
    padding: 40px;
    background: #FFF;
}

.topic-container .topic-content .topic-img {
    display: inline-block;
    width: 40%;
    height: 100%;
}

.topic-container .topic-content .topic-img img {
    width: 100%;
    height: 100%;
}

.topic-container .topic-content .topic-list {
    display: inline-block;
    width: 60%;
    height: 100%;
    padding: 5px 0 5px 20px;
    overflow-x: hidden;
    overflow-y: auto;
}

.topic-container .topic-content .topic-list p {
    width: 100%;
    height: 32px;
    line-height: 32px;
    font-size: 18px;
    margin: 6px 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center;
}

.topic-container .topic-content .topic-list p i {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 2px;
    background: rgb(49, 193, 168);
    margin-right: 15px;
}

.topic-container .topic-content .topic-list p span {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: inline-block;
    width: 90px;
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.topic-container .topic-content .topic-list p a {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    display: inline-block;
    width: clac(100% - 100px);
    color: #0a8;
}

.divshow {
    border: 1px solid #eee;
    padding: 5px;
    width: 40px;
    position: absolute;
    top: 5px;
    z-index: 999999999;
    overflow: hidden;
    right: 0px;
    cursor: pointer;
}

.layui-form-item-base {
    height: 35px;
    overflow: hidden;
}</pre></body></html>