
.page_pc { position:relative; overflow:hidden; max-width:1920px; min-width:1200px; margin:0 auto; background:#f6f6f6; padding-bottom:90px; }
.page_pc * { margin:0; padding:0; list-style:none; border:0; font-family:'\5FAE\8F6F\96C5\9ED1\0', 'SL-Simplified', "Microsoft YaHei"; }
.page_pc img { display:block; max-width:100%; }
.page_pc video { display:block; width:100%; }
.page_pc p { font-weight:normal; text-align: justify; text-justify:inter-ideograph; }
.page_pc sup { font-size:0.6em; line-height:0; vertical-align:super; }
.page_pc :focus{ outline:auto; }
.page_pc :focus:not(:focus-visible) { outline:none; }
.page_pc strong{ font-weight:bold; }

.page_pc section{ width:1200px; margin:0 auto; position:relative; }
.page_pc section h2{ margin-top:100px; }
.page_pc .welfareList{ overflow: hidden; margin-top:30px; }
.page_pc .welfareList>a{ float:left; width:585px; margin-top:30px; min-height:212px; border-radius:10px; overflow:hidden; background:url("../images/reg_icon02.jpg") right bottom no-repeat #fff; }
.page_pc .welfareList>a:nth-child(2n){ margin-left:30px; }
.page_pc .welfareList>a>img{ float:left; width:268px; }
.page_pc .welfareList>a>.tbox{ float:left; margin:0 25px 0 40px; width:252px; position:relative; top:106px; transform:translateY(-50%); }
.page_pc .welfareList>a>.tbox h5{ font-size:18px; line-height:1.2em; color:#000; font-weight:bold; }
.page_pc .welfareList>a>.tbox p{ font-size:14px; line-height:1.5em; color:#777; margin-top:0.5em; }

.page_pc .publishUl{ position: relative; padding:50px 90px 100px; margin-top:30px; border-radius:10px; background:#fff; }
.page_pc .publishUl>li{ overflow: hidden; margin-top:35px; }
.page_pc .publishUl>li:first-child{ margin-top:0; }
.page_pc .publishUl>li>.time{ float:left; width:204px; border-radius:13px; background:#7fbcff; font-size:16px; line-height:1.875em; color:#fff; text-align:center; margin-right:18px; }
.page_pc .publishUl>li>a{ font-size:16px; line-height:1.875em; color:#303030; }

.page_pc .mb::before {
  content: '';
  position: absolute; left: 0; bottom: 100px;
  width: 100%; height: 30px;
  background-color: rgba(255, 255, 255, .5);
  z-index: 9;
}


.page_pc .publishUlPd { padding:50px 90px 35px; }

.page_pc .publishUl02 { 
  padding: 0 90px 100px; margin-top: 0;
  border-top-left-radius:0; border-top-right-radius:0;
  display: none;
}

.page_pc .btnSlideBox {
  position: relative; left: 50%; bottom: 5vw; transform: translateX(-50%); 
  width: 1020px; height: 5em;
  background-color: red;
}

.page_pc .btnSlide { 
  position: absolute; left: 50%; bottom: 5vw; transform: translateX(-50%); 
  width: 8em; font-size: 16px; line-height: 2em; text-align: center; 
  border: solid 2px #7fbcff; border-radius: 1em; cursor: pointer; 
  color: #7fbcff;
  z-index: 2;
}
.page_pc .btnSlide::before { content: "查看更多"; }
.page_pc .btnSlide.active::before { content: "收起"; }

.page_pc .btnSlideBj {
  position: relative;left: 50%; bottom: 5em; transform: translateX(-50%); 
  width: 1020px; height: 5em;
  background-color: #fff;
  z-index: 1;
}