﻿.cases-banner {
    background: url(/images/news-banner.jpg) no-repeat center;
    background-size: cover
}

    .cases-banner .banner-text {
        max-width: 1220px;
        margin: 0 auto;
        color: #fff;
        padding-top: 150px;
        padding-bottom: 99px
    }

        .cases-banner .banner-text h2 {
            font-size: 60px;
            line-height: 1;
            font-weight: bold
        }

        .cases-banner .banner-text p {
            padding: 42px 0 62px 0;
            font-size: 16px;
            line-height: 30px;
            width: 800px;
        }

        .cases-banner .banner-text a {
            display: block;
            width: 17.9085%;
            height: 60px;
            background: #ea363f;
            border-radius: 30px;
            padding: 4px;
            box-sizing: border-box
        }

            .cases-banner .banner-text a:hover strong {
                color: #fff
            }

            .cases-banner .banner-text a strong {
                height: 100%;
                display: block;
                border-radius: 25px;
                border: 1px dashed #fad3d5;
                font-size: 30px;
                font-weight: bold;
                color: #cedae6;
                text-align: center;
                line-height: 50px
            }

.bj {
    padding-top: 50px;
    background: #f6f6f7;
}

.newsfl {
    background: #ffffff;
    border-radius: 20px;
    padding: 45px;
    width: 1400px;
    position: relative;
    z-index: 1;
    margin-left: auto;
    margin-right: auto;
}



    .newsfl ul {
        margin: 0 auto;
        display: table
    }

        .newsfl ul li {
            width: 180px;
            height: 60px;
            float: left;
            margin: 0 65px
        }

            .newsfl ul li a {
                width: 100%;
                height: 100%;
                border-radius: 20px;
                font-size: 20px;
                color: #888888;
                line-height: 60px;
                text-align: center;
                display: block;
                transition: all linear 0.3s
            }

            .newsfl ul li:hover a {
                background: #fb4536;
                color: #fff;
                font-weight: bold
            }

        .newsfl ul .active a {
            background: #fb4536;
            color: #fff;
            font-weight: bold
        }


#n_news2 {
    margin-top: 40px;
    padding-bottom: 86px;
}

    #n_news2 ul {
    }

        #n_news2 ul li {
            position: relative;
            height: 150px;
            border-bottom: 1px solid #eaebef;
        }

            #n_news2 ul li .riqi {
                position: absolute;
                width: 92px;
                height: 78px;
                top: 35px;
                border: 2px solid #eaebef;
                font-size: 36px;
                color: #303032;
                box-sizing: border-box;
                text-align: center;
                font-family: arial;
                padding-top: 12px;
            }

                #n_news2 ul li .riqi span {
                    display: block;
                    font-size: 12px;
                    color: #303032;
                    font-family: arial;
                }

            #n_news2 ul li .txt {
                padding-left: 80px;
                margin-left: 46px;
                height: 150px;
                padding-right: 20px;
            }

                #n_news2 ul li .txt h5 {
                    padding-top: 38px;
                    margin-bottom: 18px;
                    font-size: 16px;
                    color: #171616;
                }

                #n_news2 ul li .txt p {
                    font-size: 12px;
                    color: #9c9f9f;
                    line-height: 20px;
                    height: 40px;
                    overflow: hidden;
                }

            #n_news2 ul li:hover {
                border-bottom: 1px solid #fff;
            }

                #n_news2 ul li:hover .txt {
                    background: #f3f3f4;
                }

                #n_news2 ul li:hover .riqi {
                    background: #d80930;
                    border: 2px solid #d80930;
                    color: #fff;
                }

                    #n_news2 ul li:hover .riqi span {
                        color: #fff;
                    }

            #n_news2 ul li h5:hover {
                color: #111;
            }

.btn.i {
    display: block;
    width: 88px;
    height: 30px;
    transition: .3s;
    -webkit-transition: .3s;
    overflow: hidden;
}

    .btn.i i {
        width: 88px;
        height: 30px;
        background: #fff;
        color: #525458;
        line-height: 28px;
        text-align: center;
        border: 1px solid #eee;
        font-size: 14px;
        color: #a7a7a7;
        display: block;
        transition: .8s;
        -webkit-transition: .8s;
    }

    .btn.i.btn.i i:first-child {
        background: #d80930;
        border: 1px solid #d80930;
        color: #fff;
        margin-top: -30px;
    }



.n_news {
    padding-top: 40px;
    background: #f6f6f7;
}

    .n_news .m {
        padding-top: 1px;
    }

    .n_news ul {
        overflow: hidden;
    }

        .n_news ul li {
            width: 42%;
            margin-left: 6%;
            float: left;
            margin-bottom: 60px;
        }

    .n_news .newspic {
        padding: 45px 0;
        width: 1400px;
        position: relative;
        z-index: 1;
        margin-left: auto;
        margin-right: auto;
    }

        .n_news .newspic li {
            border-radius: 20px;
            overflow: hidden;
            transition: all linear 0.3s
        }

            .n_news .newspic li .pic {
                height: auto;
                overflow: hidden;
                display: block
            }

                .n_news .newspic li .pic img {
                    width: 100%;
                    max-width: 600px;
                    display: block
                }

            .n_news .newspic li .text {
                background: #fff;
                padding: 40px 31px;
                margin-top: -10px;
                position: relative
            }

                .n_news .newspic li .text h4 a {
                    font-size: 22px;
                    color: #1d1d1f;
                    font-weight: normal;
                    text-overflow: ellipsis;
                    white-space: nowrap;
                    overflow: hidden;
                    display: block;
                    transition: all linear 0.3s
                }

                .n_news .newspic li .text span {
                    font-size: 18px;
                    color: #575c66;
                    display: block;
                    margin-top: 21px
                }

            .n_news .newspic li:hover {
                box-shadow: 0 10px 32px rgba(29,29,31,0.12)
            }

                .n_news .newspic li:hover .text h4 a {
                    color: #f3392b
                }

.n_news_xq {
    padding-bottom: 72px;
    overflow: hidden;
}
.contentdiv {
    width: 1200px;
    margin: 0 auto;
    display: block;
}
.newscontent {
    font-size: 14px;
    color: #535354;
    line-height: 36px;
    text-align: justify;
}

