.flex {
  display: flex;
  align-items: flex-start;
}

.content {
  width: 100%;
}
.swiper {
  width: 545px;
  height: 324px;
}

.swiper-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pagination-right {
  width: 200px !important;
  left: 350px !important;
  bottom: 0 !important;
  padding-top: 10px;
  box-sizing: border-box;
  height: 40px;
}
.pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  background: #fff;
  opacity: 1;
  margin-right: 8px;
}
.pagination-bullet-active {
  background: #a61b29;
}

.swiper-title {
  width: 100%;
  position: absolute;
  bottom: 0;
  height: 40px;
  background-color: rgba(0,0,0,0.8);
  margin: 0;
}
.swiper-title > span {
  color: #fff;
  width: 280px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-left: 20px;
}

.info_center {
  width: 650px;
  padding: 0 20px;
  box-sizing: border-box;
}
.info_center_title {
  display: flex;
  align-items: flex-start;
  width: 100%;
  border-bottom: 2px solid #c40400;
}

.info_center_title h6 {
  font-size: 16px;
  color: #333;
  padding-left: 10px;
  border-left: 3px solid #c40400;
  flex: 1;
  margin: 0 0 10px;
}

.info_center_title a {
  color: #999;
  font-size: 14px;
}
.info_center_title a:hover {
  color: #c40400;
}

.news_first {
  overflow: hidden;
  padding: 14px 0;
  border-bottom: 1px dashed #a0a0a0;
}

.news_first a:hover{
  color: #c40400;
}

