﻿.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-cntr-ul {
  width: 100%;
}
.ui-cnt1r-li {
  width: 100%;
  border-bottom: 1px solid #f1f1f1;
  overflow: hidden;
  padding: 0.7vw 0;
}
.ui-cnt1r-lia {
  text-decoration: none;
  font-size: 0.833vw;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #333333;
  float: left;
  width: 80%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
.ui-cnt1r-lia::before {
  content: "";
  width: 0.3vw;
  height: 0.3vw;
  display: block;
  float: left;
  background-color: #333333;
  margin-right: 5px;
  margin-top: 8px;
}
.ui-cnt1r-li-p {
  font-size: 0.833vw;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  float: right;
}