<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


/* body {
    background: #F9F9F9;
} */

body {
    background: #F1F2F8;
}

#advisory-box {
    width: 100%;
    height: 100%;
}

a {
    text-decoration: none;
    color: #333
}

li {
    list-style: none;
}


.head-box {
    width: 100%;
    height: 40px;
    color: #fff;
    background: #222222;
    line-height: 40px;
}

.head-msg {
    width: 1200px;
    margin: 0 auto;
}
      
.Nav{
    width: 100%;
    height: 95px;
    background-color: #fff;
}
.Nav_1200{
    width: 1200px;
    margin: auto;
    display: flex;
}
.Nav_1200&gt;a{
    background: url(../images/logo-new.png) no-repeat;
    width: 230px;
    height: 48px;
    float: left;
    margin-top: 24px;
}
.Nav_1200 img{
    width: 275px;
    /* height: 95px;  */
    padding: 23.5px 0;
}
.ul{
    list-style: none;
    display: flex;
    font-size: 16px;
    height: 95px;
}
.ul li{
    margin-left: 50px;
    position: relative;
}
.li{
    /* border: 1px solid #ededed; */
    box-shadow: 0 0 5px #ededed;
}
.ul li&gt;a{
    color: #333;
    height: 95px;
    display: inline-block;
    line-height: 95px;
    margin: 0 24px;
}
.Navxia{
    position: relative;
    /* font-weight: bold; */
}
.Navxia::after{
    position: absolute;
    content: '';
    width: 24px;
    height: 4px;
    left: 28px;
    bottom:25px;
    margin-left: 0px;
    background-color: #222860;
    border-radius: 5px;
} 
.NavKe{
    position: absolute;
    left: 0px;
    background-color: #fff;
    width: 120px;
    text-align: center;
    top: 93px;
    display: none;
    border: 1px solid #eee;
    border-top: none;
    z-index: 100;
}
.NavKe a{
    display: block;
    color: #000;
    width: 120px;
    height: 45px;
    line-height: 45px;
}
.NavKe a:last-child{
    margin-bottom: 40px;
}
.NavKe a:hover{
    color:#fff !important;
    background-color: #222860 !important;
}
.NavKe1{
    position: absolute;
    left: 0px;
    background-color: #fff;
    width: 152px;
    text-align: center;
    top: 93px;
    display: none;
    border: 1px solid #eee;
    border-top: none;
    z-index: 100;
}
.NavKe1 a{
    display: block;
    color: #000;
    width: 152px;
    height: 45px;
    line-height: 45px;
}
.NavKe1 a:last-child{
    margin-bottom: 40px;
}
.NavKe1 a:hover{
    color:#fff !important;
    background-color: #222860 !important;
}
.NavKe2{
    position: absolute;
    left: 0px;
    background-color: #fff;
    width: 120px;
    text-align: center;
    top: 93px;
    display: none;
    border: 1px solid #eee;
    border-top: none;
    z-index: 100;
}
.NavKe2 a{
    display: block;
    color: #000;
    width: 120px;
    height: 45px;
    line-height: 45px;
}
.NavKe2 a:last-child{
    margin-bottom:40px;
}
.NavKe2 a:hover{
    color:#fff !important;
    background-color: #222860 !important;
}
.NavKe3{
    position: absolute;
    left: 0px;
    background-color: #fff;
    width: 120px;
    text-align: center;
    top: 93px;
    display: none;
    border: 1px solid #eee;
    border-top: none;   
    z-index: 100;
}
.NavKe3 a{
    display: block;
    color: #000;
    width: 120px;
    height: 45px;
    line-height:45px;
}
.NavKe3 a:last-child{
    margin-bottom: 40px;
}
.NavKe3 a:hover{
    color:#fff !important;
    background-color: #222860 !important;
} 

.xia {
    width: 20px;
    height: 10px;
    background-image: url(../images/icons_v9.png);
    /* background-position: -253px -310px;
    display: inline-block;
    margin-left: 24px; */
    background-position: -253px -310px;
    display: inline-block;
    margin-left: 15px;
}







