.main {
  /* margin-left: auto;
    margin-right: auto; */
  /* width: 1200px; */
  margin-top: 15px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.main .cont {
  /* float: left; */
  /* width: 808px; */
  flex: 1;
  box-sizing: border-box;
  margin-bottom: 50px;
}

.main .cont .list .news-part-nav {
  padding-right: 20px;
}

.main .side {
  /* float: right; */
  width: 360px;
  margin-left: 20px;
}

.main .side .real-time {
  background: #ffffff;
  border: 1px solid #f8f8f8;
}

.main .side .tit {
  padding: 20px 20px 10px;
}

.main .side .tit span {
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  padding-left: 20px;
  background: url(../images/real_time_tit.png) left center no-repeat;
  background-size: 16px 16px;
}

.main .side .deal .tit span {
  background: url(../images/deal.png) left center no-repeat;
}

.main .side .hot .tit span {
  background: url(../images/hot.png) left center no-repeat;
}

.main .side .notice .tit span {
  background: url(../images/notice.png) left center no-repeat;
}

.main .side .notice .tit .ntit {
  float: left;
}

.main .side .real-time table {
  width: 100%;
  padding-bottom: 10px;
  font-family: Helvetica, Microsoft YaHei, sans-serif !important;
}

.main .side .real-time table th {
  font-size: 12px;
  color: #b4b4b4;
  font-weight: normal;
  text-align: center;
}

.main .side .real-time table tbody td {
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
  color: #333333;
}

.main .side .real-time table tbody td a {
  text-decoration: none;
}

.main .side .real-time table tbody td span.left {
  font-weight: bold;
  background-position-y: center;
  background-repeat: no-repeat;
  color: #666;
}

.main .side .real-time table tbody td span img {
  height: 14px;
  width: 14px;
  vertical-align: top;
  display: inline-block;
  margin-right: 5px;
}

.main .side .real-time table tbody td span.currency {
  display: block;
  font-size: 12px;
  color: #999999;
  margin-top: 2px;
  padding-left: 20px;
}

.main .side .real-time table tbody td span.amplitude {
  font-size: 14px;
  color: #3cbc98;
  padding-left: 16px;
  background: url(../images/row_up.png) left center no-repeat;
  background-size: 8px;
}

.main .side .real-time table tbody td span.amplitude.active {
  font-size: 14px;
  color: #fc5858;
  font-weight: normal;
  padding-left: 16px;
  background: url(../images/row_down.png) left center no-repeat;
  background-size: 8px;
}

.main .cont .topic {
  margin: 15px 0 20px;
  overflow: hidden;
}

.main .cont .radius {
  float: left;
  width: 259px;
  height: 138px;
  margin-right: 15px;
  position: relative;
  overflow: hidden;
}

.main .cont .n2 {
  margin-right: 0px;
}

.main .cont .radius img {
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
  will-change: transform;
}

.main .cont .shade {
  width: 259px;
  height: 34px;
  position: absolute;
  bottom: 0;
  text-align: center;
  background: rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.06);
  overflow: hidden;
  padding: 6px 0px;
}

.main .cont .shade p {
  width: 239px;
  font-family: PingFangSC-Medium;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  letter-spacing: 0;
  line-height: 18px;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  padding: 0 10px;
}

.main .cont .tab {
  width: 100%;
  border-bottom: 1px solid #e4e4e4;
  /* overflow: hidden; */
  margin-bottom: 20px;
  overflow-x: auto;
  white-space: nowrap;
  box-sizing: border-box;
}

/* 隐藏垂直滚动条 */
.main .cont .tab::-webkit-scrollbar {
  width: 0;
}

/* 隐藏水平滚动条 */
.main .cont .tab::-webkit-scrollbar {
  height: 0;
}

.main .cont .tab .label {
  display: inline-block;
  font-family: PingFangSC-Medium;
  font-size: 14px;
  color: #666666;
  letter-spacing: 0;
  line-height: 14px;
  padding: 15px 0;
  margin: 0 8.2px;
  cursor: pointer;
  font-weight: normal;
}

.main .cont .tab .label.active {
  color: #3AA2FF;
  border-bottom: 2px solid #3AA2FF;
}

.main .cont .tab .label:hover {
  color: #3AA2FF;
  text-decoration: none;
}

.main .cont .article {
  position: relative;
  /* width: 100%; */
  width: 100%;
  height: auto;
}

.main .cont .article-list {
  padding: 20px;
  background: #fff;
  margin-bottom: 5px;
  overflow: hidden;
  border: 1px solid #f2f2f2;
  display: flex;
  justify-content: space-between;
}

.main .cont .article-left {
  max-width: 260px;
  width: 30%;
  height: 146px;
  overflow: hidden;
  /* float: left; */
}

.main .cont .article-left img {
  width: 100%;
  height: 100%;
  border-radius: 5px;
  transition: all 0.8s ease-in-out;
  will-change: transform;
  object-fit: cover;
}

