.main_notice {
  width: 73%;
  height: 100%;
  margin: 0 auto;
}
.box {
  width: 100%;
  display: flex;
}
.box .left {
  width: 60%;
  height: 479px;
  background: #f3fcff;
  margin: 50px 30px 50px 0;
  cursor: pointer;
}
.box img {
  width: 100%;
  height: 100%;
}
.box .right {
  width: 40%;
}
.box .right .top {
  width: 100%;
  height: 231px;
  background: #dcdcdc;
  margin: 50px 0 13px 0;
  cursor: pointer;
}
.box .right .btm {
  width: 100%;
  height: 231px;
  background: #dcdcdc;
  cursor: pointer;
}
.title {
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #13324e;
  line-height: 38px;
}
.subtitle {
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #9c9c9c;
  line-height: 38px;
}
.list-wrapper {
  flex: 1;
  padding-bottom: 160px;
}
.list {
  display: flex;
  width: 100%;
  padding-right: 20px;
  border-radius: 10px;
  box-shadow: -1px 0px 20px 0px rgba(191, 191, 191, 0.3);
}
.list .img {
  width: 210px;
  height: 202px;
  margin: 20px;
}
.list .text {
  width: 78%;
}
.list .text .title {
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #091d38;
  line-height: 38px;
  margin: 28px 0 0 0;
}
.list .text .content {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #6b6b6b;
  line-height: 26px;
  min-height: 90px;
  display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 4;
overflow: hidden;
}
.list .text .time {
  display: flex;
  padding: 20px 0;
  justify-content: flex-end;
}
.list .text .time span {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #6b6b6b;
  line-height: 26px;
  padding: 0 10px;
}
.hot {
  width: 30%;
  margin: 0 0 0 50px;
}
.hot .title {
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #404040;
  line-height: 38px;
}
.hot .lines {
  width: 103px;
  height: 2px;
  border-radius: 10px;
  background-color: #005aa7;
}
.hot .ranking {
  display: flex;
  align-items: center;
  padding: 10px;
}
.hot .ranking .one {
  width: 30px;
  height: 30px;
  line-height: 30px;
  margin: 5px;
  background: #ff0000;
  text-align: center;
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #ffffff;
}
.hot .ranking p {
  flex: 1;
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #404040;
  line-height: 38px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 0;
}
.hot .ranking {
  display: flex;
}
.hot .ranking .two {
  width: 26px;
  height: 26px;
  background: #ff6000;
  text-align: center;
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #ffffff;
  margin: 26px 20px 0 20px;
}
.hot .ranking {
  display: flex;
}
.hot .ranking .three {
  width: 26px;
  height: 26px;
  background: #7bca3c;
  text-align: center;
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #ffffff;
  margin: 26px 20px 0 20px;
}
.hot .ranking {
  display: flex;
}
.hot .ranking .four {
  width: 26px;
  height: 26px;
  background: #acacac;
  text-align: center;
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #ffffff;
  margin: 26px 20px 0 20px;
}

.sss {
  border: 1px;
}