.colored-button {
  border: none;
  outline: none;
  border-radius: 25px;
  background: linear-gradient(0deg, #e96300 0, #f9b000 100%);
  padding-left: 0.54666667rem;
  padding-right: 0.54666667rem;
}
.colored-button a {
  font-size: 0.32rem;
  font-weight: 400;
  color: #ffffff;
}
/*// .tip-change的高度
@tipChangeHeight: 50px;
// .top-wrapper的高度
@topWrapperHeight: 60px;
// 顶部导航栏的高度,由上述变量相加而得
@topHeight: @tipChangeHeight + @topWrapperHeight;

// 配色
@siteColor: #eb651b;

[class$="page"]{
  padding-top: @topHeight;
}

.img-m{
  position: relative;
  img{
    width: 100%;
    display: block;
  }
}

.button{
  color: #fff;
  width: 160px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  outline: none;
  border: none;
  border-radius: 50px;
  background: #3c9dff;
  cursor: pointer;
}*/
@font-face {
  font-family: 'iconfont';
  src: url('//at.alicdn.com/t/font_868148_mxi4gn15ydf.eot');
  src: url('//at.alicdn.com/t/font_868148_mxi4gn15ydf.eot?#iefix') format('embedded-opentype'), url('//at.alicdn.com/t/font_868148_mxi4gn15ydf.woff') format('woff'), url('//at.alicdn.com/t/font_868148_mxi4gn15ydf.ttf') format('truetype'), url('//at.alicdn.com/t/font_868148_mxi4gn15ydf.svg#iconfont') format('svg');
  
  /* project id 868148 */
}
#resource {
  /*新闻详情*/
  /*新闻详情操作栏*/
}
#resource .img-m {
  position: relative;
}
#resource .img-m img {
  width: 100%;
  display: block;
}
#resource .paper-banner {
  position: relative;
}
#resource .paper-banner .banner-btn {
  position: absolute;
  top: 58%;
  left: 4%;
  border-radius: 0.44rem;
  background: #eb651c;
}
#resource .paper-banner .banner-btn a {
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 0.26rem 0.4rem;
  text-decoration: none;
  font-size: 0.34666667rem;
  line-height: 1;
  font-weight: bold;
  color: #fff;
}
#resource .paper-content .title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#resource .paper-content .title h4 {
  margin: 0.4rem 0;
  font-size: 0.48rem;
  line-height: 1;
  font-weight: 400;
  color: #eb651c;
}
#resource .paper-content .title p {
  font-size: 0.34666667rem;
  color: #000000;
}
#resource .paper-content .paper-list {
  width: 92%;
  margin: 0 auto;
}
#resource .paper-content .paper-list .list-content {
  padding-bottom: 0.5rem;
}
#resource .paper-content .paper-list .list-content .list-content-img {
  margin: 0.53rem 0 0.26rem;
}
#resource .paper-content .paper-list .list-content .list-content-img img {
  width: 100%;
}
#resource .paper-content .paper-list .list-content h3 {
  font-size: 0.37333333rem;
  font-weight: bold;
  color: #2167a8;
}
#resource .paper-content .paper-list .list-content a {
  display: inline-block;
  margin-top: 0.2rem;
  padding: 0.26rem 0.66rem;
  font-size: 0.34666667rem;
  line-height: 1;
  text-decoration: none;
  font-weight: 400;
  color: #ffffff;
  background: #eb651c;
  border-radius: 4.44rem;
}
#resource .paper-content .paper-list .right {
  width: 290px;
  margin-left: 84px;
  text-align: left;
}
#resource .paper-content .paper-more {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 92%;
  margin: 0.8rem auto;
  padding-top: 0.6rem;
  border-top: 1px solid #dadada;
}
#resource .paper-content .paper-more .left h5 {
  margin-bottom: 0.5rem;
  font-size: 0.48rem;
  font-weight: 400;
  color: #eb651c;
}
#resource .paper-content .paper-more .left a {
  font-size: 0.34666667rem;
  font-weight: 400;
  text-decoration: underline;
  color: #2688cc;
}
#resource .paper-content .paper-more .right {
  text-align: center;
}
#resource .paper-content .paper-more .right img {
  width: 50%;
}
#resource .paper-content .paper-more .right p {
  font-size: 0.34666667rem;
  font-weight: 400;
  color: #333333;
}
#resource .news-banner {
  position: relative;
}
#resource .news-wrapper {
  margin-top: 0.26666667rem;
  /*新闻列表*/
}
#resource .news-wrapper .type-list ul {
  width: 100%;
}
#resource .news-wrapper .type-list ul li {
  width: 170px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  border: 1px solid #d2d2d2;
  background: #fff;
  border-radius: 50px;
}
#resource .news-wrapper .type-list ul li:last-of-type {
  margin-left: 20px;
}
#resource .news-wrapper .type-list ul li a {
  display: inline-block;
  color: #333;
  width: 100%;
  font-size: 16px;
  font-weight: lighter;
  height: 100%;
}
#resource .news-wrapper .type-list ul li.occur {
  background: #eb651b;
}
#resource .news-wrapper .type-list ul li.occur a {
  color: #fff;
}
#resource .news-wrapper .news-content {
  width: 100%;
  text-align: left;
}
#resource .news-wrapper .news-content ul.news-media-list li {
  border-bottom: 1px solid #e8e8e8;
  padding: 0.53333333rem 0;
}
#resource .news-wrapper .news-content ul.news-media-list li .news-text {
  display: block;
  text-decoration: none;
}
#resource .news-wrapper .news-content ul.news-media-list li .news-text span {
  display: block;
  text-align: left;
}
#resource .news-wrapper .news-content ul.news-media-list li .news-text .news-title {
  font-size: 0.37333333rem;
  font-weight: 400;
  color: #000000;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#resource .news-wrapper .news-content ul.news-media-list li .news-text .new-time {
  font-size: 0.26666667rem;
  font-weight: 400;
  color: #999999;
  opacity: 0.6;
}
#resource .news-wrapper .news-content ul.news-media-list li .news-text .news-detail {
  font-size: 0.34666667rem;
  font-weight: 300;
  color: #333333;
  line-height: 0.53333333rem;
  opacity: 0.6;
}
#resource .news-wrapper .news-content ul.news-media-list li:hover .news-title {
  color: #eb651b;
}
#resource .page {
  padding-top: 30px;
}
#resource .detail-title {
  text-align: center;
  color: #333;
  margin: 0.53333333rem 0 0.52rem 0;
}
#resource .detail-title h4 {
  font-size: 0.48rem;
  font-weight: 400;
  color: #333333;
  line-height: 0.64rem;
}
#resource .detail-title .detail-time {
  font-size: 0.26666667rem;
  font-weight: 400;
  color: #666666;
  line-height: 0.48rem;
  margin-top: 0.52rem;
}
#resource .detail-content {
  /*width: 1200px;
		min-width: 1200px;
		margin: 0 auto;
		text-align: center;*/
}
#resource .detail-content p {
  font-size: 0.32rem;
  font-weight: 300;
  color: #333333;
  line-height: 0.48rem;
  opacity: 0.6;
  text-align: left;
  margin-bottom: 0.53333333rem;
}
#resource .detail-content img {
  width: 100%;
  margin-bottom: 0.53333333rem;
}
#resource .detail-bar {
  width: 100%;
  font-size: 0.32rem;
  font-weight: 400;
  color: #333333;
  line-height: 0.4rem;
}
#resource .detail-bar img {
  width: 1.06666667rem;
  height: 1.06666667rem;
}
#resource .detail-bar .back {
  float: left;
  margin: 0;
}
#resource .detail-bar .detail-last,
#resource .detail-bar .detail-next {
  float: right;
}
#resource .detail-bar .detail-last span,
#resource .detail-bar .detail-next span {
  margin-left: 0.13333333rem;
}
#resource .detail-bar .detail-next {
  margin-left: 0.66666667rem;
}
#resource .detail-bar .second-line {
  clear: both;
  padding: 0.4rem 0 0.53333333rem 0;
}
#resource .detail-bar .second-line p {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  width: 35%;
  margin: 0.53333333rem auto 0 auto;
}
#resource .activity-content .activity-list li {
  padding-bottom: 40px;
  border-bottom: 1px solid #e8e8e8;
  margin: 70px auto 0 auto;
}
#resource .activity-content .activity-list li:last-of-type {
  border: none;
  padding: 0;
}
#resource .activity-content .activity-list li .m-t-20 {
  margin-top: 20px;
}
#resource .activity-content .activity-list li a {
  display: block;
  color: #444;
}
#resource .activity-content .activity-list li a .img-wrapper {
  width: 100%;
  height: 580px;
}
#resource .activity-content .activity-list li a .img-wrapper img {
  width: 100%;
}
#resource .activity-content .activity-list li a h4 {
  color: #444;
  font-size: 30px;
}
#resource .activity-content .activity-list li a p {
  font-size: 16px;
  font-weight: lighter;
  color: #999;
  text-align: left;
}
#resource .activity-content .activity-list li button {
  width: 170px;
  height: 44px;
  line-height: 44px;
  background: #eb651b;
  border: none;
  border-radius: 50px;
}
#resource .activity-content .activity-list li button a {
  color: #fff;
  font-weight: lighter;
  font-size: 16px;
}
.modal .modal-content {
  top: 20%;
  right: 0;
  left: 0;
  width: 70%;
  margin: 0 auto;
  background: #fff;
}
.modal .modal-content .close {
  z-index: 55;
  right: 0.2rem;
  top: 0.1rem;
}
.modal .modal-content .close .iconfont {
  font-size: 0.5rem;
}
.modal .modal-content .public-form {
  margin-top: 0.3rem;
  padding: 0.6rem 0.8rem;
  box-shadow: none;
  background-color: transparent;
}
.modal .modal-content .public-form .left {
  display: flex;
  flex-direction: column;
}
.modal .modal-content .public-form .left .title-h6 {
  font-size: 0.4rem;
  font-weight: bold;
}
.modal .modal-content .public-form .left .required {
  font-size: 0.24rem;
  color: #ff0000;
}
.modal .modal-content .public-form .left .desc-span {
  margin-top: 0.3rem;
  font-size: 0.34rem;
}
.modal .modal-content .public-form .left .form-item-list {
  display: flex;
  flex-direction: column;
}
.modal .modal-content .public-form .left .form-item-list li {
  margin: 0.13rem 0;
}
.modal .modal-content .public-form .left .form-item-list li input {
  width: 100%;
  padding: 0.1rem 0.2rem;
  border: 1px solid #ccc;
}
.modal .modal-content .submit-button {
  display: inline-block;
  margin-left: 0.8rem;
  margin-bottom: 1rem;
  padding: 0.13rem 0.48rem;
  color: #fff;
  background-color: #eb651b;
  border-radius: 0.53rem;
}
.no-scroll {
  position: fixed;
  width: 100%;
  height: 100%;
}
