﻿
body {
    text-align: left;
    color: #333333;
    line-height: 150%;
    font-family: "Microsoft YaHei", tahoma, arial, simsun,;
    font-size: 16px;
    min-width: 1200px;
    background-color: #FFF5F5
}

html,
body,
div,
ul,
li,
dl,
dt,
dd,
form,
input,
select,
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0px;
    padding: 0px;
}

a {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
    outline: none;
}

ul {
    list-style: none;
}

li {
    list-style: outside none;
}

img {
    margin: 0px;
    padding: 0px;
    border: 0px currentColor;
    border-image: none;
}

.mt20 {
    margin-top: 20px;
}

.fl {
    float: left
}

.fr {
    float: right;
}

.header {
    height: 595px;
    width: 100%;
    min-width: 1200px;
    background: url(../specialXi/top_bg01.png) 50% 0 no-repeat;    
    position:relative
}

    .header img {
        width: 100%;
        height: 100%;
        display: block;
    }
    .header .title_01 {
        position: absolute;
        width: 0px;
        left: 50%;
        top: 36%;
        z-index: 0;
    }
    .header.title_02 {
        position: absolute;
        width: 570px;
        left: 35%;
        top: 56%;
        z-index: 0;
        display: none;
    }
.w1200 {
    width: 1200px;
    margin: 0 auto;
    display: table;
}

/*= 清除浮动=*/

.clear {
    clear: both;
    height: 0px;
    line-height: 0px;
    font-size: 0px;
    overflow: hidden;
    display: block;
}

.clearfix:after {
    content: "";
    display: block;
    height: 0px;
    clear: both;
    visibility: hidden;
    font-size: 0px;
}

.title {
    width: 100%;
    display: table;
    margin-top: 20px;
    margin-bottom: 20px;
    position: relative;
}

    .title .fl_t {
        height: 50px;
        width: 194px;
        color: #bf1b21;
        line-height: 50px;
        font-size: 24px;
        font-weight: bold;
    }

    .title a {
        display: block;
        width: 140px;
        height: 32px;
        background: url(../home/more_red.png) no-repeat;
    }

.news_box_left {
    width: 780px;
    float: left;
}

.newspic {
    width: 780px;
    height: 460px;
    position: relative;
}

    .newspic .hd {
        height: 15px;
        overflow: hidden;
        position: absolute;
        right: 3%;
        bottom: 10px;
        z-index: 1;
    }

        .newspic .hd ul {
            overflow: hidden;
            zoom: 1;
            float: left;
        }

            .newspic .hd ul li {
                float: left;
                margin-right: 7px;
                width: 20px;
                height: 10px;
                line-height: 10px;
                border-radius: 50px;
                text-align: center;
                background: #CCCCCC;
                cursor: pointer;
            }

                .newspic .hd ul li.on {
                    background: #FF0000;
                    color: #fff;
                    width: 30px;
                }

    .newspic .bd {
        position: relative;
        height: 100%;
        z-index: 0;
        background: #f3f3f3;
    }

        .newspic .bd li {
            zoom: 1;
            vertical-align: middle;
        }

        .newspic .bd img {
            width: 780px;
            height: 460px;
            display: block;
            border: 0;
            object-fit:cover
        }

.tj_title, .tj_zy {
    background: #fff;
    /* filter: alpha(opacity=50);
    -moz-opacity: 0.50;
    opacity: 0.50;*/
    color: #333;
    position: absolute;
    bottom: 0;
    line-height: 30px;
    padding: 4px 5px;
    width: 100%;
    box-sizing: border-box;
}

    .tj_title a {
        color: #333333;
        font-size: 16px;
        line-height: 30px;
    }

    .tj_zy a {
        color: #666666;
        font-size: 14px;
        line-height: 24px;
    }

.news_box_right {
    background-color: #BF1B21;
    float: right;
    width: 420px;
    height: 460px;
    box-sizing: border-box;
    overflow: hidden;
}

    .news_box_right ul {
        /* padding: 20px;*/
    }

        .news_box_right ul li {
            background: url(../specialXi/list_one.png) 20px no-repeat;
            border-bottom: 1px #fff solid;
            line-height: 30px;
            padding: 20px 0 20px 40px;
            position: relative;
            display: flex
        }

            .news_box_right ul li:last-child {
                border-bottom: 0;
            }



            .news_box_right ul li a {
                color: #fff;
                width: 340px;
            }

            .news_box_right ul li:after {
                /* content: '';
                display: block;
                width: 15px;
                height: 15px;
                background-image:url(../specialXi/list_two.png);
                background-repeat:no-repeat;
                background-size: 100% 100%;
                margin-top: 4px;*/
            }

            .news_box_right ul li img {
                position: absolute;
                top: 30px;
                right: 8px;
            }

.hr {
    height: 4px;
    background: #fff;
    width: 100px;
    position: absolute;
    top: 98px;
    left: 0px;
}

/*    .hr:last-child {
        width: 0
    }*/

.w770 {
    width: 770px;
}

