
.swiper-pagination {
  position: absolute;
  z-index: 99;
  right: 0;
  bottom: 45px;
}

.swiper-pagination-switch {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background: #fff;
  margin-right: 14px;
  cursor: pointer;
}
.swiper-visible-switch {
  width: 8px;
  height: 8px;
}
.swiper-active-switch {
  width: 11px;
  height: 11px;
  border-radius: 11px;

}
.center-2{
  width: 1328px;
  height: 705px;
  background: #FFFFFF;
  border: 1px solid #DCDCDC;
}
.center-2 .left{
  /* width: 620px; */
  position: relative;
  /* height: 525px; */
  background: white;
}
.center-2 .right {
  width: 620px;
  position: relative;
  background: white;
  border: 1px solid #dcdcdc;
  padding-top:32px;
}

.center-2 .left .title,
.center-2 .right .title {
  font-size: 22px;
  color: white;
  background: #cf2e2e;
  width: 250px;
  height: 68px;
  line-height: 68px;
  text-indent: 20px;
  transform: translateY(-30px);
}

.center-2 .right a {
  display: block;
}

.center-2 .right a .time {
  margin-right: 20px;
}

.t_label {
  position: absolute;
  top: 0px;
  left: -33px;
}
.center-2 .line {
  line-height: 60px;
  padding-top: 7px;
  padding-bottom: 8px;
  padding-left: 20px;
  border-bottom: 1px solid #d2d2d2;
}

.center-2 .line:before {
  content: "·";
  margin-right: 10px;
}
.center-2 .line:hover {
  border-left: 5px solid #DBB15F;
  border-right: 5px solid #DBB15F;
}

.center-2 .more {
  position: absolute;
  top: 14px;
  font-size: 18px;
  color: #cf2e2e;
  right: 18px;
}

.center-3 {
  display: table;
  margin-top: 50px;
  margin-bottom: 50px;
}
.center-3 .list {
  width: 424px;
}
.center-3 .list.center {
  margin-left: 24px;
  margin-right: 24px;
}
.center-3 .list .title {
  color: #cf2e2e;
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 30px;
}
.center-3 .list .title:before {
  content: "▍";
  margin-right: 10px;
}

.center-3 .list .content {
  background: white;
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
  border-top: 2px solid #a2a2a2;
}

.center-3 .list .lines {
  width: 100%;
  display: table;
}
.center-3 .list .line {
  display: block;
  height: 70px;
  line-height: 70px;
  font-size: 18px;
  color: #333333;
  border-top: 1px solid #e8e8e8;
}

.center-3 .list .line .time {
  float: right;
  margin-right: 20px;
  color: #999999;
  font-size: 14px;
}

.center-3 .more {
  margin-right: 20px;
  display: block;
  height: 70px;
  line-height: 70px;
  text-align: right;
  font-size: 18px;
}

.bottom-lamp {
  height: 540px;
  justify-content: space-between;
}

.bottom-lamp .left {
  width: 660px;
}

.bottom-lamp .right {
  width: 640px;
  position: relative;
}

.bottom-lamp .right .content {
  box-sizing: border-box;
  padding: 20px;
  margin-top: 60px;
  width: 640px;
  height: 180px;
  background: #ffffff;
  box-shadow: 0px 0px 14px 2px rgba(212, 212, 212, 0.3);
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}

.bottom-lamp .right .content .item {
  display: table;
  padding-bottom: 10px;
  font-size: 18px;
  line-height: 26px;
  color: #cf2e2e;
}
.bottom-lamp .right .content .item .body {
  display: inline-block;
  width: 500px;
}
.bottom-lamp .right .content .item .author {
  display: inline-block;
  color: #999999;
}

.bottom-lamp .title {
  margin-top: 38px;
  margin-bottom: 38px;
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  display: flex;
  vertical-align: top;
}
.bottom-lamp .title img {
  width: 9px;
  height: 8px;
  margin-right: 5px;
}

.bottom-lamp .left .content {
  width: 660px;
  height: 200px;
  overflow: hidden;
}

.bottom-lamp .left .content-inner {
  overflow: hidden;
}

.bottom-lamp .left .item {
  width: 212px;
  margin-right: 12px;
  height: 200px;
  background: #f1f1f1;
  color: #b71e21;
  font-size: 13px;
  line-height: 18px;
  overflow: hidden;
  word-break: break-all;
  white-space: normal;
  display: inline-block;
}
.bottom-lamp .left .item .desp {
  padding: 8px;
}


.message-button {
  line-height: 50px;
  color: white;
  text-align: center;
  width: 132px;
  height: 50px;
  background: #cf2e2e;
  border-radius: 25px;
  margin-top: 40px;
  float: right;
}
.midTitle{
  font-size: 30px;
  height: 28px;
  line-height: 14px;
  font-weight: 400;
  text-align: center;
  font-family: Source Han Sans SC;
  color: #333333;
  margin-top: 64px;
  background-image: url(../images/title_bg.png);
  background-repeat: no-repeat;
}
.circleBox{
  width: 1320px;
  margin: 27px 0 35px 0;
  text-align: center;
}
.circle1{
  display: inline-block;
  width: 5px;
  height: 5px;
  background: #92181A;
  border-radius: 5px;
}
.circle2{
  display: inline-block;
  width: 5px;
  height: 5px;
  background: #CF2E2E;
  border-radius: 5px;
}
.circle3{
  display: inline-block;
  width: 5px;
  height: 5px;
  background: #DA6E37;
  border-radius: 5px;
}
.container-bt{
  margin-top: 22px;
  text-align: center;
  font-size: 22px;
  color: #FFFFFF;
  line-height: 44px;
  width: 100%;
  height: 44px;
  background: url(../images/home_bt.png) no-repeat;
}
.btSpan{
  width: 158px;
  display: inline-block;
}
.boxBg{
  width: 100%;
  height: 556px;
  margin-top: 68px;
  background-color: #ffffff;
  border: 1px solid #DCDCDC;
}
.boxBg2{
  width: 100%;
  height: 680px;
  margin-top: 68px;
  background-color: #ffffff;
  border: 1px solid #DCDCDC;
}