﻿
.websiteMapItem{
  margin-top: .2rem;
  border-radius: .05rem;
}
.websiteMapItem .item_top{
  border-top-left-radius: .05rem;
  border-top-right-radius: .05rem;
  font-size: .16rem;
  background-color: #E2EDFF;
  padding: 0 .5rem;
  color: #3E7FD3;
  font-weight: 600;
  vertical-align: middle;
  height: .5rem;
  line-height: .5rem;
}
.websiteMapItem .item_top i {
  font-size: .25rem;
  vertical-align: bottom;
  margin-right: .05rem;
}
.websiteMapItem .item_bottom{
  border-bottom-left-radius: .05rem;
  border-bottom-right-radius: .05rem;
  background-color: #fff;
  border: .01rem solid #e8e8e8;
  border-top: .01rem solid transparent;
  padding: .15rem .1rem .05rem;
  word-wrap: break-word;
}

.websiteMapItem .item_bottom .item_bottom_item{
  border-radius: .05rem;
  padding: .1rem .35rem;
  display: inline-block;
  margin: 0 .4rem;
  color: #c4c4c4;
  border: .01rem solid #e8e8e8;
  font-size: .16rem;
  margin-bottom: .2rem;
  cursor: pointer;

}

.websiteMapItem .item_bottom .item_bottom_item a{
  text-decoration: none;
  color: #c4c4c4;
}

.websiteMapItem .item_bottom .item_bottom_item:hover{
  color: #3E7FD3;
 
  border: .01rem solid #3E7FD3;
}
.websiteMapItem .item_bottom .item_bottom_item:hover a{
  color: #3E7FD3;
}
/* .websiteMapItem .item_bottom .item_bottom_item:last-child{
  margin-right: 0;
} */

/* .websiteMapItem .item_bottom .item_bottom_item:nth-child(6n){
  margin-right: 0;
} */

.content_details .details_last .mid_top{
  padding-top: 0;
}
.content_details .details_last .line{
  padding-bottom: .2rem;
}