<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
 *  *  * Body
 *   *   */

.bjd-row {
    width: 1400px;
    margin: 0px auto;
}

div img:hover {
    transform: scale(1);
}

/* 骞垮憡 */

.bjd-advertisement {
    width: 1400px;
    height: 130px;
    background: #bfbfbf;
    margin: 21px auto;
    margin-top: 28px;
    background-image: url(../images/advertisement.png);
    margin-bottom: 0px;
}

/* 闈㈠寘灞� */

.bjd-crumbs {
    width: 100%;
    height: 20px;
    margin-top: 20px;
}

.bjd-crumbs-Img {
    width: 13px;
    height: 19px;
    float: left;
    background-size: 100%;
    background-image: url(../images/postion.png);
}

.bjd-crumbs p {
    font-size: 16px;
    font-family: "Microsoft YaHei", "寰蒋闆呴粦", "MicrosoftJhengHei", SourceHanSansCN, sans-serif;
    font-weight: Normal;
    text-align: left;
    color: #080808;
    float: left;
    line-height: 20px;
    margin-left: 10px;
}

.bjd-crumbs a {
    font-size: 16px;
    font-family: "Microsoft YaHei", "寰蒋闆呴粦", "MicrosoftJhengHei", SourceHanSansCN, sans-serif;
    font-weight: Normal;
    text-align: left;
    color: #080808;
}

.bjd-crumbs a:hover {
    color: #080808;
}

.bjd-article-main {
    width: 897px;
    float: left;
    padding-bottom: 40px;
}

/* 鏂囩珷涓讳綋*/

.bjd-article-main-centent {
    width: 1400px;
    margin: 0px auto;
    display: flex;
}

.bjd-article-title {
    font-size: 40px;
    font-family: "Microsoft YaHei", "寰蒋闆呴粦", "MicrosoftJhengHei", SourceHanSansCN, sans-serif;
    font-weight: 600;
    color: #333333;
    line-height: 46px;
    margin: 32px auto 37px;
}

.bjd-article-source {
    overflow: hidden;
    /*height: 61px;*/
    width: 100%;
    /* height: 40px; */
    /*overflow: hidden;*/
    /* padding: 5px 0px; */
    /* margin-top: 24px; */
    border-bottom: 1px solid #d2d2d2;
}

.bjd-article-source p {
    margin-right: 22px;
    margin-bottom: 16px;
    font-size: 14px;
    font-family: "Microsoft YaHei", "寰蒋闆呴粦", "MicrosoftJhengHei", SourceHanSansCN, sans-serif;
    font-weight: Normal;
    text-align: left;
    color: #555555;
    float: left;
}

.bjd-article-source p a {
    font-size: 14px;
    font-family: "Microsoft YaHei", "寰蒋闆呴粦", "MicrosoftJhengHei", SourceHanSansCN, sans-serif;
    font-weight: Normal;
    text-align: left;
    color: #555555;
    /* float: left; */
}

.bjd-article-describe {
    width: 100%;
    height: auto;
    background: #ddd;
    border-radius: 6px;
    margin: 23px auto;
}

.bjd-article-describe p {
    height: auto;
    font-size: 18px;
    font-family: "Microsoft YaHei", "寰蒋闆呴粦", "MicrosoftJhengHei", SourceHanSansCN, sans-serif;
    font-weight: Normal;
    text-align: left;
    color: #363636;
    padding: 23px 16px;
    text-indent: 2.2rem;
    margin-bottom: 0;
    letter-spacing: 1px;
}

.bjd-article-centent .abstract {
    padding: 0 50px;
    border-radius: 4px;
    position: relative;
    text-align: justify;
    width: 100%;
    height: auto;
    line-height: 32px;
    text-indent: 2em;
    font-size: 18px;
    font-family: "Microsoft YaHei", "寰蒋闆呴粦", "MicrosoftJhengHei", SourceHanSansCN, WeiRuanYaHei, sans-serif;
    font-weight: Normal;
    color: #000000;
    letter-spacing: 1px;
    margin-bottom: 22px;
}

.bjd-article-centent .abstract::before,
.bjd-article-centent .abstract::after {
    content: "";
    display: block;
    width: 32px;
    height: 26px;
    position: absolute;
    background-size: contain!important;
}

.bjd-article-centent .abstract::before {
    background: url("../images/bjd-abstract-l.png");
    top: 0;
    left: 0;
}

.bjd-article-centent .abstract::after {
    background: url("../images/bjd-abstract-r.png");
    bottom: 0;
    right: 0;
}

