.container {
  width: 100%;
}
.main_body {
  margin-top: 0;
  padding: 0;
}
#rights-and-interests-protection .pc_Content {
  font-size: 16px;
  width: 100%;
  margin: 0 auto;
}
#rights-and-interests-protection .pc_Content .more {
  font-size: 12px;
  color: #666666;
}
#rights-and-interests-protection .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;
}
#rights-and-interests-protection .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;
}
#rights-and-interests-protection .pc_Content .content_top_navBar .span1 {
  cursor: pointer;
}
#rights-and-interests-protection .pc_Content .content_top_navBar .span2 {
  color: #0a5db1;
  cursor: pointer;
}
#rights-and-interests-protection .pc_Content .content_top_navBar .right-icon {
  margin: 0 5px;
}
#rights-and-interests-protection .pc_Content .center_content {
  margin: 32px auto;
  width: 1200px;
}
#rights-and-interests-protection .pc_Content .center_content .center_content_box {
  margin-bottom: 32px;
}
#rights-and-interests-protection .pc_Content .center_content .center_content_box .center_title_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #d8d8d8;
}
#rights-and-interests-protection .pc_Content .center_content .center_content_box .center_title_box .center_title {
  width: 64px;
  height: 26px;
  font-family: MicrosoftYaHeiUI, MicrosoftYaHeiUI;
  font-weight: bold;
  font-size: 16px;
  color: #1468bf;
  line-height: 20px;
  text-align: left;
  font-style: normal;
}
#rights-and-interests-protection .pc_Content .center_content .center_content_box .center_title_box .center_title .line {
  width: 32px;
  height: 3px;
  background: #1468bf;
  border-radius: 2px;
  margin: 0 auto;
  margin-top: 5px;
}
#rights-and-interests-protection .pc_Content .center_content .center_content_box .center_content_item .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#rights-and-interests-protection .pc_Content .center_content .center_content_box .center_content_item .item .content {
  font-size: 16px;
  color: #333333;
  line-height: 46px;
  text-align: left;
  font-style: normal;
}
#rights-and-interests-protection .pc_Content .center_content .image_box {
  width: 100%;
  margin-top: 20px;
  border-radius: 8px;
  display: flex;
  justify-content: space-between;
}
#rights-and-interests-protection .pc_Content .center_content .image_box img {
  display: inline-block;
}
#rights-and-interests-protection .pc_Content .center_content .image_box .img_1 {
  width: 100%;
  /* height: 100px; */
  border-radius: 8px;
}
#rights-and-interests-protection .pc_Content .center_content .image_box .img_2 {
  width: 270px;
  height: 150px;
  position: relative;
}
#rights-and-interests-protection .pc_Content .center_content .image_box .img_2 a span{
  position: absolute;
  width: 80%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 26px;
  color: #FFFFFF;
  line-height: 30px;
  text-align: center;
}
#rights-and-interests-protection .pc_Content .special_box {
  width: 100%;
  display: flex;
  margin-top: 20px;
}
#rights-and-interests-protection .pc_Content .tab_box {
    display: inline-block;
    margin-right: 10px;
    margin-top: 20px;
}
#rights-and-interests-protection .pc_Content .tab_box .box_i {
    padding: 8px 12px;
    text-align: center;
    background: #F7F8FA;
    border-radius: 8px;
    font-size: 14px;
    color: #666666;
    cursor: pointer;
    display: inline-block;
    margin-right: 10px;
}
#rights-and-interests-protection .pc_Content .tab_box .box_i.active {
    background: rgba(20, 104, 191, 0.1);
    font-weight: bold;
    font-size: 14px;
    color: #1468BF;
}
#rights-and-interests-protection .pc_Content .special_box .special_item {
  width: 150px;
  height: 36px;
  border-radius: 8px;
  background-color: #f7f8fa;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  margin-right: 30px;
  cursor: pointer;
}
#rights-and-interests-protection .pc_Content .special_box .active {
  background-color: #1468bf;
  color: #ffffff;
  position: relative;
}
#rights-and-interests-protection .pc_Content .special_box .active::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-bottom-color: #1468bf;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  bottom: -16px;
  transform: rotateZ(180deg);
}
#rights-and-interests-protection .mobile_Content {
  font-size: 0.16rem;
  /* width: 375px; */
  background: #f7f8fa;
}
#rights-and-interests-protection .mobile_Content .top {
  width: 100%;
  height: 120px;
  background: url(/images/banner_lan.png) center no-repeat;
  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;
}
#rights-and-interests-protection .mobile_Content .center_content_box {
  background-color: #ffffff;
  padding: 0.3rem 0.15rem 0px 0.15rem;
  margin-bottom: 0.1rem;
}
#rights-and-interests-protection .mobile_Content .center_content_box .center_title_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#rights-and-interests-protection .mobile_Content .center_content_box .center_title_box .center_title {
  width: 0.8rem;
  height: 0.25rem;
  font-family: MicrosoftYaHeiUI, MicrosoftYaHeiUI;
  font-weight: bold;
  font-size: 0.2rem;
  color: #333333;
  line-height: 0.25rem;
  text-align: left;
  font-style: normal;
}
#rights-and-interests-protection .mobile_Content .center_content_box .center_title_box .more {
  width: 0.28rem;
  height: 0.18rem;
  font-family: MicrosoftYaHeiUI;
  font-size: 0.14rem;
  color: #666666;
  line-height: 0.18rem;
  text-align: left;
  font-style: normal;
}
#rights-and-interests-protection .mobile_Content .center_content_box .special_box {
  margin-top: 0.15rem;
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  padding-bottom: 0.15rem;
  border-bottom: 1px solid #e5e5e5;
  overflow: auto;
}
#rights-and-interests-protection .mobile_Content .center_content_box .special_box .special_item {
  width: fit-content;
  height: 0.21rem;
  font-size: 0.16rem;
  line-height: 0.21rem;
  font-style: normal;
  margin-right: 0.29rem;
  word-break: keep-all;
}
#rights-and-interests-protection .mobile_Content .center_content_box .special_box .special_item:last-child {
  margin-right: 0;
}
#rights-and-interests-protection .mobile_Content .center_content_box .special_box .active {
  font-weight: bold;
  color: #333333;
  position: relative;
}
#rights-and-interests-protection .mobile_Content .tab_box {
    display: inline-block;
    margin-right: 10px;
    margin-top: 20px;
}
#rights-and-interests-protection .mobile_Content .tab_box .box_i {
    padding: 8px 12px;
    text-align: center;
    background: #F7F8FA;
    border-radius: 8px;
    font-size: 14px;
    color: #666666;
    cursor: pointer;
    display: inline-block;
    margin-right: 10px;
}
#rights-and-interests-protection .mobile_Content .tab_box .box_i.active {
    background: rgba(20, 104, 191, 0.1);
    font-weight: bold;
    font-size: 14px;
    color: #1468BF;
}
#rights-and-interests-protection .mobile_Content .center_content_box .special_box .active::before {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background: #0a5db1;
  border-radius: 2px;
  position: absolute;
  bottom: -5px;
}
#rights-and-interests-protection .mobile_Content .center_content_box .img_type_1 {
  margin-top: 0.1rem;
  width: 100%;
  height: 0.7rem;
  border-radius: 8px;
}
#rights-and-interests-protection .mobile_Content .center_content_box .img_type_1 img {
  width: 100%;
  height: 100%;
  border-radius: 6px;
}
#rights-and-interests-protection .mobile_Content .center_content_box .image_box {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.1rem;
}
#rights-and-interests-protection .mobile_Content .center_content_box .image_box .img_2 {
  margin: 0 0.1rem 0.1rem 0;
  color: #ffffff;
  width: 48%;
  height: 0.94rem;
  border-radius: 6px;
  position: relative;
}
#rights-and-interests-protection .mobile_Content .center_content_box .image_box .img_2 img {
  display:block;
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 6px;
}
#rights-and-interests-protection .mobile_Content .center_content_box .image_box .img_2 span {
  position: absolute;
  width: 80%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 0.18rem;
  color: #FFFFFF;
  line-height: 0.22rem;
  text-align: center;
}
#rights-and-interests-protection .mobile_Content .center_content_box .image_box .img_2:nth-child(even) {
  margin-right: 0;
}
#rights-and-interests-protection .mobile_Content .center_content_box .center_content_item .item {
  margin-top: 0.14rem;
  padding-bottom: 0.14rem;
  border-bottom: 1px solid #e5e5e5;
  font-size: 0.16rem;
  color: #333333;
  line-height: 0.32rem;
}
#rights-and-interests-protection .mobile_Content .center_content_box .center_content_item .item .date {
  width: auto;
  font-family: MicrosoftYaHeiUI;
  font-size: 0.14rem;
  color: #666666;
  line-height: 0.33rem;
  text-align: left;
  font-style: normal;
}
#rights-and-interests-protection .mobile_Content .center_content_box .center_content_item .item:last-child {
  border-bottom: none;
}
.mobile_Content {
  display: none;
}
@media only screen and (max-width: 768px) {
  .pc_Content {
    display: none;
  }
  .mobile_Content {
    display: block;
  }
}

/*# sourceMappingURL=rights-and-interests-protection.css.map */
