.w33 {
  width: calc(33.33% - 20px);
}
.w66 {
  width: calc(66.66% - 15px);
}
.w50 {
  width: calc(50% - 40px);
}
.boxBg {
  background: url(/_upload/tpl/0a/7c/2684/template2684/img/boxBg.png) no-repeat center;
  background-size: cover;
  padding: 100px 0;
}
.banner {
  margin-top: -50px;
  width: 100%;
  height: 450px;
  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: 450px;
  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 {
  border-bottom: 1px solid #eee;
  position: relative;
  padding-bottom: 5px;
}
.title .title_name {
  float: left;
  font-size: 28px;
  font-weight: bold;
  line-height: 1;
  color: #333;
  padding-left: 5px;
  position: relative;
  z-index: 10;
}
.title .more {
  float: right;
  font-size: 14px;
  color: #999;
  line-height: 18px;
  margin-top: 5px;
}
.title::before {
  content: "";
  display: block;
  width: 129px;
  height: 8px;
  background-color: #0363ba;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0.7;
  z-index: 1;
}
.title_middle {
  position: relative;
  height: 130px;
}
.title_middle .title_text {
  width: 140px;
  font-size: 28px;
  line-height: 40px;
  color: #000;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  font-weight: bold;
}
.title_middle .title_text.bs {
  color: #333;
}
.title_middle .title_text::after {
  content: "";
  display: block;
  width: 100%;
  height: 10px;
  background-color: #0363ba;
  margin-top: -12px;
  opacity: 0.7;
}
.title_middle .title_more {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 55px;
  height: 22px;
  border: solid 1px #c2c2c2;
  font-size: 14px;
  line-height: 22px;
  color: #000;
  text-align: center;
}
.title_middle .title_more.bs {
  color: #fff;
  border: solid 1px #fff;
}
.title_middle .title_more:hover {
  color: #b81500;
  border: 1px solid #b81500;
}
.my_list {
  margin-top: 10px;
}
.my_list li {
  height: 50px;
  border-bottom: 1px solid #eee;
  position: relative;
}
.my_list li::before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  background-color: #0363ba;
  position: absolute;
  left: 0;
  top: calc(50% - 2px);
}
.my_list li a {
  float: left;
  width: calc(100% - 185px);
  font-size: 16px;
  line-height: 49px;
  letter-spacing: 0px;
  color: #000000;
  padding-left: 15px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.my_list li span {
  float: right;
  width: 160 px;
  font-size: 16px;
  line-height: 49px;
  color: #999999;
}
.my_list li:hover a {
  color: #0363ba;
}
.news_pic {
  float: left;
  margin-top: 17px;
  height: 395px;
  overflow: hidden;
  position: relative;
  background-color: #f5f6f9;
  box-shadow: 0px 3px 6px 0px rgba(161, 161, 161, 0.16);
}
.news_pic .swiper-slide {
  height: 395px;
}
.news_pic .swiper-slide .newsBanner_pic {
  display: block;
  width: 100%;
  height: 395px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
}
.news_pic .swiper-slide .news_title {
  width: 100%;
  height: 40px;
  padding-left: 10px;
  z-index: 99;
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
}
.news_pic .swiper-slide .news_title a {
  display: block;
  width: 480px;
  font-size: 16px;
  line-height: 40px;
  color: #fff;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.news_pic .swiper-container-horizontal > .swiper-pagination-bullets,
.news_pic .swiper-pagination-custom,
.news_pic .swiper-pagination-fraction {
  bottom: 10px;
  left: initial;
  width: auto;
  right: 40px;
}
.news_pic .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  display: inline-block;
  border-radius: 100%;
  background: #fff;
  opacity: 0.9;
}
.news_pic .swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #0363ba;
  border-radius: 4px;
}
.news_list li {
  padding: 15px 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 {
  display: block;
  color: #999;
  text-align: center;
  font-size: 30px;
  line-height: 50px;
  color: #0363ba;
  font-weight: bold;
}
.news_list li .date .years {
  font-size: 16px;
  line-height: 20px;
  display: block;
  color: #999;
  text-align: center;
}
.news_list li .text {
  float: right;
  width: calc(100% - 100px);
  box-sizing: border-box;
  padding-left: 20px;
}
.news_list li .text span {
  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 span {
  color: #0363ba;
}
.pic_list li {
  float: left;
  width: calc(25% - 30px);
  margin-left: 40px;
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 15px;
}
.pic_list li:first-child {
  margin-left: 0;
}
.pic_list li .pic {
  height: 185px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.pic_list li .text {
  padding: 24px 20px;
}
.pic_list li .text .name {
  float: left;
  width: 100%;
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
  color: #323232;
  margin-bottom: 14px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.pic_list li .text p {
  float: left;
  width: 100%;
  min-height: 48px;
  font-size: 16px;
  line-height: 24px;
  color: #606060;
  margin-bottom: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.pic_list li .text .more {
  float: right;
  font-size: 14px;
  line-height: 14px;
  color: #9E9E9E;
}