.bjd-article-centent {
    width: 100%;
}

.bjd-article-centent p {
    width: 100%;
    height: auto;
    line-height: 30px;
    text-indent: 2em;
    font-size: 16px;
    font-family: "Microsoft YaHei", "寰蒋闆呴粦", "MicrosoftJhengHei", SourceHanSansCN, WeiRuanYaHei, sans-serif;
    font-weight: Normal;
    color: #000000;
    text-align:justify;
    margin-bottom: 20px;
}
.bjd-article-centent h1,
.bjd-article-centent h2,
.bjd-article-centent h3,
.bjd-article-centent h4,
.bjd-article-centent h5,
.bjd-article-centent h6 {
    font-weight: bold !important;
    margin-bottom: 22px;
    letter-spacing: 1px;
}
.bjd-article-centent h5 {
    font-size: 16px;
}
.bjd-article-centent h4 {
    width: 100%;
    height: auto;
    line-height: 32px;
    font-size: 18px;
    font-family: "Microsoft YaHei", "寰蒋闆呴粦", "MicrosoftJhengHei", SourceHanSansCN, WeiRuanYaHei, sans-serif;
    color: #000000;
    letter-spacing: 1px;
    margin-bottom: 22px;
}
.bjd-article-centent img {
    /*margin-left: -2rem;*/
    max-width: 800px;
    margin: 0 auto;
    display: block;
}

.bjd-article-centent img:hover {
    transform: unset;
}

.bjd-article-centent video {
    width:600px;
    height:400px;
    background-color: #151515;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
    display: block;
    /*object-fit:cover;*/
}

.bjd-article-exoneration {
    width: 100%;
    height: auto;
    margin: 20px 0px 20px;
}

.bjd-article-exoneration p {
    width: 500px;
    height: 14px;
    font-size: 14px;
    font-family: "Microsoft YaHei", "寰蒋闆呴粦", "MicrosoftJhengHei", SourceHanSansCN, sans-serif;
    font-weight: Normal;
    text-align: left;
    color: #636363;
    margin-left: 35px;
}

.bjd-article-author {
    width: auto;
    height: 14px;
    float: right;
    margin-bottom: 60px;
}

.bjd-article-author p {
    font-size: 14px;
    font-family: "Microsoft YaHei", "寰蒋闆呴粦", "MicrosoftJhengHei", SourceHanSansCN, sans-serif;
    font-weight: Normal;
    text-align: left;
    color: #636363;
    width: auto;
    margin-top: -8px;
}

.bjd-hr {
    width: 891px;
    background: #d8d8d8;
    margin: 27px auto;
    display: inline-block;
}

.bjd-article-guess {
    width: 896px;
    height: 445px;
    background: #ffffff;
    box-shadow: 0px 0px 6px 4px rgba(6, 6, 6, 0.13);
    border-radius: 6px;
    margin: 22px auto;
}

.bjd-county-magistrate-title {
    margin-top: 26px;
    width: 100%;
    margin-left: 22px;
    display: inline-block;
}

.bjd-county-magistrate-title img {
    float: left;
    width: 27px;
    height: 23px;
}

.bjd-county-magistrate-title p {
    width: 88px;
    height: 21px;
    font-size: 22px;
    font-family: "Microsoft YaHei", "寰蒋闆呴粦", "MicrosoftJhengHei", SourceHanSansCN, sans-serif;
    font-weight: Normal;
    text-align: left;
    color: #363636;
    margin-left: 10px;
    float: left;
    line-height: 28px;
}
.bjd-county-magistrate-title .hot-refresh {
    float: right;
    margin-top: 6px;
    cursor: pointer;
}

.bjd-article-guessBlack {
    width: 897px;
    height: 102px;
    margin-bottom: 30px;
}

.bjd-article-guessBlack img {
    width: 181px;
    height: 102px;
    background: #b5b5b5;
    border-radius: 6px;
    margin-left: 22px;
    float: left;
}

.guessBlack {
    float: left;
    width: 650px;
    height: 102px;
    margin-left: 23px;
}

.guessBlack-title {
    width: 630px;
    height: 19px;
    font-size: 20px;
    font-family: "Microsoft YaHei", "寰蒋闆呴粦", "MicrosoftJhengHei", SourceHanSansCN, sans-serif;
    font-weight: Normal;
    text-align: left;
    color: #363636;
}

