[class$="page"] {
  padding-top: 130px;
}
.img-m {
  position: relative;
}
.img-m img {
  width: 100%;
  display: block;
}
.button {
  color: #fff;
  width: 160px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: 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 {
  /*margin-top: 121px;*/
  position: relative;
}
#resource .img-m img {
  width: 100%;
  display: block;
}
#resource .button {
  position: absolute;
  top: 42%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
#resource .paper-banner {
  position: relative;
}
#resource .paper-banner .banner-btn {
  position: absolute;
  top: 66%;
  left: 24.5%;
}
#resource .paper-banner .banner-btn .button {
  background: #eb651c;
  height: 44px;
  width: 180px;
}
#resource .paper-banner .banner-btn .button a {
  display: inline-block;
  width: 100%;
  height: 100%;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}
#resource .paper-content {
  margin-top: 59px;
  text-align: center;
}
#resource .paper-content .title h4 {
  color: #eb651c;
  font-size: 42px;
}
#resource .paper-content .title p {
  color: #000;
  font-size: 16px;
}
#resource .paper-content .paper-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 101px;
  padding-bottom: 60px;
  border-bottom: 1px solid #999;
}
#resource .paper-content .paper-list .left {
  width: 824px;
}
#resource .paper-content .paper-list .left ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#resource .paper-content .paper-list .left ul li {
  margin-bottom: 30px;
}
#resource .paper-content .paper-list .left ul li .list-content {
  width: 352px;
}
#resource .paper-content .paper-list .left ul li .list-content img {
  width: 100%;
  height: 208px;
}
#resource .paper-content .paper-list .left ul li .list-content h3 {
  margin: 20px 0;
  color: #2167a8;
  font-size: 18px;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
}
#resource .paper-content .paper-list .left ul li .list-content button {
  border-radius: 50px;
  width: 136px;
  height: 40px;
  background: #eb651c;
  border: none;
}
#resource .paper-content .paper-list .left ul li .list-content button a {
  display: inline-block;
  width: 100%;
  height: 100%;
  line-height: 40px;
  font-size: 14px;
  color: #fff;
}
#resource .paper-content .paper-list .right {
  width: 290px;
  margin-left: 84px;
  text-align: left;
}
#resource .paper-content .paper-more .left {
  width: 650px;
  padding: 106px 0;
}
#resource .paper-content .paper-more .left h5 {
  color: #eb651c;
  font-size: 42px;
}
#resource .paper-content .paper-more .left div {
  text-align: left;
  padding-left: 156px;
  margin-top: 9px;
}
#resource .paper-content .paper-more .left div a {
  color: #2688cc;
  font-size: 14px;
}
#resource .paper-content .paper-more .right {
  width: 550px;
  padding: 54px 0;
}
#resource .paper-content .paper-more .right img {
  width: 162px;
  height: 162px;
}
#resource .paper-content .paper-more .right p {
  color: #333;
  font-size: 20px;
}
#resource .news-banner {
  position: relative;
}
#resource .news-banner p {
  font-size: 48px;
  color: #fff;
  font-weight: bold;
}
#resource .news-wrapper {
  margin-top: 60px;
  /*新闻列表*/
  /*新闻列表鼠标悬垂时的样式*/
}
#resource .news-wrapper .type-list ul {
  width: 30%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
