main {
  background-color: #F4F7FF;
}
main::before {
  content: '';
  display: table;
  /* flex|grid|flow-root */
}
main::after {
  content: '';
  display: table;
  /* flex|grid|flow-root */
}
.container {
  width: 1400px;
  background-color: #fff;
  margin: 94px auto 24px auto;
  padding: 0;
}
.mainBox .mainNav {
  width: 100%;
  height: 66px;
  background-color: #F4F7FF;
  padding-bottom: 26px;
  box-sizing: content-box;
}
.mainBox .mainNav .mainNavTop {
  display: flex;
  justify-content: space-between;
  border-bottom: 2px solid #0066FF;
}
.mainBox .mainNav .navLeft {
  display: flex;
}
.mainBox .mainNav .subentry {
  display: flex;
  line-height: 66px;
}
.mainBox .mainNav .subentry .list {
  width: 125px;
  text-align: center;
  font-weight: 500;
  font-size: 20px;
  color: #58617A;
  cursor: pointer;
}
.mainBox .mainNav .subentry #all {
  width: 256px;
  height: 100%;
  background: #0066FF;
  font-family: NotoSansHans, NotoSansHans;
  font-weight: bold;
  font-size: 24px;
  color: #FFFFFF;
  line-height: 66px;
  text-align: center;
}
.mainBox .mainNav .subentry .Select {
  color: red;
}
.mainBox .mainNav .inputBox {
  width: 358px;
  height: 48px;
  background: #FFF;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.06);
  border-radius: 8px;
  display: flex;
  align-items: center;
}
.mainBox .mainNav .inputBox input {
  height: 100%;
  width: 311px;
  border: none;
  margin-left: 10px;
  outline: none;
  text-align: left;
}
.mainBox .mainNav .inputBox img {
  width: 22px;
  height: 22px;
}
.mainBox .articleBox .articleList {
  width: 100%;
  height: 207px;
  padding: 36px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #f5f5f5;
}
.mainBox .articleBox .articleList .articleImg {
  width: 240px;
  height: 135px;
}
.mainBox .articleBox .articleList .official {
  width: calc(100% - 264px);
}
.mainBox .articleBox .articleList .official .title {
  font-weight: 500;
  font-size: 20px;
  color: #282828;
  line-height: 30px;
  text-align: left;
}
.mainBox .articleBox .articleList .official .message {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  color: #969696;
  margin-top: 16px;
}
.mainBox .articleBox .articleList .official .message .msgImg {
  width: 16px;
  height: 16px;
  margin-right: 8px;
}
.mainBox .articleBox .articleList .official .message .magFlet {
  display: flex;
}
.mainBox .articleBox .articleList .official .message .magRight {
  display: flex;
}
.mainBox .articleBox .articleList .official .message .magR {
  margin-right: 48px;
}
.mainBox .articleBox .articleList .official .message .magAuthor {
  display: flex;
  align-items: center;
}
.mainBox .articleBox .articleList .official .describe {
  margin-top: 10px;
  color: #969696;
  line-height: 24px;
}
.mainBox .m-style {
  margin: 12px auto 0 auto;
  padding-bottom: 48px;
  display: flex;
  justify-content: center;
}