.guessBlack-centent {
    width: 630px;
    height: 14px;
    font-size: 14px;
    font-family: "Microsoft YaHei", "寰蒋闆呴粦", "MicrosoftJhengHei", SourceHanSansCN, sans-serif;
    font-weight: Normal;
    text-align: left;
    color: #636363;
    margin-top: 20px;
}

.guessBlack-source {
    width: 630px;
    height: 14px;
    font-size: 14px;
    font-family: "Microsoft YaHei", "寰蒋闆呴粦", "MicrosoftJhengHei", SourceHanSansCN, sans-serif;
    font-weight: Normal;
    text-align: left;
    color: #636363;
    margin-top: 32px;
}

.bjd-article-gengduo {
    width: 120px;
    height: 25px;
    margin: 15px auto;
}

.bjd-article-gengduo p {
    font-size: 16px;
    font-family: "Microsoft YaHei", "寰蒋闆呴粦", "MicrosoftJhengHei", SourceHanSansCN, sans-serif;
    font-weight: Normal;
    text-align: center;
    color: #636363;
    line-height: 20px;
    float: left;
    width: 65px;
}

.spot {
    width: 4px;
    height: 4px;
    background: #636363;
    float: left;
    margin-left: 10px;
    border-radius: 100%;
    margin-top: 8px;
}

.bjd-artcle-other {
    width: 452px;
    float: left;
    margin-left: 51px;
    margin-bottom: 30px;
}

.bjd-recommend {
    width: 452px;
    height: 254px;
    background: #bfbfbf;
    border-radius: 6px;
    margin-top: 10px;
}

.carousel-inner {
    width: 452px;
    height: 254px;
    background: #ffffff;
    box-shadow: 0px 2px 18px 4px rgba(6, 6, 6, 0.17);
    border-radius: 6px;
}

.carousel-text {
    width: 452px;
    height: 44px;
    position: absolute;
    bottom: 0;
    margin: 0;
    color: #fff;
    line-height: 44px;
    text-indent: 1rem;
    background-color: rgba(0, 0, 0, 0.5);
}

.carousel-text:hover {
    transform: scale(1.05);
    font-weight: bolder;
}

.bjd-article-list {
    /* margin-top: 15px; */
    width: 452px;
    /* margin-left: 6px; */
}

.bjd-article-listblack {
    width: 452px;
    height: 19px;
    font-size: 16px;
    font-family: "Microsoft YaHei", "寰蒋闆呴粦", "MicrosoftJhengHei", SourceHanSansCN, sans-serif;
    font-weight: Normal;
    text-align: left;
    color: #636363;
}

.bjd-artcle-boutique {
    width: 452px;
    height: 366px;
    background: #ffffff;
    box-shadow: 0px 1px 10px 3px rgba(6, 6, 6, 0.14);
    display: inline-block;
    border-radius: 6px;
    margin-top: 10px;
}

.bjd-education-list-centent {
    width: 452px;
    height: 66px;
    border-radius: 6px;
    margin-left: 20px;
    margin-top: 20px;
}

.bjd-education-list-centent img {
    width: 118px;
    height: 66px;
    float: left;
    border-radius: 6px;
}

.bjd-education-list-centent p {
    width: 275px;
    height: 44px;
    font-size: 16px;
    font-family: "Microsoft YaHei", "寰蒋闆呴粦", "MicrosoftJhengHei", SourceHanSansCN, sans-serif;
    font-weight: Normal;
    text-align: left;
    color: #636363;
    float: left;
    margin-left: 10px;
    margin-top: 10px;
}

.bjd-education-list-centent p:hover {
    color: #eb0000;
}

.bjd-artcle-otherImg {
    width: 452px;
    height: 254px;
    background: #bfbfbf;
    border-radius: 6px;
    margin-top: 26px;
    /* margin-bottom: 26px; */
}

.bjd-artcle-otherImg img {
    width: 452px;
    height: 254px;
}

.articleColor {
    color: #636363;
}

.articleColor:hover {
    color: #eb0000;
}

.bjd-article-list .bjd-article-listblack {
    overflow: hidden;
    clear: both;
    margin-top: 20px;
    height: auto;
}

.bjd-article-list .bjd-article-listblack a {
    display: block;
    overflow: hidden;
    clear: both;
}

.bjd-article-list .bjd-article-listblack a img {
    display: inline-block;
    position: relative;
    top: 5px;
}

.bjd-article-list .bjd-article-listblack:first-child .num {
    background: #630a4f;
}

.bjd-article-list .bjd-article-listblack:nth-child(2) .num {
    background: #8c0f26;
}

