﻿.solve-plan, .new-center {
    background: #FFF;
    min-width: 1200px;
    padding-top: 80px;
}

    .solve-plan .banner,
    .new-center .banner {
        width: 100%;
        height: 380px;
        position: relative;
        overflow: hidden;
    }

        .solve-plan .banner .banner-bg,
        .new-center .banner .banner-bg {
            height: 380px;
            margin: 0 auto;
            background: url(../images/resource/banner.png) no-repeat top center;
        }

        .solve-plan .banner .banner-button,
        .new-center .banner .banner-button {
            position: absolute;
            left: 0;
            right: 0;
            bottom: 94px;
            margin: 0 auto;
            width: 180px;
            font-size: 18px;
            text-align: center;
            padding: 17px 0;
            background: #0a75ea;
            color: #FFf;
            cursor: pointer;
        }

            .solve-plan .banner .banner-button:hover,
            .new-center .banner .banner-button:hover {
                background: #fff;
                color: #0a75ea;
                transition: background linear 500ms;
            }


    .solve-plan .article-list,
    .new-center .article-list {
        width: 1200px;
        margin: 30px auto 0;
    }

        .solve-plan .article-list .article-item,
        .new-center .article-list .article-item {
            width: 1200px;
            display: none;
        }

            .solve-plan .article-list .article-item.active,
            .new-center .article-list .article-item.active {
                display: block;
            }

            .solve-plan .article-list .article-item .article,
            .new-center .article-list .article-item .article {
                padding: 30px;
                border: 1px solid transparent;
                cursor: pointer;
            }

                .solve-plan .article-list .article-item .article .article-img,
                .new-center .article-list .article-item .article .article-img {
                    width: 300px;
                    height: 190px;
                }

                    .solve-plan .article-list .article-item .article .article-img img,
                    .new-center .article-list .article-item .article .article-img img {
                        cursor: pointer;
                    }

                .solve-plan .article-list .article-item .article .article-content,
                .new-center .article-list .article-item .article .article-content {
                    max-width: 870px;
                    height: 176px;
                    overflow: hidden;
                    flex: 1;
                    padding-left: 30px;
                    cursor: pointer;
                }

                    .solve-plan .article-list .article-item .article .article-content .article-name,
                    .new-center .article-list .article-item .article .article-content .article-name {
                        padding-top: 24px;
                        font-size: 24px;
                        color: #181818;
                        cursor: pointer;
                        padding-right: 100px;
                        position: relative;
                        white-space: nowrap;
                        overflow: hidden;
                        text-overflow: ellipsis;
                    }

                        .solve-plan .article-list .article-item .article .article-content .article-name span,
                        .new-center .article-list .article-item .article .article-content .article-name span {
                            position: absolute;
                            right: 0;
                            top: 31px;
                            font-size: 14px;
                            color: #b2b2b2;
                            margin: auto 0;
                            cursor: pointer;
                        }

                    .solve-plan .article-list .article-item .article .article-content .section-line,
                    .new-center .article-list .article-item .article .article-content .section-line {
                        width: 60px;
                        margin: 20px 0;
                        border-bottom: 4px solid #ededed;
                        cursor: pointer;
                    }

                    .solve-plan .article-list .article-item .article .article-content .item-abstract p,
                    .new-center .article-list .article-item .article .article-content .item-abstract p {
                        line-height: 1.7;
                        margin-bottom: 0;
                        font-size: 16px;
                        color: #999;
                        cursor: pointer;
                    }

                    .solve-plan .article-list .article-item .article .article-content .item-abstract span,
                    .new-center .article-list .article-item .article .article-content .item-abstract span {
                        line-height: 2;
                        font-size: 14px;
                        color: #999;
                        overflow: hidden;
                        text-overflow: ellipsis;
                        display: -webkit-box;
                        -webkit-line-clamp: 3;
                        -webkit-box-orient: vertical;
                        cursor: pointer;
                    }

                .solve-plan .article-list .article-item .article:hover,
                .new-center .article-list .article-item .article:hover {
                    border-color: #0a75ea;
                    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
                }

                    .solve-plan .article-list .article-item .article:hover .article-img,
                    .new-center .article-list .article-item .article:hover .article-img,
                    .solve-plan .article-list .article-item .article:hover .article-content,
                    .new-center .article-list .article-item .article:hover .article-content {
                        margin-bottom: 0;
                    }

                    .solve-plan .article-list .article-item .article:hover .article-name,
                    .new-center .article-list .article-item .article:hover .article-name {
                        color: #0a75ea;
                    }

            .solve-plan .article-list .article-item .list-line,
            .new-center .article-list .article-item .list-line {
                width: 1140px;
                margin: 30px auto;
                border-bottom: 1px solid #ededed;
            }

            .solve-plan .article-list .article-item:last-child .list-line,
            .new-center .article-list .article-item:last-child .list-line {
                display: none;
            }


