@charset "utf-8";



/* sass变量 */



body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
    margin: 0;
    padding: 0;
}







body,
button,
input,
select,
textarea {
    font-size: 16px;
    font-family: '微软雅黑';
}







h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}















code,
kbd,
pre,
samp {
    font-family: courier new, courier, monospace;
}







ul,
ol {
    list-style: none;
}







a {
    color: #4d4d4d;
    text-decoration: none;
}







    a:hover {
        color: #880015;
    }







    a:hover {
        color: #666;
    }







input::-webkit-input-placeholder {
    font-size: 12px;
    color: #999;
}







:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */



    font-size: 12px;
    color: #999;
}







::-moz-placeholder {
    /* Mozilla Firefox 19+ */



    font-size: 12px;
    color: #999;
}







:-ms-input-placeholder {
    /* Internet Explorer 10+ */



    font-size: 12px;
    color: #999;
}







fieldset,
img {
    border: 0;
    vertical-align: middle;
}







q:before,
q:after {
    content: '';
}







button,
input,
select,
textarea {
    font-size: 100%;
    outline: 0;
}







table {
    border-collapse: collapse;
    border-spacing: 0;
}







.wrap {
    width: 1200px;
    margin: 0 auto;
}







.clearfix:after {
    content: '\20';
    display: block;
    height: 0;
    clear: both;
}







.clearfix {
    zoom: 1;
}







.fl {
    float: left;
}







.fr {
    float: right;
}







.mt20 {
    margin: 20px 0;
}



.mb20 {
    margin-bottom: 20px;
}







.header {
    background: url(../images/header-bg.jpg) top center no-repeat;
    padding: 15px 0;
    min-width: 1200px;
    background-size: 100% 100%;
    height: 200px;
}



    .header .header-text {
        width: 165px;
        height: 42px;
        float: left;
        margin: 27px 0 0 15px;
    }







    .header .logo {
        float: left;
    }







    .header .links {
        float: right;
        margin-top: 20px;
        margin-right: 30px;
    }







        .header .links a {
            margin-left: 10px;
            color: #fff;
            line-height: 30px;
            font-size: 14px;
        }







.search-box {
    float: right;
    margin-top: 20px;
    width: 240px;
    height: 28px;
    position: relative;
    background: url(../images/search-bg.png) no-repeat;
}







    .search-box .text {
        float: left;
        border: none;
        background: none;
        height: 28px;
        line-height: 28px;
        width: 200px;
        margin-left: 10px;
        vertical-align: middle;
        font-size: 14px;
    }







    .search-box .btn {
        position: absolute;
        right: 10px;
        top: 2px;
        width: 23px;
        height: 23px;
    }



.slideshow {
    min-width: 1200px;
}



.main-nav {
    position: relative;
    margin-top: 1px;
    z-index: 3;
    background:  #ef0d0d;
    line-height: 50px;
    min-width: 1200px;
}







    .main-nav ul {
        position: relative;
    }







    .main-nav li {
        float: left;
        width: 12%;
        text-align: center;
        z-index: 10;
        font-size: 16px;
    }







        .main-nav li a {
            color: #fff;
            display: block;
            text-align: center;
        }







        .main-nav li .dropdown {
            position: relative;
            display: none;
            position: absolute;
            overflow: hidden;
            width: 100%;
            left: 0;
            top: 99%;
            width: 100%;
            background: #fff;
        }







            .main-nav li .dropdown .inner {
                padding: 30px;
                text-align: left;
            }







            .main-nav li .dropdown .c1 {
                float: left;
                width: 250px;
                height: 110px;
                overflow: hidden;
            }







                .main-nav li .dropdown .c1 img {
                    width: 100%;
                }







            .main-nav li .dropdown .c2 {
                float: left;
                color: #64756e;
                line-height: 30px;
                font-size: 14px;
                width: 380px;
                padding: 0 33px;
                position: relative;
            }







                .main-nav li .dropdown .c2:after {
                    content: '';
                    position: absolute;
                    left: 100%;
                    height: 62px;
                    width: 1px;
                    background: #e8e8e8;
                    top: 10px;
                }







            .main-nav li .dropdown .c3 {
                float: right;
                width: 440px;
                margin-top: 10px;
            }







                .main-nav li .dropdown .c3 li {
                    float: left;
                    width: 33.3%;
                    line-height: 30px;
                    font-size: 14px;
                }







                    .main-nav li .dropdown .c3 li a {
                        color: #333;
                    }







                    .main-nav li .dropdown .c3 li:hover {
                        background: none;
                    }







                        .main-nav li .dropdown .c3 li:hover a {
                            color: #880015;
                        }







        .main-nav li:hover, .main-nav li.on {
            background: #880015;
        }







            .main-nav li:hover .dropdown, .main-nav li.on .dropdown {
                display: block;
            }







        .main-nav li.on1 {
            background: #880015;
        }







.main-tit {
    border-bottom: 1px solid red;
   
    margin-bottom: 20px;
}







    .main-tit h6 {
        font-size: 20px;
        float: left;
        position: relative;
        top: 1px;
        color: #ef0d0d;
        border-bottom: 3px solid #ef0d0d;
    }







    .main-tit .more {
        font-size: 14px;
        float: right;
        color: #6b6b6b;
    }







        .main-tit .more:hover {
            color: #880015;
        }







.main-list li {
    line-height: 36px;
}







    .main-list li a {
        display: block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        color: #4d4d4d;
    }







        .main-list li a:hover {
            color: #880015;
        }







    .main-list li .date {
        float: right;
        font-size: 12px;
        color: #adadad;
    }







.index-slide .hd {
    background: url(../images/more1.png) no-repeat;
    width: 122px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    font-size: 12px;
}







    .index-slide .hd ul {
        display: inline-block;
        vertical-align: middle;
        margin-left: 5px;
    }







    .index-slide .hd li {
        display: inline-block;
        width: 13px;
        height: 13px;
        cursor: pointer;
        background: url(../images/dote2.png) no-repeat;
    }







        .index-slide .hd li.on {
            background: url(../images/dote2-on.png) no-repeat;
        }







