<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.bg-color{
    padding-bottom: 40px;
    padding-top: 20px;
    background: #f4f4f4;
}

.clearFix:after {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: '.';
}

.clearFix {
    display: block;
    *display: inline-block;
}

.wrapper {
    margin: 0 auto;
    width: 1200px;
    background: #ffffff;
    min-height: 650px;
}

.left {
    display: inline-block;
    margin-top: 30px;
    width: 200px;
    margin-left: 20px;
    font-size: 16px;
}

.lt-menu dt {
    text-indent: 30px;
    height: 42px;
    line-height: 42px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    background-color: #da1a1f;
}

.lt-menu dd {
    position: relative;
    height: 42px;
}

.lt-menu dd a {
    display: block;
    color: #666;
    padding-left: 30px;
    line-height: 42px;
    background-color: #fff;
    border: 1px #f0f0f0 solid;
}

.lt-menu dd a:hover {
    color: #222;
    background-color: #f0f0f0;
}

.lt-menu dd.on a {
    color: #da1a1f;
    font-weight: bold;
}

.lt-menu dd.on:before {
    /*content: '';*/
    /*position: absolute;*/
    /*top: 3px;*/
    /*width: 7px;*/
    /*height: 40px;*/
    /*background-color: #da665e;*/
}


.right {
    display: inline-block;
    /*float: right;*/
    margin-top: 30px;
    width: 921px;
    min-height: 470px;
    vertical-align: top;
    margin-left: 30px;
}

.right .crumbs {
    padding: 10px 0 5px;
    font-size: 12px;
    border-bottom: 1px #e1e1e1 solid;
}

.right .crumbs a:hover{
    color: #da1a1f;
}

.right .crumbs .bar {
    margin-top: 10px;
}

.notice-list {
    font-weight: normal;
    color: #666;
}

.notice-list li {
    height: 80px;
    padding: 30px 0;
    border-bottom: 1px #e7e7e7 dashed;
}

.notice-list .txt {
    display: inline-block;
    width: 800px;
}

.notice-list .txt .title a{
    font-size: 18px;
    color: #333;
    font-weight: normal;
}

.notice-list .txt .title a:hover {
    color: #da1a1f;
}


.notice-list .date {
    display: inline-block;
    width: 92px;
    height: 20px;
    border-left: 1px #f0f0f0 solid;
    color: #999;
    vertical-align: top;
}

.year {
    display: block;
    font-size: 12px;
    text-align: center;
}

.month-day {
    display: block;
    text-align: center;
}

.right .pages {
    text-align: left;
}

.dtList .txt {
    margin-left: 20px;
    width: 659px;
    vertical-align: top;
}

.dtList .txt span {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(102, 102, 102, 1);
    line-height: 22px;
}

.dtList .txt p a {
    color: #000;
}

.dtList .txt p a:hover {
    color: #003DA0;
}

.dtList .dt-img {
    display: inline-block;
    width: 120px;
    height: 90px;
}

.dtList .date {
    float: right;
}

.dtList .date .year {
    margin-top: 40px;
}


.news-list {
    font-weight: normal;
    color: #666;
}

.news-list li {
    height: 150px;
    padding: 30px 0;
    border-bottom: 1px #e7e7e7 dashed;
}

.news-list .txt {
    display: inline-block;
    width: 800px;
}

.news-list h2 {
    margin-bottom: 10px;
}

.news-list h2 a {
    font-size: 18px;
    color: #222;
    font-weight: normal;
}

.news-list h2 a:hover {
    color: #003DA0;
}

.news-list .date {
    display: inline-block;
    width: 92px;
    height: 90px;
    border-left: 1px #f0f0f0 solid;
    color: #999;
    vertical-align: top;
}

.news-list-other {
    font-weight: normal;
    color: #666;
}

.news-list-other li {
    padding: 15px 0;
    float: left;
    margin-right: 44px;
}

.news-list-other a {
    font-size: 12px;
    color: #222;
    font-weight: normal;

}

.news-list-other a:hover {
    color: #003DA0;
}

.news-list-other li img {
    width: 125px;
    height: 180px;
    padding: 10px;
}


.infos {
    margin-top: 39px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: rgba(34, 34, 34, 1);
    line-height: 30px;
}


.demand-list {
    font-weight: normal;
    color: #666;
}

.demand-list li {
    min-height: 80px;
    padding: 30px 0;
    border-bottom: 1px #e7e7e7 dashed;
}

.demand-list .txt {
    display: inline-block;
    width: 800px;
}

.search {
    float: right
}

.search input {
    outline: none;
    width: 300px;
    height: 30px;
    background: #fff;
    border: 1px solid rgba(232, 234, 236, 1);
    border-radius: 4px;
    padding: 0 10px;
    margin-right: -10px;
}

.search a {
    display: inline-block;
    width: 57px;
    height: 30px;
    line-height: 30px;
    background: #003DA0;
    color: #fff;
    text-align: center;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.search a:hover {
    color: #fff;
}

</pre></body></html>