.head-box {
    width: 100%;
    height: 40px;
    color: #fff;
    background: #222222;
    line-height: 40px;
}

.head-msg {
    width: 1200px;
    margin: 0 auto;
}

.nav-box {
    width: 1200px;
    height: 95px;
    margin: 0 auto;
}

.nav-box .nav-img {
    background-image: url('../images/logo-new.png');
    width: 275px;
    height: 48px;
    float: left;
    margin-top: 24px;
}

.lsjd-box {
    border-bottom: 1px solid #EEEEEE;
}

.nav-img a {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.nav-box .head-navigation ul li {
    float: left;
    list-style: none;
    margin-left: 50px;
    height: 70px;
}

.text-box {
    width: 1200px;
    margin: 0 auto;
    height: 50px;
    line-height: 50px;
}

.text-box .text-ul li {
    float: left;
    list-style: none;
    color: #666;
    font-size: 14px;
}

.text-box .text-ul li a {
    color: #666;
    font-size: 14px;
}

.details-text {
    display: inline-block;
    width: 400px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.nav-box .head-navigation ul li:hover {
    border-bottom: 3px solid #0ABEA0;
}

.nav-active {
    border-bottom: 3px solid #0ABEA0;
}

.head-navigation {
    width: 880px;
    float: right;
    height: 95px;
    line-height: 95px;
}

.head-navigation ul li a {
    text-decoration: none;
    color: #333333;
    width: 100%;
    height: 100%;
    display: inline-block;
}

.asknews_wrap {
    margin-top: 10px;
    overflow: hidden;
    padding-bottom: 10px;
}

.wrap-box {
    width: 1200px;
    margin: 0 auto;
}

.qdetail_fl {
    width: 800px;
    padding: 0;
    float: left;
    background: none;
    box-shadow: none;
}

.asknews_content {
    border-radius: 4px;
    margin-bottom: 20px;
}

.ask_hot_fr {
    width: 340px;
    overflow: hidden;
    background-color: #fff;
    float: right;
    padding: 20px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.qdetail_info_box {
    position: relative;
}

.qdetail_box {
    background-color: #fff;
    border-bottom: 1px solid #eee;
    width: 100%;
    padding: 25px 25px 25px 25px;
    height: auto;
    margin: 0 auto;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.02);
    box-sizing: border-box;
}

.qdetail_icon img {
    max-width: 100%;
}

img {
    display: inline-block;
    border: none;
}

.qdetail_hd {
    overflow: hidden;
    line-height: 50px;
}

.qdetail_icon {
    width: 50px;
    height: 50px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    font-size: 24px;
    line-height: 50px;
    background-color: #f5f5f5;
    overflow: hidden;
    float: left;
}

.qdetail_hd .tel {
    font-size: 14px;
    margin-left: 11px;
    color: #444444;
}

.icon-ask-end {
    position: absolute;
    top: 20px;
    right: 30px;
    width: 110px;
    height: 66px;
    background-image: url(../images/icon-ask-end.png);
}

.qdetail_body,
.qdetail_box .reply_body {
    overflow: hidden;
}

.qdetail_info_box .ask_detail_title {
    font-weight: bold;
}

.qdetail_box .ask_detail_title {
    color: #444444;
    line-height: 28px;
    margin: 20px 0;
    font-size: 16px;
}
#nei{
    font-size: 16px !important;
    line-height: 36px !important;
}

.ask_detail_bottom {
    text-align: right;
}

.pageviews {
    margin-right: 0 !important;
    vertical-align: middle;
    display: inline-block;
    line-height: 16px;
    color: #999999;
}

.fr {
    float: right;
}

.pageviews .icon_pv {
    background-position: -352px -239px;
    width: 19px;
    height: 19px;
    vertical-align: middle;
    margin-right: 5px;
}

.new_icon {
    display: inline-block;
    background: url(../images/new_icon.png);
    background-repeat: no-repeat;
}

.qdetail_box .ask_detail_time {
    font-size: 12px;
    color: #999;
    margin-left: 6px;
    float: right;
    margin-bottom: 15px;
}

.qdetail_reply_box {
    border-top: none;
    padding-top: 70px;
}

.qdetail_box {
    background-color: #fff;
    border-bottom: 1px solid #eee;
    width: 100%;
    padding: 25px 25px 25px 25px;
    height: auto;
    margin: 0 auto;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.02);
}

