/*  */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    margin: 0 auto;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 0;
    background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
    font-family: '', Arial, sans-serif;
    color: #333;
}

img {
    border: 0;
    max-width: 100%;
    height: auto;
    border-radius: 6px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

img:hover {
    transform: scale(1.03);
    box-shadow: 0 6px 12px rgba(0,0,0,0.15);
}

h1, h2, p, font, dl {
    margin: 0;
}

a {
    text-decoration: none;
    color: #4a6fa5;
    transition: all 0.3s ease;
}

a:hover {
    color: #ff6600;
    text-decoration: underline;
}

ul, li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    color: #666;
}

/*  */
.content-wrapper {
    width: 960px;
    margin: 0 auto;
    overflow: hidden;
}

.main-content {
    float: left;
    width: 700px;
    margin-right: 10px;
}

.sidebar {
    float: left;
    width: 250px;
}

/*  */
.home,
.top {
    width: 960px;
    margin: 0 auto;
    height: 100%;
}

.logo {
    float: left;
    width: 190px;
    height: 70px;
    margin-right: 10px;
    background: url(../images/logo.gif);
    text-indent: -999em;
}

.hf {
    float: left;
    width: 600px;
    height: 70px;
    margin-right: 10px;
}

.sc {
    float: left;
    width: 150px;
    height: 70px;
}

.sc li {
    font-size: 12px;
    color: #666;
    line-height: 24px;
}

.sc li a {
    color: #000;
}

.sc li a:hover {
    color: #990000;
}

