.banner-box {
  width: 100%;
}
.banner-box > img {
  width: 100%;
}
.main-box {
  width: 1440px;
  margin: 0 auto;
}

.card-list {
  padding: 28px 0px 39px 0px;
  box-sizing: border-box;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.card-list > li {
  padding: 12px 0px 11px 26px;
  box-sizing: border-box;
  width: 338px;
  height: 150px;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.card-list > li > h3 {
    letter-spacing: 20px; 
    margin-left: 30px;
    line-height: 26px;
    font-size: 40px;
    font-weight: bold;
    color: #fefeff;
}
.card-list > li > img {
  width: 10px;
  height: 127px;
  margin-right: 30px;
}
.card-list > li > .item-list {
  width: 60%;
  height: 94%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.card-list > li > .item-list > li {
  font-size: 16px;
  color: #fefeff;
}
.first-list-box {
  width: 100%;
  height: 340px;
  display: flex;
  margin-bottom: 40px;
}
.first-list-box > .tabs-list-box {
  display: flex;
}
.first-list-box > .tabs-list-box > .tabs-big-img {
  width: 700px;
  height: 340px;
  position: relative;
  margin-right: 20px;
}
.first-list-box > .tabs-list-box > .tabs-big-img > img {
  width: 100%;
  height: 100%;
}
.first-list-box > .tabs-list-box > .tabs-big-img > .tabs-big-text {
  position: absolute;
  width: 100%;
  bottom: 0px;
  left: 0px;
  z-index: 10;
  background: rgba(00, 00, 00, 0.6);
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  font-size: 17px;
}
.first-list-box > .tabs-list-box > .tabs-imgs-box {
  width: 150px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-right: 30px;
}
.first-list-box > .tabs-list-box > .tabs-imgs-box > li {
  width: 100%;
  height: 100px;
  position: relative;
  border: 1px solid transparent;
  cursor: pointer;
}
.tabs-imgs-box > li.active {
  border: 1px solid #1573db;
}
.first-list-box > .tabs-list-box > .tabs-imgs-box > li > p {
  width: 100%;
  height: 100px;
  position: absolute;
  left: 0px;
  top: 0;
  z-index: 10;
  background: rgba(255, 255, 255, 0.6);
}
.new-list-title {
  width: 540px;
  height: 100%;
}
.title-box {
  width: 100%;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.title-box > .title-left {
  display: flex;
  align-items: center;
}
.title-box > .title-left > img {
  width: 24px;
  height: 20px;
  margin-right: 6px;
}
.title-box > .title-left > h3 {
  font-size: 24px;
  color: #1573db;
}
.title-box > img {
  width: 54px;
  height: 15px;
  display: block;
  cursor: pointer;
}
.list-box {
  width: 100%;
  padding-top: 6px;
  box-sizing: border-box;
}
.list-box > li {
  width: 100%;
  padding: 10px 0px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.list-box > li > .item-dot {
  width: 5px;
  height: 5px;
  background: #1573db;
}
.list-box > li > .item-text {
  width: 80%;
  font-size: 17px;
  color: #333333;
}
.list-box > li > .item-date {
  font-size: 17px;
  color: #999999;
}
.second-list-box {
  width: 100%;
  padding: 20px 0px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.second-list-box > li {
  width: 705px;
  height: 194px;
  background: #f7f7f7;
  margin-bottom: 30px;
  display: flex;
}
.second-list-box > li > img {
  width: 335px;
  height: 100%;
}

.second-list-box > li > .item-right {
  width: 370px;
  height: 100%;
  padding: 23px 27px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.second-list-box > li > .item-right > .title {
  font-size: 18px;
  font-weight: bold;
  color: #1a1a1a;
}
.second-list-box > li > .item-right > .text {
  width: 100%;
  font-size: 15px;
  color: #808080;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 28px;
  text-indent: 30px;
}
.second-list-box > li > .item-right > .detail {
  width: 100%;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.second-list-box > li > .item-right > .detail > span {
  font-size: 15px;
  color: #5d97ff;
  line-height: 28px;
  margin-right: 6px;
}

.second-list-box > li > .item-right > .detail > img {
  width: 16px;
  height: 16px;
}