.index-row1 {
    margin-top: 30px;
}







    .index-row1 .c1 {
        float: left;
        width: 765px;
    }







        .index-row1 .c1 .left-pic {
            float: left;
            width: 365px;
            margin-top: -10px;
        }







            .index-row1 .c1 .left-pic .date {
                font-size: 12px;
                color: #bbb;
                line-height: 20px;
            }







                .index-row1 .c1 .left-pic .date img {
                    vertical-align: middle;
                    margin-right: 5px;
                }







            .index-row1 .c1 .left-pic .tit {
                font-size: 22px;
                font-weight: bold;
                line-height: 30px;
                margin: 12px 0 30px;
                min-height: 60px;
            }



                .index-row1 .c1 .left-pic .tit a {
                    color: #000;
                }



            .index-row1 .c1 .left-pic .pic img {
                width: 100%;
                height: 210px;
            }







        .index-row1 .c1 .main-list {
            float: right;
            width: 380px;
            margin-top: -5px;
        }



            .index-row1 .c1 .main-list li {
                height: 36px;
            }



                .index-row1 .c1 .main-list li i {
                    float: left;
                    width: 10px;
                    height: 10px;
                    background: url(../images/zwp-ico.png) no-repeat left;
                    background-size: 100%;
                    margin-top: 13px;
                }







                .index-row1 .c1 .main-list li a {
                    padding-left: 10px;
                }



    .index-row1 .c2 {
        float: right;
        width: 400px;
    }







        .index-row1 .c2 .bd {
            height: 340px;
            overflow: hidden;
        }







        .index-row1 .c2 .hd {
            float: right;
            margin-right: 30px;
        }







        .index-row1 .c2 .item .headline {
            margin-bottom: 13px;
        }







            .index-row1 .c2 .item .headline .date {
                float: left;
                padding: 5px 5px 0;
                width: 50px;
                background: #d2e6da;
                text-align: center;
                font-family: 'Bahnschrift Regular';
            }







                .index-row1 .c2 .item .headline .date .d {
                    font-size: 24px;
                    color: #0a6846;
                    line-height: 1;
                    border-bottom: 1px solid #aacdbc;
                }







                .index-row1 .c2 .item .headline .date .y {
                    font-size: 20px;
                    color: #1b9600;
                    /*margin-top: 4px;*/
                }







            .index-row1 .c2 .item .headline .text {
            }



                .index-row1 .c2 .item .headline .text i {
                    float: left;
                    width: 10px;
                    height: 10px;
                    background: url(../images/zwp-ico.png) no-repeat left;
                    background-size: 100%;
                    margin-top: 13px;
                    margin-right: 10px;
                }



                .index-row1 .c2 .item .headline .text a {
                    /* color: #000;



  font-weight: bold;



  font-size: 22px;*/



                    line-height: 26px;
                }



                    .index-row1 .c2 .item .headline .text a span {
                        float: right
                    }





.index-row2 {
    margin: 30px 0;
    margin-top: 10px;
}







    .index-row2 .c1 {
        float: left;
        width: 765px;
    }







        .index-row2 .c1 .slide .hd {
            border-bottom: 1px solid red;
            line-height: 50px;
            margin-bottom: 20px;
        }







.index-row2 .c1 .slide .hd li {
    font-size: 20px;
    float: left;
    position: relative;
    top: 1px;
    color: #ef0d0d;
    border-bottom: 3px solid #ef0d0d;
}







                .index-row2 .c1 .slide .hd li:after {
                    content: '';
                    position: absolute;
                    left: 100%;
                    height: 17px;
                    width: 1px;
                    background: #dfdfdf;
                    top: 50%;
                    margin-top: -7px;
                }







            .index-row2 .c1 .slide .hd .on {
                color: #880015;
                border-bottom: 3px solid #880015;
            }







            .index-row2 .c1 .slide .hd .more {
                font-size: 14px;
                float: right;
                color: #6b6b6b;
            }







                .index-row2 .c1 .slide .hd .more:hover {
                    color: #880015;
                }







        .index-row2 .c1 .slide .bd .item .headline .pic {
            float: left;
            width: 340px;
            height: 130px;
        }







            .index-row2 .c1 .slide .bd .item .headline .pic img {
                width: 100%;
                height: 100%;
            }







        .index-row2 .c1 .slide .bd .item .headline .text {
            position: relative;
            height: 130px;
            margin-left: 360px;
        }







            .index-row2 .c1 .slide .bd .item .headline .text h6 {
                padding-top: 10px;
                font-weight: bold;
                font-size: 22px;
                line-height: 30px;
                height: 60px;
                overflow: hidden;
            }







                .index-row2 .c1 .slide .bd .item .headline .text h6 a {
                    color: #000;
                }







            .index-row2 .c1 .slide .bd .item .headline .text .date {
                position: absolute;
                bottom: 0;
                left: 0;
                font-size: 12px;
                color: #bbb;
                line-height: 20px;
            }







                .index-row2 .c1 .slide .bd .item .headline .text .date img {
                    margin-right: 5px;
                }







        .index-row2 .c1 .slide .bd .item .main-list {
            margin-top: 20px;
        }







            .index-row2 .c1 .slide .bd .item .main-list li {
                background: url(../images/zwp-ico.png) no-repeat left;
            }



                .index-row2 .c1 .slide .bd .item .main-list li a {
                    padding-left: 25px;
                }



                    .index-row2 .c1 .slide .bd .item .main-list li a span {
                        float: right;
                        color: #bbb;
                        font-size: 12px;
                    }







            .index-row2 .c1 .slide .bd .item .main-list .odd {
                float: right;
            }







    .index-row2 .c2 {
        float: right;
        width: 400px;
    }







        .index-row2 .c2 .headline .pic {
            float: left;
        }







            .index-row2 .c2 .headline .pic img {
                width: 190px;
                height: 105px;
            }







        .index-row2 .c2 .headline .text {
            margin-left: 200px;
        }







            .index-row2 .c2 .headline .text h6 {
                color: #000000;
                line-height: 36px;
                font-weight: bold;
            }



                .index-row2 .c2 .headline .text h6 a {
                    color: #000000;
                }



            .index-row2 .c2 .headline .text .desc {
                line-height: 24px;
                font-size: 14px;
            }







        .index-row2 .c2 .list {
            line-height: 36px;
            margin-top: -4px;
        }







            .index-row2 .c2 .list span {
                display: inline-block;
            }







            .index-row2 .c2 .list .name {
                color: #000;
            }







            .index-row2 .c2 .list .line {
                margin: 0 10px;
                color: #cdcdcd;
            }







