<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.voice_title_seek {
    width: 1200px;
    height: 60px;
    margin: 0 auto;
    margin-bottom: 20px;
}

.voice_title_box {
    width: 200px;
    height: 60px;
    border-bottom: 2px solid #9d9d9d;
    font-weight: 600;
    float: left;
}

.voice_title_text {
    width: 100px;
    height: 60px;
    font-size: 23px;
    border-bottom: 2px solid #F39E64;
    line-height: 60px;
}

.voice_seek_box {
    width: 980px;
    height: 60px;
    border: 1px solid #dadada;
    float: right;
    background-color: #F7F7F7;
    position: relative;
}

.voice_seek_input {
    width: 240px;
    height: 40px;
    border: 1px solid #dadada;
    margin-top: 10px;
    margin-left: 20px;
    display: inline-block;
}

.voice_seek_input input {
    outline: 0;
    background-color: transparent;
    border: 0;
    height: 30px;
}

.voice_list_info {
    width: 1200px;
    margin: 0 auto;
    margin-bottom: 20px;
}

.voice_list_box {
    float: left;
    margin-right: 20px;
    display: inline-block;
}

.voice_info_box {
    width: 980px;
    display: inline-block;
    background-color: white;
    padding-left: 5px;
}

.voice_list_text {
    width: 200px;
    height: 40px;
    margin-bottom: 2px;
    color: #666;
    font-size: 15px;
    line-height: 32px;
    padding-left: 20px;
    border: 1px solid #eeeeee;
    cursor: pointer;
}

.voice_list_text_color {
    color: #ee9662;
    border: 1px solid #ecba52;
    border-left: 2px solid #F39E64;
}

.voice_info_content {
    width: 235px;
    height: 280px;
    padding-top: 10px;
    padding-left: 10px;
    border-radius: 4px;
    display: inline-block;
    margin: 0 auto;
}

.voice_info_content:hover {
    -webkit-box-shadow: #dadada 0px 0px 8px;
    -moz-box-shadow: #dadada 0px 0px 8px;
    box-shadow: #dadada 0px 0px 8px;
}

.voice_info_content a {
    color: #333;
}

.voice_info_img {
    width: 215px;
    height: 170px;
    background-color: #93D1FF;
    position: relative;
}

.voice_info_img_shade {
    width: 215px;
    height: 90px;
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    color: white;
    font-size: 13px;
}

.voice_info_img_shade_text {
    width: 195px;
    height: 70px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-align: justify;
    margin: 0 auto;
    margin-top: 10px;
}

.voice_seek_input div {
    display: inline-block;
    cursor: pointer;
    font-size: 20px;
    line-height: 40px;
    width: 40px;
    height: 40px;
    text-align: center;
    color: #666;
}

.voice_info_title {
    width: 215px;
    height: 42px;
    margin-top: 17px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-align: justify;
    font-size: 15px;
}

.message_person_eva {
    width: 215px;
    margin-top: 10px;
    overflow: hidden;
}

.message_person_eva p {
    color: #8c8c8c;
    display: inline-block;
    font-size: 13px;
}

.voice_center {
    text-align: center;

}

.voice_top_img {
    width: 1200px;
    height: 200px;
    margin: 0 auto;
    margin-bottom: 30px;
}

.special_line_menu_box {
    width: 200px;
    margin: 0 auto;
    margin-top: 10px;
}

.menu_children_div {
    width: 200px;
    height: 38px;
    line-height: 38px;
    padding-left: 20px;
    color: #666;
}

.menu_children_div_color {
    background-color: #ECF6FF;
    border-left: 2px solid #00a3ff;
}

.special_line_menu {
    width: 200px;
    display: inline-block;
    background-color: white;
    float: left;
    margin-right: 20px;
}

.special_line_menu div {
    cursor: pointer;
}

.special_line_menu_title {
    height: 60px;
    font-size: 23px;
    border-bottom: 2px solid #00a3ff;
    line-height: 60px;
    font-weight: bold;
}

.voice_info_box_title {
    font-size: 17px;
    height: 60px;
    line-height: 70px;
    padding-left: 10px;
    /*margin-bottom: 16px;*/
    color: #666;
}</pre></body></html>