@media (min-width: 767px) {
  .saishi_view {
    padding-top: 30px;
  }
  .saishi_view_nav {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 10px;
    border: 1px solid #fdd;
    margin-right: 10px;
    font-size: 18px;
    font-weight: bold;
  }
  .saishi_view_nav_item {
    padding: 5px;
  }
  .saishi_view_nav_item a {
    display: block;
    font-size: 15px;
    color: #000;
  }
  .saishi_view_nav_item a:hover {
    color: #D40300;
  }
  .saishi_view_section {
    padding-top: 12px;
    height: 42px;
    line-height: 42px;
    border-top: solid 1px #D40300;
    background-size: 100%;
    overflow: hidden;
    margin-top: 30px;
  }
  .saishi_view_title {
    height: 42px;
    padding-left: 37px;
    font-size: 30px;
    font-weight: bold;
    background-image: url(/style/img/icon2.png);
    background-repeat: no-repeat;
    background-size: 50px auto;
    color: #000;
    position: relative;
    background-position: 0 -48px;
    padding-right: 5px;
  }
  .saishi_view_main {
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
  }
  .saishi_view_main_section {
    padding-top: 10px;
    width: 830px;
  }
  .saishi_view_main_section_list {

  }
  .saishi_view_main_section_list_main {
    margin-bottom: 24px;
  }
  .saishi_view_main_section_list_main_title {
    position: relative;
    padding-left: 22px;
    font-family: Helvetica;
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    padding-bottom: 10px;
    color: #333;
    border-bottom: 1px solid #f1f1f1;
    margin-top: 10px;
    box-sizing: content-box;
  }
  .saishi_view_main_section_list_main_title::after {
    background: #f14734;
    position: absolute;
    left: 6px;
    top: 50%;
    margin-top: -16px;
    content: "";
    width: 5px;
    height: 19px;
  }
  .saishi_view_main_section_list_main_scetion {}
  .saishi_view_main_section_list_main_scetion_item {
    border-bottom: 1px solid #f1f1f1;
    height: 65px;
    line-height: 65px;
    color: #333;
    font-size: 14px;
    display: flex;
    align-items: center;
  }
  .saishi_view_main_section_list_main_scetion_item .visible_web {
    display: flex;
    align-items: center;
  }
  .saishi_view_main_section_list_main_scetion_item_time {
    width: 60px;
  }
  .saishi_view_main_section_list_main_scetion_item_name {
    width: 80px;
    text-align: center;
  }
  .saishi_view_main_section_list_main_scetion_item_name a {
    display: block;
  }
  .saishi_view_main_section_list_main_scetion_item_status {
    width: 80px;
    color: #888;
  }
  .saishi_view_main_section_list_main_scetion_item_team1,
  .saishi_view_main_section_list_main_scetion_item_team2 {
    width: 166px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .saishi_view_main_section_list_main_scetion_item_team1 img,
  .saishi_view_main_section_list_main_scetion_item_team2 img {
    width: 30px;
    height: 30px;
  }
  .saishi_view_main_section_list_main_scetion_item_team2 {
    justify-content: flex-start;
  }
  .saishi_view_main_section_list_main_scetion_item_rate {
    width: 108px;
    text-align: center;
    font-size: 22px;
    font-family: Alternate;
    color: #4a90e2;
  }
  .saishi_view_main_section_list_main_scetion_item_action {
    width: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .saishi_view_main_section_list_main_scetion_item_action a {
    width: 78px;
    height: 32px;
    border: 1px solid red;
    background: #f1593e;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  
  .saishi_view_nav_outer {
    width: 100%;
    height: .72rem;
    padding-left: 10px;
    overflow-x: auto;
    box-sizing: border-box;
  }
  .saishi_view_nav {
    /* margin-top: -0.6rem; */
    width: auto;
    display: flex;
    /* padding: 0 0.27rem; */
    line-height: 0.72rem;
    font-size: 0.3rem;
  }
  .saishi_view_nav_item {
    padding: 0 10px;
    white-space: nowrap;
    color: #fff;
    font-size: 0.3rem;
  }
  .saishi_view_nav_item a {
    color: #fff;
  }
  .saishi_view_section {
    margin-top: 0.2rem;
    background: #fff;
    padding: 0.27rem 0.27rem 0;
    overflow: hidden;
  }
  .saishi_view_title {
    height: 0.64rem;
    border-bottom: solid 0.01rem #ab0301;
  }
  .saishi_view_title h3 {
    height: 0.64rem;
    padding-left: 0.06rem;
    border-bottom: solid 0.06rem #ab0301;
    float: left;
    font-size: 0.38rem;
    line-height: 0.58rem;
    color: #ab0301;
  }
  .saishi_view_main_section {
    background: #ffffff;
  }
  .saishi_view_main_section_list_main_title {
    height: 0.8rem;
    border-bottom: 1px solid #dfdfdf;
    font-size: 0.28rem;
    line-height: 0.8rem;
    color: #666;
    font-weight: 400;
    position: relative;
    margin: 0 0.2rem;
  }
  .saishi_view_main_section_list_main_scetion_item {
    padding: 0.38rem 0.3rem 0.24rem;
    border-bottom: 1px solid #e4e4e4;
  }
  .news_title,
  .tuijian_title {
    height: 0.64rem;
    padding-left: 0.06rem;
    border-bottom: solid 0.06rem #ab0301;
    font-size: .38rem;
    line-height: .58rem;
    color: #ab0301;
    /* border-bottom: solid 0.01rem #ab0301; */
  }
  .warp {
    background: #fff;
    margin-top: 0.2rem;
    padding: 0.27rem 0.2rem 0 0.2rem;
  }
  .warp {
    margin-top: 0.2rem;
  }
  .news_title,
  .tuijian_title {
    margin: 0.27rem 0.27rem 0;
    background: #fff;
  }
  .tuijian,
  .news_list_item {
    padding:  0 25px;
    list-style-type: none;
    background: #fff;
  }
  .tuijian li,
  .news_list_item li {
    padding: 0.2rem 0;
    border-bottom: solid 1px #ebebeb;
  }
  .tuijian li a,
  .news_list_item li a {
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
  }
  .tuijian li img,
  .news_list_item li img {
    width: 120px;
    height: 80px;
    margin-left: 10px;
    object-fit: cover;
    border-radius: 5px;
    overflow: hidden;
  }
  .tuijian li div {
    flex: 1;
  }
  .tuijian li h3, 
  .news_list_item li h3 {
    font-size: 16px;
    line-height: 25px;
    height: 50px;
    overflow: hidden;
    font-weight: normal;
    margin-bottom: 10px;
    color: #333;
    flex: 1;
  }
  .tuijian li p {
    color: #969696;
    font-size: 12px;
    color: #969696;
  }
}