@charset "UTF-8";
#collection._scroll {
  transition: all 1s ease;
  transition-timing-function: ease;
  transition-duration: 0.8s;
}
#collection._scroll .popular_search_terms_box {
  height: 570px;
  transition: all 0.8s ease;
}
#collection._scroll .popular_search_terms_box #top_search ._box {
  padding-top: 80px;
  margin-bottom: 69px;
  transition: all 0.8s ease;
}
#collection._scroll .popular_search_terms_box .terms-list-wrap {
  height: auto;
}
@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(80px);
  }
  25% {
    opacity: 0.25;
    transform: translateY(60px);
  }
  50% {
    opacity: 0.5;
    transform: translateY(40px);
  }
  75% {
    opacity: 0.75;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
#collection._scroll ._blog {
  position: relative;
  transform: translateY(0);
  opacity: 1;
  animation: fadeUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  transition: all 0.8s ease;
}
#collection._scroll ._blog .blog-list {
  transition: all 0.8s ease;
}
#collection .top_bg {
  width: 100%;
  height: 80px;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
#collection .top_bg .bg_box {
  display: flex;
  justify-content: center; /* 水平居中 */
  align-items: center;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  height: 80px; /* 自行调整 */
}
#collection .top_bg .bg_box .img_list {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  white-space: nowrap;
  height: 80px;
}
#collection .top_bg .bg_box img {
  height: auto; /* 让所有图片等高 */
  width: 20%; /* 保持原始比例 */
  object-fit: cover;
  margin: 0; /* 图片之间的间距 */
}
#collection .top_bg .bg_box:before {
  content: "";
  display: block;
  position: absolute;
  background-color: rgba(43, 74, 110, 0.3);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}
