.top_bg {
  background: url(../images/news/topbg.png);
  width: 100%;
  height: 300px;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
}

.top_bg .box {
  margin: auto;
  text-align: center;
  line-height: 56px;
}

.top_bg .box .name {
  font-weight: bold;
  color: #FFFFFF;
  font-size: 200%;
}

.top_bg .box .desc {
  color: #FFFFFF;
  font-size: 100%;
}

/*  */

.section1 {}

.section1 .curr {
  width: 65%;
  margin: 15px auto;
}

.section1 .curr span {
  display: inline-block;
  font-size: 120%;
  background: #FFFFFF;
  color: #373737;
  text-align: center;
  line-height: 14px;
  margin: 15px 10px;
  padding: 5px 10px;
  border-radius: 50px;
  cursor: pointer;
}

.section1 .curr .on {
  background: #B80081;
  color: #FFFFFF;
}

.section1 .newslist {
  width: 65%;
  border-radius: 3px;
  margin: 0 auto;
}

.section1 .newslist .item {
  margin-top: 15px;
  display: flex;
  align-items: center;
  background: #FAFAFC;
  justify-content: center;
  padding: 10px;
  cursor: pointer;
}

.section1 .newslist .item .img {
  /* width: 180px;
  height: 96px; */
  width: 150px;
  height: 105px;
  overflow: hidden;
}

.section1 .newslist .item .img img {
  width: 143%;
  height: 100%;
}

.section1 .newslist .item .info {
  width: 70%;
  padding: 0 40px 0 10px;
  height: 100px;
}

.section1 .newslist .item .info .title {
  color: #6C6C6C;
  font-size: 140%;
}

.section1 .newslist .item .info .tag {
  color: #ABABAB;
  padding: 10px 0;
}

.section1 .newslist .item .info .desc {
  font-size: 95%;
  color: #6B6B6B;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.section1 .newslist .item .date {
  width: 10%;
  text-align: left;
}

.section1 .newslist .item .date .day {
  color: #6B6B6B;
  font-size: 140%;
}

.section1 .newslist .item .date .year {
  color: #6B6B6B;
  font-size: 95%;
}

.section1 .newslist .item .date .arrow {
  width: 63px;
  height: 24px;
  border: 1px solid #D2D2D2;
  margin-top: 10px;
  border-radius: 100px;
  position: relative;
}

.section1 .newslist .item .date .arrow::before {
  content: '';
  position: absolute;
  margin: auto;
  right: 15%;
  top: 8px;
  width: 45%;
  height: 1px;
  background: #A5A5A5;
}

.section1 .newslist .item .date .arrow::after {
  content: '';
  position: absolute;
  margin: auto;
  right: 14%;
  top: 12px;
  width: 10px;
  height: 1px;
  background: #A5A5A5;
  transform: rotate(-45deg);
}

.section1 .pages {
  /* width: 100%; */
  margin: 20px 0 40px 0;
  display: flex;
  align-items: center;
  margin-left: 17.5%;
}

.section1 .pages .page {
  display: flex;
  align-items: center;
  justify-content: center;
}

.section1 .pages .page div {
  display: flex;
  margin: 0 5px;
  border-radius: 50px;
  cursor: pointer;
}

.section1 .pages .page div span {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50px;
  border: 1px solid #D2D2D2;
  margin: 0 10px;
  text-align: center;
  line-height: 30px;
  margin: auto;
  color: #757575;
}

.section1 .pages .page div .on {
  background: #B80081;
  border: none;
  color: #FFFFFF;
}

.section1 .pages .pagebtn {
  width: 200px;
  display: flex;
  margin-left: 50px;
  cursor: pointer;
}

.section1 .pages .pagebtn img {
  height: 30px;
}
.sectionnewsdetail{
  width: 65%;
    margin: 20px auto;
    padding: 20px;
}
.sectionnewsdetail .manual-item .page-position{
  font-size: 100%;
    background-color: #eeeeee;
    padding: 10px 12px;
    color: #646464;
    margin-bottom: 20px;
}
.sectionnewsdetail .manual-item .page-position a{
  color: #646464;
}
.sectionnewsdetail .manual-item h1{
  font-size: 30px;
    color: #333333;
    font-weight: 600;
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 20px;
    margin-top: 0px;
}
.sectionnewsdetail .manual-item p{
  margin-top: 10px;
    margin-bottom: 10px;
    font-size: 100%;
    color: #c4c4c4;
}
.qrcodeBox-header{
  padding:20px;
}
.qrcodeBox div{
  width: 100%;
  padding-bottom:40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
flex-direction: column;
  border-radius: 10px;
}
.qrcodeBox .textSpan{
  white-space: nowrap;
  font-size: 22px;
  font-weight: 700;
  color: #47a1ff;
  line-height: 1.3;
  margin-bottom:20px;
}
.qrcodeBox .spandesc{
  font-size: 16px;
  margin-bottom:10px;
}