.col:after {
  content: " ";
  display: block;
  clear: both;
}

.col .col1,
.col .col2,
.col .col3,
.col .col4,
.col .col5,
.col .col6,
.col .col7,
.col .col8,
.col .col9,
.col .col10,
.col .col11,
.col .col12,
.col .col01,
.col .col02,
.col .col03,
.col .col04,
.col .col05,
.col .col06,
.col .col07,
.col .col08,
.col .col09,
.col .col010 {
  float: left;
  display: inline-block;
  clear: right;
  position: relative;
  height: 100%;
}

.col .col1 {
  width: 8.33%;
}

.col .col2 {
  width: 16.66%;
}

.col .col3 {
  width: 25%;
}

.col .col4 {
  width: 33.33%;
}

.col .col5 {
  width: 41.67%;
}

.col .col6 {
  width: 50%;
}

.col .col7 {
  width: 58.33%;
}

.col .col8 {
  width: 66.66%;
}

.col .col9 {
  width: 75%;
}

.col .col10 {
  width: 83.33%;
}

.col .col11 {
  width: 91.66%;
}

.col .col01 {
  width: 10%;
}

.col .col02 {
  width: 20%;
}

.col .col03 {
  width: 30%;
}

.col .col04 {
  width: 40%;
}

.col .col05 {
  width: 50%;
}

.col .col06 {
  width: 60%;
}

.col .col07 {
  width: 70%;
}

.col .col08 {
  width: 80%;
}

.col .col09 {
  width: 90%;
}

@media (max-width: 768px) {

  .col .col1,
  .col .col2,
  .col .col3,
  .col .col4,
  .col .col5,
  .col .col6,
  .col .col7,
  .col .col8,
  .col .col9,
  .col .col10,
  .col .col11,
  .col .col12,
  .col .col01,
  .col .col02,
  .col .col03,
  .col .col04,
  .col .col05,
  .col .col06,
  .col .col07,
  .col .col08,
  .col .col09,
  .col .col010 {
    display: block;
    width: 100%;
  }
}

.email_d {}

.newstory .contents {
  max-width: 1240px;
}

/*å±•å°è½®æ’­å™¨*/

/*==E common */

/* ==S index.html topic zl 2017/02/22 */
.ss-container {
  position: relative;
  max-width: 1460px;
  margin-right: auto;
  margin-left: auto;
}

.ss-contain {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 60px;
  position: relative;
}

.ss-focus-topic .info-bg {
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  bottom: 0;
  opacity: 0.5;
  /* background: url() no-repeat center bottom; */
}

.ss-focus-topic .info {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: -65px;
  line-height: 20px;
  padding: 0px 20px;
}

.ss-focus-topic .info .story-btn {
  padding-top: 10px;
  padding-bottom: 20px;
}

.ss-focus-topic .zl-topic-text:hover .info-bg {
  opacity: 1;
}

.ss-focus-topic .zl-topic-text:hover .info {
  bottom: 0px;
}

.ss-focus-topic .info h3 {
  font-size: 16px;
  line-height: 1.4;
  font-weight: bold;
  padding-bottom: 5px;
}

.fw_bold {
  font-weight: bold;
}

.email_d {
  color: blue;
}

.span_weight {
  font-weight: bold;
  color: #231815;
}

.ss-focus-topic .info h4 {
  font-size: 14px;
}

.ss-focus-topic .info p {
  font-size: 12px;
}