.index-row3 {
    padding: 10px 0;
}







    .index-row3 .slide {
        padding: 16px;
        background: #f5f8f6;
        position: relative;
    }







        .index-row3 .slide .prev, .index-row3 .slide .next {
            position: absolute;
            top: 50%;
            margin-top: -25px;
            width: 50px;
            height: 50px;
            z-index: 9;
        }







        .index-row3 .slide .prev {
            left: -25px;
            background: url(../images/arr1-left.png);
        }







        .index-row3 .slide .next {
            right: -25px;
            background: url(../images/arr1-right.png);
        }







        .index-row3 .slide .bd {
            width: 100%;
            overflow: hidden;
        }







            .index-row3 .slide .bd li {
                float: left;
                width: 220px;
                height: 130px;
                margin-right: 16px;
            }







                .index-row3 .slide .bd li img {
                    width: 100%;
                    height: 100%;
                }







.index-row4 {
    margin: 30px 0;
}







    .index-row4 .index-slide .hd {
        position: absolute;
        right: 0;
        top: 15px;
        width: 77px;
        background: url(../images/more2.png) no-repeat;
    }







    .index-row4 .index-slide .bd {
        height: 200px;
    }







    .index-row4 .c1 {
        float: left;
        width: 775px;
        position: relative;
    }







        .index-row4 .c1 .item ul {
            margin: -4px -9px;
        }







        .index-row4 .c1 .item li {
            float: left;
            width: 33.3%;
        }







            .index-row4 .c1 .item li a {
                display: block;
                margin: 4px 9px;
                padding: 13px 11px;
                background: url(../images/kuang.png) left top no-repeat;
            }







            .index-row4 .c1 .item li .pic {
                float: left;
                width: 30px;
                height: 30px;
            }







                .index-row4 .c1 .item li .pic img {
                    width: 100%;
                    height: 100%;
                }







            .index-row4 .c1 .item li .text {
                margin-left: 45px;
                padding-left: 12px;
                line-height: 24px;
                border-left: 1px solid red;
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
            }







    .index-row4 .c2 {
        width: 100%;
        position: relative;
    }







        .index-row4 .c2 .main-tit {
            margin-bottom: 20px;
        }







.index-row5 ul {
    margin: 0 -50px 30px;
}







.index-row5 li {
    float: left;
    width: 25%;
    text-align: center;
}







    .index-row5 li a {
        display: inline-block;
        width: 182px;
        height: 122px;
        padding: 30px 0;
        background: url(../images/radius.png) no-repeat;
    }







        .index-row5 li a .pic {
            opacity: .5;
            filter: alpha(opacity=50);
            margin: 10px 0;
        }







        .index-row5 li a p {
            font-size: 20px;
        }







.index-row6 {
    margin-bottom: 20px;
}







    .index-row6 .slide {
        position: relative;
    }







        .index-row6 .slide .prev, .index-row6 .slide .next {
            position: absolute;
            top: 50%;
            margin-top: -25px;
            width: 50px;
            height: 50px;
            z-index: 9;
        }







        .index-row6 .slide .prev {
            left: -25px;
            background: url(../images/arr1-left.png);
        }







        .index-row6 .slide .next {
            right: -25px;
            background: url(../images/arr1-right.png);
        }







        .index-row6 .slide .bd {
            width: 100%;
            overflow: hidden;
        }







            .index-row6 .slide .bd li {
                float: left;
                width: 270px;
                margin-right: 40px;
                background: #f0f0f0;
            }







                .index-row6 .slide .bd li .pic {
                    height: 130px;
                }







                    .index-row6 .slide .bd li .pic img {
                        width: 100%;
                        height: 100%;
                    }







                .index-row6 .slide .bd li .text {
                    padding: 20px;
                    line-height: 30px;
                    height: 30px;
                    overflow: hidden;
                    white-space: nowrap;
                    text-overflow: ellipsis;
                }







.leftad {
    position: fixed;
    right: 50%;
    margin-right: 630px;
    top: 20%;
    z-index: 88;
}







.fixed-nav {
    position: fixed;
    z-index: 88;
    left: 50%;
    bottom: 20%;
    margin-left: 630px;
}







    .fixed-nav li {
        width: 60px;
        text-align: center;
        background: #ef0d0d;
        padding: 5px 0 10px;
        margin-bottom: 2px;
        font-size: 12px;
        color: #fff;
        cursor: pointer;
    }







        .fixed-nav li p {
            line-height: 1;
            color: #ffffff;
        }







    .fixed-nav .gotop {
        padding: 10px 0;
    }







.flinks {
    position: relative;
    z-index: 2;
    text-align: center;
    background: #f0f0f0;
    padding: 13px 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}







    .flinks .item {
        float: left;
        width: 24.5%;
        border-left: 1px solid #bfbfbf;
    }







        .flinks .item select {
            width: 80%;
            border: none;
            line-height: 26px;
            background: none;
        }







        .flinks .item.last {
            border-right: 1px solid #bfbfbf;
        }







.footer {
    min-width: 1200px;
    background: url(../images/footer.png) bottom center no-repeat;
    color: #fff;
    line-height: 24px;
    padding: 18px 0;
    font-size: 14px;
    background-size: 100%;
}







    .footer .text {
        float: left;
        margin-top: 10px;
    }







        .footer .text span {
            margin-right: 20px;
        }







    .footer .qr img {
        max-height: 70px;
    }







