* {
  margin: 0;
  padding: 0;
  list-style: none;
}
.topic {
  margin-top: 40px;
}
.topic_body {
  width: 1200px;
  margin: auto;
  display: flex;
  justify-content: space-between;
}
.news_left {
  width: 800px;
  margin-top: 17px;
}
.news_left .news_left_title {
  font-size: 32px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #c71b2d;
  line-height: 36px;
  text-align: center;
  margin-bottom: 30px;
}
.news_left .remark {
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #333333;
  line-height: 20px;
  border-bottom: 1px #ccc dashed;
  padding: 15px 0;
}
.news_left .bold {
  font-size: 24px;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: #333333;
  line-height: 36px;
  padding: 15px 0;
}
.news_left .bold a {
  color: #333333;
  font-weight: 900;
}
.news_left .bold a:hover {
  color: #c71b2d;
}
.news_left .news_left_desc {
  font-size: 12px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #666666;
  line-height: 18px;
}
.news_left .news_left_desc span {
  color: #c71b2d;
}
.news_left .topic_sub_time {
  font-size: 12px;
  font-family: Source Han Serif CN;
  font-weight: 400;
  color: #999999;
  line-height: 20px;
  padding: 15px 0;
  float: right;
  /* border-bottom: 1px #ccc solid; */
}
.news_left .topic_block {
  display: block;
  margin-top: 20px;
  /* height: 135px; */
  width: 800px;
  overflow: hidden;
  font-family: PingFangSC-Semibold, PingFang SC;
  border-bottom: 1px solid #ccc;
}
.topic_block .topic_title {
  font-size: 20px;
  font-weight: 600;
  /* color: #333333; */
  line-height: 25px;
  letter-spacing: 1px;
}
.topic_block .topic_title a {
  color: #333333;
  font-weight: 900;
}
.topic_block .topic_title a:hover {
  color: #c71b2d;
}
.topic_block .topic_desc {
  margin-top: 20px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-indent: 2em;
}
.topic_block .topic_footer {
  /* margin-top: 10px; */
  height: 20px;
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  line-height: 20px;
  letter-spacing: 1px;
}
.news_right {
  width: 259px;
  margin-left: 30px;
  /* margin-top: 80px; */
}
.news_right .news_right_two {
  /* margin-top: 10px; */
  padding-bottom: 10px;
}
.news_right_two a .ad_img {
  width: 368px;
  height: 87px;
  margin-top: 10px;
  border: 2px solid #999;
}
.news_right_one {
  font-size: 20px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #333333;
  border-bottom: 1.5px solid #de4858;
  padding: 5px;
}
.news_right_content {
  width: 229px;
  /* height: 566px; */
  background: #f7f7f7;
  margin: 20px 0 10px;
  padding: 15px;
}
.news_right_content_desc {
  font-size: 20px;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: #111111;
  line-height: 24px;
  align-items: center;
  display: flex;
  border-bottom: 1.5px solid #de4858;
  padding: 5px;
}
.news_right_content .news_right_content_item {
  width: 340px;
  /* height: 127px; */
  border-bottom: 1px solid #ccc;
}
.news_right_content_line {
  width: 4px;
  height: 19px;
  background: #c71b2d;
  /* position: relative;
  left: -13px; */
  margin-right: 13px;
}
.news_right_content_title {
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: #333333;
  line-height: 24px;
  padding: 14px 0;
}
.news_right_content_title:hover {
  color: #c71b2d;
}
.news_right_content_keyword {
  font-size: 12px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #666666;
  line-height: 24px;
  margin-left: 7px;
}
.news_right_content_time {
  font-size: 12px;
  font-family: Source Han Serif CN;
  font-weight: 400;
  color: #666666;
  line-height: 20px;
  padding-bottom: 10px;
  margin-left: 14px;
}
.news_right_content_two {
  width: 229px;
  /* display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #ccc; */
  /* margin-bottom: 10px; */
}
.news_right_content_two span{
  width: 6px;
  height: 6px;
  background: #C5C5C5;
  border-radius: 50%;
  display: inline-block;
  margin-top: 8px;
  float: left;
  margin-right: 12px;
}
.news_right_content_two:last-child {
  border-bottom: none;
}
.news_right_content_two_left {
  width: 230px;
  /* padding-left: 15px; */
}
.news_right_content_title_info {
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 500;
  /* color: #333333; */
  line-height: 24px;
  /* margin: 14px 0; */
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.news_right_content_title_info a {
  color: #333333;
}
.news_right_content_title_info a::before{
    
}
.news_right_content_title_info a:hover {
  color: #c71b2d;
}
.news_right_content_title_info_flex {
  margin-left: 12px;
}
/* .news_right_content_bottom_item_left span {
  width: 6px;
  height: 6px;
  background: #C5C5C5;
  border-radius: 50%;
  display: inline-block;
  margin-top: 8px;
  float: left;
} */
.news_right_content_two_right {
  width: 6px;
  height: 6px;
  background: #C5C5C5;
  border-radius: 50%;
  display: inline-block;
  margin-top: 8px;
  float: left;
  margin-right: 6px;
}
/* .news_right_content_two_right img {
  width: 100%;
  height: 100%;
} */
.news_right_one_img {
  margin-top: 10px;
  padding-bottom: 10px;
}
/* .news_right_one_img a img {
  width: 259px;
  height: 87px;
  margin-top: 10px;
  border: 2px solid #999;
} */
.news_right_content_bottom {
  width: 229px;
  background: #f7f7f7;
  margin: 10px 0;
  padding: 15px;
  margin-top: 20px;
}
.news_right_content_bottom_item_info {
  width: 229px;
  margin:auto ;
  /* display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #ccc; */
}
.news_right_content_bottom_item_info span{
  width: 6px;
  height: 6px;
  background: #C5C5C5;
  border-radius: 50%;
  display: inline-block;
  margin-top: 8px;
  float: left;
  /* margin-right: 12px; */
}
.news_right_content_bottom_item_info:last-child {
  border-bottom: none;
}
.news_right_content_bottom_item_left {
  width: 230px;
  /* padding-left: 15px; */
}
.news_right_content_bottom_item_lefta {
  width: 340px;
}
.news_right_content_bottom_item_right {
  width: 6px;
  height: 6px;
  background: #C5C5C5;
  border-radius: 50%;
  display: inline-block;
  margin-top: 8px;
  float: left;
  margin-right: 6px;
}
/* .news_right_content_bottom_item_right img {
  width: 100%;
  height: 100%;
} */
.number_total {
  display: flex;
  align-items: baseline;
}
.number_total .news_right_content_time {
  margin-right: 25px;
}
.number {
  font-size: 12px;
  font-family: Source Han Serif CN;
  font-weight: 400;
  color: #666666;
  line-height: 24px;
}
/*  */
.news_right_content_bottom_item {
  border-bottom: 1px solid #ccc;
}
.news_right_content_bottom_item:last-child {
  border-bottom: none;
}
.pagination {
  /* width: 580px; */
  display: flex;
  margin: auto;
  justify-content: center;
  margin-top: 30px;
}
.pagination li {
  /* border-radius: 6px; */
  /* padding: 2px 8px; */
  margin: 0 3px;
}
.pagination li a {
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #333333;
}
.pagination li a:hover {
  color: #c71b2d;
}
.pagination li:first-child span {
  display: block !important;
}
.pagination li span {
  display: block !important;
  font-size: 12px !important;
  line-height: 24px;
}

.pagination-container ul li.active span {
  color: #fff;
  border-color: #c71b2d;
  background: #c71b2d !important;
}

.pagination-container ul li span {
  cursor: default;
  background: #dcdcdc;
}
.pagination-container ul li a,
.pagination-container ul li span {
  color: #333;
  width: 30px;
  height: 30px;
  border: 1px solid #eee;
  overflow: hidden;
  font-size: 12px;
  text-align: center;
  line-height: 30px;
  margin-right: 3px;
  display: inline-block;
  box-sizing: border-box;
}
/*** page
-------------------------------------------------------------- ****/
.pagination-container {text-align: center;display: flex;
  margin: auto;
  justify-content: center;
  margin-top: 30px;}
.pagination-container a {font: bold 14px/34px arial;
  color: #333;
  width: 30px;
  height: 30px;
  border: 1px solid #eee;
  overflow: hidden;
  font-size: 12px;
  text-align: center;
  line-height: 30px;
  display: inline-block;
  box-sizing: border-box;
  margin: 0 6px;}
.pagination-container a:hover,.pagination-container a:active{color: #c71b2d;background: #fff}
.pagination-container .cur {color: #fff;
  border-color: #c71b2d;
  background: #c71b2d !important;}
.pagination-container .cur:hover{
  color: #fff;
  border-color: #c71b2d;
  background: #c71b2d !important;
}
.pagination-container div{
  color: #333;
  width: 30px;
  height: 30px;
  border: 1px solid #eee;
  overflow: hidden;
  font-size: 12px;
  text-align: center;
  line-height: 30px;
  margin-right: 3px;
  display: inline-block;
  box-sizing: border-box;
  cursor: default;
  background: #dcdcdc;
}
/*.pagination-container .disabled {width: 79px;}*/