.scale_img {
    overflow: hidden;
  }
  .scale_img img {
    transition: all 0.3s;
    display: block;
  }
  .scale_img img:hover {
    transform: scale(1.1);
  }
  .um-main {
    padding: 0 0 130px 0;
  }
  .um-main::after {
    content: "";
    display: block;
    clear: both;
  }
  .um-banner {
    height: 300px;
    margin-top: 100px;
    background: url(../image/um-banner.jpg) no-repeat center;
  }
  .um-bread {
    height: 54px;
    background: #07aeb7;
  }
  .um-bread .w {
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .um-bread ul {
    width: 60%;
    height: 100%;
    overflow: hidden;
  }
  .um-bread li {
    display: inline-block;
    line-height: 54px;
  }
  .um-bread li a {
    display: block;
    padding: 0 60px;
    font-size: 16px;
    color: #fff;
  }
  .um-bread li.on {
    background: linear-gradient(to bottom, #07aeb7 3px, #fff 3px);
  }
  .um-bread li.on a {
    color: #000;
  }
  .um-bread-pos {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.5);
    background: url(../image/breadicon.png) no-repeat left center;
    padding-left: 20px;
  }
  .um-lside {
    margin: 44px 0 61px;
  }
  .um-lside ul {
    height: 62px;
    border: 1px solid #d4d4d4;
    border-left: 0;
    border-right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .um-lside li a {
    display: block;
    line-height: 60px;
    font-size: 16px;
    color: #000;
    padding: 0 20px;
  }
  .um-lside li a:hover {
    border-top: 1px solid #07aeb7;
    border-bottom: 1px solid #07aeb7;
  }
  .um-page {
    margin-top: 130px;
    font-size: 16px;
    color: #333;
    line-height: 35px;
  }
  .um-prolist ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }
  .um-prolist li {
    width: min-content;
    margin-bottom: 20px;
  }
  .um-prolist li img {
    display: block;
  }
  .um-prolist li p {
    text-align: center;
    font-size: 16px;
    color: #343132;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    margin-top: 10px;
  }
  .um-news li {
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 21px;
    margin-bottom: 21px;
    overflow: hidden;
  }
  .um-news li h3 {
    font-size: 18px;
    font-weight: normal;
    color: #333333;
    display: flex;
    align-items: center;
    margin-top: 20px;
  }
  .um-news li h3 span {
    display: inline-block;
    width: 52px;
    height: 1px;
    background: #c3c3c3;
    margin: 0 15px 0 13px;
  }
  .um-news li h3 .time {
    font-size: 26px;
    color: #584a4a;
  }
  .um-news li p {
    background: url(../image/umnewsr.png) no-repeat left center;
    background-size: 0 39px;
    transition: all 0.3s;
    font-size: 14px;
    line-height: 27px;
    height: 54px;
    overflow: hidden;
    color: #999;
    padding-left: 152px;
    margin-top: 22px;
  }
  .um-news li:hover h3 span {
    background: #07aeb7;
  }
  .um-news li:hover p {
    background-size: 39px 39px;
  }
  .um-procon {
    margin-top: 130px;
  }
  .um-procon .tit {
    margin-bottom: 30px;
  }
  .um-procon .tit h2 {
    font-size: 28px;
    text-align: center;
    font-weight: normal;
    color: #07aeb7;
    border-bottom: 1px dashed #e0e0e0;
    padding-bottom: 21px;
  }
  .um-procon .content {
    font-size: 16px;
    color: #333;
    line-height: 35px;
  }
  .pagenav {
    padding: 10px 0 0 0;
    border-top: #ddd solid 1px;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
  }
  .pagenav a {
    color: #999;
  }
  .pagenav a:hover {
    color: #07aeb7;
  }
  .pagenav p {
    margin-top: 10px;
  }
  .um-recommend {
    background: #f7f7f7;
    margin-top: 40px;
  }
  .um-recommend .recomm-tit {
    font-size: 20px;
    border-bottom: 1px solid #e8e8e8;
    padding: 20px 20px 10px;
  }
  .um-recommend .recomm-tit h3 {
    border-left: 3px solid #07aeb7;
    font-size: 16px;
    color: #333;
    padding-left: 12px;
    line-height: 20px;
  }
  .um-recommend .commend-pro {
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .um-recommend .commend-pro li {
    width: min-content;
  }
  .um-recommend .commend-pro li h5 {
    text-align: center;
    font-weight: normal;
    font-size: 14px;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    color: #333;
  }
  .um-recommend .commend-news {
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
  }
  .um-recommend .commend-news li {
    width: 48%;
    margin-bottom: 5px;
  }
  .um-recommend .commend-news li a {
    display: block;
    border-bottom: 1px dashed #d6d6d6;
    line-height: 42px;
    color: #333;
    font-size: 14px;
  }
  .um-recommend .commend-news li a span {
    color: #999;
  }
  .um-recommend .commend-news li a:hover {
    color: #07aeb7;
  }
  #pages {
    clear: both;
    padding: 10px 0 10px;
    text-align: center;
    font: 12px "宋体";
    margin-top: 40px;
  }
  #pages a {
    display: inline-block;
    padding: 0px 14px;
    height: 40px;
    font-size: 12px;
    line-height: 40px;
    background: #fff;
    border: 1px solid #e3e3e3;
    text-align: center;
    color: #333;
  }
  #pages a.a1 {
    padding: 0px 12px;
    height: 40px;
    line-height: 40px;
    margin-top: 0px;
  }
  #pages a:hover {
    background: #f1f1f1;
    color: #000;
    text-decoration: none;
  }
  #pages span {
    display: inline-block;
    padding: 0px 14px;
    height: 40px;
    line-height: 40px;
    background: #07aeb7;
    border: 1px solid #07aeb7;
    color: #fff;
    text-align: center;
  }
  .page .noPage {
    display: inline-block;
    padding: 0px 14px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #e3e3e3;
    text-align: center;
    color: #a4a4a4;
  }
  