.content .slide-left {
	width: 860px;
}
.ad-list {
  margin: 0 auto 40px auto;
  width: 1200px;
}

.ad-list img {
  margin-bottom: 10px;
  display: block;
  width: 100%;
}
.swiper-module {
  width: 860px;
}
.column-title {
  position: relative;
  margin: 20px 0;
  padding: 10px 0;
  width: 100%;
  font-weight: bold;
  font-size: 22px;
  color: #CC3333;
  border-bottom: 1px solid #CC3333;
}
.top_banner {
  margin-bottom: 40px;
  width: 100%;
}
.top_banner img{
  margin-bottom: 10px;
  display: block;
  width: 100%;
}

.column-title::after {
  content: "";
  display: block;
  clear: both;
}

.column-title .title {
  position: relative;
 padding: 0 10px;
  float: left;
  text-align: center;
}
.column-title .title::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -13px;
  width: 100%;
  height: 5px;
  background-color: #CC3333;
}

.column-title .detail {
  display: block;
  float: right;
  position: relative;
  top: 5px;
}
.column-title .detail img{
  display:block;
  width: 26px;
  height: 26px;
}
.column-list {
  width: 860px;
  overflow: hidden;
}

.column-li {
  margin-left: 30px;
  float: left;
  width: 266px;
  height: 460px;
}

.column-li:nth-child(3n+1) {
  margin-left: 0;
}

.article-list .article-li {
	display: none;
  font-size: 14px;
  line-height: 28px;
}
.article-list .article-li .title {
  color: #919191;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.article-list .article-li:hover{
color: #CC3333;
}
.article-list .article-li:nth-child(1){
	display: block;
}
.article-list .article-li:nth-child(2){
	display: block;
}
.article-list .article-li:nth-child(3){
	display: block;
}
.article-list .article-li:nth-child(4){
	display: block;
}
.article-list .article-li:nth-child(5){
	display: block;
}

.article-li .article-cover {
	display: none;
  margin-right: 30px;
  width: 266px;
  height: 178px;
}
.article-li:nth-child(1) .article-cover{
	display: block;
}
.article-li .article-cover img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.article-li:nth-child(1) {
  margin-bottom: 20px;
}



.article-list .article-li:nth-child(1) .title {
  margin-top: 10px;
  color: #000;
  font-size: 18px;
  line-height: 24px;
  max-height: 48px;
    white-space: normal;
display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.article-li .title:hover{
	color: #CC3333;
}
.article-list .article-li:nth-child(1) .title:hover{
  color: #CC3333;
}
.swiper-banner {
	margin-bottom: 15px;
	height: 484px;
}
.swiper-banner .swiper-slide::after {
	bottom: 0;
}
.swiper-banner .swiper-pagination {
  padding: 0 10px;
	bottom: 20px;
	text-align: right;
}
.swiper-banner .swiper-slide-title{
	left: 20px;
	bottom: 50px;
}
.swiper-banner .swiper-pagination-bullet {
	margin: 0 10px !important;
	background: #B6B6B6;
}

.swiper-banner .swiper-pagination-bullet-active {
	background:#fff;
}
@media screen and (max-width: 750px) {
  .swiper-banner{
    height: auto;
  }
  .top_banner {
    display:none;
  }
  .swiper-banner .swiper-slide-title {
    bottom: 0;
    left: 0;
  }
  .content .slide-left{
    width: 100%;
  }
  .column-li {
    height: auto;
  }
  .ad-list {
    display: none;
  }
.swiper-module {
    padding: 0.9375rem;
    width: 100%;
    background: #fff;
  }
  .column-title {
    padding: 0.3125rem 0;
    font-size: 1rem;
    margin: 0 0 0.9375rem 0 !important;
  }
  .column-list {
    width: 100%;
  }

  .column-li {
    margin-left: 0;
    padding: 0 0.9375rem 0.9375rem 0.9375rem;
    width: 100%;
    background:#fff;
    border-bottom: 0.03125rem solid #f0f0f0;
  }
  .article-li .article-cover {
    width: 100%;
    height: auto;
  }
  .article-list .article-li {
    font-size: 0.875rem;
    line-height: 2;
  }
}