.main{
    background-color: #f5f5f5;
}
.part1{
    width: 100%;
    height: 4.58rem;
}
.main .part1 {
    width: 100%;
    height: 4rem
}

.main .part1 .swiper-slide {
    width: 100%;
    height: 4rem
}

.main .part1 .swiper-slide a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%
}

.main .part1 .swiper-slide a img {
    display: block;
    width: 100%;
    height: 100%
}

.main .part1 .swiper-slide a .bg_black {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: .7rem;
    background-color: rgba(0,0,0,.7);
}

.main .part1 .swiper-slide a p {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 70%;
    height: .7rem;
    font-weight: bold;
    line-height: .7rem;
    font-size: .26rem;
    color: #fff;
    padding: 0 .3rem;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.swiper-pagination {
    text-align: right;
    padding-right: .3rem;
    box-sizing: border-box;
    bottom: .1rem!important
}

.swiper-pagination-bullet {
    width: .14rem;
    height: .14rem;
    border-radius:0;
    opacity: 0.8;
    background-color: #fff
}

.swiper-pagination-bullet-active {
    width: .36rem;
    height: .14rem;
    background-color: #3D7EFF
}
.part2{
    width: 100%;
    background: #FFFFFF;
    padding: 0 .3rem .2rem;
    box-sizing: border-box;
}
.part2 .list .list_item{
    display: flex;
    justify-content: space-between;
    width: 100%;
    box-sizing: border-box;
    height: .7rem;
    line-height: .7rem;
}
.part2 .list .list_item:nth-of-type(2){
    display: none;
}
.part2 .list .list_item span{
    display: block;
    width: 80%;
    font-size: .3rem;
    color: #444444;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.part2 .list .list_item span::before{
    content: "◇";
    margin-right: .1rem;
}
.part2 .list .list_item i{
    font-size: .26rem;
    color: #999999;
}
.part2 .list .list_item:nth-of-type(1) span{
    width: 100%;
    font-size: .32rem;
    font-weight: bold;
    color: #FF753F;
    text-align: center;
}
.part2 .list .list_item:nth-of-type(1) span::before{
    font-size: 0;
}
.part2 .list .list_item:nth-of-type(1) i{
    display: none;
}
.part3{
    width: 100%;
    background: #FFFFFF;
    margin-top: .2rem;
    padding: 0 .3rem .2rem;
    box-sizing: border-box;
}
.part3 .tabs .tab{
    width: auto;
    margin-right: .18rem;
    padding: 0 .2rem;
    height: .7rem;
    line-height: .7rem;
    text-align: center;
    background: #FFFFFF;
    border: .02rem solid rgba(204,204,204,0.4);
    border-radius: .1rem;
    font-size: .28rem;
    color: #666666;
    box-sizing: border-box;
}
.part3 .tabs .tab.active{
    color: #FFFFFF;
    background: #3D7EFF;
    border-color: #3D7EFF;
}
.part3 .box{
    display: none;
}
.part3 .box.active{
    display: block;
}
.part3 .box .list_item{
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 1.4rem;
    margin-top: .4rem;
}
.part3 .box .list_item .left{
    width: 4.4rem;
}
.part3 .box .list_item .left .tit{
    display: block;
    font-size: .3rem;
    font-weight: bold;
    color: #444444;
    line-height: .36rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.part3 .box .list_item .left .other i{
    font-size: .2rem;
    font-weight: bold;
    color: #999999;
}
.part3 .box .list_item img{
    display: block;
    width: 2.1rem;
    height: 100%;
}
.part3 .box .look_more{
    display: block;
    width: 100%;
    height: .76rem;
    background: #F6F6F6;
    margin-top: .4rem;
    border: .02rem solid #EEEEEE;
    font-size: .28rem;
    font-weight: bold;
    color: #999999;
    text-align: center;
    line-height: .76rem;
}