.qdetail_reply_box .jd_tip {
    width: 80px;
    height: 30px;
    background-color: #0abea0;
    border-radius: 0px 15px 15px 0px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    color: #fdfdfd;
    display: inline-block;
}

.qdetail_hd {
    overflow: hidden;
    line-height: 50px;
    margin-top: 10px;
}

.qdetail_icon {
    width: 50px;
    height: 50px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    font-size: 24px;
    line-height: 50px;
    background-color: #f5f5f5;
    overflow: hidden;
    float: left;
}

.qdetail_icon img {
    max-width: 100%;
}

img {
    display: inline-block;
    border: none;
}

.qdetail_hd .t_detail_info {
    float: left;
    padding-right: 25px;
    line-height: 100%;
    vertical-align: top;
    position: relative;
    width: calc(100% - 70px);
    margin-left: 20px;
}

.teachar-name {
    margin-top: 0;
    line-height: 100%;
}

.qdetail_hd .t_detail_info&gt;* {
    line-height: 100%;
    margin-top: 0;
    line-height: 30px;
    margin: 10px 0 25px;
    margin-bottom: 10px;
    font-size: 14px;
    text-indent: 0;
}

.teachar-name span {
    margin-left: 6px;
    margin-right: 6px;
    font-size: 12px;
    color: #ccc;
    vertical-align: 1px;
}

.icon-ask-v {
    position: relative;
    bottom: -4px;
    right: -4px;
    width: 21px;
    height: 20px;
    background-position: -247px -73px;
}

.v-icons {
    display: inline-block;
    background-image: url(../images/icons_v9.png);
}

.default-color,
.default-color:hover,
.default-color:focus {
    color: #00B28E;
}

.qdetail_box .qdetail_body,
.qdetail_box .reply_body {
    overflow: hidden;
}

.qdetail_fl .arts-box {
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.02);
    margin-top: 20px;
    padding: 25px;
    z-index: 999;
}

.arts-box {
    background: #fff;
}

.arts-box .headline {
    padding: 10px 0;
    font-size: 16px;
    font-weight: 400;
}

.arts-box .list-item-circle {
    padding-left: 15px !important;
    color: #ccc;
    width: 100%;
}

.pull-left {
    float: left;
}

.arts-box li {
    line-height: 32px;
    list-style: square;
    border-bottom: 1px dashed #efefef;
    padding-bottom: 10px;
}

.index-box .header-nav-t a {
    outline: none;
}

.arts-box li a {
    color: #333;
    font-size: 14px;
    display: block;
    line-height: 42px;
    font-weight: bold;
}

.arts-box li .reply_div {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    padding: 5px;
    background-color: #f5f5f5;
    color: #00b882 !important;
    border-radius: 4px;
}

.arts-box li .reply_div span {
    color: #333;
    font-size: 14px;
}

