body,
html {
    background-color: #fff;
}

.boxBox {
    margin-top: 30px;
}

.new-box-line {
    padding: 0px 20px;
}

    .new-box-line .new-box {
        display: flex;
        background-color: #fff;
        border-radius: 10px;
        padding: 20px;
        cursor: pointer;
    }

        .new-box-line .new-box .detail {
            flex: 1;
        }

            .new-box-line .new-box .detail .title {
                font-weight: bold;
                margin-bottom: 10px;
                font-size: 16px;
            }

            .new-box-line .new-box .detail .con {
                font-size: 14px;
                color: #949494;
                line-height: 22px;
            }

        .new-box-line .new-box .infoOther {
            display: flex;
            font-size: 14px;
            margin-bottom: 8px;
            color: #333;
        }

            .new-box-line .new-box .infoOther .come {
                margin-right: 20px;
            }

        .new-box-line .new-box .img {
            display: inline-block;
            width: 186px;
            height: 107px;
            object-fit: cover;
            border-radius: 6px;
            margin-left: 20px;
        }

            .new-box-line .new-box .img img {
                width: 100%;
                height: 100%;
                object-fit: cover;
            }

        .new-box-line .new-box + .new-box {
            border-top: 1px dotted #e3e3e3;
            margin-top: 20px;
        }

    .new-box-line .swiper-button-next {
        background-color: rgba(0, 0, 0, 0.6);
        border-radius: 5px;
        font-weight: bold;
        top: 80px;
        right: 0px;
    }

    .new-box-line .swiper-button-prev {
        background-color: rgba(0, 0, 0, 0.6);
        border-radius: 5px;
        font-weight: bold;
        top: 80px;
        left: 0px;
    }

        .new-box-line .swiper-button-next:after,
        .new-box-line .swiper-button-prev:after {
            font-size: 14px;
            color: #fff;
        }

.sm-txt {
    font-size: 14px;
}

.news-line-swiper {
    display: flex;
}

    .news-line-swiper .module-content-fr {
        width: 300px;
        margin-left: 40px;
    }

        .news-line-swiper .module-content-fr .body-right-dom {
            margin-top: 20px;
            background-color: #fff;
            padding: 20px;
            border-radius: 10px;
        }

            .news-line-swiper .module-content-fr .body-right-dom .new-recommand {
                color: #333333;
                display: flex;
                justify-content: space-between;
                margin-bottom: 10px;
                cursor: pointer;
            }

                .news-line-swiper .module-content-fr .body-right-dom .new-recommand .title {
                    color: #333333;
                    flex: 1;
                }

                .news-line-swiper .module-content-fr .body-right-dom .new-recommand .recommand-head {
                    display: flex;
                    align-items: center;
                    font-style: oblique;
                }

                    .news-line-swiper .module-content-fr .body-right-dom .new-recommand .recommand-head span {
                        color: #249766;
                    }

                .news-line-swiper .module-content-fr .body-right-dom .new-recommand .see-all {
                    color: #949494;
                    display: flex;
                    align-items: center;
                }

                    .news-line-swiper .module-content-fr .body-right-dom .new-recommand .see-all .see-all-txt {
                        margin-right: 5px;
                    }

                    .news-line-swiper .module-content-fr .body-right-dom .new-recommand .see-all:hover {
                        color: #249766;
                    }

                        .news-line-swiper .module-content-fr .body-right-dom .new-recommand .see-all:hover i {
                            border-color: #249766;
                        }

                .news-line-swiper .module-content-fr .body-right-dom .new-recommand:last-child {
                    margin-bottom: unset;
                }

            .news-line-swiper .module-content-fr .body-right-dom span {
                color: #949494;
            }

            .news-line-swiper .module-content-fr .body-right-dom .circle {
                border-radius: 21px;
                border: 1px solid #949494;
                margin-left: 10px;
                padding: 2px;
                padding-left: 3px;
            }

    .news-line-swiper .module-content-fl {
        flex: 1;
    }

        .news-line-swiper .module-content-fl .search-dom {
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 0 20px;
            margin-top: 20px;
        }

            .news-line-swiper .module-content-fl .search-dom .condition-dom {
                display: flex;
            }

            .news-line-swiper .module-content-fl .search-dom .condition-box {
                display: flex;
                align-items: center;
            }

                .news-line-swiper .module-content-fl .search-dom .condition-box .condition-child {
                    padding: 0 10px;
                    cursor: pointer;
                }

                .news-line-swiper .module-content-fl .search-dom .condition-box .select-condition {
                    color: #249766;
                }

            .news-line-swiper .module-content-fl .search-dom .paging-box {
                display: flex;
                align-items: center;
            }

                .news-line-swiper .module-content-fl .search-dom .paging-box .paging-operation-icon {
                    font-size: 20px;
                    color: #a0a0a0;
                }

                .news-line-swiper .module-content-fl .search-dom .paging-box .paging-num-box {
                    display: flex;
                    align-items: center;
                    margin: 0 30px;
                }

                    .news-line-swiper .module-content-fl .search-dom .paging-box .paging-num-box .paging-num {
                        color: #249766;
                    }

        .news-line-swiper .module-content-fl .new-box-line {
            padding: 0px 20px;
        }

            .news-line-swiper .module-content-fl .new-box-line .new-box {
                display: flex;
                background-color: #fff;
                border-radius: 10px;
                padding: 20px 30px;
                cursor: pointer;
            }

                .news-line-swiper .module-content-fl .new-box-line .new-box .detail {
                    flex: 1;
                }

                    .news-line-swiper .module-content-fl .new-box-line .new-box .detail .title {
                        font-weight: bold;
                        margin-bottom: 10px;
                        font-size: 16px;
                    }

                    .news-line-swiper .module-content-fl .new-box-line .new-box .detail .con {
                        font-size: 14px;
                        color: #949494;
                        line-height: 22px;
                    }

                .news-line-swiper .module-content-fl .new-box-line .new-box .infoOther {
                    display: flex;
                    font-size: 14px;
                    margin-bottom: 8px;
                    color: #333;
                }

                    .news-line-swiper .module-content-fl .new-box-line .new-box .infoOther .come {
                        margin-right: 20px;
                    }

                .news-line-swiper .module-content-fl .new-box-line .new-box .img {
                    display: inline-block;
                    width: 186px;
                    height: 107px;
                    object-fit: cover;
                    border-radius: 6px;
                    margin-left: 20px;
                    border-radius: 10px;
                    overflow: hidden;
                }

                    .news-line-swiper .module-content-fl .new-box-line .new-box .img img {
                        width: 100%;
                        height: 100%;
                        object-fit: cover;
                    }

                .news-line-swiper .module-content-fl .new-box-line .new-box + .new-box {
                    border-top: 1px dotted #e3e3e3;
                    margin-top: 20px;
                }

            .news-line-swiper .module-content-fl .new-box-line .swiper-button-next {
                background-color: rgba(0, 0, 0, 0.6);
                border-radius: 5px;
                font-weight: bold;
                top: 80px;
                right: 0px;
            }

            .news-line-swiper .module-content-fl .new-box-line .swiper-button-prev {
                background-color: rgba(0, 0, 0, 0.6);
                border-radius: 5px;
                font-weight: bold;
                top: 80px;
                left: 0px;
            }

                .news-line-swiper .module-content-fl .new-box-line .swiper-button-next:after,
                .news-line-swiper .module-content-fl .new-box-line .swiper-button-prev:after {
                    font-size: 14px;
                    color: #fff;
                }

