body {
  background-color: #E6E8EB;
}
body .top .swiper-container {
  height: 480px;
  width: 100%;
  min-width: 1200px;
}
body .top .swiper-container .w {
  width: 1200px;
  margin: 0 auto;
  top: 50%;
  left: 50%;
  margin-left: -600px;
  position: absolute;
  height: 50px;
}
body .top .swiper-container .swiper-slide {
  display: block;
  background: url(../../img/special/slide1.jpg) center;
  background-size: cover;
}
body .top .swiper-container-horizontal .swiper-pagination-bullet {
  border-radius: 0;
  background: #021346;
  opacity: 0.65;
  width: 8px;
  height: 8px;
  margin-right: 30px;
  margin-left: 0;
}
body .top .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 28px;
}
body .infoList {
  overflow: hidden;
  margin: 30px auto;
}
body .infoList .left {
  width: 860px;
  float: left;
  background-color: #fff;
  margin-right: 10px;
}
body .infoList .left .nav {
  height: 80px;
  padding: 40px 35px 0 40px;
  border-bottom: 2px solid #244BBA;
}
body .infoList .left .nav ul li {
  width: 120px;
  margin-right: 30px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  float: left;
  color: #244BBA;
  border: 1px solid #244BBA;
  border-width: 1px 1px 0;
  font-size: 16px;
  cursor: pointer;
}
body .infoList .left .nav ul li.active {
  background-color: #244BBA;
  color: #fff;
}
body .infoList .left .nav .more {
  float: right;
  font-size: 14px;
  color: #6E85BA;
  margin-top: 5px;
}
body .infoList .left .content {
  padding: 15px 40px 25px;
  height: 300px;
}
body .infoList .left .content .nomore {
  line-height: 260px;
  text-align: center;
  font-size: 14px;
}
body .infoList .left .content li {
  height: 52px;
  line-height: 52px;
  border-bottom: 1px dashed #999;
}
body .infoList .left .content li:last-of-type {
  border-width: 0;
}
body .infoList .left .content li a {
  display: block;
  width: 100%;
  height: 100%;
  padding-right: 170px;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  color: #6e6e6e;
}
body .infoList .left .content li a .date {
  position: absolute;
  right: 0;
  top: 0;
  height: 52px;
}
body .infoList .right {
  width: 330px;
  float: left;
  background-color: #fff;
}
body .infoList .left .content li a .view{
  position: absolute;
  left: 648px;
  top: 0;
  height: 52px;
}
body .infoList .left .content li a .view::after{
  content: '';
  position: absolute;
  left: -20px;
  top: 17px;
  width: 16px;
  height: 16px;
  background: url('https://cdn.chinabidding.cn/public/yjsc/img/nindex/icon_view.png') no-repeat 0 0;
  background-size: 16px;
}
body .infoList .right .subtitle {
  height: 80px;
  line-height: 80px;
  text-align: center;
  color: #fff;
  font-size: 20px;
  background-color: #244BBA;
}
body .infoList .right ul li {
  width: 164px;
  height: 150px;
  float: left;
  font-size: 16px;
  text-align: center;
  padding: 30px 0;
  color: #244BBA;
}
body .infoList .right ul li:first-of-type {
  border: 1px solid #E6E8EB;
  border-width: 0 1px 1px 0;
}
body .infoList .right ul li:nth-of-type(2) {
  border: 1px solid #E6E8EB;
  border-width: 0 0 1px 0;
}
body .infoList .right ul li:nth-of-type(3) {
  border: 1px solid #E6E8EB;
  border-width: 0 1px 0 0;
}
body .infoList .right ul li p {
  margin-top: 8px;
  font-weight: bold;
}
body .infoList .right ul li h1 {
  font-size: 20px;
  font-weight: normal;
}
body .banner {
  display: block;
  margin-bottom: 30px;
}
body .description {
  margin-bottom: 60px;
}
body .description .subtitle {
  font-size: 18px;
  color: #244BBA;
  height: 30px;
  line-height: 30px;
  margin-bottom: 10px;
  padding-bottom: 1px;
}
body .description .subtitle::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 16px;
  background-color: #244BBA;
  margin-right: 10px;
  vertical-align: middle;
  margin-bottom: 3px;
}
body .description .subtitle .more {
  font-size: 14px;
  font-weight: normal;
  float: right;
}
body .description .left {
  float: left;
  width: 920px;
}
body .description .left img {
  float: left;
  width: 460px;
  height: 480px;
}
body .description .left .info {
  float: left;
  width: 460px;
  background-color: #fff;
  height: 480px;
  padding: 20px 35px;
}
body .description .left .info .content {
  color: #333;
  font-size: 14px;
  text-indent: 2em;
  color: #6e6e6e;
  line-height: 24px;
  display: -webkit-box;
  -webkit-line-clamp: 16;
  line-clamp: 16;
  -webkit-box-orient: vertical;
  overflow: hidden;
  width: 390px;
  height: 384px;
}
body .description .right {
  float: left;
  margin-left: 10px;
  background-color: #fff;
  padding: 20px 30px 7px;
  width: 270px;
}
body .description .right ul li {
  float: left;
  width: 100px;
  font-size: 14px;
  text-align: center;
  margin-bottom: 5px;
}
body .description .right ul li p {
  line-height: 34px;
}
body .description .right ul li:nth-of-type(2n+1) {
  margin-right: 10px;
}