.ask_hot_fr {
    width: 380px;
    overflow: hidden;
    background-color: #fff;
    float: right;
    padding: 20px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.ask_hot_fr&gt;* {
    margin-bottom: 20px;
    overflow: hidden;
}

.ask_hot_fr .hot_ask_lists .lists_name {
    height: 60px;
    line-height: 60px;
    border-bottom: solid 1px #eeeeee;
}

.ask_hot_fr .hot_ask_lists .lists_name span {
    font-size: 20px;
    color: #444444;
    font-weight: bold;
    border-left: solid 4px #0abea0;
    padding-left: 14px;
}

.ask_hot_fr .hot_ask_lists .lists li {
    line-height: 60px;
    padding: 0 11px;
    margin-top: 10px;
}

.ask_hot_fr .hot_ask_lists .lists li label {
    font-size: 20px;
    float: left;
    width: 36px;
    color: #999999;
    text-align: left;
    float: left;
    margin-bottom: 0px;
    font-weight: bold;
}

.ask_hot_fr .hot_ask_lists .lists li .hot-title {
    display: inline-block;
    float: left;
    width: 277px;
    color: #333;
    font-size: 14px;
}

.ask_hot_fr .hot_ask_lists .lists li .hot-title&gt;span {
    width: 277px;
    display: block;
}

.ask_hot_fr .hot_ask_lists .lists li .reply_div {
    line-height: 20px;
}

.ask_hot_fr .hot_ask_lists .lists li .hot-title:hover {
    text-decoration: underline !important;
    color: #0abea0;
}

.ask_hot_fr .hot_ask_lists .lists li.hot label {
    color: #0abea0;
}

.text-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.reply-text{
    color: #858588 !important;
}
.reply_text {
    width: 270px;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.answer-text {
    display: inline-block;
    width: 30px;
    float: left;
}

.lists li {
    color: #333;
    font-size: 14px;
}

.reply_div:after,
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    zoom: 1
}

.list-title {
    color: #666;
    font-size: 14px;
    height: 50px;
    line-height: 50px;
}


/* .list-title span {
    display: inline-block;
}
 */

.list-title a {
    color: #666;
    font-size: 14px;
}

.my-gt {
    margin: 0 5px;
}

.nav-bg {
    border: 1px solid #fff;
    background: #fff;
}

.foot-box {
    width: 100%;
    height: 212px;
    background-color: #ffffff;
    text-align: center;
    margin-top: 20px;
    font-size: 12px;
    overflow: hidden;
}

.foot-top {
    width: 1200px;
    height: 60%;
    margin: 20px auto;
    line-height: 60px;
}

.foot-box p {
    margin-top: 20px;
}

.foot-top span {
    margin-right: 35px;
}

.icons {
    display: inline-block;
    background-image: url('../images/icons_v9.png');
}

.icon-security {
    width: 27px;
    height: 24px;
    background-position: -281px -164px;
}

.icons.icon-union {
    width: 32px;
    height: 26px;
    background-position: -2px -278px;
}

.icons.icon-ebs {
    width: 20px;
    height: 27px;
    background-position: -315px -31px;
}

.icons.icon-police {
    width: 23px;
    height: 25px;
    background-position: -315px -2px;
}

.icons.icon-real {
    width: 27px;
    height: 27px;
    background-position: -281px -104px;
}

.icons.icon-ssia {
    width: 37px;
    height: 23px;
    background-position: -192px -157px;
}

.icons.icon-best {
    width: 85px;
    height: 33px;
    background-position: -192px -2px;
}

.icons.icon-tech {
    width: 25px;
    height: 25px;
    background-position: -405px -57px;
}

.icons.icon-tencent {
    width: 23px;
    height: 23px;
    background-position: -442px -30px;
}

.icons.icon-sina {
    width: 33px;
    height: 24px;
    background-position: -405px -30px;
}

.icons.icon-china {
    width: 55px;
    height: 24px;
    background-position: -405px -3px;
}

.foot-box i {
    vertical-align: middle;
    margin-right: 10px;
}

.foot-box a {
    text-decoration: none;
    color: #000;
    font-size: 12px;
}

.icons.icon-yue {
    width: 30px;
    height: 30px;
    background-position: -312px -140px;
}

.icons-img {
    position: absolute;
    left: 0px;
    top: 0px;
    margin-top: -5px;
}

.icons-span {
    position: relative;
}

.ml-10 {
    margin: 0 40px;
}</pre></body></html>