@font-face {
  font-family: "icon";
  /* Project id 2492232 */

  src: url('../font/iconfont.woff2?t=1625552765929') format('woff2'),
      url('../font/iconfont.woff?t=1625552765929') format('woff'),
      url('../font/iconfont.ttf?t=1625552765929') format('truetype');
}
#app {
  width: 100%;
  margin: 0 auto;
}

main {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  margin-top: 1rem;
}

/* 左边区域 */

main #main_left {
  min-height: 100%;
}

/* 轮播图 */
#carousel-example-generic {
  /* width: 762px; */
  padding-right: 10px;
  height: 400px;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  box-shadow: 0px 1px 18px 0px rgba(64, 65, 66, 0.1);
  border-radius: 6px;
  margin-bottom: 20px;
}

#carousel-example-generic .carousel-inner img {
  width: 772px;
  height: 380px;

  margin: 10px;
}

.carousel-indicators li {
  width: 25px;
  height: 3px;
}

.carousel-indicators .active {
  width: 25px;
  height: 3px;
}

/* 导航栏 */
#main_left #bar {
  width: 100%;
  height: 60px;
  background: #ffffff;

  margin: 16px 0;
  display: inline-flex;
  overflow-x: auto;
  white-space: nowrap;
}
#main_left #bar::-webkit-scrollbar{
  height: 0px;
  
}
.bar-box{
  clear: both;
  margin: 15px 0;
  padding: 0 20px;
  position: relative;
  border: 1px solid #e5e5e5;
  border-radius: 6px;
  overflow: hidden;
}
#main_left #bar li {
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #333;

  line-height: 3.75rem;
  margin-right: 1.8rem;
  cursor: pointer;
}
.toleft:after{
  font-family: icon;
  content: "\e720";
}
.toright:after{
  font-family: icon;
  content: "\e6fa";
}
.toleft,
.toright{
  cursor: pointer;
  font-size: 18px;
  font-weight: bold;
  user-select: none;
  position: absolute;
  top: calc(50% - .5rem);
}
.toleft{
  left: 0;
}
.toright{
  right: 0;
}

#main_left #bar li:hover,#main_left #bar li.active {
  font-size: 18px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #3f53d8;
  border-bottom: 3px #3f53d8 solid;
}
#main_left #bar li:hover a,#main_left #bar li.active a{
  color: #3f53d8;
}

/* 文章内容 */

#main_left #article_content {
  width: 750px;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 6px;

  margin-bottom: 18px;
}

#main_left #article_content #article {
  margin-top: 8px;
}

#main_left #article_content #article .details {
  width: 740px;
  height: 100%;
  border-bottom: 1px dashed #f3f3f3;

  margin-top: 22px;
  margin-left: 30px;
  padding-bottom: 22px;
}

#main_left #article .details .details_1 {
  display: flex;
  justify-content: space-between;
}

#main_left #article .details .details_1 .title {
  width: 415px;
  /* height: 18px; */
  font-size: 18px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #232323;

  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#main_left #article .details .details_1 .time {
  /* width: 71px;
    height: 10px; */
  font-size: 14px;
  font-family: Arial;
  font-weight: 400;
  color: #999999;

  margin-right: 51px;
}

#main_left #article .details .details_2 .subject_a img {
  width: 160px;
  height: 109px;

  margin: 20px 0;
}

#main_left #article .details .details_2 .subject {
  display: flex;
  margin-left: 185px;
  margin-top: -130px;

  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

#main_left #article .details .details_2 .subject p {
  width: 505px;
  height: 50px;
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #838383;
  line-height: 24px;
}

#article li .details_3 {
  display: inline-flex;
  margin-top: 20px;
  margin-left: 10.62rem;
  width: 70%;
}

#article li .details_3 .pic-user a {
  width: 160px;
  display: inline-flex;
  margin-left: 30px;
}

#article li .details_3 .pic-user img {
  width: 36px;
  height: 36px;
}

#article li .details_3 .pic-user .usersname {
  /* width: 63px;
  height: 16px; */
  font-size: 16px;
  font-family: Noto Sans S Chinese;
  font-weight: 400;
  color: #242424;
  margin-top: 10px;
}