.solve-plan-details {
    padding-top: 80px;
    background: #f7f7f7;
    padding-bottom: 1px;
}

    .solve-plan-details .solve-details-crumb {
        width: 1200px;
        margin: 30px auto;
        color: #999;
    }

        .solve-plan-details .solve-details-crumb span:first-child,
        .solve-plan-details .solve-details-crumb span:nth-child(2) {
            color: #0a75ea;
            cursor: pointer;
        }

            .solve-plan-details .solve-details-crumb span:first-child b,
            .solve-plan-details .solve-details-crumb span:nth-child(2) b {
                color: #999;
                margin: 0 2px;
            }

        .solve-plan-details .solve-details-crumb .no-type {
            display: none;
        }

    .solve-plan-details .solve-details {
        width: 1140px;
        margin: 0 auto 60px;
        background: #fff;
        padding: 30px 30px;
    }

        .solve-plan-details .solve-details .solve-details-item-name {
            font-size: 30px;
            color: #181818;
            margin-bottom: 20px;
        }

        .solve-plan-details .solve-details .solve-details-item-time {
            margin-bottom: 30px;
            padding-bottom: 30px;
            border-bottom: 1px solid #ededed;
        }

            .solve-plan-details .solve-details .solve-details-item-time > div {
                margin-right: 30px;
                font-size: 14px;
                color: #999;
            }

                .solve-plan-details .solve-details .solve-details-item-time > div i {
                    display: inline-block;
                    width: 16px;
                    height: 16px;
                    position: relative;
                    top: 2px;
                    margin-right: 10px;
                }

                .solve-plan-details .solve-details .solve-details-item-time > div:first-child i {
                    background: url(../images/resource/icon_1.png);
                    background-size: 100% 100%;
                }

                .solve-plan-details .solve-details .solve-details-item-time > div:nth-child(2) i {
                    background: url(../images/resource/icon_2.png);
                    background-size: 100% 100%;
                }

        .solve-plan-details .solve-details .solve-details-item-content {
            margin-bottom: 30px !important;
        }

            .solve-plan-details .solve-details .solve-details-item-content p {
                margin-bottom: 8px !important;
                line-height: 2 !important;
                font-size: 14px !important;
                color: #666 !important;
            }

            .solve-plan-details .solve-details .solve-details-item-content span {
                line-height: 2 !important;
                font-size: 14px !important;
                color: #666 !important;
            }

            .solve-plan-details .solve-details .solve-details-item-content strong {
                color: #181818 !important;
            }

            .solve-plan-details .solve-details .solve-details-item-content a {
                color: #0a75ea !important;
            }

        .solve-plan-details .solve-details .flip {
            width: 100%;
            padding: 24px 0;
            border-top: 1px solid #ededed;
        }

            .solve-plan-details .solve-details .flip > div {
                font-size: 14px;
                min-height: 14px;
                color: #181818;
                cursor: pointer;
            }

                .solve-plan-details .solve-details .flip > div span {
                    cursor: pointer;
                }

                .solve-plan-details .solve-details .flip > div i {
                    display: inline-block;
                    width: 12px;
                    height: 12px;
                    position: relative;
                    top: 1px;
                    cursor: pointer;
                }

                .solve-plan-details .solve-details .flip > div:hover {
                    color: #0a75ea;
                }

            .solve-plan-details .solve-details .flip .prev {
                float: left;
            }

                .solve-plan-details .solve-details .flip .prev i {
                    margin-right: 10px;
                    background: url(../images/resource/prev-icon.png);
                }

            .solve-plan-details .solve-details .flip .next {
                float: right;
            }

                .solve-plan-details .solve-details .flip .next i {
                    margin-left: 10px;
                    background: url(../images/resource/next-icon.png);
                }
