* {
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    background: transparent;
    list-style: none;
}


.main.home .slide-box {}

.main.home .slide-box .swiper-container {
    width: 100%;
    height: 60vw;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 4vw;
}

.swiper-slide {
    text-align: center;
    font-size: 5.067vw;
    font-weight: 700;
    background-color: #eee;
    display: flex;
    justify-content: center;
    align-items: center;
}

.main.home .slide-box img {
    width: 100%;
    height: 100%;
}

.main.home .container{
    margin-top: 12px;
}
.container .list-group-item {
    border: none;
}
.container .list-group-item a{
    color: #0a0a0a;
    text-decoration: none;
}
.container .list-group-horizontal {
    display: flex;
    flex-wrap: wrap;
    overflow-x: auto;
    align-items: center;
    box-shadow: 0 0.5px 2px #05184a80;
}

.main.home .news-list{
    margin: 0.7rem 0.7rem 0;
}

.main.home .news-list .list-group-item{
    display: flex;
}

.news-list .list-group-horizontal {
    flex-wrap: wrap;
    overflow-x: auto;
    align-items: center;
    box-shadow: 0 0.5px 2px #05184a80;
}

.news-list .left-box {
    flex: 1;
}

.news-list .left-box .sub-text{
    color: #999;
    padding-top: 1rem;
}

.main.home .news-list .cover {
    flex: 0 0 20%;
    margin-left: 1rem;
    width: 4.667rem;
    height: 4.667rem;
}

.main.home .content-desc{
    margin: 0.7rem 0.7rem 0;
    box-shadow: 0 0.5px 2px #05184a80;
}

.main-user{
    margin: 0.7rem 0.7rem 0;
}

.main-user .main-user-head{
    margin-top:1rem;
}

.main-user .main-user-body{
    margin-top:1rem;
}

.main-user .main-register-single{
    margin-top:1rem;
    box-shadow: 0 0.5px 2px #05184a80;
}

.container .list-group .container-list-text{
    /*font-size: 20px;*/
    /*padding-left: 20px;*/
    text-align: center;
    width: 33%;
}

.news-list .slide-box .news-list-img-name{
    bottom: 0;
    position: absolute;
    background: linear-gradient(to bottom, #00000000, #00000066);
    width: calc(100% - 1em);
    font-size: 1rem;
    color: #fff;
    padding: .8em .6em .6em;
}

.fhjj_img{
    margin: .7rem 0rem 0rem;
    box-shadow: 0 .5px 2px #05184a80;
    border-radius: 3px;
    width: 100%;
    position: relative;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 0;
}

.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #0c63e4;
    color: white;
    text-align: center;
    padding: 10px 0;
}