#article li .details_3 .data {
  display: inline-flex;
  /* margin-left: 202px;
  margin-top: 12px; */
  margin-left: auto;
}

#article li .details_3 .data span {
  /* width: 35px;
    height: 13px; */
  font-size: 16px;
  font-family: Arial;
  font-weight: 400;
  color: #999999;
  margin-top: 1px;
}

.data .browse,
.data .collection {
  display: flex;
  margin-left: 16px;
  min-width: 3.5rem;
}

.data .browse_img {
  background: url("../../images/book_details/browse_2.png") no-repeat;
  width: 22px;
  height: 18px;
}

.data .browse_img.on {
  background: url("../../images/book_details/browse_1.png") no-repeat;
  width: 22px;
  height: 18px;
}

.data .collection .icon {
  background: url("../../images/book_details/xin_3.png") no-repeat;
  width: 18px;
  height: 16px;
}

.data .collection .icon.on {
  background: url("../../images/book_details/xin_2.png") no-repeat;
  width: 18px;
  height: 16px;
}

#article li .details_3 .data .browse img,
#article li .details_3 .data .collection img,
#main_right .hot_article .data .browse img,
#main_right .hot_article .data .collection img {
  width: 22px;
  height: 18px;
}

/* 近期活动 */
#main_left .recent_activities {
  width: 750px;
  height: 100%;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 6px;

  display: flex;
  flex-direction: column;
}

#main_left .recent_activities .recent_activities_head {
  /* width: 100%; */
  height: 70px;
  line-height: 70px;
  display: inline-flex;
  justify-content: space-between;
  /* width: 742px; */
  border-bottom: 1px solid #e5e5e5;
  padding:0 20px;
}

#main_left .recent_activities .recent_activities_head p {
  /* width: 95px;
  height: 24px; */
  font-size: 24px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #232323;

  margin-left: 20px;
  margin-bottom: 0;
  width: 100px;
  border-bottom: 4px solid #3f53d8;
}

#main_left .recent_activities .recent_activities_head button {
  width: 150px;
  height: 40px;
  background: #3f53d8;
  box-shadow: 0px 10px 18px 0px rgba(33, 49, 153, 0.22);
  border-radius: 20px;

  line-height: 34px;
  border: none;
  /* margin-top: 12px; */
  /* margin-right: 33px; */
  outline: none;
}

#main_left .recent_activities .recent_activities_head img {
  width: 17px;
  height: 17px;
  margin-right: 10px;
  margin-top: -4px;
}

#main_left .recent_activities .recent_activities_head span {
  /* width: 63px;
      height: 16px; */
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: #ffffff;
}

#main_left .recent_activities .recent_activities_1 {
  display: inline-flex;
  margin: 24px 30px 20px 20px;
  flex-wrap: wrap;

  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 22px;
  -moz-column-gap: 22px;
  column-gap: 22px;

  width: 742px;
}

#main_left .recent_activities .recent_activities_img img {
  width: 342px;
  height: 140px;
}

#main_left .recent_activities .recent_activities_1 .address {
  width: 140px;
  height: 35px;
  background: #ff7e10;
  /* width: 113px;
    height: 16px; */
  font-size: 16px;
  font-family: Noto Sans S Chinese;
  font-weight: 400;
  color: #ffffff;
  line-height: 35px;

  text-align: center;
  margin-left: 10px;
  margin-top: -38px;
  position: relative;
  z-index: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#main_left .recent_activities .recent_activities_1 .title {
  width: 306px;
  /* height: 19px; */
  font-size: 18px;
  font-family: Noto Sans S Chinese;
  font-weight: bold;
  color: #232323;
  line-height: 24px;

  margin: 22px 0 18px 10px;

  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#main_left .recent_activities .recent_activities_1 .txt {
  /* width: 110px;
      height: 16px; */
  font-size: 16px;
  font-family: Noto Sans S Chinese;
  font-weight: 400;
  color: #999999;
  line-height: 24px;

  margin: 0 0 18px 10px;
}

/* 入驻机构 */
.settle_box{
  position: relative;
}
.settle_box .prve {
  position: absolute;
  left: 2px;
  top: 50%;
  margin-top: -33px;
  width: 33px;
  text-decoration: none;
  font-weight: 900;
  color: #3f53d8;
}

