body {
  background: #F9F9F9;
}





.body_fr {
  width: 10.33rem;
  margin-left: 0.37rem;
}

.body_fr .type_name {
  max-width: 9.2rem;
  height: 1.87rem;
  margin: 0 auto;
  font-weight: 600;
  font-size: 0.36rem;
  color: #000000;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.body_fr .type_div {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
}

.body_fr .type_div .type_time {
  width: 3.33rem;
  /* height: 2.61rem; */
  margin-right: 0.17rem;
  margin-bottom: 0.52rem;
}

.body_fr .type_div .type_time:nth-child(3n) {
  margin-right: 0;
}

.body_fr .type_div .type_time .time_name {
  font-weight: bold;
  font-size: 0.17rem;
  color: #FFFFFF;
  height: 0.43rem;
  line-height: 0.43rem;
  width: 1.9rem;
  text-align: center;
  background: linear-gradient(180deg, #8864F4 0%, #4F41B4 100%);
  border-radius: 0.3rem;
  position: relative;
  margin: auto;
  transition: 0.5s;
}

.body_fr .type_div .type_time ul {
  margin-top: -0.26rem;
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  box-shadow: 0rem 0.03rem 0.06rem 0.01rem rgba(0, 0, 0, 0.03);
  border-radius: 0.1rem;
  padding: 0.53rem 0.15rem 0.28rem 0.19rem;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  align-content: flex-start;
  transition: 0.5s;
}

.body_fr .type_div .type_time ul li {
  font-weight: 400;
  font-size: 0.18rem;
  color: #000000;
  width: 50%;
  box-sizing: border-box;
  line-height: 0.2rem;
  padding-right: 0.1rem;
  padding-left: 0.12rem;
  margin-bottom: 0.11rem;
  position: relative;
    
}

.body_fr .type_div .type_time ul li::before {
  position: absolute;
  content: "";
  width: 0.05rem;
  height: 0.05rem;
  background: #5847BE;
  border-radius: 50%;
  left: 0rem;
  top: 0.07rem;
}

.body_fr .type_div .type_time:hover .time_name,
.body_fr .type_div .type_time:hover ul {
  transition: 0.3s;
  cursor: pointer;
  box-shadow: 0rem 0rem 0.26rem 0.04px rgba(74, 95, 131, 0.21);
}

.body_fr .type_div .type_time ul li:hover {
  color: #3B168A;
}

.body_fr .type_content {
  font-weight: 400;
  font-size: 0.18rem;
  color: #404040;
  line-height: 0.35rem;
  margin-bottom: 0.4rem;
  margin-top: 0.5rem;
}

.body_fr .cankao ul li {
  margin-bottom: 0.15rem;
  padding-left: 0.31rem;
  position: relative;
}

.body_fr .cankao ul li::before {
  content: "";
  position: absolute;
  width: 0.14rem;
  height: 0.14rem;
  background: #6B52D3;
  border-radius: 50%;
  left: 0;
  top: 0.06rem;
}

.body_fr .cankao ul li a {
  font-weight: bold;
  font-size: 0.2rem;
  color: #404040;
}
.body_fr .cankao ul li a:hover{
  color: #3B168A;
}
.body_fr .cankao_more {
  margin-top: 0.4rem;
  font-weight: bold;
  font-size: 0.18rem;
  color: #404040;
  display: flex;
}

.body_fr .cankao_more a {
  color: #6B52D3;
}
.body_fr .cankao_more a:hover{
  font-size: 0.2rem;
  transition: 0.5s;
}

@media screen and (max-width: 1024px){
    .body_fr .type_div .type_time{
        margin-right: 0rem!important;
    }
    .body_fr .type_div{
        justify-content: space-between;
    }
    .body_fr .type_div .type_time ul li{
        font-size: 0.2rem;
        line-height: 0.21rem;
    }
    .body_fr .type_content{
        font-size: 0.22rem;
    }
    .body_fr .cankao ul li a{
        font-size: 0.22rem;
    }
    .body_fr .cankao_more{
        font-size: 0.22rem;
    }
}