.main .cont .article-right {
  /* width: 490px; */
  /* float: right; */
  flex: 1;
  margin-left: 20px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

/* .main .cont .article-top {
    height: 95px;
} */

.main .cont a {
  text-decoration: none;
}

.main .cont .article-right .title {
  font-size: 18px;
  color: #333333;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.main .cont .article-right .title:hover,
.main .cont a:hover {
  color: #3aa2ff;
  cursor: pointer;
}

.main .cont .article-right p {
  font-size: 13px;
  color: #999999;
  letter-spacing: 0;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 40px;
  margin-top: 16px;
}

.main .cont .article-bottom {
  margin-top: 8px;
  line-height: 25px;
  display: flex;
  justify-content: space-between;
}

.main .cont .article-bottom a,
.main .cont .article-bottom span {
  /* float: left; */
}

.main .cont .article-pic {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  margin-right: 10px;
  box-sizing: border-box;
  vertical-align: middle;
}

.main .cont .article-bottom span {
  display: inline-block;
  font-size: 12px;
}

.main .cont .article-name {
  margin-right: 30px;
  color: #333;
}

.main .cont .article-readnum {
  padding-left: 18px;
  color: #999;
  background: url(../images/liuliang.png) left center no-repeat;
  background-position-y: 5.5px;
  margin-right: 30px;
}

.main .cont .article-icon {
  padding-left: 14px;
  color: #999;
  background: url(../images/artilce-tag.png) left center no-repeat;
  /* background-position-y: 5.5px; */
  background-size: 12px 12px;
}

.main .cont .article-bottom .article-time {
  padding-left: 18px;
  color: #999;
  background: url(../images/time.png) left center no-repeat;
  background-position-y: 6px;
  background-size: 12px;
  /* float: right; */
}

.main .cont #loadMore {
  height: 48px;
  line-height: 46px;
  text-align: center;
  font-family: PingFangSC-Regular;
  font-size: 18px;
  color: #333333;
  letter-spacing: 0;
  width: 200px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: PingFang-SC-Regular;
  display: block;
  color: #3aa2ff;
  background-color: #f3f5f8;
  border: 1px solid #3aa2ff;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  margin: 40px auto 0;
  border-radius: 4px;
}

.main .cont #loadMore:hover {
  color: #fff;
  background-color: #3aa2ff;
  -webkit-transform: translate3d(0, -4px, 0);
  transform: translate3d(0, -4px, 0);
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 118, 255, 0.2);
  box-shadow: 0 5px 10px 0 rgba(0, 118, 255, 0.2);
}

.main .cont #noMore {
  margin-top: 40px;
  color: #c7d2e2;
  text-align: center;
  display: none;
}

.main .cont .loading {
  display: none;
  margin: 40px auto 0;
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 10px;
  background: url(../images/loading.gif) no-repeat;
}

.main .side .notice {
  background: #ffffff;
  border: 1px solid #f8f8f8;
  margin-top: 28px;
}

.main .side #notice {
  margin-top: 0px;
}

.main .side .tit a {
  float: right;
  font-size: 12px;
  color: #3aa2ff;
  line-height: 25px;
  font-weight: 400;
}

.main .side .notice .list {
  padding-top: 3px;
  min-height: 208px;
}

.main .side .text-list li>a {
  display: block;
  height: 40px;
  line-height: 40px;
  color: #333;
  font-size: 14px;
  cursor: pointer;
  text-decoration: none;
  padding-left: 18px;
}

.main .side .text-list>li>a:hover,
.main .side .text-list>li>a:hover .date {
  color: #3499da;
}

.main .side .text-list li .tit {
  display: inline-block;
  padding: 0 5px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 210px;
  float: left;
}

.main .side .text-list li .tit {
  display: inline-block;
  padding: 0 5px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 210px;
  float: left;
}

.main .side .text-list li .tit img {
  vertical-align: middle;
  margin-right: 3px;
  width: 16px;
  height: 16px;
}

.main .side .text-list li .date {
  display: inline-block;
  white-space: nowrap;
  width: 80px;
  float: right;
  color: #999;
  margin-right: 20px;
}

.main .side .deal {
  /* background: #ffffff; */
  /* border: 1px solid #f8f8f8; */
  margin-top: 28px;
}

.deal .list {
  background: #fff;
  padding: 0 18px;
}

.RankTitle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #999999;
  font-size: 14px;
  padding: 0 20px;
  margin-bottom: 12px;
}

.deal .list .item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #333333;
  font-size: 16px;
  margin-bottom: 14px;

}

.deal .list .item a {
  color: #333;
}


.deal .list .item img {
  width: 22px;
  height: 22px;
  object-fit: cover;
  border-radius: 26px;
  margin-right: 11px;
}

.deal .list .item .money {
  margin-left: 10px;
}

.deal .table {
  width: 100%;
  text-align: left;
  border-top: 1px solid #eaecef;
  border-collapse: collapse;
  position: relative;
  background: #fff !important;
}

