/*page*/
.page_tit {
  text-align: center;  
  padding-bottom: 40px;
  border-bottom: #f0f0f0 solid 1px;
}
.page_tit h1 {
  padding-bottom: 24px;
  color: #333;
  font-size: 30px;
  line-height: 1.5;
  font-weight: normal;
}
.page_tit p {
  color: #bbb;
  font-size: 14px;
  line-height: 1;
}
/*ipad竖*/
@media screen and (max-width:768px) {
	.gradient-text{font-size: 18px;   }
  /*page*/
  .page_tit {
    padding-bottom: 20px;
  }
  .page_tit h1 {
    padding-top: 40px;
    padding-bottom: 15px;
    font-size: 18px;
  }
  .page_tit p {
    font-size: 0.6875rem;
  }
}
.sec1 {
  padding: 0px 0px;
  font-size: 16px;
}
.sec1 .left-part {
  float: left;
  width: calc(100% - 470px);
}

.sec1 .right-part {
  float: right;
  width: 400px;
  position: sticky;
  right: 0;
  top: 6%;
}

.sec1 .right-part .title {
  font-size: 20px;
  color: #000;
  border-bottom: 1px solid #b5b3b3;
  padding-bottom: 20px;
}
.sec1 .right-part a {
  display: block;
  position: relative;
  padding:30px 0px;
  border-bottom: 1px solid #f0f0f0;
}
.sec1 .right-part a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0;
  height: 1px; 
    background-image: linear-gradient(to right, #47bbc0, #25848a)
  -webkit-transition: width 1.5s;
  transition: width 1.5s;
}
.sec1 .right-part a:hover::after {
  width: 100%;
}
.sec1 .right-part .time {
  font-size: 12px;
  color: #999;
  font-weight: normal;
  margin-bottom: 10px;
}
.sec1 .right-part h5 {
  font-size: 16px;
  color: #333;
  font-weight: normal;
  margin-bottom:12px;
}
.sec1 .right-part p {
  font-size: 14px; line-height: 1.8em;
  color: #999;
}
@media only screen and (max-width:1366px) {
  .sec1 {
    padding: 25px 0px;
  }
}
@media only screen and (max-width:1024px) {
  .sec1 {
    padding: 25px 0px;
    font-size: 14px;
  }
  .sec1 .left-part {
    float: none;
    width: 100%;
  }
  .sec1 .wvi-pager-holder a {
    font-size: 1rem;
  }
  .sec1 .wvi-pager-holder a.jp-previous, .sec1 .wvi-pager-holder a.jp-next {
    width: 1.5rem;
    height: 1.5rem;
  }
  .sec1 .wvi-pager-holder a.jp-next {
    margin-left: 0.9375rem;
  }
  .sec1 .wvi-pager-holder a.jp-previous {
    margin-right: 0.9375rem;
  }
}