body{
    background: #aae4ff;
}
.gallery a{
    padding-top:1rem;
    padding-bottom:1rem;
    background:transparent;
    border:1px solid rgb(255, 255, 255);
}
.gallery a:hover{
    background:rgb(255, 255, 255);
}
a:hover{
    text-decoration: none;
}
.btline{
    display:block;
    width:90%;
    margin:0 auto;
    margin-bottom:2rem;
}
.news_title{
    margin-top:0.4rem;
    line-height: 3rem;
    border-bottom:1px dashed #000;
    font-weight:600;
}
.lianjie{
    display: block;
    width:26rem;
    text-align: center;
    height:4rem;
    color:#000fe6;
    line-height: 4rem;
    border-radius:0.4rem;
    border:1px solid black;
}
.lianjie:hover{
    background:#000fe6;
    color:rgb(255, 255, 255);
    text-decoration:none;
    border-color:transparent;
}
.title_01{
    line-height: 3rem;
    font-weight: 600;
    margin:0 auto;
    margin-top:6rem;
    margin-bottom:0.8rem;
    color:rgb(13, 0, 190);
}
/* .title_01::before{
    content: "";
    display: inline-block;
    width:1.6rem;
    height:1.6rem;
    margin-right:3rem;
    background:#e60012;
}
.title_01::after{
    content: "";
    display: inline-block;
    width:1.6rem;
    height:1.6rem;
    margin-left:3rem;
    background:#e60012;
} */

.title_01 b{
    font-weight: 700;
}
.baguetteBoxOne{
    margin-top:2rem;
}
section>div>a{
    margin-top:1rem;
}
section>p{
    text-align:center;
    font-size:2rem;
}
.jstd span{
    display: block;
    text-align:center;
    font-size: 1.8rem;
    height:5rem;
    line-height: 5rem;
}

.jstd span:nth-child(odd){
    background:#e60012;
    color:#fff;
}
.jstd span:nth-child(even){
    background:#242424;
    color:#fff;
}
.jstd span:hover{
    background-color: rgb(74, 35, 146);
}