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

.containers {
  width: 1200px;
  margin: 0 auto;
  padding: 0;
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  }

  .panel {
  box-sizing: border-box;
  padding: 15px;
  background: #fff;
  box-shadow: 0 1px 52px 0 rgb(0 0 0 / 5%);
  margin-bottom: 20px;
  }

  .panel-hd {
  display: flex;
  align-items: center;
  padding-bottom: 0.05rem;
  border-bottom: solid 1px #d3d3d3;
  height: 30px;
  }

  .hdt {
  flex: 1;
  font-size: 0.18rem;
  font-weight: 700;
  }

  .panel-bd {
  flex: 1;
  padding: 15px 0 20px 0;
  }

  .zb-zzk-list {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  }

  .zb-zzk-list li {
  margin: 0 10px 10px 0;
  }

  .zb-zzk-list li a {
  display: inline-block;
  color: #172b4c;
  padding: 2px 10px;
  background: #dedede;
  border-radius: 5px;
  text-decoration: none;
  }

@media (min-width: 767px) {
  .container-fluid {
    padding: 0;
    margin: 0;
  }
  .con {
    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(../image/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(../image/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(../image/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%);
  }
  .biaoqian {
    height: 25px;
    line-height: 25px;
    position: relative;
    padding-left: 30px;
    font-size: 18px;
    font-weight: bold;
    background-image: url(../image/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;
  }
  .now {
    display: flex;
    align-items: center;
    height: 25px;
    color: #404040;
    font-size: 14px;
    margin:10px 0;
  }
  .now .breadcrumb {
    margin: 0;
    background: #ffffff;
    padding: 0;
    display: flex;
  }
  .now .breadcrumb li:nth-child(1) a {
    color: #F8B62A;
  }
  .now .breadcrumb li a {
    color: #404040;
  }
  .now .breadcrumb li a.red {
    color: #F8B62A;
  }
  .now .breadcrumb li a:hover {
    color: #28B28B;
  }
  .now .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: #F8B62A;
  }
  .item_main_time {
    margin-top: 10px;
    font-size: 14px;
    color: #868686;
    line-height: 20px;
  }
}
@media (max-width: 767px) {
  .body_bg {
    /*background: url(../image/bg.png) no-repeat 0 0;*/
    /*background-size: 100% auto;*/
     background: #fff;
  }
  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;
    /* background: #000; */
  }
  .footer_view_icp{
    font-size: 16px;
    color:#999;
    line-height: 30px;
    padding: 10px;
    background: #3A3A3A;
    text-indent: 2em;
  }
  .containers {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .panel {
    margin: 10px;

  }

  /* .panel-bd li a{
    font-size: 18px;
  }
  .zb-zzk-list li{
    height: 30px;
  } */
  .container-fluid {
    width: 100%;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }

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

  }
  .b1_img {
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 50%;
    margin: 0 auto 0.06rem auto;
  }
  .b1_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;
  }
  .b1_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;
    color:#28B28B;
  }
  .b1_time {
    font-family: PingFangSC-Regular;
    font-size: .24rem;
    color: #111;
    text-align: center;
    font-weight: 400;
    margin-bottom: 0.12rem;
  }

.begin{
    background: #F8B62A !important;
}

  .b1_action {
    box-sizing: border-box;
    padding: 0 0.1rem;
    height: 0.48rem;
    min-width: 1.52rem;
    font-size: .26rem;
    color: #fff;
    background: #999;
    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;
  }
  .b1_action.gray {
    background: #eee;
    color: #888;
  }
  .b1_action.gray a {
    color: #888;
  }
  .b1_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;
  }
}