.news {
    background: #eff2f6;
    padding: 1px 0 30px;
}







    .news .news-row1 {
        margin: 30px 0;
        background: #fff;
    }







        .news .news-row1 .c1 {
            float: left;
            width: 670px;
        }







            .news .news-row1 .c1 .slide {
                position: relative;
            }







                .news .news-row1 .c1 .slide .prev, .news .news-row1 .c1 .slide .next {
                    position: absolute;
                    top: 50%;
                    margin-top: -28px;
                    width: 27px;
                    height: 56px;
                    z-index: 9;
                }







                .news .news-row1 .c1 .slide .prev {
                    left: 0;
                    background: url(../images/arr2-left.png);
                }







                .news .news-row1 .c1 .slide .next {
                    right: 0;
                    background: url(../images/arr2-right.png);
                }







                .news .news-row1 .c1 .slide .hd {
                    position: absolute;
                    bottom: 0;
                    padding: 10px;
                    z-index: 2;
                    right: 10px;
                }







                    .news .news-row1 .c1 .slide .hd li {
                        cursor: pointer;
                        margin: 0 5px;
                        display: inline-block;
                        width: 10px;
                        height: 10px;
                        background: url(../images/dote3.png) no-repeat;
                    }







                        .news .news-row1 .c1 .slide .hd li.on {
                            background: url(../images/dote3-on.png) no-repeat;
                        }







                .news .news-row1 .c1 .slide .bd li {
                    position: relative;
                }







                    .news .news-row1 .c1 .slide .bd li img {
                        width: 100%;
                        height: 400px;
                    }







                    .news .news-row1 .c1 .slide .bd li .text {
                        position: absolute;
                        bottom: 0;
                        left: 0;
                        right: 0;
                        z-index: 1;
                        padding: 0 10px;
                        line-height: 36px;
                        background: url(../images/opacity.png);
                        color: #fff;
                    }







        .news .news-row1 .c2 {
            float: right;
            width: 470px;
            margin-right: 30px;
        }







            .news .news-row1 .c2 .tit {
                font-size: 22px;
                margin-bottom: 20px;
            }



            .news .news-row1 .c2 .more {
                float: right;
                line-height: 50px;
            }



            .news .news-row1 .c2 .tit a {
                color: #000;
            }







    .news .news-row2 {
        padding: 26px 30px;
        background: #fff;
    }







        .news .news-row2 .c1 {
            float: left;
            width: 20px;
            padding: 24px 8px;
            height: 64px;
            text-align: center;
            line-height: 30px;
            color: #fff;
            background: url(../images/news-tit1.png) no-repeat;
        }







        .news .news-row2 .c2 {
            float: right;
            width: 1080px;
        }







            .news .news-row2 .c2 .slide {
                background: #f5f8f6;
                position: relative;
            }







                .news .news-row2 .c2 .slide .prev, .news .news-row2 .c2 .slide .next {
                    position: absolute;
                    top: 50%;
                    margin-top: -25px;
                    width: 50px;
                    height: 50px;
                    z-index: 9;
                }







                .news .news-row2 .c2 .slide .prev {
                    left: -25px;
                    background: url(../images/arr1-left.png);
                }







                .news .news-row2 .c2 .slide .next {
                    right: -25px;
                    background: url(../images/arr1-right.png);
                }







                .news .news-row2 .c2 .slide .bd {
                    width: 100%;
                    overflow: hidden;
                }







                    .news .news-row2 .c2 .slide .bd li {
                        float: left;
                        width: 200px;
                        height: 112px;
                        margin-right: 20px;
                    }







                        .news .news-row2 .c2 .slide .bd li img {
                            width: 100%;
                            height: 100%;
                        }







    .news .news-row3 {
        margin-top: 30px;
    }







        .news .news-row3 .c1 {
            float: left;
            width: 650px;
        }







            .news .news-row3 .c1 .slide {
                background: #fff;
                padding: 10px 30px;
            }







                .news .news-row3 .c1 .slide .hd {
                    border-bottom: 1px solid red;
                    line-height: 50px;
                    margin-bottom: 20px;
                }







                    .news .news-row3 .c1 .slide .hd li {
                        position: relative;
                        font-size: 20px;
                        float: left;
                        position: relative;
                        top: 1px;
                        padding: 0 13px;
                        cursor: pointer;
                        border-bottom: 3px solid transparent;
                    }







                        .news .news-row3 .c1 .slide .hd li:after {
                            content: '';
                            position: absolute;
                            left: 100%;
                            height: 17px;
                            width: 1px;
                            background: #dfdfdf;
                            top: 50%;
                            margin-top: -7px;
                        }







                    .news .news-row3 .c1 .slide .hd .on {
                        color: #880015;
                        border-bottom: 3px solid #880015;
                    }







                    .news .news-row3 .c1 .slide .hd .more {
                        font-size: 14px;
                        float: right;
                        color: #6b6b6b;
                    }







                        .news .news-row3 .c1 .slide .hd .more:hover {
                            color: #880015;
                        }







            .news .news-row3 .c1 .slide2 {
                margin: 30px 0;
            }







                .news .news-row3 .c1 .slide2 .bd .item {
                    padding: 10px 0;
                }







                .news .news-row3 .c1 .slide2 .bd dl {
                    margin-bottom: 28px;
                }







                    .news .news-row3 .c1 .slide2 .bd dl.last {
                        margin-bottom: 0;
                    }







                    .news .news-row3 .c1 .slide2 .bd dl dt {
                        float: left;
                        width: 180px;
                        height: 95px;
                    }







                        .news .news-row3 .c1 .slide2 .bd dl dt img {
                            width: 100%;
                            height: 100%;
                        }







                    .news .news-row3 .c1 .slide2 .bd dl dd {
                        margin-left: 200px;
                    }







                        .news .news-row3 .c1 .slide2 .bd dl dd h6 {
                            line-height: 40px;
                        }







                        .news .news-row3 .c1 .slide2 .bd dl dd .desc {
                            font-size: 14px;
                            line-height: 22px;
                            color: #999;
                        }







            .news .news-row3 .c1 .video-list {
                padding: 15px 30px;
                background: #fff;
            }







                .news .news-row3 .c1 .video-list .bd {
                    float: left;
                    width: 433px;
                }







                    .news .news-row3 .c1 .video-list .bd a {
                        position: relative;
                        display: block;
                    }







                        .news .news-row3 .c1 .video-list .bd a:before {
                            content: '';
                            position: absolute;
                            bottom: 0;
                            left: 0;
                            width: 100%;
                            height: 100%;
                            background: url(../images/opacity2.png) bottom center no-repeat;
                        }







                    .news .news-row3 .c1 .video-list .bd li {
                        position: relative;
                    }







                        .news .news-row3 .c1 .video-list .bd li .pic {
                            height: 250px;
                        }







                            .news .news-row3 .c1 .video-list .bd li .pic img {
                                width: 100%;
                                height: 100%;
                            }







                        .news .news-row3 .c1 .video-list .bd li .tit {
                            position: absolute;
                            left: 0;
                            right: 0;
                            bottom: 0;
                            padding: 10px 15px;
                            color: #fff;
                        }







                            .news .news-row3 .c1 .video-list .bd li .tit img {
                                vertical-align: middle;
                                margin-right: 10px;
                            }







                .news .news-row3 .c1 .video-list .hd {
                    float: right;
                    width: 135px;
                }







                    .news .news-row3 .c1 .video-list .hd li {
                        margin-bottom: 12px;
                        position: relative;
                        background: #000;
                    }







                        .news .news-row3 .c1 .video-list .hd li .pic {
                            width: 100%;
                            height: 75px;
                            filter: alpha(opacity=75);
                            opacity: .7;
                        }







                            .news .news-row3 .c1 .video-list .hd li .pic img {
                                width: 100%;
                                height: 100%;
                            }







                        .news .news-row3 .c1 .video-list .hd li .tit {
                            position: absolute;
                            left: 0;
                            width: 100%;
                            top: 50%;
                            margin-top: -10px;
                            text-align: center;
                        }







                        .news .news-row3 .c1 .video-list .hd li.on .pic {
                            filter: alpha(opacity=100);
                            opacity: 1;
                        }







                        .news .news-row3 .c1 .video-list .hd li.on .tit {
                            display: none;
                        }







        .news .news-row3 .c2 {
            float: right;
            width: 520px;
        }







            .news .news-row3 .c2 .important {
                background: #fff;
                padding: 10px 20px 30px;
            }







                .news .news-row3 .c2 .important h6 {
                    text-align: center;
                    margin-top: 20px;
                    line-height: 50px;
                }







            .news .news-row3 .c2 .list {
                margin-top: 30px;
                background: #fff;
                padding: 10px 20px;
            }







                .news .news-row3 .c2 .list .tit {
                    margin-top: 20px;
                    padding-left: 15px;
                    height: 32px;
                    line-height: 24px;
                    color: #fff;
                    margin-bottom: 20px;
                    background: url(../images/recommend-tit.png) left center no-repeat;
                }







                .news .news-row3 .c2 .list .pic-list ul {
                    margin: 0 -10px;
                }







                .news .news-row3 .c2 .list .pic-list li {
                    float: left;
                }







                    .news .news-row3 .c2 .list .pic-list li a {
                        margin: 10px;
                        display: block;
                        border: 1px solid #e2e2e2;
                    }







                    .news .news-row3 .c2 .list .pic-list li img {
                        width: 144px;
                        height: 200px;
                    }







