.w50 {
  width: calc(50% - 20px);
}
.w33 {
  width: calc(33.33% - (80px / 3));
}
.ml40 {
  margin-left: 40px;
}
.banner {
  width: 100%;
  height: 364px;
  background-color: #a7a7a7;
  border-radius: 2px;
  background-color: #f5f6f9;
  box-shadow: 0px 3px 6px 0px rgba(161, 161, 161, 0.16);
}
.banner .banner_main {
  height: 100%;
  overflow: hidden;
  position: relative;
}
.banner .banner_main .swiper-slide div {
  display: block;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.banner .banner_main .swiper-slide div span {
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.7);
  padding-left: 36px;
  position: absolute;
  bottom: 0;
}
.banner .swiper-container-horizontal > .swiper-pagination-bullets,
.banner .swiper-pagination-custom,
.banner .swiper-pagination-fraction {
  bottom: 16px;
  left: initial;
  width: auto;
  right: 45px;
}
.banner .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 6px;
}
.banner .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  display: inline-block;
  border-radius: 100%;
  background: #fff;
  opacity: 0.5;
}
.banner .swiper-pagination-bullet-active {
  opacity: 1;
  width: 12px;
  height: 12px;
  background-color: #fff;
  border-radius: 6px;
}
.title {
  border-bottom: 1px solid #eee;
}
.title .title_name {
  float: left;
  width: 172px;
  height: 38px;
  background: url(../img/titlle-icon.png) no-repeat 18px 9px, url(../img/title-bg.png) no-repeat center;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  padding-left: 50px;
  line-height: 38px;
}
.title .more {
  float: right;
  font-size: 12px;
  color: #999;
  line-height: 38px;
}
.news_list {
  margin-top: 10px;
}
.news_list li {
  border-bottom: 1px dashed #eee;
}
.news_list li .list-title {
  float: left;
  width: calc(100% - 80px);
  line-height: 52px;
  font-size: 14px;
  color: #000000;
  padding-left: 13px;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.news_list li .list-title::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background-color: #c11919;
  position: absolute;
  top: calc(50% - 3px);
  left: 0;
}
.news_list li .list-content {
  display: none;
  width: 100%;
  height: 66px;
  line-height: 22px;
  font-size: 14px;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.news_list li .list-date {
  float: right;
  width: 80px;
  text-align: right;
  line-height: 52px;
  font-size: 14px;
  color: #999;
}
.news_list li .list-more {
  display: none;
  float: right;
  width: 80px;
  text-align: right;
  line-height: 1;
  font-size: 12px;
  color: #999;
  text-decoration: underline;
  margin: 15px 0;
}
.news_list li:first-child .list-title {
  width: 100%;
  line-height: 1;
  margin: 15px 0;
  font-size: 16px;
  font-weight: bolder;
  padding-left: 0;
}
.news_list li:first-child .list-title::before {
  display: none;
}
.news_list li:first-child .list-content {
  display: block;
  display: -webkit-box;
}
.news_list li:first-child .list-more {
  display: block;
}
.news_list li:first-child .list-date {
  display: none;
}
.news_list li:hover a {
  color: #930e03;
}
.my_list {
  margin-top: 10px;
}
.my_list li {
  border-bottom: 1px dashed #eee;
}
.my_list li .list-title a {
  float: left;
  width: 100%;
  line-height: 52px;
  font-size: 14px;
  color: #000000;
  padding-left: 13px;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.my_list li .list-title::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background-color: #c11919;
  position: absolute;
  top: calc(50% - 3px);
  left: 0;
}
.my_list li:hover a {
  color: #930e03;
}
.banner-img {
  height: 105px;
  background: url(../img/banner.png) no-repeat;
  background-size: cover;
}
@media (max-width: 992px) {
  .w33 {
    width: 100%;
  }
  .w33.fl.ml40 {
    margin-top: 50px;
    margin-left: 0;
  }
  .w33.fr {
    margin-top: 50px;
  }
  .banner-img {
    height: 8vw;
    background: url(../img/banner.png) no-repeat center;
    background-size: cover;
    width: 100% !IMPORTANT;
  }
  .w50.fr {
    margin-top: 50px;
  }
  .w50 {
    width: 100%;
  }
}
