@charset "UTF-8";
.crumb {
  height: 80px;
  line-height: 80px;
  border-bottom: 1px solid #EDEDED;
  font-size: 14px;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.crumb i {
  vertical-align: middle;
  color: #212121;
  margin-right: 5px;
}

.crumb a {
  margin-right: 25px;
  position: relative;
}

.crumb a:after {
  font-family: iconfont;
  content: '\e69c';
  color: #212121;
  position: absolute;
  right: -20px;
  top: 0;
  line-height: 1.2;
}

.crumb a:last-child:after {
  display: none;
}

.crumb a:last-child {
  color: #0476CC;
}

.news_list {
  margin: 50px auto;
}

.news_nav {
  width: 70%;
  border-right: 1px solid #e5e5e5;
  font-size: 20px;
}

.news_nav li {
  padding: 25px 0;
  position: relative;
}

.news_nav li a:before {
  content: '';
  display: block;
  width: 14px;
  height: 14px;
  background: #e5e5e5;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  position: absolute;
  right: -7px;
  top: 50%;
  margin-top: -7px;
  z-index: 2;
}

.news_nav li a:after {
  content: '\e600';
  display: none;
  font-family: iconfont;
  font-size: 36px;
  color: #0476CC;
  position: absolute;
  right: -12px;
  top: 50%;
  margin-top: -18px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  z-index: 5;
}

.news_nav li.active a:before, .news_nav li a:hover:before {
  background: #ffffff;
}

.news_nav li.active a:after, .news_nav li a:hover:after {
  display: block;
}

.news_nav li.active a, .news_nav li a:hover {
  color: #0476CC;
}

.news_nav a {
  font-family: font-max;
}

.news_item {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px dashed #dbdbdb;
  overflow: hidden;
}

.news_item .img {
  width: 267px;
  height: 168px;
  float: left;
  overflow: hidden;
  border: 1px solid #dddddd;
}

.news_item .text {
  width: 70%;
  height: 168px;
  overflow: hidden;
  float: left;
  padding-left: 30px;
}

.news_item .text h2 {
  line-height: 40px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.news_item .text p {
  line-height: 30px;
  height: 60px;
  overflow: hidden;
  font-size: 14px;
}

.news_item .text h3 {
  line-height: 31px;
  color: #999;
  margin-top: 20px;
}

.news_item .text h3 span.more {
  display: inline-block;
  padding: 2px 15px 0;
  border: 1px solid #dbdbdb;
  font-family: font-max;
  font-size: 14px;
  color: #4c4c4c;
}

.news_item:hover .text h3 span.more {
  color: #0476CC;
  border-color: #0476CC;
}

.news_item .text h3 i {
  vertical-align: middle;
}

.news_article {
  width: 85%;
  height: auto;
  margin: 40px auto 80px;
}

.news_article > .text-center > img {
  max-width: 200px;
}

.news_article h1, .news_content h1 {
  font-size: 24px;
  text-align: center;
  line-height: 60px;
}

.news_article h3 {
  font-size: 16px;
  color: #8C8C8C;
  line-height: 60px;
  text-align: center;
}

.news_content h3, .news_content h4 {
  font-size: 16px;
  color: #333;
  line-height: 60px;
  text-align: center;
  font-weight: bold;
}

.news_content h4 {
  text-align: left;
  font-weight: normal;
}

.article p {
  line-height: 30px;
  font-size: 14px;
  color: #4c4c4c;
  padding: 15px 0;
}

.news_content .article p {
  font-size: 16px;
}

.article img {
  display: block;
  width: auto;
  height: auto;
  margin: 0 auto;
}

.article strong {
  font-size: 14px;
  font-weight: normal;
  color: #666666;
}

.null {
  text-align: center;
  font-size: 14px;
}

.books_content {
  margin-bottom: 20px;
}

.books_item {
  padding: 10px;
}

.books_item p {
  font-size: 16px;
  height: 60px;
  line-height: 30px;
  color: #212121;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.books_item .img {
  width: 100%;
  height: auto;
  text-align: center;
  line-height: 300px;
  border: 1px solid transparent;
  overflow: hidden;
}

.books_item .img img {
  width: auto;
  max-width: 80%;
  height: 200px;
  -webkit-box-shadow: -30px 30px 60px 0 rgba(0, 0, 0, .25), -20px 20px 40px -10px rgba(0, 0, 0, .3), -20px 20px 15px -15px rgba(0, 0, 0, .3), 0 0 0 rgba(0, 0, 0, .3);
  -moz-box-shadow: -30px 30px 60px 0 rgba(0, 0, 0, .25), -20px 20px 40px -10px rgba(0, 0, 0, .3), -20px 20px 15px -15px rgba(0, 0, 0, .3), 0 0 0 rgba(0, 0, 0, .3);
  box-shadow: -30px 30px 60px 0 rgba(0, 0, 0, .25), -20px 20px 40px -10px rgba(0, 0, 0, .3), -20px 20px 15px -15px rgba(0, 0, 0, .3), 0 0 0 rgba(0, 0, 0, .3);
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.bg_1 {
  background: url(../img/bg1.png) center top no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

.bg_2 {
  background: url(../img/bg2.png) center top no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

.bg_3 {
  background: url(../img/bg3.png) center top no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

.bg_4 {
  background: url(../img/bg4.png) center top no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

.bg_5 {
  background: url(../img/bg5.png) center top no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

.bg_6 {
  background: url(../img/bg6.png) center top no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

.bg_7 {
  background: url(../img/bg7.png) center top no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

.books_item:hover .img img {
  -webkit-transform: scale(1.2, 1.2);
  -moz-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  -o-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}

.link_item {
  padding: 21px;
}

.link_item .img {
  max-width: 150px;
  max-height: 58px;
  border: 1px solid #dddddd;
  overflow: hidden;
}

.link_item p {
  margin-top: 10px;
  font-size: 14px;
  max-height: 60px;
  line-height: 30px;
  color: #212121;
  text-align: center;
}

.link_item:hover p, .books_item:hover p {
  color: #0476CC;
}

.fuse_list h2 {
  font-size: 20px;
  padding: 15px 0;
}

.fuse_button {
  background: #3f51b5;
  color: #ffffff;
  border-color: #3f51b5;
  font-size: 18px;
  margin: 10px 0;
  padding: 10px 0;
}

.fuse_button_green {
  background: #259b24;
  border-color: #259b24;
}

.fuse_button_orange {
  background: #ff9800;
  border-color: #ff9800;
  color: #333333;
}

.selection_box {
  margin-bottom: 50px;
}

.selection_title {
  text-align: center;
  font-size: 20px;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .news_item .img {
    float: initial;
    margin: 0 auto;
  }

  .news_item .text {
    width: 100% !important;
    padding-left: 0;
    float: initial;
  }

  .news_list {
    margin: 20px auto;
  }

  .news_nav {
    width: 100% !important;
    display: flex;
    border-right: none;
    margin-bottom: 20px;
  }

  .news_nav li {
    padding: 10px 0;
    font-size: 14px;
    flex: 1;
    text-align: center;
  }

  .news_nav li a:before {
    display: none;
  }

  .news_nav li a:after {
    font-size: 14px;
    position: absolute;
    right: auto;
    left: 50%;
    top: 100%;
    margin: -10px 0 0 -7px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    z-index: 5;
  }
}

.prize-list li {
  width: 100%;
  line-height: 60px;
  border-bottom: 1px solid #EDEDED;
}

.prize-list ul li:last-child {
  border-bottom: none;
}

.prize-list a {
  font-size: 16px;
}