.article-detail {
    padding-bottom: 85px;
}

.flex-main {
    display: flex;
    justify-content: space-between;
}

    .flex-main article {
        width: 1006px;
    }

        .flex-main article .title {
            font-size: 24px;
            font-weight: bold;
            color: #222222;
        }

        .flex-main article .props {
            display: flex;
        }


        .flex-main article .props {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 25px 0;
            border-bottom: 1px solid #E5E5E5;
        }

            .flex-main article .props > div {
                display: flex;
                align-items: center;
                font-size: 14px;
                color: #666666;
            }

            .flex-main article .props .tags {
                font-size: 16px;
                color: #4C9ED9;
                flex: 1;
            }

                .flex-main article .props .tags > img {
                    margin-right: 10px;
                }

                .flex-main article .props .tags a {
                    font-size: 16px;
                    color: #4C9ED9;
                }

            .flex-main article .props .prop {
                margin-left: 60px;
            }

        .flex-main article .content {
            padding: 30px 0;
            font-size: 16px;
            line-height: 35px;
            color: #333333;
        }

            .flex-main article .content img {
                max-width: 100%;
                height: auto;
            }

        .flex-main article .tips {
            font-size: 14px;
            color: #333333;
            padding: 30px 0;
        }

        .flex-main article .other > div {
            padding: 10px 0;
            font-size: 14px;
            color: #333333;
        }

            .flex-main article .other > div:hover {
                color: #4C9ED9;
            }

            .flex-main article .other > div > a {
                font-size: 14px;
                color: #333333;
            }

            .flex-main article .other > div:hover > a {
                color: #4C9ED9;
            }

        .flex-main article .projects {
            padding: 60px 0 0;
        }

            .flex-main article .projects .title {
                font-size: 18px;
                color: #333333;
            }

            .flex-main article .projects .list {
                padding: 30px 0 0;
            }

                .flex-main article .projects .list .item {
                    width: 448px;
                    height: 425px;
                    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.13);
                    margin-right: 40px;
                    margin-bottom: 30px;
                }

                    .flex-main article .projects .list .item:nth-child(3n) {
                        margin-right: 0;
                    }

                    .flex-main article .projects .list .item .img {
                        width: 448px;
                        height: 205px;
                        position: relative;
                        display: flex;
                        justify-content: center;
                        align-items: center;
                    }

                        .flex-main article .projects .list .item .img > img {
                            width: 448px;
                            height: 205px;
                        }

                        .flex-main article .projects .list .item .img .tag {
                            width: 156px;
                            height: 42px;
                            background-image: url(../img/tag.png);
                            background-size: 156px 42px;
                            background-repeat: no-repeat;
                            position: absolute;
                            left: -6px;
                            top: 7px;
                            padding: 8px 15px 0;
                            font-size: 18px;
                            color: #4C9ED9;
                            overflow: hidden;
                            white-space: nowrap;
                            text-overflow: ellipsis;
                        }

                    .flex-main article .projects .list .item .info {
                        display: flex;
                        flex-direction: column;
                        align-items: center;
                        justify-content: center;
                        padding: 30px 0 30px;
                    }

                        .flex-main article .projects .list .item .info .name {
                            font-size: 20px;
                            font-weight: bold;
                            color: #4C9ED9;
                        }

                        .flex-main article .projects .list .item .info .desc {
                            font-size: 16px;
                            color: #666666;
                            margin-top: 15px;
                        }

                    .flex-main article .projects .list .item .btn-actions {
                        display: flex;
                        justify-content: space-between;
                        padding: 35px 30px;
                        border-top: 1px dashed #D2D2D2;
                    }

                        .flex-main article .projects .list .item .btn-actions > a {
                            display: flex;
                            justify-content: center;
                            align-items: center;
                            width: 116px;
                            height: 37px;
                            border: 1px solid #535353;
                            font-size: 14px;
                            color: #535353;
                        }

    .flex-main aside {
        width: 356px;
    }

.adsiver {
    width: 356px;
    height: 397px;
    background: #FFFFFF;
    box-shadow: 0px 0px 3px 0px rgba(42, 22, 0, 0.1);
}

    .adsiver .title {
        padding: 30px 0 20px;
        font-size: 24px;
        font-weight: bold;
        color: #4C9ED9;
        text-align: center;
    }

    .adsiver .form-horizontal {
        padding: 0 20px;
    }

        .adsiver .form-horizontal .form-group {
            display: flex;
            align-items: center;
            justify-content: flex-end;
            padding: 10px 0;
        }

            .adsiver .form-horizontal .form-group > label {
                font-size: 14px;
                color: #333333;
                margin-right: 10px;
            }

                .adsiver .form-horizontal .form-group > label > span {
                    font-size: 14px;
                    color: #4C9ED9;
                }

        .adsiver .form-horizontal .form-control {
            height: 42px;
            width: 232px;
            border: 1px solid #F8F8F8;
            border-radius: 8px;
            outline: none;
            padding: 0 1em;
            background-color: #F8F8F8;
        }


        .adsiver .form-horizontal .country-code {
            height: 42px;
            width: 232px;
            border: 1px solid #F8F8F8;
            border-radius: 8px;
            outline: none;
            padding: 0 1em;
            background-color: #F8F8F8;
        }

    .adsiver .form-tips {
        padding: 10px 80px 0 115px;
        font-size: 14px;
        color: #D80922;
    }


    .adsiver .form-btns {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 30px 0 30px;
    }

        .adsiver .form-btns > button {
            width: 300px;
            height: 45px;
            background: #4C9ED9;
            border-radius: 8px;
            display: flex;
            justify-content: center;
            align-items: center;
            font-size: 16px;
            color: #FFFFFF;
            margin: 0 50px;
            outline: none;
            border: none;
            cursor: pointer;
        }