.n_list1 {
    height: auto;
    padding: 0 0 0 0 !important;
    position: relative;
}

    .n_list1 li {
        height: 50px;
        line-height: 50px;
        display: block;
        color: #999999;
        font-size: 16px;
        border-bottom: 1px dashed #FF0000;
    }

        .n_list1 li a {
            font-size: 16px;
            color: #333333;
            /*float: left*/
        }

            .n_list1 li a:hover {
                color: #cd0804;
            }

        .n_list1 li .date {
            font-size: 14px;
            color: #999999
        }

        .n_list1 li i {
            font-style: normal;
            color: #ff9900;
            padding: 5px;
        }

        .n_list1 li a {
            font-size: 16px;
            color: #333333;
            float: left
        }

            .n_list1 li a:hover {
                color: #cd0804;
            }

.dong_right {
    position: relative;
    float:right
}

  /*  .dong_right img {
        position: absolute;
        z-index: 99;
        right: 0;
        width: 374px;
    }*/

    .dong_right .hd {
        height: 15px;
        overflow: hidden;
        position: absolute;
        right: 3%;
        bottom: 10px;
        z-index: 1;
    }

        .dong_right .hd ul {
            overflow: hidden;
            zoom: 1;
            float: left;
        }

            .dong_right .hd ul li {
                float: left;
                margin-right: 7px;
                width: 20px;
                height: 10px;
                line-height: 10px;
                border-radius: 50px;
                text-align: center;
                background: #CCCCCC;
                cursor: pointer;
            }

                .dong_right .hd ul li.on {
                    background: #FF0000;
                    color: #fff;
                    width: 30px;
                }

    .dong_right .bd {
        position: relative;
        height: 100%;
        z-index: 0;
        background: #f3f3f3;
    }

        .dong_right .bd li {
            zoom: 1;
            vertical-align: middle;
        }

        .dong_right .bd img {
            width: 374px;
            display: block;
            border: 0;
            object-fit: contain;
            height:360px;
        }
.copyright {
    background: #BF1B21;
    padding: 10px 0 10px 0;
    width: 100%;
    box-sizing: border-box
}

    .copyright .c_l {
        width: 214px;
        margin-left: 50px;
    }

    .copyright .c_c {
        width: 307px;
        margin-left: 0px;
        background: url(../specialXi/footer_bg.png) no-repeat
    }

        .copyright .c_c p {
            color: #fff;
            font-size: 14px;
            font-weight: bold;
            line-height: 30px;
            margin: 0
        }

        .copyright .c_c a {
            color: #fff;
            font-size: 14px;
            font-weight: bold
        }

    .copyright .c_s {
        width: 100px;
        margin-top: 20px
    }

    .copyright .c_r {
        margin-top: 20px
    }

.position {
    font-size: 16px;
    color: #666666;
    vertical-align: middle;
    text-align: right;
    padding: 16px 0;
    border-bottom: 1px solid #eceae4;
}

    .position h3 {
        float: left;
        font-size: 20px;
        font-weight: normal;
        color: #cd0804;
        padding-bottom: 15px;
        border-bottom: 3px solid #cd0804;
    }

    .position span {
        color: #666666;
        font-size: 16px;
        /* vertical-align: middle; */
        margin: 0 5px;
    }

    .position a:hover {
        color: #cd0804;
    }

.n_list2 li {
    border-bottom: 1px solid #ddd;
    height: 80px;
    position: relative;
}

    .n_list2 li .word {
        position: absolute;
        left: 0px;
        top: 0px;
        font-size: 16px;
        overflow: hidden;
        text-overflow: ellipsis;
        line-height: 80px;
    }

        .n_list2 li .word:hover {
            color: #cd0804;
            transform: translateX(5px);
        }

.time {
    width: 65px;
    font-size: 16px;
    text-align: center;
    overflow: hidden;
}

    .time .date {
        display: inline-block;
        height: 42px;
        color: #B41012;
        line-height: 46px;
    }

    .time .year {
        display: inline-block;
        width: 100%;
        height: 20px;
        font-size: 12px;
        color: #999;
        /*background: #990000;*/
        text-align: center;
    }

.article-header {
    overflow: hidden;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
    margin: 30px auto;
    width: 800px;
}

    .article-header h1 {
        color: #000;
        text-align: center;
        font-size: 30px;
        margin: .67em 0;
        line-height: 36px;
    }

    .article-header .info {
        color: #888;
        line-height: 1.4rem;
        text-align: center;
    }

        .article-header .info span {
            display: inline-block;
            margin-right: 10px;
        }

.fenye {
    text-align: right;
    padding-bottom: 10px;
    font-size: 16px;
    margin-top: 40px;
}

    .fenye a {
        display: inline-table;
        padding: 6px 10px;
        border: 1px #ccc solid;
        margin: 0 2px;
        color: #666;
        text-decoration: none;
        background: #f1f1f1;
    }

        .fenye a:hover {
            color: #FFF;
            background: #d81012;
            border: 1px #d81012 solid;
        }

    .fenye .fy_text {
        width: 30px;
        height: 18px;
        line-height: 18px;
    }

    .fenye .currpage {
        background: #cd0804;
        display: inline-table;
        padding: 6px 10px;
        border: 1px #fff solid;
        margin: 0 2px;
        color: #fff;
        text-decoration: none;
    }

    .fenye span {
        display: inline-table;
        padding: 6px 6px;
        border: 1px #ccc solid;
        margin: 0 2px;
        color: #666;
        text-decoration: none;
        background: #f1f1f1;
    }
