body .main {
  width: 1200px;
  margin: 20px auto;
}

.commonTitle {
  border-bottom: 3px solid #f2f2f2;
  position: relative;
}

.commonTitle .blue {
  display: inline-block;
  width: 85px;
  height: 4px;
  background-color: #0052D9;
  position: absolute;
}

.commonTitle .EnglishTitle {
  font-size: 30px;
  font-weight: bold;
  color: #eeeeee;
  position: relative;
  padding-left: 42px;
}

.commonTitle .EnglishTitle span {
  color: #0052D9;
  font-size: 28px;
  position: absolute;
  left: 0px;
  top: 5px;
}

.commonTitle .more {
  position: absolute;
  right: 0;
  bottom: 0px;
  font-size: 16px;
  display: flex;
  align-items: center;
}

.commonTitle .more a {
  color: #333;
  font-size: 20px;
  font-weight: bolder;
}

.commonTitle .more::after {
  content: "";
  display: inline-block;
  background-image: url("./more.png");
  background-size: 100% 100%;
  width: 20px;
  height: 20px;
  margin-left: 5px;
}

.boxList {
  display: flex;
  padding: 20px 40px;
  height: 342px;
}

.boxList .boxRight {
  width: 500px;
  display: flex;
}

.boxList .boxRight .looks {
  display: none;
  width: 70px;
  height: 342px;
  background-image: url("./look.png");
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  writing-mode: vertical-rl;
  text-align: center;
  line-height: 70px;
  letter-spacing: 15px;
}

.boxList .boxRight .bottom {
  flex: 8;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.boxList .boxRight .bottom .info {
  font-size: 16px;
  line-height: 1.5;
  text-indent: 2rem;
}

.boxList .boxRight .bottom .about {
  width: 130px;
  height: 40px;
  background-image: linear-gradient(90deg, #2618D1 0%, #711AEC 100%);
  text-align: center;
  line-height: 40px;
}

.boxList .boxRight .bottom .about a {
  font-size: 16px;
  color: #fff;
}

.boxList .boxLeft {
  width: calc(100% - 500px);
}

.lunbo {
  width: 500px;
  height: 100%;
}

.slideBox_1 {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  border: 1px solid #ddd;
}

.slideBox_1 .hd {
  height: 15px;
  overflow: hidden;
  position: absolute;
  right: 15px;
  bottom: 7px;
  z-index: 1;
}

.slideBox_1 .hd ul {
  overflow: hidden;
  zoom: 1;
  float: left;
}

.slideBox_1 .hd ul li {
  float: left;
  margin-right: 16px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  cursor: pointer;
}

.slideBox_1 .hd ul li.on {
  background: white;
  color: transparent;
}

.slideBox_1 .bd {
  position: relative;
  height: 100%;
  z-index: 0;
}

.slideBox_1 .bd li {
  position: relative;
  zoom: 1;
  vertical-align: middle;
}

.slideBox_1 .bd img {
  width: 500px;
  height: 350px;
  display: block;
}

.slideBox_1 .text {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  height: 36px;
  box-sizing: border-box;
  padding: 7px 140px 0 16px;
  background: rgba(0, 0, 0, 0.5);
}

.slideBox_1 .text p {
  font-size: 16px;
  line-height: 21px;
  color: #ffffff;
  display: -webkit-box;
  overflow: hidden;
  white-space: normal !important;
  text-overflow: ellipsis;
  word-wrap: break-word;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.newList {
  width: calc(100% - 500px);
}

.newList ul {
  padding: 20px;
}

.newList ul li {
  height: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 2px dotted #ccc;
}

.newList ul .titles::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 3px solid #0052D9;
  margin-right: 10px;
}

.newList ul .titles {
  width: calc(100% - 150px);
  font-size: 18px;
  color: #333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.newList ul .time {
  display: inline-block;
  width: 150px;
  font-size: 16px;
  text-align: right;
  color: #999999;
}

.newList .lookMore {
  width: 100%;
  display: flex;
  justify-content: center;
}

.newList .lookMore a {
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #333;
}

.newList .lookMore a::after {
  content: "";
  display: inline-block;
  background-image: url("./more.png");
  background-size: 100% 100%;
  width: 20px;
  height: 20px;
  margin-left: 5px;
}

.head {
  display: flex;
  justify-content: center;
}

.head img {
  width: 1200px;
  height: 170px;
}

/*# sourceMappingURL=demo.css.map */