#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: 1033px;
  margin: 70px auto 0 auto;
  min-width: 1033px;
}
#resource .news-wrapper .news-content ul li {
  padding: 48px 0;
  height: 281px;
  border-bottom: 1px solid #e8e8e8;
  cursor: pointer;
  position: relative;
}
#resource .news-wrapper .news-content ul li .news-check {
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: inline-block;
  width: 55px;
  height: 55px;
  opacity: 0;
  -webkit-transition: all .4s;
  transition: all .4s;
}
#resource .news-wrapper .news-content ul li:last-of-type {
  margin-bottom: 0;
}
#resource .news-wrapper .news-content ul li > a:first-of-type img {
  width: 328px;
  height: 185px;
  float: left;
  -webkit-transition: all .4s;
  transition: all .4s;
}
#resource .news-wrapper .news-content ul.news-media-list li > a:first-of-type {
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all .4s;
  transition: all .4s;
}
#resource .news-wrapper .news-content ul.news-media-list li > a:first-of-type span {
  display: block;
  height: 37px;
  width: 74px;
  line-height: 37px;
  text-align: center;
}
#resource .news-wrapper .news-content ul.news-media-list li > a:first-of-type span:first-of-type {
  background: #666;
  color: #fff;
  font-size: 16px;
}
#resource .news-wrapper .news-content ul.news-media-list li > a:first-of-type span:last-of-type {
  background: #fff;
  border: 1px solid #666;
  color: #666;
  font-size: 22px;
}
#resource .news-wrapper .news-content ul li .news-text {
  width: 63%;
  margin-left: 37%;
  padding: 16px 0;
  -webkit-transition: all .4s;
  transition: all .4s;
}
#resource .news-wrapper .news-content ul.news-media-list li .news-text {
  width: 82%;
  margin-left: 18%;
  /*display: inline-block;*/
}
#resource .news-wrapper .news-content ul li .news-text .news-title a {
  color: #444;
  font-size: 24px;
}
#resource .news-wrapper .news-content ul li .news-text .news-time {
  font-family: Arial;
  color: #999;
  font-size: 16px;
  margin: 21px 0 33px 0;
}
#resource .news-wrapper .news-content ul.news-media-list li .news-text .news-time {
  color: #666;
  font-weight: lighter;
}
#resource .news-wrapper .news-content ul li .news-text .news-detail {
  color: #666;
  font-size: 16px;
  font-weight: lighter;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  text-align: left;
}
#resource .news-wrapper .news-content ul.news-media-list li .news-text .news-detail a {
  color: #eb651b;
  font-weight: lighter;
}
#resource .news-wrapper .news-content ul li:hover .news-check {
  opacity: 1;
  right: -10px;
}
#resource .news-wrapper .news-content ul.news-media-list li:hover .news-check {
  right: -30px;
}
#resource .news-wrapper .news-content ul li:hover > a:first-of-type img {
  margin-left: -5%;
}
#resource .news-wrapper .news-content ul.news-media-list li:hover > a:first-of-type {
  margin-left: -5%;
}
#resource .news-wrapper .news-content ul li:hover .news-text {
  margin-left: 32%;
}
#resource .news-wrapper .news-content ul.news-media-list li:hover .news-text {
  margin-left: 13%;
}
#resource .news-wrapper .news-content ul li:hover .news-text .news-title a {
  color: #eb651b;
}
#resource .page {
  padding-top: 30px;
}
#resource .detail-title {
  text-align: center;
  font-size: 36px;
  color: #333;
  margin-top: 100px;
}
#resource .detail-title .detail-time {
  margin: 41px 0 45px 0;
  color: #666;
  font-size: 14px;
}
#resource .detail-content {
  width: 1200px;
  min-width: 1200px;
  margin: 0 auto;
  text-align: center;
}
#resource .detail-content p {
  color: #333;
  font-size: 16px;
  margin-bottom: 40px;
  text-align: left;
}
#resource .detail-content img {
  margin-bottom: 96px;
}
#resource .detail-bar {
  width: 1200px;
  min-width: 1200px;
  margin: 0 auto 72px auto;
}
#resource .detail-bar .back-text {
  margin-left: 15px;
}
#resource .detail-bar .detail-last {
  margin-left: 84px;
  margin-right: 15px;
}
#resource .detail-bar .detail-bar-fl {
  float: right;
}
#resource .detail-bar .detail-bar-fl .detail-margin-both {
  margin: 0 5px;
}
#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 {
  display: none;
}
.modal .mask {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1000;
  position: fixed;
  top: 0;
  left: 0;
}
.modal .modal-content {
  position: fixed;
  z-index: 1001;
}
.modal .modal-content .close {
  position: absolute;
  right: 18px;
  top: 12px;
  cursor: pointer;
}
.modal .modal-content .close .iconfont {
  font-family: "iconfont" !important;
  font-size: 24px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
  color: #999;
}
.modal .modal-content .solution-detail-right {
  width: 490px;
  height: 644px;
  background: #fff;
  padding: 69px 91px;
}
.modal .modal-content .solution-detail-right h6 {
  margin: 0 0 32px 0;
  font-size: 28px;
  font-weight: normal;
}
.modal .modal-content .solution-detail-right .solution-submit {
  border: none;
  border-radius: 50px;
}
/*# sourceMappingURL=resource.css.map */