
.crumb {
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
}

.crumb_title b {
  display: inline-block;
  width: 3px;
  height: 16px;
  background: #037cee;
  margin-right: 6px;
}

.crumb_title a {
  color: #0072de;
}

.subjectDetail {
  width: 1200px;
  margin: 0 auto;
}

.subjectDetail img {
  width: 1200px;
  height: 250px;
}

.section {
  width: 1200px;
  margin: 0 auto;
  margin-top: 2;
}

.title {
  width: 100%;
  border-bottom: 1px solid #d7d7d7;
  margin-top: 15px;
  padding-bottom: 10px;
}

.title span {
  color: #333333;
  font-size: 20px;
  border-bottom: 1px solid #037cee;
  padding-bottom: 10px;
}

.box:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.box .questionListBox {
  float: left;
  width: 795px;
  min-height: 350px;
}

.rightblock {
  float: right;
  width: 362px;
  height: 245px !important;
  text-align: center;
  margin: 22px 0 5px 14px;
  border: 1px solid #dbdbdb;
  box-shadow: 0px 0px 4px 0px rgba(40, 40, 40, 0.26);
}

.subDown {
  float: right;
  width: 362px;
  font-size: 20px;
  margin-top: 20px;
  font-weight: bold;
}

.subDownBlock {
  float: right;
  width: 362px;
  text-align: center;
  margin: 10px 0 5px 14px;
  border: 1px solid #dbdbdb;
  box-shadow: 0px 0px 4px 0px rgba(40, 40, 40, 0.26);
}

.subDown_block {
  width: 100%;
  padding: 5px 10px;
  position: relative;
  min-height: 80px;
  border-bottom: 1px solid #ededed;
}

.subDown_block::after {
  content: "";
  display: block;
  clear: both;
}

.subDown_vip {
  width: 50px;
  position: absolute;
  right: 10px;
  top: 10px;
}

.subDown_block li {
  float: left;
  width: 100%;
  text-align: left;
  /* height: 24px; */
  line-height: 24px;
  margin: 5px 0;
}
.subDown_block_title h3 {
  margin-left: 21px;
  margin-right: 35px;
  cursor: pointer;
}

.subDown_block li:last-child {
  padding-left: 24px;
}

.subDown_block li img {
  float: left;
  margin: 4px 5px 4px 0px;
}

.question-btn {
  margin: 76px auto 26px;
  width: 216px;
  height: 65px;
  background: #f4a101;
  border-radius: 5px;
  font-size: 18px;
  font-weight: 500;
  line-height: 65px;
}

.tips {
  color: #333333;
  font-size: 18px;
  font-weight: 400;
}

.question_block {
  margin: 10px 0;
  padding: 10px 0;
  border-bottom: 1px solid #e6e6e6;
  /* font-family: Source Han Sans CN; */
}

.q_block_title {
  min-height: 24px;
  font-size: 24px;
  font-weight: 400;
  color: #343434;
  cursor: pointer;
}

.q_block_btn:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.q_block_btn {
  /* display: flex; */
  height: 24px;
  margin: 12px 0;
}

.q_block_btn li {
  margin-right: 30px;
  float: left;
}

.q_block_topic {
  background: #e7f4ff;
  border-radius: 2px;
  font-size: 14px;
  font-weight: 400;
  color: #047cee;
  line-height: 24px;
  text-align: center;
  padding: 0 5px;
  float: left;
}

.q_block_time {
  font-size: 14px;
  font-weight: 400;
  color: #9a9a9a;
  line-height: 24px;
  float: left;
  /* margin-right: 30px; */
}

.q_block_name {
  color: #ff8500;
  font-size: 16px;
}

.q_block_url {
  width: 213px;
  height: 135px;
  margin: 10px 10px 10px 0;
}

.q_block_content {
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
  font-size: 16px;
  color: #666666;
  line-height: 24px;
}

.q_block_detail {
  color: #017bed;
  cursor: pointer;
}

.zan,
.q_block_commentimg {
  width: 16px;
  height: 16px;
  margin-right: 5px;
  cursor: pointer;
}

.q_block_no {
  height: 16px;
  font-size: 16px;
  font-weight: 400;
  color: #b1c3d2;
  margin: 25px 0;
}

