.main {
  width: 1200px;
  margin: 30px auto 0;
}
.main .article_page {
  display: flex;
  justify-content: space-between;
}
.main .article_page > .left {
  width: 800px;
}
.main .article_page > .left h1 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 28px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  margin-bottom: 24px;
}
.main .article_page > .left .pub_time {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  margin-bottom: 24px;
}
.main .article_page > .left .pub_time span {
  margin-right: 10px;
}
.main .article_page > .left .catalog, .main .article_page > .left .catalogue {
  width: 260px;
  padding: 20px;
  box-sizing: border-box;
  background: #FFFFFF;
  border: 1px solid #E2E2E2;
  border-radius: 4px;
  margin-bottom: 24px;
}
.main .article_page > .left .catalog .title, .main .article_page > .left .catalog .catalogue_top, .main .article_page > .left .catalogue .title, .main .article_page > .left .catalogue .catalogue_top {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  line-height: 32px;
}
.main .article_page > .left .catalog ul li, .main .article_page > .left .catalog ul a, .main .article_page > .left .catalogue ul li, .main .article_page > .left .catalogue ul a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  line-height: 32px;
}
.main .article_page > .left .article_body {
  margin-bottom: 30px;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  line-height: 32px;
}
.main .article_page > .left .article_body img {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.main .article_page > .left .article_body p {
  text-indent: 2em;
}
.main .article_page > .left .article_body p, .main .article_page > .left .article_body img {
  display: block;
  margin-top: 30px;
  margin-bottom: 30px;
}
.main .article_page > .left .tags {
  font-size: 0;
  margin-bottom: 40px;
}
.main .article_page > .left .tags a {
  display: inline-block;
  border-radius: 6px;
  background: #F8F8F8;
  padding: 12px 36px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  margin-right: 10px;
}
.main .article_page > .left .hot_article_list {
  box-sizing: border-box;
  background: #FFFFFF;
  border: 1px solid #F1F1F1;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 30px;
}
.main .article_page > .left .hot_article_list li {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 15px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  line-height: 18px;
  margin-bottom: 24px;
  transition: all 0.3s ease;
}
.main .article_page > .left .hot_article_list li:hover {
  color: #0074FF;
}
.main .article_page > .left .hot_article_list a:last-of-type li {
  margin-bottom: 0;
}
.main .article_page > .right {
  width: 360px;
}
.main .right .list1 {
  border: 1px solid #F1F1F1;
  border-radius: 10px;
  box-sizing: border-box;
  margin-bottom: 30px;
}
.main .right .list1 li {
  display: flex;
  padding: 20px 0;
  margin: 0 20px;
  box-sizing: border-box;
  border-bottom: solid 1px #f1f1f1;
  align-items: center;
}
.main .right .list1 li .left {
  width: 50px;
  height: 50px;
  background: #B3B3B3;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.main .right .list1 li:nth-of-type(1) .center .tag {
  background-color: #0074FF;
}
.main .right .list1 li:nth-of-type(2) .center .tag {
  background-color: #51A0FF;
}
.main .right .list1 li:nth-of-type(3) .center .tag {
  background-color: #9CC9FF;
}
.main .right .list1 li .center {
  flex: 1;
  margin-left: 10px;
}
.main .right .list1 li .center .title {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #444444;
  line-height: 18px;
}
.main .right .list1 li .center .tag {
  display: inline-block;
  height: 17px;
  padding: 0 5px;
  background: #CFCFCF;
  border-radius: 0px 0px 6px 0px;
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 17px;
  text-align: center;
}
.main .right .list1 li .right {
  margin-left: auto;
  margin-right: 0;
  text-align: right;
}
.main .right .list1 li .right .value1 {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #444444;
  line-height: 18px;
}
.main .right .list1 li .right .value2 {
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #444444;
  line-height: 18px;
}
.main .right .list1 li:last-of-type {
  border-bottom: none;
}
.main .right .list2 {
  padding: 0 20px;
  box-sizing: border-box;
  border-radius: 10px;
  border: 1px solid #F1F1F1;
  margin-bottom: 30px;
}
.main .right .list2 li {
  height: 130px;
  border-bottom: solid 1px #f1f1f1;
  padding: 20px 0;
  box-sizing: border-box;
}
.main .right .list2 li .info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 6px;
}
.main .right .list2 li .info .icon {
  width: 32px;
  height: 32px;
  background: #B3B3B3;
  border-radius: 4px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 10px;
}
.main .right .list2 li .info .name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 120px;
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #000000;
}
.main .right .list2 li .info .avatar {
  display: block;
  margin-left: auto;
  margin-right: 0;
  width: 14px;
  height: 14px;
  background: #C9C9C9;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.main .right .list2 li .info .developer {
  margin-left: 7px;
  margin-right: 0;
  font-size: 11px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
}
.main .right .list2 li .table {
  box-sizing: border-box;
  border: 1px solid #F1F1F1;
}
.main .right .list2 li .table .table_header {
  display: flex;
  justify-content: space-between;
  text-align: center;
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  line-height: 26px;
}
.main .right .list2 li .table .table_header > div {
  width: 33.33%;
  border-left: 1px solid #F1F1F1;
}
.main .right .list2 li .table .table_header > div:nth-of-type(1) {
  border-left: none;
}
.main .right .list2 li .table .table_rows {
  display: flex;
  justify-content: space-between;
  text-align: center;
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #000000;
  line-height: 26px;
  border-top: 1px solid #F1F1F1;
}
.main .right .list2 li .table .table_rows > div {
  width: 33.33%;
  border-left: 1px solid #F1F1F1;
}
.main .right .list2 li .table .table_rows > div:nth-of-type(1) {
  border-left: none;
}
.main .right .list2 li:last-of-type {
  border-bottom: none;
}
.main .right .free_block_1 {
  height: 240px;
  background: #B3B3B3;
  border-radius: 10px;
  margin-bottom: 30px;
}
.main .right .list3 {
  border: 1px solid #F1F1F1;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 0 20px;
  margin-bottom: 30px;
}
.main .right .list3 li {
  padding: 20px 0;
  box-sizing: border-box;
  border-bottom: solid 1px #f1f1f1;
}
.main .right .list3 li:last-of-type {
  border-bottom: none;
}
.main .right .list3 li .type1 img {
  width: 320px;
  height: 180px;
  background: #B3B3B3;
  border-radius: 6px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 16px;
}
.main .right .list3 li .type1 .info {
  display: flex;
  align-items: center;
}
.main .right .list3 li .type1 .info .left {
  flex: 1 1 227px;
  margin-right: 33px;
}
.main .right .list3 li .type1 .info .left .desc {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 15px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  margin-bottom: 10px;
  transition: all 0.3s ease;
}
.main .right .list3 li .type1 .info .left .desc:hover {
  color: #0074FF;
}
.main .right .list3 li .type1 .info .left .view_count {
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
}
.main .right .list3 li .type1 .info .num {
  width: 60px;
  height: 76px;
  background: #FFFFFF;
  border: 1px solid #DBEBFF;
  border-radius: 10px;
  box-sizing: border-box;
  line-height: 76px;
  text-align: center;
  font-size: 24px;
  font-family: MiSans;
  font-weight: 600;
}
.main .right .list3 li .type2 {
  display: flex;
  align-items: center;
}
.main .right .list3 li .type2 .num {
  margin-right: 20px;
  box-sizing: border-box;
  width: 60px;
  height: 50px;
  background: #FFFFFF;
  border: 1px solid #DBEBFF;
  border-radius: 10px;
  line-height: 50px;
  text-align: center;
  font-size: 24px;
  font-family: MiSans;
  font-weight: 600;
  color: #999999;
}
.main .right .list3 li .type2 .right {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  flex: 1 1 227px;
  font-size: 15px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  transition: all 0.3s ease;
}
.main .right .list3 li .type2 .right:hover {
  color: #0074FF;
}
.main .right .list3 li:nth-of-type(1) .num {
  color: #0074FF;
}
.main .right .list3 li:nth-of-type(2) .num {
  color: #51A0FF;
}
.main .right .list3 li:nth-of-type(3) .num {
  color: #9CC9FF;
}
.main .right .list3 li:first-of-type .type1 {
  display: block;
}
.main .right .list3 li:first-of-type .type2 {
  display: none;
}
.main .right .list3 li .type1 {
  display: none;
}
.main .right .list3 li .type2 {
  display: flex;
}
.main .right .list4 {
  background: #FFFFFF;
  border: 1px solid #F1F1F1;
  border-radius: 10px;
  padding: 20px;
  box-sizing: border-box;
}
.main .right .list4 .item {
  display: block;
  margin-bottom: 20px;
}
.main .right .list4 .item li {
  display: flex;
}
.main .right .list4 .item li img {
  width: 96px;
  height: 54px;
  background: #B3B3B3;
  border-radius: 5px;
  margin-right: 20px;
  flex-shrink: 0;
}
.main .right .list4 .item li .right p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 13px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  line-height: 18px;
  transition: all 0.3s ease;
}
.main .right .list4 .item li .right p:hover {
  color: #0074FF;
}
.main .right .list4 .item li .right .info {
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  line-height: 20px;
}
.main .right .list4 .item:last-of-type {
  margin-bottom: 0;
}/*# sourceMappingURL=article.css.map */