html,
body,
i,
span,
div,
em,
ul,
li,
a,
img,
p {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul,
li,
span,
a,
input,
table,
tr,
th,
td,
em {
  box-sizing: border-box;
}
i,
em {
  font-style: normal;
}
a:hover {
  text-decoration: none;
}
span {
  display: inline-block;
}
/*
.radio {
  width: 15px;
  height: 15px;
  margin-right: 25px;
  -webkit-appearance: radio;
}

.checkbox {
  width: 18px;
  height: 18px;
  margin-right: 10px;
  -webkit-appearance: checkbox;
}


.input { //input的公共样式类
  display: inline-block;
  height: 100%;
  border: 1px solid @borderColor;
  padding-left: 20px;
  &::-ms-clear{display:none;}
  &::-webkit-input-placeholder {
    color: #999
  }


  &::-moz-placeholder {
    color: #999
  }
;
  &:-ms-input-placeholder {
    color: #999
  }
;
  &:focus {
    border-color: #00c6ff;
  }
}
*/
.wrapper .main_body {
  min-height: 507px;
  color: #333;
  margin: 20px auto 100px;
  /**模块title样式*/
  /*轮播图*/
  /*主要内容部分*/
}
.wrapper .main_body .title {
  position: relative;
  width: 100%;
  height: 35px;
  border-bottom: 4px solid #e6e6e6;
}
.wrapper .main_body .title .cityName {
  font-size: 18px;
  height: 31px;
  float: left;
  line-height: 31px;
  color: #0c0300;
  padding-left: 35px;
}
.wrapper .main_body .title .cityMore {
  font-size: 12px;
  float: right;
  line-height: 35px;
  cursor: pointer;
}
.wrapper .main_body .title .cityMore .more {
  color: #999;
}
.wrapper .main_body .title .list_icon {
  background: url(https://obs.negn.cn/creditchina-cms/pc/img/list_icon.png) no-repeat 4px 4px;
}
.wrapper .main_body .title em {
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 126px;
  border-bottom: 4px solid #e22323;
}
.wrapper .main_body .slideBox {
  width: 100%;
  height: 446px;
  margin: 10px 0 50px;
}
.wrapper .main_body .slideBox #slides {
  width: 100%;
  height: 100%;
}
.wrapper .main_body .slideBox #slides .slides_container {
  width: 100%;
  height: 100%;
}
.wrapper .main_body .slideBox #slides .slides_container img {
  width: 1200px;
  height: 446px;
}
.wrapper .main_body .slideBox #slides .slides_container .caption {
  bottom: 0;
  height: 75px;
  background:transparent;
  border-top-color:transparent;
}
.wrapper .main_body .slideBox #slides .next {
  right: 20px;
  top: 200px;
}
.wrapper .main_body .slideBox #slides .prev {
  top: 200px;
}
.wrapper .main_body .slideBox #slides .pagination,
.wrapper .main_body .slideBox #slides .pagination1 {
  bottom: 31px;
  margin-right: 20px;
}
.wrapper .main_body .hc-main {
  width: 1200px;
  overflow: hidden;
  /*左半部分*/
  /*右半部分*/
}
.wrapper .main_body .hc-main div {
  box-sizing: border-box;
}
.wrapper .main_body .hc-main .hc-left {
  float: left;
  width: 834px;
}
.wrapper .main_body .hc-main .hc-left a{
  display:inline-block;
}
.wrapper .main_body .hc-main .hc-left .hc-content-box {
  overflow: hidden;
}
.wrapper .main_body .hc-main .hc-left .hc-content-box ul {
  padding: 30px 0 35px;
  width: 100%;
}
.wrapper .main_body .hc-main .hc-left .hc-content-box ul li {
  height: 58px;
  width: 100%;
  border-bottom: 1px solid #e6e6e6;
}
.wrapper .main_body .hc-main .hc-left .hc-content-box ul li > a {
  float: left;
  height: 100%;
  max-width: 318px;
  line-height: 58px;
  color: #333;
  font-size: 14px;
  display:inline-block;
}
.wrapper .main_body .hc-main .hc-left .hc-content-box ul li > span {
  float: right;
  height: 100%;
  line-height: 58px;
  color: #999;
  font-size: 12px;
}
.wrapper .main_body .hc-main .hc-left .hc-content-box ul li.hc-firstLi {
  height: 150px;
  border-bottom: none;
}
.wrapper .main_body .hc-main .hc-left .hc-content-box ul li.hc-firstLi .img-box {
  float: left;
  height: 100%;
  width: 125px;
}
.wrapper .main_body .hc-main .hc-left .hc-content-box ul li.hc-firstLi .img-box img {
  width: 100%;
  height: 100%;
}
.wrapper .main_body .hc-main .hc-left .hc-content-box ul li.hc-firstLi div {
  float: right;
  width: 250px;
}
.wrapper .main_body .hc-main .hc-left .hc-content-box ul li.hc-firstLi div .content-title {
  line-height: 30px;
  font-size: 14px;
  color: #333;
  font-weight: 600;
}
.wrapper .main_body .hc-main .hc-left .hc-content-box ul li.hc-firstLi div p a {
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  color: #666;
  display:inline-block;
}
.wrapper .main_body .hc-main .hc-left .hc-content-box .hc-content_1 {
  float: left;
  width: 430px;
  padding-right: 40px;
}
.wrapper .main_body .hc-main .hc-left .hc-content-box .hc-content_2 {
  float: left;
  width: 400px;
}
.wrapper .main_body .hc-main .hc-left .hc-story .bxSlide-container {
  width: 100%;
  height: 230px;
  padding: 25px 0 35px;
}
.wrapper .main_body .hc-main .hc-left .hc-story .bxSlide-container .bxSlide-box {
  height: 100%;
  background-color: #eaeaea;
  padding: 0 70px;
}
.wrapper .main_body .hc-main .hc-left .hc-story .bxSlide-container .bxSlide-box .bxslider {
  height: 100%;
  overflow: hidden;
}
.wrapper .main_body .hc-main .hc-left .hc-story .bxSlide-container .bxSlide-box .bxslider li {
  width: 166px;
  height: 120px;
}
.wrapper .main_body .hc-main .hc-left .hc-story .bxSlide-container .bxSlide-box .bxslider li a {
  width: 100%;
  height: 100%;
  display:inline-block;
}
.wrapper .main_body .hc-main .hc-left .hc-story .bxSlide-container .bxSlide-box .bxslider li a img {
  width: 100%;
  height: 100%;
}
.wrapper .main_body .hc-main .hc-left .hc-story .bxSlide-container .bxSlide-box .bxslider li a > span {
  display: none;
  position: absolute;
  width: 100%;
  height: 40px;
  bottom: 0;
  left: 0;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
}
.wrapper .main_body .hc-main .hc-left .hc-story .bxSlide-container .bxSlide-box .bxslider li a div {
  display: table;
  position: absolute;
  width: 100%;
  height: 40px;
  bottom: 0;
  left: 0;
  overflow: hidden;
  display: none;
}
.wrapper .main_body .hc-main .hc-left .hc-story .bxSlide-container .bxSlide-box .bxslider li a div p {
  color: #eee;
  text-align: center;
  height: 40px;
  vertical-align: middle;
  display: table-cell;
}
.wrapper .main_body .hc-main .hc-left .hc-story .bxSlide-container .bxSlide-box .bxslider li a:hover > span {
  display: inline-block;
}
.wrapper .main_body .hc-main .hc-left .hc-story .bxSlide-container .bxSlide-box .bxslider li a:hover div {
  display: table;
}
.wrapper .main_body .hc-main .hc-left .hc-story .bxSlide-container .bxSlide-box .bx-wrapper {
  padding: 25px 0;
}
.wrapper .main_body .hc-main .hc-left .hc-story .bxSlide-container .bxSlide-box .bx-wrapper .bx-prev {
  left: -50px;
  background-image: url('https://obs.negn.cn/creditchina-cms/pc/img/lunbo_arrow_grey_left.png');
}
.wrapper .main_body .hc-main .hc-left .hc-story .bxSlide-container .bxSlide-box .bx-wrapper .bx-next {
  right: -50px;
  background-image: url('https://obs.negn.cn/creditchina-cms/pc/img/lunbo_arrow_grey_right.png');
  background-position: right center;
}
.wrapper .main_body .hc-main .hc-left .hc-story .bxSlide-container .bxSlide-box .bx-wrapper .bx-pager {
  display: none;
}
.wrapper .main_body .hc-main .hc-left .hc-story .bxSlide-container .bxSlide-box .bx-wrapper .bx-viewport {
  height: 120px !important;
  left: 0px;
  top: 0px;
}
.wrapper .main_body .hc-main .hc-left .hc-otherHonesty ul {
  overflow: hidden;
}
.wrapper .main_body .hc-main .hc-left .hc-otherHonesty ul li {
  float: left;
  height: 114px;
  width: 396px;
  padding-top: 15px;
  border-bottom: 1px solid #e6e6e6;
  overflow: hidden;
}
.wrapper .main_body .hc-main .hc-left .hc-otherHonesty ul li > a {
  float: left;
  width: 80px;
  height: 80px;
}
.wrapper .main_body .hc-main .hc-left .hc-otherHonesty ul li > a img {
  width: 80px;
  height: 80px;
}
.wrapper .main_body .hc-main .hc-left .hc-otherHonesty ul li > div {
  float: right;
  width: 306px;
  overflow: hidden;
}
.wrapper .main_body .hc-main .hc-left .hc-otherHonesty ul li > div > a {
  color: #333;
  font-weight: 600;
  font-size: 14px;
}
.wrapper .main_body .hc-main .hc-left .hc-otherHonesty ul li > div p {
  width: 278px;
  line-height: 20px;
}
.wrapper .main_body .hc-main .hc-left .hc-otherHonesty ul li > div p a {
  color: #666;
  font-size: 12px;
}
.wrapper .main_body .hc-main .hc-left .hc-otherHonesty ul li > div .hc-otherHonesty-foot {
  height: 20px;
  margin-top: 14px;
  line-height: 20px;
  text-align: right;
  color: #999;
}
.wrapper .main_body .hc-main .hc-left .hc-otherHonesty ul li > div .hc-otherHonesty-foot span {
  min-width: 15px;
  height: 100%;
  padding-left: 15px;
  background-repeat: no-repeat;
  background-position: left center;
  vertical-align: top;
}
.wrapper .main_body .hc-main .hc-left .hc-otherHonesty ul li > div .hc-otherHonesty-foot span.hc-source {
  background-image: url('https://obs.negn.cn/creditchina-cms/pc/img/comp.png');
}
.wrapper .main_body .hc-main .hc-left .hc-otherHonesty ul li > div .hc-otherHonesty-foot span.hc-time {
  margin-left: 14px;
  background-image: url('https://obs.negn.cn/creditchina-cms/pc/img/clock.png');
}
.wrapper .main_body .hc-main .hc-left .hc-otherHonesty ul li > div .hc-otherHonesty-foot i {
  display: inline-block;
  width: 14px;
  height: 100%;
  border-right: 1px solid #e6e6e6;
}
.wrapper .main_body .hc-main .hc-left .hc-otherHonesty ul li.preLi {
  margin-right: 42px;
}
.wrapper .main_body .hc-main .hc-right {
  float: right;
  width: 346px;
}
.wrapper .main_body .hc-main .hc-right .hc-video {
  padding: 10px 10px 0 ;
  border: 1px solid #bebebe;
}
.wrapper .main_body .hc-main .hc-right .hc-video .video-box {
  padding-top: 26px;
}
.wrapper .main_body .hc-main .hc-right .hc-video .video-box .video {
  width: 100%;
  height: 220px;
}
.wrapper .main_body .hc-main .hc-right .hc-video .video-box .video .hc-video-dimensions {
  width: 100%;
  height: 100%;
}
.wrapper .main_body .hc-main .hc-right .hc-video .video-box .video .video-js .vjs-big-play-button {
  width: 50px;
  height: 50px;
}
.wrapper .main_body .hc-main .hc-right .hc-video .video-box .video .vjs-big-play-centered .vjs-big-play-button {
  top:100%;
  left:100%;
  margin-top:-68px;
  margin-left:-54px;
  border-radius: 25px;
}
.wrapper .main_body .hc-main .hc-right .hc-video .video-box .video-title {
  /*height: 66px;*/
  width: 100%;
  /*line-height: 66px;*/
  font-size: 16px;
  color: #333;
  font-weight: 600;
  text-align: center;
  margin:15px 0;
  overflow:hidden;
}
.wrapper .main_body .hc-main .hc-right .hc-video .video-box .video-content {
  line-height: 20px;
}
.wrapper .main_body .hc-main .hc-right .hc-video .video-box .video-content a {
  color: #999;
}
.wrapper .main_body .hc-main .hc-right .hc-video .hc-video-list {
  padding-top: 18px;
  border-top: 1px solid #e6e6e6;
}
.wrapper .main_body .hc-main .hc-right .hc-video .hc-video-list li {
  height: 30px;
  font-size: 14px;
}
.wrapper .main_body .hc-main .hc-right .hc-video .hc-video-list li i {
  height: 100%;
  color: #e22323;
  padding-right: 5px;
}
.wrapper .main_body .hc-main .hc-right .hc-video .hc-video-list li a {
  height: 100%;
  color: #333;
}
.wrapper .main_body .hc-main .hc-right .hc-second {
  width: 100%;
  height: 328px;
  padding: 10px;
  margin-top: 20px;
  border: 1px solid #bebebe;
}
.wrapper .main_body .hc-main .hc-right .hc-second .hc-second-content-top {
  height: 172px;
  padding: 20px 8px;
  overflow: hidden;
}
.wrapper .main_body .hc-main .hc-right .hc-second .hc-second-content-top > a {
  float: left;
  height: 100%;
  width: 92px;
}
.wrapper .main_body .hc-main .hc-right .hc-second .hc-second-content-top > a img {
  height: 100%;
  width: 100%;
}
.wrapper .main_body .hc-main .hc-right .hc-second .hc-second-content-top > div {
  float: right;
  width: 196px;
  height: 100%;
}
.wrapper .main_body .hc-main .hc-right .hc-second .hc-second-content-top > div > a {
  font-size: 18px;
  color: #333;
}
.wrapper .main_body .hc-main .hc-right .hc-second .hc-second-content-top > div p {
  height: 30px;
  line-height: 30px;
  margin-top: 10px;
}
.wrapper .main_body .hc-main .hc-right .hc-second .hc-second-content-top > div p a {
  font-size: 14px;
  color: #666;
}
.wrapper .main_body .hc-main .hc-right .hc-second .hc-second-content-bottom span {
  float: left;
  height: 30px;
  line-height: 30px;
}
.wrapper .main_body .hc-main .hc-right .hc-second .hc-second-content-bottom span.odd-span {
  float: right;
}
.wrapper .main_body .hc-main .hc-right .hc-second .hc-second-content-bottom span a {
  height: 100%;
  font-size: 14px;
  color: #666;
}
.wrapper .main_body .hc-main .hc-right .hc-third {
  width: 100%;
  height: 200px;
  margin-top: 20px;
  padding: 10px;
  border: 1px solid #e6e6e6;
}
.wrapper .main_body .hc-main .hc-right .hc-forth {
  width: 100%;
  margin-top: 20px;
  padding: 10px;
  border: 1px solid #e6e6e6;
}
.wrapper .main_body .hc-main .hc-right .hc-video .video-box .video-foot {
  height: 20px;
  line-height: 20px;
  text-align: right;
  color: #999;
}
.wrapper .main_body .hc-main .hc-right .hc-video .video-box .video-foot span {
  min-width: 15px;
  height: 100%;
  padding-left: 15px;
  background-repeat: no-repeat;
  background-position: left center;
  vertical-align: top;
}
.wrapper .main_body .hc-main .hc-right .hc-video .video-box .video-foot span.hc-source {
  background-image: url('https://obs.negn.cn/creditchina-cms/pc/img/comp.png');
}
.wrapper .main_body .hc-main .hc-right .hc-video .video-box .video-foot span.hc-time {
  margin-left: 8px;
  background-image: url('https://obs.negn.cn/creditchina-cms/pc/img/clock.png');
}
.wrapper .main_body .hc-main .hc-right .hc-video .video-box .video-foot i {
  display: inline-block;
  width: 8px;
  height: 100%;
  border-right: 1px solid #e6e6e6;
}
