* {
  box-sizing: border-box;
}
body {
  padding-top: 90px !important;
  background-color: #F6F6F6 !important;
}
body a {
  color: #333;
}
body a:hover {
  color: #333;
}
body #main {
  margin: 35px auto;
  position: relative;
  overflow: hidden;
}
body #main .swiper-button-disabled {
  pointer-events: all;
}
body #main > .left {
  float: left;
  width: 260px;
  border: 1px solid #3F9BE7;
  background-color: #fff;
}
body #main > .left .title {
  width: 258px;
  text-indent: 15px;
  height: 47px;
  line-height: 47px;
  color: #fff;
  background-color: #3F9BE7;
  font-size: 16px;
  font-weight: bold;
}
body #main > .left .title .iconfont {
  font-size: 18px;
}
body #main > .left .categories li {
  line-height: 61.9px;
}
body #main > .left .categories li a {
  padding: 0 15px;
  font-size: 16px;
  color: #333;
  width: 100%;
  height: 100%;
  display: block;
}
body #main > .left .categories li a:hover {
  color: #3F9BE7;
}
body #main > .left .categories li a::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #3F9BE7;
  border-radius: 6px;
  margin-right: 13px;
  vertical-align: middle;
}
body #main > .left .categories li a > .iconfont {
  float: right;
  color: #999;
  font-size: 20px;
}
body #main > .left .categories li ul.categories2 li {
  font-size: 14px;
  color: #666;
  text-indent: 19px;
  line-height: 42px;
  height: 42px;
  margin-bottom: 3px;
  cursor: pointer;
  padding: 0 15px;
}
body #main > .left .categories li ul.categories2 li:last-of-type {
  background-color: #fff;
}
body #main > .left .categories li ul.categories2 li:hover {
  background-color: #f3f3f3;
}
body #main > .left .categories li ul.categories2 li .iconfont {
  float: right;
  font-size: 20px;
  transform: rotate(0deg);
  display: none;
}
body #main > .left .categories li ul.categories2 li.active {
  background-color: #F2F9FF;
}
body #main > .left .categories li ul.categories2 li.active .iconfont {
  display: block;
  color: #3F9BE7;
}
body #main > .left .categories li.active .iconfont {
  transform: rotate(90deg);
  transition: transform 0.2s linear;
}
body #main > .right {
  margin-left: 17px;
  width: 923px;
  float: left;
}
body #main > .right .swiper-container {
  width: 923px;
  height: 328px;
  margin-bottom: 18px;
  overflow: hidden;
}
body #main > .right .swiper-container .swiper-slide img {
  width: 100%;
  height: 100%;
}
body #main > .right .image-container {
  display: flex;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
}
body #main > .right .image-container .swiper-button-prev,
body #main > .right .image-container .swiper-button-next {
  background: url(https://cdn.chinabidding.cn/public/ybxm/images/arrow.png);
  width: 50px;
  height: 70px;
  background-size: 100% 100%;
}
body #main > .right .image-container .swiper-button-prev {
  left: 0;
  transform: rotate(180deg);
}
body #main > .right .image-container .swiper-button-next {
  right: 0;
}
body #main > .right .image-container a {
  width: 294px;
  height: 321px;
  position: relative;
  overflow: hidden;
}
body #main > .right .image-container a:hover::after {
  content: "";
  width: 100%;
  height: 50%;
  display: block;
  position: absolute;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
  bottom: 0;
}
body #main > .right .image-container a img {
  width: 100%;
  height: 100%;
}
body #main > .right .image-container a:hover .text {
  transform: translateY(0);
  transition: transform 0.4s ease-out;
}
body #main > .right .image-container a .text {
  position: absolute;
  transform: translateY(100%);
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 1;
  color: #FFFFFF;
  padding: 0 24px;
}
body #main > .right .image-container a .text > h1 {
  margin-bottom: 24px;
  height: 24px;
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
body #main > .right .image-container a .text > p {
  padding: 11px 0 33px;
  color: #d6d6d6;
  font-size: 12px;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
body #main > .right .image-container a .text > p::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 3px;
  width: 10px;
  background-color: #fff;
}
body #main > .right .news {
  background-color: #fff;
  margin-top: 30px;
  padding: 0 18px;
  width: 923px;
}
body #main > .right .news .search-container {
  border-bottom: 1px solid #ececec;
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  height: 54px;
  line-height: 54px;
}
body #main > .right .news .search-container .left {
  position: relative;
}
body #main > .right .news .search-container .left::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  bottom: 0;
  background-color: #3F9BE7;
}
body #main > .right .news .search-container .right {
  position: relative;
  height: 54px;
}
body #main > .right .news .search-container .right .iconfont {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  font-size: 16px;
  left: 10px;
  color: #C0C0C0;
  cursor: pointer;
}
body #main > .right .news .search-container .right input {
  text-indent: 30px;
}
body #main > .right .news .new-list li a {
  display: flex;
  justify-content: space-between;
  padding: 30px 0;
  border-bottom: 1px solid #ececec;
}
body #main > .right .news .new-list li .left {
  width: 56px;
  position: relative;
}
body #main > .right .news .new-list li .left span {
  position: absolute;
  width: 56px;
  height: 67px;
  line-height: 67px;
  top: 5px;
  background-color: #FBFBFB;
  border: 1px solid #EBEBEB;
  font-size: 26px;
  color: #808185;
  text-align: center;
}
body #main > .right .news .new-list li .right {
  width: 800px;
}
body #main > .right .news .new-list li .right .title {
  font-size: 18px;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 20px;
}
body #main > .right .news .new-list li .right .content {
  font-size: 14px;
  color: #999999;
  line-height: 25px;
  margin-bottom: 25px;
}
body #main > .right .news .new-list li .right .button {
  padding: 0 30px;
  height: 40px;
  line-height: 40px;
  background: #3F9BE7;
  border-radius: 4px 4px 4px 4px;
  display: inline-block;
  font-size: 14px;
  color: #fff;
  position: relative;
}
body #main > .right .news .new-list li .right .button::after {
  content: "";
  position: absolute;
  display: none;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.1);
  left: 0;
  top: 0;
}
body #main > .right .news .new-list li .right .button:hover::after {
  display: block;
}
body #main > .right .news .more {
  line-height: 30px;
  text-align: center;
}
body #main > .right .news .more .iconfont {
  font-size: 12px;
  margin-left: 5px;
}