#collection .top_bg .top_title_box {
  position: absolute;
}
#collection .top_bg .top_title {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 5;
}
#collection .top_bg .top_title p {
  font-size: 28px;
  font-weight: 800;
  text-transform: uppercase;
  font-stretch: normal;
  font-style: normal;
  line-height: 38px;
  letter-spacing: 1px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
  z-index: 6;
  margin-bottom: 2px;
}
#collection .top_bg .top_title .line {
  display: inline-block;
  width: 100%;
  min-width: 60px;
  height: 30px;
  background-color: #41bc81;
  position: absolute;
  left: 50%;
  top: 29px;
  transform: translate(-50%, 0);
}
#collection .popular_search_terms_box {
  width: 100%;
  height: 100vh;
}
#collection .popular_search_terms_box #top_search {
  height: auto;
}
#collection .popular_search_terms_box #top_search .bg {
  margin-top: 0;
  background: url("https://www.insightclopedia.com/s/images/popular-search/bg@2x.jpg") no-repeat center/cover;
  height: 1000px;
  width: 100%;
  position: absolute;
  top: 80px;
}
#collection .popular_search_terms_box #top_search ._box {
  padding-top: 180px;
  margin-bottom: 30px;
  height: auto;
  background: none;
  position: relative;
}
#collection .popular_search_terms_box #top_search ._box .top {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}
#collection .popular_search_terms_box #top_search ._box .top p {
  line-height: 52px;
  font-family: "PT Serif";
  font-size: 40px;
  font-weight: bold;
  font-style: normal;
  text-align: center;
  color: #333;
  margin-bottom: 30px;
}
#collection .popular_search_terms_box #top_search ._box .top ._form {
  position: relative;
  width: 1100px;
}
#collection .popular_search_terms_box #top_search ._box .top ._form .search-go {
  width: 68px;
  height: 68px;
  position: absolute;
  right: 6px;
  top: 6px;
  padding: 14px;
  border-radius: 13px;
  background-color: #41bc81;
}
#collection .popular_search_terms_box #top_search ._box .top ._form .search-go .i-search {
  width: 40px;
  height: 40px;
  display: inline-block;
  background: url("https://www.insightclopedia.com/s/images/homepage/search@2x.png") no-repeat center/cover;
  object-fit: contain;
}
#collection .popular_search_terms_box #top_search ._box .top ._form .search-input #main-search {
  width: 1100px;
  height: 80px;
  padding: 0 0 0 30px;
  border-radius: 16px;
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.15);
  border: solid 1px #dbe3ed;
  background-color: #ffffff;
  color: #000;
  font-size: 24px;
  line-height: 33px;
  font-family: "Open Sans";
}
#collection .popular_search_terms_box #top_search ._box .top ._form .search-input #main-search::placeholder {
  color: #999;
}
#collection .popular_search_terms_box .main_terms {
  display: none;
  justify-content: center;
  flex-direction: column;
}
#collection .popular_search_terms_box .title {
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #333;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#collection .popular_search_terms_box .title .tip-icon1 {
  display: none;
}
#collection .popular_search_terms_box .title .tips-icon-box {
  position: relative;
  display: flex;
  align-items: center;
}
#collection .popular_search_terms_box .title .tips-icon-box:hover .tips-tool {
  display: inline-block;
}
#collection .popular_search_terms_box .title .tips-icon-box .tips-icon {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: 0 0 0 8px;
  background: no-repeat center/contain;
  vertical-align: middle;
  background-image: url("https://www.insightclopedia.com/s/images/popular-search/tip2@2x.png");
}
#collection .popular_search_terms_box .title .tips-icon-box .tips-tool {
  display: none;
  position: absolute;
  z-index: 10;
  bottom: 23px;
  left: 50%;
  margin-left: -137px;
  width: 282px;
  height: 60px;
  background: no-repeat center/contain;
  vertical-align: middle;
  background-image: url("https://www.insightclopedia.com/s/images/popular-search/tips-bg.png");
  padding: 8px 10px 16px;
}
#collection .popular_search_terms_box .title .tips-icon-box .tips-tool p {
  line-height: 17px;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000;
  margin: 0;
}
#collection .popular_search_terms_box .terms-list-wrap {
  width: 1100px;
  margin: 0 auto;
  padding: 0 8px;
}
#collection .popular_search_terms_box .terms-list {
  flex-wrap: wrap;
}
#collection .popular_search_terms_box .terms-list._pc {
  display: flex;
}
#collection .popular_search_terms_box .terms-list._mob {
  display: none;
}
#collection .popular_search_terms_box .terms-list .item {
  width: 350px;
  height: 48px;
  padding: 0 15px 0 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 23px;
  border: solid 1px #dbe3ed;
  background-color: #ffffff;
  margin-right: 16px;
  margin-bottom: 16px;
}
#collection .popular_search_terms_box .terms-list .item:nth-child(3n) {
  margin-right: 0;
}
@keyframes iconZoomFade {
  0% {
    opacity: 0.8;
    transform: scale(0.8);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
#collection .popular_search_terms_box .terms-list .item:hover {
  box-shadow: 0 2px 4px 0 rgba(6, 70, 39, 0.15);
  border: solid 1px #41bc81;
  background-color: #f3fff9;
}
#collection .popular_search_terms_box .terms-list .item:hover .icon {
  background-image: url("https://www.insightclopedia.com/s/images/popular-search/search-1-3@2x.png");
  animation: iconZoomFade 0.3s ease forwards;
}
#collection .popular_search_terms_box .terms-list .item .icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat center/contain;
  vertical-align: middle;
  background-image: url("https://www.insightclopedia.com/s/images/popular-search/1@2x.jpg");
}
#collection .popular_search_terms_box .terms-list .item .i1 {
  background-image: url("https://www.insightclopedia.com/s/images/popular-search/1@2x.jpg");
}
#collection .popular_search_terms_box .terms-list .item .i2 {
  background-image: url("https://www.insightclopedia.com/s/images/popular-search/2@2x.jpg");
}
#collection .popular_search_terms_box .terms-list .item .i3 {
  background-image: url("https://www.insightclopedia.com/s/images/popular-search/3@2x.jpg");
}
#collection .popular_search_terms_box .terms-list .item .i4 {
  background-image: url("https://www.insightclopedia.com/s/images/popular-search/4@2x.jpg");
}
#collection .popular_search_terms_box .terms-list .item .i5 {
  background-image: url("https://www.insightclopedia.com/s/images/popular-search/5@2x.jpg");
}
#collection .popular_search_terms_box .terms-list .item .i6 {
  background-image: url("https://www.insightclopedia.com/s/images/popular-search/6@2x.jpg");
}
#collection .popular_search_terms_box .terms-list .item .i7 {
  background-image: url("https://www.insightclopedia.com/s/images/popular-search/7@2x.jpg");
}
#collection .popular_search_terms_box .terms-list .item .i8 {
  background-image: url("https://www.insightclopedia.com/s/images/popular-search/8@2x.jpg");
}
#collection .popular_search_terms_box .terms-list .item .i9 {
  background-image: url("https://www.insightclopedia.com/s/images/popular-search/9@2x.jpg");
}
#collection .popular_search_terms_box .terms-list .item .i10 {
  background-image: url("https://www.insightclopedia.com/s/images/popular-search/10@2x.jpg");
}
#collection .popular_search_terms_box .terms-list .item .i11 {
  background-image: url("https://www.insightclopedia.com/s/images/popular-search/11@2x.jpg");
}
#collection .popular_search_terms_box .terms-list .item .i12 {
  background-image: url("https://www.insightclopedia.com/s/images/popular-search/12@2x.jpg");
}
#collection .popular_search_terms_box .terms-list .item .i13 {
  background-image: url("https://www.insightclopedia.com/s/images/popular-search/13@2x.jpg");
}
#collection .popular_search_terms_box .terms-list .item .i14 {
  background-image: url("https://www.insightclopedia.com/s/images/popular-search/14@2x.jpg");
}
#collection .popular_search_terms_box .terms-list .item .i15 {
  background-image: url("https://www.insightclopedia.com/s/images/popular-search/15@2x.jpg");
}
#collection .popular_search_terms_box .terms-list .item .i16 {
  background-image: url("https://www.insightclopedia.com/s/images/popular-search/16@2x.jpg");
}
#collection .popular_search_terms_box .terms-list .item .i17 {
  background-image: url("https://www.insightclopedia.com/s/images/popular-search/17@2x.jpg");
}
#collection .popular_search_terms_box .terms-list .item .i18 {
  background-image: url("https://www.insightclopedia.com/s/images/popular-search/18@2x.jpg");
}
#collection .popular_search_terms_box .terms-list .item .i19 {
  background-image: url("https://www.insightclopedia.com/s/images/popular-search/19@2x.jpg");
}
#collection .popular_search_terms_box .terms-list .item .i20 {
  background-image: url("https://www.insightclopedia.com/s/images/popular-search/20@2x.jpg");
}
#collection .popular_search_terms_box .terms-list .item span {
  white-space: nowrap; /*强制span不换行*/
  line-height: 20px;
  margin: 0 7px 0 0;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #333;
  width: 288px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#collection .popular_search_terms_box .terms-list .item .search {
  width: 20px;
  height: 20px;
  background: no-repeat center/contain;
  vertical-align: middle;
  background-image: url("https://www.insightclopedia.com/s/images/popular-search/search-1@2x.png");
}
#collection ._blog {
  margin-bottom: 20px;
  margin: 0 auto;
  width: 1400px;
  opacity: 0;
  transform: translateY(80px);
  transition: all 1s cubic-bezier(0.22, 1, 0.36, 1);
}
#collection ._blog #blog-list {
  display: flex;
  flex-wrap: wrap;
}
#collection ._blog .title_box {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
}
#collection ._blog .title_box .radius {
  width: 14px;
  height: 14px;
  border-radius: 25px;
  background-color: #41bc81;
}
#collection ._blog .title_box .title {
  font-family: "PT Serif";
  margin: 0 15px;
  font-size: 26px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 33px;
  letter-spacing: normal;
  color: #333;
  text-transform: uppercase;
}

