<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* æ–°é¦–é¡µä¸»è¦æ&nbsp;·å¼ */
.mb10 {
    display: block;
    margin-bottom: 10px;
}

.mb15 {
    display: block;
    margin-bottom: 15px;
}

.mb20 {
    display: block;
    margin-bottom: 20px;
}

.footer {
    margin-top: 15px;
}

.index-title {
    margin-bottom: 10px;
}

.index-title span {
    font-size: 16px;
    font-weight: bold;
    color: #003d4c;
}

.index-title a {
    float: right;
    font-size: 14px;
    color: #888;
    margin-top: 3px;
}

.banner .swiper {
    overflow: hidden;
    position: relative;
}

.banner .swiper img {
    width: 100%;
}

.dpjx {
    background-color: #fff;
    padding: 10px 0;
    position: relative;
}

.dpjx .swiper {
    overflow: hidden;
}

.dpjx .swiper .swiper-slide ul {
    margin-right: -1%;
    overflow: hidden;
}

.dpjx .swiper .swiper-slide ul li {
    float: left;
    width: 24%;
    margin-right: 1%;
    border: 1px #ddd solid;
    box-sizing: border-box;
}

.dpjx .swiper .swiper-slide ul li img {
    width: 100%;
    height: 50px;
    padding: 5px;
    object-fit: scale-down;
}

.dpjx .swiper .swiper-pagination {
    top: 12px;
    right: 15px;
    left: unset;
    text-align: right;
    width: auto;
    height: auto;
    color: #888;
}

.zxdt {
    background-color: #fff;
    padding: 10px 0;
    position: relative;
}

.zxdt .bd a {
    height: 29.8px;
    line-height: 30px;
    padding: 0 5px 0 20px;
    background: url(../images/ns_d.png) no-repeat 5px center;
    width: 100%;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}

.zxdt .bd a:first-child {
    background: none;
    padding: 0;
    margin-bottom: 10px;
}

.zxdt .bd a:first-child span {
    margin-right: 3px;
    background: #ff3220;
    color: #fff;
    border-radius: 4px;
    font-size: 12px;
    padding: 1px 2px;
}

.zxdt .bd a:nth-child(2) {
    width: 48%;
    float: left;
    background: none;
    height: auto;
    padding: 0;
    margin-bottom: 10px;
}

.zxdt .bd a:nth-child(3) {
    width: 48%;
    float: right;
    background: none;
    height: auto;
    padding: 0;
    margin-bottom: 10px;
}

.zxdt .bd a:nth-child(2) img,
.zxdt .bd a:nth-child(3) img {
    width: 100%;
    height: 80px;
    object-fit: scale-down;
    border-radius: 4px;
}

.zxdt .bd a:nth-child(2) span,
.zxdt .bd a:nth-child(3) span {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}

.hbzs {
    background-color: #fff;
    padding: 10px 0;
    position: relative;
}

.hbzs .bd .boxitem {
    overflow: hidden;
    border-bottom: 1px dashed #e5e5e5;
    margin-bottom: 10px;
    padding-bottom: 10px;
    position: relative;
}

.hbzs .bd .boxitem:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.hbzs .bd .boxitem .thumbnail {
    float: left;
    width: 100px;
    border: 1px #ddd solid;
}

.hbzs .bd .boxitem .thumbnail img {
    width: 100%;
    height: 70px;
    object-fit: scale-down;
}

.hbzs .bd li .info-box {
    margin-left: 110px;
}

.hbzs .bd li .info-box h3 {
    margin-bottom: 5px;
    /*    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all; */
}

.hbzs .bd li .info-box p {
    color: #ff3220;
    position: absolute;
    bottom: 10px;
}

.hbzs .bd li .info-box button {
    position: absolute;
    bottom: 10px;
    right: 0;
    background-color: #ff3220;
}

.zxzsdl {
    background-color: #fff;
    padding: 10px 0;
    position: relative;
}

.zxzsdl .boxitem {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px #ddd solid;
}

