.w580 {
  width: 580px;
}
.w590 {
  width: 590px;
  padding-left: 20px;
  padding-right: 20px;
}
.banner {
  width: 100%;
  height: 320px;
  overflow: hidden;
  position: relative;
  background-color: #f5f6f9;
  box-shadow: 0px 3px 6px 0px rgba(161, 161, 161, 0.16);
}
.banner .swiper-slide a {
  display: block;
  height: 420px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.banner .swiper-slide a span {
  display: block;
  width: 100%;
  height: 60px;
  line-height: 60px;
  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: 20px;
  left: initial;
  width: auto;
  right: 45px;
}
.banner .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 6px;
}
.banner .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #fff;
  opacity: 0.9;
}
.banner .swiper-pagination-bullet-active {
  opacity: 1;
  width: 36px;
  height: 8px;
  background-color: #fcaa07;
  border-radius: 4px;
}
.banner .swiper-button-prev,
.banner .swiper-container-rtl .swiper-button-next {
  left: -27px;
  transition: all 0.5s;
}
.banner .swiper-button-next,
.banner .swiper-container-rtl .swiper-button-prev {
  right: -27px;
  transition: all 0.5s;
}
.banner:hover .swiper-button-prev,
.banner:hover .swiper-container-rtl .swiper-button-next {
  left: 10px;
}
.banner:hover .swiper-button-next,
.banner:hover .swiper-container-rtl .swiper-button-prev {
  right: 10px;
}
.news_text {
  width: calc(100% - 580px);
  padding-left: 40px;
}
.news_title .title_txt {
  float: left;
  font-size: 18px;
  line-height: 45px;
  color: #ffffff;
  font-weight: bold;
}
.news_title .more {
  float: right;
  padding-right: 20px;
  font-size: 14px;
  line-height: 45px;
  color: #999;
}
.title {
  padding-top: 23px;
  padding-bottom: 11px;
  border-bottom: 1px solid #eee;
}
.title .title_txt {
  display: block;
  float: left;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  color: #bb0006;
  padding-left: 6px;
  position: relative;
}
.title .title_txt::before {
  content: "";
  display: block;
  width: 87px;
  height: 3px;
  background-color: #ffb400;
  position: absolute;
  bottom: -12px;
  left: -6px;
}
.title .more {
  float: right;
  font-size: 14px;
  line-height: 18px;
  color: #999;
}
.my_list {
  margin-top: 10px;
}
.my_list li {
  position: relative;
  height: 50px;
}
.my_list li a {
  float: left;
  width: calc(100% - 80px);
  font-size: 16px;
  line-height: 50px;
  padding-left: 15px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.my_list li span {
  float: left;
  width: 80px;
  text-align: right;
  font-size: 14px;
  line-height: 50px;
  color: #999;
}
.my_list li:hover a {
  color: #b20b15;
}
.my_list li::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  background: #b20b15;
  position: absolute;
  top: calc(50% - 2.5px);
  left: 0;
}
.my_list li:last-child {
  border-bottom: none;
}
.news {
  height: 432px;
  background: url(../img/news_bg.png) no-repeat;
  background-size: 100%;
}
.news_pic {
  width: 580px;
  height: 387px;
  border-radius: 2px 2px 0px 0px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.news_list {
  margin-top: 10px;
  padding-right: 20px;
}
.news_list li {
  padding: 20px;
  border-bottom: 1px solid #eee;
}
.news_list li .date {
  float: left;
  width: 50px;
  margin-left: 4px;
  margin-top: 14px;
}
.news_list li .date .days {
  font-size: 26px;
  line-height: 21px;
  color: #bb0006;
  text-align: center;
  font-weight: bold;
}
.news_list li .date .years {
  text-align: center;
  margin-top: 9px;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 12px;
  letter-spacing: 0px;
  color: #999999;
}
.news_list li .txt {
  float: right;
  width: calc(100% - 70px);
}
.news_list li .txt > a {
  display: block;
  font-size: 16px;
  line-height: 1;
  color: #000000;
  margin-bottom: 15px;
}
.news_list li .txt p {
  height: 38px;
  font-size: 14px;
  line-height: 19px;
  color: #999999;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news_list li:hover .txt > a {
  color: #b20b15;
}
.w33 {
  width: calc(33.33% - 10px);
  padding-left: 20px;
  padding-right: 20px;
  background-color: #fff;
}
.w66 {
  width: calc(66.66% - 10px);
  padding-left: 20px;
  padding-right: 20px;
  background-color: #fff;
}
.w66 .dynamic_pic {
  width: calc(50% - 20px);
  height: 300px;
  margin-top: 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.w66 .dynamic_txt {
  width: calc(50% - 20px);
}
.pic_list {
  margin-top: 20px;
}
.pic_list li {
  float: left;
  width: calc(20% - 16px);
  margin-left: 20px;
}
.pic_list li:first-child {
  margin-left: 0;
}
.pic_list li .picBox {
  width: 100%;
  height: 130px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.pic_list li .txtBox {
  margin-top: 6px;
  height: 38px;
  font-size: 14px;
  line-height: 19px;
  color: #333;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