.news_first h6 {
  font-size: 16px;
  color: inherit;
  margin-bottom: 10px;
  transition: background-color 0.3s ease-out, color 0.3s ease-out, opacity 0.3s ease-out;
  display: flex;
  flex-direction: row;
}
.showTitle{
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
.showTime{
  width: 87px;
  display: block;
  font-size: 14px;
  text-align: right;
}

.news_first p {
  font-size: 14px;
  color: #666;
  line-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-indent: 2em;
}
.industry_list {
  width: 100%;
  height:180px;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.industry_list li {
  font-size: 14px;
  color: #333;
  padding: 13px 0;
  border-bottom: 1px dashed #a0a0a0;

  line-height: 20px;
}
.industry_list li:hover {
  color: #c40400;
}

.lineInfo{
  display: flex;
}
.lineInfo a{
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dynamic_box {
  width: 545px;
  height: 324px;
}
.dynamic_box_title {
  width: 100%;
  height: 100px;
  margin-bottom: 23px;
  display: flex;
}

.dynamic_box_title h6 {
  width: 193px;
  height: 100px;
  background-color: #b5141d;
  color: #fff;
  position: relative;
  font-size: 22px;
  line-height: 30px;
  padding: 20px 20px;
  box-sizing: border-box;
  text-align: center;
}

.dynamic_box_title h6::after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-top: 10px solid #b5141d;
  border-left:  10px solid transparent;
  border-right: 10px solid transparent;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 100%);
}

.dynamic_box_title img {
  width: 352px;
}

.four_modal {
  width: 100%;
  height: 201px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  position: relative;
}

.four_modal::after {
  content:'';
  height: 100%;
  width: 1px;
  position: absolute;
  top: 0;
  left: 50%;
  background-color: rgba(0,0,0,0.1);
}
.four_modal::before {
  content:'';
  height: 1px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  background-color: rgba(0,0,0,0.1);
}

.four_modal a{
  width: 270px;
  height: 100px;
  display: inline-block;
  box-sizing: border-box;
  position: relative;
  line-height: 100px;
  font-size: 16px;
  color: #333;
}

.four_modal a img{
  width: 40px;
  height: 40px;
  margin: 0 10px 0 60px;
}

.procedure {
  padding: 35px 0;
  background-color: #f6f6f6;
  min-width: 1200px;
}
.procedure .title {
  width: 100%;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  padding-right: 20px;
  box-sizing: border-box;
  margin-bottom: 35px;
}
.procedure .title h6 {
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 4px;
  border-bottom: 4px solid #b5141d;
}

.procedure .title a {
  transform: translateY(4px);
}

.procedure .title a:hover {
  color: #b5141d;
}

.procedure_content {
  width: 100%;
  padding: 0 40px;
  box-sizing: border-box;
}

.procedure_modal {
  width: 160px;
  height: 200px;
  background-color: #b5141d;
  border-radius: 5px;
  text-align: center;
}

.procedure_modal span{
  display: inline-block;
  width: 30px;
  height: 30px;
  background-color: #fff;
  color: #b5141d;
  text-align: center;
  border-radius: 3px;
  margin-top: 60px;
  margin-bottom: 30px;
  line-height: 30px;
  font-size: 16px;
}
.procedure_modal p {
  color: #fff;
  font-size: 16px;
}

.procedure_content .next {
  width: 30px;
  height: 30px;
  margin: 12px;
}

.procedure_content .shunt_modal {
  height: 100px;
}
.shunt_modal .shunt_box {
  width: 200px;
  height: 80px;
  border-radius: 5px;
  color: #fff;
  line-height: 80px;
  font-size: 16px;
}

.shunt_modal .success {
  background-color: #b5141d;
}

.shunt_modal .fail {
  background-color: #142a43;
}

.shunt_modal .shunt_box img {
  width: 30px;
  height: 30px;
  margin-left: 40px;
}

.member_rule {
  background-color: #fff;
}

.rule_box {
  width: 480px;
  height: 130px;
  background-color: #f8f8f8;
  margin-right: 20px;
  box-sizing: border-box;
  border-left: 10px solid #b5141d;
  line-height: 130px;
  text-align: center;
  font-size: 20px;
  color: #b5141d;
}

.rule_box:last-child {
  margin-right: 0;
}

.rule_box img {
  width: 50px;
  height: 50px;
  margin-right: 10px;
  margin-left: -30px;
}

.news_items {
  width: 580px;
  overflow: hidden;
}

.section_title {
  width: 100%;
  /* height: 40px; */
  overflow: hidden;
  padding-bottom: 10px;
  border-bottom: 1px solid #d2d2d2;
  /* line-height: 40px; */
}

.section_title h6 {
  font-size: 16px;
  color: #333;
}

.news_items .news_first {
  padding: 15px 0;
  padding-bottom: 6px;
  border: none;
}
.news_first h6 {
  color: #b5141d;
}

.news_list li {
  font-size: 14px;
  color: #333;
  padding: 8px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 20px;
  border: none;
}

.friendship_title {
  width: 100px;
  height: 43px;
  line-height: 43px;
  font-size: 18px;
}

.friendship_box {
  width: 1100px;
}

.friendship img{
  width: 137px;
  height: 43px;
  object-fit: cover;
  margin-right: 10px;
  margin-bottom: 10px;
  box-shadow: rgba(99, 99, 99, 0.4) 0px 2px 8px 0px;
}

.follow_box {
  z-index: 10;
  position: absolute;
  width: 302px;
  height: 195px;
  left: 16px;
  top: 200px;
  background-color: #fff;
  box-shadow: rgba(99, 99, 99, 0.4) 0px 2px 8px 0px;
  transition: all 1s ease-in;
}

.follow_box_right {
  z-index: 10;
  position: absolute;
  width: 302px;
  height: 195px;
  right: 16px;
  top: 200px;
  background-color: #fff;
  box-shadow: rgba(99, 99, 99, 0.4) 0px 2px 8px 0px;
  transition: all 1s ease-in;
}

.follow_box img {
  width: 100%;
  height: 165px;
  object-fit: cover;
}

.follow_box button {
  width: 100%;
  height: 30px;
  text-align: center;
  border: none;
}

.follow_box_right img {
  width: 100%;
  height: 165px;
  object-fit: cover;
}

.follow_box_right button {
  width: 100%;
  height: 30px;
  text-align: center;
  border: none;
}