.settle_box .next {
  position: absolute;
  right: 2px;
  top: 50%;
  margin-top: -33px;
  width: 33px;
  text-decoration: none;
  font-weight: 900;
  color: #3f53d8;
}

#main_left .settle {
  /* width: 750px; */
  height: 410px;
  /* height: 100%; */
  background: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 6px;

  margin-top: 20px;
  margin-bottom: 160px;
}

#main_left .settle .recent_activities_head {
  /* width: 742px; */
  border-bottom: 1px solid #e5e5e5;
  padding:0 20px;
  height: 70px;
  line-height: 70px;
  display: flex;
}
#main_left .settle .recent_activities_head>a{
  margin-left: auto;
}

#main_left .settle .recent_activities_head .boxs {
  /* width: 100%; */
}

#main_left .settle .recent_activities_head .p {
  /* width: 95px;
    height: 24px; */
  font-size: 24px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #232323;

  margin-left: 20px;
  padding-bottom: 15px;
  width: 100px;
  border-bottom: 4px solid #3f53d8;
}

#main_left .settle .recent_activities_head .p_1 {
  /* width: 131px;
    height: 17px; */
  font-size: 16px;
  font-family: Arial;
  font-weight: 400;
  color: #3f53d8;

  margin-left: 20px;
}

#main_left .settle .recent_activities_head .p_2 {
  /* width: 131px;
    height: 17px; */
  font-size: 16px;
  font-family: Arial;
  font-weight: 400;
  color: #232323;
}

#main_left .settle .recent_activities_head button {
  width: 150px;
  height: 40px;
  background: #ff7e10;
  border-radius: 20px;

  border: none;
  /* margin-left: 464px; */
  /* margin-top: 15px; */
  /* margin-right: 33px; */
  line-height: 40px;
  outline: none;
}

#main_left .settle .recent_activities_head button img {
  width: 19px;
  height: 18px;
}

#main_left .settle .recent_activities_head button .ps {
  /* width: 63px;
    height: 16px; */
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: #ffffff;

  margin-left: 8px;
}

#main_left .settle .company {
  width: 712px !important;
  margin-top: 28px;
  display: flex;
  /* justify-content: center; */
  margin-left: 26px;
  overflow: hidden;
}

#main_left .settle .company .company_s {
  margin-right: 0px;
}

#main_left .settle .company .company_s img {
  width: 160px;
  height: 180px;
}

#main_left .settle .company .company_s .name {
  width: 178px;
  /* height: 19px; */
  font-size: 18px;
  font-family: Noto Sans S Chinese;
  font-weight: bold;
  color: #232323;
  line-height: 24px;

  margin: 20px 0;

  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#main_left .settle .company .company_s button {
  width: 85px;
  height: 30px;
  background: #3f53d8;
  border-radius: 6px;

  /* width: 44px;
    height: 16px; */
  font-size: 16px;
  font-family: Noto Sans S Chinese;
  font-weight: 400;
  color: #ffffff;
  line-height: 24px;

  border: none;
  text-align: center;
  outline: none;
}

#main_left .settle .company .company_s .company_button.on {
  background-color: #ccc;
}

#main_left .settle .right_company {
  width: 9px;
  height: 14px;
}

#main_left .settle .borde {
  width: 50px;
  height: 320px;
  margin: 6px -50px;
  z-index: 1;
}

#main_left .settle .borde img {
  width: 50px;
  height: 320px;
  margin: 0;
}

/* 右边区域 */
#main_right .hot_article,
#main_right .top_answers,
#main_right .hot_videos{
  margin-bottom: 20px;
}
#main_right .resident_experts{
  margin-left: 14px;
  margin-bottom: 1rem;
}

main #main_right {
  min-height: 100%;
}

#main_right .hot_article .hot_article_txt img {
  width: 105px;
  height: 105px;
}

main #main_right .hot_article .hot_article_title,
main #main_right .top_answers .hot_article_title,
main #main_right .hot_videos .hot_article_title {
  /* width: 116%; */
  height: 70px;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 6px;

  display: inline-flex;
  margin-bottom: 10px;
}