.bjd-article-list .bjd-article-listblack:nth-child(3) .num {
    background: #b51515;
}

.bjd-article-list .bjd-article-listblack:nth-child(4) .num {
    background: #c3a208;
}

.bjd-article-list .bjd-article-listblack:nth-child(5) .num {
    background: #fabd18;
}

.bjd-article-list .bjd-article-listblack:last-child .num {
    background: #fae718;
}

.bjd-article-list .bjd-article-listblack a .num {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 2px;
    float: left;
    font-size: 30px;
    font-weight: 600;
    color: #ffffff;
}

.bjd-article-list .bjd-article-listblack a span {
    display: block;
    float: right;
    width: 396px;
    font-size: 16px;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-align: justify;
}

.bjd-article-describe {
    background: none;
    position: relative;
}

.bjd-article-describe .quote {
    font-size: 32px;
    color: #eb0000;
    position: absolute;
}

.bjd-article-describe .quote.fa-quote-left {
    top: 12px;
    left: 0;
}

.bjd-article-describe .quote.fa-quote-right {
    bottom: 12px;
    right: 0;
}

.bjd-article-source .share-btn-box {
    float: right;
}

.bjd-article-source .share-btn-box .share-btn .fa {
    font-size: 14px;
    color: #fff;
}

.bjd-article-source .share-btn-box .share-btn {
    background: #636363;
    width: 28px;
    height: 28px;
    line-height: 28px;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    transition: all 0.2s;
}

.bjd-article-source .share-btn-box .share-btn:hover {
    background: #eb0000;
}

.bjd-article-describe p {
    width: auto;
    text-indent: 0;
    padding: 0;
    margin: 0 30px;
}

.bjd-article-describe {
    padding: 28px 16px;
}

.mianbaoxie &gt; a:hover {
    color: #eb0000;
}

.carousel {
    z-index: 98;
}

.bs-popover-auto[x-placement^="bottom"],
.bs-popover-bottom {
    /*margin-top: 30px;*/
    z-index: 999;
}

.nav-more-ctdianzi-box {
    width: 258px;
    z-index: 9999;
}

.bjd-newspaper p {
    height: 52px;
}

.nav-more-ctdianzi-box ul {
    overflow: hidden;
    clear: both;
    margin: 0;
    padding: 0;
}

.nav-more-ctdianzi-box li {
    width: 50%;
    float: left;
    text-align: center;
    height: 32px;
    line-height: 32px;
}

.nav-more-ctdianzi-box li a {
    font-size: 16px;
    font-weight: Normal;
    text-decoration: none;
    color: #333333;
}

.nav-more-ctdianzi-box li a:hover {
    font-size: 16px;
    font-weight: Normal;
    text-decoration: none;
    color: #eb0000;
}

.bjd-matrix-list ul {
    width: 220px;
}

.bjd-matrix-list ul li {
    margin-right: 10px;
}

.bjd-footermap ul li a {
    color: #fff;
}

.bjd-footermap ul li a:hover {
    color: #eb0000;
}

.xuanfutop &gt; a {
    display: block;
    cursor: pointer;
    transition: all 0.2s;
    text-align: center;
    line-height: 50px;
    font-size: 28px;
    color: #767676;
    width: 51px;
    height: 51px;
    background: #ffffff;
    border: 1px solid #bfbfbf;
}

.xuanfutop &gt; a .active {
    display: none;
    width: 39px;
    height: 39px;
    margin: 0;
    margin: 5px;
}

.xuanfutop &gt; a .normal {
    display: block;
    width: 39px;
    height: 39px;
    margin: 0;
    margin: 5px;
}

.xuanfutop &gt; a:hover {
    background-color: #eb0000;
}

.xuanfutop &gt; a:hover .active {
    display: block;
}

.xuanfutop &gt; a:hover .normal {
    display: none;
}

.xuanfutop img:hover {
    transform: unset;
}

.bjd-about-list &gt; ul &gt; li {
    float: unset;
    margin-right: unset;
    text-align: center;
}

.bjd-webcopyright a {
    color: #f2f2f2;
}

.bjd-webcopyright a:hover {
    color: #f2f2f2;
}

.government-universities {
    top: 0px;
}
.bjd-article-centent h5.tushuo::before {
    content: "";
    width: 20px;
    display: inline-block;
    background: url(https://img.bjd.com.cn/web/skin/images/tushuo.png);
    height: 20px;
    background-size: contain;
    vertical-align: middle;
    margin-right: 6px;
}
</pre></body></html>