body{
    min-width: 1240px;
}
.banner{
    width: 100%;
    height: 530px;
    background: url("20200212-banner.png") no-repeat center;
}
.logo{
    margin-top: 20px;
}
.w_1200{
    width: 1200px;
    margin: 0 auto;
}
.fhsy{
    float: right;
    margin-top: 48px;
}
.title{
    position: relative;
    border-bottom: 1px #004bb3 solid;
    color: #004bb3;
    height: 30px;
}
.title p{
    font-size: 30px;
    font-weight: bold;
    padding-left: 14px;
    border-left: 8px #004bb3 solid;
    line-height: 30px;
    background: #fff;
    padding-right: 10px;
    position: absolute;
    bottom: -2px;
    left: 0;
}
.title a{
    font-size: 16px;
    color: #004bb3;line-height: 30px;
    background: #fff;
    position: absolute;
    bottom: -1px;
    right: 0;
    padding-left:10px;
}

.list-1 li {
    padding: 0 5px;
    line-height: 35px;
    transition: all .3s linear;
    overflow: hidden;
    font-size: 15px;
}
.list-1 li span {
    float: right;
    color: #999;
    font-size: 15px;
}
.list-1 li i {
    display: inline-block;
    width: 6px;
    height: 6px;
    background: #ccc;
    vertical-align: middle;
    margin-right: 10px;
    margin-top: 16px;
    float: left;
}
.list-1 li a {
    padding: 2px 0 2px 0;
    display: inline-block;
    width: 80%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    float: left;
    color: #333;
    transition: all .3s linear;
}
.list-1 li a:hover {
    padding: 2px 0 2px 8px;
    color: #004bb3;
    transition: all .3s linear;
}

.xglj li{
    width: 32%;
    margin-left: 2%;
    float: left;
    margin-top: 30px;
}
.xglj li.none{margin-left: 0}
.item{
    width: 49%;
    margin-top: 30px;
}
.footer{
    margin-top: 60px;
    border-top: 4px #004bb3 solid;
    padding: 40px;
    text-align: center;
    line-height: 30px;
}
.footer p a{
    display: inline-block;
    margin: 0 12px;
}
.footer p span{margin: 0 12px}

.red{
    position: absolute;
    left: 70px;
    top: 20px;
}