/* 展开评论 */

.q_commentList {
  box-shadow: 0px 0px 3px 0px rgba(40, 40, 40, 0.32);
}

.c_block h4 {
  padding: 17px 0 16px 14px;
  border-bottom: 1px solid #ececec;
}

.comment-item {
  margin: 25px;
  border-bottom: 1px solid #eaeaea;
}

.comment-item::after {
  content: "";
  display: block;
  clear: both;
}

.c_block_img {
  float: left;
}

.c_block_img img {
  width: 60px;
  height: 60px;
  border-radius: 30px;
}

.c_block_right {
  margin-left: 80px;
}

.c_block_name {
  margin: 7px 0 16px 0;
  font-size: 18px;
  font-weight: 400;
  color: #1558ab;
  line-height: 24px;
}

.c_block_time {
  font-size: 16px;
  font-weight: 400;
  color: #999999;
  line-height: 24px;
  float: right;
}

.c_block_content {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
}

.c_block_btn {
  margin: 15px 0px;
}

.c_block_btn span {
  cursor: pointer;
}

.c_block_answer {
  margin: 24px;
}

.c_ans_btn {
  width: 104px;
  height: 50px;
  background: #3095f4;
  border-radius: 5px;
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #ffffff;
  line-height: 24px;
}

.c_block_ans {
  width: 618px;
  height: 51px;
  background: #ffffff;
  border: 1px solid #9daab6;
  border-radius: 5px;
  margin-bottom: 24px;
}

.c_ans_btn {
  width: 104px;
  height: 50px;
  background: #3095f4;
  border-radius: 5px;
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #ffffff;
  float: right;
}

.nodata {
  text-align: center;
  line-height: 500px;
  font-size: 24px;
}

.layui-tab-title {
  margin: 15px 0;
}

.layui-tab-title li {
  font-size: 18px;
}
.live:hover {
  cursor: pointer;
  box-shadow: 0 2px 12px 0 rgb(0 0 0 / 30%);
}
.live {
  width: 22%;
  margin-left: 4%;
  display: inline-block;
  box-shadow: 0 2px 12px 0 rgb(0 0 0 / 10%);
  border: 1px solid #ebeef5;
  margin-bottom: 25px;
}
.live:nth-child(4n + 1) {
  margin-left: 0;
}
.live img {
  width: 100%;
}
.live_title div {
  font-size: 14px;
  margin: 15px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}

.breadcrumb {
  height: 30px;
  background-color: #f2f2f2;
  width: 100%;
  padding: 5px 10px;
}
.to-detail {
  color: #007cf0;
  cursor: pointer;
}
.to-detail:hover {
  color: #007cf0 !important;
  cursor: pointer;
}

/* 专题文章 */

.pro_paper {
  width: 100%;
  margin: 20px 0;
  position: relative;
  /* min-height: 500px; */
}

.pro_paper ul {
  height: 25px;
}

.pro_paper ul li {
  float: left;
  /* font-size: 17px;
    line-height: 25px; */
  margin-left: 10px;
  height: 35px;
}

.papert {
  width: 82%;
  font-size: 18px;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  cursor: pointer;
}

.paperc {
  margin-left: 10px;
  width: 80%;
  height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-height: 22px;
}

.pro_paper ul li:last-child {
  color: #999999;
  position: absolute;
  right: 10px;
}

.nodata {
  text-align: center;
  line-height: 300px;
  font-size: 24px;
}
.list-content2 ul li {
  display: inline-block;
}
.list-content2 ul li:last-child {
  width: 150px;
  text-align: right;
  color: #aaa;
  padding: 0 0 12px 0;
}
.list-content2 ul li:first-child {
  width: calc(100% - 200px);
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.list-content2 ul li:first-child:hover {
  cursor: pointer;
  color: #047cee;
}

.list-content3 ul li {
  display: inline-block;
}
.list-content3 ul li img {
  margin-right: 15px;
  vertical-align: text-top;
}
.list-content3 ul li:last-child {
  width: 150px;
  text-align: right;
  color: #aaa;
  padding: 0 0 12px 0;
}
.list-content3 ul li:first-child {
  width: calc(100% - 200px);
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.list-content3 ul li:first-child:hover {
  cursor: pointer;
  color: #047cee;
}
