@charset "utf-8";
@media (min-width: 320px) {
  html {
    font-size: 42.6667px;
  }
}
@media (min-width: 360px) {
  html {
    font-size: 48px;
  }
}
@media (min-width: 375px) {
  html {
    font-size: 50px;
  }
}
@media (min-width: 384px) {
  html {
    font-size: 51.2px;
  }
}
@media (min-width: 414px) {
  html {
    font-size: 55.2px;
  }
}
@media (min-width: 448px) {
  html {
    font-size: 59.7333px;
  }
}
@media (min-width: 480px) {
  html {
    font-size: 48px;
  }
}
@media (min-width: 512px) {
  html {
    font-size: 68.2667px;
  }
}
@media (min-width: 544px) {
  html {
    font-size: 72.5333px;
  }
}
@media (min-width: 576px) {
  html {
    font-size: 76.8px;
  }
}
@media (min-width: 608px) {
  html {
    font-size: 81.0667px;
  }
}
@media (min-width: 640px) {
  html {
    font-size: 85.3333px;
  }
}
@media (min-width: 750px) {
  html {
    font-size: 100px;
  }
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.layout {
  width: 100%;
  margin: 0 auto;
}
body {
  background-color: #eeeeee;
}
/*滚动条样式*/
::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 4px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 4px;
}
::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: rgba(0, 0, 0, 0.2);
}
::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  -webkit-box-shadow: inset 0 0 5px transparent;
  border-radius: 0;
  background: rgba(0, 0, 0, 0.1);
}
body {
  background: #fff;
}
.public_margin {
  margin-bottom: 1rem;
}
.m_container {
  width: 100%;
}
.swiper_container {
  width: 100%;
  overflow: hidden;
}
.swiper_container .item {
  width: 100%;
  height: 3.83rem;
}
.swiper_container .item img {
  width: 100%;
  height: 100%;
}
.animate {
  -webkit-transition: all 0.3s ease-out;
}
.m_news_one {
  width: 100%;
  box-sizing: border-box;
  padding: 0 0.3rem;
  margin-bottom: 0.72rem;
  
}
.m_news_one .m_news_wrap{
	width: 100%;
	border-radius: 0.3rem;
  background: #F2F5FD;
  height: 0.6rem;
}
.m_news_one .main_body {
  width: 100%;
  height: 0.6rem;
  overflow: hidden;
  position: relative;
  background: transparent;
}
.m_news_one .item {
  height: 0.6rem;
}
.m_news_one .item a {
  height: 0.6rem;
  border-radius: 0.3rem;
  display: block;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 0 0.3rem 0 0.18rem;
  max-width:340px;
}
.m_news_one .item_tips {
  width: auto;
  padding: 0 0.04rem;
  height: 0.28rem;
  background: #BA0000;
  border-radius: 0.04rem;
  text-align: center;
  font-size: 0.2rem;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 0.28rem;
}
.m_news_one .item_text {
  flex: 1;
  padding-left: 0.14rem;
  padding-right: 0.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
  font-size: 0.28rem;
  font-weight: 400;
  color: #BA0000;
}
.m_news_one .item_right_icon {
  position: absolute;
    top: 0;
    right: 0.18rem;
    font-size: 0.28rem;
    font-weight: 600;
    height: 100%;
    line-height: 0.6rem;
    width: 50px;
}
.m_news_one .item_right_icon .iconfont {
  font-size: 0.28rem;
  font-weight: 600;
  color: #BA0000;
  margin-left: 28px;
}
.m_news_one .item_right_icon img {
  width: 0.13rem;
  height: 0.22rem;
}
.layout_head {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.layout_head a {
  display: block;
}
.layout_head .head_p {
  height: 0.5rem;
  font-size: 0.36rem;
  font-weight: 600;
  color: #333333;
  line-height: 0.5rem;
}
.layout_head .head_a {
	box-sizing: border-box;
  margin-top: 0.07rem;
  border-radius: 0.19rem;
  border: 1px solid #D6D6D6;
  padding: 0 0.18rem 0 0.21rem;
  font-size: 0.26rem;
  font-weight: 400;
  color: #999999;
  height: 0.37rem;
  /*line-height: 0.32rem;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
 	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.layout_head .head_a .iconfont {
  font-size: 0.24rem;
  margin-left: 0.02rem;
  font-weight: 500;
  color: #999;
}
.m_expert_one {
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
  padding: 0 0.3rem;
  margin-bottom: 0.8rem;
}
.m_expert_one .main_body a{
  display: block;
}
.m_expert_one .main_body {
  width: 100%;
  overflow: hidden;
  padding-top: 0.28rem;
}
.m_expert_one .list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.m_expert_one .item {
  width: 1.4rem;
  margin-right: 0.433299rem;
  margin-bottom: 0.2rem;
}
.m_expert_one .item:nth-child(4n) {
  margin-right: 0px;
}
.m_expert_one .img {
  width: 100%;
  border-radius: 0.04rem;
}
.m_expert_one .img img {
  width: 100%;
  height: 1.9rem;
  border-radius: 0.04rem;
}
.m_expert_one .item_dl {
  width: 100%;
  padding-top: 0.16rem;
}
.m_expert_one .item_name {
  width: 100%;
  height: 0.4rem;
  font-size: 0.28rem;
  font-weight: 400;
  color: #333333;
  line-height: 0.4rem;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}
.m_expert_two {
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
  padding: 0 0.3rem;
  margin-bottom: 0.7rem;
}
.m_expert_two .main_body a{
  display: block;
}
.m_expert_two .main_body {
  padding-top: 0.28rem;
}
.m_expert_two .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.m_expert_two .item {
  width: 100%;
  position: relative;
  padding-top: 0.68rem;
  margin-bottom: 0.3rem;
}
.m_expert_two .img {
  width: 2.21rem;
  height: 3rem;
  border-radius: 0.08rem;
  position: absolute;
  top: 0;
  left: 0.22rem;
}
.m_expert_two .img img {
  width: 100%;
  height: 3rem;
  border-radius: 0.08rem;
}
.m_expert_two .item_dl {
  width: 100%;
}
.m_expert_two .item_name {
  box-sizing: border-box;
  width: 100%;
  padding-left: 2.65rem;
  height: 0.48rem;
  font-size: 0.34rem;
  font-weight: 500;
  color: #333333;
  line-height: 0.48rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}
.m_expert_two .item_detail {
  box-sizing: border-box;
  width: 100%;
  padding: 0.24rem 0.24rem  0.43rem 2.65rem;
  margin-top: 0.08rem;
  margin-left: 0.04rem;
  background: #F1F8FF;
  height: 2.01rem;
}
.m_expert_two .item_detail_post {
  height: 0.4rem;
  font-size: 0.28rem;
  font-weight: 400;
  color: #555555;
  line-height: 0.4rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}
.m_expert_two .item_detail_text {
  margin-top: 0.14rem;
  max-height: 0.8rem;
  font-size: 0.28rem;
  font-weight: 400;
  color: #555555;
  line-height: 0.4rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}
.m_live_one {
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
  padding: 0 0.3rem;
}
.m_live_one .main_body a {
  display: block;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.m_live_one .main_body {
  padding-top: 0.28rem;
}
.m_live_one .list {
  display: flex;
  flex-wrap: wrap;
}
.m_live_one .item {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 0.4rem;
  border-bottom: 1px solid #EEEEEE;
  margin-bottom: 0.34rem;
}
.m_live_one .img {
  width: 1.3rem;
  height: 1.3rem;
  border-radius: 50%;
  margin-right: 0.22rem;
}
.m_live_one .img img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.m_live_one .item_dl {
  width: 5.38rem;
}
.m_live_one .item_title {
  font-size: 0.34rem;
  font-weight: 500;
  color: #333333;
  line-height: 0.48rem;
  position: relative;
  max-height: 0.96rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}
.m_live_one .item_btn {
  display: inline-block;
  width: auto;
  padding: 0 0.04rem;
  height: 0.32rem;
  line-height: 0.32rem;
  text-align: center;
  font-weight: 400;
  color: #fff;
  font-size: 0.24rem;
  vertical-align: 0.02rem;
  margin-right: 0.12rem;
}
.m_live_one .item_name {
  margin-top: 0.06rem;
  width: 100%;
  height: 0.4rem;
  font-size: 0.28rem;
  font-weight: 400;
  color: #555;
  line-height: 0.4rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}
.m_live_one .item:last-child {
  margin-bottom: 0px;
  border-bottom: none;
  padding-bottom: 0px;
}
/*未开始*/
.item_wks {
  background-color: #3E7EFE;
}
/*已结束*/
.item_yjs {
  background-color: #BBBBBB;
}
/*进行中*/
.item_jxz {
  background-color: #07CB99;
}
.m_live_two {
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
  padding: 0 0.3rem;
}
.m_live_two .main_body a{
  display: block;
}
.m_live_two .main_body {
  padding-top: 0.28rem;
}
.m_live_two .list {
  display: flex;
  flex-wrap: wrap;
}
.m_live_two .item {
  width: 100%;
  padding: 0.31rem 0.38rem 0.36rem 0.38rem;
  background: #F1F8FF;
  margin-bottom: 0.28rem;
}
.m_live_two .img {
  width: 0.84rem;
  height: 0.84rem;
  border-radius: 50%;
  margin-right: 0.18rem;
}
.m_live_two .img img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.m_live_two .item_dl {
  margin-top: 0.29rem;
  display: flex;
  flex-wrap: wrap;
}
.m_live_two .item_title {
  font-size: 0.34rem;
  font-weight: 500;
  color: #333333;
  line-height: 0.48rem;
  position: relative;
  max-height: 0.96rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}
.m_live_two .item_btn {
  padding: 0 0.05rem 0 0.04rem;
  margin-top: 0.04rem;
  height: 0.32rem;
  line-height: 0.32rem;
  text-align: center;
  font-weight: 400;
  color: #fff;
  font-size: 0.24rem;
  border-radius: 2px;
}
.m_live_two .item_name {
  margin-top: 0.06rem;
  width: 100%;
  height: 0.4rem;
  font-size: 0.28rem;
  font-weight: 400;
  color: #555;
  line-height: 0.4rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}
.m_live_two .item:last-child {
  margin-bottom: 0px;
}
.m_live_two .item_time {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.m_live_two .item_detail {
  width: 5.1rem;
}
.m_live_three {
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
  padding: 0 0 0 0.3rem;
}
.m_live_three .layout_head {
  padding-right: 0.3rem;
}
.m_live_three .main_body a{
  display: block;
  display: flex;
  flex-wrap: wrap;
}
.m_live_three .main_body {
  padding-top: 0.28rem;
  width: 100%;
  overflow: hidden;
}
.m_live_three .list {
  display: flex;
  width: 100%;
}
.m_live_three .item {
  width: 4.74rem !important;
  display: flex;
  flex-wrap: wrap;
  margin-right: 0.37rem !important;
}
.m_live_three .img {
  width: 4.74rem;
  height: 2.7rem;
}
.m_live_three .img img {
  width: 100%;
  height: 100%;
}
.m_live_three .item_dl {
  width: 4.74rem;
  padding-top: 0.16rem;
}
.m_live_three .item_title {
  font-size: 0.34rem;
  font-weight: 500;
  color: #333333;
  line-height: 0.48rem;
  position: relative;
  max-height: 0.96rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}
.m_live_three .item_btn {
  display: inline-block;
  width: auto;
  padding: 0 0.04rem;
  height: 0.32rem;
  line-height: 0.32rem;
  text-align: center;
  font-weight: 400;
  color: #fff;
  font-size: 0.24rem;
  vertical-align: 0.02rem;
}
.m_live_three .item_name {
  margin-top: 0.06rem;
  width: 100%;
  height: 0.4rem;
  font-size: 0.28rem;
  font-weight: 400;
  color: #555;
  line-height: 0.4rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}
.m_card_one {
  width: 100%;
  box-sizing: border-box;
  padding: 0 0.3rem;
}
.m_card_one .main_body a{
  display: block;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.m_card_one .main_body {
  padding-top: 0.28rem;
}
.m_card_one .list {
  display: flex;
  flex-wrap: wrap;
}
.m_card_one .item {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 0.4rem;
  border-bottom: 1px solid #EEEEEE;
  margin-bottom: 0.34rem;
}
.m_card_one .img {
  width: 2.21rem;
  height: 1.33rem;
  margin-right: 0.3rem;
}
.m_card_one .img img {
  width: 100%;
  height: 100%;
}
.m_card_one .item_dl {
  width: 4.39rem;
}
.m_card_one .item_title {
  font-size: 0.34rem;
  font-weight: 500;
  color: #333333;
  line-height: 0.48rem;
  position: relative;
  max-height: 0.96rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}
.m_card_one .item_btn {
  display: inline-block;
  width: auto;
  padding: 0 0.04rem;
  height: 0.32rem;
  line-height: 0.32rem;
  text-align: center;
  font-weight: 400;
  color: #fff;
  font-size: 0.24rem;
  vertical-align: 0.02rem;
  margin-right: 0.12rem;
}
.m_card_one .item_name {
  margin-top: 0.06rem;
  width: 100%;
  height: 0.4rem;
  font-size: 0.28rem;
  font-weight: 400;
  color: #555;
  line-height: 0.4rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}
.m_card_one .item:last-child {
  margin-bottom: 0px;
  border-bottom: none;
  padding-bottom: 0px;
}
.m_card_two {
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
  padding: 0 0.3rem;
}
.m_card_two .main_body a{
  display: block;
}
.m_card_two .main_body {
  padding-top: 0.28rem;
}
.m_card_two .list {
  display: flex;
  flex-wrap: wrap;
}
.m_card_two .item {
  width: 100%;
  padding: 0.31rem 0.38rem 0.36rem 0.38rem;
  background: #F1F8FF;
  margin-bottom: 0.28rem;
}
.m_card_two .img {
  width: 0.84rem;
  height: 0.84rem;
  border-radius: 50%;
  margin-right: 0.18rem;
}
.m_card_two .img img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.m_card_two .item_dl {
  margin-top: 0.29rem;
  display: flex;
  flex-wrap: wrap;
}
.m_card_two .item_title {
  font-size: 0.34rem;
  font-weight: 500;
  color: #333333;
  line-height: 0.48rem;
  position: relative;
  max-height: 0.96rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}
.m_card_two .item_btn {
  padding: 0 0.05rem 0 0.04rem;
  height: 0.32rem;
  line-height: 0.32rem;
  text-align: center;
  font-weight: 400;
  color: #fff;
  font-size: 0.24rem;
  border-radius: 2px;
  margin-top: 0.04rem;
}
.m_card_two .item_name {
  margin-top: 0.06rem;
  width: 100%;
  height: 0.4rem;
  font-size: 0.28rem;
  font-weight: 400;
  color: #555;
  line-height: 0.4rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}
.m_card_two .item:last-child {
  margin-bottom: 0px;
}
.m_card_two .item_time {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.m_card_two .item_detail {
  flex: 1;
}
.m_card_three {
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
  padding: 0 0 0 0.3rem;
}
.m_card_three .layout_head {
  padding-right: 0.3rem;
}
.m_card_three .main_body a{
  display: block;
  display: flex;
  flex-wrap: wrap;
}
.m_card_three .main_body {
  padding-top: 0.28rem;
  width: 100%;
  overflow: hidden;
}
.m_card_three .list {
  display: flex;
}
.m_card_three .item {
  width: 4.74rem !important;
  display: flex;
  flex-wrap: wrap;
  margin-right: 0.37rem !important;
}
.m_card_three .img {
  width: 4.74rem;
  height: 2.7rem;
}
.m_card_three .img img {
  width: 100%;
  height: 100%;
}
.m_card_three .item_dl {
  width: 4.74rem;
  padding-top: 0.16rem;
}
.m_card_three .item_title {
  font-size: 0.34rem;
  font-weight: 500;
  color: #333333;
  line-height: 0.48rem;
  position: relative;
  max-height: 0.96rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}
.m_card_three .item_btn {
  display: inline-block;
  width: 0.8rem;
  height: 0.32rem;
  line-height: 0.32rem;
  text-align: center;
  font-weight: 400;
  color: #fff;
  font-size: 0.24rem;
  vertical-align: 0.02rem;
}
.m_card_three .item_name {
  margin-top: 0.06rem;
  width: 100%;
  height: 0.4rem;
  font-size: 0.28rem;
  font-weight: 400;
  color: #555;
  line-height: 0.4rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}
.m_course_one {
  width: 100%;
  box-sizing: border-box;
  padding: 0 0.3rem;
}
.m_course_one .main_body a{
  display: block;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.m_course_one .main_body {
  padding-top: 0.28rem;
}
.m_course_one .list {
  display: flex;
  flex-wrap: wrap;
}
.m_course_one .item {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 0.4rem;
  border-bottom: 1px solid #EEEEEE;
  margin-bottom: 0.34rem;
}
.m_course_one .img {
  width: 2.21rem;
  height: 1.33rem;
  margin-right: 0.3rem;
}
.m_course_one .img img {
  width: 100%;
  height: 100%;
}
.m_course_one .item_dl {
  width: 4.08rem;
}
.m_course_one .item_title {
  font-size: 0.34rem;
  font-weight: 500;
  color: #333333;
  line-height: 0.48rem;
  position: relative;
  max-height: 0.96rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}
.m_course_one .item_btn {
  display: inline-block;
  width: 0.8rem;
  height: 0.32rem;
  line-height: 0.32rem;
  text-align: center;
  font-weight: 400;
  color: #fff;
  font-size: 0.24rem;
  vertical-align: 0.02rem;
}
.m_course_one .item_name {
  margin-top: 0.06rem;
  width: 100%;
  height: 0.4rem;
  font-size: 0.28rem;
  font-weight: 400;
  color: #555;
  line-height: 0.4rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}
.m_course_one .item:last-child {
  margin-bottom: 0px;
  border-bottom: none;
  padding-bottom: 0px;
}
.m_course_two {
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
  padding: 0 0 0 0.3rem;
}
.m_course_two .layout_head {
  padding-right: 0.3rem;
}
.m_course_two .main_body a {
  display: block;
  display: flex;
  flex-wrap: wrap;
}
.m_course_two .main_body {
  padding-top: 0.28rem;
  width: 100%;
  overflow: hidden;
}
.m_course_two .list {
  display: flex;
}
.m_course_two .item {
  width: 4.74rem !important;
  display: flex;
  flex-wrap: wrap;
  margin-right: 0.37rem !important;
}
.m_course_two .img {
  width: 4.74rem;
  height: 2.7rem;
}
.m_course_two .img img {
  width: 100%;
  height: 100%;
}
.m_course_two .item_dl {
  width: 4.74rem;
  padding-top: 0.16rem;
}
.m_course_two .item_title {
  font-size: 0.34rem;
  font-weight: 500;
  color: #333333;
  line-height: 0.48rem;
  position: relative;
  max-height: 0.96rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}
.m_course_two .item_btn {
  display: inline-block;
  width: 0.8rem;
  height: 0.32rem;
  line-height: 0.32rem;
  text-align: center;
  font-weight: 400;
  color: #fff;
  font-size: 0.24rem;
  vertical-align: 0.02rem;
}
.m_course_two .item_name {
  margin-top: 0.06rem;
  width: 100%;
  height: 0.4rem;
  font-size: 0.28rem;
  font-weight: 400;
  color: #555;
  line-height: 0.4rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}
.m_course_three {
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
  padding: 0 0.3rem;
}
.m_course_three .main_body a{
  display: block;
}
.m_course_three .main_body {
  padding-top: 0.28rem;
}
.m_course_three .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.m_course_three .item {
  width: 3.27rem;
}
.m_course_three .img {
  width: 3.27rem;
  height: 1.98rem;
}
.m_course_three .img img {
  width: 100%;
  height: 100%;
}
.m_course_three .item_dl {
  margin-top: 0.1rem;
}
.m_course_three .item_title {
  font-size: 0.28rem;
  font-weight: 400;
  color: #333333;
  line-height: 0.36rem;
  position: relative;
  max-height: 0.72rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}
.m_course_three .item_btn {
  padding: 0 0.05rem 0 0.04rem;
  height: 0.32rem;
  line-height: 0.32rem;
  text-align: center;
  font-weight: 400;
  color: #fff;
  font-size: 0.24rem;
  border-radius: 2px;
  margin-top: 0.04rem;
}
.m_course_three .item_name {
  margin-top: 0.06rem;
  width: 100%;
  height: 0.4rem;
  font-size: 0.28rem;
  font-weight: 400;
  color: #555;
  line-height: 0.4rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}
.m_course_three .item_time {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.m_course_three .item_detail {
  flex: 1;
}
.Multiline {
  margin-bottom: 0.53rem;
  padding-bottom: 0rem;
}
.Multiline .item {
  margin-bottom: 0.47rem;
}
.m_course_four {
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
  padding: 0 0 0 0.3rem;
}
.m_course_four .layout_head {
  padding-right: 0.3rem;
}
.m_course_four .main_body a{
  display: block;
}
.m_course_four .main_body {
  padding-top: 0.28rem;
  width: 100%;
  overflow: hidden;
}
.m_course_four .list {
  display: flex;
}
.m_course_four .item {
  box-sizing: border-box;
  width: 5.97rem !important;
  display: flex;
  flex-wrap: wrap;
  margin-right: 0.35rem !important;
  padding: 0.31rem 0.25rem 0.37rem 0.31rem;
  background: #F1F8FF;
}
.m_course_four .img {
  width: 4.74rem;
  height: 2.7rem;
}
.m_course_four .img img {
  width: 100%;
  height: 100%;
}
.m_course_four .item_dl {
  padding-top: 0.16rem;
}
.m_course_four .item_title {
  font-size: 0.34rem;
  font-weight: 500;
  color: #333333;
  line-height: 0.48rem;
  position: relative;
}
.m_course_four .item_btn {
  position: absolute;
  left: 0;
  top: 0.08rem;
  width: 0.8rem;
  height: 0.32rem;
  line-height: 0.32rem;
  text-align: center;
  font-weight: 400;
  color: #fff;
  font-size: 0.24rem;
  text-indent: 0;
}
.m_course_four .item_name {
  margin-top: 0.06rem;
  width: 100%;
  height: 0.4rem;
  font-size: 0.28rem;
  font-weight: 400;
  color: #555;
  line-height: 0.4rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}
.m_course_four .item_children_list {
  padding-top: 0.28rem;
}
.m_course_four .item_children {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 0.3rem;
}
.m_course_four .item_children a {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.m_course_four .img_children {
  width: 1.45rem;
  height: 0.87rem;
  margin-right: 0.15rem;
}
.m_course_four .img_children img {
  width: 100%;
  height: 100%;
}
.m_course_four .item_dl_children {
  width: 3.7rem;
}
.m_course_four .item_title_children {
  max-height: 0.8rem;
  font-size: 0.28rem;
  font-weight: 500;
  color: #333333;
  line-height: 0.4rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}
.m_course_four .item_name_children {
  margin-top: 0.08rem;
  height: 0.4rem;
  font-size: 0.28rem;
  font-weight: 400;
  color: #555555;
  line-height: 0.4rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}
.m_course_four .item_children:last-child {
  margin-bottom: 0px;
}
.m_panel_one {
  width: 100%;
  box-sizing: border-box;
  padding: 0 0.3rem;
}
.m_panel_one .main_body a {
  display: block;
}
.m_panel_one .main_body {
  padding-top: 0.28rem;
}
.m_panel_one .list {
  display: flex;
  flex-wrap: wrap;
}
.m_panel_one .item {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 0.35rem;
  border-bottom: 1px solid #EEEEEE;
  padding-top: 0.34rem;
}
.m_panel_one .item_top {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0.3rem;
}
.m_panel_one .img {
  width: 0.99rem;
  height: 0.99rem;
  border-radius: 50%;
  margin-right: 0.15rem;
}
.m_panel_one .img img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.m_panel_one .item_top_right {
  width: 5.15rem;
  padding-top: 0.09rem;
}
.m_panel_one .item_user {
  height: 0.39rem;
  font-size: 0.34rem;
  font-weight: 500;
  color: #333333;
  line-height: 0.39rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}
.m_panel_one .item_post {
  margin-top: 0.12rem;
  height: 0.39rem;
  font-size: 0.28rem;
  font-weight: 400;
  color: #333333;
  line-height: 0.39rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}
.m_panel_one .item_detail {
  padding-left: 0.3rem;
  padding-top: 0.27rem;
  font-size: 0.28rem;
  font-weight: 400;
  color: #333333;
  line-height: 0.39rem;
  word-break: break-all;
}
.m_panel_one .item:last-child {
  padding-bottom: 0px;
  border-bottom: none;
}
.m_panel_two {
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
  padding: 0 0 0 0.3rem;
}
.m_panel_two .layout_head {
  padding-right: 0.3rem;
}
.m_panel_two .main_body a {
  display: block;
}
.m_panel_two .main_body {
  padding-top: 0.28rem;
  width: 100%;
  overflow: hidden;
}
.m_panel_two .list {
  display: flex;
}
.m_panel_two .item {
  width: 4.52rem !important;
  display: flex;
  flex-wrap: wrap;
  margin-right: 0.35rem !important;
  padding: 0.32rem 0.25rem 0.45rem  0.3rem;
  background: #F1F8FF;
  box-sizing: border-box;
}
.m_panel_two .item_top {
  display: flex;
  flex-wrap: wrap;
}
.m_panel_two .img {
  width: 0.99rem;
  height: 0.99rem;
  border-radius: 50%;
  margin-right: 0.15rem;
}
.m_panel_two .img img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.m_panel_two .item_top_right {
  width: 2.8rem;
  padding-top: 0.09rem;
}
.m_panel_two .item_user {
  height: 0.39rem;
  font-size: 0.34rem;
  font-weight: 500;
  color: #333333;
  line-height: 0.39rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}
.m_panel_two .item_post {
  margin-top: 0.12rem;
  height: 0.39rem;
  font-size: 0.28rem;
  font-weight: 400;
  color: #333333;
  line-height: 0.39rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}
.m_panel_two .item_detail {
  padding-top: 0.27rem;
  font-size: 0.28rem;
  font-weight: 400;
  color: #333333;
  line-height: 0.39rem;
  height: 1.83rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}
.m_ggw_one {
  box-sizing: border-box;
  padding: 0 0.3rem;
  width: 100%;
}
.m_ggw_one .main_body a {
  display: block;
}
.m_ggw_one .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.m_ggw_one .item a {
  min-height: 0.86rem;
}
.m_ggw_one .item img {
  width: 100%;
  min-height: 0.86rem;
}
.m_ggw_one .item_1 {
  width: 100%;
  min-height: 0.86rem;
  margin-bottom: 0.3rem;
}
.m_ggw_one .item_2 {
  width: 3.35rem;
  margin-bottom: 0.3rem;
}
.m_dzdg_one {
  width: 100%;
  box-sizing: border-box;
  padding: 0 0.3rem;
}
.m_dzdg_one .main_body a{
  display: block;
}
.m_dzdg_one .layout_head {
  height: 0.69rem;
}
.m_dzdg_one .layout_head .head_p_list {
  display: flex;
  flex-wrap: wrap;
}
.m_dzdg_one .layout_head .head_p {
  position: relative;
  margin-right: 0.58rem;
  height: 0.69rem;
  box-sizing: border-box;
}
.m_dzdg_one .layout_head .active {
  color: #BA0000;
}
.m_dzdg_one .layout_head .head_p:before {
  content: "";
  width: 100%;
  height: 0.03rem;
  position: absolute;
  bottom: 0;
  left: 0;
}
.m_dzdg_one .layout_head .head_a_list {
  display: flex;
  flex-wrap: wrap;
}
.m_dzdg_one .layout_head .head_a {
  display: none;
}
.m_dzdg_one .main_body {
  padding-top: 0.28rem;
}
.m_dzdg_one .list {
  display: none;
}
.m_dzdg_one .item {
  margin-bottom: 0.28rem;
}
.m_dzdg_one .item a {
  max-height: 0.8rem;
  font-size: 0.32rem;
  font-weight: 400;
  color: #333333;
  line-height: 0.4rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}
.m_dzdg_one .m_ggw_footer {
  width: 100%;
  min-height: 0.85rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.m_dzdg_one .footer_img {
  width: 3.37rem;
}
.m_dzdg_one .footer_img img {
  width: 100%;
  min-height: 0.85rem;
}
.m_textList_one {
  width: 100%;
  box-sizing: border-box;
  padding: 0 0.3rem;
}
.m_textList_one .main_body a {
  display: block;
}
.m_textList_one .main_body {
  padding-top: 0.28rem;
}
.m_textList_one .item {
  margin-bottom: 0.28rem;
}
.m_textList_one .item a {
  max-height: 0.8rem;
  font-size: 0.32rem;
  font-weight: 400;
  color: #333333;
  line-height: 0.4rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}
.m_textList_one .item:last-child {
  margin-bottom: 0px;
}
.m_gain_one {
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
  padding: 0 0 0 0.3rem;
}
.m_gain_one .layout_head {
  padding-right: 0.3rem;
}
.m_gain_one .main_body a {
  display: block;
  display: flex;
  flex-wrap: wrap;
}
.m_gain_one .main_body {
  padding-top: 0.28rem;
  width: 100%;
  overflow: hidden;
}
.m_gain_one .list {
  display: flex;
}
.m_gain_one .item {
  width: 4.74rem !important;
  display: flex;
  flex-wrap: wrap;
  margin-right: 0.37rem !important;
}
.m_gain_one .img {
  width: 4.74rem;
  height: 2.7rem;
}
.m_gain_one .img img {
  width: 100%;
  height: 100%;
}
.m_gain_one .item_dl {
  width: 4.74rem;
  padding-top: 0.16rem;
}
.m_gain_one .item_title {
  font-size: 0.34rem;
  font-weight: 500;
  color: #333333;
  line-height: 0.48rem;
  position: relative;
  max-height: 0.96rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}
.m_gain_one .item_btn {
  display: inline-block;
  width: 0.8rem;
  height: 0.32rem;
  line-height: 0.32rem;
  text-align: center;
  font-weight: 400;
  color: #fff;
  font-size: 0.24rem;
  vertical-align: 0.02rem;
}
.m_gain_one .item_name {
  margin-top: 0.06rem;
  width: 100%;
  height: 0.4rem;
  font-size: 0.28rem;
  font-weight: 400;
  color: #555;
  line-height: 0.4rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}
.m_gain_two {
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
  padding: 0 0.3rem;
}
.m_gain_two .main_body a {
  display: block;
}
.m_gain_two .main_body {
  padding-top: 0.28rem;
}
.m_gain_two .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.m_gain_two .item {
  width: 3.27rem;
}
.m_gain_two .img {
  width: 3.27rem;
  height: 1.98rem;
}
.m_gain_two .img img {
  width: 100%;
  height: 100%;
}
.m_gain_two .item_dl {
  margin-top: 0.1rem;
}
.m_gain_two .item_title {
  font-size: 0.28rem;
  font-weight: 400;
  color: #333333;
  line-height: 0.36rem;
  position: relative;
  max-height: 0.72rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}
.m_gain_two .item_btn {
  padding: 0 0.05rem 0 0.04rem;
  height: 0.32rem;
  line-height: 0.32rem;
  text-align: center;
  font-weight: 400;
  color: #fff;
  font-size: 0.24rem;
  border-radius: 2px;
  margin-top: 0.04rem;
}
.m_gain_two .item_name {
  margin-top: 0.06rem;
  width: 100%;
  height: 0.4rem;
  font-size: 0.28rem;
  font-weight: 400;
  color: #555;
  line-height: 0.4rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}
.m_gain_two .item_time {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.m_gain_two .item_detail {
  flex: 1;
}
.Multiline {
  margin-bottom: 0.53rem;
  padding-bottom: 0rem;
}
.Multiline .item {
  margin-bottom: 0.47rem;
}
