body {
  display: flex;
  flex-flow: column;
  min-height: 100vh;
}

.main-new {
  max-width: 1080px;
  margin: 0 auto;

  flex: 1;
  color: #333;
}

.new-item-title>h2 {
  padding: 20px 0 12px;
  text-align: center;
} 

.new-item-title .new-title-mes {
  text-align: center;
}

.new-item-title .new-title-mes>span{
  font-size: 14px;
  margin-right: 40px;
}

/* 文章内容 */
.new-item-content {
  margin: 20px auto 42px;
  min-height: calc(100vh - 670px);
}

.new-item-content p {
  margin-bottom: 14px;
  text-indent: 2rem;
  line-height: 30px;
}

.new-item-content article {
  line-height: 28px;
}

.new-item-content .content-img {
  width: 560px;
  margin: 16px auto;
  text-align: center;
}

.new-item-content .left-img {
  margin: 0;
}

.new-item-content .content-img>img {
  margin-bottom: 10px;
}

.new-item-content .content-img>span {
  display: inline-block;
  width: 100%;
  font-weight: 600;
}

.new-item-content .wideimg {
  width: 832px;
}

.abreast {
  width: 100%;
  margin-bottom: 14px;
  text-align: center;
  font-weight: 600;
}
.new-item-content .qr-code {
  display: flex;
  justify-content: center;
}

.new-item-content .qr-code>img {
  width: 267px;
}

.db-img {
  width: 96%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  column-gap: 10px;
}

.db-img>img {
  width: 49%;
  border: 1px dashed #999;
}

.abreast span {
  display: inline-block;
  margin-top: 6px;
}

.text-footer {
  padding: 24px 10px;
  margin-bottom: 42px;
  display: flex;
  justify-content: space-between;
  column-gap: 1em;
  border-top: 1px solid black;
}

.text-footer a {
  color: #444;
}

.text-footer a:hover {
  color: #679FD2;
}

/* flex布局 图片中间有间隙 */
.gap1 {
  column-gap: 20px;
}

/* 图片宽度为400px */
.width4>img {
  width: 400px;
}

.text-center {
  text-align: center;
}

.red {
  color: var(--primary-color);
  font-weight: 600;
}

.link-red:hover {
  color: #679FD2;
}

.left-border {
  padding-left: 10px;
  border-left: 2px solid var(--primary-color);
}

.big-font {
  font-size: 18px;
}

/* 字体重影 */
.double-img {
  transform: translateY(16px);
  font-size: 18px;
  text-shadow: 4px 3px 0px #ccc;
}

.no-margin p {
  margin: 0;
  padding: 0;
  margin-bottom: 4px;
}

.no-margin {
  margin-top: -1em;
  margin-bottom: 10px;
  padding: 20px 10px 10px;
  border: 1px solid rgb(192, 200, 209);
  background-color: rgb(239, 239, 239);
}

.no-margin-p p {
  margin: 0;
}

.new-item-content .max-width {
  width: 100%;
}

.end {
  display: grid;
  grid-template-columns: 11fr 0.4fr;
  column-gap: 10px;
}

.end-item {
  position: relative;
  padding-top: 20px;
  padding-right: 8px;
  background: rgba(196, 199, 205, 0.4);
}

.end-item h3 {
  text-align: right;
  padding-right: 52px;
  font-size: 22px;
  font-weight: 700;
}

.blue {
  height: 3px;
  width: 120px;
  position: absolute;
  right: 8px;
  display: grid;
  grid-template-columns: 11fr 0.3fr;
  column-gap: 3px;
}

.blue>div {
  /* height: px; */
  height: 100%;
  background: rgb(7, 46, 94);
}

.p-right {
  text-align: right;
}

.left-border-black {
  height: 48px;
  margin-left: 2rem;
  border-left: 1px solid #333;
}

.left-border-black1 {
  height: 24px;
  margin-left: 2rem;
  margin-bottom: 10px;
  border-left: 1px solid #333;
}