.recommend .title {
    padding: 30px 0;
    font-size: 20px;
    font-weight: bold;
    color: #222222;
}

.recommend .list .item {
    border-bottom: 1px dashed #E5E5E5;
    height: 40px;
    display: flex;
    align-items: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
}

    .recommend .list .item:hover a {
        color: #4C9ED9;
    }

    .recommend .list .item:before {
        content: "";
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background-color: #666666;
        margin-right: 10px;
        flex-shrink: 0;
    }



@media (max-width: 1480px) {
    .adsiver .form-tips {
        padding: 10px 28px 0px 50px;
        text-align: center;
    }

    .flex-main article {
        width: 70%
    }

    .flex-main aside {
        width: 27%
    }

    .adsiver {
        width: 100%
    }

    .article-detail {
        padding-bottom: 60px
    }
}

@media (max-width: 1250px) {
    .flex-main aside {
        width: 34%
    }

    .flex-main article {
        width: 64%
    }

    .article-detail {
        padding-bottom: 50px
    }
}

@media (max-width: 1100px) {
    .adsiver .adsiver-title {
        padding: 15px 25px 15px;
        font-size: 18px;
    }

    .flex-main article .title {
        font-size: 18px;
    }

    .article-detail {
        padding-bottom: 30px
    }
}

.hot-tags .title {
    padding: 30px 0;
    font-size: 20px;
    font-weight: bold;
    color: #222222;
}

.hot-tags .list {
    display: flex;
    flex-wrap: wrap;
}

    .hot-tags .list .item {
        border-bottom: 1px dashed #E5E5E5;
        height: 40px;
        line-height: 40px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: 14px;
        width: 33.3333%;
    }

        .hot-tags .list .item:before {
            content: "";
            width: 6px;
            height: 6px;
            border-radius: 50%;
            background-color: #666666;
            margin-right: 10px;
            display: inline-block;
        }

        .hot-tags .list .item:hover a {
            color: #4C9ED9;
        }

.flex-other {
    display: flex;
    justify-content: space-between;
    padding-top: 30px;
}

    .flex-other .relevant {
        width: 400px;
    }

        .flex-other .relevant .relevant-title {
            font-size: 18px;
            color: #333333;
            padding: 13px 0;
            border-bottom: 1px solid #EBEBEB;
        }

    .flex-other .swiper-container {
        width: 400px;
    }

        .flex-other .swiper-container .swiper-slide {
            width: 400px;
        }

            .flex-other .swiper-container .swiper-slide .item {
                display: flex;
                margin-top: 20px;
                cursor: pointer;
            }

                .flex-other .swiper-container .swiper-slide .item .img {
                    width: 115px;
                    height: 77px;
                    flex-shrink: 0;
                }

                    .flex-other .swiper-container .swiper-slide .item .img > img {
                        width: 115px;
                        height: 77px;
                    }

                .flex-other .swiper-container .swiper-slide .item .info {
                    margin-left: 15px;
                    flex: 1;
                    overflow: hidden;
                }

                    .flex-other .swiper-container .swiper-slide .item .info .name {
                        font-size: 14px;
                        font-weight: bold;
                        color: #555;
                        overflow: hidden;
                        text-overflow: ellipsis;
                        white-space: nowrap;
                        display: block;
                    }

                .flex-other .swiper-container .swiper-slide .item:hover .info .name {
                    color: #4C9ED9;
                }

                .flex-other .swiper-container .swiper-slide .item .info .desc {
                    font-size: 14px;
                    line-height: 24px;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    display: -webkit-box;
                    -webkit-line-clamp: 2;
                    -webkit-box-orient: vertical;
                    height: 48px;
                    margin-top: 12px;
                }

    .flex-other .newest {
        width: 570px;
    }

        .flex-other .newest .newest-title {
            font-size: 18px;
            color: #333333;
            padding: 13px 0;
            border-bottom: 1px solid #EBEBEB;
        }

        .flex-other .newest .list {
            display: flex;
            flex-wrap: wrap;
        }

            .flex-other .newest .list .item {
                width: 50%;
                height: 40px;
            }

                .flex-other .newest .list .item a {
                    height: 40px;
                    line-height: 40px;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    white-space: nowrap;
                    display: block;
                    font-size: 14px;
                    color: #666666;
                    padding-right: 20px;
                }

                    .flex-other .newest .list .item a:hover {
                        color: #4C9ED9;
                    }

.slogan img {
    width: 100%;
}