@media screen and (max-width: 768px) {
  #collection {
    margin-bottom: 10px;
  }
  #collection .top_bg {
    margin: 0;
    width: 100%;
    height: 60px;
    object-fit: cover;
    background: no-repeat center/cover;
    vertical-align: middle;
  }
  #collection .top_bg .bg_box {
    display: flex;
    justify-content: center; /* 水平居中 */
    align-items: center;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    height: 60px; /* 自行调整 */
  }
  #collection .top_bg .bg_box .img_list {
    height: 60px;
    width: 100%;
  }
  #collection .top_bg .bg_box img {
    height: 100%; /* 让所有图片等高 */
    width: 50%; /* 保持原始比例 */
    margin: 0; /* 图片之间的间距 */
    object-fit: cover;
    background: no-repeat center/cover;
    vertical-align: middle;
  }
  #collection .top_bg .bg_box .bg_img {
    display: none;
  }
  #collection .top_bg .bg_box .bg_img:nth-child(1), #collection .top_bg .bg_box .bg_img:nth-child(2) {
    display: block;
  }
  #collection .top_bg .top_title_box {
    position: absolute;
  }
  #collection .top_bg .top_title p {
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
    font-size: 20px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: 27px;
    letter-spacing: 0.71px;
    text-align: center;
    color: #ffffff;
    z-index: 6;
    margin-bottom: 1px;
  }
  #collection .top_bg .top_title .line {
    display: inline-block;
    width: 100%;
    min-width: 40px;
    height: 17px;
    background-color: #41bc81;
    position: absolute;
    left: 50%;
    top: 12px;
    transform: translate(-50%, 0);
  }
  #collection .popular_search_terms_box {
    margin-top: 0;
    height: auto;
  }
  #collection .popular_search_terms_box #top_search .bg {
    background: url("https://www.insightclopedia.com/s/images/popular-search/bg-mob@2x.jpg") no-repeat center/cover;
    height: 300px;
    width: 100%;
    position: absolute;
    top: 50px;
    margin-top: 60px;
  }
  #collection .popular_search_terms_box #top_search ._box {
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 0 15px;
    width: 100%;
    padding-top: 10px;
    margin-bottom: 40px;
  }
  #collection .popular_search_terms_box #top_search ._box .top {
    margin-bottom: 20px;
    margin-top: 30px;
    width: 100%;
  }
  #collection .popular_search_terms_box #top_search ._box .top p {
    font-size: 24px;
    line-height: 31px;
    margin-bottom: 15px;
  }
  #collection .popular_search_terms_box #top_search ._box .top ._form {
    width: 100%;
  }
  #collection .popular_search_terms_box #top_search ._box .top ._form .search-go {
    padding: 10px;
    width: 46px;
    height: 46px;
    border-radius: 6px;
    right: 4px;
    top: 4px;
  }
  #collection .popular_search_terms_box #top_search ._box .top ._form .search-go .i-search {
    width: 26px;
    height: 26px;
    background: url("https://www.insightclopedia.com/s/images/homepage/search-mob@2x.png") no-repeat center/cover;
  }
  #collection .popular_search_terms_box #top_search ._box .top ._form .search-input #main-search {
    width: 100%;
    height: 54px;
    padding: 0 0 0 20px;
    font-size: 18px;
    color: #999;
    border-radius: 8px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1);
  }
  #collection .popular_search_terms_box .main_terms {
    width: 100%;
  }
  #collection .popular_search_terms_box .title_box {
    display: flex;
    width: 100%;
  }
  #collection .popular_search_terms_box .title {
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #333;
  }
  #collection .popular_search_terms_box .title .tip-icon1 {
    width: 18px;
    height: 18px;
    margin-right: 2px;
    background: no-repeat center/contain;
    vertical-align: middle;
    display: inline-block;
    background-image: url("https://www.insightclopedia.com/s/images/popular-search/tip-icon.png");
  }
  #collection .popular_search_terms_box .title .tips-icon-box {
    position: relative;
    display: flex;
    align-items: center;
  }
  #collection .popular_search_terms_box .title .tips-icon-box:hover .tips-tool {
    display: inline-block;
  }
  #collection .popular_search_terms_box .title .tips-icon-box .tips-icon {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin: 2px 0 0 8px;
    background: no-repeat center/contain;
    vertical-align: middle;
    background-image: url("https://www.insightclopedia.com/s/images/popular-search/tip@2x-mob.png");
  }
  #collection .popular_search_terms_box .title .tips-icon-box .tips-tool {
    display: none;
    position: absolute;
    z-index: 10;
    bottom: 23px;
    left: 50%;
    margin-left: -137px;
    width: 282px;
    height: 60px;
    background: no-repeat center/contain;
    vertical-align: middle;
    background-image: url("https://www.insightclopedia.com/s/images/popular-search/tips-bg.png");
    padding: 8px 10px 16px;
  }
  #collection .popular_search_terms_box .title .tips-icon-box .tips-tool p {
    line-height: 17px;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000;
    margin: 0;
  }
  #collection .popular_search_terms_box .terms-list-wrap {
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
  #collection .popular_search_terms_box .terms-list .item {
    width: 100%;
    height: 44px;
    padding: 0 10px 0 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 22px;
    border: solid 1px #e5ebf3;
    background-color: #ffffff;
    margin-bottom: 10px;
    margin-right: 0;
  }
  #collection .popular_search_terms_box .terms-list .item:hover, #collection .popular_search_terms_box .terms-list .item:active, #collection .popular_search_terms_box .terms-list .item.touch-hover {
    box-shadow: 0 2px 4px 0 rgba(6, 70, 39, 0.15);
    border: solid 1px #41bc81;
    background-color: #f3fff9;
  }
  #collection .popular_search_terms_box .terms-list .item:hover .icon-arrow, #collection .popular_search_terms_box .terms-list .item:active .icon-arrow, #collection .popular_search_terms_box .terms-list .item.touch-hover .icon-arrow {
    width: 20px;
    height: 20px;
    margin: 0 0 0 4px;
    background-image: url("https://www.insightclopedia.com/s/images/popular-search/search-1-3@2x.png");
    animation: iconZoomFade 0.3s ease forwards;
  }
  #collection .popular_search_terms_box .terms-list .item:last-child {
    margin-bottom: 0;
  }
  #collection .popular_search_terms_box .terms-list .item .icon-arrow {
    width: 16px;
    height: 16px;
    margin: 2px 0 2px 13px;
    object-fit: contain;
    opacity: 0.8;
    background: no-repeat center/contain;
    vertical-align: middle;
    background-image: url("https://www.insightclopedia.com/s/images/popular-search/search-4@2x.png");
  }
  #collection .popular_search_terms_box .terms-list .item span {
    white-space: nowrap; /*强制span不换行*/
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 20px;
    letter-spacing: normal;
    color: #333;
    margin: 0;
    flex: 1;
  }
  #collection .popular_search_terms_box .terms-list .item .search {
    width: 20px;
    height: 20px;
    background: no-repeat center/contain;
    vertical-align: middle;
    background-image: url("https://www.insightclopedia.com/s/images/popular-search/search-1@2x.png");
  }
  #collection ._blog {
    margin-bottom: 20px;
    margin: 0 auto;
    margin-top: 0;
    width: 100%;
    transform: translateY(0);
    opacity: 1;
  }
  #collection ._blog #blog-list {
    display: flex;
    flex-wrap: wrap;
  }
  #collection ._blog .title_box {
    margin-bottom: 5px;
    margin-left: 15px;
    margin-right: 15px;
    justify-content: flex-start;
  }
  #collection ._blog .title_box .title {
    font-size: 18px;
    line-height: 23px;
    margin: 0 10px;
  }
  #collection ._blog .title_box .radius {
    width: 10px;
    height: 10px;
    border-radius: 25px;
  }
}
#blog-list {
  display: flex;
  flex-wrap: wrap;
  width: 1400px;
}
#blog-list .blog_item {
  width: 335px;
  margin-right: 20px;
  margin-bottom: 40px;
}
#blog-list .blog_item:nth-child(4n) {
  margin-right: 0;
}
#blog-list .blog_item .top:hover .cover img {
  transform: scale(1.2);
  transition: transform 0.3s;
}
#blog-list .blog_item .bottom .title:hover {
  color: #41BC81;
  cursor: pointer;
}
#blog-list .blog_item .top {
  position: relative;
}
#blog-list .blog_item .top .des_line {
  display: flex;
  align-items: baseline;
  position: absolute;
  bottom: 8px;
  left: 8px;
  padding: 2px 5px;
  border-radius: 6px;
  background-color: rgba(255, 255, 255, 0.3);
  z-index: 2;
}
#blog-list .blog_item .top .des_line .eye {
  display: flex;
  align-items: center;
  justify-content: center;
}
#blog-list .blog_item .top .des_line .eye img {
  width: 16px;
  height: 11px;
}
#blog-list .blog_item .top .des_line .eye span {
  height: 19px;
  margin: 0 0 0 4px;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
}
#blog-list .blog_item .top .cover {
  width: 335px;
  height: 170px;
  margin: 0 0 15px 0;
  border-radius: 8px;
  background-color: #d8d8d8;
  overflow: hidden;
}
#blog-list .blog_item .top .cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#blog-list .blog_item .bottom .title {
  width: 335px;
  font-size: 16px;
  margin-bottom: 6px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #222;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
