.site_left
{
    width:1050px;
    display:inline-block;
    padding:10px;
    box-sizing: border-box;
}

.team_det {
    display: flex;
    margin-bottom: 20px;
    width: 100%;
    height: 220px;
    box-sizing: border-box;
  }
  .team_det .img {
    width: 270px;
    height: 194px;
    overflow: hidden;
    margin: 13px 10px;
  }
  .team_det .img img {
    width: 100%;
    height: 100%;
  }
 
  .img_scale_big {
    transition: all 1s;
  }
  .img_scale_big:hover {
    transform: scale(1.05);
  }
  .team_det .team_right {
    position: relative;
    margin-left: 30px;
    width: 590px;
    height: 220px;
  }
  .team_det h3 {
  }
  .team_right .h3 {
    margin-top: 20px;
    line-height: 40px;
    font-size: 16px;
    color: #1a1a1a;
    display: block;
    font-weight: bold;
  }
  .team_det .team_right .h3:hover {
    color: #004126;
  }
  .team_det ul li {
    width: 100%;
    line-height: 40px;
    font-size: 14px;
    color: #333;
  }
  .team_det:hover {
    box-shadow: 0px 0px 20px 0px rgba(203, 204, 208, 0.35);
  }


  

  .site_status {
    margin: 10px 0 0 0px;
    height: 50px;
  }
  
  .site_status .s-step {
    float: left;
    display: block;
    width: 70px;
    height: 50px;
    position: relative;
  }
  
  .site_status .s-step > b {
    position: relative;
    display: none;
    width: 12px;
    height: 12px;
    line-height: 12px;
    border-radius: 12px;
    background-color: #fff;
    border: 2px solid #ccc;
  }
  .endStep {
    position: absolute;
    top: 7px;
    width: 30px !important;
    height: 10px !important;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    background: #ccc !important;
  }
  .site_status .s-step > p {
    position: absolute;
    top: 7px;
    width: 70px;
    height: 10px;
    background: #ccc;
  }
  .site_status .s-step:first-child > p {
    width: 45px;
    /* left: 35px; */
  }
  .site_status .s-step:not(:first-child) p {
    left: -25px;
  }
  .site_status .s-step.actiend .corner {
    display: block !important;
  }
  .site_status .s-step.actiend div {
    color: #004126;
  }
  /* ä¸‰è§’å½¢ */
  .corner {
    width: 0px;
    display: none;
    height: 0px;
    top: 19px;
    left: 40%;
    position: absolute;
    border: 7px solid #004126;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
  }
  .site_status .s-step:first-child > p {
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
  }
  /* .site_status .s-step:last-child p {
    width: 35px;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
  } */
  .site_status .s-step > div {
    width: 70px;
    height: 45px;
    line-height: 45px;
    position: absolute;
    /* margin-left: -25px; */
    top: 15px;
    z-index: 87;
    text-align: center;
    font-size: 12px;
    color: #1a1a1a;
  }
  
  .site_status .s-step.acti > b {
    display: none;
    background-color: #004126;
    border-color: #004126;
  }
  
  .site_status .s-step.acti > p {
    background: #004126;
  }
  /*è¿›åº¦æ¡ç»“æŸ*/
  .site_list {
    /* width: 436px; */
    width: 100%;
  }
  .site_list > a {
    box-shadow: none;
    margin: 10px 10px 0 0;
    width: auto;
    height: 30px;
    line-height: 30px;
    margin-right: 20px;
    color: #666;
    font-size: 12px;
  }
  .loupan_address {
    position: absolute;
    bottom: 20px;
    color: #666;
  }
  .loupan_address span {
    color: #666;
  }
  .loupan_address span:hover {
    color: #004126;
    cursor: pointer;
  }
  .site_list > a > span {
    color: #333;
  }
  .site_list > a > span:hover {
    color: #004126;
    cursor: pointer;
  }
  .team_right > button {
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: 140px;
    height: 40px;
    color: #004126;
    font-size: 12px;
    border: 1px solid #004126;
    border-radius: 20px;
    display: none;
  }
  .team_det:hover .team_right > button {
    display: block;
  }
  .team_det .team_right > button:hover {
    display: block;
    color: #fff;
    background-color: #004126;
  }
  

  .pccate_regions dd
  {
    width:1140px;
  }

  .pccate_regions dd a{
    margin-right:10px;
    padding:0px 8px;
  }