* {
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
}

.cnttop {
  width: 1200px;
  margin: 0 auto;
  color: #333;
  font-size: 12px;
}

.cnttop a {
  color: #000099;
}

.detail {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  padding-bottom: 20px;
}

.detail_left {
  width: 905px;
}

.detail_left .dt {
  border-bottom: 1px solid #dedede;
  overflow: hidden;
  padding: 12px 0;
}

h1 {
  font-size: 25px;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: #333333;
  line-height: 30px;
}

.detail_left_time {
  font-size: 12px;
  font-family: Source Han Serif CN;
  font-weight: 400;
  color: #666666;
  line-height: 24px;
  float: right;
}

.shares {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 13px 0;
  border-bottom: 1px solid #dedede;
}

.shares>div {
  font-size: 12px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #333333;
  line-height: 24px;
}

.shares>div>a {
  font-size: 16px;
  font-family: Arial;
  font-weight: 400;
  color: #c71b2d;
  line-height: 24px;
}

.shares span {
  font-size: 12px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #666666;
  line-height: 24px;
}

.detail_content {
  margin: 20px 0 0 0;
}

.detail_content a {
  color: #4169E1;
}

.detail_content>p {
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #333333;
  line-height: 1.8;
  padding: 10px 0;
  text-indent: 2em;
}

.detail_content u {
  color: #c71b2d !important;
}

.detail_content p img {
  max-width: 100%;
  height: 100%;
  margin-left: -2em;
}

.detail_content img {
  max-width: 800px;
}

.inandshare {
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #333333;
  line-height: 26px;
  padding: 10px 0;
}

.look {
  float: right;
  overflow: hidden;
}

.look a {
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #333333;
  line-height: 26px;
}

.solarbe {
  display: flex;
  align-items: center;
  background: #f7f7f7;
  padding: 15px;
  margin: 10px 0;
}

.solarbe_con_img {
  width: 100px;
  height: 100px;
  margin-right: 15px;
}

.solarbe_con_img>img {
  width: 100%;
  height: 100%;
}

.solarbe_con .solarbe_con_sub {
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #666666;
  line-height: 20px;
}

.list_key {
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 600;
  color: #333333;
  line-height: 24px;
  padding: 10px 0;
}

.list_key a {
  font-size: 14px;
  color: #333;
}

.list{
  display: list-item;
  margin-left: 30px;
  list-style-type: decimal;
  line-height: 22px;
}

.list_detailfx {
  display: flex;
  align-items: center;
  padding: 10px 0;
}

.list_detailfx span {
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 600;
  color: #333333;
  line-height: 22px;
}

/* .solarbe_con img{
    width: 146px;
    height: 58px;
  } */
.list_detailfx .btns img {
  margin: 0px 5px;
  cursor: pointer;
  width: 30px;
  height: 30px;
}

.detail_right {
  width: 259px;
  margin-left: 30px;
}

.detail_right_two_img {
  padding-bottom: 10px;
}

.detail_right_two_img a .ad_img {
  width: 368px;
  height: 87px;
  margin-top: 10px;
  border: 2px solid #999;
}

.detail_right_one {
  font-size: 20px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #333333;
  border-bottom: 2px solid #c71b2d;
  padding: 5px;
}

.detail_right_content_bottom {
  width: 229px;
  background: #f7f7f7;
  margin: 10px 0;
  padding: 15px;
}

.detail_right_content_bottom_item_info {
  width: 340px;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #ccc;
}

.detail_right_content_bottom_item_left {
  width: 230px;
}

.detail_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;
}

.number_total {
  display: flex;
  align-items: baseline;
}

.detail_right_content_time {
  font-size: 12px;
  font-family: Source Han Serif CN;
  font-weight: 400;
  color: #666666;
  line-height: 20px;
  margin-right: 25px;
  padding-bottom: 10px;
}

.number {
  font-size: 12px;
  font-family: Source Han Serif CN;
  font-weight: 400;
  color: #666666;
  line-height: 24px;
}

.detail_right_content_bottom_item_right {
  width: 100px;
  height: 60px;
  margin-top: 20px;
}

.detail_right_content_bottom_item_right img {
  width: 100%;
  height: 100%;
}

.detail_right_content_bottom_item {
  border-bottom: 1px solid #ccc;
}

.detail_right_content_bottom_item:last-child {
  border-bottom: none;
}

.detail_right_content_title {
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: #333333;
  line-height: 24px;
  padding: 14px 0;
}

.detail_right_one_img {
  margin-top: 10px;
  padding-bottom: 10px;
}

/* .detail_right_one_img a img {
    width: 259px;
    height: 87px;
    margin-top: 10px;
    border: 2px solid #999;
  } */
.detail_right_content {
  width: 229px;
  background: #f7f7f7;
  margin: 20px 0 10px;
  padding: 15px;
}

.detail_right_content .detail_right_content_item {
  width: 340px;
  border-bottom: 1px solid #ccc;
}

.detail_right_content_title {
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: #333333;
  line-height: 24px;
  padding: 14px 0;
}

.detail_right_content_title:hover {
  color: #c71b2d;
}

.detail_right_content_keyword {
  font-size: 12px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #666666;
  line-height: 24px;
  margin-left: 7px;
}

.detail_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;
}

.detail_right_content_two {
  width: 229px;
  /* display: flex;
    justify-content: space-between; */
}

.detail_right_content_two span {
  width: 6px;
  height: 6px;
  background: #C5C5C5;
  border-radius: 50%;
  display: inline-block;
  margin-top: 8px;
  float: left;
}

.detail_right_content_two_left {
  width: 220px;
  margin-left: 12px;
}

.detail_right_content_two_lefta {
  width: 340px;
}

.detail_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;
}

.detail_right_content_title_info a {
  color: #333333;
}

.detail_right_content_title_info a:hover {
  color: #c71b2d;
}

.detail_right_content_two_right {
  width: 6px;
  height: 6px;
  background: #C5C5C5;
  border-radius: 50%;
  display: inline-block;
  margin-top: 8px;
  float: left;
  margin-right: 6px;
}

/* .detail_right_content_two_right img {
    width: 100%;
    height: 100%;
  } */
.detail_right_content_two:last-child {
  border-bottom: none;
}

.popup {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.6);
}

.popup.active {
  display: block;
  z-index: 99999;
  position: fixed;
  top: 0;
}

.popup-content {
  width: 150px;
  padding: 20px;
  border-radius: 6px;
  background: #fff;
  text-align: right;
  margin: 0 auto;
  margin-top: 260px;
  position: relative;
  text-align: center;
}

.popup-content .btn2 {
  right: -11px;
  position: absolute;
  top: -24px;
  width: 47px;
  height: 47px;
  background: #000;
  color: #fff;
  border-radius: 25px;
  background: #eee;
  color: #000;
  font-size: 27px;
}

.popup-content h3 {
  text-align: center;
  margin: 0;
}

.popup-content p {
  text-align: left;
  border: 1px solid #aaa;
  border-width: 1px 0 1px 0;
  line-height: 60px;
  margin: 20px -20px;
  padding: 0 20px;
}
.list_li{
  width: 1200px;
    margin: 0 auto;
    justify-content: space-between;
}