#blog-list .blog_item .bottom .des {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 20px;
  letter-spacing: normal;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-bottom: 15px;
}
#blog-list .blog_item .bottom span {
  height: 20px;
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 20px;
  text-decoration: underline;
  letter-spacing: normal;
  color: #333;
}

.blog_load {
  width: 185px;
  height: 46px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  border: solid 1px #999;
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 20px;
  letter-spacing: normal;
  color: #333;
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  #blog-list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 10px 15px;
  }
  #blog-list .blog_item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  #blog-list .blog_item .top .cover {
    width: 100%;
    height: 170px;
    margin: 0 0 15px 0;
    border-radius: 8px;
    background-color: #d8d8d8;
    overflow: hidden;
  }
  #blog-list .blog_item .top .cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #blog-list .blog_item .bottom .title {
    width: 100%;
    font-size: 16px;
    margin-bottom: 6px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #222;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  #blog-list .blog_item .bottom .des {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 20px;
    letter-spacing: normal;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-bottom: 15px;
  }
  #blog-list .blog_item .bottom span {
    height: 20px;
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 20px;
    text-decoration: underline;
    letter-spacing: normal;
    color: #333;
  }
  .blog_load {
    width: 185px;
    height: 46px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    border: solid 1px #999;
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 20px;
    letter-spacing: normal;
    color: #333;
    margin-bottom: 40px;
  }
}

/*# sourceMappingURL=collection2.css.map */