.inner-banner {
    height: 300px;
    background: url(../images/inner-banner.jpg) center center no-repeat;
    min-width: 1200px;
}







.research {
    margin: 30px 0;
}







.research-list {
    margin: 0 -23px;
}







    .research-list .item {
        float: left;
        width: 33.3%;
    }







        .research-list .item .inner {
            margin: 23px;
            border: 1px solid #e6e8eb;
            box-shadow: 0 0 11px rgba(0, 0, 0, 0.1);
        }







        .research-list .item .pic {
            position: relative;
        }







            .research-list .item .pic:after {
                content: '';
                position: absolute;
                bottom: 0;
                left: 0;
                width: 100%;
                height: 20px;
                background: url(../images/opacity3.png) top center;
            }







            .research-list .item .pic img {
                width: 100%;
                height: 160px;
            }







        .research-list .item .text {
            position: relative;
            z-index: 2;
        }







            .research-list .item .text .tit {
                margin-top: 10px;
                margin-bottom: 15px;
                height: 20px;
                line-height: 20px;
                padding-left: 10px;
                border-left: 4px solid #880015;
                font-size: 18px;
                font-weight: bold;
            }



                .research-list .item .text .tit a {
                    color: #880015;
                }







            .research-list .item .text .text-list {
                height: 65px;
            }







                .research-list .item .text .text-list li {
                    white-space: nowrap;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    font-size: 14px;
                    padding: 0 15px;
                    line-height: 36px;
                }







            .research-list .item .text .text-list1 {
                height: 145px;
            }







                .research-list .item .text .text-list1 ul {
                    margin-right: -1px;
                    margin-bottom: 20px;
                }







                .research-list .item .text .text-list1 li {
                    float: left;
                    width: 50%;
                }







                    .research-list .item .text .text-list1 li a {
                        display: block;
                        margin-right: 1px;
                        margin-bottom: 1px;
                        background: #f5faf6;
                        font-size: 14px;
                        padding: 0 20px;
                        line-height: 40px;
                        transition: all ease .2s;
                    }







                        .research-list .item .text .text-list1 li a:hover {
                            position: relative;
                            z-index: 2;
                            transform: scale(1, 1.05);
                            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
                        }







            .research-list .item .text .more {
                text-align: center;
                padding: 22px 0;
            }







                .research-list .item .text .more a {
                    display: inline-block;
                    width: 84px;
                    height: 30px;
                    line-height: 30px;
                    text-align: center;
                    font-size: 12px;
                    border: 1px solid #e6e8eb;
                    transition: all ease .2s;
                }







                    .research-list .item .text .more a:hover {
                        color: #fff;
                        background: #037d37;
                        box-shadow: 0 0 10px rgba(3, 125, 55, 0.5);
                    }







.research-list1 {
    margin: 0 -23px;
}







    .research-list1 .item {
        float: left;
        width: 50%;
    }







        .research-list1 .item .inner {
            margin: 20px;
            border: 1px solid #e6e8eb;
            background: #f5f6f5;
            height: 248px;
            box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
        }







        .research-list1 .item .pic {
            position: relative;
            float: left;
            width: 110px;
            height: 100%;
        }







            .research-list1 .item .pic img {
                width: 100%;
                height: 100%;
            }







        .research-list1 .item .text {
            position: relative;
            float: right;
            width: 445px;
            z-index: 2;
        }







            .research-list1 .item .text .tit {
                position: relative;
                z-index: 1;
                width: 124px;
                height: 34px;
                line-height: 34px;
                font-size: 20px;
                color: #fff;
                margin-top: 20px;
                margin-left: -50px;
                background: url(../images/research-tit.png) no-repeat;
            }







            .research-list1 .item .text .text-list {
                margin-top: 20px;
                height: 145px;
            }







                .research-list1 .item .text .text-list li {
                    white-space: nowrap;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    font-size: 14px;
                    padding: 0 15px;
                    line-height: 36px;
                }







            .research-list1 .item .text .text-list1 {
                height: 135px;
                margin-top: 28px;
                margin-right: 30px;
            }







                .research-list1 .item .text .text-list1 ul {
                    margin-right: -1px;
                }







                .research-list1 .item .text .text-list1 li {
                    float: left;
                    width: 50%;
                }







                    .research-list1 .item .text .text-list1 li a {
                        display: block;
                        margin-right: 1px;
                        margin-bottom: 1px;
                        background: #fff;
                        font-size: 14px;
                        padding: 0 20px;
                        line-height: 40px;
                        transition: all ease .2s;
                    }







                        .research-list1 .item .text .text-list1 li a:hover {
                            position: relative;
                            z-index: 2;
                            background: #037d37;
                            color: #fff;
                            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
                        }







            .research-list1 .item .text .more {
                text-align: right;
            }







                .research-list1 .item .text .more a {
                    display: inline-block;
                    width: 90px;
                    height: 20px;
                    line-height: 20px;
                    text-align: center;
                    font-size: 12px;
                    transition: all ease .2s;
                    background: url(../images/more3.png) no-repeat;
                }







                    .research-list1 .item .text .more a:hover {
                        color: #0d5440;
                    }







