﻿.left-box {
  float: left;
  width: 700px;
}
.card_panel.jgxx {
  float: left;
  width: 700px;
  margin-bottom: 0;
  padding-bottom: 0;
}
.bgc-jgjj {
  background-color: #f9f7fd;
}
.bgc-ldxx {
  background-color: #fef7f8;
}
.bgc-jgcs {
  background-color: #eff8fb;
}
.bgc-zsdw {
  background-color: #fdfaf6;
}
.policy {
  float: left;
  width: 700px;
}

.policy_right {
  float: right;
  width: 500px;
}

.card_container {
  width: 100%;
}

.card_panel .card_title_view .card_title_text a {
  text-decoration: none;
}

.card_panel .card_title_view .card_title_text a.active,
.card_panel .card_title_view .card_title_text a:hover {
  color: #1E8DDE;
}

.card_container .card_item {
  float: left;
  width: 25%;
  cursor: pointer;
  padding: 10px 20px;
  background-clip: content-box;
  border-radius: 10px;
}

.card_container .card_item .card_item_icon img {
  width: 70px;
  height: 70px;
  display: block;
  margin: 15px auto;
  object-fit: contain;
}

.card_container .card_item .card_item_text {
  width: 100%;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  margin-bottom: 13px;
}

.card_container .card_item .card_item_text a:hover {
  color: #256294;
}

.left_menu_list {
  width: 382px;
  height: 309px;
  float: left;
}

.left_menu_item {
  width: 350px;
  height: 61px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 8px;
  padding: 16px;
}

.left_menu_item:last-child {
  margin-bottom: 0px;
}

.left_menu_item .menu_item_title {
  font-weight: bold;
  font-size: 20px;
  line-height: 19px;
  color: #1E8DDE;
  position: relative;
  padding-left: 27px;
  padding-bottom: 9px;
}

.zfxxgk_box, .right-card-box {
  float: right;
  margin-top: 10px;
  margin-bottom: 8px;
}

.zfxxgk_box .zfxxgk_item:nth-child(2n+1) {
  margin-right: 2%;
}


.zfxxgk_box .zfxxgk_item:last-child{
  width: 100%;
}

.zfxxgk_item {
  float: left;
  margin-bottom: 15px;
  width: 49%;
  text-align: center;
  padding: 20px 10px;
  background-color: #eef8ff;
}

.zfxxgk_item img {
  width: 30px;
  height: 30px;
}

.zfxxgk_item span {
  padding: 10px;
  font-size: 16px;
}

.right-card-box .card_item {
  float: left;
  width: 20%;
  cursor: pointer;
  padding: 10px;
  text-align: center;
}

.right-card-box .card_item img {
  width: 100%;
}
.right-card-box .card_item p {
  text-align: center;
  font-size: 12px;
  margin-top: 10px;
}
.bottom-list {
  float: left;
  width: 590px;
}

.bottom-list-ml {
  margin-left: 20px;
}


@media screen and (max-width: 1200px) {
  .main_content{
    width: 100%;
  }
  .left-box {
    width: 100%;
  }
  .card_panel.jgxx {
    width: 100%;
  }
  .policy {
    width: 100%;
  }

  .policy_right {
    width: 100%;
    margin-left: 0;
  }
  .card_container .card_item {
    padding: 10px;
  }

  .card_container .card_item .card_item_icon img {
    width: 1.34rem;
    height: 1.34rem;
  }

  .card_container .card_item .card_item_text {
    font-size: 0.26rem;
    color: #333333;
    margin-top: 0.15rem;
  }

  .left_menu_list {
    width: 100%;
  }

  .left_menu_item {
    width: 6.9rem;
    height: 1.2rem;
    margin-bottom: 0.16rem;
    padding: 0.33rem;
  }

  .left_menu_item .menu_item_title {
    font-size: 0.4rem;
    padding-left: 0.53rem;
    padding-bottom: 0.16rem;
  }

  .left_menu_item .menu_item_title::after {
    width: 2.22rem;
    height: 0.08rem;
  }

  .card_panel .news_list.swiper-wrapper{
    height: auto !important;
  }
  
  .card_panel .news_list li {
    max-width: 100%;
  }

  .policy ul li .news_title,
  .card_panel .news_list li .news_title {
    width: 60% !important;
  }
  .bottom-list {
    width: 100%;
  }
  .bottom-list-ml {
    margin-left: 0;
  }
}