/*  */
.dh {
    float: left;
    width: 960px;
    height: 45px;
    background: linear-gradient(90deg, #4a6fa5 0%, #6b8cc7 100%);
    margin-top: 10px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.dh li {
    float: left;
    width: 96px;
    font-size: 14px;
    color: #fff;
    line-height: 45px;
    text-align: center;
    transition: all 0.3s ease;
}

.dh li a {
    display: block;
    width: 96px;
    height: 45px;
    color: #fff;
    font-weight: bold;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}

.dh li a:hover {
    background: rgba(255,255,255,0.15);
    font-size: 16px;
    color: #ffcc00;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.15);
}

/*  */
.fdh {
    float: left;
    width: 960px;
    height: 38px;
    background: #e6e6e6;
}

.rmc {
    float: left;
    width: 660px;
    height: 38px;
}

.rmc span {
    color: #000;
}

.rmc p {
    float: left;
    font-size: 12px;
    line-height: 38px;
    color: #666;
    text-indent: 1em;
}

.rmc p a {
    color: #666;
    padding-left: 15px;
}

.rmc p a:hover {
    color: #333;
}

.ss {
    float: left;
    width: 300px;
    height: 38px;
}

.sou {
    float: right;
    width: 260px;
    height: 22px;
    color: #333;
    margin-top: 7px;
}

#kuang {
    float: left;
    width: 200px;
    height: 22px;
    border: 1px solid #d8d8d8;
    color: #333;
    font-size: 16px;
    margin-top: 0;
    margin-right: 5px;
    line-height: 20px;
}

/* λ */
.dangq {
    float: left;
    width: 960px;
    height: 30px;
    margin-top: 5px;
}

.dangq li {
    font-size: 12px;
    line-height: 30px;
}

.dangq li a {
    color: #666;
    padding-left: 5px;
    padding-right: 5px;
}

/*  */
.artz,
.artz2 {
    float: left;
    width: 698px;
    margin-top: 10px;
    border: 1px solid #e2e2e2;
    margin-right: 10px;
    font-size: 12px;
}

.artt {
    float: left;
    width: 100px;
    height: 100px;
}

.artt p {
    width: 80px;
    height: 80px;
    margin-left: 10px;
    border-right: 1px solid #e2e2e2;
    margin-top: 10px;
}

.artt img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.arzbt {
    float: left;
    width: 598px;
    height: 80px;
}

.arzbt h2 {
    font-size: 20px;
    color: #4a6fa5;
    margin-top: 15px;
    margin-bottom: 10px;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
}

.arzbt li a {
    color: #4a6fa5;
    font-family: '';
    font-weight: bold;
}

.arzbt p {
    font-size: 13px;
    color: #666;
    line-height: 24px;
    background: #f0f4f8;
    padding: 5px 10px;
    border-radius: 4px;
    display: inline-block;
}

.arznn {
    float: left;
    padding: 25px 35px;
    width: 638px;
    border-top: 1px solid #e2e2e2;
    margin-top: 10px;
    font-size: 15px;
    color: #333;
    line-height: 32px;
    font-family: '';
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

.arznn a {
    color: #ff6600;
    font-weight: bold;
}

.arznn img {
    max-width: 600px;
    width: expression(this.width > 600 ? "600px" : this.width);
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    margin: 15px 0;
}

.content-placeholder {
    min-height: 300px;
    background-color: #f9f9f9;
    border: 1px dashed #ddd;
    border-radius: 8px;
    padding: 20px;
    color: #999;
    font-size: 14px;
}

/*  */
.arfy {
    float: left;
    width: 698px;
    margin-top: 20px;
}

.jogger2 {
    width: 698px;
    margin-top: 15px;
    height: 40px;
    padding: 15px 0;
    text-align: center;
    margin-bottom: 20px;
    background: #f9f9f9;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

.jogger2 li {
    display: inline;
    line-height: 30px;
    text-decoration: none;
    font-size: 14px;
}

.jogger2 a {
    padding: 8px 15px;
    margin: 2px 5px;
    color: #4a6fa5;
    background-color: #fff;
    text-decoration: none;
    border-radius: 4px;
    border: 1px solid #e2e2e2;
    transition: all 0.3s ease;
}

.jogger2 a:hover {
    padding: 8px 15px;
    margin: 2px 5px;
    color: #fff;
    background-color: #4a6fa5;
    border-color: #4a6fa5;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.15);
}

/*  */
.arfx {
    float: left;
    width: 698px;
    background: #f5f5f5;
    height: 30px;
    margin-top: 10px;
    text-align: center;
}

/*  */
.arxg {
    float: left;
    padding: 10px;
}

.arxg p {
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    color: #990000;
    font-weight: bold;
}

.arxg li {
    width: 335px;
    float: left;
    font-size: 12px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.arxg li a {
    padding-left: 15px;
    background: url(../images/xd.gif) 0 -11px no-repeat;
}

.arxg li a:hover {
    color: #000;
    background: url(../images/xd.gif) 0 3px no-repeat;
}

/*  */
.dingc {
    margin: 20px;
}

.ding_bfb {
    float: left;
    width: 70px;
    height: 50px;
}

.ding_bfb p {
    font-size: 30px;
    color: #000;
    font-family: '';
}

.ding_bfb span {
    font-size: 12px;
    color: #666;
    text-align: center;
}

.sxiap {
    float: left;
    margin-left: 20px;
    height: 50px;
    margin-top: 5px;
}

.sxiap p {
    font-size: 12px;
    color: #666;
    line-height: 25px;
}

.sxiap p a {
    color: #990000;
}

/*  */
.tjnr {
    float: left;
    width: 250px;
    margin-top: 15px;
    font-size: 13px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
    overflow: hidden;
}

.tjnr p {
    width: 100%;
    height: 40px;
    background: linear-gradient(90deg, #4a6fa5 0%, #6b8cc7 100%);
    line-height: 40px;
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}

.tjnr li {
    font-size: 13px;
    color: #333;
    line-height: 30px;
    padding: 0 15px;
    border-bottom: 1px dashed #f0f0f0;
    transition: all 0.3s ease;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tjnr li:hover {
    background: #f0f4f8;
    padding-left: 20px;
}

.tjnr li a {
    color: #4a6fa5;
    padding-left: 20px;
    background: url(../images/xd.gif) 0 -8px no-repeat;
    font-weight: 500;
}

.tjnr li a:hover {
    color: #ff6600;
    background: url(../images/xd.gif) 0 5px no-repeat;
    text-decoration: none;
}

/*  */
.nrbt {
    display: block;
    width: 250px; /*  */
    height: 40px;
    background: linear-gradient(90deg, #ff6600 0%, #ff9933 100%);
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    line-height: 40px;
    padding: 0 15px;
    margin: 15px 0 0 0; /*  */
    text-align: center;
    border-radius: 8px 8px 0 0; /*  */
    box-sizing: border-box;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}

.nrmk3 {
    background: #fff;
    border: 1px solid #e9e9e9;
    border-top: none; /*  */
    border-radius: 0 0 8px 8px; /*  */
    padding: 15px;
    margin: 0 0 15px 0;
    width: 250px;
    box-sizing: border-box;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

.nrmk3 ul {
    margin: 0;
    padding: 0;
}

.nrmk3 li {
    line-height: 32px;
    height: 32px;
    padding-left: 25px;
    border-bottom: 1px dashed #f0f0f0;
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease;
}

.nrmk3 li:hover {
    background: #f0f4f8;
    padding-left: 30px;
}

.nrmk3 li::before {
    content: '';
    position: absolute;
    left: 10px;
    top: 12px;
    width: 8px;
    height: 8px;
    background: #ff6600;
    border-radius: 50%;
}

.nrmk3 li:last-child {
    border-bottom: none;
}

.nrmk3 li a {
    font-size: 13px;
    color: #4a6fa5;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 500;
}

.nrmk3 li a:hover {
    color: #ff6600;
    text-decoration: none;
}

/* 来源链接样式 */
.source-links {
    padding: 20px;
}

.source-item {
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 1.6;
    color: #333;
}

.source-url {
    color: #4a6fa5;
    font-family: 'Courier New', monospace;
    background-color: #f8f9fa;
    padding: 2px 6px;
    border-radius: 4px;
    border: 1px solid #e9ecef;
    word-break: break-all;
    display: inline-block;
    margin-left: 5px;
}

/*  -  */
@media screen and (max-width: 640px) {
    .nrbt {
        width: 100%;
        height: auto;
        font-size: 16px;
        padding: 10px 15px;
        line-height: 1.4;
        margin-bottom: 0;
        border-radius: 6px 6px 0 0;
    }
    
    .nrmk3 {
        width: 100%;
        border: 1px solid #e9e9e9;
        border-top: none;
        border-radius: 0 0 6px 6px;
        padding: 15px;
        box-shadow: 0 2px 8px rgba(0,0,0,0.05);
        margin-bottom: 20px;
    }
    
    .nrmk3 li {
        line-height: 40px;
        padding-left: 25px;
        height: auto;
        overflow: visible;
        white-space: normal;
        border-bottom: 1px dashed #f0f0f0;
    }
    
    .nrmk3 li::before {
        left: 8px;
        top: 12px;
        width: 8px;
        height: 8px;
        background: #ff6600;
        border-radius: 50%;
        content: '';
    }
    
    .nrmk3 li a {
        font-size: 15px;
        color: #555;
        line-height: 20px;
        padding: 10px 0;
        min-height: 40px;
        display: flex;
        align-items: center;
        white-space: normal;
        overflow: visible;
        text-overflow: clip;
    }
}
.listy {
    float: left;
    width: 249px;
}

/*  */
.foot {
    float: left;
    width: 100%;
    margin-top: 20px;
    border-top: 1px solid #e2e2e2;
    background: #000;
    margin-bottom: 0;
}

.foot ul {
    width: 960px;
    margin: 10px auto 0;
}

.foot li {
    font-size: 12px;
    line-height: 30px;
    text-align: center;
}

.foot li a {
    color: #bbb;
}

.foot li a:hover {
    color: #ffcc00;
}

/*  -  */
@media screen and (max-width: 640px) {
    /*  */
    .content-wrapper {
        width: 100%;
        padding: 0 10px;
        box-sizing: border-box;
    }
    
    .main-content {
        float: none;
        width: 100%;
        margin-right: 0;
    }
    
    .sidebar {
        float: none;
        width: 100%;
        margin-top: 20px;
    }
    
    /*  */
    .home, .top {
        width: 100%;
        padding: 0 10px;
        box-sizing: border-box;
    }
    
    .logo {
        float: none;
        width: 100%;
        margin: 0 auto 10px;
        background-position: center;
        text-align: center;
    }
    
    .dh {
        width: 100%;
        padding: 0 10px;
        box-sizing: border-box;
        overflow-x: auto;
        white-space: nowrap;
    }
    
    .fdh {
        width: 100%;
        padding: 0 10px;
        box-sizing: border-box;
    }
    
    .rmc {
        width: 100%;
        overflow-x: auto;
        white-space: nowrap;
    }
    
    .ss {
        width: 100%;
        margin-top: 10px;
    }
    
    .sou {
        width: 100%;
    }
    
    #kuang {
        width: 70%;
        font-size: 14px;
    }
    
    /*  */
    .artt {
        float: none;
        width: 100%;
        height: auto;
        text-align: center;
        margin-bottom: 15px;
    }
    
    .artt p {
        width: auto;
        height: auto;
        margin: 0;
        border-right: none;
        border-bottom: 1px solid #e2e2e2;
        padding-bottom: 10px;
    }
    
    .artt img {
        max-width: 80px;
        height: auto;
        margin: 0 auto;
    }
    
    .arzbt {
        float: none;
        width: 100%;
        height: auto;
        padding: 0 10px;
        box-sizing: border-box;
    }
    
    .arzbt h2 {
        font-size: 18px;
        line-height: 1.4;
        margin-top: 15px;
        padding: 0;
    }
    
    .arzbt p {
        font-size: 14px;
        line-height: 24px;
        margin: 10px 0;
    }
    
    /*  */
    .artz, .artz2 {
        width: 100%;
        margin-right: 0;
        padding: 0 10px;
        box-sizing: border-box;
    }
    
    .arznn {
        padding: 15px 10px;
        width: 100%;
        box-sizing: border-box;
    }
    
    /*  */
    .arfy {
        float: none;
        width: 100%;
        margin-top: 20px;
        padding: 0 10px;
        box-sizing: border-box;
    }
    
    .jogger2 {
        width: 100%;
        height: auto;
        padding: 10px 0;
        overflow-x: auto;
        white-space: nowrap;
    }
    
    .jogger2 li {
        display: inline-block;
        margin: 2px;
    }
    
    /*  */
    .arfx {
        padding: 15px 10px;
        width: 100%;
        box-sizing: border-box;
        float: none;
        height: auto;
        margin-bottom: 20px;
    }
    
    /*  */
    .arxg {
        float: none;
        width: 100%;
        clear: both;
        background: #fff;
        border: 1px solid #e9e9e9;
        border-radius: 8px;
        padding: 15px;
        margin-top: 25px;
        box-sizing: border-box;
        box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    }
    
    .arxg p {
        font-size: 16px;
        font-weight: bold;
        color: #333;
        margin-bottom: 15px;
        padding-bottom: 10px;
        border-bottom: 2px solid #ffcc00;
    }
    
    .arxg li {
        width: 100%;
        float: none;
        line-height: 40px;
        border-bottom: 1px dashed #f0f0f0;
        padding-left: 0;
    }
    
    .arxg li:last-child {
        border-bottom: none;
    }
    
    .arxg li a {
        display: block;
        font-size: 15px;
        color: #555;
        padding-left: 20px;
        background: url(../images/xd.gif) 0 15px no-repeat;
        transition: all 0.3s ease;
    }
    
    /*  */
    .sxiap {
        padding: 0 10px;
        margin-left: 0;
    }
    
    .sxiap p {
        font-size: 14px;
        line-height: 26px;
    }
    
    /*  */
    .tjnr {
        width: 100%;
        background: #fff;
        border: 1px solid #e9e9e9;
        border-radius: 8px;
        padding: 15px;
        margin-bottom: 20px;
        box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    }
    
    .tjnr p {
        width: auto;
        height: auto;
        background: #ffcc00;
        color: #333;
        font-weight: bold;
        font-size: 16px;
        padding: 8px 15px;
        border-radius: 4px;
        margin: 0 0 15px 0;
        text-align: center;
    }
    
    .tjnr li {
        line-height: 40px;
        padding-left: 0;
        border-bottom: 1px dashed #f0f0f0;
    }
    
    .tjnr li:last-child {
        border-bottom: none;
    }
    
    .tjnr li a {
        display: block;
        font-size: 15px;
        color: #555;
        padding-left: 25px;
        background: url(../images/xd.gif) 0 15px no-repeat;
        transition: all 0.3s ease;
    }
    
    /*  */
    .nrbt {
        width: auto;
        height: auto;
        background: #ff6600;
        color: #fff;
        font-weight: bold;
        font-size: 16px;
        padding: 8px 15px;
        border-radius: 4px;
        margin: 0 0 15px 0;
        text-align: center;
    }
    
    .nrmk3 {
        background: #fff;
        border: 1px solid #e9e9e9;
        border-radius: 8px;
        padding: 15px;
        box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    }
    
    .nrmk3 li {
        line-height: 40px;
        padding-left: 30px;
        border-bottom: 1px dashed #f0f0f0;
        position: relative;
        height: auto;
        overflow: visible;
        white-space: normal;
    }
    
    .nrmk3 li:last-child {
        border-bottom: none;
    }
    
    .nrmk3 li::before {
        content: '';
        position: absolute;
        left: 10px;
        top: 15px;
        width: 8px;
        height: 8px;
        background: #ff6600;
        border-radius: 50%;
    }
    
    .nrmk3 li a {
        display: block;
        font-size: 15px;
        color: #555;
        transition: all 0.3s ease;
    }
    
    /* б */
    .listy {
        width: 100%;
        padding: 0;
    }
    
    /* λ */
    .dangq {
        width: 100%;
        padding: 0 10px;
        box-sizing: border-box;
        overflow-x: auto;
        white-space: nowrap;
    }
    
    /*  */
    .foot ul {
        width: 100%;
        padding: 0 10px;
        box-sizing: border-box;
    }
    
    /*  */
    a, button, input {
        min-height: 44px;
        min-width: 44px;
        display: inline-block;
    }
}

/* б */
.xlist {
    float: left;
    width: 698px;
    margin-top: 10px;
}

.xnlist {
    float: left;
    width: 100%;
    min-height: 130px;
    margin-bottom: 20px;
    padding: 15px;
    background: #fff;
    border: 1px solid #e2e2e2;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
}

.xnlist:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 12px rgba(0,0,0,0.1);
}

.picxn {
    float: left;
    width: 160px;
    height: 110px;
    margin-right: 20px;
    overflow: hidden;
    border-radius: 6px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.picxn img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.picxn img:hover {
    transform: scale(1.1);
}

.zwlist {
    float: left;
    width: 500px;
}

.zwlist ul {
    margin: 0;
    padding: 0;
}

.zwlist li {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 12px;
}

.zwlist li span {
    color: #4a6fa5;
    font-size: 13px;
    margin-right: 15px;
    font-weight: bold;
    background: #f0f4f8;
    padding: 2px 8px;
    border-radius: 12px;
}

.zwlist li a {
    color: #333;
    font-weight: bold;
    font-size: 16px;
}

.zwlist li a:hover {
    color: #ff6600;
    text-decoration: underline;
}

.zwlist p {
    font-size: 14px;
    line-height: 22px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    background: #f9f9f9;
    padding: 10px;
    border-radius: 4px;
    border-left: 4px solid #4a6fa5;
}