<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html, body {
    min-width: 1380px;
}
.header {
    height: 340px;
}

.m-banner {
    background: url(../images/djw_banner.png) no-repeat top center;
    height: 284px;
    position: relative;
}
.m-banner .headTop{
    width: 100%;
    height: 50px;
    background: #616161;
}
.f-wp {
    width: 1380px;
    margin: 0 auto;
}

.m-metar {
    float: left;
    margin-top: 5px;
    line-height: 40px;
    color: #FFF;
}
.m-metar img {
    float: left;
    margin-top: -2px;
    margin-right: 5px;
}
.m-metar a, .m-metar a:visited {
    color: #FFF;
    font-size: 16px;
    text-decoration: none;
}

.m-metar a:hover {
    color: #f2ffd4;
    font-size: 16px;
    text-decoration: none;
}

.m-meta {
    float: right;
    margin-top: 5px;
    width: 350px;
}

.m-meta a {
    color: #000;
}

.m-meta span {
    padding: 0 5px;
}

.m-meta p {
    margin-bottom: 5px;
    height: 22px;
}

.times {
    width: 180px;
    float: left;
    line-height: 36px;
    color: #FFF;
}

.m-meta .time {
    color: #FFF;
    text-align: right;
}

.m-search {
    position: relative;
    width: 150px;
    float: right;
}

.m-search input {
    border: 1px solid #76ac00;
    height: 32px;
    line-height: 30px;
    padding-left: 5px;
}

.m-search button {
    position: absolute;
    width: 24px;
    height: 24px;
    background: url(../images/search.png) no-repeat 0 0;
    top: 5px;
    right: -5px;
    border: 0;
    overflow: hidden;
}

.m-nav {
    width: 100%;
    background: #b22b21;
    height: 56px;
}

.m-nav .itm {
    width: 12.3%;
    float: left;
    height: 56px;
    line-height: 56px;
    text-align: center;
    font-size: 15px;
    color: #fff;
    cursor: pointer;
    position: relative;
}

.nlist {
    position: absolute;
    z-index: 2;
    line-height: 40px;
    background: #b32c21;
    left: 0;
    top: 56px;
    width: 100%;
    display: none;
}

.nlist li:hover {
    background-color: #88130a
}

.nitm:hover .nlist {
    display: block;
}

.m-nav .itm:hover {
    background-color: #88130a;
}

.m-nav .itm.active {
    background-color: #88130a;
}

.m-nav .itm a {
    color: #fff;
    width: 100%;
    height: 100%;
    display: block;
}

.main {
    margin-top: 25px;
    background: #ffffff;
}

.w-1000 {
    margin: 20px auto;
    width: 1380px;
}

.m-content {
    margin: 0 auto;
}

.main .newsPic {
    width: 640px;
    height: 400px;
    position: relative;
}

.main .newsPic .swiper-newsPic {
    width: 640px;
    height: 400px;
}

.main .newsPic .section {
    width: 640px;
    height: 400px;
    position: relative;
}

.main .newsPic .section img {
    width: 640px;
    height: 400px;
}

.main .newsPic .section p {
    position: absolute;
    width: 100%;
    bottom: 0;
    height: 50px;
    line-height: 50px;
    text-indent: 10px;
    color: #FFFFFF;
    overflow: hidden;
    text-overflow: ellipsis;
    box-sizing: border-box;
    padding-right: 80px;
    white-space: nowrap;
    background: rgba(0, 0, 0, 0.4);
}

.main .newsPic .pagination {
    position: absolute;
    text-align: right;
    bottom: 15px;
    z-index: 2;
    right: 6px;
}

.main .newsPic .swiper-pagination-switch {
    width: 10px;
    height: 10px;
    background: #ffffff;
    cursor: pointer;
    margin: 0 3px;
    display: inline-block;
}

.main .newsPic .pagination .swiper-active-switch {
    background: #c8090d;
}

.m-hl {
    width: 700px;
    float: right;
}

.m-hn h3 {
    font-weight: bold;
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 10px;
}

.m-hn h3 a {
    color: #225e12
}

.m-hn li a {
    font-weight: bold;
    font-size: 18px;
    line-height: 32px;
     margin-bottom: 10px;
    color: #225e12;
}
.m-hn li span.time.right {
    font-size: 16px;
}
.m-hn .pa {
    font-size: 14px;
    line-height: 26px;
    color: #686868;
}

