* {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

.banner{
    width: 100%;
    margin-bottom: 60px;
}
.banner img{
    width: 100%;
}

.content{
    width: 1200px;
    margin: 0 auto;
}

.title{
    width: 100%;
    padding-bottom: 30px;
    border-bottom: 1px solid #DDE5F2;
    margin-bottom: 30px;
}
.title h1{
    text-align: center;
    color: #000;
    font-weight: 400;
    font-size: 42px;
    line-height: 54px;
}

.zj{
    display: flex;
    align-items: center;
    justify-content: center;
}
.zj span{
    color: #0C5DC8;
    font-size: 14px;
    margin-right: 35px;
}

.time{
    display: flex;
    align-items: center;
}
.time img{
    margin-right: 15px;
}
.ztdx{
    margin-left: 10px;
}
.ztdx a{
    color: #0C5DC8;
    font-size: 20px;
    margin: 0 10px;
}
.con_nr{
    margin-top: 30px;
}
.con_nr p{
    color: #666;
    line-height: 32px;
}
.con_nr span{
    color: #666;
    line-height: 32px;
}
.fanye{
    margin-top: 87px;
    padding-top: 42px;
    border-top: 1px solid #DDE5F2;
    margin-bottom: 100px;
}
.fanye a{
    display: block;
    margin-bottom: 17px;
    color: #666;
    font-size: 16px;
    transition: all 0.5s;
}
.fanye a:hover{
    color: #0C5DC8;
}
.fanye a span{
    display: inline-block;
    margin-right: 20px;
}