.w50 {
  width: calc(50% - 30px);
}
/* ******************************* */
.banner {
  width: 100%;
  height: 28vw;
  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: 28vw;
  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;
}
/* ******************************* */
/* ******************************* */
/* ******************************* */
/* ******************************* */
.title {
  position: relative;
}
.title .title_name {
  float: left;
  font-size: 28px;
  line-height: 45px;
  font-weight: bold;
  color: #000;
  text-align: center;
  position: relative;
  z-index: 10;
}
.title .title_name::after {
  content: "";
  display: block;
  width: 100%;
  height: 10px;
  background-color: #ff7800;
  position: absolute;
  bottom: 3px;
  z-index: -1;
}
.title .title_list {
  float: left;
  margin-left: 25px;
  transform: translateY(16px);
}
.title .title_list li {
  float: left;
  width: 80px;
  text-align: center;
  position: relative;
  cursor: pointer;
}
.title .title_list li:hover {
  color: #A70303;
  font-weight: bold;
}
.title .title_list li.active {
  color: #A70303;
  font-weight: bold;
}
.title .title_list li.active::after {
  content: "";
  display: block;
  width: 80px;
  height: 2px;
  background: #A70303;
  position: absolute;
  left: 0;
  bottom: -5px;
}
.title .more {
  float: right;
  font-size: 14px;
  line-height: 45px;
  color: #999;
  text-align: center;
}
.title .more:hover {
  color: #b81500;
}
/* ******************************* */
/* ******************************* */
.my_list {
  margin-top: 20px;
}
.my_list li {
  border-bottom: 1px solid #EEEEEE;
  position: relative;
}
.my_list li a {
  float: left;
  width: calc(100% - 100px);
  display: block;
  font-size: 18px;
  line-height: 40px;
  text-align: justify;
  padding-bottom: 6px;
  color: #3D3D3D;
}
.my_list li span {
  float: right;
  width: 100px;
  font-size: 14px;
  line-height: 40px;
  color: #3D3D3D;
}
.my_list li:hover a {
  color: #E16F02;
}
.my_list li:hover span {
  color: #E16F02;
  background: rgba(255, 241, 220, 0.25);
}
.list50 .my_list li {
  float: left;
  width: calc(50% - 30px);
}
.list50 .my_list li:nth-child(2n) {
  float: right;
}
/* ******************************* */
/* ******************************* */
.notice {
  width: 386px;
}
.notice .my_list {
  border-radius: 5px;
}
/* ******************************* */
/* ******************************* */
.newsPic {
  margin-top: 24px;
  height: 390px;
}
.news_list {
  margin-top: 15px;
}
.news_list li {
  padding: 14px 0 13px 0;
  border-bottom: 1px solid #c2c2c2;
}
.news_list li .date {
  float: left;
  width: 100px;
  border-right: 1px solid #c2c2c2;
  padding-right: 20px;
  box-sizing: border-box;
}
.news_list li .date .day,
.news_list li .date .years {
  display: block;
  color: #999;
  text-align: center;
}
.news_list li .date .day {
  font-size: 30px;
  line-height: 50px;
  color: #b81500;
}
.news_list li .date .years {
  font-size: 16px;
  line-height: 20px;
}
.news_list li .text {
  float: right;
  width: calc(100% - 100px);
  box-sizing: border-box;
  padding-left: 20px;
}
.news_list li .text > a {
  display: block;
  font-size: 18px;
  line-height: 28px;
  color: #000000;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.news_list li .text p {
  margin-top: 8px;
  height: 36px;
  font-size: 14px;
  line-height: 18px;
  color: #999;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.news_list li:hover .text > a {
  color: #b81500;
}
/* ******************************* */
/* ******************************* */
.lianxi {
  background-color: #fff;
  border-radius: 15px;
  padding: 40px 60px;
}
.lianxi .lianxi_title {
  font-size: 16px;
  color: #333;
  font-weight: bolder;
  margin-bottom: 15px;
}
.lianxi ul li {
  float: left;
  width: 25%;
}
.lianxi ul li span {
  font-size: 12px;
  color: #999;
}
.lianxi ul li p {
  font-size: 18px;
  font-weight: bolder;
  color: #333;
  margin-top: 5px;
}
.lianxi .fl {
  width: calc(100% - 350px);
  border-right: 1px solid #eee;
}
.lianxi .fr {
  width: 320px;
  padding-left: 50px;
}
.lianxi .fr ul li {
  width: 50%;
}