.main-top {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  color: #333;
  line-height: 40px;
}

.main-top>img {
  width: 10px;
  height: 15px;
  margin-right: 10px;
}

.main-title {
  background-color: #F5F5F5;
  display: flex;
  flex-wrap: wrap;
}

.main-title>li {
  list-style-type: none;
  width: 15%;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  margin: 10px;
  cursor: pointer;
}

.main-title>li a {
  color: #333;
  display: block;
  overflow: hidden;
  border-radius: 10px;
  background-color: #fff;
}



.main-title .ffe a {
  color: #fff;
  background-color: #FF2E63;
}

.main {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  margin-bottom: 20px;
}

.main .main-left {
  width: 70%;
  border: 1px solid #E5EBF8;
  margin-right: 1%;
  padding: 10px;
  box-sizing: border-box;
}

.main .main-left h2 {
  line-height: 20px;
  padding-bottom: 10px;
  box-sizing: border-box;
  border-bottom: 1px solid #CCCCCC;
  font-size: 20px;
}

.main-left>.main-list {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.main-left>.main-list .main-left-item {
  width: 195px;
  height: 200px;
  list-style-type: none;
  background-color: #fff;
  border: 1px solid #E5EBF8;
  text-align: center;
  font-size: 12px;
  margin: 10px 10px 0 0;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  color: #333;
}

.main-left>.main-list .main-left-item:hover {
  border: 1px solid #FF9A00;
}

.main-left>.main-list .main-left-item:hover .item-date {
  display: none;
}

.main-left>.main-list .main-left-item:hover .item-click {
  display: block;
  background-color: #FF9A00;
  color: #fff;
  width: 100%;
  line-height: 30px;
}

.main-left>.main-list .main-left-item:nth-child(4n) {
  margin-right: 0;
}

.main-left>.main-list .main-left-item .item-img {
  width: 100px;
  height: 100px;
  border-radius: 10px;
  margin: 10px;
}

.main-left>.main-list .main-left-item .item-title {
  width: 100%;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 10px;
  box-sizing: border-box;
}

.main-left>.main-list .main-left-item .item-star {
  width: 70px;
}

.main-left>.main-list .main-left-item .item-m {
  color: #999999;
}

.main-left>.main-list .main-left-item .item-date {
  color: #FF2F1B;
  /* display: none; */
  line-height: 30px;
}

.main-left>.main-list .main-left-item .item-click {
  display: none;
}


.main .main-right {
  width: 29%;
}

.main-right-one {
  width: 100%;
  border: 1px solid #E5EBF8;
  padding: 10px;
  box-sizing: border-box;
}


.main .main-right-one h2 {
  line-height: 20px;
  padding-bottom: 10px;
  box-sizing: border-box;
  border-bottom: 1px solid #BE9000;
  font-size: 20px;
}

.main .main-right-one h2>span {
  color: #BE9000;
}

.main-right-one>ul {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.main-right-one>ul li {
  width: 96px;
  height: auto;
  list-style-type: none;
  margin: 18px 7px 0;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
  border-radius: 10px;
  overflow: hidden;
}

.main-right-one>ul li:nth-child(3n) {
  margin-right: 0;
}

.main-right-one>ul li>img {
  width: 102px;
  height: 102px;
}
.main-right-one>ul li a {
  position: relative;

}
.main-right-one>ul li a strong{
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 5;
  font-size: 14px;
  font-weight: normal;
  color: #fff;
  text-align: center;
  background-color: rgba(0, 0, 0, .7);
  height: 26px;
  line-height: 26px;
}

.main-right-two {
  width: 100%;
  border: 1px solid #E5EBF8;
  padding: 10px;
  box-sizing: border-box;
  margin-top: 10px;
}

.main-right-two h2 {
  line-height: 20px;
  padding-bottom: 10px;
  box-sizing: border-box;
  border-bottom: 1px solid #1EBEB8;
  font-size: 20px;
}

.main-right-two h2>span {
  color: #1EBEB8;
}

.main-right-two .ranklist .l-c {
  padding: 5px;
  box-sizing: border-box;
  list-style-type: none;
  margin: 10px 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  cursor: pointer;
  border-bottom: 1px solid #EEEEEE;
}

.main-right-two .ranklist .l-c:last-child {
  margin: 10px 0 0 0;
  border-bottom: none;
}

.main-right-two .ranklist .l-c .mrn {
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  border-radius: 50%;
  color: #fff;
  background-color: #CCCCCC;
}

.main-right-two .ranklist .l-c:nth-child(1) .mrn {
  background-color: #FF0000;
}

.main-right-two .ranklist .l-c:nth-child(2) .mrn {
  background-color: #FD8F3B;
}

.main-right-two .ranklist .l-c:nth-child(3) .mrn {
  background-color: #FFA784;
}

.main-right-two .ranklist .l-c .mr-main {
  display: flex;
  justify-content: flex-start;
  flex: 1;
  margin: 0 10px 0 10px;
}

.main-right-two .ranklist .l-c .mr-main>img {
  width: 60px;
  height: 60px;
  border-radius: 5px;
}

.main-right-two .ranklist .l-c .mr-main>div {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  font-size: 12px;
  margin-left: 10px;
}

.main-right-two .ranklist .l-c .mr-main>div>img {
  width: 70px;
}

.main-right-two .ranklist .l-c .mr-main>div .mr-main-dp {
  color: #999999;
}

.main-right-two .ranklist .l-c .btn {
  font-size: 12px;
  color: #fff;
  background-color: #FF2E63;
  border-radius: 10px;
  width: 50px;
  line-height: 25px;
  text-align: center;
}

.main-right-two .ranklist .l-c .mr-p {
  margin-left: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  flex: 1;
}