html {
  width: 100%;
  height: 100%;
}

body {
  margin: 0px;
  padding: 0px;
  width: 100%;
  height: 100%;
}

.benjin {
  /*background: #F7F7F7;*/
  height: 100%;
  margin: 50px 0px;
}

.container {
  display: flex;
}

.container-left {
  width: 380px;
  background: #FFFFFF;
  border-radius: 10px 10px 10px 10px;
  margin-right: 20px;
  opacity: 1;
}

.container-right {
  width: 800px;
  background: #FFFFFF;
  border-radius: 10px 10px 10px 10px;
  opacity: 1;
}

.container-left>div:first-child {
  text-align: center;
  font-size: 20px;
  font-family: PingFang SC-Bold, PingFang SC;
  font-weight: bold;
  color: #171717;
  padding: 20px;
  border-bottom: 1px solid rgba(112, 112, 112, 0.2);
}

.container-left-center>div:first-child {
  font-size: 20px;
  display: block !important;
  font-family: PingFang SC-Bold, PingFang SC;
  font-weight: bold;
  color: #333333;
  line-height: normal;
  padding: 9px 15px;
  background-color: #FFFFFF;
}

.container-left-center>div:first-child:hover {
  background-color: #FFFFFF;
}

.container-left-center {
  font-size: 18px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #444444;
  background-color: #f8f6f9;
}

.container-left-center>div {
  padding-left: 15px;
  line-height: 45px;
}

.container-right {
  padding-bottom: 40px;
}
.anlizs-bottom{
  display: flex;
  justify-content: space-between;
  /* align-items: center; */
}
.anlizs-bottom-box{
  display: flex;
  align-items: center;
}
.bottom-zong{
  margin: 0 10px;
  border-radius: 5px;
  width: 72px;
  height: 42px;
  border: 1px solid #999999;
  background-color: white;
}
.bottom-zong:hover{
  background-color: #006FFF ;
  color: white;
  border: none;
}
.container-left-center>div:hover {
  background-color: #1da0ff;
}
.container-left-center > div:hover a {
    color: #ffffff;
}

.top h3 {
  font-size: 26px;
  font-family: PingFang SC-Bold, PingFang SC;
  font-weight: bold;
  margin: 0px;
  padding: 30px 0px 30px 0px;
  color: #333333;
}

.top p {
  font-size: 14px;
  font-family: PingFang SC-Bold, PingFang SC;
  /* font-weight: bold; */
  padding-bottom: 35px;
  margin: 0px;
  color: #999aaa;
}

hr {
  margin: 0px;
}

.anlizs-center {
  padding: 20px;
}

.benjin>div.container .container-left .container-left-center>div:nth-child(n+2) {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-size: 16px;
}