.prize_box {
  margin: 50px -15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.prize_box li .box img {
  display: block;
  width: 100%;
}

.prize_box li .box {
  width: 100%;
  padding: 0 15px;
}

.prize_box li {
  padding: 0 20px;
  width: 33.33%;
  float: left;
  /* margin-bottom: 35px; */
}

.zl-topic {
  overflow: hidden;
  position: relative;
}

.zl-topic ul li {
  width: 25%;
  float: left;
}

.zl-topic-list {
  margin: 0 10px;
  display: block;
}

.zl-topic-text {
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}

.zl-topic-text img {
  display: block;
  width: 100%;
}

.zl-topic-dir {
  text-align: center;
  width: 100%;
  left: 0;
  bottom: -40px;
  position: absolute;
}

.zl-topic-point {
  display: inline-block;
}

.zl-topic-point span {
  width: 8px;
  height: 8px;
  background: #333;
  display: inline-block;
  border-radius: 50%;
  cursor: pointer;
  margin: 0 8px;
}

.zl-topic-point span.hover,
.zl-topic-point span:hover {
  background: #e50000;
}

.zl-topic-prev {
  background: url(../images/story/zl-topic-prev.png) no-repeat center center;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  margin-top: -25px;
  left: 0;
  cursor: pointer;
  transition: 0.3s;
}

.zl-topic-prev:hover {
  background: url(../images/story/zl-topic-prev-hover.png) no-repeat center center;
}

.zl-topic-prev.notClick,
.zl-topic-prev.notClick:hover {
  cursor: context-menu;
  display: none;
  /*background: url(../images/story/zl-topic-prev-notClick.png) no-repeat center center;*/
}

.zl-topic-next {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -25px;
  width: 50px;
  height: 50px;
  background: url(../images/story/zl-topic-next.png) no-repeat center center;
  cursor: pointer;
  transition: 0.3s;
}

.zl-topic-next:hover {
  background: url(../images/story/zl-topic-next-hover.png) no-repeat center center;
}

.zl-topic-next.notClick,
.zl-topic-next.notClick:hover {
  cursor: context-menu;
  /*background: url(../images/story/zl-topic-next-notClick.png) no-repeat center center;*/
  display: none;
}

@media (max-width: 1300px) {
  .ss-container {
    max-width: 1200px;
  }

  .ss-contain {
    max-width: 840px;
  }
}

@media (max-width: 768px) {
  .zl-topic-arrow {
    display: none;
  }

  .ss-contain {
    padding: 0 10%;
  }

  .ss-container {
    max-width: 1200px;
  }

  .zl-topic-list {
    margin: 0 0px;
  }

  .ss-contain .zl-topic-list .story-btn {
    display: none;
  }

  .ss-focus-topic .zl-topic-text .info {
    bottom: 10px;
  }

  .ss-focus-topic .zl-topic-text:hover .info {
    bottom: 10px;
  }
}

.animate-ease {
  transform: translateZ(0);
  -webkit-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

/*e:ÃƒÂ¥Ã‚Â±Ã¢â‚¬Â¢ÃƒÂ¥Ã‚ÂÃ‚Â°ÃƒÂ¨Ã‚Â½Ã‚Â®ÃƒÂ¦Ã¢â‚¬â„¢Ã‚Â­ÃƒÂ¥Ã¢â€žÂ¢Ã‚Â¨*/

.story {
  /* background: #f7f7f8; */
  margin-top: 59px;
  position: relative;
  color: #666;
  font-size: 16px;
  line-height: 26px;
}

.story .storySmallTitle {
  font-size: 24px;
  padding-bottom: 30px;
}

.story .storySmallTitle>span {
  position: relative;
  color: #231815;
}

.story .storySmallTitle>span:before {
  position: absolute;
  left: -130px;
  top: 50%;
  width: 100px;
  border-bottom: 1px solid #231815;
  height: 0px;
  content: "";
}

.story .storySmallTitle>span:after {
  position: absolute;
  right: -130px;
  top: 50%;
  width: 100px;
  border-bottom: 1px solid #231815;
  height: 0px;
  content: "";
}

.story .story_center {
  padding-bottom: 20px;
  font-size: 9px;
  letter-spacing: 0px;
  font-size: 20px;
  color: #231815;
}

.story .story_title {
  font-size: 42px;
  text-align: center;
  color: #333;
  line-height: 1.1;
  padding-bottom: 50px;
  /* letter-spacing: 2px; */
}

.story .story_title>span {
  position: relative;
}

.story .story_title>span:before {
  position: absolute;
  left: -115px;
  top: 50%;
  width: 100px;
  border-bottom: 2px solid #333;
  height: 0px;
  content: "";
}

.story .story_title>span:after {
  position: absolute;
  right: -115px;
  top: 50%;
  width: 100px;
  border-bottom: 2px solid #333;
  height: 0px;
  content: "";
}

.story-banner-wrap {
  position: relative;
  color: #000000;
  text-align: left;
}

.story-banner-wrap>img {
  width: 100%;
  display: block;
}

.scroll-trigger a {
  letter-spacing: inherit;
}

.story-banner {
  position: absolute;
  left: 0;
  width: 100%;
  padding-top: 12%;
  top: 0;
}

.story-banner .story-banner-title {
  font-size: 50px;
  font-weight: bold;
}

.story-banner .story-banner-time {
  font-size: 18px;
  padding: 5% 0;
}

.story-banner .story-banner-center {
  font-size: 22px;
  padding: 5% 0;
}

.story-banner .story-btn {
  /* text-align: center; */
  width: 100%;
  padding: 0.5em;
}

.banner_centents {
  padding-left: 35%;
}

.story-banner .story-btn a.hui {
  background-color: #acbbc5;
}

/* .story-btn.story-white-empty a:hover, */
.story-btn a {
  display: inline-block;
  background-color: #231815;
  border: solid 2px #000000;
  text-decoration: none;
  text-align: center;
  color: #231815;
  font-size: 20px;
  padding: 12px 40px;
  letter-spacing: 4px;
}

.story-btn a.hui {
  background-color: #acbbc5;
}



@media (max-width: 1366px) {
  .story .story_title {
    font-size: 36px;
    padding-bottom: 40px;
  }
}

@media (max-width: 1240px) {
  /* .story {
    margin-top: 50px;
  } */
}

@media (max-width: 768px) {
  .story {
    margin-top: 0;
  }

  .story .storySmallTitle {
    padding-bottom: 20px;
  }

  .story .story_title {
    font-size: 22px;
    padding-bottom: 20px;
  }

  .story .story_title>span:before {
    width: 20px;
    left: -35px;
  }

  .story .story_title>span:after {
    width: 20px;
    right: -35px;
  }

  .story-banner .story-banner-title,
  .story-banner .story-banner-time,
  .story-banner .story-btn {
    display: none;
  }

  /* .story .storySmallTitle {
    font-size: 22px;
  } */
}

/*s:*/
.story-good-reason-wrap {
  position: relative;
  color: #fff;
  padding-bottom: 130px;
  text-align: center;
  background: url(../images/haishu_bg_.png) no-repeat center bottom;
  background-size: cover;
}

.story-good-reason-wrap>img {
  width: 100%;
  display: block;
}

.story-good-reason {
  left: 0;
  width: 100%;
  /* padding-top: 5%; */
  top: 0;
}

.story-good-title {
  font-size: 42px;
  line-height: 60px;
  color: #231815;
}

.story-good-reason-wrap .story-btn.small-btn a {
  font-size: 14px;
}

@media (max-width: 768px) {
  .story-good-title {
    font-size: 26px;
    line-height: 30px;
  }

  .story-good-reason-wrap {
    /* background: url(../images/story_bannar02.jpg) no-repeat center bottom; */
    overflow: hidden;
    padding-bottom: 40px;
  }

  .zl-topic-dir {
    bottom: -25px;
  }
}

.story-how-good .story_sub_title {
  text-align: center;
  font-size: 18px;
  line-height: 1.6;
  color: #666;
}

.story-how-good .text {
  width: 73%;
  text-align: center;
  margin: 0 auto;
  line-height: 1.5;
}

.story-how-good ul.col {
  margin: 40px -10px 44px;
}

.story-how-good ul.col li {
  width: 33%;
  padding: 0 10px;
}

.story-how-good ul.col li .box {
  padding: 30px;
  border: 1px solid #999;
}

.story-how-good ul.col li .box:after {
  clear: both;
  content: "";
  display: table;
}

.story-how-good ul.col li .box .left {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.story-how-good ul.col li .box .left img {
  width: 100%;
  max-width: 136px;
}

.story-how-good ul.col li .box .right {
  float: left;
  padding-top: 20px;
}

.story-how-good ul.col li .box .right h4 {
  font-size: 20px;
  line-height: 1.5;
  color: #666;
  font-weight: bold;
  padding-bottom: 10px;
  text-align: center;
}

.story-how-good ul.col li .box .right h4 p {
  font-size: 16px;
  line-height: 1.5;
  color: #666;
}


@media (max-width: 1366px) {
  .story-how-good ul.col {
    margin: 30px -10px 32px;
  }

  .story-how-good ul.col li .box {
    padding: 24px;
  }

  .story-how-good ul.col li .box .left {
    width: 20%;
  }
}

@media (max-width: 768px) {
  .story-how-good .story_sub_title {
    font-size: 16px;
    padding-bottom: 15px;
  }

  .story-how-good ul.col li {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .story-how-good ul.col li {
    margin-bottom: 20px;
  }

  .story-how-good ul.col {
    margin: 0;
  }

  .story-how-good ul.col li .box {
    padding: 20px;
  }

  .story-how-good ul.col li .box .right {
    /* width: 85%; */
    padding: 0;
  }

  .story-how-good ul.col li .box .right h4 {
    font-size: 18px;
  }

  .story-how-good .text {
    width: 100%;
  }

  .story-how-good ul.col li .box .right p {
    font-size: 14px;
  }
}

.story-cando-wrap {
  padding-bottom: 7%;
  position: relative;
  background: url(../images/chaojiip_bg.png) no-repeat center bottom;
  color: #fff;
  text-align: center;
  background-size: cover;
}

.story-cando-wrap>img {
  width: 100%;
  display: block;
}

.story-cando {
  left: 0;
  width: 100%;
  top: 0;
  padding-top: 6%;
}

.story-cando .story_title {
  color: #231815;
  padding-bottom: 30px;
}

.story-cando .story_title>span:before {
  border-bottom: 2px solid #231815;
}

.story-cando .story_title>span:after {
  border-bottom: 2px solid #231815;
}

.story-cando ul li .box {
  margin: 0px 10px;
  padding: 40px 45px 50px;
  color: #666;
  position: relative;
  background: #fff;
}

.story-cando ul li .box h4 {
  font-size: 24px;
  color: #333;
  line-height: 1.1;
  padding: 23px 0 20px;
}

.story-cando ul li .box a {
  text-decoration: underline;
  /* color: #666; */
}

.story-cando ul li .box a.applybtn {
  display: inline-block;
  background-color: #c7000b;
  padding: 13px 40px;
  border-radius: 4px;
  color: #fff;
  text-decoration: none;
  margin-top: 30px;
}

.story-cando ul li .box a.applybtn.hui {
  background-color: #acbbc5;
  cursor: default;
}

.explain_span1 {
  font-size: 14px;
  color: #231815;
}

.span_red {
  color: #c7000b;
}

.cando-notes {
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
  padding-top: 20px;
  text-align: right;
  margin: 0 10px;
}

@media (max-width: 1366px) {
  .story-cando-wrap {
    background-image: url(../images/chaojiip_bg1366.png);
    background-size: cover;
    padding-bottom: 8%;
  }
}

@media (max-width: 768px) {
  .story-cando-wrap {
    background: #eaf4ff;
  }

  .story-cando ul li .box {
    padding: 10px 30px 40px;
    margin-top: 20px;
  }

  .story-cando ul li:first-child .box img {
    width: 100%;
    max-width: 50px;
  }

  .story-cando ul li:last-child .box img {
    width: 100%;
    max-width: 80px;
  }

  .story-cando ul li .box h4 {
    padding: 15px 0;
    font-size: 20px;
  }

  .story-cando ul li .box p {
    font-size: 14px;
  }

  .story-cando .story_title {
    padding-bottom: 15px;
  }

  .story .story_center {
    font-size: 18px;
    padding-bottom: 0px;
  }

  .story-cando {
    padding-top: 30px;
  }

  .story-cando ul li .box a.applybtn {
    margin-top: 15px;
    font-size: 14px;
    padding: 10px 30px;
  }
}

.story-time,
.story-view-list {
  background: #ffffff !important;
}

.story-time {
  padding-top: 98px;
}

.story-time .story_sub_title {
  text-align: center;
}

.story-time ul li span.color1 {
  background: #acbbc5;
  margin-left: 27%;
}

.story-time ul li span {
  border-radius: 8px;
  color: #fff;
  padding: 13px 90px;
  font-size: 20px;
  text-align: center;
  display: inline-block;
  margin-bottom: 20px;
  position: relative;
  font-weight: bold;
}

.story-time ul li {
  text-align: center;
}

.story-time ul li span.color1:before,
.story-time ul li span.color2:before {
  display: block;
  content: "";
  position: absolute;
  top: 42px;
  left: 50%;
  width: 0;
  height: 0;
  border-width: 40px;
  border-bottom: 0px solid transparent;
  border-left: 22px solid transparent;
  border-right: 22px solid transparent;
  margin-left: -22px;
}

.story-time ul li span.color1:before {
  border-top: 20px solid #acbbc5;
}

.story-time ul li span.color2:before {
  border-top: 20px solid #e39b00;
}

.story-time ul li span.color1:after,
.story-time ul li span.color2:after {
  display: block;
  content: "";
  position: absolute;
  top: 66px;
  left: 50%;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin-left: -5px;
}

.story-time ul li span.color1:after {
  border: 2px solid #acbbc5;
}

.story-time ul li span.color2:after {
  border: 2px solid #e39b00;
}

.story-time ul li p.color2 {
  color: #e39b00;
  padding-right: 27%;
}

.story-time ul li p.color1 {
  padding-left: 27%;
}

.story-time ul li p {
  font-size: 16px;
  line-height: 1.5;
  color: #a6a6a6;
  padding-top: 15px;
  border-top: 2px solid #e6e6e6;
}

.story-time ul li span.color2 {
  background: #e39b00;
  margin-right: 27%;
}

@media (max-width: 1400px) {
  .story-time {
    padding-top: 40px;
  }

  .story-time ul li span {
    font-size: 18px;
  }
}

@media (max-width: 768px) {
  .story-time ul li span.color1 {
    margin-left: auto;
  }

  .story-time ul li p.color1 {
    padding-left: 0;
  }

  .story-time ul li span.color2 {
    margin-right: auto;
    margin-top: 30px;
  }

  .story-time ul li p.color2 {
    padding-right: 0;
  }
}

.story-standard {
  padding-bottom: 80px;
}

.story-view-list {
  padding-top: 95px;
}

.story-view-list.select {
  padding-top: 50px;
  padding-bottom: 95px;
}

.story-view-list .review-title {
  position: relative;
  font-size: 30px;
  color: #231815;
  font-weight: bold;
  border-bottom: 2px solid #e6e6e6;
  padding-bottom: 10px;
}

.story-view-list .review-title span {
  padding-left: 10px;
}

.story-view-list .review-title span,
.story-view-list .review-title img {
  vertical-align: middle;
}

.story-view-list .decimal {
  position: absolute;
  background: url(../images/story/story_list.jpg);
  width: 31px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  left: 0px;
  color: #fff;
  top: 0;
}

.story-view-list ol {
  margin-top: 34px;
}

.story-view-list li {
  position: relative;
  padding: 4px 0 14px 0px;
}

.story-view-list .flex .pic {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.story-view-list .flex .pic img {
  max-width: 265px;
}

.story-view-list .text {
  padding-left: 45px;
}



@media (max-width: 1600px) {
  .story-view-list {
    padding-top: 68px;
  }

  .story-view-list.select {
    padding-bottom: 68px;
  }
}

@media (max-width: 768px) {
  .story-view-list .flex {
    padding-bottom: 0;
  }

  .story-view-list .flex .pic {
    position: relative;
    transform: none;
    padding-top: 10px;
  }

  .story-view-list {
    padding-top: 30px;
  }

  .story-view-list.select {
    padding-bottom: 30px;
  }

  .story-view-list .review-title {
    font-size: 18px;
  }

  .story-view-list .review-title img {
    width: 30px;
  }

  .story-view-list .review-title span {
    padding-left: 5px;
  }

  .story-view-list ol {
    margin-top: 0;
  }

  .story-view-list ol li>p {
    font-size: 14px;
    line-height: 1.375;
  }

  .story-view-list.select {
    padding-top: 15px;
  }

  .prize_box {
    margin: 0;
  }

  .story-view-list .prize_box li {
    width: 100%;
  }
}

/*e:ÃƒÂ¨Ã‚Â¯Ã¢â‚¬Å¾ÃƒÂ©Ã¢â€šÂ¬Ã¢â‚¬Â°ÃƒÂ¦Ã‚ÂµÃ‚ÂÃƒÂ§Ã‚Â¨Ã¢â‚¬Â¹/ÃƒÂ¥Ã¢â‚¬Â¦Ã‚Â¥ÃƒÂ¥Ã¢â‚¬ÂºÃ‚Â´ÃƒÂ¦Ã‚Â Ã¢â‚¬Â¡ÃƒÂ¥Ã¢â‚¬Â¡Ã¢â‚¬Â */

/*s:ÃƒÂ¤Ã‚Â¸Ã¢â€šÂ¬ÃƒÂ¨Ã‚ÂµÃ‚Â·ÃƒÂ¦Ã‚ÂÃ‚Â¥ÃƒÂ¥Ã‚ÂÃ¢â‚¬Å¡ÃƒÂ¤Ã‚Â¸Ã…Â½*/
.story-participate-wrap {
  position: relative;
  color: #fff;
  padding-bottom: 120px;
  background: url(../images/story/story_bannar04.jpg) no-repeat center bottom;
  text-align: center;
}

.story-participate-wrap>img {
  width: 100%;
  display: block;
}

.story-participate {
  padding-top: 123px;
}

.story-participate .text1 {
  color: #fff;
  font-size: 28px;
  line-height: 1.75;
}

.story-participate .text2 {
  color: #fff;
  font-size: 28px;
  line-height: 1.75;
  font-weight: bold;
}

.story-participate .story-btn {
  margin-top: 30px;
}

.story-participate .open-regster2 {
  font-size: 16px;
  line-height: 1.1;
  color: #fff;
  padding: 15px 50px;
  font-weight: bold;
}

@media (max-width: 768px) {
  .story-participate-wrap {
    background: url(../images/story/wap/story_bannar04.jpg) no-repeat center bottom;
  }
}

/*e:ÃƒÂ¤Ã‚Â¸Ã¢â€šÂ¬ÃƒÂ¨Ã‚ÂµÃ‚Â·ÃƒÂ¦Ã‚ÂÃ‚Â¥ÃƒÂ¥Ã‚ÂÃ¢â‚¬Å¡ÃƒÂ¤Ã‚Â¸Ã…Â½*/

/*s:ÃƒÂ£Ã¢â€šÂ¬Ã…Â ICTÃƒÂ¦Ã¢â‚¬â€œÃ‚Â°ÃƒÂ¨Ã‚Â§Ã¢â‚¬Â ÃƒÂ§Ã¢â‚¬Â¢Ã…â€™ÃƒÂ£Ã¢â€šÂ¬Ã¢â‚¬Â¹ÃƒÂ¤Ã‚Â»Ã¢â‚¬Â¹ÃƒÂ§Ã‚Â»Ã‚Â-*/
.story-new-view {
  padding-top: 70px;
  padding-bottom: 70px;
  background: #ffffff;
}

.story-new-view .con {
  width: 80%;
  margin: 0 auto;
}

.story-new-view .con p {
  margin-bottom: 2.5%;
}

.story-new-view p {
  font-size: 16px;
  line-height: 1.5;
  text-align: left;
}

.story-new-view .story-btn-empty {
  padding: 23px 0 97px;
  text-align: center;
}

/* .story-new-view .story-btn-empty.story-btn a {
  padding: 14px 43px;
  line-height: 1;
  background-color: #f4f0e5;
  border: 3px solid #e50000;
  color: #e50000;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
} */
@media (max-width: 1400px) {
  .story-new-view {
    padding-top: 68px;
  }

  .story-new-view .story-btn-empty {
    padding: 30px 0 68px;
  }
}

@media (max-width: 768px) {
  .story-new-view .con {
    width: 100%;
  }

  .story-new-view p {
    font-size: 14px;
    line-height: 1.5;
  }

  .story-new-view .ebg-btn-box {
    padding-top: 0;
  }

  .story-participate .text1 {
    font-size: 18px;
  }

  .story-participate .text2 {
    font-size: 22px;
  }

  .time ul {
    padding: 90px 0px 40px;
  }

  .time ul li {
    width: 100%;
    float: none;
    margin-bottom: 40px;
  }

  .time ul li span {
    padding: 11px 40px;
  }

  .selection .block {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    padding: 0;
  }

  .story-new-view {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.selection {
  text-align: center;
  position: relative;
}

.selection .title2 {
  position: static;
  background-color: transparent;
}

.selection .title2 h2 {
  background-color: transparent;
  color: #fff;
}

.selection .title2 h2:after {
  background: none;
}

.selection .title2 h2:before {
  background: none;
}

.selection {
  background: url(../images/selection-bg.jpg) no-repeat center center;
}

/*.selection .pic{padding-top: 43%;position: relative;overflow: hidden;}*/
/*.selection .pic img{position: absolute;width: 100%;left: 0;top: 0;}*/
.selection .block {
  width: 100%;
  padding: 65px 90px;
}

.selection ul {
  padding: 90px 0 40px;
  margin: 0 -15px;
}

.selection ul li {
  width: 50%;
  float: left;
}

.selection ul li span {
  color: #fff;
  font-size: 26px;
  text-align: center;
  display: inline-block;
  background-position: center center;
  background-repeat: no-repeat;
  width: 64px;
  height: 64px;
  background-size: 100%;
  line-height: 64px;
  position: absolute;
  left: 50%;
  top: -32px;
  margin-left: -32px;
}

.selection ul li span.color1 {
  background-image: url(../images/selection-number-bg1.png);
}

.selection ul li span.color2 {
  background-image: url(../images/selection-number-bg2.png);
}

.selection ul li .left,
.selection ul li .right {
  margin: 0 15px;
  background: #fff;
  position: relative;
}

.selection ul li p {
  font-size: 16px;
  line-height: 1.5;
  color: #333;
  padding: 60px 30px 50px;
  text-align: left;
}

.selection strong {
  font-size: 16px;
  line-height: 30px;
  color: #fff;
  text-align: center;
  max-width: 730px;
  margin: 0 auto;
  display: block;
  font-weight: normal;
}

@media (max-width: 768px) {
  .selection {
    background: #b5aaa7;
  }

  .selection .pic {
    display: none;
  }

  .selection .block {
    position: static;
    padding: 30px 20px;
  }

  .selection ul li {
    width: 100%;
    float: none;
  }

  .selection ul {
    padding: 60px 0 40px;
    margin: 0 -15px;
  }
}

.standard {
  margin-top: 0;
  text-align: center;
  position: relative;
}

.standard {
  text-align: center;
  padding-top: 40px;
}

.standard .con {
  text-align: left;
}

.standard ul {
  margin: 0 -15px;
  padding: 30px 0 0 0;
}

.standard ul li {
  float: left;
  width: 33.333%;
}

.standard .left,
.standard .center,
.standard .right {
  margin: 0 15px;
  background: #f4f4f4;
  padding: 35px 35px 45px;
}

.standard .pic {
  width: 22%;
  float: left;
}

.standard .pic img {
  width: 100%;
  max-width: 83px;
}

.standard .text {
  width: 78%;
  float: left;
  padding: 0 25px 0 30px;
}

.standard h4 {
  font-size: 24px;
  line-height: 30px;
  color: #333;
  font-weight: normal;
  margin-bottom: 15px;
}

.standard p {
  font-size: 16px;
  line-height: 30px;
  color: #333;
  font-weight: normal;
}

.standard p a {
  color: #2e88d3;
}

.standard strong {
  text-align: right;
  display: block;
  font-size: 16px;
  line-height: 30px;
  color: #666666;
  font-weight: normal;
  padding: 10px 0;
  border-bottom: 1px solid #f4f4f4;
}

@media (max-width: 768px) {
  .standard ul li {
    float: none;
    width: 100%;
  }

  .standard ul {
    margin: 0;
    padding: 0 0 30px 0;
    background: #f4f4f4;
  }

  .standard .left,
  .standard .center,
  .standard .right {
    margin: 0;
    background: #f4f4f4;
    padding: 35px 20px 0;
  }

  .standard .text {
    width: 85%;
    float: left;
    padding: 0 0 0 20px;
  }

  .standard .pic {
    width: 15%;
    float: left;
  }
}

.standard-btn {
  text-align: center;
  margin: 80px 0 50px;
}

.standard-btn .tips {
  border: 4px solid #e5e5e5;
  max-width: 714px;
  display: inline-block;
  padding: 5px 120px;
  position: relative;
}

.standard-btn .tips:before {
  display: block;
  content: "";
  position: absolute;
  top: -4px;
  left: 4%;
  width: 92%;
  height: 4px;
  background: #fff;
}

.standard-btn .tips:after {
  display: block;
  content: "";
  position: absolute;
  bottom: -4px;
  left: 4%;
  width: 92%;
  height: 4px;
  background: #fff;
}

.standard-btn .tips p {
  font-size: 26px;
  line-height: 40px;
  color: #333;
}

.standard-btn .tips p span {
  display: block;
}

.standard-btn .tips a {
  display: inline-block;
  background-color: #e50000;
  text-decoration: none;
  text-align: center;
  border-radius: 50px;
  color: #fff;
  font-size: 20px;
  padding: 23px 80px;
  letter-spacing: 0px;
  margin-top: 35px;
}

@media (max-width: 768px) {
  .standard-btn .tips {
    padding: 5px 40px;
  }

  .standard-btn .tips p {
    font-size: 16px;
    line-height: 28px;
  }

  .standard-btn .tips p span {
    display: inline;
  }

  .standard-btn .tips a {
    font-size: 16px;
    padding: 10px 30px;
    margin-top: 20px;
  }

  .standard-btn {
    text-align: center;
    margin: 30px 0 0;
  }
}

.newictmargintop {
  margin-top: 20px;
  padding-bottom: 100px;
  padding-top: 65px;
}

.newict {
  text-align: center;
}

.newict h2 {
  font-size: 30px;
  line-height: 40px;
  color: #333;
  margin-bottom: 20px;
}

.newict p {
  font-size: 18px;
  line-height: 30px;
  color: #333;
  max-width: 992px;
  margin: 0 auto;
}

.newict a {
  color: #e50000;
  font-size: 14px;
  line-height: 16px;
  border: 1px solid #e50000;
  border-radius: 50px;
  padding: 5px 32px;
  margin-top: 40px;
  display: inline-block;
}

.ict-footer {
  position: static;
}

@media (max-width: 768px) {
  .newict h2 {
    font-size: 22px;
    line-height: 30px;
  }

  .newictmargintop {
    margin-top: 10px;
    padding-bottom: 30px;
    padding-top: 30px;
  }

  .newict p {
    text-align: left;
    font-size: 16px;
    line-height: 30px;
  }

  .newict a {
    margin-top: 25px;
  }
}

.story_title_color2 {
  color: #e39b00;
  text-align: center;
}


@media (max-width: 768px) {
  .story-how-good ul.col li {
    width: 100%;
  }


}