.app img {
  width: 100%;
}
.app .text1 {
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
}
.app .text2 {
  font-size: 20px;
  text-transform: uppercase;
}
.app .text_title {
  font-size: 25px;
  font-weight: 700;
  line-height: 30px;
  margin-top: 10px;
}
.app .text_des {
  font-size: 20px;
  line-height: 35px;
  margin-top: 10px;
  color: #595959;
}
.app .text_date {
  color: #595959;
  font-size: 14px;
  margin-top: 10px;
}
.app .max_width {
  margin: auto;
  max-width: 1200px;
}
.app .read_more {
  background-color: #26479a;
  display: inline-block;
  padding: 15px 20px;
  margin: 10px;
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
}
.app .header .website_name {
  padding: 0 10px;
  display: flex;
  justify-content: space-between;
  line-height: 60px;
  color: #113669;
  border-bottom: 1px solid #eee;
  text-transform: uppercase;
}
.app .header .website_name .menu_btn {
  display: none;
}
@media (max-width: 1000px) {
  .app .header .website_name .menu_btn {
    display: block;
    color: #111;
    font-size: 25px;
  }
  .app .header .website_name .menu_btn i {
    font-size: 25px;
  }
}
.app .header .menu {
  display: flex;
  justify-content: space-between;
  background-color: #f7f8f9;
  height: 50px;
  line-height: 50px;
  padding-right: 20px;
}
@media (max-width: 1000px) {
  .app .header .menu {
    display: none;
  }
}
.app .header .menu ul {
  display: flex;
}
.app .header .menu ul li {
  margin: 0;
  line-height: 50px;
  padding: 0;
}
.app .header .menu ul li a {
  display: inline-block;
  line-height: 50px;
  padding: 0 20px;
}
.app .category_title {
  margin: 20px 0;
  height: 40px;
  color: #f7f8f9;
  background: rgb(10, 255, 104);
  background: linear-gradient(90deg, rgb(10, 255, 104) 0%, rgb(9, 121, 108) 43%, rgb(43, 14, 157) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0aff68", endColorstr="#2b0e9d", GradientType=1);
  text-align: center;
  font-size: 30px;
  text-transform: uppercase;
  line-height: 40px;
}
.app .mobile_menu {
  width: 0vw;
  height: 100vh;
  background: rgba(17, 17, 17, 0.3);
  position: fixed;
  top: 0;
  left: 0;
  transition: all 0.2s ease-in-out;
  overflow: hidden;
  z-index: 999;
}
.app .mobile_menu .mobile_menu_content {
  width: 80%;
  height: 100%;
  background: #fff;
}
.app .mobile_menu .mobile_menu_content .mobile_menu-close {
  height: 90px;
  line-height: 70px;
  text-align: right;
  padding-right: 30px;
  font-size: 40px;
  border-bottom: 1px solid #b00b0b;
}
.app .mobile_menu .mobile_menu_content ul {
  padding: 20px 40px;
}
.app .mobile_menu .mobile_menu_content ul li {
  margin: 20px 0;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.app .mobile_menu .mobile_menu_content ul li a {
  color: #111111;
  font-size: 25px;
  line-height: 30px;
}
.app .first_block .list {
  padding: 10px;
  display: flex;
  justify-content: space-between;
  gap: 15px;
  background-color: #fafafa;
}
.app .first_block .list a {
  flex: 0.25;
}
.app .first_block .list a img {
  height: 200px;
}
@media (max-width: 1000px) {
  .app .first_block .list {
    flex-wrap: wrap;
  }
  .app .first_block .list a {
    width: 48%;
    flex: none;
  }
}
@media (max-width: 750px) {
  .app .first_block .list {
    flex-wrap: wrap;
  }
  .app .first_block .list a {
    width: 99%;
    flex: none;
  }
  .app .first_block .list a img {
    height: 300px;
  }
}
.app .first_block .content_list {
  display: flex;
}
.app .first_block .content_list .left {
  flex: 1;
}
.app .first_block .content_list .left .channel_list {
  flex-wrap: wrap;
  background-color: #ffffff;
}
.app .first_block .content_list .left .channel_list a {
  width: 47%;
  flex: none;
}
@media (max-width: 1000px) {
  .app .first_block .content_list .left .channel_list a {
    width: 100%;
  }
}
@media (max-width: 1000px) {
  .app .first_block .content_list .left .channel_list a {
    flex-direction: column;
  }
  .app .first_block .content_list .left .channel_list a .right {
    width: 100%;
  }
  .app .first_block .content_list .left .channel_list a .right .right_list {
    flex-wrap: wrap;
  }
  .app .first_block .content_list .left .channel_list a .right .right_list a {
    width: 100%;
    flex: none;
  }
  .app .first_block .content_list .left .channel_list a .right .right_list a img {
    height: 200px;
  }
}
.app .first_block .content_list .left .channel_list a:nth-child(1) {
  width: 100%;
}
.app .first_block .content_list .left .channel_list a:nth-child(1) img {
  -o-object-fit: cover !important;
     object-fit: cover !important;
}
.app .first_block .content_list .left .channel_list a img {
  height: 250px;
}
.app .first_block .content_list .right {
  background-color: #fafafa;
  margin-left: 2%;
  width: 330px;
}
.app .first_block .content_list .right .right_list {
  flex-wrap: wrap;
}
.app .first_block .content_list .right .right_list a {
  width: 90%;
  flex: none;
}
.app .first_block .content_list .right .right_list a img {
  height: 200px;
}
@media (max-width: 1000px) {
  .app .first_block .content_list {
    flex-direction: column;
  }
  .app .first_block .content_list .right {
    width: 100%;
  }
  .app .first_block .content_list .right .right_list {
    flex-wrap: wrap;
  }
  .app .first_block .content_list .right .right_list a {
    width: 100%;
    flex: none;
  }
  .app .first_block .content_list .right .right_list a img {
    height: 200px;
  }
}
.app .first_block .channel_name {
  margin: 20px;
}
.app .details .center_details_content_title {
  font-size: 1.6rem;
  font-family: "Segoe UI", "Helvetica Neue", Helvetica, sans-serif;
  line-height: 2rem;
  font-weight: bold;
  text-transform: none;
  margin: 15px;
}
.app .details .center_details_content_img {
  max-width: 100%;
  height: auto;
}
.app .details .center_details_content_left_author {
  color: #595959;
  font-size: 14px;
  margin-bottom: 15px;
  margin: 15px;
}
.app .details .center_details_content_left_text {
  margin: 15px;
}
.app footer {
  padding-bottom: 50px;
  background-color: #F2F2F2;
  margin-top: 40px;
}/*# sourceMappingURL=index.css.map */