.article p {
    line-height: 36px;
    margin: 30px 0;
}







.inner-tit {
    line-height: 60px;
}







    .inner-tit h6 {
        font-size: 22px;
        border-bottom: 1px solid #e0e0e0;
    }







    .inner-tit .bread {
        float: right;
        font-size: 12px;
        color: #000;
        padding-left: 20px;
        background: url(../images/icon-home.png) left center no-repeat;
    }







        .inner-tit .bread a {
            color: #000;
        }







        .inner-tit .bread span {
            margin: 0 5px;
        }







.inner-page {
    min-width: 1200px;
    background: url(../images/inner-bg.png) center top repeat-y;
}







    .inner-page .leftbar {
        position: relative;
        float: left;
        width: 250px;
    }







        .inner-page .leftbar .tit {
            position: absolute;
            top: -32px;
            width: 80%;
            padding-left: 20%;
            height: 80px;
            background: url(../images/leftbar-tit.png) no-repeat;
        }







            .inner-page .leftbar .tit h6 {
                padding-top: 15px;
                font-size: 26px;
                color: #fff;
            }







            .inner-page .leftbar .tit .line {
                margin-top: 10px;
                width: 56px;
                height: 1px;
                background: #fff;
            }







        .inner-page .leftbar .list {
            margin-top: 60px;
        }







            .inner-page .leftbar .list li {
                padding: 15px;
                background: #fff;
                margin-bottom: 1px;
                text-align: center;
                transition: all ease .2s;
            }







                .inner-page .leftbar .list li .icon {
                    display: inline-block;
                    width: 20px;
                    height: 20px;
                    vertical-align: middle;
                    background: url(../images/arr-right1.png) no-repeat center center;
                }







                .inner-page .leftbar .list li.on, .inner-page .leftbar .list li:hover {
                    background: #ef0d0d;
                }







                    .inner-page .leftbar .list li.on a, .inner-page .leftbar .list li:hover a {
                        color: #fff;
                    }







                        .inner-page .leftbar .list li.on a .icon, .inner-page .leftbar .list li:hover a .icon {
                            background: url(../images/arr-right1-on.png) center center no-repeat;
                        }







    .inner-page .right-con {
        float: right;
        width: 850px;
        padding: 20px 50px 60px 50px;
        min-height: 800px;
    }







    .inner-page .personnel {
        text-align: center;
    }







        .inner-page .personnel h6 {
            margin: 60px 0 20px;
            color: #0d5440;
            font-size: 18px;
            font-weight: bold;
        }







        .inner-page .personnel li {
            display: inline-block;
            text-align: center;
            margin: 15px;
            padding-bottom: 30px;
            background: url(../images/shadow.png) bottom center no-repeat;
        }







            .inner-page .personnel li a {
                padding: 40px;
                display: block;
                background: #e5eae7;
                border-radius: 5px;
                border: 1px solid #fff;
            }







                .inner-page .personnel li a img {
                    width: 100px;
                    height: 125px;
                }







                .inner-page .personnel li a .name {
                    margin-top: 10px;
                    color: #880015;
                    font-size: 18px;
                }







    .inner-page .leader .list {
        margin: 14px -14px;
    }







        .inner-page .leader .list li {
            float: left;
            width: 25%;
        }







            .inner-page .leader .list li a {
                display: block;
                margin: 14px;
                border: 1px solid #e4e7eb;
                padding: 10px;
                text-align: center;
            }







            .inner-page .leader .list li .pic img {
                width: 100%;
                height: 200px;
            }







            .inner-page .leader .list li .name {
                font-size: 18px;
                line-height: 30px;
                margin-top: 10px;
                color: #0d5440;
            }







            .inner-page .leader .list li .desc {
                line-height: 20px;
                color: #000;
                font-size: 14px;
                height: 40px;
                overflow: hidden;
            }







    .inner-page .detail .tit {
        margin: 35px 0;
        text-align: center;
        color: #3ab08f;
        line-height: 30px;
        font-size: 28px;
        font-weight: bold;
    }







    .inner-page .detail .info {
        font-size: 12px;
        margin: 20px 0;
        text-align: center;
    }







        .inner-page .detail .info span {
            color: #999999;
            margin: 0 20px;
        }







    .inner-page .detail .content {
        line-height: 40px;
    }







        .inner-page .detail .content img {
            max-width: 100%;
        }







    .inner-page .share {
        text-align: right;
        margin: 30px 0 50px;
    }







    .inner-page .recommend {
        margin-top: 20px;
    }







        .inner-page .recommend .title {
            padding-left: 15px;
            height: 32px;
            line-height: 24px;
            color: #fff;
            margin-bottom: 20px;
            background: url(../images/recommend-tit.png) left center no-repeat;
        }







        .inner-page .recommend dl {
            padding: 20px;
            border-top: 1px solid transparent;
            border-bottom: 1px solid transparent;
        }







            .inner-page .recommend dl dt {
                float: left;
                width: 220px;
                height: 120px;
            }







                .inner-page .recommend dl dt img {
                    width: 100%;
                    height: 100%;
                }







            .inner-page .recommend dl dd {
                margin-left: 240px;
            }







                .inner-page .recommend dl dd h6 {
                    line-height: 30px;
                    height: 90px;
                }







                .inner-page .recommend dl dd .info {
                    font-size: 14px;
                }







            .inner-page .recommend dl:hover {
                border-color: #e6e6e6;
                background: #f5faf8;
            }







#vsb_content_500 p, #vsb_content_4 P {
    line-height: 40px !important;
    font-size: 16px !important;
}











/* 历史沿革 */



.dpzw {
    font-size: 16px;
    line-height: 40px;
    text-align: justify;
    background: url(../images/zwline-ico.png) 25px repeat-y;
}







    .dpzw p {
        text-indent: 0 !important;
    }











    .dpzw .zw-tit {
        font-size: 30px;
        line-height: 43px;
        color: #0d5440;
        margin: 35px 0 15px 0;
        background: #fff;
    }







    .dpzw .zw-cont {
        margin-left: 65px;
    }







        .dpzw .zw-cont p {
            padding: 10px 0;
            background: url(../images/zwp-ico.png) -40px top no-repeat;
        }











        .dpzw .zw-cont #picoImg {
            float: left;
            margin-left: -47px;
            border: none !important;
            margin-top: 10px;
        }



        .dpzw .zw-cont img {
            border: none !important;
        }







