* {
  margin: 0;
  padding: 0;
}

.layout-content {
  margin-top: 64px;
  position: relative;
}

/*mobile rem*/
@media screen and (max-width: 750px) {
  .layout-content {
      margin-top: 1.2rem;
  }
}

.news-layout {
  max-width: 1200px;
  padding: 30px 40px;
  margin: 0 auto;
}

.news-layout a{
  color: #336df4;
  text-decoration: underline;
}
.news-layout h1 {
  font-size: 26px;
  line-height: 36px;
  margin-bottom: 40px;
}

.news-layout h2 {
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 30px;
}

.news-layout h3 {
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 20px;
}

.news-layout h4 {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 20px;
}

.news-layout p {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 20px;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.imgae-content {
  text-align: center;
  margin-bottom: 20px;
}
.imgae-content.auto img{
  width: auto;
  height: auto;
}

.imgae-content.size img{
  width: revert-layer;
  height: revert-layer;
}

.imgae-content img {
  width: 100%;
  height: auto;
}


.news-layout ul{
  list-style: none;
  padding: 0;
}
.news-layout ul li{
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 10px;
}
.news-layout .list-tag{
  padding: 8px;
  color: #336df4;
}

.news-layout section{
  margin-bottom: 30px;
}

.news-layout .block-card{
  padding: 20px;
  color: #646a73;
  position: relative;
}

.news-layout .block-card::after{
  content: ' ';
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  background-color: rgb(187, 191, 196);
}
