.navs2{padding:5px;}
.navs2 a{font-size:16px;line-height:38px;height:38px;background:red;padding:3px 10px;margin:12px 5px 0 0;border-radius:3px;transition:all .2s;color:#fff;white-space:nowrap;}
.navs2 a:hover{background:#ccc;color:#fff}

*, body {
  padding: 0;
  margin: 0;
}
p,
a,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  text-decoration: none !important;
}
a {
  cursor: pointer !important;
}

@media (min-width: 767px) {
  .container-fluid {
    padding: 0;
    margin: 0;
  }
  .container_main {
    width: 1200px;
    margin: 0 auto;
  }
  a:hover img,
  img:hover {
    opacity: 0.9;
  }
  .news {
    width: 330px;
  }
  .news_title {
    height: 25px;
    line-height: 25px;
    position: relative;
    padding-left: 30px;
    font-size: 18px;
    font-weight: bold;
    background-image: url(/style/img/icon.png);
    background-repeat: no-repeat;
    background-size: 30px auto;
    background-position: 0 -60px;
    margin-bottom: 10px;
  }
  .news_list {}
  .news_list_itemsingle {
    list-style-type: none;
    background-image:  url(/style/img/icon_side.png);
    background-size: 4px;
    background-position: left center;
    background-repeat: no-repeat;
  }
  .news_list_itemsingle h3 {
    padding-left: 15px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    overflow: hidden;
    color: #000;
  }
  .news_list_itemsingle h3:hover,
  .news_list_item_text:hover,
  .news_list_item_text:hover a {
    color: #D40300;
  }
  .news_list_item:first-child {
    list-style-type: none;
    display: flex;
    padding: 10px 0;
  }
  .news_list_item:first-child img {
    width: 100px;
    height: 70px;
    margin-right: 15px;
    object-fit: cover;
  }
  .news_list_item_text {
    line-height: 22px;
    margin-top: 2px;
    height: 66px;
    color: #333;
    font-size: 16px;
  }
  .news_list_item_text a {
    color: #333;
  }
  .news_list_item a {
    display: block;
  }
  .tuijian_title {
    height: 25px;
    line-height: 25px;
    position: relative;
    padding-left: 30px;
    font-size: 18px;
    font-weight: bold;
    background-image: url(/style/img/icon.png);
    background-repeat: no-repeat;
    background-size: 30px auto;
    background-position: 0 -300px;
    margin-bottom: 10px;
  }
  .tuijian {
    display: flex;
    margin-right: -17px;
    flex-wrap: wrap;
    list-style: none;
    margin-bottom: 24px;
  }
  .tuijian li {
    position: relative;
    width: 162px;
    margin-right: 10px;
  }
  .tuijian li a {
    color: #000;
    display: block;
  }
  .tuijian li a img {
    width: 162px;
    height: 100px;
    display: block;
    object-fit: cover;
  }
  .tuijian li a h3 {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 0 5px;
    height: 32px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 32px;
    color: #fff;
    font-size: 14px;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
  }
  .news_tag_title {
    height: 25px;
    line-height: 25px;
    position: relative;
    padding-left: 30px;
    font-size: 18px;
    font-weight: bold;
    background-image: url(/style/img/icon.png);
    background-repeat: no-repeat;
    background-size: 30px auto;
    background-position: 0 -60px;
    margin-bottom: 10px;
  }
  .news_tag {
    display: flex;
    flex-wrap: wrap;
  }
  .news_tag_item {
  
  }
  .news_tag_item a {
    display: flex;
    padding: 8px 10px;
    display: block;
    border: 1px solid #f1593e;
    border-radius: 5px;
    margin-right: 10px;
    margin-bottom: 10px;
    color: #000;
  }
  .news_tag_item a:hover {
    background: #f1593e;
    color: #fff;
  }
  .container_pagination {
    display: flex;
    align-items: center;
  }
  .container_pagination .pagination {
    flex: 1;
  } 
  .container_pagination p {
    font-size: 13px;
    min-width: 35.5px;
    height: 28px;
    line-height: 28px;
    vertical-align: top;
    box-sizing: border-box;
    margin-right: 10px;
    font-weight: 400;
    color: #606266;
  }
  .pagination li,
  .pagination li a {
    margin: 0 5px !important;
    color: #000 !important;
    border: none !important;
    background: #f4f4f5 !important;
  }
  .pagination li a:hover {
    color: #D40300 !important;
  }
  .pagination li.active a,
  .pagination li.active a:hover {
    color: #fff !important;
    background: #409eff !important;
  }
  .breadcrumb_view {
    display: flex;
    align-items: center;
    height: 25px;
    color: #404040;
    font-size: 14px;
  }
  .breadcrumb_view .breadcrumb {
    margin: 0;
    background: #ffffff;
    padding: 0;
  }
  .breadcrumb_view .breadcrumb li a {
    color: #404040;
  }
  .breadcrumb_view .breadcrumb li a.red {
    color: #D40300;
  }
  .breadcrumb_view .breadcrumb li a:hover {
    color: #D40300;
  }
  .breadcrumb_view .breadcrumb li::before {
    display: none;
  }

  .item {
    padding: 12px 0;
    border-top: solid 1px #E4E4E4;
  }
  .item a {
    height: 120px;
    display: flex;
    width: 100%;
  }
  .item a img {
    object-fit: cover;
    width: 178px;
    height: 120px;
    overflow: hidden;
    border-radius: 7px;
  }
  .item_main {
    padding-left: 16px;
    height: 120px;
    flex: 1;
  }
  .item_main_title {
    font-size: 22px;
    line-height: 30px;
    height: 90px;
    overflow: hidden;
    color: #333;
  }
  .item_main a:hover .item_main_title {
    color: #D40300;
  }
  .item_main_time {
    margin-top: 10px;
    font-size: 14px;
    color: #868686;
    line-height: 20px;
  }
}
@media (max-width: 767px) {
  .body_bg {
    background: url(/style/img/body_bg.jpeg) no-repeat 50% 0;
    background-size: 100% auto;
  }
  html,
  body {
    font-family: 'PingFang SC', 'PingFang TC', 'Noto Sans CJK SC', 'Noto Sans CJK TC', 'Microsoft Yahei', Helvetica, Arial;
    width: 100%;
    height: 100%;
    font-size: 13.3333vw;
    background-color: #e6e6e6;
    -webkit-text-size-adjust: none;
  }
  .container-fluid {
    width: 100%;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }

  .visible_mobile {
    display: flex !important;
    align-items: center;
    width: 100%;
  }
  .visible_mobile aside {
    display: flex;
    flex-direction: column;
    width: 25%;
    text-align: center;
  }
  .visible_mobile aside:nth-child(2) {
    display: flex;
    flex-direction: column;
    flex: 1;
  }
  .visible_mobile {

  }
  .visible_mobile_img {
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 50%;
    margin: 0 auto 0.06rem auto;
  }
  .visible_mobile_team {
    font-family: PingFangSC-Regular;
    font-size: .26rem;
    color: #111;
    text-align: center;
    font-weight: 400;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .visible_mobile_status {
    display: inline-block;
    font-size: .24rem;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 100%;
    margin-bottom: 0.08rem;
    font-weight: bold;
  }
  .visible_mobile_time {
    font-family: PingFangSC-Regular;
    font-size: .24rem;
    color: #111;
    text-align: center;
    font-weight: 400;
    margin-bottom: 0.12rem;
  }

  .visible_mobile_action {
    box-sizing: border-box;
    padding: 0 0.1rem;
    height: 0.48rem;
    min-width: 1.52rem;
    font-size: .26rem;
    color: #fff;
    background: #ae0300;
    width: 80px;
    border-radius: 0.06rem;
    margin: 0.1rem auto 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .visible_mobile_action.gray {
    background: #eee;
    color: #888;
  }
  .visible_mobile_action.gray a {
    color: #888;
  }
  .visible_mobile_action a {
    color: #fff;
  }
  .loadMore {
    background-color: #eee;
    font-size: .24rem;
    height: 0.8rem;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 0.06rem;
    margin: 0.5rem 25px 0;
    color: #333;
  }
  .item {
    padding: 12px 0;
    border-top: solid 1px #E4E4E4;
  }
  .item a {
    height: 80px;
    display: flex;
    width: 100%;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
  .item a img {
    width: 120px;
    height: 80px;
    object-fit: cover;
    border-radius: 5px;
  }
  .item_main {
    padding-right: 16px;
    height: 80px;
    flex: 1;
  }
  .item_main_title {
    font-size: 16px;
    line-height: 25px;
    height: 50px;
    overflow: hidden;
    font-weight: normal;
    color: #333;
  }
  .item_main a:hover .item_main_title {
    color: #D40300;
  }
  .item_main_time {
    color: #969696;
    margin-top: 10px;
    line-height: 20px;
    font-size: 12px;
  }
}