.nr .wsite-boards .question-theme {
   font-size: 16px;
   font-weight: bold;
   padding: 10px 5px 5px;
   border-bottom: solid 3px lightgray;
}
.nr .wsite-boards .question-tool {
   padding: 15px;
   /* position: absolute; */
   /* top: 0; */
   width: 100%;
   z-index: 10;
   /* background-color: #ffffff00; */
}
.nr .wsite-boards .question-tool .question-more {
   float: left;
   color: gray;
   font-size: 14px;
   font-weight: bold;
   text-align: left;
}
.nr .wsite-boards .question-tool .question-replay {
   float: right;
   background-color: #ffffff00;
   color: #04299f;
   text-decoration-line: underline;
   font-size: 14px;
   font-weight: bold;
   text-align: right;
}

.nr .wsite-boards .common-record{
   /* position: absolute; */
    /* top: 60px; */
    /* left: 0px; */
    width: 100%;
    
}

.nr .wsite-boards .common-record .question-record {
   min-height: 50px;
   padding: 5px;
   box-sizing: border-box;
   /* border-left: 1px solid #ccd5db; */
   position: relative;
   margin-left: 10px;
}

.boards-panel .boards-con .record .name, .nr .wsite-boards .question-record .name {
   margin-left: 0px;
   margin-right: 60px;
   font-size: 13px;
   font-weight: bold;
   opacity: 1;
}
.boards-panel .boards-con .record .name, .nr .wsite-boards .question-record .mes {
   margin-left: 0px;
   word-break: break-all;
   font-size: 13px;
   margin-top: 6px;
   line-height: 15px;
}
.boards-panel .boards-con .record .name, .nr .wsite-boards .question-record .zan {
   position: absolute;
    top: 0;
    right: 20px;
    width: 40px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    color: #464688;
}



.nr .wsite-boards .common-record .question-replay {
   min-height: 50px;
   padding: 5px;
   box-sizing: border-box;
   border-left: 1px solid #ccd5db;
   position: relative;
   margin-left: 25px;
}
.boards-panel .boards-con .record .name, .nr .wsite-boards .question-replay .name {
   margin-left: 0;
   margin-right: 60px;
   font-size: 13px;
   font-weight: bold;
   opacity: 1;
}
.boards-panel .boards-con .record .name, .nr .wsite-boards .question-replay .mes {
   margin-left: 0;
   word-break: break-all;
   font-size: 13px;
   margin-top: 6px;
   line-height: 15px;
}
.boards-panel .boards-con .record .name, .nr .wsite-boards .question-replay .zan {
   position: absolute;
    top: 0;
    right: 20px;
    width: 40px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    color: #464688;
}


@font-face {
   font-family: "h5wordImage"; /* Project id 3332232 */
   src: url('fonts/alicustomfont.woff2') format('woff2'),
        url('fonts/alicustomfont.woff') format('woff'),
        url('fonts/alicustomfont.ttf') format('truetype');
 }
 
 .h5wordImage {
   font-family: "h5wordImage" !important;
   font-size: 16px;
   font-style: normal;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
 }
 
 .boards-panel .boards-con .record .name, .nr .wsite-boards .icon-zan:before {
   content: "\e677";
 }
 
 .boards-panel .boards-con .record .name, .nr .wsite-boards .icon-zanfill:before {
   content: "\e6ce";
 }

 .menu-item .icon-questionanswer::before {
   content: "\e8c6";
 }