main #main_right .hot_article .hot_article_title p,
main #main_right .top_answers .hot_article_title p,
main #main_right .hot_videos .hot_article_title p {
  /* width: 95px;
    height: 24px; */
  font-size: 24px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #232323;

  line-height: 70px;
  margin-left: 20px;
  margin-bottom: 0;

  width: 100px;
  border-bottom: 4px solid #3f53d8;
}

main #main_right .hot_article .hot_article_title img,
main #main_right .top_answers .hot_article_title img,
main #main_right .hot_videos .hot_article_title img {
  width: 9px;
  height: 14px;
  margin: 30px 0 0 238px;
}

main #main_right .hot_article .hot_article_txt {
  width: 384px;
  /* height: 128px; */
  background: #ffffff;
  border: 1px solid #e5e5e5;

  display: inline-flex;
  position: relative;
}

main #main_right .hot_article .hot_article_txt .img_1 {
  width: 30px;
  height: 30px;
  z-index: 1;
  position: absolute;
  top: 0;
}

main #main_right .hot_article .hot_article_txt .img_2 {
  width: 105px;
  height: 105px;
  margin: 10px;
}

main #main_right .hot_article .hot_article_txt p {
  width: 240px;
  height: 50px;
  font-size: 16px;
  font-family: Noto Sans S Chinese;
  font-weight: 600;
  color: #242424;
  line-height: 26px;

  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

main #main_right .hot_article .hot_article_txt .data {
  display: inline-flex;
  margin-top: 20px;
}

main #main_right .hot_article .hot_article_txt .data .collection {
  margin-left: 20px;
}

main #main_right .hot_article .hot_article_txt .data span {
  /* width: 26px;
  height: 13px; */
  font-size: 16px;
  font-family: Noto Sans S Chinese;
  font-weight: 400;
  color: #999999;
}

main #main_right .hot_article .hot_article_txt .hot_article_box {
  margin-top: 14px;
}

/* 热门回答 */
main #main_right .top_answers .top_answers_concent {
  width: 384px;
  /* height: 150px; */
  background: #ffffff;
  border: 1px solid #e5e5e5;
  display: flex;
  padding-bottom: 16px;
}

main #main_right .top_answers .top_answers_concent .writing {
  margin-top: 20px;
  margin-right: 10px;
}

main #main_right .top_answers .top_answers_concent .writing .title {
  width: 290px;
  /* height: 20px; */
  font-size: 18px;
  font-family: Noto Sans S Chinese;
  font-weight: 600;
  color: #242424;
  line-height: 26px;

  display: block;
  /* white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

main #main_right .top_answers .top_answers_concent .writing .txt {
  width: 279px;
  /* height: 62px; */
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #838383;
  line-height: 24px;
  /* margin-top: 10px; */

  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

main #main_right .top_answers .top_answers_concent .hover1 .img {
  width: 40px;
  height: 40px;
  margin: 18px;
  background: url(../../images/knowledge/qa_2.png) no-repeat;
}

main #main_right .top_answers .top_answers_concent.active .hover1 .img {
  width: 40px;
  height: 40px;
  margin: 18px;
  background: url(../../images/knowledge/qa_1.png) no-repeat;
}

main #main_right .top_answers .top_answers_concent.active .writing .title {
  color: #3f53d8;
}

/* 热门视频 */
main #main_right .hot_videos .hot_videos_concen {
  width: 384px;
  height: 130px;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  display: flex;
}

main #main_right .hot_videos .hot_videos_concen img {
  width: 150px;
  height: 80px;
  margin: 20px;
}

main #main_right .hot_videos .hot_videos_concen .writing .title {
  width: 160px;
  height: 50px;
  font-size: 16px;
  font-family: Noto Sans S Chinese;
  font-weight: 600;
  color: #242424;
  line-height: 26px;

  margin: 20px 20px 12px 0;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

main #main_right .hot_videos .hot_videos_concen .writing .data {
  /* width: 71px;
    height: 10px; */
  font-size: 14px;
  font-family: Arial;
  font-weight: 400;
  color: #999999;
}

/* 入驻专家 */

main #main_right .resident_experts .hot_article_title {
  width: 384px;
  height: 70px;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 6px;
  display: flex;
}

