.ttw_manager_tab {
    width: 100%;
    overflow: hidden;
    border: 1px #EB5E23 solid;
    background: #EB5E23;
    height: 45px;
    line-height: 45px;
    color: #777777;
}

    .ttw_manager_tab li {
        float: left;
        width: 100px;
        border-right: 1px white solid;
        text-align: center;
        color: white;
        cursor: pointer;
        font-size: 16px;
    }

        .ttw_manager_tab li.selectedTab, .ttw_manager_tab li:hover {
            background-color: white;
            color: #EB5E23;
        }

.ttw_manager_list {
    width: 100%;
    min-height: 450px;
    position: relative;
    color: #777777;
    font-size: 14px;
}

    .ttw_manager_list li {
        height: 60px;
        border-bottom: 1px #e5e5e5 solid;
        padding: 15px 20px;
    }

        .ttw_manager_list li input {
            float: left;
            position: relative;
            top: 22px;
        }

        .ttw_manager_list li .topic {
            float: left;
            width: 600px;
            line-height: 28px;
            position: relative;
            top: 4px;
            margin-left: 14px;
            font-size: 12px;
        }

            .ttw_manager_list li .topic a {
                color: #777777;
                font-size: 16px;
            }

                .ttw_manager_list li .topic a:hover {
                    color: #EB5E23;
                }

            .ttw_manager_list li .topic .topic_info {
                width: 100%;
                /* background-color: yellowgreen; */
                position: relative;
                color: #b7b7b7;
            }

                .ttw_manager_list li .topic .topic_info span {
                    display: block;
                    float: left;
                }

                .ttw_manager_list li .topic .topic_info .author {
                    color: #EB5E23;
                    margin-right: 15px;
                }

                .ttw_manager_list li .topic .topic_info .public_time, .ttw_manager_list li .topic .topic_info .newest {
                    margin-right: 40px;
                }

                .ttw_manager_list li .topic .topic_info .zuijia[flag='false'] {
                    color: #EB5E23;
                }

        .ttw_manager_list li .num {
            float: left;
            width: 90px;
            text-align: center;
            height: 65px;
            line-height: 65px;
        }

            .ttw_manager_list li .num .num1 {
                color: #EB5E23;
            }

        .ttw_manager_list li .caozuo {
            float: left;
            /* background-color: yellowgreen; */
            width: 275px;
            text-align: center;
            /* height: 38px; */
            /* line-height: 65px; */
            margin-top: 14px;
        }

            .ttw_manager_list li .caozuo span {
                float: left;
                width: 120px;
                height: 36px;
                background-color: #EB5E23;
                line-height: 36px;
                font-size: 16px;
                border-radius: 5px;
                color: white;
                cursor: pointer;
            }

.searchItem {
    width: 715px;
    height: 50px;
    line-height: 35px;
    font-size: 16px;
    margin: 0 auto;
    float: right;
}

    .searchItem input[type='radio'] {
    }

    .searchItem .searchItem_text {
        width: 300px;
        height: 30px;
        line-height: 30px;
        position: relative;
        border: 1px #e5e5e5 solid;
        color: #777777;
        outline: none;
        margin-left: 30px;
    }

    .searchItem .btnSearch {
        display: block;
        float: right;
        width: 96px;
        height: 35px;
        line-height: 35px;
        background-color: #EB5E23;
        color: white;
        text-align: center;
        border-radius: 5px;
        cursor: pointer;
    }

.ttw_manager_btn {
    width: 100%;
    height: 70px;
    line-height: 30px;
    font-size: 16px;
}

    .ttw_manager_btn span {
        display: block;
        float: left;
        width: 100px;
        text-align: center;
        cursor: pointer;
        background-color: #EB5E23;
        margin-right: 30px;
        margin-top: 20px;
        border-radius: 5px;
        color: white;
        margin-left: 20px;
    }

.student_1view {
    display: none;
}
