html body {
  font-size: 0.95238vw;
  width: 100%;
}

/* 头部背景*/
.field {
  height: auto;
  width: 100%;
  display: flex;
  /*margin-top: 20px;*/
  /* background-color: red; */
}
#main-header {
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(20px);
}
.mainbg {
  width: 100%;
  height: 320px;
  background: url(http://aliyunoss.anjielaw.com/images/uimg/head/h9.jpg) no-repeat;
  background-position-y: 50%;
  background-size: cover;
  /* background-size: cover; */
}
.submainbg {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  /* background: url(http://aliyunoss.anjielaw.com/images/uicon/Team@2x.png) no-repeat; */
}
.submainbg p {
  font-size: 40px;
  /* font-family: PingFangSC-Semibold, PingFang SC; */

  font-weight:700;
  color: #ffffff;
  position: relative;
  left: 130px;
  top: -50px;
}
.headtitle{
  width: 100%;
  height: 210px;
  position: relative;
  top: 50px;
  left: 130px;
    white-space: nowrap;
  /* background-color: red; */
}
.headtitle img{
  filter: invert(100%) sepia(94%) saturate(25%) hue-rotate(9deg) brightness(107%) contrast(106%);
  transform: scale(.5) rotate(180deg);
  position: relative;
  top: 1px;
  left: 1px;
}
.headtitle span:not(:first-child){
  font-size: 18px;
/* font-family:  PingFang SC; */
font-weight: 400;
color: #EBEBEB;
position: relative;
top: 2px;
font-weight: 400;

}
.intoxie{
  margin: 0 16px;
}
.titlespan{

    width: 80%;
    top: 8px !important;
    display: inline-block;
    overflow: hidden;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
}
.circlespan{
  display: inline-block;
  width: 32px;
height: 32px;
border: 1px solid #FFFFFF;
border-radius: 16px;
cursor: pointer;
}
/* 中间内容 */
.left {
  width: 70%;
  /* height: 800px; */
  /* background-color: red; */
  padding-right: 80px;
  margin-bottom: 100px;
}
.right {
  /* width: 30%; */
  width: 380px;
    margin-bottom: 100px;

  /* height: 800px; */
  /* background-color: aquamarine; */
}
/*默认格式*/
.boldtitle{
    font-size: 40px !important;
    font-weight: 700 !important;
    color: #ffffff;

    line-height: 56px;
}
psection u,p{
    text-decoration: none !important;
    font-size: 18px !important;
    font-weight: 400 !important;
    font-style:normal !important;
    color: #333333;
    padding: 0;
    margin: 0;
    line-height: 32px;
    word-break: break-all;
    margin-bottom: 0 !important;
}
psection h1,h2{
    text-decoration: none !important;
    font-size: 18px !important;
    font-weight: 400 !important;
}
.psection:not(:last-child) {
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 40px;
}
.left .psection:nth-child(1){
    color: red !important;
    margin-top: 60px;
}
.ptitle {
  font-size: 22px;
  /* font-family: PingFangSC-Semibold, PingFang SC; */
  font-weight: 600;
  color: #000000;
  margin-top: 40px;
  margin-bottom: 8px;
  line-height: 30px;
  font-weight: 700;
}
.pcontent {
  font-size: 18px;
  /* font-family: PingFangSC-Regular, PingFang SC; */
  font-weight: 400;
  color: #333333;
  padding: 0;
  margin: 0;
  line-height: 32px;
  word-break: break-all;
}
.pcontent:first-child {
  font-size: 18px;
  /* font-family: PingFangSC-Regular, PingFang SC; */
  font-weight: 400;
  color: #333333;

  line-height: 32px;
}
.morep {
  line-height: 32px;

  /* margin-bottom: 0 !important; */
}
.morep p:not(.subtitle) {
  margin-bottom: 0 !important;
  font-size: 18px;
  /* font-family: PingFangSC-Regular, PingFang SC; */
  font-weight: 400;
  color: #333333;
  line-height: 32px;
  word-break: break-all;
}
.subtitle {
  font-size: 18px;
  /* font-family: PingFangSC-Semibold, PingFang SC; */
  font-weight: 700;
  color: #000000;
  margin-top: 40px;
  margin-bottom: 0;
}

/* 右侧人物 */

.contop {
  width: 100%;
  /* height: 190px; */
  height: 190px;
  border-radius: 4px;
  display: flex;
}
.singp {
  margin-top: 10px;
}
.conone {
  /* width: 42%; */
  width: 160px;
  /* background-color: red; */
}
.conone img {
  height: 100%;
  object-fit: cover;
}
.morebox{
  height: 40px;
background: #F8F8F8;
border-radius: 4px;
margin-top: 12px;
display: flex;
justify-content: center;
align-items: center;
font-weight: 400;
color: #999999;
cursor: pointer;
font-size: 14px;
}
.morebox:hover{
  background: #F2F2F2;
}
.btmp {
  font-size: 14px;
  /* font-family: PingFangSC-Regular, PingFang SC; */
  /* font-family:  PingFang SC; */
  font-weight: 400;
  color: #666666;
 padding: 16px 0;
    position: absolute;
    bottom: 0;
    border-top: 1px solid #000000;
    width: 180px;
}
.btmp img {
  width: 11px;
  height: 11px;
}
.btmp span{
  word-break: break-all;
}

.contwo {
  width: 58%;
  padding: 0 20px;
  background-color: rgba(248, 248, 248, 1);
  transition: 0.5s;
    overflow: hidden;
    position: relative;
}
.contop:hover .contwo {
  background: #f2f2f2;
}
.contwo p:first-child {
  margin-top: 20px;
}
.cpt {
  padding-bottom: 64px;
  font-size: 14px;
  /* font-family: PingFangSC-Semibold, PingFang SC; */
  /* font-family: PingFang SC; */
  font-weight: 600;
  color: #666666;
}
.cpo {
  margin-bottom: 8px;
  /* font-family: PingFangSC-Semibold, PingFang SC; */
  /* font-family: PingFang SC; */
  font-weight: 600;
  color: #000000;
  font-size: 22px;
    margin-top: 20px;
}
.contwo hr {
  opacity: 1;
  background: #000000;
}
.hr {
  width: 100%;
  height: 1px;
  background: #000000;
}

.rtitle {

  margin-top: 60px;
  margin-left: -8px;
  /*margin-bottom: 20px;*/
}
.rtitle img{
  transform: scale(.5);
  position: relative;
  top: -2px;
}
.rtitle span{
  font-size: 18px;
  /* font-family: PingFangSC-Medium, PingFang SC; */
  font-weight: 500;
  color: #000000;
}
.paperbox {
  width: 100%;
  height: 104px;
  background: #f8f8f8;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 12px;
  cursor: pointer;
}
.paperbox:hover .rbox{
  background: #f2f2f2;
}
.limg {

  height: 100%;
  width: 120px;
}
.limg img {
  width: 120px;
  height: 100%;
}
.rbox {
  width: 67%;
  height: 100%;
  padding: 18px 20px;
}
.rbox div:nth-child(1) {
  font-size: 16px;
  /* font-family: PingFangSC-Regular, PingFang SC; */
  font-weight: 400;
  color: #000000;
  line-height: 22px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.nametime{
  font-size: 12px;
  /* font-family: PingFangSC-Regular, PingFang SC; */
  font-weight: 400;
  color: #999999;
  line-height: 16px;
  margin-top: 8px;
  margin-bottom: 18px;
}

/* 移动、pad公共 */
@media (max-width: 1279px) {
  .mainbg{
    height: auto;
  }
  .headtitle span:not(:first-child){
    /* top: 4px; */
  }
  .submainbg{
    height: auto;
  }
  .submainbg p{
    top: -100px;
    font-size: 20px;
    width: 95%;
    font-size: 34px !important;
    word-break: normal;
    /*
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden; */
  }
  .hly{
    margin-left: 5px !important;

  }
    .titlespan{
        width: 40%;
    }
  /* .headtitle+p{
    top: -80px;
  }
  .subtxt{
    top: -70px;
  } */
  .field{
    flex-direction: column;
  }
  .left{
    width: 100%;
    padding-right:0;
    margin-bottom: 10px;
  }
  .ptitle{
    margin-top: 20px;
  }
  .conone img{
    object-fit: cover;
  }
  .right{
    width: 100%;
  }
  .paper{
    margin-bottom: 20px;
  }
}


/* pad专用*/
@media (min-width: 768px) and (max-width: 1279px) {
    .conone {
        width: 220px !important;
    }
    .conone img {
        width: 100% !important;
    }
    .contwo {
        width: 100% !important;
    }
    .btmp {
        width: 100% !important;
    }
    .rbox {
        width: 100% !important;
    }
    .limg {
        width: 144px !important;
    }
}
