body {
    overflow-y: scroll;
  }
  .header-active{
    background: #269A66 !important;
  }
  .serve {
    padding: 40px 0;
  }
  .serve .inner {
    display: flex;
    justify-content: space-between;
  }
  .serve .inner .left {
    width: 260px;
  }
  .serve .inner .left .top {
    width: 100%;
    height: 92px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    font-weight: bold;
    color: #FFFFFF;
    background: #00954D;
    border-radius: 40px 2px 0px 0px;
    position: relative;
    font-family: "宋体";
  }
  .serve .inner .left .top img {
    max-width: 132px;
    max-height: 92px;
    position: absolute;
    top: 0;
    right: 0;
  }
  .serve .inner .left >.bottom p {
    width: 100%;
    height: 70px;
    font-size: 16px;
    font-weight: 500;
    color: #555555;
    display: flex;
    align-items: center;
    padding: 0 15px;
    border: 1px solid #EFEFEF;
    justify-content: space-between;
    cursor: pointer;
  
  }
  .serve .inner .left >.bottom p:hover span{
    display: inline-block;
    width: 0;
    border: 5px solid transparent;
    border-left-color: #f6a452;
  }
  .serve .inner .left >.bottom p:hover{
    color: #f6a452;
    border-left: 5px solid #f6a452;
  }
  .serve .inner .left .active {
    color: #f6a452;
    border-left: 5px solid #f6a452;
  }
  .serve .inner .left .active span {
    display: inline-block;
    width: 0;
    border: 5px solid transparent;
    border-left-color: #f6a452;
  }
  .serve .inner .right {
    width: 1000px;
  }
  .serve .inner .right .top {
    width: 100%;
    height: 51px;
    border-bottom: 5px solid #00954d;
    display: flex;
    justify-content: space-between;
  }
  .serve .inner .right .top p:nth-of-type(1) {
    font-size: 28px;
    font-weight: bold;
    color: #555555;
    font-family: "宋体";
  }
  .serve .inner .right .top p:nth-of-type(2) {
    display: flex;
    align-items: center;
  }
  .serve .inner .right .top p:nth-of-type(2) a {
    font-size: 16px;
    cursor: pointer;
    font-weight: 500;
    color: #999999;
  }
  .serve .inner .right .top p:nth-of-type(2) a:hover {
    color: #00954D;
  }
  .serve .inner .right .top p:nth-of-type(2) span:nth-child(2n) {
    width: 3px;
    height: 3px;
    display: inline-block;
    background-color: #999999;
    margin: 0 13px;
  }
  .serve .inner .right .top p span:last-child{
    display: none !important;
  }
  .serve .inner .right .serve-main .title {
    text-align: center;
    margin: 30px 0;
    font-size: 24px;
    position: relative;
    font-weight: bold;
    color: #555555;
  }
  .serve .inner .right .serve-main .title::after {
    content: "";
    width: 64px;
    height: 10px;
    position: absolute;
    bottom: 0;
    left: calc(50% - 32px);
    background-color: rgba(0, 149, 77, 0.26);
  }
  
  .serve .inner .right .inform-main .item {
    width: 100%;
    height: 64px;
    border-bottom: 1px solid #e8e8e8;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
  }
  .serve .inner .right .inform-main .item P:nth-of-type(1){
    width: 70%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .serve .inner .right .inform-main .item:hover P:nth-of-type(1){
    transform: translateX(10px);
  }
  .serve .inner .right .inform-main .item:hover P:nth-of-type(1)>span{
    color: #00954D !important;
  }
  
  .serve .inner .right .inform-main .item P:nth-of-type(1) span:nth-of-type(1) {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
    border: 1px solid #00954d;
    margin-right: 5px;
  }
  .serve .inner .right .inform-main .item P:nth-of-type(1) span:nth-of-type(2) {
    font-size: 16px;
    color: #555555;
  }
  
  .serve .inner .right .inform-main .item P:nth-of-type(2) {
    display: flex;
    align-items: center;
    width: 25%;
    justify-content: flex-end;
  }
  .serve .inner .right .inform-main .item P:nth-of-type(2) img {
    width: 12px;
    height: 12px;
    margin-right: 5px;
  }
  .serve .inner .right .inform-main .item P:nth-of-type(2) span {
    font-size: 14px;
    color: #999999;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .serve .inner .right .news-main .item {
    padding: 15px 0;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #e8e8e8;
  }
  .serve .inner .right .news-main .item:hover .right>p{
    color: rgba(255, 255, 255, 0.623) !important;
  }
  
  .serve .inner .right .news-main .item:hover{
    background-color: #00954D;
  }
  .serve .inner .right .news-main .item:hover .left img{
    transform: scale(1.3);
  }
  .serve .inner .right .news-main .item .left {
       position: relative;
    overflow: hidden;
    margin-left: 10px;
    width: 200px;
  }
  .serve .inner .right .news-main .item .left > img {
    height: 100%;
    width: 196px;
height:140px;
    margin-right: 5px;
  }
  .serve .inner .right .news-main .item .left .data {
    width: 51px;
    height: 56px;
    background-color: #00954d;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 10px;
  }
  .serve .inner .right .news-main .item .left .data p:nth-of-type(1) {
    font-size: 22px;
    font-weight: bold;
    color: #FFFFFF;
  }
  .serve .inner .right .news-main .item .left .data p:nth-of-type(2) {
    font-size: 10px;
    font-family: MicrosoftYaHei;
    color: #FFFFFF;
  }
  .serve .inner .right .news-main .item .right {
    width: 76%;
  }
  .serve .inner .right .news-main .item .right .nowrap {
    font-size: 18px;
    color: #555555;
  }
  .serve .inner .right .news-main .item .right .nowrap-2 {
    margin: 15px 0;
    font-size: 16px;
    color: #999999;
    line-height: 30px;
  }
  .serve .inner .right .news-main .item .right p:nth-of-type(3) {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-family: MicrosoftYaHei;
    color: #999999;
  }
  .serve .inner .right .news-main .item .right p:nth-of-type(3) img {
    width: 14px;
    height: 11px;
    margin-right: 5px;
  }
  