.box {
  padding: 0 72px;
  width: 1200px;
  background-color: rgb(255, 255, 255);
  margin: -40px auto;
  border-radius: 10px;
  padding: 20px;
  position: relative;
}
 ul li {
    list-style-type: none; 
    margin: 0; 
    padding: 0; 
  }
.hidden {
  display: none !important;
}

.pointer {
  cursor: pointer;
}

.header {
  border-bottom: 2px solid rgb(40, 89, 246);
}

.header .list {
  display: flex;
}

.header .border {
  width: 2px;
  height: 50px;
  background-color: rgb(186, 186, 186);
}

.header_ul {
  display: flex;
  flex-wrap: wrap;
  width: 270px;
  height: 60px;
}

.header_ul li {
  margin-right: 20px;
  font-size: 16px;
}

.header_ul li a {
  color: rgb(102, 102, 102)
}

.header .rightContent {
  width: 300px;
  height: 100%;
  color: rgb(102, 102, 102);
}



.rightContent img {
  width: 20px;
}

.rightContent .img {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.rightContent .search {
  width: 300px;
  height: 30px;
  border-radius: 20px;
  border: 1px solid #ccc;
  margin-top: 16px;
  padding: 4px 0 4px 10px;
  display: flex;
  align-items: center;
}

#pet-select {
  height: 100%;
  width: 90px;
  outline: none;
  border: none;
  border-right: 1px solid #ccc;
}

.rightContent .search input {
  height: 100%;
  width: 150px;
  outline: none;
  border: none;
  margin-left: 10px;
}

.rightContent .erweima3,
.rightContent .erweima4 {
  width: 120px;
  height: 130px;
  background-color: #fff;
  position: absolute;
  z-index: 999;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #ccc;
  top: 50px;
}

.rightContent .erweima4 {
  right: 40px;
}

.rightContent .erweima3 img,
.rightContent .erweima4 img {
  width: 90%;
}

.bread {
  font-size: 20px;
  color: rgb(40, 89, 246);
  margin-top: 10px;background-color: #fff;
  padding:10px;padding-bottom:0px;
}

.bread a {
  color: rgb(40, 89, 246);
  cursor: pointer;
}

.bread a img {
  width: 30px;
  cursor: pointer;
}

.bread p {
  padding-bottom: 10px;
}

.left1 {
  width: 76%;
  background-color: #fff;
  padding-bottom: 20px;
  height:100%;
  padding:10px;padding-top:0px;
}

.title {
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgb(180, 180, 180);
  border-top: 1px dashed rgb(180, 180, 180);
  position: relative;
}

.title p {
  font-size: 30px;
  margin-bottom: 20px;
}

.content .btn {
  position: absolute;
  right: 10px;
  bottom: 20px;
  width: 200px;
  display: flex;
  justify-content: space-between;
}

.content .btn .every {
  width: 36px;
  height: 24px;
  display: flex;
  /* justify-content: center; */
  align-items: center;
  flex-direction: column;
  overflow: hidden;
}

.transform1 {
  transform: translateY(-24px);
  transition: 0.2s;
}

.transform3 {
  transform: translateY(-28px);
  transition: 0.2s;
}

.transform2 {
  transform: translateY(0px);
  transition: 0.2s;
}

.content .btn .every img {
  width: 24px;
  height: 24px;
}

.content .btn .every p {
  font-size: 12px;
}

.right {
  width: 30%;
  height: 100px;
}

.content {
  display: flex;
}

.right_content {
  transform: translate(0px, -6px) !important;
  margin-left: 0px !important;
}

article {
  margin-top: 30px !important;
}

article h2 {
  margin-bottom: 20px;
}

article p {
  line-height: 34px;
  font-size: 18px;
  margin-bottom: 20px;
  font-weight: 400;
}

article .tit {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100px;
}

.share {
  border-bottom: 1px solid rgb(180, 180, 180);
  padding-bottom: 20px;
  padding-top: 10px;
}

.share img {
  cursor: pointer;
  width: 20px;
}

.statement {
  border: 1px solid rgb(180, 180, 180);
  margin-top: 20px;
}

.statement .title1 {
  background-color: rgb(231, 243, 253);
  color: #cc0000;
  border-bottom: 1px solid rgb(180, 180, 180);
  height: 30px;
  line-height: 30px;
  font-weight: 600;
  padding-left: 10px;
}

.statement p {
  font-size: 14px;
  padding-left: 20px;
}
.manuscript_title{
     float: none;
      clear: both;
      font-size: 26px;
      line-height: 60px;
      padding: 10px 0 10px 0;
      font-weight: bold;
      font-weight: normal;
      font-family: '微软雅黑';
      white-space: pre-wrap;
  margin-left: 10px;
}

 .titleL span {
      font-size: 14px;
      padding-right: 10px;
      color: #8d8d8d;
     margin-left: 10px;
    }
    .titleL .comment {
      float: right;
      line-height: 38px;
      height: 38px;
    }
.content_001_xq {
    font-size: 16px;
    padding: 20px;
    line-height: 2;
}
.content_001_xq p {
    font-size: 18px;
   
}
.content_001_xq img{
     width: 100%;
     height:100%
}
 .hongqiVideo video{
      width: 100%;
      max-height: 600px;
      min-height: 388px;
      margin: 38px 0;
    }