.banner {
  width: 100%;
  height: 348px;
  position: relative;
}
.banner .img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
.banner .img img {
  position: absolute;
  top: 0;
  left: -500px;
  right: -500px;
  margin: auto;
}
.inner-nav {
  width: 100%;
  height: 80px;
  background-color: #f7f7f7;
  border-bottom: solid 1px #ebebeb;
}
.inner-nav .box {
  width: 73.2%;
  margin: 0 auto;
  min-width: 1200px;
}
.inner-nav .box .nav {
  height: 100%;
  float: left;
  font-size: 20px;
  line-height: 80px;
  letter-spacing: -1px;
  color: #333333;
}
.inner-nav .box .add {
  float: right;
}
.inner-nav .box .add div {
  float: left;
  line-height: 80px;
  margin-left: 16px;
}
.inner-nav .box .add div.img {
  width: 14px;
  height: 14px;
  line-height: 48px;
}
.inner-nav .box .add div.img img {
  width: 100%;
}
.inner-nav .box .add div a {
  font-size: 14px;
  color: #7a7a7a;
}
.inner-nav .box .add div.icon {
  width: 8px;
  height: 8px;
  line-height: 44px;
}
.inner-nav .box .add div.icon img {
  width: 100%;
}
.inner-nav .box .add div:hover a {
  color: #c6150f;
}
.content {
  width: 100%;
}
.content .box {
  width: 73.2%;
  margin: 0 auto;
  min-width: 1200px;
  margin-top: 60px;
  padding-bottom: 100px;
}
.content .box .s-title {
  font-size: 16px;
  line-height: 16px;
  color: #dbdada;
  text-align: center;
}
.content .box .title {
  font-size: 48px;
  line-height: 48px;
  letter-spacing: -2px;
  color: #c6150f;
  margin-top: 26px;
  text-align: center;
}
.content .box .button {
  width: 694px;
  margin: 0 auto;
  margin-top: 30px;
}
.content .box .button::after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  float: none;
  clear: both;
}
.content .box .button .left {
  width: 313px;
  height: 70px;
  background-color: #ffffff;
  border: solid 1px #ebebeb;
  float: left;
  margin: 0 16px;
}
.content .box .button .left a {
  width: 100%;
  line-height: 70px;
  display: block;
  font-size: 24px;
  color: #c6150f;
  text-align: center;
}
.content .box .button .right {
  width: 313px;
  height: 70px;
  background-color: #ffffff;
  border: solid 1px #ebebeb;
  float: left;
  margin: 0 16px;
}
.content .box .button .right a {
  width: 100%;
  line-height: 70px;
  display: block;
  font-size: 24px;
  color: #c6150f;
  text-align: center;
}
.content .box .button .active {
  background-color: #c6150f;
}
.content .box .button .active a {
  color: white;
}
.content .box .news {
  width: 100%;
  margin: 0 auto;
  padding-top: 69px;
}
.content .box .news .list {
  width: 100%;
}
.content .box .news .list::after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  float: none;
  clear: both;
}
.content .box .news .list .item {
  width: calc(50% - 32px);
  float: left;
  margin: 0 16px;
  margin-bottom: 40px;
  background-color: #f5f5f5;
  position: relative;
  transition: 0.5s;
}
.content .box .news .list .item a {
  width: 100%;
  display: block;
  padding-bottom: 42px;
}
.content .box .news .list .item a::after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  float: none;
  clear: both;
}
.content .box .news .list .item a .left {
  float: left;
  margin-top: 32px;
  margin-left: 48px;
  padding-right: 56px;
  padding-top: 56px;
  padding-bottom: 66px;
  border-right: solid 1px #dcdcdc;
  transition: 0.5s;
}
.content .box .news .list .item a .left .time {
  font-family: DIN-Bold;
  font-size: 52px;
  line-height: 52px;
  color: #c6150f;
  transition: 0.5s;
}
.content .box .news .list .item a .left .data {
  font-family: DIN-Regular;
  display: block;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0.6px;
  color: #a1a1a1;
  margin-top: 5px;
  transition: 0.5s;
}
.content .box .news .list .item a .right {
  float: left;
  margin-top: 32px;
  padding-top: 19px;
  margin-left: 52px;
  width: calc(100% - 267px);
  height: 100%;
}
.content .box .news .list .item a .right .title {
  display: block;
  font-size: 22px;
  font-weight: bold;
  line-height: 30px;
  height:60px;
  color: #333333;
  margin-top: 0;
  transition: 0.5s;
  text-align: left;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.content .box .news .list .item a .right .infor {
  margin-top: 32px;
  display: block;
  font-size: 16px;
  line-height: 30px;
  color: #666666;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  transition: 0.5s;
  margin-top: 20px;
}
.content .box .news .list .item a .pdf {
  position: absolute;
  right: 47px;
  bottom: 36px;
  font-family: Arial;
  font-size: 16px;
  font-weight: bold;
  line-height: 16px;
  color: #999999;
  transition: 0.5s;
}
.content .box .news .list .item a .pdf i {
  margin-left: 14px;
}
.content .box .news .list .item:hover {
  background-color: #0d488c;
}
.content .box .news .list .item:hover a .left {
  border-right: solid 1px white;
}
.content .box .news .list .item:hover a .left .time {
  color: white;
}
.content .box .news .list .item:hover a .left .data {
  color: white;
}
.content .box .news .list .item:hover a .right .title {
  color: white;
}
.content .box .news .list .item:hover a .right .infor {
  color: white;
}
.content .box .news .list .item:hover a .right .infor b img.red {
  opacity: 0;
}
.content .box .news .list .item:hover a .right .infor b img.white {
  opacity: 1;
}
.content .box .news .list .item:hover a .pdf {
  color: white;
}
.content .box .news .pagination {
  width: auto;
  margin-left: calc(50% - 247px);
}
.content .box .news .pagination::after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  float: none;
  clear: both;
}
.content .box .news .pagination .prev {
  width: 100px;
  height: 45px;
  background-color: #f0f0f0;
  border-radius: 22.5px;
  float: left;
  transition: 0.4s;
}
.content .box .news .pagination .prev a {
  width: 100%;
  display: block;
  line-height: 45px;
  text-align: center;
  font-size: 14px;
  color: #323333;
  transition: 0.4s;
}
.content .box .news .pagination .prev:hover {
  background-color: #c6150f;
}
.content .box .news .pagination .prev:hover a {
  color: white;
}
.content .box .news .pagination .page-number {
  float: left;
  margin-left: 13px;
}
.content .box .news .pagination .page-number ul li {
  float: left;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  margin-left: 7px;
  transition: 0.4s;
}
.content .box .news .pagination .page-number ul li a {
  width: 100%;
  line-height: 45px;
  display: block;
  font-size: 14px;
  color: #666666;
  text-align: center;
  transition: 0.4s;
}
.content .box .news .pagination .page-number ul li:hover {
  background-color: #cd191c;
}
.content .box .news .pagination .page-number ul li:hover a {
  color: white;
}
.content .box .news .pagination .page-number ul li.active {
  background-color: #cd191c;
}
.content .box .news .pagination .page-number ul li.active a {
  color: white;
}
.content .box .news .pagination .next {
  width: 100px;
  height: 45px;
  background-color: #f0f0f0;
  border-radius: 22.5px;
  margin-left: 20px;
  float: none;
  transition: 0.4s;
}
.content .box .news .pagination .next a {
  width: 100%;
  display: block;
  line-height: 45px;
  text-align: center;
  font-size: 14px;
  color: #323333;
  transition: 0.4s;
}
.content .box .news .pagination .next:hover {
  background-color: #c6150f;
}
.content .box .news .pagination .next:hover a {
  color: white;
}
