﻿.ui-content {
  width: 73.958vw;
  margin: 3.704vh auto;
  display: flex;
  justify-content: space-between;
}
.ui-cntl {
  width: 13.542vw;
}
.ui-cntl-h {
  width: 100%;
  height: 6.25vw;
  font-size: 1.25vw;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #ffffff;
  background: url("../images/llbg.png") no-repeat;
  background-size: 100% 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ui-cntl-ul {
  width: 100%;
}
.ui-cntl-li {
  width: 100%;
  height: 3.125vw;
  line-height: 3.125vw;
  position: relative;
  border-bottom: 0.052vw solid #e7e7e7;
}
.ui-cntl-li:hover {
  background-color: #0085e2;
}
.ui-cntl-li:hover a {
  color: #fff;
}
.ui-cntl-li a {
  width: 100%;
  height: 3.125vw;
  display: block;
  font-size: 1.042vw;
  line-height: 3.125vw;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #333;
  text-decoration: none;
  text-align: center;
}
.ui-cntr {
  width: 58.333vw;
}
.ui-cntr-top {
  width: 100%;
  border-bottom: 0.156vw solid #e7e7e7;
  display: flex;
  justify-content: space-between;
}
.ui-cntr-top-h {
  font-size: 1.25vw;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: #333333;
}
.ui-cntr-top-h::after {
  content: "";
  width: 5.208vw;
  height: 0.278vh;
  background: #0085e2;
  display: block;
  margin-top: 0.926vh;
}
.ui-cntr-top-p {
  font-size: 0.625vw;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  line-height: 40px;
}
.ui-cntrb {
  width: 100%;
}
.ui-cntrb-top {
  width: 100%;
  border-bottom: 0.052vw dashed #333333;
  padding-top: 3.704vh;
  padding-bottom: 1.852vh;
}
.ui-cntrb-top-h {
  font-size: 1.25vw;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  text-align: center;
}
.ui-cntrb-top-tx {
  font-size: 0.729vw;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  display: flex;
  justify-content: center;
  padding-top: 1.852vh;
}
.ui-cntrb-top-tx div {
  text-align: center;
  padding-right: 1.042vw;
}
.ui-cntrb-top-tx div:last-child {
  padding-right: 0;
}
.ui-cntrb-cnt {
  font-size: 0.938vw;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  padding: 3.704vh 0;
  border-bottom: 0.052vw dashed #333333;
}
.ui-cntrb-cnt img {
  width: 100%;
  display: block;
  margin: 1.852vh 0;
}