﻿body{
    background: initial;
}
.bshead{
    background: url(../images/wdqbsybt.png) no-repeat center bottom;
    background-size: cover;
    height: 450px;
}
.bslog{
    width: 1200px;
    margin: 0 auto;
    padding-top: 10px;
}
.bswrap{
    width: 1200px;
    margin: 0 auto;
    margin-bottom: 20px;
}
.bscontent .bs-tit{
    display: flex;
    align-items: center;
    flex-direction: column;
    margin: 30px auto;
    border-bottom: 1px solid #E8E8E8;
}
.bscontent .bs-tit p{
    font-size: 24px;
}
.bscontent .bs-list{
    overflow: hidden;
    padding-top: 20px;
    padding-left: 10px;
}
.bscontent .bs-list a{
    display: block;
    width: 277px;
    height: 60px;
    line-height: 60px;
    float: left;
    padding: 0 10px;
    box-sizing: border-box;
    margin: 0 20px 20px 0;
    font-size: 18px;
    color: #0D1C28;
    background: #FFFFFF;
    border: 1px solid #D3E5F6;
    transition: all .5s;
    box-shadow: 0px -0.02rem 0.16rem 0px rgba(144, 147, 153, 0.32);
}
.bscontent .bs-list a:hover{
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}
