.container {
    width: 100%;
}

.main_body {
    margin-top: 0;
    padding: 0;
}

#face-the-boss .pc_Content {
    width: 100%;
    margin: 0 auto;
    font-size: 16px;
}

#face-the-boss .pc_Content .more {
    font-size: 12px;
    color: #666666;
}

#face-the-boss .pc_Content .top {
    width: 100%;
    height: 140px;
    background: #0731a0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-size: 0.38rem;
    color: #ffffff;
    font-style: normal;
}

#face-the-boss .pc_Content .content_top_navBar {
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    display: flex;
    padding: 0 100px;
    margin-bottom: 15px;
    background: #f7f8fa;
}

#face-the-boss .pc_Content .content_top_navBar .span1 {
    cursor: pointer;
}

#face-the-boss .pc_Content .content_top_navBar .span2 {
    color: #0a5db1;
    cursor: pointer;
}

#face-the-boss .pc_Content .content_top_navBar .right-icon {
    margin: 0 5px;
}

#face-the-boss .pc_Content .center_content {
    margin: 15px auto;
    width: 1200px;
    display: flex;
    align-items: flex-start;
}

#face-the-boss .pc_Content .center_content .right_content {
    margin-left: 30px;
}

#face-the-boss .pc_Content .center_content .right_content .center_title_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #d8d8d8;
}
#face-the-boss .pc_Content .center_content .right_content .center_title_box .share {
    width: 114px;
    height: 30px;
    background: linear-gradient(#1468BF 0%, #2DA1E1 100%);
    border-radius: 30px;
    display: flex;
    cursor: pointer;
    align-items: center;
    margin-left: 20px;
    padding: 0 0.15rem;
    justify-content: center;
}
#face-the-boss .pc_Content .center_content .right_content .center_title_box .share img {
    width: 20px;
    height: 20px;
}
#face-the-boss .pc_Content .center_content .right_content .center_title_box .share span {
    display: inline-block;
    width: 40px;
    height: 20px;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 18px;
    text-align: right;
    font-style: normal;
}
#face-the-boss .pc_Content .center_content .right_content .center_title_box .center_title {
    width: auto;
    height: 30px;
    font-family: MicrosoftYaHeiUI, MicrosoftYaHeiUI;
    font-weight: bold;
    font-size: 16px;
    color: #1468bf;
    line-height: 24px;
    text-align: left;
    font-style: normal;
}

#face-the-boss .pc_Content .center_content .right_content .center_title_box .center_title .line {
    width: 100%;
    height: 3px;
    background: #1468bf;
    border-radius: 2px;
    margin: 0 auto;
    margin-top: 5px;
}

#face-the-boss .pc_Content .center_content .right_content .right_content_item {
    margin-top: 20px;
    width: 926px;
}
#face-the-boss .pc_Content .center_content .right_content .right_content_item  .noResult {
    width: 100%;
    margin: 100px auto;
    text-align: center;
    font-size: 24px;
    color: #999999;
}
#face-the-boss .pc_Content .center_content .right_content .right_content_item .right_content_item_content {
    display: flex;
    justify-content: space-between;
}

#face-the-boss .pc_Content .center_content .right_content .right_content_item .right_content_item_content .title {
    width: 780px;
    font-family: MicrosoftYaHei;
    font-size: 16px;
    color: #333333;
    line-height: 40px;
    text-align: left;
    font-style: normal;
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

#face-the-boss .pc_Content .center_content .right_content .right_content_item .right_content_item_content:hover .title {
    color: #1468bf;
}

#face-the-boss .pc_Content .center_content .right_content .right_content_item .right_content_item_content .date {
    width: 92px;
    font-family: MicrosoftYaHei;
    font-size: 16px;
    color: #333333;
    line-height: 40px;
    text-align: left;
    font-style: normal;
}


