﻿@media screen and (max-width: 1200px) {
/* 列表页样式 */
  .list-menu{
    display: none;
  }
  .list-menu-m{
    display: block;
  }
  .list-menu-m li{
    display: inline-block;
    width: 1.9rem;
    padding-left: 0.1rem;
    height: .5rem;
    margin: .1rem;
    line-height: .5rem;
    text-align: center;
    font-size: .22rem;
    border: .01rem solid #333;
    border-radius: .1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .list-menu>li img {
    display: none;
    width: 14px;
    height: 14px;
    margin-top: 35px;
    margin-left: 5px;
  }
  .list-menu>li .right-jt-blue {
    display: none; 
  }
  .list-menu>li.on .right-jt-white {
    display: none;
  }
  .list-menu>li.on .right-jt-blue {
    display: none;
  }
  .list-menu-m li.on{
    color: #fff;
    background: #2068bb;
    border: .01rem solid #2068bb;
  }
  .select-bar{
    display: block;
    position: relative;
    width: calc(100% - 0.4rem);
    padding: 0 0.2rem;
    margin-top: .2rem;
    height: 0.82rem;
    font-size: 0.22rem;
    color: #fff;
    background: #1d7acc;
    line-height: 0.82rem;
    cursor: pointer;
  }
  .select-bar img {
    width: 0.3rem;
    float: right;
    margin-right: 0.2rem;
    margin-top: 0.25rem;
  }
  .select-bar .select-list {
    display: none;
    position: absolute;
    right: 0;
    color: #333333;
    border: 0.01rem solid #dedede;
    background: #f1f1f1;
    z-index: 100;
  }
  .select-bar .select-list li {
    width: calc(100% - 0.4rem);
    /* margin: 0 0.2rem; */
    padding: 0 0.2rem;
    height: 0.78rem;
    font-size: 0.22rem;
    line-height: 0.8rem;
    background: #f1f1f1;
    border-bottom: 0.01rem solid #dedede;
  }
  .select-bar .select-list li:hover {
    background: #1d7acc;
    color: #fff;
  }
  .bshare-custom {
    display: none;
  }
  .list-tabs{
    margin-top: .3rem;
    width: 100%;
  }
  .list-tabs .hd{
    height: .5rem;
    line-height: .5rem;
  }
  .list-tabs .hd ul{
    height: .5rem;
  }
  .list-tabs .hd ul li{
    height: .5rem;
    text-align: center;
    font-size: .24rem;
  }
  .list-tabs .hd ul li.on{
    height: .5rem;
  }
  .list-tabs .bd li{
    line-height: .4rem;
    font-size: .2rem;
    margin: 0.05rem auto;
  }
  .list-tabs .bd li a{
    font-size: .22rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 70%;
  }
  .list-tabs .bd li:before{
    margin: .16rem .2rem 0 0;
    width: .1rem;
    height: .1rem;
  }
  .list-tabs .bd li .date{
    font-size: .22rem;
  }
  .list-tabs .hd ul li.on:after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    display: block;
    width: 100%;
    height: 0.04rem;
    background: #2068bb;
    float: left;

}
}