@charset "UTF-8";
.max-wrap {
  padding-top: 40px;
}
.max-wrap .nav {
  /* border-bottom: 1px #dedede solid;*/
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: auto;
  background-color: #2a2f34;
}
.max-wrap .nav .nav-inner {
  width: 1170px;
  height: 40px;
  padding-top: 0px;
  position: relative;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.6);
  line-height: 40px;
}
.max-wrap .nav .nav-inner .inner-left {
  float: left;
}
.max-wrap .nav .nav-inner .inner-left ul li {
  float: left;
  margin-right: 28px;
  height: 40px;
  cursor: pointer;
}
.max-wrap .nav .nav-inner .inner-left ul li a {
  color: rgba(255, 255, 255, 0.6);
}
.max-wrap .nav .nav-inner .inner-left ul li a:hover {
  font-weight: bolder;
  color: #fff;
}
.max-wrap .nav .nav-inner .inner-left ul .vip {
  position: relative;
}
.max-wrap .nav .nav-inner .inner-left ul .vip .top-icon {
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #d1462a;
  position: absolute;
  top: 10px;
  right: -10px;
  z-index: 2;
}
.max-wrap .nav .nav-inner .inner-left ul .treasure-chest {
  position: relative;
  margin-right: 32px;
}
.max-wrap .nav .nav-inner .inner-left ul .treasure-chest > img {
  position: absolute;
  top: 19px;
  right: -14px;
  width: 8px;
  height: 4px;
}
.max-wrap .nav .nav-inner .inner-left ul .treasure-chest .treasure-box {
  position: absolute;
  top: 38px;
  left: -190px;
  width: 488px;
  background-color: #ffffff;
  border-radius: 4px;
  border: solid 1px #ededed;
  box-sizing: border-box;
  padding-top: 25px;
  padding-left: 16px;
  display: none;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(0, 0, 0, 0.05);
  cursor: auto;
  line-height: normal;
}
.max-wrap .nav .nav-inner .inner-left ul .treasure-chest .treasure-box .tit {
  font-size: 16px;
  color: #333232;
  margin-top: 3px;
  margin-bottom: 24px;
}
.max-wrap .nav .nav-inner .inner-left ul .treasure-chest .treasure-box .cont {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 15px;
}
.max-wrap .nav .nav-inner .inner-left ul .treasure-chest .treasure-box .cont .treasure-item {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  margin-right: 30px;
  align-items: center;
  -webkit-align-items: center;
  margin-bottom: 20px;
  position: relative;
}
.max-wrap .nav .nav-inner .inner-left ul .treasure-chest .treasure-box .cont .treasure-item .treasure-logo {
  width: 40px;
  height: 40px;
}
.max-wrap .nav .nav-inner .inner-left ul .treasure-chest .treasure-box .cont .treasure-item .name {
  color: #333333;
  margin-top: 10px;
}
.max-wrap .nav .nav-inner .inner-left ul .treasure-chest .treasure-box .cont .treasure-item .new-log {
  position: absolute;
  right: 0;
  top: 0;
}
.max-wrap .nav .nav-inner .inner-left ul .treasure-chest .treasure-box .cont .treasure-item:hover .name {
  color: #0d86ff;
}
.max-wrap .nav .nav-inner .inner-left ul .select {
  box-sizing: border-box;
  width: 126px;
  position: absolute;
  top: 50px;
  right: -25px;
  border: 2px #ededed solid;
  background-color: #fff;
  z-index: 10;
  display: none;
}
.max-wrap .nav .nav-inner .inner-left ul .select > li {
  box-sizing: border-box;
  width: 122px;
  height: 36px;
  padding-left: 20px;
}
.max-wrap .nav .nav-inner .inner-left ul .select > li:hover {
  background-color: #f2f7fc;
}
.max-wrap .nav .nav-inner .inner-left ul .select > li:nth-child(6) {
  border-top: 1px #ededed solid;
}
.max-wrap .nav .nav-inner .inner-left ul .select > li > a {
  font-size: 14px;
  line-height: 36px;
  color: #333;
}
.max-wrap .nav .nav-inner .inner-left ul .select > li.active {
  background-color: #f2f7fc;
}
.max-wrap .nav .nav-inner .inner-left ul .active {
  display: block;
}
.max-wrap .nav .nav-inner .inner-right .nav-right-wrap {
  height: 40px;
  padding-top: 0px;
}
.max-wrap .nav .nav-inner .inner-right .nav-right-wrap > li {
  height: 40px;
  line-height: 40px;
}
.max-wrap .nav .nav-inner .inner-right .nav-right-wrap > li.user-name > a {
  height: 40px;
  line-height: 40px;
}
.max-wrap .nav .nav-inner .inner-right .nav-right-wrap > li.user-name > ul {
  top: 40px;
}
.max-wrap .nav .nav-inner .inner-right .nav-right-wrap > li.user-name > ul li a:hover {
  color: #1979e2;
}
.max-wrap .nav .nav-inner .inner-right .nav-right-wrap > li > a {
  line-height: 40px;
}
.max-wrap .nav .nav-inner .inner-right .nav-right-wrap > li > span {
  line-height: 40px;
  color: rgba(255, 255, 255, 0.6);
}
.max-wrap .nav .nav-inner .inner-right .nav-right-wrap > li.user-name a:hover {
  color: #fff;
}
.max-wrap .nav .nav-inner .inner-right ul {
  float: right;
}
.max-wrap .nav .nav-inner .inner-right ul li a {
  color: rgba(255, 255, 255, 0.6);
}
.main .inner .search-box {
  display: flex;
  padding: 5px;
  align-items: center;
}
.main .inner .search-box .logo {
  width: 110px;
  height: 32px;
  border-right: solid 1px #cccccc;
  margin-right: 17px;
  position: relative;
}
.main .inner .search-box .logo i {
  position: absolute;
  top: -30px;
  left: 0;
  color: #0d86ff;
  font-size: 90px;
}
.main .inner .search-box .logo img {
  width: 96px;
}
.main .inner .search-box .dropdown-box {
  padding: 0 10px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  border-radius: 2px;
  border: solid 1px #d9d9d9;
  position: relative;
  cursor: pointer;
  margin-right: 17px;
}
.main .inner .search-box .dropdown-box .direction:last-of-type {
  display: none;
}
.main .inner .search-box .dropdown-box .option-box {
  width: 410px;
  position: absolute;
  top: 31px;
  left: 0px;
  background-color: #ffffff;
  box-shadow: 0px 1px 4px 0px #cccccc;
  border-radius: 2px;
  border: solid 1px #ededed;
  color: #333232;
  font-size: 14px;
  z-index: 9;
  display: none;
}
.main .inner .search-box .dropdown-box .option-box .option {
  box-sizing: border-box;
  padding: 15px 11px;
  border-radius: 2px 2px 0px 0px;
  text-align: left;
  cursor: pointer;
  border-bottom: 1px solid #ededed;
}
.main .inner .search-box .dropdown-box .option-box .option > div {
  display: inline-block;
  margin-right: 8px;
}
.main .inner .search-box .dropdown-box .option-box .option span {
  color: #666464;
  margin-right: 15px;
}
.main .inner .search-box .dropdown-box .option-box .option span:hover {
  color: #0d86ff;
  text-decoration: underline;
}
.main .inner .search-box .dropdown-box .option-box .now-city {
  font-size: 14px;
  color: #666666;
}
.main .inner .search-box .search-bot {
  box-sizing: border-box;
  height: 50px;
  border: 1px #0d86ff solid;
  font-size: 14px;
  color: #999999;
  line-height: 50px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  margin-right: 20px;
}
.main .inner .search-box .search-bot input {
  box-sizing: border-box;
  float: left;
  height: 48px;
  width: 430px;
  border: none;
  padding-left: 16px;
}
.main .inner .search-box .search-bot button {
  font-size: 14px;
  float: left;
  height: 48px;
  width: 150px;
  border: none;
  background-color: #0d86ff;
  color: #fff;
  text-align: center;
  cursor: pointer;
}
.main .inner .search-box .search-bot button:hover {
  background-color: #0b78e5;
}
.main .inner .search-box .search-label {
  font-size: 14px;
  color: #999999;
}
.main .inner .search-box .search-label span {
  margin-right: 7px;
  cursor: pointer;
}
.main .inner .search-box .search-label span:hover {
  color: #333;
  text-decoration: underline;
}
.main .inner .search-top-m {
  margin-top: 15px;
}
.main .inner .search-top-m .search-link .search-link-item .more-img {
  right: 5px;
}
.main .inner .search-top-m .search-area {
  margin-bottom: 20px;
  box-sizing: border-box;
  padding: 0 30px 0 100px;
  color: #666666;
  font-size: 16px;
}
.main .inner .search-top-m .search-area .area-country {
  font-weight: lighter;
}
.main .inner .search-top-m .search-area .area-country:before {
  content: '选择地区：';
  display: inline-block;
  margin-left: -70px;
  font-weight: bolder;
}
.main .inner .search-top-m .search-area .area-province {
  margin-top: 10px;
  border-top: 1px solid #ededed;
  padding-top: 10px;
}
.main .inner .search-top-m .search-area .area-province a {
  margin-right: 10px;
  margin-left: 9px;
  font-weight: lighter;
  line-height: 25px;
  position: relative;
  white-space: nowrap;
}
.main .inner .search-top-m .search-area .area-province a:hover {
  color: #3b87f7;
}
.main .inner .search-top-m .search-area .area-province .county-list {
  border-top: 1px solid #ededed;
  margin-top: 10px;
  padding-top: 10px;
}
.main .inner .search-top-m .search-area .active {
  color: #3b87f7;
}
.main .inner .result-box-max .result .result-box .result-top .result-condition .option-box {
  width: 146px;
}
.main .inner .result-box-max .result .result-box .result-item:last-of-type {
  border-bottom: 1px solid #ededed;
}
.main .inner .result-box-max .result .result-box .result-item .company-name span {
  width: 600px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.main .inner .result-box-max .result .result-box .result-item .item-detail {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.main .inner .result-box-max .result .result-box .result-item .item-detail .item-detail-label {
  display: flex;
}
.main .inner .result-box-max .result .result-box .result-item .item-detail .item-detail-label > .detail-item {
  margin-right: 16px ;
  font-size: 12px;
  color: #0d86ff;
  padding: 2px 7px 3px 8px;
  background-color: #f0f7ff;
}
.main .inner .result-box-max .result .result-box .result-item .item-detail .item-detail-label > .detail-item img {
  height: 13px;
}
.main .inner .result-box-max .result .result-box .result-item .item-detail > .detail-item {
  font-size: 14px;
  color: #999999;
}
.main .inner .result-box-max .result .result-box .order-page-wrap {
  margin-bottom: 32px;
}
.main .inner .result-box-max .result .more-info {
  margin-top: 30px;
  text-align: right;
  /**
                  旧样式
                   */
  /**
                  新样式
                   */
}
.main .inner .result-box-max .result .more-info span {
  box-sizing: border-box;
  padding: 10px 20px;
  border-radius: 5px;
  background-color: #0d86ff;
  color: #fff;
}
.main .inner .result-box-max .result .more-info a {
  box-sizing: border-box;
  padding: 10px 20px;
  border-radius: 5px;
  background-color: #0d86ff;
  color: #fff;
}
.main .inner .result-box-max .advert .carousel {
  width: 290px;
  height: 180px;
  margin-bottom: 16px;
}
.main .inner .result-box-max .advert .carousel img {
  width: 100%;
  height: 100%;
}
.main .inner .result-box-max .advert .notice {
  width: 290px;
  border: solid 1px #ededed;
  margin-bottom: 15px;
}
.main .inner .result-box-max .advert .notice .notice-title {
  font-size: 16px;
  display: flex;
  justify-content: space-between;
  padding: 12px 13px 18px;
  background-color: #fcfcfc;
  border-bottom: solid 1px #ededed;
}
.main .inner .result-box-max .advert .notice .notice-title img {
  margin-right: 6px;
  vertical-align: middle;
}
.main .inner .result-box-max .advert .notice .notice-title .more {
  color: #0d86ff;
  cursor: pointer;
}
.main .inner .result-box-max .advert .notice .notice-title .more:hover {
  text-decoration: underline;
}
.main .inner .result-box-max .advert .notice .notice-news {
  background-color: #ffffff;
}
.main .inner .result-box-max .advert .notice .notice-news .news {
  cursor: pointer;
  width: 250px;
  padding: 12px 27px 12px 13px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-bottom: solid 1px #ededed;
}
.main .inner .result-box-max .advert .notice .notice-news .news:hover a {
  color: #0d86ff;
}
.main .inner .result-box-max .advert .notice .notice-news .news:last-child {
  border: none;
}
.main .inner .result-box-max .advert .recommend {
  width: 290px;
  border: solid 1px #ededed;
  margin-bottom: 16px;
}
.main .inner .result-box-max .advert .recommend .recommend-title {
  font-size: 16px;
  display: flex;
  justify-content: space-between;
  padding: 12px 13px 18px;
  background-color: #fcfcfc;
  border-bottom: solid 1px #ededed;
}
.main .inner .result-box-max .advert .recommend .recommend-title img {
  margin-right: 6px;
  vertical-align: middle;
}
.main .inner .result-box-max .advert .recommend .recommend-title .more {
  color: #0d86ff;
  cursor: pointer;
}
.main .inner .result-box-max .advert .recommend .recommend-title .more:hover {
  text-decoration: underline;
}
.main .inner .result-box-max .advert .recommend .recommend-news {
  background-color: #ffffff;
}
.main .inner .result-box-max .advert .recommend .recommend-news .news {
  cursor: pointer;
  padding: 12px 13px 12px 13px;
  display: flex;
  justify-content: space-between;
  border-bottom: solid 1px #ededed;
}
.main .inner .result-box-max .advert .recommend .recommend-news .news span {
  flex: 1;
}
.main .inner .result-box-max .advert .recommend .recommend-news .news span:hover,
.main .inner .result-box-max .advert .recommend .recommend-news a:hover {
  color: #0d86ff;
}
.main .inner .result-box-max .advert .recommend .recommend-news .news:last-child {
  border: none;
}
.main .inner .result-box-max .advert .rightAds {
  width: 290px;
  height: 180px;
}
.main .inner .result-box-max .advert .rightAds img {
  width: 100%;
  height: 100%;
}
.main .inner .result-box-max .right {
  width: 300px;
  float: right;
}
.main .inner .result-box-max .right img {
  width: 100%;
  margin-bottom: 20px ;
}
.main .inner .result-box-max .right .style {
  background-color: #fff;
  margin-bottom: 20px;
}
.main .inner .result-box-max .right .style .type-nav {
  display: flex;
  line-height: 40px;
  border-bottom: 1px solid #f4f4f4;
  cursor: pointer;
}
.main .inner .result-box-max .right .style .type-nav .one {
  width: 50%;
  text-align: center;
}
.main .inner .result-box-max .right .style .type-nav .active {
  background-color: #0d86ff;
  color: white;
}
.main .inner .result-box-max .right .style .list .item {
  box-sizing: border-box;
  padding: 20px 20px;
}
.main .inner .result-box-max .right .style .list .item a {
  font-size: 14px;
  width: 80px;
  display: inline-block;
  text-align: center;
  margin-bottom: 10px;
  color: #333333;
  cursor: pointer;
  font-weight: lighter;
}
.main .inner .result-box-max .right .style .list .item a:last-child {
  margin-right: 0;
}
.main .inner .result-box-max .right .style .list .item a:hover {
  color: #0d86ff;
}
.main .inner .result-box-max .right .style .mew-tit {
  position: relative;
  text-align: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #f4f4f4;
  overflow: hidden;
  padding: 12px 20px;
}
.main .inner .result-box-max .right .style .mew-tit .tit {
  float: left;
  position: relative;
  color: #333333;
  font-weight: bold;
  font-size: 16px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 10px;
}
.main .inner .result-box-max .right .style .mew-tit .tit:before {
  content: "";
  width: 3px;
  height: 19px;
  background-color: #3b87f7;
  position: absolute;
  left: 0;
  top: 2px;
}
.main .inner .result-box-max .right .style .mew-tit a {
  float: right;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: #4285f4;
}
.main .inner .result-box-max .right .style .list {
  text-align: left;
}
.main .inner .result-box-max .right .style .list a.newInfo {
  display: block;
  font-size: 14px;
  color: #333;
  box-sizing: border-box;
  padding: 10px 20px 10px 30px;
  border-bottom: solid 1px #eeeeee;
  font-weight: lighter;
}
.main .inner .result-box-max .right .style .list a.newInfo:hover {
  color: #3b87f7;
}
.main .inner .result-box-max .right .style .list .item {
  box-sizing: border-box;
  padding: 20px 20px;
}
.main .inner .result-box-max .right .style .list .item > a {
  font-size: 14px;
  width: 80px;
  display: inline-block;
  text-align: center;
  margin-bottom: 10px;
  color: #333333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.main .inner .result-box-max .right .style .list .item > a:last-child {
  margin-right: 0;
}
.main .inner .result-box-max .right .style .list .items {
  box-sizing: border-box;
  padding: 20px 20px;
}
.main .inner .result-box-max .right .style .list .items a {
  width: 120px;
  display: inline-block;
  text-align: center;
  margin-bottom: 10px;
  color: #333333;
}
.main .inner .result-box-max .right .style .list .region-box {
  box-sizing: border-box;
  padding: 10px 20px 0px 30px;
}
.main .inner .result-box-max .right .style .list .region-box a {
  font-size: 14px;
  color: #333;
  font-weight: lighter;
  margin-right: 2px;
}
.main .inner .result-box-max .right .style .list .region-box a:hover {
  color: #3b87f7;
}
.main .inner .result-box-max .suspended {
  position: fixed;
  right: 50px;
  top: 60%;
  z-index: 100;
  width: 180px;
  height: 180px;
}
.main .inner .result-box-max .suspended img {
  width: 100%;
  height: 100%;
}
.partner-m-box {
  width: 1170px;
  margin: 0 auto;
}
.partner-m-box .secAds {
  margin-top: 68px;
  height: 160px;
  width: 100%;
}
.partner-m-box .secAds img {
  width: 100%;
  height: 100%;
}
.partner-m-box .partner-tit {
  color: #333333;
  font-size: 24px;
  font-weight: bold;
  margin-top: 68px;
  margin-bottom: 30px;
}
.partner-m-box .partner-tit span {
  font-size: 14px;
  color: #666666;
}
.partner-m-box .partner {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  flex-wrap: wrap;
  margin-bottom: 48px;
}
.partner-m-box .partner img {
  width: 178px;
  height: 68px;
  margin-right: 20px;
  margin-bottom: 20px;
}
.partner-m-box .partner img:nth-child(6n) {
  margin-right: 0;
}
.partner-m-box .thirdAds {
  margin-bottom: 56px;
  height: 160px;
  width: 100%;
}
.partner-m-box .thirdAds img {
  width: 100%;
  height: 100%;
}
/*轮播*/
.fullSlide,
.banner4,
.banner5,
.banner2,
.banner3 {
  position: relative;
  margin: 0 auto;
  display: block;
}
.fullSlide .bd,
.banner4 .bd,
.banner5 .bd,
.banner2 .bd,
.banner3 .bd {
  position: relative;
  width: 1170px;
  height: 160px;
  z-index: 0;
}
.fullSlide .bd .tempWrap,
.banner4 .bd .tempWrap,
.banner5 .bd .tempWrap,
.banner2 .bd .tempWrap,
.banner3 .bd .tempWrap {
  width: 100%;
  height: 100%;
}
.fullSlide .bd ul,
.banner4 .bd ul,
.banner5 .bd ul,
.banner2 .bd ul,
.banner3 .bd ul {
  width: 100%;
  height: 100%;
}
.fullSlide .bd ul li,
.banner4 .bd ul li,
.banner5 .bd ul li,
.banner2 .bd ul li,
.banner3 .bd ul li {
  width: 100%;
  height: 100%;
}
.fullSlide .bd ul li img,
.banner4 .bd ul li img,
.banner5 .bd ul li img,
.banner2 .bd ul li img,
.banner3 .bd ul li img {
  width: 100%;
  height: 100%;
  vertical-align: top;
}
.fullSlide .hd,
.banner4 .hd,
.banner5 .hd,
.banner2 .hd,
.banner3 .hd {
  position: relative;
  z-index: 1;
  margin-top: -30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  /* background:#000;*/
  filter: alpha(opacity=60);
  opacity: 0.6;
}
.fullSlide .hd ul,
.banner4 .hd ul,
.banner5 .hd ul,
.banner2 .hd ul,
.banner3 .hd ul {
  text-align: center;
  padding-top: 5px;
}
.fullSlide .hd ul li,
.banner4 .hd ul li,
.banner5 .hd ul li,
.banner2 .hd ul li,
.banner3 .hd ul li {
  cursor: pointer;
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 8px;
  height: 8px;
  margin: 5px;
  overflow: hidden;
  background-color: #fff;
  font-size: 0;
  border-radius: 8px;
}
.fullSlide .hd ul .on,
.banner4 .hd ul .on,
.banner5 .hd ul .on,
.banner2 .hd ul .on,
.banner3 .hd ul .on {
  background-position: 0 0;
  background-color: red;
}
.fullSlide .pre,
.banner4 .pre,
.banner5 .pre,
.banner2 .pre,
.banner3 .pre,
.fullSlide .next,
.banner4 .next,
.banner5 .next,
.banner2 .next,
.banner3 .next {
  z-index: 1;
  display: block;
  width: 55px;
  height: 55px;
  position: relative;
  margin: -27% 0 0 3%;
  float: left;
  filter: alpha(opacity=40);
  opacity: 0.4;
}
.fullSlide .next,
.banner4 .next,
.banner5 .next,
.banner2 .next,
.banner3 .next {
  background-position: right 0;
  float: right;
  margin-right: 3%;
}
.fullSlide .prev:hover,
.banner4 .prev:hover,
.banner5 .prev:hover,
.banner2 .prev:hover,
.banner3 .prev:hover,
.fullSlide .next:hover,
.banner4 .next:hover,
.banner5 .next:hover,
.banner2 .next:hover,
.banner3 .next:hover {
  filter: alpha(opacity=80);
  opacity: 0.8;
}
.banner1 {
  margin-bottom: 16px;
}
.banner4 {
  margin-top: 68px;
}
.banner5 {
  margin-bottom: 56px;
}
.banner2,
.banner3 {
  margin-bottom: 16px;
}
.banner2 .bd,
.banner3 .bd {
  width: 290px;
  height: 180px;
}
/*轮播结束*/
.classification {
  width: 1180px;
  margin: 30px auto 0;
}
.classification .cla_title {
  box-sizing: border-box;
  padding: 12px 30px;
  border: solid 1px #f4f5f6;
  background-color: #fcfcfc;
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  text-align: left;
}
.classification .cla_info {
  box-sizing: border-box;
  padding: 35px 28px;
  background-color: #ffffff;
  border: solid 1px #f1f2f3;
  border-top: none;
}
.classification .cla_info a {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  background-color: #ffffff;
  border: solid 1px #cde0ff;
  color: #0d86ff;
  margin-right: 7px;
}
.classification .cla_info a:last-child {
  margin-right: 0;
}
.classification .cla_info a:hover {
  background-color: #f3f7ff;
  border: solid 1px #0b86ff;
}
.classification .cla_news {
  background-color: #fff;
  box-sizing: border-box;
  padding: 30px;
  text-align: left;
  margin-bottom: 50px;
}
.classification .cla_news .cla_word {
  box-sizing: border-box;
  padding: 5px 0 15px;
  border-bottom: solid 1px #f1f2f3;
}
.classification .cla_news .cla_items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.classification .cla_news .cla_items .item {
  width: 300px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  box-sizing: border-box;
  margin-top: 25px;
  color: #333;
}
.result-box-max .result-box .mew-tit {
  background-color: #fcfcfc;
  position: relative;
  text-align: left;
  box-sizing: border-box;
  padding: 16px 20px 17px;
  border: solid 1px #eeeeee;
}
.result-box-max .result-box .mew-tit .tit {
  position: relative;
  color: #101010;
  font-weight: bold;
  font-size: 16px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.result-box-max .result-box .mew-tit a {
  float: right;
  color: #9b9b9b;
}
/*# sourceMappingURL=polymerization.css.map */