.special_box {
  width: 100%;
  display: flex;
  margin-top: 20px;
  flex-wrap: wrap;
}
.special_box .special_item {
  /* min-width: 150px; */
  padding: 0 20px;
  height: 36px;
  line-height: 36px;
  border-radius: 8px;
  background-color: #f7f8fa;
  display: flex;
  justify-content: center;
  font-size: 14px;
  margin-right: 30px;
  cursor: pointer;
  align-items: baseline;
}
.special_box .special_item.active {
    background-color: #1468bf;
    color: #ffffff;
}
.special_box .special_item.active a{
    color: #ffffff;
}
.special_box .special_item:hover {
    background-color: #1468bf;
    color: #ffffff;
}
.special_box .special_item:hover a {
    color: #ffffff;
}
.special_box .special_item a {
  width: 100%;
  color: #000000;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}


@media screen and (max-width: 768px) {
    #face-the-boss .pc_Content {
        font-size: 0.16rem;
    }

    #face-the-boss .pc_Content .about-us_header {
        height: 120px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-family: PingFangSC, PingFang SC;
        font-weight: 600;
        font-size: 0.38rem;
    }

    #face-the-boss .pc_Content .center_content {
        margin: 0;
        width: 100%;
        display: flex;
    }

    #face-the-boss .pc_Content .center_content .right_content {
        background-color: #ffffff;
        padding: 0.3rem 0.15rem 0px 0.15rem;
        margin-bottom: 0.1rem;
        margin: 0;
        width: 100%;
    }

    #face-the-boss .pc_Content .center_content .right_content .center_title_box {
        display: flex;
        align-items: center;
        justify-content: space-between;
        border: 0;
    }

    #face-the-boss .pc_Content .center_content .right_content .center_title_box .center_title {
        width: auto;
        height: auto;
        font-family: MicrosoftYaHeiUI, MicrosoftYaHeiUI;
        font-weight: bold;
        font-size: 0.2rem;
        color: #333333;
        line-height: 0.25rem;
        text-align: left;
        font-style: normal;
    }

    #face-the-boss .pc_Content .center_content .right_content .center_title_box .center_title .line {
        display: none;
    }

    #face-the-boss .pc_Content .center_content .right_content .right_content_item .right_content_item_content {
        display: block;
        margin-top: 0.14rem;
        padding-bottom: 0.1rem;
        height: auto;
        border-bottom: 1px solid #e5e5e5;
    }

    #face-the-boss .pc_Content .center_content .right_content .right_content_item .right_content_item_content .date {
        width: 0.81rem;
        height: 0.33rem;
        font-family: MicrosoftYaHeiUI;
        font-size: 0.14rem;
        color: #666666;
        line-height: 0.33rem;
        text-align: center;
        font-style: normal;
    }

    #face-the-boss .pc_Content .center_content .right_content .right_content_item {
        margin-top: 20px;
        width: 100%;
    }

    #face-the-boss .pc_Content .center_content .right_content .right_content_item .right_content_item_content .title {
        width: 100%;
        font-family: MicrosoftYaHei;
        font-size: 0.16rem;
        color: #333333;
        line-height: 0.28rem;
        text-align: left;
        font-style: normal;
        display: block;
        white-space: normal;
        text-overflow: ellipsis;
        overflow: hidden;
    }
    
.special_box {
  margin-top: 0.15rem;
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  padding-bottom: 0.15rem;
  border-bottom: 1px solid #e5e5e5;
  overflow: auto;
}
.special_box .special_item {
  display: flex;
  width: fit-content;
  height: 0.36rem;
  font-size: 0.16rem;
  line-height: 0.36rem;
  padding: 0 0.15rem;
  font-style: normal;
  margin-right: 0.1rem;
  word-break: keep-all;
  border-radius: 8px;
  background-color: #f7f8fa;
  align-items: baseline;
  min-width: unset;
}
}

/*# sourceMappingURL=face-the-boss.css.map */
<!--ºÄÊ±1751463218.764Ãë-->