.main {
  width: 100%;
  min-height: 500px;
  max-width: 1560px;
  padding: 0 10px 70px 10px;
  box-sizing: border-box;
  display: flex;
  margin: -155px auto 0 auto;
  position: relative;
  z-index: 2;
}

.leftView {
  width: calc(100% - 420px);
}
.leftView .typeView {
  width: 100%;
  height: 60px;
  background-image: linear-gradient(to bottom, #7873f5 0%, #a120cd 100%);
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
}
.leftView .typeView::-webkit-scrollbar {
  display: block;
}
.leftView .typeView::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.leftView .typeView::-webkit-scrollbar-thumb {
  background-color: #aba9a9;
  border-radius: 4px;
}
.leftView .typeView::-webkit-scrollbar-track {
  background-color: #fff;
  border-radius: 4px;
}
.leftView .typeView div {
  height: 60px;
  line-height: 60px;
  padding: 0 20px;
  color: #ffffff;
  cursor: pointer;
  box-sizing: border-box;
  display: inline-block;
}
.leftView .typeView div:hover {
  border-bottom: 2px solid #ec77ab;
  color: #ec77ab;
}
.leftView .typeView .act {
  border-bottom: 2px solid #ec77ab;
}
.leftView .cardView {
  width: 100%;
  height: 180px;
  display: flex;
  justify-content: space-between;
  margin-top: 8px;
}
.leftView .cardView img {
  width: 300px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.leftView .cardView .text {
  width: calc(100% - 310px);
  height: 100%;
  position: relative;
}
.leftView .cardView .text p {
  width: 100%;
}
.leftView .cardView .text p:nth-child(1) {
  font-size: 22px;
  color: #ffffff;
}
.leftView .cardView .text p:nth-child(2) {
  font-size: 16px;
  color: #dcdcdc;
}
.leftView .cardView .text p:nth-child(3) {
  font-size: 16px;
  color: #909090;
  position: absolute;
  bottom: 0;
  left: 0;
}
.leftView .cardView .text p:nth-child(3) span {
  padding-right: 20px;
}
.leftView .pagination {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 40px;
       column-gap: 40px;
  color: #ffffff;
  padding-top: 70px;
  font-size: 20px;
}
.leftView .pagination div:nth-child(2) {
  width: 100px;
  height: 50px;
  border-radius: 5px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 4px;
  background-image: linear-gradient(to right, #ec77ab 0%, #7873f5 100%);
}
.leftView .pagination img {
  cursor: pointer;
}
.leftView .titleView {
  width: 100%;
  height: 60px;
  line-height: 60px;
  text-align: center;
  color: #ffffff;
  font-size: 25px;
  background-image: linear-gradient(to bottom, #7873f5 0%, #a120cd 100%);
  display: flex;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.leftView .titleView img, .leftView .titleView div {
  width: 40px;
  padding: 0 20px;
}
.leftView .titleView p {
  width: calc(100% - 40px - 40px - 20px - 20px - 20px - 20px);
  text-align: center;
  display: block;
}
.leftView .titleView img {
  cursor: pointer;
}
.leftView .pView {
  width: 100%;
  font-size: 16px;
  color: #909090;
  display: flex;
  -moz-column-gap: 30px;
       column-gap: 30px;
  padding: 20px 0;
}
.leftView .content {
  width: 100%;
}
.leftView .content img {
  max-width: 100%;
}

.rightView {
  width: 420px;
}
.rightView .titleView {
  height: 60px;
  line-height: 60px;
  background-image: linear-gradient(to bottom, #7873f5 0%, #a120cd 100%);
  color: #ffffff;
  text-indent: 20px;
}
.rightView .cardView {
  width: calc(100% - 20px);
  height: 100px;
  margin-left: 20px;
  padding-bottom: 10px;
  box-sizing: border-box;
  margin-top: 10px;
  border-bottom: 1px solid #dcdcdc;
  display: flex;
  justify-content: space-between;
}
.rightView .cardView .num {
  width: 40px;
  height: 40px;
  background-image: linear-gradient(to top, #e14fad 0%, #f9d423 100%);
  text-align: center;
  line-height: 40px;
  border-radius: 8px;
  color: #ffffff;
}
.rightView .cardView .text {
  width: calc(100% - 50px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.rightView .cardView .text > p {
  width: 100%;
  color: #ffffff;
  font-size: 18px;
  line-height: 1.3;
}
.rightView .cardView .text > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  color: #909090;
}
.rightView .cardView .text > div div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  color: #909090;
}
.rightView .cardView .text > div div img {
  width: 26px;
  margin-right: 5px;
}

@media (max-width: 1000px) {
  .leftView {
    width: 100% !important;
  }
  .rightView {
    display: none !important;
  }
}/*# sourceMappingURL=news.css.map */