.body-top {
  height: var(--top-height);
}

.body-box .icon-bg3 {
    width: 3.5rem;
    display: block;
    margin: 0rem auto 0 auto;
}

.body-top-right {
  margin-right: var(--padding);
  padding: 0.35rem 0.15rem 0.15rem 0;
  color: #DCEBFF;
}

.body-top-right li {
  float: right;
  margin-right: 0.1rem;
}

.body-main {
  padding: 0 var(--padding);
}

.body-box .main-search {
  margin-top: 0.25rem;
  padding: 0 1.2rem;
}

.search .search-box {
  background: #fff;
}

.body-box .main-btn {
  display: flex;
  padding: 0.35rem var(--padding);
  justify-content: space-between;
}

.body-box .main-btn .btn-box {
  width: 48%;
  height: 2.40rem;
  background: rgb(255, 255, 255);
  box-shadow: 2px 2px 20px rgb(233, 245, 255);
  border-radius:
    .10rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.body-box .main-btn .btn-box .btn-item{
  width: 8rem;
height: 2.02rem;
}
.body-box .main-btn .btn-box .btn-item img{
  width: 100%;
  height: 100%;
}
.body-bottom {
	height: var(--bottom-height);
}
.body-box .main-list{
  padding: 0.15rem 1.1rem;
  display: flex;
  justify-content: space-between;
}
.body-box .main-list .list-box{
  width: 7.7rem;
  padding-bottom: .9rem;
}
.body-box .main-list .list-box .list-title{
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 0.62rem;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.body-box .main-list .list-box .list-title .left-title{
  color:rgb(0, 119, 255);
  font-family: 思源黑体;
font-size: .32rem;
font-weight: 700;
border-bottom: 4px solid rgb(0, 119, 255);
}
.body-box .main-list .list-box .list-title .right-title{
  color: rgb(51, 51, 51);
font-family: 宋体;
font-size: .20rem;
}
.body-box .main-list .list-box .list-title .right-title a{
  color: #000000;
}
.body-box .main-list .list-box .list-item {
  display: flex;
  border-bottom: 0.01rem solid #efefef;
	padding: 0.08rem;
	display: flex;
}
.body-box .main-list .list-box .list-item .left-item {
  flex:1.5;
  border-right: 0.01rem solid #efefef;
  text-align: center;
  padding: 0.05rem;
} 
.body-box .main-list .list-box .list-item .left-item .left-h1{
  color: #3A82F9;
	font-size: 0.22rem;
	font-weight: bold;
}
.body-box .main-list .list-box .list-item .left-item .left-h2{
  color: #8E8E8E;
}
.body-box .main-list .list-box .list-item .right-item {
padding: 0.1rem;
    flex: 8.5;
    font-size: 0.25rem;
    color: #000000;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}