.left-border-grey {
  margin: 10px auto;
  padding: 0px 0px 0px 10px;
  max-width: 100%;
  border-left: 5px solid rgb(170, 170, 170);
  overflow-wrap: break-word !important;
  
}


/* 转载底部 */
.rep-art {
  margin-top: 32px;
  text-align: left;
}

.rep-art .bor-bottom {
  width: 200px;
  margin-bottom: 6px;
  border-bottom: 1px solid #333;
}

.rep-art p {
  margin: 0;
  text-indent: 0;
}

/* p没有缩进 */
.no-indent p {
  text-indent: 0 ;
}

/* 招聘 */
.job-sec {
  margin-top: 20px;
  margin-bottom: 16px;
}

.job-sec>span {
  display: inline-block;
  margin-bottom: 8px;
  margin-left: 4px;
}

.job-sec>ul {
  margin-left: 1rem;
  line-height: 28px;
}

.job-sec .no-indent p {
  text-indent: 4px;
  margin-bottom: 0;
}

.job-sec>h3 {
  margin-bottom: 4px;
}

.new-item-title .long-h2 {
  font-size: 20px;
}

.content-img .o-img {
  width: 576px;
}

.content-img .o-img2 {
  width: 413px;
}

.woder {
  display: inline-block;
  font-size: 12px;
  word-break: break-all;
}

/* header变成fixed后页面向上平移*/
body .sticky-trans {
  margin-top: 80px;
}
body .open-trans {
  transform: translateY(80px);
}

.pkuvcl-main .min {
  width: unset;
}

.pkuvcl-main .formula {
  text-align: center;
}

.pkuvcl-main .formula>img {
  width: unset;
}

.pkuvcl-main .new-item-content p {
  margin-bottom: 10px;
}

@media (max-width: 1200px) {
  .new-item-title>h2 {
    font-size: 20px;
  }

  .main-new {
    max-width: 860px;
  }

  .new-item-title .new-title-mes>span{
    font-size: 12px;
    margin-right: 20px;
  }

  .new-item-title .long-h2 {
    font-size: 16px;
  }

  .text-footer {
    font-size: 14px;
    display: grid;
    grid-template-rows: repeat(2, 1fr);
  }

  .gap1 {
    column-gap: 15px;
  }
  
}

@media (max-width: 900px) {
  .main-new {
    width: 96%;
    margin: 0 auto;
    font-size: 14px;
  }

  .new-item-content p {
    margin-bottom: 10px;
    text-indent: 1.8rem;
  }
  
  /* p没有缩进 */
  .no-indent p {
    text-indent: 0 ;
  }
  
  .new-item-content .content-img {
    width: 96%;
    margin: 12px auto;
  }

  .new-item-content .content-img>img {
    margin-bottom: 6px;
  }

  .hdr .content-img {
    width: 98% !important;
  }

  .content-img .o-img,
  .content-img .o-img2 {
    width: 96%;
  }

  .new-item-content .qr-code>img {
    width: 132px;
  }

  .gap1 {
    column-gap: 0;
  }
}

@media (max-width: 576px) {
  .main-new {
    width: 94%;
  }

  .new-item-title>h2 {
    padding: 14px 0 12px;
    font-size: 18px;
  } 

  .content-img>video {
    width: 96% !important;
    height: 264px;
  }

  .new-item-content .content-img > img{
    width: 100% !important;
  }

  .rep-art {
    font-size: 10px;
  }

  .rep-art p {
    word-break: break-all;
  }

  .new-item-content .qr-code>img {
    width: 88px;
  }

  .end {
    column-gap: 5px;
  }

  .end-item {
    padding-bottom: 16px;
  }
  
  .end-item h3 {
    font-size: 20px;
  }

  .end-item p {
    padding-top: 10px;
    text-indent: 1.6rem;
    margin: 0;
  }

  .new-item-content .big-font {
    font-size: 16px !important;
  }

  .new-item-content .big-font p {
    margin: 0;
  }

  .db-img {
    display: unset;
  }

  .db-img>img {
    width: 96%;
  }
}

@media (min-width: 2200px) {
  .new-item-content {
    min-height: calc(100vh - 750px);
  }
}