/* 活动公告页面 */







.zxyg, .hdyg {
    overflow: hidden;
}







.zxyg-tit {
    height: 50px;
    line-height: 50px;
    background: #edf1f5;
    font-size: 16px;
    color: #0d5440;
    margin-bottom: 15px;
}



    .zxyg-tit .tit-ico {
        width: 12px;
        height: 100%;
        float: left;
        background: #0d5440;
        margin-right: 15px;
    }



    .zxyg-tit a {
        float: right;
        color: #333333;
        font-size: 14px;
        margin-right: 20px;
    }



.zxyg-img .bd {
    float: left;
    box-shadow: 0 0 14px #ccc;
    margin-top: 10px;
    margin-left: 2px;
}



    .zxyg-img .bd ul li {
        overflow: hidden;
    }



    .zxyg-img .bd ul img {
        width: 360px;
        height: 497px;
        margin: 20px;
    }



.zxyg-img .hd {
    float: right;
    width: 435px;
    padding-bottom: 5px;
    padding-right: 3px;
}



    .zxyg-img .hd ul li {
        float: right;
        box-shadow: 0 0 14px #ccc;
        margin-left: 13px;
        margin-top: 10px;
        overflow: hidden;
    }



        .zxyg-img .hd ul li img {
            width: 180px;
            height: 240px;
            margin: 12px;
        }



.hdyg {
    margin-top: 30px;
    padding-bottom: 5px;
}



.hdyg-tit {
    height: 50px;
    line-height: 50px;
    background: #edf1f5;
    font-size: 16px;
    color: #0d5440;
    margin-bottom: 15px;
}



    .hdyg-tit .tit-ico {
        width: 77px;
        height: 100%;
        float: left;
        background: url(../images/hdyg-ico1.png);
        margin-right: 15px;
    }



    .hdyg-tit .tit-ico1 {
        background: url(../images/hdyg-ico1.png);
    }



    .hdyg-tit .tit-ico2 {
        background: url(../images/hdyg-ico2.png);
    }



    .hdyg-tit .tit-ico3 {
        background: url(../images/hdyg-ico3.png);
    }











    .hdyg-tit a {
        float: right;
        color: #333333;
        font-size: 14px;
        margin-right: 20px;
    }







.hdyg-img ul li {
    float: left;
    box-shadow: 0 0 14px #ccc;
    margin-left: 3px;
    margin-top: 10px;
    margin-right: 5px;
    overflow: hidden;
}



    .hdyg-img ul li img {
        width: 180px;
        height: 240px;
        margin: 12px;
    }







/* 历任领导 */



.lrlead {
    background: #edf1f5;
    margin-top: 30px;
    position: relative;
    margin-left: 35px;
    height: 200px;
}







    .lrlead .pic {
        width: 165px;
        height: 200px;
        position: absolute;
        z-index: 999;
        left: -20px;
        top: -10px;
    }







        .lrlead .pic img {
            width: 100%;
            height: 200px;
        }







    .lrlead .name {
        margin-left: 165px;
        margin-top: 15px;
        float: left;
    }



        .lrlead .name a {
            line-height: 45px;
            color: #0d5440;
            font-size: 18px;
        }



    .lrlead .desc {
        margin-top: 15px;
        margin-right: 140px;
        float: right;
        width: 432px;
        line-height: 24px;
        font-size: 14px;
    }



    .lrlead hr {
        margin-top: 12px;
        display: block;
        float: left;
        width: 77%;
        margin-left: 165px;
        border: .7px dashed #c8c8c8;
    }







    .lrlead .abst {
        margin-left: 165px;
        float: left;
        font-size: 16px;
        line-height: 24px;
        padding-right: 30px;
        margin-top: 20px;
    }







    .lrlead .more {
        display: block;
        float: right;
        width: 88px;
        height: 25px;
        background: #fff;
        font-size: 12px;
        text-align: center;
        line-height: 25px;
        margin-right: 25px;
        margin-top: 15px;
    }







        .lrlead .more:hover {
            background: #0d5440;
            color: #fff;
        }







/* 组织机构页 */



.bmqh {
    width: 100%;
    height: 475px;
    margin-top: 50px;
    border: 1px solid #ccc;
    box-shadow: 0 0 14px #ccc;
}







    .bmqh .bm-tit ul li {
        width: 25%;
        height: 50px;
        float: left;
        text-align: center;
        line-height: 50px;
        color: #0d5440;
        font-size: 16px;
        background: #edf1f5;
    }



        .bmqh .bm-tit ul li.on {
            color: #fff;
            background: #0d5440;
        }



        .bmqh .bm-tit ul li:hover {
            color: #fff;
            background: #0d5440;
        }







    .bmqh .bm-list {
        margin: 80px 25px 0 25px;
        min-height: 360px;
    }



        .bmqh .bm-list ul li {
            background: #edf4f2;
            width: 245px;
            height: 35px;
            line-height: 35px;
            font-size: 14px;
            text-align: center;
            float: left;
            margin: 5px 10px;
        }











/* 表格翻页列表样式 */



.kjjl-table {
    margin: 20px auto;
    width: 100%;
    font-size: 14px;
    text-align: center;
    background-color: #d5e4e1;
}



    .kjjl-table td {
        border: 1px solid #fff;
        padding: 10px 3px 10px 3px;
        vertical-align: top;
    }







    .kjjl-table .fir-tr {
        background-color: #0d5440;
        font-weight: bold;
        color: #fff;
        height: 20px;
        line-height: 20px;
    }



    .kjjl-table tr td.li1 {
        width: 94px;
    }



    .kjjl-table tr td.li2 {
        width: 295px;
    }



    .kjjl-table tr td.li3 {
        width: 156px;
    }



    .kjjl-table tr td.li4 {
        width: 52px;
    }



    .kjjl-table tr td.li5 {
        width: 136px;
    }



    .kjjl-table tr td.li6 {
        width: 116px;
    }



    .kjjl-table tr td.li2 a:hover {
        color: #a53c2a;
    }







/*条件平台页 */



