@charset "utf-8";
/* CSS Document */
* {
  margin: 0;
  padding: 0;
}
body {
  font-size: 12px;
  font-family: Microsoft YaHei, Arial;
}
img {
  border: none;
}
li {
  list-style: none;
}
a {
  text-decoration: none;
}
table,
th,
tr,
td {
  border-collapse: collapse;
  border-spacing: 0;
  border: none;
}
input,
select,
textarea,
map,
area {
  outline: none;
  border: none;
  background: none;
  resize: none;
}
/* 清浮动 */
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
.clearfix {
  zoom: 1;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
body,
html {
  height: 100%;
  width: 100%;
}
.inner {
  margin: 0 auto;
  width: 1200px;
}
.container {
  min-width: 1250px;
}
.container .header {
  height: 348px;
  width: 100%;
  background: url(../images/header_img.jpg) no-repeat top center;
}
.container .banner .inner {
  display: flex;
  justify-content: space-between;
  padding-top: 40px;
}
.container .banner .left_cont {
  width: 571px;
}
.container .banner .line {
  height: 305px;
  width: 1px;
  background-color: #d6d6d6;
  margin: 0 35px;
}
.container .banner .right_cont .item_li {
  border-bottom: 1px solid #d6d6d6;
  padding-right: 17px;
  padding-bottom: 7px;
  margin-bottom: 13px;
}
.container .banner .right_cont .item_li:last-child {
  border-bottom: none;
}
.container .banner .right_cont a {
  font-size: 18px;
  line-height: 27px;
  color: #0e0808;
  text-align: justify;
}
.container .banner .right_cont p {
  font-size: 14px;
  color: #999999;
  line-height: 18px;
  text-align: justify;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -moz-binding: url("ellipsis.xml#ellipsis");
  /*溢出省略号，支持firefox*/
}
.container .banner .right_cont .bottom_time {
  font-size: 14px;
  color: #999;
  line-height: 24px;
}
.container .banner .swiper-container1 {
  width: 571px;
  height: 305px;
  position: relative;
}
.container .banner .swiper-container1 .swiper-slide {
  height: 100%;
  width: 100%;
}
.container .banner .swiper-container1 .container a {
  display: block;
  width: 571px;
  height: 305px;
  position: relative;
}
.container .banner .swiper-container1 .container .desc {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 571px;
  height: 102px;
  font-size: 16px;
  background-image: -moz-linear-gradient(90deg, #333333 0%, rgba(241, 241, 241, 0.5) 60%, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-linear-gradient(90deg, #333333 0%, rgba(241, 241, 241, 0.5) 60%, rgba(255, 255, 255, 0) 100%);
  background-image: -ms-linear-gradient(90deg, #333333 0%, rgba(241, 241, 241, 0.5) 60%, rgba(255, 255, 255, 0) 100%);
  z-index: 99;
}
.container .banner .swiper-container1 .container p {
  position: absolute;
  bottom: 0;
  left: 0;
  line-height: 42px;
  color: #fff;
  padding-left: 15px;
  font-size: 16px;
  width: 570px;
  white-space: nowrap;
  /*强制文本在一行内显示*/
  text-overflow: ellipsis;
  /*溢出省略号，支持ie、safari（webkit）*/
  -o-text-overflow: ellipsis;
  /*溢出省略号，支持opera*/
  overflow: hidden;
  /*溢出隐藏*/
  -moz-binding: url("ellipsis.xml#ellipsis");
  /*溢出省略号，支持firefox*/
}
.container .banner .swiper-container1 .swiper-button-next,
.container .banner .swiper-container1 .swiper-button-prev {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-image: none;
  background-color: rgba(129, 129, 129, 0.6);
}
.container .banner .swiper-container1 .swiper-button-next i,
.container .banner .swiper-container1 .swiper-button-prev i {
  color: #fff;
  font-size: 24px;
}
.container .banner .swiper-container1 .swiper-pagination {
  position: absolute;
  bottom: 42px;
}
.container .banner .swiper-container1 .swiper-pagination-bullet {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 5px;
}
.container .main {
  padding-top: 10px;
}
.container .main .main_title {
  border-bottom: 1px solid #d6d6d6;
  margin-bottom: 10px;
  height: 38px;
}
.container .main .main_title h5 {
  float: left;
  font-size: 18px;
  line-height: 38px;
  color: #f91214;
  border-bottom: 1px solid #f91214;
}
.container .main .main_cont li {
  margin-bottom: 7px;
}
.container .main .main_cont a {
  font-size: 18px;
  line-height: 36px;
  color: #0f0707;
}
.container .main .bottom_time {
  font-size: 14px;
  color: #999;
  line-height: 24px;
}
.container .main .view_more {
  display: block;
  font-size: 18px;
  line-height: 38px;
  text-align: center;
  height: 38px;
  width: 320px;
  border-radius: 19px;
  margin: 30px auto 42px;
  color: #0e0808;
  border: 1px solid #0e0808;
}
.container .footer .footer_title {
  border-bottom: 1px solid #d6d6d6;
  margin-bottom: 10px;
  height: 38px;
}
.container .footer .footer_title h5 {
  float: left;
  font-size: 18px;
  line-height: 38px;
  color: #414042;
  border-bottom: 1px solid #414042;
}
.container .footer .footer_cont {
  padding: 20px 0 30px;
}
.container .footer .footer_cont li {
  float: left;
  height: 26px;
  width: 94px;
  margin-right: 28px;
  margin-bottom: 28px;
}
.container .footer .footer_cont li:nth-child(10n) {
  margin-right: 0;
}
.container .footer .footer_cont a {
  display: flex;
  height: 100%;
  width: 100%;
}