.m-hn .pa a {
    color: #686868;
}

.m-list1 {
    margin-top: 15px;
}

.m-list1 li {
    font-size: 16px;
    line-height: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.m-list1 li a {
    color: #444;
    width: 85%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
}

.m-cat {
    width: 427px;
    float: left;
    margin-right: 48px;
    margin-top: 18px;
}

.f-nmr {
    margin-right: 0;
}

.m-cat .tab {
    border-bottom: 1px solid #e3e3e3;
    width: 100%;
    overflow: hidden;
    margin-bottom: 15px;
}

.m-cat .tab .itm {
    width: 33.3333%;
    float: left;
    font-size: 17px;
    text-align: center;
    color: #225e12;
    border-bottom: 3px solid #fff;
    padding-bottom: 8px;
    cursor: pointer;
}

.m-cat .tab .itm.active, .m-cat .tab .itm:visited, .m-cat .tab .itm:hover {
    border-bottom: 3px solid #225e12;
    color: #225e12;
}

.m-cat .tab .itm .active, .m-cat .tab .itm a, .m-cat .tab .itm a:visited, .m-cat .tab .itm a:hover {
    color: #225e12;
    font-weight: bold;
}

.m-cat .m-list1 {
    margin-top: 0;
}

.m-list2 img {
    vertical-align: middle;
    margin-right: 10px;
}

.m-list2 .itm {
    width: 240px;
    margin: 0 5px 10px;
    float: left;
    text-align: center;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    background: #e9efef;
}

.m-list2 .itm a {
    color: #444;
}

.m-list2 {
    overflow: hidden;
}

.m-content .itm {
    width: 700px;
}

.m-sliderw {
    position: relative;
}

.m-slider {
    height: 196px;
    overflow: hidden;
}

.m-slider .itm {
    width: 190px;
    margin: 0 5px;
    float: left;
}

.m-slider .itm img {
    width: 185px;
    height: 160px;
    display: block;
    margin: 0 auto;
}

.m-slider .itm h3 {
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    font-weight: normal;
    margin-top: 10px;
}

.m-slider .itm h3 a {
    color: #444;
}

.m-ft {
    margin-top: 30px;
    padding-top: 30px;
    padding-bottom: 20px;
    border-top: 6px solid #76ac00;
}

.m-ftc {
    text-align: center;
    margin-bottom: 20px;
}

.m-ftc span, .m-ftc .admin, .m-ft p {
    color: #225e12
}

.m-ftc span, .m-ftc .admin {
    vertical-align: middle;
}

.m-ftc .admin {
    padding: 0 15px;
}

.m-ft p {
    text-align: center;
}

.qr {
    width: 180px;
    height: 180px;
    display: block;
    position: absolute;
    left: -180px;
    top: 0;
    display: none;
}

.m-sidebar .exp:hover .qr {
    display: block;
}

.m-sidebar .backtop {
    background: url(s4.png) no-repeat center center;
    cursor: pointer;
}

.Gs33 {
    clear: both;
    margin-bottom: 5px;
}

.Gs33 .GsL {
    clear: both;
    height: 38px;
    line-height: 38px;
    background: url(../images/lmbg.gif) no-repeat left;
}

.Gs33 .GsL dt {
    font-size: 18px;
    float: left;
    font-weight: bold;
    padding-left: 25px;
}

.Gs33 .GsL dt a, .Gs33 .GsL dt a:visited {
    color: #FFF;
}

.Gs33 .GsL dd {
    float: right;
    padding-right: 10px;
}

.Gs33 .GsL dd a, .Gs33 .GsL dd a:visited {
    color: #333;
}

.Gs33 .GsC {
    padding: 8px;
}

.GsTL22 {
    clear: both;
}

.GsTL22 li {
    font-size: 16px;
    line-height: 36px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.GsTL22 li a, .GsTL22 li a:visited {
    color: #444;
}

.GsTL22 li a:hover {
    color: #CC0000;
}

.GsTL22 .time {
    padding-left: 14px;
    color: #888;
}

.m-fpager {
    position: absolute;
    right: 0px;
    bottom: 15px;
}


.m-fpager span {
    width: 10px;
    height: 10px;
    background: #fff;
    float: left;
    overflow: hidden;
    text-indent: -200px;
    margin-right: 5px;
}

.m-fpager .selected span {
    background: #d23b3b;
}</pre></body></html>