/******************元素*****************/
.line-style {
  width: 1.4rem;
  height: 0.375rem;
  background-color: #04AA81;
  margin-top: 0.3125rem;
}
.two-limit {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
.one-limit {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
.q-tips {
  color: #bbb;
  font-weight: normal;
}
.btn-g {
  color: #fff;
  background-color: #04AA81;
  border-color: #04AA81;
  padding: 13px 90px;
  font-size: 16px;
  border-radius: 30px;
}
.tips-icon ::before {
  content: url(../../img/frontend/expert/tips.png);
}
/******************班级***************/
.myClass-wrap .class-list .class-item {
  background: #fff;
  border-radius: 0.625rem;
  color: #111;
  padding: 0.625rem 1.125rem;
}
.myClass-wrap .class-list .class-item .nav-class {
  color: #000;
}
.myClass-wrap .class-list .class-item .row-omit::before {
  content: url('../../img/frontend/index/ban.png');
  zoom: 0.5;
  margin-right: 1.5rem;
  position: relative;
  top: 0.25rem;
}
.myClass-wrap .class-list .class-item .fa-caret-down:before {
  content: "\f0d7";
  font-size: larger;
}
.myClass-wrap .class-list .class-item .row-omit {
  position: relative;
  height: 38px;
}
.myClass-wrap .class-list .class-item .row-omit .cont {
  position: absolute;
  top: 0;
  left: 40px;
  width: 80%;
}
.myClass-wrap .class-list .class-item .row-omit .cont .cont1 {
  font-size: 13px;
  margin: 0;
  margin-bottom: 3px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-weight: 600;
}
.myClass-wrap .class-list .class-item .row-omit .cont .cont2 {
  font-size: 12px;
  margin: 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #bbb;
}
/******************courseVideo***************/
.learnSpace .fold-wrap .player .player-box {
  margin-top: -0.3125rem !important;
  margin-bottom: 0.625rem !important;
}
.learnSpace .fold-wrap .player .page-title {
  padding: 0.625rem 0;
  font-size: 1rem;
  font-weight: 600;
}
.learnSpace .fold-wrap .player .player-t {
  font-size: 0.875rem;
  color: #bbb;
  padding: 0.1875rem 0;
  width: 52%;
}
.learnSpace .fold-wrap .player .player-intro {
  padding: 0.5rem 0;
}
.learnSpace .tab-wrap .layui-tab-title {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-evenly;
          justify-content: space-evenly;
  border-bottom: 1px solid #ddd;
}
.learnSpace .tab-wrap .layui-tab-title .layui-this {
  color: #23B591;
  font-weight: 600;
}
.learnSpace .tab-wrap .layui-tab-title .layui-this:after {
  border-bottom: 3px solid #23B591;
  width: 30%;
  left: 1.375rem;
}
.learnSpace .course-dl {
  padding: 0 1.5625rem;
}
.learnSpace .course-dl .course-dt1-done::before {
  content: url('../../img/frontend/study/dot.png');
  zoom: 0.6;
  margin-right: 1.875rem;
  position: relative;
  top: -0.25rem;
}
.learnSpace .course-dl .course-dt {
  font-weight: 600;
  padding-bottom: 0.5rem;
}
.learnSpace .course-dl .course-dd .cur {
  color: #23B591;
}
.learnSpace .course-dl .course-dd .seeing::after {
  color: #23B591;
}
.learnSpace .panel {
  border: none;
}
.learnSpace .panel .panel-heading {
  background: #fff;
  border: none;
  font-size: 1.0625rem;
  font-weight: 600;
}
.learnSpace .panel .panel-body {
  font-size: 0.875rem;
}
.learnSpace .stuThread-wrap .thread-ul .thread-li .thread-li-right {
  margin: 0;
}
.learnSpace .stuThread-wrap .thread-ul .thread-li .thread-li-right .main-content .user-name {
  display: -webkit-flex;
  display: flex;
}
.learnSpace .stuThread-wrap .thread-ul .thread-li .thread-li-right .main-content .user-name img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
.learnSpace .stuThread-wrap .thread-ul .thread-li .thread-li-right .main-content .user-name .name-c {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  margin-left: 0.5125rem;
}
.learnSpace .stuThread-wrap .thread-ul .thread-li .thread-li-right .main-content .user-name .name-c .name {
  color: #000;
  font-size: 0.75rem;
  font-weight: 600;
}
.learnSpace .stuThread-wrap .thread-ul .thread-li .thread-li-right .main-content .user-name .name-c .reply-time {
  color: #bbb;
  font-size: 0.75rem;
  padding: 0;
}
.learnSpace .stuThread-wrap .thread-ul .thread-li .thread-li-right .main-content .user-content {
  font-size: 0.875rem;
  color: #999;
  padding: 0.4rem 0.225rem;
}
.learnSpace .stuThread-wrap .thread-ul .thread-li .thread-li-right .thread-sub-wrap .thread-tail {
  padding: 0.325rem 0;
  height: auto;
}
.learnSpace .stuThread-wrap .thread-ul .thread-li .thread-li-right .thread-sub-wrap .thread-tail .btn-reply {
  display: inline-block;
  padding: 0.1875rem 0.5rem;
  background: #E5F7F2;
  color: #04AA81;
  border-radius: 5px;
  font-size: 0.75rem;
}
.learnSpace .stuThread-wrap .thread-send .icon-send::after {
  content: url("../../img/frontend/study/send.png");
  zoom: 0.43;
  position: relative;
  top: 20px;
}
.learnSpace .stuThread-wrap .thread-send .btn-lv1Send {
  background-color: transparent;
  width: 10%;
}
.learnSpace .stuThread-wrap .thread-send .lv1-commont {
  width: 90%;
  background: #F5FAF9;
  border-radius: 3.125rem;
  border: none;
}
.learnSpace .nav .js-threadTab {
  width: 30%;
}
.learnSpace .nav .active a {
  background-color: #04AA81 !important;
  border-radius: 3.125rem;
}
.learnSpace .add-thread::before,
.learnSpace .teak-notes::before {
  content: url(../../img/frontend/study/send-t.png);
  zoom: 0.3;
}
.learnSpace .chat-ul .thread-li .thread-info {
  display: -webkit-flex;
  display: flex;
}
.learnSpace .chat-ul .thread-li .thread-info img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
.learnSpace .chat-ul .thread-li .thread-info .name-c {
  margin-left: 7px;
}
.learnSpace .chat-ul .thread-li .thread-info .name-c .thread-author {
  display: block;
  margin-bottom: 0.1875rem;
  color: #000;
  font-weight: 600;
  font-size: 0.875rem;
}
.learnSpace .chat-ul .thread-li .thread-info .name-c .thread-date {
  display: block;
  color: #bbb;
}
.learnSpace .chat-ul .thread-li .thread-t {
  padding-top: 5px;
  color: #555;
  font-weight: normal;
  font-size: 13px;
}
.thread-form .con {
  position: relative;
}
.thread-form .con .publishing_objects {
  background: #EDFAF7;
  padding-left: 25px;
  border: none !important;
  box-shadow: none !important;
}
.thread-form .con .icon-s {
  position: absolute;
  width: 25px;
  height: 25px;
  top: 11px;
  left: 39px;
  zoom: 0.7;
}
.thread-form h3 {
  margin: 5px 20px;
  margin-top: 15px;
  font-size: 18px;
  font-weight: 600;
}
.thread-form input {
  border: none;
  border-bottom: 1px #ddd solid;
}
.thread-form .thread-textarea {
  background: #EDFAF7;
  border: none;
  height: 100px;
}
.thread-form .tool {
  text-align: center;
}
.thread-form .tool .btn {
  display: inline-block;
  padding: 10px 80px;
  margin-top: 90px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 25px;
  background: #04AA81;
  box-shadow: 0px 1px 1px #04AA81;
}
/******************discussion***************/
.stuThread-wrap .thread-ul .thread-li .thread-li-right {
  margin: 0;
}
.stuThread-wrap .thread-ul .thread-li .thread-li-right .main-content .user-name {
  display: -webkit-flex;
  display: flex;
}
.stuThread-wrap .thread-ul .thread-li .thread-li-right .main-content .user-name img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
.stuThread-wrap .thread-ul .thread-li .thread-li-right .main-content .user-name .name-c {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  margin-left: 0.5125rem;
}
.stuThread-wrap .thread-ul .thread-li .thread-li-right .main-content .user-name .name-c .name {
  color: #000;
  font-size: 0.75rem;
  font-weight: 600;
}
.stuThread-wrap .thread-ul .thread-li .thread-li-right .main-content .user-name .name-c .reply-time {
  color: #bbb;
  font-size: 0.75rem;
  padding: 0;
}
.stuThread-wrap .thread-ul .thread-li .thread-li-right .main-content .user-content {
  font-size: 13px;
  color: #999;
  padding: 0.4rem 0.225rem;
}
.stuThread-wrap .thread-ul .thread-li .thread-li-right .thread-sub-wrap .thread-tail {
  padding: 0.325rem 0;
  height: auto;
  text-align: left;
}
.stuThread-wrap .thread-ul .thread-li .thread-li-right .thread-sub-wrap .thread-tail .btn-reply {
  display: inline-block;
  padding: 0.1875rem 0.5rem;
  background: #E5F7F2;
  color: #04AA81;
  border-radius: 5px;
  font-size: 0.75rem;
}
.stuThread-wrap .thread-send .icon-send::after {
  content: url("../../img/frontend/study/send.png");
  zoom: 0.43;
  position: relative;
  top: 20px;
}
.stuThread-wrap .thread-send .btn-lv1Send {
  background-color: transparent;
  width: 10%;
}
.stuThread-wrap .thread-send .lv1-commont {
  width: 90%;
  background: #F5FAF9;
  border-radius: 3.125rem;
  border: none;
}
/*********************workval****************/
.row .title {
  border-top: 2px solid #F5FAF9;
}
.row .title .cover {
  padding: 10px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  height: 100px;
}
.row .title-line {
  padding: 6px 0;
}
.row .title-line .line-tt {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
}
.row .title-line .line-t {
  color: #bbb;
}
.row .title-line .line-t .tt {
  margin-left: 50px;
}
.row .line-time .time-t {
  color: #bbb;
}
.main {
  border-top: 10px solid #F5FAF9;
}
.main .question-block .question-type {
  font-size: 15px;
  height: 40px;
  line-height: 40px;
  border-bottom: 2px solid #F5FAF9;
  font-weight: bold;
}
.main .question-block .question {
  margin-top: 20px;
  margin-left: 20px;
  margin-bottom: 10px;
  font-size: 14px;
}
.main .question-block .question .q-number {
  color: #23B591;
  font-weight: bold;
}
/*********************我的班级聊天****************/
.common-chat .mescroll {
  background: #F5FAF9;
}
.common-chat .mescroll #discuss_ul .time-c {
  text-align: center;
  color: #aaa;
}
.common-chat .mescroll #discuss_ul .msg-item {
  border: none;
  margin-bottom: 15px;
}
.common-chat .mescroll #discuss_ul .msg-item .right .msg-cont {
  display: inline-block;
  padding: 8px;
  background: #fff;
  border-radius: 5px;
  margin-top: 8px;
  word-break: break-all;
  text-align: left;
}
.common-chat .mescroll #discuss_ul .msg-item .right .msg-cont .annex {
  display: inline-block;
  padding: 4px 6px;
  background: #fff;
  border-radius: 5px;
}
.common-chat .mescroll #discuss_ul .msg-item .image-file {
  max-width: 100px !important;
  padding: 8px;
  background: #fff;
  border-radius: 5px;
}
.common-chat .func-shop {
  background: #fff;
  margin-left: -8px;
  margin-right: -8px;
  margin-bottom: -8px;
}
/****************专家预约**********/
.experts-wrap .expert-panel .panel-top {
  background: #fff;
  padding: 10px;
  margin: 5px;
  font-weight: bold;
}
.experts-wrap .expert-panel .panel-top span {
  float: right;
}
.experts-wrap .expert-panel .panel-top p {
  padding: 10px 0;
  color: #bbb;
  font-weight: normal;
}
.experts-wrap .experts-classify .classify-label {
  color: #000;
  font-size: 1rem;
}
.experts-wrap .experts-classify .classify-item {
  width: 60%;
}
.experts-list {
  padding: 0px 5px;
}
.experts-list .col-xs-6 {
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 15px;
}
.experts-list .col-xs-6 .experts-item {
  box-shadow: 0rem 0.75rem 0.5rem -0.75rem #ddd;
  background: #fff;
  padding: 0.875rem;
  border-radius: 10px;
}
.experts-list .col-xs-6 .experts-item .item-faces {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
}
.experts-list .col-xs-6 .experts-item .item-faces img {
  border-radius: 50%;
  width: 4.0625rem;
  height: 4.0625rem;
  box-shadow: 0px 3px 1px #eee;
}
.experts-list .col-xs-6 .experts-item .item-conts .experts-name {
  text-align: center;
  padding: 2px;
  font-size: 1rem;
  word-break: break-all;
  display: inherit;
}
.experts-list .col-xs-6 .experts-item .item-conts .experts-des {
  padding: 0;
}
.experts-list .col-xs-6 .experts-item .item-conts .experts-des .text-muted {
  text-align: center;
}
.experts-list .col-xs-6 .experts-item .item-conts .experts-tags {
  margin: 10px 0px;
  text-align: center;
  background: #EDFFFB;
  color: #04AA81;
  padding: 5px 0;
}
.experts-list .col-xs-6 .experts-item .item-tools {
  display: -webkit-flex;
  display: flex;
  margin-left: -0.875rem;
  margin-right: -0.875rem;
  padding: 0 0.5rem;
  -webkit-justify-content: space-around;
          justify-content: space-around;
}
.experts-list .col-xs-6 .experts-item .item-tools .btn {
  padding: 0.25rem 0.375rem;
  border-radius: 1.55rem;
}
.experts-list .col-xs-6 .experts-item .item-tools .btn-online {
  background: #fff;
  color: #04AA81;
  border: 1px #04AA81 solid;
}
.experts-list .col-xs-6 .experts-item .item-tools .btn-offline {
  background: #04AA81;
  color: #fff;
  border: 1px #04AA81 solid;
}
/************专家预约-线上咨询**********/
.experts-online-wraps {
  padding-top: 3rem;
}
.experts-online-wraps .nav-tabs {
  border-radius: 0;
  border: none;
}
.experts-online-wraps .nav-tabs li.active {
  background-color: #fff;
  color: #04AA81;
  font-weight: 600;
}
.experts-online-wraps .nav-tabs li.active a {
  color: #04AA81 !important;
  font-weight: 600;
}
.experts-online-wraps .nav-tabs li a {
  color: #000;
}
.experts-online-wraps .consult-list {
  padding: 0;
  padding-bottom: 80px;
}
.experts-online-wraps .consult-list .consult-item a .col-xs-12 .card {
  background: #fff;
  padding: 15px;
  margin-bottom: 15px;
}
.experts-online-wraps .consult-list .consult-item a .col-xs-12 .card .col-xs-2 {
  padding: 0;
}
.experts-online-wraps .consult-list .consult-item a .col-xs-12 .card .col-xs-2 img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.experts-online-wraps .consult-list .consult-item a .col-xs-12 .card .col-xs-10 {
  position: relative;
}
.experts-online-wraps .consult-list .consult-item a .col-xs-12 .card .col-xs-10 .head-c {
  height: 50px;
  border-bottom: 1px #eee solid;
  padding-right: 70px;
}
.experts-online-wraps .consult-list .consult-item a .col-xs-12 .card .col-xs-10 .head-c .head {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 5px;
}
.experts-online-wraps .consult-list .consult-item a .col-xs-12 .card .col-xs-10 .head-c .time {
  color: #bbb;
}
.experts-online-wraps .consult-list .consult-item a .col-xs-12 .card .col-xs-10 .head-c .reply {
  position: absolute;
  color: #23B591;
  top: 0;
  right: 0;
  font-size: 14px;
}
.experts-online-wraps .consult-list .consult-item a .col-xs-12 .card .col-xs-10 .consult-t {
  font-size: 14px;
  height: 60px;
  padding: 20px 0;
}
.experts-online-wraps .tab-pane .func-shop {
  text-align: center;
  background: #fff;
  bottom: 0;
  padding: 15px 0px;
  margin-left: -10px;
  margin-right: -10px;
}
.experts-online-wraps .tab-pane .func-shop .btn-g {
  padding: 18px 90px;
  display: inline-block;
}
/************专家预约-线下预约**********/
.experts-offline-wrap .need {
  color: red;
  margin-left: 5px;
}
.experts-offline-wrap .form-offline .icon-time::before {
  content: url(../../img/frontend/expert/time.png);
  zoom: 0.7;
  position: relative;
  top: 5px;
}
.experts-offline-wrap .form-offline .icon-time {
  display: inline-block;
}
.experts-offline-wrap .form-offline .rr {
  display: inline-block;
  width: 90%;
  padding-left: 10px;
  border: none;
  box-shadow: none;
  font-weight: bold;
}
.experts-offline-wrap .form-offline .margin-l {
  margin-left: 10px;
}
.experts-offline-wrap .form-offline .w {
  background: #fff;
  padding: 10px;
  border-radius: 5px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
}
.experts-offline-wrap .form-offline .w .l {
  display: inline-block;
  width: 25%;
}
.experts-offline-wrap .form-offline .w .r {
  display: inline-block;
  width: 70%;
}
.experts-offline-wrap .form-offline .w input {
  border: none;
  box-shadow: none;
}
.experts-offline-wrap .form-offline .t {
  border: none;
  box-shadow: none;
}
/************专家预约-我的**********/
.main-appoint {
  padding-top: 3.125rem;
}
.main-appoint .nav {
  border-radius: 0;
  border: none;
}
.main-appoint .nav-tabs li.active {
  background: #fff;
}
.main-appoint .nav-tabs > li.active > a {
  font-weight: bold;
  color: #04AA81 !important;
}
.main-appoint .consult-list .item {
  background: #fff;
  padding: 15px;
  margin-bottom: 15px;
}
.main-appoint .consult-list .item .item-content {
  padding-left: 65px;
  position: relative;
  border-bottom: 1px dotted #EEE;
}
.main-appoint .consult-list .item .item-content .item-head {
  padding-bottom: 0.625rem;
  border-bottom: 1px #eee dotted;
}
.main-appoint .consult-list .item .item-content .item-head .head-name {
  font-weight: bold;
  font-size: 1.0625rem;
  margin-bottom: 5px;
}
.main-appoint .consult-list .item .item-content .item-head .head-time {
  color: #bbb;
  font-size: 0.875rem;
}
.main-appoint .consult-list .item .item-content .item-head .reply {
  position: absolute;
  top: 0;
  right: 0;
  color: #04AA81;
}
.main-appoint .consult-list .item .item-content .item-head img {
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  top: 0;
  left: 0;
}
.main-appoint .consult-list .item .item-content .msg-con {
  padding: 10px 0;
  line-height: 200%;
}
.main-appoint .consult-list .item .item-person {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  padding-top: 10px;
  position: relative;
}
.main-appoint .consult-list .item .item-person img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
.main-appoint .consult-list .item .item-person .person {
  margin-left: 10px;
}
.main-appoint .consult-list .item .item-person .done {
  color: #bbb;
}
.main-appoint .consult-list .item .item-person .doing {
  color: #04AA81;
}
.main-appoint .consult-list .item .item-person .will {
  color: #FFC191;
}
.main-appoint .consult-list .item .item-person .green {
  color: #fff;
  background: #04AA81;
  position: absolute;
  bottom: -5px;
  right: 0;
  padding: 4px 10px;
  border-radius: 5px;
}
.main-appoint .consult-list .item .item-person .chanel {
  background: #fff;
  color: #04AA81;
  border: 1px #04AA81 solid;
  position: absolute;
  bottom: -5px;
  right: 0;
  padding: 4px 10px;
  border-radius: 5px;
}
.main-appoint .consult-list .item .item-person .chanel-2 {
  background: #fff;
  color: #04AA81;
  border: 1px #04AA81 solid;
  position: absolute;
  bottom: -5px;
  right: 0;
  padding: 4px 10px;
  border-radius: 5px;
}
/************expert-online**********/
.experts-online-wrap .tool-c {
  position: fixed;
  border-bottom: 1px solid #ddd;
  margin-left: -10px;
  width: 100%;
  padding: 0.5rem;
}
.experts-online-wrap .tool-c .chanel-t {
  float: right;
  color: red;
}
.experts-online-wrap .tool-c .fa-times-circle-o:before {
  content: "\f05c";
  margin-right: 5px;
}
.experts-online-wrap .mescroll {
  background: #fff;
  bottom: 4.5rem;
  top: 7rem;
}
.experts-online-wrap .mescroll #discuss_ul .msg-item {
  position: relative;
}
.experts-online-wrap .mescroll #discuss_ul .msg-item .left {
  position: absolute;
}
.experts-online-wrap .mescroll #discuss_ul .msg-item .right {
  padding-left: 50px;
}
.experts-online-wrap .mescroll #discuss_ul .msg-item .right .msg-top {
  border-bottom: 1px dotted #ddd;
}
.experts-online-wrap .mescroll #discuss_ul .msg-item .right .msg-top .head-name {
  color: #bbb;
  font-size: 14px;
}
.experts-online-wrap .mescroll #discuss_ul .msg-item .right .msg-top .head-time {
  position: absolute;
  color: #bbb;
  top: 0;
  right: 0;
}
.experts-online-wrap .mescroll #discuss_ul .msg-item .right .msg-top .msg-cont {
  font-size: 16px;
}
.experts-online-wrap .mescroll #discuss_ul .msg-item .right .msg-file {
  position: relative;
  margin: 0;
  padding: 10px 5px;
  width: 75%;
  background-color: #F3F3F3;
  padding-left: 20%;
  border-radius: 5px;
  margin-bottom: 15px;
}
.experts-online-wrap .mescroll #discuss_ul .msg-item .right .msg-file a .file-name {
  padding-bottom: 10px;
  word-break: break-all;
}
.experts-online-wrap .mescroll #discuss_ul .msg-item .right .msg-file a .file-size {
  font-size: 12px;
  color: #999;
}
.experts-online-wrap .mescroll #discuss_ul .msg-item .right .msg-file .fa-file-o:before {
  content: "\f016";
  position: absolute;
  left: 13px;
  bottom: 17px;
  font-size: 24px;
}
/************article-show**********/
.newmsg-list {
  padding: 3.75rem 0.625rem 1.25rem;
}
.newmsg-list .msg-item {
  background: #fff;
  padding: 1rem 0;
  border-radius: 5px;
  margin-bottom: 5px;
}
.newmsg-list .msg-item .left-img {
  max-height: 90px;
}
.newmsg-list .msg-item .right-main .content {
  font-weight: bold;
  font-size: 16px;
}
.newmsg-list .msg-item .right-main .other {
  position: relative;
  padding-top: 10px;
}
.newmsg-list .msg-item .right-main .other .tite {
  font-size: 16px;
}
.newmsg-list .msg-item .right-main .other .other-item {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #888;
}
.newmsg-list .msg-item .right-main .other .other-item .view {
  margin-right: 8px;
}
.newmsg-list .msg-item .right-main .other .other-item .fa-eye:before {
  content: "\f06e";
  margin-right: 8px;
  position: relative;
  top: -1px;
}
.newmsg-list .msg-item .right-main .other .other-item .date {
  margin-left: 8px;
}
/************article-detail**********/
.container-d {
  padding-top: 3.75rem;
}
.container-d .row-d .col-xs-12 .title {
  font-weight: bold;
  font-size: 15px;
}
.container-d .row-d .col-xs-12 .view-d {
  color: #aaa;
  border-bottom: 1px #ddd solid;
  padding-bottom: 5px;
}
.container-d .row-d .col-xs-12 .view-d .view {
  font-size: 13px;
  margin-right: 10px;
}
.container-d .row-d .col-xs-12 .view-d .time {
  font-size: 14px;
  margin-left: 10px;
}
.container-d .row-d .col-xs-12 .view-d .fa-eye:before {
  content: "\f06e";
  position: relative;
  top: -2px;
  margin-left: 5px;
  margin-right: 5px;
}
.container-d .row-d .cover {
  height: 150px;
}
.container-d .row-d .cover img {
  border-radius: 5px;
}