.new-box-detail {
    margin-top: 20px;
    padding: 0px;
}

.detail-add .new-detail-ss {
    background-color: #fff;
    border-radius: 10px;
    padding: 40px 20px 20px;
}

.detail-add .info-title-ss {
    text-align: center;
    font-size: 30px;
}

.detail-add .base-row {
    display: flex;
    align-items: center;
    margin: 10px 0;
    font-size: 14px;
}

    .detail-add .base-row .base-row-left {
        flex: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        line-height: 16px;
        margin-left: -20px;
    }

        .detail-add .base-row .base-row-left .base-row-child {
            position: relative;
            padding: 0 20px;
        }

            .detail-add .base-row .base-row-left .base-row-child:after {
                position: absolute;
                right: 0px;
                top: 0px;
                content: "|";
            }

            .detail-add .base-row .base-row-left .base-row-child:last-child:after {
                content: "";
            }

    .detail-add .base-row .collect-txt {
        color: #00a2ff;
        cursor: pointer;
    }

    .detail-add .base-row .not-collect {
        color: #949494;
        cursor: pointer;
    }

    .detail-add .base-row .mag-right {
        margin-right: 20px;
    }

.detail-add .orgin {
    font-size: 14px;
}

.detail-add .info-text-ss {
    font-weight: bold;
    font-size: 16px;
}

.detail-add .info-source {
    color: #9899a0;
    font-size: 12px;
}

.detail-add .info-body {
    display: flex;
    margin-top: 30px;
}

.detail-add .info-img {
    width: 719px;
    height: 403px;
    border-radius: 0.2rem;
}

.detail-add .info-content {
    font-size: 16px;
    font-family: MicrosoftYaHei;
    justify-content: space-between;
    line-height: 35px;
}
/*
.detail-add p {
    text-indent: 0px !important;
}
*/
.detail-add .content-one {
    text-indent: 30px;
}

.searchInput {
    background-color: #ebebeb;
    height: 30px;
    width: 350px;
    border: 1px solid #ebebeb;
    margin-right: 15px;
    border-radius: 30px;
    overflow: hidden;
}

#search_keywords {
    background: #ebebeb none repeat scroll 0 0;
    border: 0 none;
    color: #919191;
    float: left;
    font-family: "Microsoft Yahei", "SimHei", Tahoma, Helvetica, Arial, sans-serif;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    padding: 0 0 0 5px;
    width: 300px;
    outline: none;
}

#search_submit {
    background: url("../img/search_button.png") no-repeat scroll 9px 7px;
    border: 0 none;
    float: right;
    height: 30px;
    margin: 0;
    padding: 0;
    width: 35px;
}

.line-clamp2 {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.trim {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
