a:hover {
  border: 0;
  color: #333;
}


.specialty {
    width:3rem;
  display: flex;
  
}







.specialty .sp_left {
  margin-top: 0.8rem;
  /*margin-right: 0.3rem;*/
  width: 1rem;

  font-weight: bold;
}
.specialty .sp_right {
    flex: 1;
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.8rem;
  flex-direction: column;
}
.specialty .sp_right .sp_right_a {
  display: block;
  /*margin-right: 0.6rem;*/
  margin-bottom: 0.4rem;
  color: #666666;
}
.sp_right_a:hover {
  border: none;
  color: #666666;
}
.specialty .sp_right .sp_right_a:first-child {
  margin-left: 0;
}





.search_box {
    flex: 1;
  display: flex;
  justify-content: space-between;
}










.search_box .search_left {
  position: relative;
  /*width: 11rem;*/
  height: 0.6rem;
  background-color: #fff;
  flex: 1;
}
.search_box .search_left .font_box {
  display: inline-block;
  position: absolute;
  top: 0.15rem;
  left: 0.2rem;
}
.search_left .font_box .font_box_img {
  width: 0.3rem;
  height: 0.3rem;
}

.search_box .search_left .search_input {
    /*width: 100%;*/
    width: 6.8rem;
  margin-left: 0.8rem;
  /*width: 10.2rem;*/
  height: 100%;
  font-size: 0.2rem;
  color: #999999;
}

.search_box .search_right {
  margin-left: 0.2rem;
  width: 2.8rem;
  height: 0.6rem;

  font-size: 0.24rem;
  color: #fff;
  background: #003abc;
  border: none;
  border-radius: 0.04rem 0.04rem 0.04rem 0.04rem;
}
.img_text {
  margin-top: 0.8rem;
}

.img_text .item {
  display: flex;
}
.img_text .item .item_left {
  margin-bottom: 0.5rem;
  width: 6rem;
  height: 3.8rem;
  background-color: #adf;
}

.img_text .item_right {
  margin-left: 0.5rem;
  padding-top: 0.52rem;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  box-sizing: border-box;
}
.img_text .item_right .item_right_h4 {
  display: inline-block;
  margin-bottom: 0.19rem;
  width: 1.68rem;
  font-size: 0.24rem;
  line-height: 0.31rem;
}

.img_text .item_right .item_right_p {
  display: inline-block;
  width: 6.5rem;
  text-align: left;
  font-size: 0.18rem;
  line-height: 0.4rem;
}
.img_text .item_right .item_right_button {
  margin-top: 0.91rem;
  width: 1.8rem;
  height: 0.5rem;
  font-size: 0.18rem;
  color: #666666;
  border: 0.02rem solid #666666;
  border-radius: 0.06rem 0.06rem 0.06rem 0.06rem;
  box-sizing: border-box;
}
.img_text .item_right_button:hover {
  color: #003abc;
  border: 0.02rem solid #003abc;
}
.num_item:hover {
  background-color: #003abc;
  color: #fff;
  border: 0;
}






@media only screen and (max-width: 1024px){
    .specialty .sp_right, 
    .specialty .sp_left{
    margin-top: 15px;
    white-space: nowrap;
        flex-wrap: nowrap;
      
        
}
.search_box{
    margin-top: 15px;
}
.specialty .sp_right{
    width: 100%;
    overflow: auto;
    margin-left: 10px;
}
.in_margin{
    margin-bottom: 0px;
}
}