<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 
    name:中心公告通用css
    author:shmen
    date:2018-2-27
 */

.main .list,
.main .list,
.main .about {
    border: 1px solid #e5e5e5;
    border-top: none
}

.centerNotice .main .list&gt;ul li {
    padding: 14px 20px 10px;
    border-bottom: 1px dashed #cccccc;
}

.centerNotice .main .list&gt;ul li p {
    height: 30px;
    padding-left: 10px;
    line-height: 30px;
}

.centerNotice .main .list&gt;ul li p.title {
    margin-right: 90px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    position: relative;
}

.centerNotice .main .list&gt;ul li p.title:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -2px;
    width: 5px;
    height: 5px;
    background: #333;
    border-radius: 50%;
}

.centerNotice .main .list&gt;ul li p.title:hover {
    color: #ff7701
}

.centerNotice .main .list&gt;ul li p.title:hover:before {
    background: #ff7701
}

.centerNotice .main .list&gt;ul li p span {
    color: #999
}

.exhibition .main .list&gt;ul {
    padding: 0 20px;
}

.exhibition .main .list&gt;ul li {
    overflow: hidden;
    padding: 20px 0;
    border-bottom: 1px dashed #e5e5e5
}

.exhibition .main .list&gt;ul .picture {
    width: 200px;
    height: 150px;
    float: left;
    margin-right: 20px;
    background: #fff;
}

.exhibition .main .list&gt;ul .picture img {
    width: 100%;
    height: 100%;
    vertical-align: top
}

.exhibition .main .list&gt;ul li .box {
    padding-top: 4px;
}

.exhibition .main .list&gt;ul li .box h2 {
    line-height: 1;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.exhibition .main .list&gt;ul li .box p {
    height: 72px;
    margin-top: 10px;
    line-height: 24px;
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.exhibition .main .list&gt;ul li .box .info {
    margin-top: 24px;
    font-size: 14px;
}

.exhibition .main .list&gt;ul li .box .info span {
    color: #409ddf
}

.exhibition .main .list&gt;ul li .box .info a {
    color: #999;
}

/* 
.pagination {
    padding: 20px;
    overflow: hidden;
}

.m-pagination-info {
    float: left;
}

.m-pagination-page {
    float: right;
}

.m-pagination-page&gt;li:first-child&gt;a,
.m-pagination-page&gt;li:last-child&gt;a {
    border-radius: 0
}

.m-pagination-page&gt;li.active&gt;a {
    background: #409ddf;
    border-color: #409ddf
}

.m-pagination-page&gt;li&gt;a {
    margin: 0 4px;
    font-size: 14px;
    padding: 0 10px;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
} */

.noticeDetail {
    margin-bottom: 30px;
}

.noticeDetail .main {
    padding: 54px 60px 60px;
    border: 1px solid #e5e5e5;
}

.noticeDetail .main&gt;h2 {
    text-align: center;
    font-weight: normal;
    font-size: 28px;
}

.noticeDetail .main-tool {
    height: 32px;
    margin-top: 50px;
    margin-bottom: 44px;
    padding-left: 30px;
    padding-right: 25px;
    line-height: 32px;
    color: #999999;
    background: #f4f4f4;
    font-size: 14px;
}

.noticeDetail .main-tool&gt;span {
    margin-right: 12px;
}

.noticeDetail .main-tool .font a {
    margin-right: 10px;
}

.noticeDetail .main-tool .font a:hover {
    color: #ff7701
}

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

.main-text p {
    margin-top: 20px;
    text-indent: 2em;
    color: #333;
    line-height: 32px;
    text-align: left;
    line-height: 2;
    word-wrap:break-word;
}

.main-text img {
    max-width: 100%;
}

.noticeDetail .detail-pager {
    overflow: hidden;
    margin-top: 40px;
}

.noticeDetail .detail-pager li {
    float: left;
    width: 50%;
    height: 32px;
    padding-left: 14px;
    position: relative;
}

.noticeDetail .detail-pager li&gt;div {
    width: 100%;
    border-top: 1px solid #e5e5e5
}

.noticeDetail .detail-pager li.prev {
    padding-left: 15px;
}

.noticeDetail .detail-pager li.next {
    padding-right: 15px;
}

.noticeDetail .detail-pager li span {
    display: inline-block;
    width: 72px;
    height: 32px;
    padding-top: 12px;
    border-top: 3px solid #409ddf;
    text-align: center;
    margin-top: -2px;
}

.noticeDetail .detail-pager li a {
    color: #999;
}

.about {
    padding: 0 50px;
    min-height: 510px
}

.about .title {
    margin: 30px 0;
    text-align: center;
    line-height: 30px;
}

.about img {
    max-width: 100%
}

.form-body {
    position: relative;
}

.form-body.w396 {
    width: 396px;
}</pre></body></html>