﻿.layout {
    width: 1200px;
}

.cms {
    background-color: #f9f9f9;
    padding-bottom: 30px;
}


    .cms .breadcrumb ul > li,
    .cms .breadcrumb ul > li > a {
        font-size: 14px;
        font-weight: 400;
        color: #777777;
    }

        .cms .breadcrumb ul > li.active {
            font-size: 14px;
            font-weight: 500;
            color: #333333;
        }

    .cms .tags-box .tags-group {
        background: #FFFFFF;
        margin-bottom: 30px;
        display: flex;
        align-items: flex-start;
        padding: 25px 20px 25px 20px;
    }

        .cms .tags-box .tags-group:last-child {
            margin-bottom: 0;
        }

        .cms .tags-box .tags-group .group-name {
            display: flex;
            align-items: center;
            font-size: 40px;
            font-weight: 500;
            color: #333333;
        }

            .cms .tags-box .tags-group .group-name::before {
                content: "";
                width: 8px;
                height: 30px;
                background: #4C9ED9;
                margin-right: 30px;
            }

        .cms .tags-box .tags-group .group-list {
            padding-left: 30px;
            display: flex;
            flex-wrap: wrap;
            flex: 1;
            overflow: hidden;
            height: 52px;
        }

            .cms .tags-box .tags-group .group-list a.tag {
                font-size: 16px;
                font-weight: 500;
                color: #333333;
                margin: 0 30px 15px 0;
            }

        .cms .tags-box .tags-group .group-more {
            display: flex;
            align-items: center;
            font-size: 14px;
            font-weight: 500;
            color: #4C9ED9;
        }

            .cms .tags-box .tags-group .group-more::after {
                content: "";
                width: 18px;
                height: 18px;
                background-image: url(../img/cms/more.png);
                background-size: 100% 100%;
                margin-left: 4px;
            }

    .cms .group-box {
        background: #FFFFFF;
        border-radius: 8px;
    }

        .cms .group-box .group-name {
            display: flex;
            align-items: center;
            font-size: 40px;
            font-weight: 500;
            color: #333333;
            padding: 35px 20px;
        }

            .cms .group-box .group-name::before {
                content: "";
                width: 8px;
                height: 30px;
                background: #4C9ED9;
                margin-right: 30px;
            }

        .cms .group-box .group-list {
            display: flex;
            flex-wrap: wrap;
            padding: 0 90px 0 105px;
        }

            .cms .group-box .group-list a.tag {
                font-size: 16px;
                font-weight: 500;
                color: #333333;
                margin: 0 30px 25px 0;
            }

        .cms .group-box .pagenation {
            padding: 0 0 30px;
        }

    .cms .flex-tag {
        display: flex;
        justify-content: space-between;
    }

        .cms .flex-tag .tag-main {
            width: 850px;
        }

            .cms .flex-tag .tag-main .ad {
                margin-bottom: 30px;
            }

                .cms .flex-tag .tag-main .ad > a {
                    display: block;
                }

                .cms .flex-tag .tag-main .ad img {
                    max-width: 100%;
                    height: auto;
                }

            .cms .flex-tag .tag-main .tag-baseinfo {
                background: #FFFFFF;
                border-radius: 8px;
                padding: 20px;
                margin-bottom: 40px;
            }

                .cms .flex-tag .tag-main .tag-baseinfo .tag-name {
                    font-size: 18px;
                    font-weight: 500;
                    color: #333333;
                }

                .cms .flex-tag .tag-main .tag-baseinfo .tag-description {
                    font-size: 14px;
                    font-weight: 500;
                    color: #777777;
                    line-height: 30px;
                    margin-top: 10px;
                }

            .cms .flex-tag .tag-main .article-list {
                padding: 0 0 0;
            }

                .cms .flex-tag .tag-main .article-list .item {
                    background: #FFFFFF;
                    border-radius: 8px;
                    padding: 0 20px;
                    margin-bottom: 30px;
                }


                    .cms .flex-tag .tag-main .article-list .item:last-child {
                        margin-bottom: 0px;
                    }

                    .cms .flex-tag .tag-main .article-list .item .item-title {
                        display: flex;
                        justify-content: space-between;
                        align-items: center;
                        padding: 20px 0;
                    }

                        .cms .flex-tag .tag-main .article-list .item .item-title.item-before::before {
                            content: "";
                            width: 4px;
                            height: 16px;
                            background: #4C9ED9;
                            margin-right: 10px;
                        }

                        .cms .flex-tag .tag-main .article-list .item .item-title .title {
                            font-size: 18px;
                            font-weight: 500;
                            color: #333333;
                            flex: 1;
                            overflow: hidden;
                            text-overflow: ellipsis;
                            white-space: nowrap;
                        }

                        .cms .flex-tag .tag-main .article-list .item .item-title .preview {
                            font-size: 14px;
                            font-weight: 500;
                            color: #4C9ED9;
                            display: flex;
                            align-items: center;
                        }

                            .cms .flex-tag .tag-main .article-list .item .item-title .preview::after {
                                content: "";
                                width: 18px;
                                height: 18px;
                                background-image: url(../img/cms/more.png);
                                background-size: 100% 100%;
                                background-position: center;
                                margin-left: 4px;
                            }

                    .cms .flex-tag .tag-main .article-list .item .item-props {
                        display: flex;
                        align-items: center;
                    }

                        .cms .flex-tag .tag-main .article-list .item .item-props .keywords {
                            display: flex;
                            align-items: center;
                        }

                            .cms .flex-tag .tag-main .article-list .item .item-props .keywords .keyword {
                                display: flex;
                                align-items: center;
                                height: 20px;
                                background: rgba(223,180,121,0.17);
                                border-radius: 4px;
                                padding: 0 8px;
                                font-size: 14px;
                                font-weight: 500;
                                color: #4C9ED9;
                                margin-right: 12px;
                            }

                        .cms .flex-tag .tag-main .article-list .item .item-props .pubdate {
                            display: flex;
                            align-items: center;
                            padding: 0 10px;
                            font-size: 14px;
                            font-weight: 400;
                            color: #AAAAAA;
                        }

                    .cms .flex-tag .tag-main .article-list .item .item-content {
                        font-size: 16px;
                        font-weight: 400;
                        color: #333333;
                        line-height: 24px;
                        padding: 20px 0;
                    }

        .cms .flex-tag .tag-aside {
            width: 310px;
        }

            .cms .flex-tag .tag-aside .assess-box {
                background: #FFFFFF;
                border-radius: 8px;
                padding: 20px;
            }

                .cms .flex-tag .tag-aside .assess-box .title {
                    font-size: 18px;
                    font-weight: bold;
                    color: #4C9ED9;
                    text-align: center;
                }

                .cms .flex-tag .tag-aside .assess-box .form-group {
                    display: flex;
                    align-items: center;
                    margin-top: 20px;
                }

                    .cms .flex-tag .tag-aside .assess-box .form-group:nth-child(1)::before {
                        content: "";
                        width: 18px;
                        height: 18px;
                        background-image: url(../img/cms/user.png);
                        background-size: 16px 17px;
                        background-repeat: no-repeat;
                        background-position: center;
                        margin-right: 4px;
                    }

                    .cms .flex-tag .tag-aside .assess-box .form-group:nth-child(2)::before {
                        content: "";
                        width: 18px;
                        height: 18px;
                        background-image: url(../img/cms/code.png);
                        background-size: 16px 16px;
                        background-repeat: no-repeat;
                        background-position: center;
                        margin-right: 4px;
                    }

                    .cms .flex-tag .tag-aside .assess-box .form-group:nth-child(3)::before {
                        content: "";
                        width: 18px;
                        height: 18px;
                        background-image: url(../img/cms/tel.png);
                        background-size: 18px 18px;
                        background-repeat: no-repeat;
                        background-position: center;
                        margin-right: 4px;
                    }

                    .cms .flex-tag .tag-aside .assess-box .form-group .form-required {
                        font-size: 14px;
                        font-weight: 500;
                        color: #333333;
                        margin-right: 4px;
                    }

                        .cms .flex-tag .tag-aside .assess-box .form-group .form-required::after {
                            content: none;
                        }

                    .cms .flex-tag .tag-aside .assess-box .form-group .form-control {
                        width: 212px;
                        height: 36px;
                        background: #F8F8F8;
                        border-radius: 4px;
                        outline: none;
                        border: none;
                        padding: 0 10px;
                    }

                    .cms .flex-tag .tag-aside .assess-box .form-group .country-code {
                        width: 212px;
                        height: 36px;
                        background-color: #F8F8F8;
                        border-radius: 4px;
                        border: none;
                    }

                .cms .flex-tag .tag-aside .assess-box .form-tips {
                    font-size: 12px;
                    font-weight: 500;
                    color: #EA6161;
                    padding: 20px 0;
                    text-align: center;
                }

                .cms .flex-tag .tag-aside .assess-box .form-btns .btn-assess {
                    width: 270px;
                    height: 44px;
                    background: linear-gradient(90deg, #8CC9F5 0%, #4C9ED9 100%);
                    border-radius: 4px;
                    outline: none;
                    border-left: 0;
                    border-top: 0;
                    border-right: 0;
                    border-bottom: 6px solid #D2A66A;
                    font-size: 16px;
                    font-weight: 500;
                    color: #FFFFFF;
                    cursor: pointer;
                }

            .cms .flex-tag .tag-aside .card-last {
                background: #FFFFFF;
                border-radius: 8px;
                margin-top: 40px;
                padding: 0 20px;
            }

            .cms .flex-tag .tag-aside .card-hot {
                background: #FFFFFF;
                border-radius: 8px;
                margin-top: 30px;
                padding: 0 20px;
            }

            .cms .flex-tag .tag-aside .card-recommend {
                background: #FFFFFF;
                border-radius: 8px;
                margin-top: 30px;
                padding: 0 20px;
            }

            .cms .flex-tag .tag-aside .card-tag {
                background: #FFFFFF;
                border-radius: 8px;
                margin-top: 30px;
                padding: 0 20px;
            }


            .cms .flex-tag .tag-aside .card-title {
                height: 68px;
                display: flex;
                align-items: center;
                border-bottom: 1px solid #D8D8D8;
                font-size: 18px;
                font-weight: 500;
                color: #333333;
            }

                .cms .flex-tag .tag-aside .card-title::before {
                    content: "";
                    width: 28px;
                    height: 28px;
                    background-size: 100% 100%;
                    background-position: center;
                    background-repeat: no-repeat;
                    margin-right: 4px;
                }

            .cms .flex-tag .tag-aside .card-last .card-title::before {
                background-image: url(../img/cms/last.png);
                background-size: 27px 23px;
            }

            .cms .flex-tag .tag-aside .card-hot .card-title::before {
                background-image: url(../img/cms/hot.png);
                background-size: 21px 25px;
            }

            .cms .flex-tag .tag-aside .card-recommend .card-title::before {
                background-image: url(../img/cms/recommend.png);
                background-size: 28px 28px;
                margin-bottom: 2px;
            }

            .cms .flex-tag .tag-aside .card-tag .card-title::before {
                background-image: url(../img/cms/tag.png);
                background-size: 19px 25px;
            }

            .cms .flex-tag .tag-aside .card-title > span {
                flex: 1;
            }

            .cms .flex-tag .tag-aside .card-title::after {
                content: "";
                width: 24px;
                height: 24px;
                background-image: url(../img/cms/link.png);
                background-size: 10px 16px;
                background-repeat: no-repeat;
                background-position: center;
            }

            .cms .flex-tag .tag-aside .article-list {
                padding-bottom: 20px;
            }

                .cms .flex-tag .tag-aside .article-list .item {
                    margin-top: 10px;
                    display: flex;
                    align-items: center;
                    overflow: hidden;
                }

                    .cms .flex-tag .tag-aside .article-list .item a {
                        flex: 1;
                        font-size: 16px;
                        font-weight: 500;
                        color: #4C9ED9;
                        overflow: hidden;
                        text-overflow: ellipsis;
                        white-space: nowrap;
                    }

                    .cms .flex-tag .tag-aside .article-list .item span {
                        font-size: 14px;
                        font-weight: bold;
                        color: #AAAAAA;
                        margin-left: 20px;
                    }

            .cms .flex-tag .tag-aside .tag-list {
                padding-bottom: 20px;
                display: flex;
                flex-wrap: wrap;
                padding-top: 6px;
            }

                .cms .flex-tag .tag-aside .tag-list .item {
                    width: 128px;
                    height: 20px;
                    line-height: 20px;
                    background: rgba(223,180,121,0.17);
                    border-radius: 4px;
                    margin-right: 14px;
                    margin-top: 14px;
                    padding: 0 5px;
                }

                    .cms .flex-tag .tag-aside .tag-list .item:nth-child(2n) {
                        margin-right: 0;
                    }

                    .cms .flex-tag .tag-aside .tag-list .item > a {
                        font-size: 14px;
                        font-weight: 500;
                        color: #4C9ED9;
                        display: block;
                        overflow: hidden;
                        text-overflow: ellipsis;
                        white-space: nowrap;
                        text-align: center;
                    }


        .cms .flex-tag .tag-main .article-baseinfo {
            background-color: #fff;
            padding: 0 20px 60px;
            border-radius: 8px;
        }


            .cms .flex-tag .tag-main .article-baseinfo .article-title {
                font-size: 24px;
                font-weight: 500;
                color: #333333;
                padding: 15px 0;
            }


            .cms .flex-tag .tag-main .article-baseinfo .article-props {
                display: flex;
                align-items: center;
                padding-bottom: 20px;
            }

                .cms .flex-tag .tag-main .article-baseinfo .article-props .prop {
                    font-size: 14px;
                    font-weight: 400;
                    color: #AAAAAA;
                    margin-right: 45px;
                    display: flex;
                    align-items: center;
                }

                    .cms .flex-tag .tag-main .article-baseinfo .article-props .prop img {
                        width: 16px;
                        height: 16px;
                        margin-right: 4px;
                    }

                    .cms .flex-tag .tag-main .article-baseinfo .article-props .prop:nth-child(3) img {
                        width: 18px;
                        height: 12px;
                    }

                    .cms .flex-tag .tag-main .article-baseinfo .article-props .prop .prop-source {
                        color: #4C9ED9;
                    }

            .cms .flex-tag .tag-main .article-baseinfo .article-keywords {
                display: flex;
                align-items: center;
                padding: 30px 0;
            }

                .cms .flex-tag .tag-main .article-baseinfo .article-keywords .keyword {
                    display: flex;
                    align-items: center;
                    height: 20px;
                    background: rgba(223,180,121,0.17);
                    border-radius: 4px;
                    padding: 0 8px;
                    font-size: 14px;
                    font-weight: 500;
                    color: #4C9ED9;
                    margin-right: 12px;
                }

            .cms .flex-tag .tag-main .article-baseinfo .article-content {
                font-size: 16px;
                font-weight: 400;
                color: #333333;
                line-height: 24px;
            }


                .cms .flex-tag .tag-main .article-baseinfo .article-content img {
                    max-width: 100%;
                }

            .cms .flex-tag .tag-main .article-baseinfo .disclaimer {
                background: #F8F8F8;
                border: 1px solid #D8D8D8;
                font-size: 14px;
                font-weight: 500;
                color: #AAAAAA;
                line-height: 20px;
                padding: 20px;
            }



            .cms .flex-tag .tag-main .article-baseinfo .other {
                display: flex;
                justify-content: space-between;
                margin-top: 30px;
            }

                .cms .flex-tag .tag-main .article-baseinfo .other .prev,
                .cms .flex-tag .tag-main .article-baseinfo .other .next {
                    display: flex;
                    align-items: center;
                    width: 397px;
                    height: 48px;
                    background: #F8F8F8;
                    padding: 0 20px;
                    font-size: 14px;
                    font-weight: 400;
                    color: #333333;
                }

                    .cms .flex-tag .tag-main .article-baseinfo .other .prev a,
                    .cms .flex-tag .tag-main .article-baseinfo .other .next a {
                        font-size: 14px;
                        font-weight: 400;
                        color: #333333;
                        flex: 1;
                        display: flex;
                        align-items: center;
                        cursor: pointer;
                        overflow: hidden;
                    }

                    .cms .flex-tag .tag-main .article-baseinfo .other .prev span,
                    .cms .flex-tag .tag-main .article-baseinfo .other .next span {
                        font-size: 14px;
                        font-weight: 400;
                        color: #333333;
                        overflow: hidden;
                        text-overflow: ellipsis;
                        white-space: nowrap;
                        flex: 1;
                    }

                    .cms .flex-tag .tag-main .article-baseinfo .other .prev label::before {
                        content: "";
                        width: 20px;
                        height: 20px;
                        background-image: url(../img/cms/prev.png);
                        background-size: 11px 10px;
                        background-position: center center;
                        background-repeat: no-repeat;
                        margin-right: 4px;
                    }

                    .cms .flex-tag .tag-main .article-baseinfo .other .prev label {
                        margin-right: 13px;
                        flex-shrink: 0;
                        display: flex;
                        align-items: center;
                    }

                    .cms .flex-tag .tag-main .article-baseinfo .other .prev a label {
                        cursor: pointer;
                    }

                    .cms .flex-tag .tag-main .article-baseinfo .other .next label::after {
                        content: "";
                        width: 20px;
                        height: 20px;
                        background-image: url(../img/cms/next.png);
                        background-size: 11px 10px;
                        background-position: center center;
                        background-repeat: no-repeat;
                        margin-left: 4px;
                    }

                    .cms .flex-tag .tag-main .article-baseinfo .other .next label {
                        margin-left: 13px;
                        flex-shrink: 0;
                        display: flex;
                        align-items: center;
                    }

                    .cms .flex-tag .tag-main .article-baseinfo .other .next a label {
                        cursor: pointer;
                    }

            .cms .flex-tag .tag-main .article-baseinfo .relevant .relevant-title {
                font-size: 18px;
                font-weight: 500;
                color: #333333;
                display: flex;
                align-items: center;
                padding: 35px 0 0;
            }

                .cms .flex-tag .tag-main .article-baseinfo .relevant .relevant-title::before {
                    content: "";
                    width: 4px;
                    height: 18px;
                    background: #4C9ED9;
                    margin-right: 8px;
                }

            .cms .flex-tag .tag-main .article-baseinfo .relevant .relevant-list {
                display: flex;
                flex-wrap: wrap;
                justify-content: space-between;
            }

                .cms .flex-tag .tag-main .article-baseinfo .relevant .relevant-list .item {
                    width: 397px;
                    display: flex;
                    align-items: center;
                    margin-top: 15px;
                }

                    .cms .flex-tag .tag-main .article-baseinfo .relevant .relevant-list .item::before {
                        content: "";
                        width: 6px;
                        height: 6px;
                        background: #4C9ED9;
                        border-radius: 50%;
                        margin-right: 5px;
                    }

                    .cms .flex-tag .tag-main .article-baseinfo .relevant .relevant-list .item > a {
                        font-size: 12px;
                        font-weight: 400;
                        color: #333333;
                        overflow: hidden;
                        text-overflow: ellipsis;
                        white-space: nowrap;
                        flex: 1;
                    }

                    .cms .flex-tag .tag-main .article-baseinfo .relevant .relevant-list .item > span {
                        font-size: 14px;
                        font-weight: 400;
                        color: #AAAAAA;
                        margin-left: 20px;
                    }