.pt-links {
    margin: 20px 0;
    overflow: hidden;
}



    .pt-links .pt-pic img {
        display: block;
        float: left;
        width: 200px;
        height: 200px;
    }



    .pt-links .pt-list {
        float: left;
        text-align: left;
        width: 1000px;
        background-color: #d5e4e1;
        padding: 7.5px 0;
    }



        .pt-links .pt-list ul li {
            float: left;
            width: 33.3%;
            height: 37px;
            line-height: 36px;
        }



            .pt-links .pt-list ul li a {
                display: block;
                margin: 0 16px;
                border-bottom: 1px solid #c2d5d4;
                white-space: nowrap;
                color: #000;
                font-size: 14px;
            }







/*专家列表页 */



.zhuanjia {
    padding: 30px 0;
}



    .zhuanjia li {
        width: 180px;
        height: 37px;
        line-height: 36px;
        float: left;
        background-color: #e5eae7;
        border: 1px solid #e5eae7;
        margin: 15px;
        border-radius: 20px;
        text-align: center;
    }



        .zhuanjia li a {
            font-size: 18px;
        }











.inner-page .leader h6 {
    text-align: center;
    margin-top: 30px;
    font-size: 20px;
    font-weight: bold;
    color: #0d5440;
}







/* 国际合作列表页 */



.list-gjhz {
    margin-top: 30px;
}



    .list-gjhz ul li {
        background: #edf4f2;
        width: 400px;
        height: 45px;
        line-height: 45px;
        font-size: 16px;
        text-align: center;
        float: left;
        margin: 15px 12px;
    }











/* 右侧固定通知 */



.fix-tongzhi {
    position: fixed;
    z-index: 88;
    width: 200px;
    padding: 10px;
    background: #0d5440;
    color: #fff;
    right: 50%;
    font-size: 14px;
    font-weight: bold;
    line-height: 32px;
    bottom: 20%;
    margin-right: 630px;
}



@media screen and (max-width:1200px) {



    .wrap {
        overflow: hidden;
    }







    .news {
        width: 1200px;
    }







    .flinks {
        width: 1200px;
    }
}











.index-row5 {
    margin: -10px 0;
}











.tongzhi ul li {
    line-height: 26px;
}



    .tongzhi ul li a {
        width: 350px;
        float: left;
        height: 65px;
        white-space: normal;
    }















.main-list li .new-list-ico {
    float: left;
    width: 10px;
    height: 10px;
    background: url(../images/zwp-ico.png) no-repeat left;
    background-size: 100%;
    margin-top: 13px;
}



.main-list .news-list li a {
    padding-left: 10px;
}











.fixed-nav li .ewm {
    display: none;
}



.fixed-nav li.wx1:hover .ewm {
    display: block;
}



.index-row1 .index-slide .hd {
    background: none;
}

.index-row1 .c2 .item .headline .date .d {
    font-size: 20px;
}

.index-row1 .c2 .item .headline .date .y {
}

.index-row1 .c2 .item .headline {
    margin-bottom: 6px;
}

.index-row1 .c2 .bd {
    height: 300px;
}

.index-row1 .c1 .main-tit li {
    padding: 0 13px;
    float: left;
    position: relative;
}

.index-row1 .c1 .main-tit h6 {
  /*  color: #000;
    border: none;*/
}

.index-row1 .c1 .main-tit li.on {
    border-bottom: 3px solid #880015;
}

    .index-row1 .c1 .main-tit li.on h6 {
        color: #880015;
    }

.index-row1 .c1 .hd li:after {
    content: '';
    position: absolute;
    left: 100%;
    height: 17px;
    width: 1px;
    background: #dfdfdf;
    top: 50%;
    margin-top: -7px;
}



@media screen and (max-width:700px) {



    .inner-page .leftbar {
        margin-top: 40px !important;
    }
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

    .pagination > li {
        display: inline;
    }

        .pagination > li > a,
        .pagination > li > span {
            position: relative;
            float: left;
            padding: 6px 12px;
            line-height: 1.42857;
            text-decoration: none;
            color: #3ab08f;
            background-color: #fff;
            border: 1px solid #ddd;
            margin-left: 2px;
        }

        .pagination > li:first-child > a,
        .pagination > li:first-child > span {
            margin-left: 0;
            border-bottom-left-radius: 4px;
            border-top-left-radius: 4px;
        }

        .pagination > li:last-child > a,
        .pagination > li:last-child > span {
            border-bottom-right-radius: 4px;
            border-top-right-radius: 4px;
        }

        .pagination > li > a:hover, .pagination > li > a:focus,
        .pagination > li > span:hover,
        .pagination > li > span:focus {
            z-index: 2;
            color: #880015;
            background-color: #eeeeee;
            border-color: #ddd;
        }

    .pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
    .pagination > .active > span,
    .pagination > .active > span:hover,
    .pagination > .active > span:focus {
        z-index: 3;
        color: #fff;
        background-color: #ef0d0d;
        border-color: #922a2a;
        cursor: default;
    }


.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}



/* Main Content 2025.7.10更新内容*/
:root {
    --primary: #e63946;
    --primary-dark: #c1121f;
    --secondary: #f1faee;
    --dark: #1d3557;
    --light: #f8f9fa;
    --gray: #495057;
    --border: #dee2e6;
}
.content-section {
    padding: 60px 0;
}

.section-title {
    text-align: center;
    margin-bottom: 40px;
    position: relative;
}

    .section-title h2 {
        font-size: 2.2rem;
        color: var(--dark);
        display: inline-block;
        padding-bottom: 15px;
    }

        .section-title h2::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 50%;
            transform: translateX(-50%);
            width: 80px;
            height: 4px;
            background-color: var(--primary);
        }

/* Two Column Layout */
.two-columns {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin-bottom: 40px;
}

.column {
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

    .column:hover {
        transform: translateY(-10px);
        box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    }

.column-header {
    background-color: var(--primary);
    color: white;
    padding: 15px 20px;
    font-size: 1.3rem;
    font-weight: bold;
}

.news-list {
    padding: 20px;
}

.news-item {
    padding: 15px 0;
    border-bottom: 1px solid var(--border);
}

    .news-item:last-child {
        border-bottom: none;
    }

.news-title {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 5px;
    color: var(--dark);
}

    .news-title a {
        color: inherit;
        text-decoration: none;
        transition: color 0.3s ease;
    }

        .news-title a:hover {
            color: var(--primary);
        }

.news-date {
    font-size: 0.9rem;
    color: var(--gray);
}

.more-link {
    display: block;
    text-align: right;
    margin-top: 15px;
    color: var(--primary);
    text-decoration: none;
    font-weight: 600;
}

/* Three Column Layout */
.three-columns {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}
        