.deal .table tr {
  transition: all .3s;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.deal .table thead tr {
  background: #ebf7fd;
}

.deal .table thead tr th:first-child {
  padding-left: 25px;
}

.deal .table tbody tr td:first-child {
  padding-left: 20px;
}

.deal .table th {
  background: #H;
  padding: 5px;
  font-weight: normal;
  height: 26px;
  white-space: nowrap;
  max-width: 150px;
  text-overflow: ellipsis;
}

.deal .table tr td:nth-child(1) {
  max-width: 100px !important;
  overflow: hidden;
}

.deal .table td {
  margin: 5px;
  height: 26px;
  line-height: 26px;
  /* white-space: nowrap; */
  max-width: 100px;
  /* text-overflow: ellipsis; */
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  font-size: 13px;
  overflow: hidden;
}

.deal .table tr:hover {
  background: #eee !important
}

.deal .table tr:first-child td:first-child span {
  background: #f54445;
}

.deal .table tr:first-child+tr td:first-child span {
  background: #ff8546;
}

.deal .table tr:first-child+tr+tr td:first-child span {
  background: #ffad38;
}

.deal .table tbody tr td:first-child span {
  margin-left: 5px;
}

.deal .table tr td:first-child span {
  display: inline-block;
  padding: 0;
  width: 20px;
  height: 20px;
  background: #8fb9f6;
  border-radius: 3px;
  text-align: center;
  vertical-align: middle;
  line-height: 20px;
  color: #fff;
}

.deal .table tr td:nth-child(2),
.deal .table tr td:nth-child(1) {
  max-width: 100px !important;
  overflow: hidden;
}

.deal .table a {
  /* text-overflow: ellipsis; */
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  font-size: 13px;
  overflow: hidden;

}


.navDiv {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 30px;
  margin-bottom: 30px;
}

.deal .table a,
.side .deal .table span {
  padding: 5px;
  margin-left: -5px;
  display: inline-block;
}

.deal .table img {
  margin-right: 3px;
  height: 15px;
  width: 15px;
}

.main .side .tabtit {
  width: 100%;
  padding: 5px 5px 0px 5px;
  overflow: hidden;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.main .side .tabtit li.active {
  color: #fff;
  background: #3499da;
  border-color: #3499da;
}

.main .side .tabtit li {
  display: block;
  cursor: pointer;
  float: left;
  padding: 5px 10px;
  border: 1px solid #f1f1f1;
  text-align: center;
  transition: all .2s;
  margin-bottom: 5px;
  /* margin-right: 5px; */
  width: calc(50% - 25px);
}

.main .cont .grid {
  background-color: white;
  padding: 40px;
  width: 100%;
  box-sizing: border-box;
}

.main .cont .title {
  display: block;
  font-size: 18px;
  overflow: hidden;
  padding: 0 0 0 2px;
  color: #343436;
}

.main .cont .title h1 {
  color: #333333;
  font-size: 20px;
  height: 35px;
  line-height: 35px;
  overflow: hidden;
  padding: 0px 0 6px;
  text-align: center;
  font-weight: bold;
}

.main .cont .title .source {
  font-size: 12px;
  padding-top: 10px;
  text-align: center;
  color: #666666;
}

.main .cont .source .article-time {
  padding-left: 18px;
  color: #999;
  background: url(../images/time.png) left center no-repeat;
  background-position-y: 3px;
  background-size: 12px;
  margin-right: 3px;
}

.main .cont .source .article-readnum {
  padding-left: 18px;
  color: #999;
  background: url(../images/liuliang.png) left center no-repeat;
  background-size: 12px;
  margin-right: 3px;
}

.main .cont .source .article-icon {
  padding-left: 18px;
  color: #999;
  background: url(../images/artilce-tag.png) left center no-repeat;
  background-position-y: 2px;
  background-size: 12px;
  margin-right: 3px;
}

.main .cont .source .article-icon:hover {
  color: #3499da;
}

.main .cont .source {
  text-indent: 0px !important;
  line-height: 28px;
}

.main .cont .source .bdsharebuttonbox {
  display: inline-block;
  width: 140px;
  margin-left: 10px;
  vertical-align: top;
}

.main .cont .source {
  padding: 0 0 10px;
  margin-bottom: 10px;
}

.main .cont .grid,
.main .cont .grid p,
.main .cont .grid p strong {
  font-size: 16px;
  line-height: 30px;
  padding-bottom: 17px;
  word-wrap: break-word;
  word-break: normal;
}

.main .cont .grid .summary {
  margin-top: 28px;
  padding: 30px;
  background: #F7F8FA;
  position: relative;
  margin-bottom: 10px;
}

.main .cont .grid .summary::before {
  position: absolute;
  content: " \300D";
  bottom: 14px;
  right: 5px;
  font-size: 16px;
  color: #B4BCC9;
}

.main .cont .grid .summary::after {
  position: absolute;
  content: " \300D";
  top: 14px;
  left: 5px;
  font-size: 16px;
  color: #B4BCC9;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.main .cont .grid .summary p {
  font-family: PingFangSC-Regular;
  font-size: 16px;
  color: #999999;
  letter-spacing: 0;
  line-height: 28px;
  margin: 0;
}

.main .cont .grid .article {
  width: 100%;
  height: auto;
}

.main .cont .grid .article img {
  max-width: 100%;
  height: auto;
}

.main .cont .grid .article p {
  text-indent: 32px
}

.main .cont .grid .author {
  padding: 15px 0;
  margin-top: 46px;
  border: 1px solid #ececec;
}

.main .cont .grid .author p {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #999999;
  letter-spacing: 0;
  line-height: 77px;
  margin: 0;
  padding: 0 20px;
  line-height: 24px;
}

.main .cont .grid .detail-nav {
  height: 24px;
  line-height: 24px;
  font-size: 13px;
  width: 45%;
}

.main .cont .grid .detail-nav .prev {
  float: left;
  color: #999;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.main .cont .detail-nav .prev a,
.main .cont .detail-nav .next a {
  color: #999;
}

.main .cont .detail-nav .prev a:hover,
.main .cont .detail-nav .next a:hover {
  color: #3aa2ff;
}

.main .cont .detail-nav .next {
  float: right;
  color: #999;
  max-width: 345px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.main .side .hot {
  background: #ffffff;
  border: 1px solid #f8f8f8;
}

.main .side .hot a {
  display: block;
  font-size: 14px;
  color: #222;
  width: 310px;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 40px;
  height: 40px;
}

.main .side .hot a span {
  display: inline-block;
  padding: 0 6px;
  height: 20px;
  font-size: 13px;
  border-radius: 3px;
  text-align: center;
  vertical-align: middle;
  line-height: 20px;
  color: #222;
  margin-right: 10px;
}

.main .side .hot ul {
  margin-bottom: 5px;
}

.main .side .hot ul li:first-child a span,
.main .side .hot ul li:first-child+li a span,
.main .side .hot ul li:first-child+li+li a span {
  background: #E27B11;
  color: white;
}

.riskWarming {
  background-color: #fff;
  -webkit-box-shadow: 0 1px 2px 0 rgb(159 169 176 / 17%);
  box-shadow: 0 1px 2px 0 rgb(159 169 176 / 17%);
}

.riskWarming .risk_top {
  font-size: 14px;
  color: #d60f2a;
  line-height: 20px;
  background: rgba(214, 15, 42, .08);
  height: 40px;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.riskWarming .risk_top .ont_tips {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  color: #d60f2a;
}

.riskWarming .risk_top .ont_tips:before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  width: 16px;
  height: 16px;
  background: url(../images/ic_alarm.svg) no-repeat;
  background-size: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.riskWarming .rish_bottom {
  padding: 16px 20px;
}

.riskWarming .rish_bottom a {
  display: block;
  font-size: 14px;
  line-height: 22px;
  color: #0b1721;
  letter-spacing: 1px;
  position: relative;
}

.riskWarming .rish_bottom .two {
  color: #858a90;
  font-size: 12px;
  line-height: 17px;
  text-align: right;
  margin-bottom: 12px;
}

.riskWarming .rish_bottom a {
  display: block;
  font-size: 14px;
  line-height: 22px;
  color: #0b1721;
  letter-spacing: 1px;
  position: relative;
}

.riskWarming .rish_bottom .risk_link {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 80px;
  height: 20px;
  text-align: right;
  padding-right: 14px;
}

.riskWarming .rish_bottom .risk_link:after {
  content: "";
  position: absolute;
  right: -2px;
  top: 2px;
  width: 18px;
  height: 18px;
  background: url(../fonts/53c18e7bb50641539e4d10632016f977.woff) no-repeat;
  background-size: 100%;
}

.sideNewsCommend .dataList {
  padding: 20px 20px 0;
}

.sideNewsCommend .dataList a {
  margin-bottom: 16px;
}

.sideNewsCommend a:hover,
.sideNewsCommend a:hover div {
  color: #0b69ef;
}

.sideNewsCommend .dataList a,
.sideNewsCommend .dataList a .left-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.sideNewsCommend .dataList a .left-box {
  flex: 1;
}

.sideNewsCommend .dataList a .right-box {
  margin-left: 10px;
}

.sideNewsCommend a:hover {
  color: #0b69ef;
}

.sideNewsCommend .dataList a .left-box {
  height: 74px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.sideNewsCommend .dataList a .title {
  font-size: 14px;
  font-weight: 400;
  color: #0b1721;
  line-height: 20px;
  /* width: 160px; */
  padding: 6px 0;

}

.sideNewsCommend .dataList a .title>div {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;

}

.sideNewsCommend .dataList a .author {
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #858a90;
}

.sideNewsCommend .dataList a .cover {
  width: 130px;
  height: 74px;
}

.news-part-nav .news-nav {
  display: flex;
  padding: 15px 0;
  width: 100%;
  white-space: nowrap;
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.news-part-nav .news-nav .news-nav-item {
  height: 35px;
  margin-left: 18px;
  padding: 0 19px;
  height: 27px;
  line-height: 25px;
  font-size: 14px;
  border: 1px solid #e5e5e5;
  border-radius: 2px;
  cursor: pointer;
}

.news-part-nav .news-nav .news-nav-item.active {
  color: #fff;
  background: #1072fb;
}

.news-part-nav .news-nav .news-nav-item:first-child {
  margin-left: 0;
}

.newsflash-list {
  position: relative;
}

.newsflash-list .newsflash-time-line {
  position: absolute;
  top: 53px;
  left: 30px;
  height: 100%;
  width: 1px;
  background: linear-gradient(0deg, hsla(210, 2%, 80%, .03), #cccdce);
}

.mt-flex {
  display: flex;
}

.mt-align-center {
  align-items: center;
}

.mt-pt-10 {
  padding-top: 10px;
}

.newsflash-list .date {
  position: relative;
  padding-right: 30px;
  font-weight: 400;
  font-size: 14px;
  line-height: 10px;
  letter-spacing: .4px;
  display: flex;
  align-items: center;
}

.newsflash-list .date .date-left {
  width: 58px;
  height: 53px;
  color: #0b1721;
  text-align: center;
  background: #fff;
}

.newsflash-list .date .date-left .top {
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  color: #fff;
  background: #007aff;
  border-radius: 6px 6px 0 0;
}

.newsflash-list .date .date-left .bottom {
  font-size: 18px;
  line-height: 28px;
  border: 1px solid #ccc;
  border-top: none;
  border-radius: 0 0 6px 6px;
}

.newsflash-list .date .date-right {
  margin-left: 15px;
  min-width: 55px;
  height: 53px;
  color: #0b1721;
  text-align: center;
  background: #fff;
  border-radius: 6px;
  overflow: hidden;
  white-space: nowrap;
}

.newsflash-list .date .date-right .top {
  height: 24px;
  line-height: 24px;
  font-size: 18px;
  color: #0b1721;
}

.newsflash-list .date .date-right .bottom {
  font-size: 14px;
  line-height: 28px;
  color: #999;
}

.newsflash-list .newsflash-item {
  display: flex;
  position: relative;
  padding-left: 24px;
  padding-right: 35px;
}

.newsflash-list .newsflash-item .dot {
  width: 12px;
  height: 12px;
  background: #007aff;
  border-radius: 50%;
  position: absolute;
  top: 36px;
  left: 24px;
}

.newsflash-list .newsflash-item .dot:after {
  content: "";
  width: 6px;
  height: 6px;
  position: absolute;
  top: 3px;
  left: 3px;
  border-radius: 50%;
  background: #fff;
}

.newsflash-list .newsflash-item .time {
  margin-left: 22px;
  margin-right: 30px;
  padding-top: 36px;
  width: 52px;
  font-weight: 400;
  color: #455058;
  text-align: center;
  line-height: 10px;
  letter-spacing: .4px;
  white-space: nowrap;
}

.newsflash-list .newsflash-item .content-wrapper {
  padding: 30px 0 25px;
}

.content-wrapper .time {
  display: none;
}

.newsflash-list .newsflash-item .time {
  margin-left: 22px;
  margin-right: 30px;
  padding-top: 36px;
  width: 52px;
  font-weight: 400;
  color: #455058;
  text-align: center;
  line-height: 10px;
  letter-spacing: .4px;
  white-space: nowrap;
}

.newsflash-list .newsflash-item .content-wrapper .heading {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.newsflash-list .newsflash-item .content-wrapper .source,
.newsflash-list .newsflash-item .content-wrapper .source a {
  font-size: 14px;
  line-height: 30px;
  letter-spacing: .4px;
  color: #999;
  margin-left: auto;
  flex-shrink: 0;
}

.newsflash-list .newsflash-item .content-wrapper .content {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: .4px;
  color: #333;
}

.photo {
  margin-top: 20px;
}

.photo:after,
.photo:before {
  display: table;
  content: "";
}

.photo:after {
  clear: both;
}

.photo figure {
  display: block;
  float: left;
  width: 210px;
  max-height: 85px;
  margin: 0 6px 6px 0;
  border-radius: 4px;
  overflow: hidden;
}

img {
  vertical-align: middle;
  border-style: none;
}

.photo img {
  width: 100%;
  height: 100%;
  transition: transform .15s ease-in;
  will-change: transform;
  cursor: zoom-in;
}

.newsflash-item .content-wrapper .points {
  padding-top: 25px;
  font-size: 12px;
  line-height: 26px;
  color: #666;
  display: flex;
  align-items: center;
}

.mt-mr-20 {
  margin-right: 20px;
}

.newsflash-item .content-wrapper .points .down,
.newsflash-item .content-wrapper .points .up {
  white-space: nowrap;
  height: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.mt-mr-10 {
  margin-right: 10px;
}

.newsflash-item .content-wrapper .points .down img,
.newsflash-item .content-wrapper .points .up img {
  width: 15px;
  height: 9px;
}

.newsflash-item .content-wrapper .points .down .count,
.newsflash-item .content-wrapper .points .up .count {
  margin-left: 4px;
}

.newsflash-item .content-wrapper .points .down,
.newsflash-item .content-wrapper .points .up {
  white-space: nowrap;
  height: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.newsflash-list .newsflash-item .content-wrapper .source,
.newsflash-list .newsflash-item .content-wrapper .source a {
  font-size: 14px;
  line-height: 30px;
  letter-spacing: .4px;
  color: #999;
  margin-left: auto;
  flex-shrink: 0;
}

.newsflash-list .newsflash-item .content-wrapper .points .source a {
  color: rgb(56, 97, 251);
  font-size: 12px;
}

.load-more {
  background: rgba(0, 0, 0, .05);
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666;
  font-size: 14px;
  cursor: pointer;
  margin-top: 20px;
  margin-bottom: 10px;
  margin-right: 20px;
}

.flash .cont {
  background: #fff;
  padding-left: 20px;
  padding-top: 5px;
  width: 100%;
}

.flash .cont .article {
  width: 100%;
}

.newsflash-list .newsflash-item .content-wrapper .heading .title {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: .5px;
  color: #0b1721;
}

.ectZpn {
  box-sizing: border-box;
  margin: 0px 0px 16px;
}

.eKIvzJ {
  box-sizing: border-box;
  margin: 0px 0px 16px;
  padding-bottom: 16px;
  /* border-bottom: 1px solid rgb(207, 214, 228); */
  border-top-color: rgb(207, 214, 228);
  border-right-color: rgb(207, 214, 228);
  border-left-color: rgb(207, 214, 228);
}

.llGAYu {
  margin: 0px;
  font-weight: 700;
  line-height: 34px;
  color: rgb(34, 37, 49);
  font-size: 28px;
  line-height: 38px;
}

.bWnCV {
  box-sizing: border-box;
  margin: 0px;
  display: flex;
  flex-flow: column wrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  flex-direction: row;
}

.ifdqCj {
  box-sizing: border-box;
  margin: 0px 8px 0px 0px;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}

.ejyfrb {
  line-height: 1.5;
  margin: 0px;
  color: #999;
  font-weight: 700;
  font-size: 14px;
}

.fCASWb {
  font-size: 14px;
  color: #999;
}

.fCASWb::before {
  content: "·";
  display: initial;
  font-size: 16px;
  color: inherit;
  font-weight: 700;
  padding: 0px 6px;
}

.uikit-col-16 .detail,
.uikit-col-16 .detail p,
.uikit-col-16 .detail p strong {
  font-size: 16px;
  line-height: 30px;
  padding-bottom: 17px;
  word-wrap: break-word;
  word-break: normal;
}

.uikit-col-16 .points {
  padding-top: 25px;
  font-size: 12px;
  line-height: 26px;
  color: #666;
  display: flex;
  align-items: center;
}

.points .down,
.points .up {
  white-space: nowrap;
  height: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.uikit-col-16 .detail img {
  max-width: 100%;
  margin: 0px auto;
  object-fit: cover;
  display: block;
}

.points .down img,
.points .up img {
  width: 15px;
  height: 9px;
}

.uikit-col-16 .detail .mt-mr-10 {
  margin-right: 10px;
}

.points .down .count,
.points .up .count {
  margin-left: 4px;
}

.points .source,
.points .source a {
  font-size: 14px;
  line-height: 30px;
  letter-spacing: .4px;
  color: #999;
  margin-left: auto;
  flex-shrink: 0;
}

.uikit-col-16 {
  background: #fff;
  padding: 20px 25px 20px 25px;
}

.points .source a {
  color: rgb(56, 97, 251);
  font-size: 12px;
}


.section-focus-pic {
  margin: 0px auto 0 auto;
  height: 100%;
  /* width: 808px; */
  width: 100%;
  overflow: hidden;
  position: relative;
}

.section-focus-pic ul li {
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  /* width: 808px; */
  height: 100%;
}

.section-focus-pic ul li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-focus-pic ul li h3 {
  text-align: center;
  position: absolute;
  bottom: 11px;
  left: 0;
  width: 100%;
  /* padding: 0px 60px 0px 60px; */
  font-weight: normal;
  color: #FFF;
  z-index: 111;
  font-size: 14px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.section-focus-pic ul li div {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 40px;
  background-color: #000;
  width: 100%;
  opacity: 0.6;
  filter: alpha(opacity=60);
}

.section-focus-pic .pages {
  /* width: 100%; */
  width: 100%;
  height: 345px;
}

.section-focus-pic .controler {
  position: absolute;
  bottom: 15px;
  right: 24px;
  z-index: 9999
}

.section-focus-pic .controler b {
  cursor: pointer;
  width: 6px;
  height: 6px;
  display: block;
  overflow: hidden;
  text-indent: 20px;
  background: url(../images/news_index_icon.png) no-repeat;
  float: left;
  margin: 0 0 0 5px;
}

.section-focus-pic .controler b.down {
  background-position: 0px -11px;
}

.section-focus-pic .controler2 a {
  display: block;
  width: 40px;
  position: absolute;
  top: 140px;
  height: 40px;
}

.section-focus-pic .controler2 a i {
  cursor: pointer;
  display: block;
  width: 22px;
  height: 34px;
  background: url(../images/star.png) no-repeat;
}

.section-focus-pic .controler2 .prev {
  left: 5px;
}

.section-focus-pic .controler2 .prev i {
  background-position: -34px -68px;
  _background: none;
  _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/static/images/news/star_05.png');
  margin-left: 5px;
}

.section-focus-pic .controler2 .prev:hover i {
  left: 10px;
  background-position: -34px -24px;
  _background: none;
  _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/static/images/news/star_03.png');
}

.section-focus-pic .controler2 .next {
  right: 10px;
}

.section-focus-pic .controler2 .next i {
  background-position: -62px -68px;
  _background: none;
  _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/static/images/news/star_06.png');
  margin-left: 10px;
}

.section-focus-pic .controler2 .next:hover i {
  right: 10px;
  background-position: -62px -24px;
  _background: none;
  _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/static/images/news/star_04.png');
}

.cover {
  object-fit: cover;
}


.view-head {
  padding: 20px 0px 12px;
  /* background-color: #fff; */
}

.view-head>span {
  font-family: PingFangSC-Regular;
  font-size: 12px;
  color: #b2b2b2;
  letter-spacing: 0;
  line-height: 12px;
}

.view-head .icon {
  vertical-align: middle;
}

.view-head .icon img {
  width: 30px;
  height: 30px;
  margin-right: 10px;
  margin-top: -6px;
}

.view-head .head-title {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #9ba2b2;
  letter-spacing: 0;
  line-height: 14px;
  margin: 3px;
}

.view-head>span {
  font-family: PingFangSC-Regular;
  font-size: 12px;
  color: #b2b2b2;
  letter-spacing: 0;
  line-height: 12px;
}

.view-head .head-title {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #9ba2b2;
  letter-spacing: 0;
  line-height: 14px;
  margin: 3px;
}

.view-head .line {
  border-bottom: 1px solid #e1e4ee;
  margin-top: 20px;
}

.tabItem {
  padding: 25px 30px;
  background-color: #fff;
  margin-top: 20px;
}

.newsitem .news_tabbox .tab_content {
  padding-bottom: 1px;
  background: #fff;
}

.newsitem .tab_content {
  border-top: 0;
}

.newsitem .news_tabbox .tab_content .art_list .scaleBig {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  height: 152px;
  /* margin: 0 20px; */
  padding: 20px 0;
  border-bottom: 1px solid #edf1f6;
  box-sizing: border-box;
}

/* .newsitem .art_list .scaleBig {
  margin: 0 60px;
} */

.newsitem .news_tabbox .tab_content .art_list .scaleBig .pic {
  width: 150px;
  height: 112px;
  margin-right: 16px;
}

.newsitem a,
.newsitem a:active,
.newsitem a:hover {
  color: #0b69ef;
}

.newsitem .scaleBig img {
  -webkit-transition: all .7s;
  transition: all .7s;
}

.newsitem .news_tabbox .tab_content .art_list img {
  display: block;
  width: 150px;
  height: 112px;
  overflow: hidden;
  object-fit: cover;
}

.newsitem .news_tabbox .tab_content .art_list .info {
  position: relative;
  flex: 1;
  /* width: 700px; */
}

.newsitem .news_tabbox .tab_content .art_list .info .tit {
  font-size: 18px;
  font-weight: 700;
  color: #0b1721;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.newsitem .news_tabbox .tab_content .art_list .info a:hover {
  color: #0b69ef;
}

.newsitem .tabcell .keyword {
  color: #ff6059 !important;
}

.newsitem .news_tabbox .tab_content .art_list .info .preview {
  font-size: 14px;
  font-weight: 400;
  color: #455058;
  line-height: 22px;
  overflow: hidden;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.newsitem .news_tabbox .tab_content .art_list .info .time {
  color: #858a90;
  position: absolute;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.newsitem .news_tabbox .tab_content .art_list:hover {
  -webkit-box-shadow: 0 5px 24px 0 rgb(159 169 176 / 15%), 0 5px 24px 0 rgb(159 169 176 / 15%);
  box-shadow: 0 5px 24px 0 rgb(159 169 176 / 15%), 0 5px 24px 0 rgb(159 169 176 / 15%);
  border-radius: 2px;
}

.outLink {
  display: flex;
  justify-content: flex-start;
  margin-top: 16px;
}

.outLink a {
  width: 24px;
  height: 24px;
  display: block;
  margin-right: 10px;
}

.outLink a img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  vertical-align: middle;
}

/* 专栏  / 用户详情 */
.userInfoItem.flex {
  display: flex;
  align-items: flex-start;
}

.userInfoItem.flex:not(:last-child) {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #E5E5E5;
}

.userInfoItem.flex .left {
  width: 62px;
  height: 62px;
  border-radius: 62px;
  overflow: hidden;
  margin-right: 16px;
}

.userInfoItem.flex .left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.userInfoItem.flex .flex1 {
  flex: 1;
}

.userInfoItem.flex .flex1 .title {
  color: #2268DA;
  font-size: 16px;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  margin-top: 9px;
}

.userInfoItem.flex .flex1 .text {
  margin-top: 20px;
  color: #333333;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.userInfoItem.flex .flex1 .time {
  margin-top: 20px;
  color: #888888;
  font-size: 14px;
}

.main .side .notice.noticeNew {
  background: none;
}

.noticeNew .list {
  background: #fff;
}

.sideNewsCommend.noticeNew .dataList {
  padding-bottom: 20px;
}

.main .side .titTwo {
  padding: 0;
  padding-bottom: 11px;
}

.main .side .titTwo span {
  background: none;
  height: 18px;
  line-height: 18px;
  padding-left: 0;
  font-size: 18px;
  color: #000000;
  background: none !important;
}

.main .side .titTwo span::before {
  content: ' ';
  width: 4px;
  height: 18px;
  background: #2274FB;
  display: inline-block;
  margin-right: 6px;
  vertical-align: middle;
}

.userInfoBox .main {
  margin-top: 22px;
}

.main .sideNew .text-list {
  padding-bottom: 20px;
  padding-top: 10px;
}

.main .sideNew .text-list li {
  padding-top: 10px;
}

.main .sideNew .text-list li>a {
  padding-right: 18px;
}

.main .sideNew .text-list .index {
  padding: 0 7px;
  background: #e5f2ff;
  color: #007bff;
  border-radius: 3px;
  height: 26px;
  min-width: 26px;
  line-height: 26px;
  display: inline-block;
  text-align: center;
  box-sizing: border-box;
  margin-right: 6px;
}

.userSide {
  margin-top: 28px;
}

.userSide .info {
  background: #fff;
  padding: 40px;
  text-align: center;
}

.userSide .info .avatar {
  width: 74px;
  height: 74px;
  border-radius: 74px;
  overflow: hidden;
  margin: 0 auto;
}

.userSide .info .avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.userSide .info .userName {
  margin-top: 20px;
  color: #333333;
  font-size: 18px;
  font-weight: bold;
}

.userSide .info .userContent {
  margin-top: 20px;
  color: #666666;
  font-size: 16px;
  font-weight: 400;
}

.userSide .info .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
}

.userSide .info .flex .item {
  width: fit-content;
  max-width: 32%;
}

.userSide .info .flex .item .num {
  color: #333333;
  font-size: 16px;
  font-weight: bold;
}

.userSide .info .flex .item .text {
  margin-top: 20px;
  color: #999999;
  font-size: 14px;
}

@media screen and (max-width:1300px) {
  /* .main .cont {
        width: 740px;
    } */

  .main .side {
    width: 330px;
  }

  .section-focus-pic {
    width: 100%;
  }

  .main .cont .topic {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 15px;
  }

  .main .cont .radius {
    width: 100%;
    margin-right: 0;
  }

  .main .cont .shade {
    width: 100%;
  }

  .main .cont .shade p {
    width: 100%;
    box-sizing: border-box;
  }

  .main .cont .shade {
    width: 100%;
  }

  .sideNewsCommend .dataList a .title {
    flex: 1;
    width: auto;
    margin-right: 10px;
  }

  .sideNewsCommend .dataList a .title>div {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;

  }

  .sideNewsCommend .dataList a .cover {
    width: 120px;
    height: 80px;
  }
}

@media screen and (max-width:1120px) {

  html,
  body {
    background: #fff;
  }

  .main {
    box-sizing: border-box;
    margin-top: 15px
  }

  .main .cont {
    width: 100%;
    box-sizing: border-box;
  }

  .main .side {
    display: none;
  }

  .toolBar-wrap {
    /*display: none !important;*/
  }

  .deal .table thead {
    position: sticky;
    top: 0;
  }


  .flash .main .cont {
    padding-left: 0px;
  }

  .flash .newsflash-list-top {
    background-color: #f6f7fb;
  }

  .flash .newsflash-list .date .date-left {
    background: none;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    margin-left: 45px;
  }

  .flash .newsflash-list .newsflash-time-line {
    top: 62px;
  }

  .flash .centerWidth.main {
    margin: 0 !important;
  }

  .flash .newsflash-list .newsflash-item {
    display: block;
    padding-right: 15px;
    padding-left: 15px;
  }

  .flash .newsflash-list .newsflash-time-line {
    left: 16px;
  }

  .flash .newsflash-list .newsflash-item .dot {
    left: 10px;
  }

  .newsflash-list .newsflash-item .time,
  .flash .newsflash-list .newsflash-item .content-wrapper {
    margin-left: 15px;

  }

  .flash .newsflash-list .date .date-left .top {
    background: none;
    color: #0b1721;
    font-size: 18px;
  }

  .flash .newsflash-list .date .date-left .top::after {
    content: '-';
  }

  .flash .newsflash-list .date .date-left .bottom {
    border: none;
  }

  .flash .news-part-nav {
    position: -webkit-sticky;
    /* Safari */
    position: sticky;
    top: 0;
    /* 距离顶部的距离 */
    background: #fff;
    z-index: 1;
  }

  .flash .news-part-nav .news-nav .news-nav-item {
    border: none !important;
    background-color: #fff !important;
  }

  .news-part-nav .news-nav .news-nav-item.active {
    color: #1072fb !important;
  }

  .main .cont .tab {
    margin-bottom: 0;
  }

  .main .cont .article-list {
    padding: 30px 0;
    margin: 0 28px;
    border: none;
    border-bottom: 1px solid #ecf0f4;
  }

  .main .cont .topic {
    padding: 0 28px;
  }

  .section-focus-pic {
    width: calc(100% - 56px);
  }

  .main .cont .grid .detail-nav {
    width: 100%;
  }

  .main .cont .grid .detail-nav {
    margin: 5px 0px;
  }

}

@media (max-width:768px) {
  .main .cont .article-list {
    padding: 16px 0;
    margin: 0 14px;
    border: none;
    border-bottom: 1px solid #ecf0f4;
  }

  .main .cont .topic {
    padding: 0 14px;
  }

  .section-focus-pic {
    width: calc(100% - 28px);
  }

  .section-focus-pic .pages {
    height: 270px;
  }

  .main .cont .article-left {
    height: 110px;
    width: 180px;
  }

  .main .cont .article-right .title {
    /* -webkit-line-clamp: 1; */
    font-weight: 400;
  }

  .main .cont .article-bottom span {
    margin-right: 10px;
  }

  .flash .newsflash-list .date .date-left {
    height: 40px;
    line-height: 40px;
    color: #767680;
    padding-top: 0;
    margin-left: 20px;
  }

  .flash .newsflash-list .date .date-left .top {
    color: #767680;
  }

  .newsflash-list .newsflash-item .content-wrapper {
    padding: 12px 0px 16px;
  }

  .newsflash-item .content-wrapper .points {
    padding-top: 12px;
  }

  .newsflash-list .newsflash-item .time {
    padding-top: 16px;
    color: #a0a0a8;
  }

  .newsflash-list .newsflash-item .content-wrapper .heading .title {
    font-weight: 400;
  }

  .newsflash-list .newsflash-item .content-wrapper .source,
  .newsflash-list .newsflash-item .content-wrapper .source a {
    margin-bottom: 0;
  }

  .llGAYu {
    font-size: 20px;
  }

  /* .main .cont .article-list {
    padding: 14px;
  } */

  .controler {
    display: none;
  }

  .newsDetail .main .cont .grid {
    padding: 15px;
  }

  .main .cont .article-right p {
    display: none;
  }

  .userInfoItem.flex .flex1 .text,
  .userInfoItem.flex .flex1 .time {
    margin-top: 12px;
  }

  .userInfoBox .main {
    margin-top: 17px;
  }

  .userInfoItem.flex:not(:last-child) {
    padding-bottom: 14px;
    margin-bottom: 14px;
  }
  
  .news_tabbox .tab_content .art_list .scaleBig .pic {
    display: none;
  }
}

@media (max-width:500px) {
  .main .cont .article-left {
    height: 100px;
    width: 140px;
  }

  .main .cont .article-right p {
    margin-top: 8px;
  }

  .main .cont .topic {
    grid-column-gap: 8px;
  }

  .main .cont .radius {
    height: 100px;
  }
}