.news-box {
    background-color: #fff;
    padding: 0.2rem;
    border-radius: 0.15rem;
    border-bottom: 1px dotted #d1d1d1;
    flex: 1;
}

    .news-box .news-title {
        display: flex;
        align-items: center;
        color: #333;
        font-size: 0.32rem;
    }

        .news-box .news-title .news-tips {
            color: #249766;
        }

        .news-box .news-title .news-right {
            flex: 1;
        }

    .news-box .news-info {
        display: flex;
        align-items: center;
        margin-top: 0.1rem;
    }

        .news-box .news-info .news-imgbar .news-img {
            width: 2.4rem;
            height: 1.46rem;
            background-position: center center;
            background-repeat: no-repeat;
            background-size: cover;
            border-radius: 0.1rem;
            margin-right: 0.2rem;
            object-fit: cover;
        }

        .news-box .news-info .news-details {
            flex: 1;
            color: #6b6b6b;
        }

            .news-box .news-info .news-details .news-com {
                line-height: 0.36rem;
                font-size: 0.24rem;
            }

            .news-box .news-info .news-details .news-time {
                margin-top: 0.05rem;
                color: #000;
                display: flex;
                align-items: center;
                justify-content: flex-start;
                font-size: 0.24rem;
            }

                .news-box .news-info .news-details .news-time .source-title {
                    color: #249766;
                    flex: 1;
                }

                .news-box .news-info .news-details .news-time .news-time-txt {
                    color: #a0a0a0;
                }

.detail-swaper .course-info {
    padding: 0.4rem;
}

    .detail-swaper .course-info .course-title {
        font-size: 0.36rem;
        line-height: 0.5rem;
        color: #000;
        text-align: center;
        font-weight: bold;
    }

    .detail-swaper .course-info .course-content {
        text-indent: 0.5rem;
        line-height: 0.5rem;
        color: #333;
    }

.messageDetails-box {
    margin: 0.2rem;
}

    .messageDetails-box .head-card {
        padding: 0.2rem;
        background-color: #fff;
        border-radius: 0.2rem;
    }

        .messageDetails-box .head-card .message-head {
            display: flex;
            align-items: center;
        }

            .messageDetails-box .head-card .message-head .message-title {
                flex: 1;
            }

            .messageDetails-box .head-card .message-head .collect-icon {
                color: #dddddd;
            }

        .messageDetails-box .head-card .tips-txt {
            color: #949494;
            margin-top: 0.1rem;
        }

    .messageDetails-box .operation-dom {
        display: flex;
        align-items: center;
        justify-content: space-between;
        background-color: #fff;
        margin: 0.2rem 0;
        padding: 0.2rem;
        border-radius: 0.2rem;
    }

        .messageDetails-box .operation-dom .operation-btn {
            width: 1.5rem;
            height: 0.45rem;
            color: #249766;
            border: 1px solid #249766;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 0.4rem;
        }

        .messageDetails-box .operation-dom .operation-child {
            flex: 1;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #939393;
        }

            .messageDetails-box .operation-dom .operation-child .operation-img {
                width: 0.45rem;
                height: 0.45rem;
                background-color: #dddddd;
                border-radius: 50%;
                display: flex;
                align-items: center;
                justify-content: center;
                margin-right: 0.1rem;
            }

                .messageDetails-box .operation-dom .operation-child .operation-img .img-box1 {
                    width: 0.28rem;
                    margin-top: -0.05rem;
                }

                .messageDetails-box .operation-dom .operation-child .operation-img .img-box2 {
                    width: 0.3rem;
                    margin-top: -0.05rem;
                }

            .messageDetails-box .operation-dom .operation-child .is-box {
                background-color: #249766;
            }

            .messageDetails-box .operation-dom .operation-child .operation-txt {
                color: #249766;
            }

    .messageDetails-box .details-box {
        padding: 0.2rem;
        border-radius: 0.2rem;
        margin-top: 0.2rem;
        background-color: #fff;
    }

        .messageDetails-box .details-box .details-txt {
            font-style: oblique;
            font-weight: bold;
        }

            .messageDetails-box .details-box .details-txt span {
                color: #249766;
            }

        .messageDetails-box .details-box .details-content {
            color: #949494;
            margin-top: 0.2rem;
            width: 100%;
            word-break: break-all;
        }

            .messageDetails-box .details-box .details-content img {
                width: 100% !important;
                height: auto !important;
            }

        .messageDetails-box .details-box .clickNum {
            text-align: center;
            color: #1a66bc;
        }

.search-dom {
    padding: 0.2rem;
}

    .search-dom .searchInput {
        background-color: #ebebeb;
        height: 30px;
        width: 100%;
        border: 1px solid #ebebeb;
        margin-right: 15px;
        border-radius: 30px;
        overflow: hidden;
    }

    .search-dom #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-dom #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-clamp3 {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.trim {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.module-box {
    width: 100%;
    padding-top: 0.58rem;
    margin: 0px;
    background-color: #fff;
}

.module-head {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.module-title {
    display: flex;
    align-items: center;
}
