/* 小于750px 手机*/
@media screen and (max-width: 750px) {
  .main_contain .left_menu {
    display: none;
  }
  .main_contain .m_common_left_menu_swiper {
    width: 100%;
    overflow: hidden;
    height: 0.36rem;
    line-height: 0.36rem;
    display: block;
    font-size: 0.15rem;
    margin-top: 0.2rem;
    margin-bottom: 0.3rem;
  }
  .main_contain .m_common_left_menu_swiper .swiper-slide {
    width: auto;
  }
  .main_contain .m_common_left_menu_swiper .swiper-slide a {
    display: inline-block;
    padding: 0 0.2rem;
    color: #000;
  }
  .main_contain .m_common_left_menu_swiper .swiper-slide a.on {
    color: #254a98;
  }
  .m_nav_content {
    font-size: 0.14rem;
  }
  .m_nav_content span {
    color: #254a98;
  }
  .m_nav_content .select {
    width: 1.3rem;
  }
  .m_nav_content .select .el-input__inner {
    height: 0.36rem;
    line-height: 0.36rem;
  }
  .select_opt .el-input__inner {
    height: 0.36rem;
    line-height: 0.36rem;
  }
  .main_section_contain {
    width: 100%;
  }
  .main_section_contain .main_top_title {
    display: flex;
    justify-content: space-between;
  }
  .main_section_contain .main_top_title .select {
    margin: 0.1rem 0;
    width: 1.3rem;
  }
  .main_section_contain .main_top_title .select .el-input__inner {
    height: 0.36rem;
    line-height: 0.36rem;
  }
  .main_section_contain .news_item {
    width: 100%;
    margin-top: 0.16rem;
    padding-bottom: 0.16rem;
    border-bottom: 1px solid #e5e5e5;
  }
  .main_section_contain .news_item h3 {
    font-size: 0.16rem;
    margin-bottom: 0.16rem;
  }
  .main_section_contain .news_item .news_details {
    font-size: 0.14rem;
  }
  .main_section_contain .news_item .news_details a {
    width: 100%;
    position: relative;
    display: block;
  }
  .main_section_contain .news_item .news_details a img {
    width: 0.2rem;
    height: 0.14rem;
    margin-left: 0.1rem;
    position: absolute;
    top: 0;
    right: 0;
  }
  .main_section_contain .news_item .news_details a p {
    width: calc(100% - 0.28rem);
    margin-bottom: 0.1rem;
    cursor: pointer;
    white-space: nowrap;
    /* 保证文本不换行 */
    overflow: hidden;
    /* 隐藏超出容器的文本 */
    text-overflow: ellipsis;
    /* 使用省略号表示被截断的文本 */
  }
  .main_section_contain .news_item .news_details a:hover p {
    color: #8b6825;
  }
  .main_section_contain .left_title {
    display: none;
  }
}
@media screen and (min-width: 750px) {
  /*  PC ,只需要从内容里面自己取类名的地方开始写就就可以了 */
  .page_content .left_menu ul li {
    overflow: hidden;
    padding: 10px;
    font-size: 20px;
    min-width: 120px;
  }
  .page_content .left_menu ul li a {
    color: #000;
    display: block;
    word-break: keep-all;
  }
  .page_content .left_menu ul li a:hover {
    color: #254a98;
  }
  .page_content .left_menu ul li.on a {
    color: #254a98;
  }
  .page_content .m_common_left_menu_swiper {
    display: none;
  }
  .main_section_contain {
    width: 100%;
    border-top: 1px solid #e5e5e5;
    font-size: 20px;
  }
  .main_section_contain .news_item {
    margin-top: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #e5e5e5;
  }
  .main_section_contain .news_item h3 {
    font-size: 20px;
    margin-bottom: 26px;
  }
  .main_section_contain .news_item .news_details a {
    display: flex;
    justify-content: space-between;
    cursor: pointer;
  }
  .main_section_contain .news_item .news_details a img {
    width: 30px;
    height: 24px;
    margin: 0 10px;
  }
  .main_section_contain .news_item .news_details a p {
    width: calc(100% - 180px);
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .main_section_contain .news_item .news_details a span {
    font-size: 20px;
    min-width: 168px;
    text-align: right;
  }
  .main_section_contain .news_item .news_details a:hover p {
    color: #8b6825;
  }
  .main_section_contain .main_top_title .main_title {
    display: none;
  }
  .main_section_contain .main_top_title .select {
    display: none;
  }
  .main_section_contain .main_top_title .select span {
    margin-right: 0;
  }
  .main_section_contain .top_content {
    display: flex;
    justify-content: space-between;
  }
  .main_section_contain .top_content .left_title {
    min-width: 120px;
    font-size: 20px;
    margin-top: 40px;
  }
  .main_section_contain .top_content .left_title ul li {
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
  }
  .main_section_contain .top_content .left_title ul li a {
    color: #000;
  }
  .main_section_contain .top_content .left_title ul li:hover a {
    color: #254a98;
  }
  .main_section_contain .top_content .left_title ul li.active a {
    color: #254a98;
  }
  .main_section_contain .top_content .right_box {
    max-width: 1160px;
    padding-top: 10px;
    min-width: 0px;
    flex: 1;
  }
}