main #main_right .resident_experts .hot_article_title .p {
  /* width: 95px; */
  height: 24px;
  font-size: 24px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #232323;

  line-height: 70px;
  margin-left: 20px;
  padding-bottom: 14px;

  width: 100px;
  border-bottom: 4px solid #3f53d8;
}

main #main_right .resident_experts .hot_article_title .p_1 {
  /* width: 131px;
    height: 17px; */
  font-size: 16px;
  font-family: Arial;
  font-weight: 400;
  color: #3f53d8;

  margin-left: 20px;
}

main #main_right .resident_experts .hot_article_title .p_2 {
  /* width: 131px;
    height: 17px; */
  font-size: 16px;
  font-family: Arial;
  font-weight: 400;
  color: #232323;
}

main #main_right .resident_experts .hot_article_title img {
  width: 9px;
  height: 14px;
  /* float: right; */
  margin-left: 83px;
  margin-top: 30px;
}

main #main_right .resident_experts .expert {
  width: 384px;
  /* height: 640px; */
  height: 100%;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  margin-top: 10px;
}

main #main_right .resident_experts .expert button {
  width: 347px;
  height: 60px;
  background: #3f53d8;
  box-shadow: 0px 10px 18px 0px rgba(33, 49, 153, 0.22);
  border-radius: 6px;

  margin: 20px 18px;
  border: none;
  outline: none;
}

main #main_right .resident_experts .expert button img {
  width: 19px;
  height: 23px;
}

main #main_right .resident_experts .expert button .p {
  /* width: 71px;
    height: 17px; */
  font-size: 18px;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: #ffffff;

  margin-left: 10px;
}

main #main_right .resident_experts .expert .personnel {
  display: flex;
  margin-left: 28px;
  margin-bottom: 30px;
  width: 324px;
  flex-wrap: wrap;
}

main #main_right .resident_experts .expert .personnel .personnel_s {
  margin: 25px 14px;
  width: calc((100% - 100px) / 3 );
  width: -webkit-calc((100% - 100px) / 3 );
  width: -moz-calc((100% - 100px) / 3 );
}

main #main_right .resident_experts .expert .personnel .personnel_s img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
}

main #main_right .resident_experts .expert .personnel .personnel_s .name {
  /* width: 80px;
    height: 16px; */
  font-size: 16px;
  font-family: Noto Sans S Chinese;
  font-weight: bold;
  color: #242424;
  line-height: 40px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

main #main_right .resident_experts .expert .personnel .personnel_s .txt {
  /* width: 70px;
    height: 14px; */
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #999999;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* 回到顶部 */
a {
  text-decoration: none;
}
.goTop_box{
  width: 1200px;
  margin: 0 auto;

}
#goTop {
  width: 40px;
  height: 40px;
  background: #3f53d8;
  border-radius: 4px;

  position: fixed;
  bottom: 20px;
  /* right: 9.5%; */
  left: 96%;
  font-size: 13px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  /* display: none; */
}

ul.myfollow li .img-box {
    width: 140px;
    height: 140px;
    border-radius: 5px;
    margin-right: 22px;
    overflow: hidden;
}
 ul.myfollow li {
    display: flex;
    padding: 1.313rem 0;
    border-bottom: solid 1px #f3f3f3;
}
ul.myfollow li .img-box img{   
    height: 100%;
    width: 100%;
    object-fit: cover;
}
ul.myfollow li .part-3-title {
    flex: 1;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}
ul.myfollow li .part-3-title .title {
    flex: 1;
}
ul.myfollow li .part-3-title .title h5 {
    margin: 0;
    font-size: 16px;
    font-weight: bold;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
ul.myfollow li .part-3-title .title span {
    display: block;
    color: #999;
    font-size: 14px;
    margin-top: 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
ul.myfollow .follow-button {
    font-size: 14px;
    color: #fff;
    background-color: #3f53d8;
    border-radius: 5px;
    display: inline-block;
    padding: 7px 17px;
    cursor: pointer;
    margin-right:10px;
}
ui.myfollow {
  max-width: 100%;
}
ul.myfollow li .part-3-title p {
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    font-size: 12.5px;
    color: #838383;
    line-height: 1.5em;
    margin-top: 1.5em;
}