.flex_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.flex_item {
  width: 48%;
  margin-bottom: 20px;
}
.top_img {
  width: 100%;
}
.szzf_box_content {
  display: flex;
  width: calc(100% - 2px);
  border-bottom: 1px solid #e2e2e2;
  border-left: 1px solid #e2e2e2;
  border-right: 1px solid #e2e2e2;
}
.szzf_box_content .left {
  width: 150px;
  height: 350px;
  border-right: 1px solid #e2e2e2;
}
.szzf_box_content .left p {
  position: relative;
  float: left;
  width: 150px;
  text-align: center;
  font-size: 16px;
  padding: 6px 0;
  cursor: default;
  margin: 8px 0;
}
.tb_triangle {
  border-left: 10px solid #b3e3fb;
}
.jg_triangle {
  border-left: 10px solid #ffe5c4;
}
.gk_triangle {
  border-left: 10px solid #ffd2d2;
}
.xb_triangle {
  border-left: 10px solid #dfd8fd;
}
.szzf_box_content .left p .triangle {
  display: none;
  width: 0px;
  height: 0px;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  position: absolute;
  top: 12px;
  right: -10px;
}

.szzf_box_content .right {
  height: 350px;
  flex: 1;
}
.szzf_box_content .right .right_list {
  display: none;
  padding: 20px;
  height: 310px;
  overflow: auto;
}
.szzf_box_content .right .right_list::-webkit-scrollbar {
  width: 5px;
  height: 10px;
}

.szzf_box_content .right .right_list::-webkit-scrollbar-track {
  width: 6px;
  background: rgba(#101f1c, 0.1);
  -webkit-border-radius: 2em;
  -moz-border-radius: 2em;
  border-radius: 2em;
}

.szzf_box_content .right .right_list::-webkit-scrollbar-thumb {
  background-color: rgba(144, 147, 153, 0.5);
  background-clip: padding-box;
  min-height: 28px;
  -webkit-border-radius: 2em;
  -moz-border-radius: 2em;
  border-radius: 2em;
  transition: background-color 0.3s;
  cursor: pointer;
}

.szzf_box_content .right .right_list::-webkit-scrollbar-thumb:hover {
  background-color: rgba(144, 147, 153, 0.3);
}

.szzf_box_content .right .right_list a img {
  margin: 10px 0 5px 0;
  width: 35px;
  height: 35px;
}
.szzf_box_content .right .right_list a span {
  width: 100%;
  font-size: 14px;
  display: inline-block;
}
.szzf_box_content .right .right_list a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0px 15px 15px 0;
  height: 80px;
  width: 45%;
  text-align: center;
  float: left;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
}

.right_list_hover {
  display: none;
  height: 310px;
  padding: 20px;
  overflow: auto;
}
.hx_hoverbox {
  position: relative;
  float: left;
  margin: 0px 15px 15px 0;
  width: 45%;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
}
.hx_hoverbox a {
  display: block;
  width: 100%;
  height: 80px;
  text-align: center;
}
.hx_hoverbox a img {
  margin: 10px 0 5px 0;
  width: 35px;
  height: 35px;
}
.hx_hoverbox a span {
  width: 100%;
  display: inline-block;
}
.szzf_box_content .right .right_list_hover div:hover .hxSubmenu {
  display: block;
}
.hxSubmenu {
  position: absolute;
  display: none;
  width: 100px;
  background-color: #fff;
  border: 1px solid;
  padding: 5px;
  left: 90px;
  top: 0;
  z-index: 9999;
}
.hxSubmenu a {
  text-align: left;
  height: 20px !important;
  line-height: 20px !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.right_list_hover::-webkit-scrollbar {
  width: 5px;
  height: 10px;
}

.right_list_hover::-webkit-scrollbar-track {
  width: 6px;
  background: rgba(#101f1c, 0.1);
  -webkit-border-radius: 2em;
  -moz-border-radius: 2em;
  border-radius: 2em;
}

.right_list_hover::-webkit-scrollbar-thumb {
  background-color: rgba(144, 147, 153, 0.5);
  background-clip: padding-box;
  min-height: 28px;
  -webkit-border-radius: 2em;
  -moz-border-radius: 2em;
  border-radius: 2em;
  transition: background-color 0.3s;
  cursor: pointer;
}

.right_list_hover::-webkit-scrollbar-thumb:hover {
  background-color: rgba(144, 147, 153, 0.3);
}
@media (max-width: 820px) {
    .flex_item{
        width: 100%;
    }
    .szzf_box_content .right .right_list a {
        float: none;
        margin: 0 auto 15px;
        width: 70%;
    }
    .hx_hoverbox {
      height: 70px;
      margin: 5px;
      }
      .hx_hoverbox a img{
        width: 25px !important;
        height: 25px !important;
      }
      .right_list_hover{
        padding: 10px;
        height: 250px;
      }
}