.zxzsdl .boxitem:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.zxzsdl .boxitem h3 {
    font-size: 14px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.zxzsdl .boxitem span {
    color: #888;
    margin-top: 5px;
    font-size: 12px;
    float: left;
    width: 50%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}

.xmrz {
    background-color: #fff;
    padding: 10px 0;
    position: relative;
}

.xmrz .bd {
    margin-right: -1%;
}

.xmrz .bd .boxitem {
    overflow: hidden;
    margin-bottom: 10px;
    padding-bottom: 10px;
    position: relative;
    width: 32.333333%;
    float: left;
    margin-right: 1%;
}

.xmrz .bd .boxitem:nth-child(3n+4) {
    clear: left;
}

.xmrz .bd .boxitem:nth-last-child(-n+3) {
    margin-bottom: 0;
    padding-bottom: 0;
}

.xmrz .bd .boxitem:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.xmrz .bd .boxitem .thumbnail {
    width: 100%;
    border: 1px #ddd solid;
}

.xmrz .bd .boxitem .thumbnail img {
    width: 100%;
    height: 70px;
    object-fit: scale-down;
}

.xmrz .bd li .info-box h3 {
    font-size: 14px;
    margin: 5px 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    text-align: left;
}

.xmrz .bd li .info-box p {
    color: #ff3220;
}

.qtjh {
    background-color: #fff;
    padding: 10px 0;
    position: relative;
}

.qtjh .layui-tab-title {
    background: #f8f8f8;
    border-radius: 50px;
    border: none;
    height: 35px;
}

.qtjh .layui-tab-title li {
    width: 25%;
    line-height: 35px;
}

.qtjh .layui-tab-title .layui-this {
    background: #ff3220;
    border-radius: 50px;
    color: #fff;
}

.qtjh .layui-tab-title .layui-this:after {
    border: none;
}

.qtjh .layui-tab-content .qtjh-list {
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
}

.qtjh .layui-tab-content .qtjh-list .thumbnail1 {
    width: 100%;
}

.qtjh .layui-tab-content .qtjh-list&gt;li {
    margin: 5px 0;
    width: 100%;
}

.qtjh .layui-tab-content .qtjh-list&gt;li&gt;a {
    display: flex;
    justify-content: flex-start;
}

.qtjh .layui-tab {
    margin-bottom: 0;
}

.qtjh .layui-tab-content {
    padding-bottom: 0;
}

.qtjh .layui-tab-content .qtjh-list&gt;li&gt;a&gt;i {
    width: auto;
    height: auto;
    line-height: 30px;
    overflow: hidden;
    padding: 0 16px 1px 5px;
    background: url(../images/2194b9cd88029dcb48ffd100b0d2cd3e.png) no-repeat 0px center;
    background-size: 80%;
    margin-top: 0;
}

.qtjh .layui-tab-content .qtjh-list&gt;li&gt;a&gt;span {
    display: -webkit-box;
    overflow: hidden;
    margin-left: 6px;
    color: #333;
    text-align: justify;
    text-overflow: ellipsis;
    font-size: 15px;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.qtjh .layui-tab-content .qtjh-list .thumbnail1 img {
    width: 100%;
    height: 180px;
    margin-bottom: 10px;
    object-fit: cover;
}

.qtjh .layui-tab-content .qtjh-list&gt;li&gt;a&gt;.iknow {
    width: auto;
    margin-top: unset;
    height: auto;
    line-height: 30px;
    overflow: hidden;
    padding: 0 5px 0 5px;
    background: url(../images/ns_d.png) no-repeat 5px center;
}

.qtjh .qtjh-list .thumbnail1 img {
    width: 100%;
    height: 170px;
    margin-bottom: 10px;
    object-fit: cover;
}

.qtjh .qtjh-list .thumbnail2 {
    float: left;
    width: 90px;
}

.qtjh .qtjh-list .thumbnail2 img {
    width: 100%;
    height: 60px;
    object-fit: cover;
}

.qtjh .qtjh-list .r-info {
    overflow: hidden;
    margin-bottom: 10px;
    margin-left: 100px;
}

.qtjh .zhuanti li {
    margin-bottom: 10px;
    position: relative;
}

.qtjh .zhuanti li img {
    width: 100%;
    height: 158px;
    object-fit: cover;
}

.qtjh .zhuanti li p {
    margin-top: 8px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}

.qtjh .zhuanti li span {
    position: absolute;
    background: #ef075d;
    color: #fff;
    padding: 0 15px;
    line-height: 28px;
    font-size: 14px;
    border-radius: 0 16px 16px 0;
    z-index: 9;
    left: 0;
    top: 20px;
    font-weight: bold;
    font-family: "Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜";
}

.qtjh .join li {
    position: relative;
    padding-bottom: 5px;
    margin-bottom: 10px;
    border-bottom: 1px #ddd dashed;
}

.qtjh .join li:last-child {
    margin-bottom: 0px;
    border: none;
}

.qtjh .join li h3 {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 5px;
}

.qtjh .join li p {
    font-size: 14px;
    color: #666;
}

.qtjh .join li i {
    position: absolute;
    top: 3px;
    right: 0;
    color: #ef075d;
}

.sdpp {
    background-color: #fff;
    padding: 10px 0;
    position: relative;
}

.sdpp .swiper {
    overflow: hidden;
}

.sdpp .swiper .swiper-slide ul {
    margin-right: -1%;
    overflow: hidden;
}

.sdpp .swiper .swiper-slide ul li {
    float: left;
    width: 24%;
    margin-right: 1%;
    margin-bottom: 1%;
    border: 1px #ddd solid;
    box-sizing: border-box;
}

.sdpp .swiper .swiper-slide ul li img {
    width: 100%;
    height: 50px;
    object-fit: scale-down;
}

.sdpp .swiper .swiper-pagination {
    top: 12px;
    right: 15px;
    left: unset;
    text-align: right;
    width: auto;
    height: auto;
    color: #888;
    height: 25px;
}

.sdpp .swiper .sort-tit {
    position: absolute;
    top: -2px;
    z-index: 99999;
    right: 30px;
    font-size: 14px;
}</pre></body></html>