body {
    background: #f5f5f5;
}

.breadcrumb {
    border-bottom: 1px solid #AABFD9;
    margin: 30px auto 0;
}

.content {
    width: 100%;
    background: #fff;
    padding:60px 50px 0px 50px;
    overflow: hidden;
    box-sizing: border-box;
}

.content h2.title {
    width: 100%;
    text-align: center;
    font-size: 30px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #235094;
    line-height: 48px;
    margin-bottom: 44px;
}

.content .info {
    width: 100%;
    height: 45px;
    background: #F4F6FA;
    padding: 15px 20px;
    box-sizing: border-box;
    margin-bottom: 45px;
}
.content .info span{
    margin-right:30px;
}
.content .info span.fr{
    float:right;
}

.content p {
    font-size: 22px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #444444;
    line-height: 50px;
    margin-bottom: 50px;
    text-indent: 2em;
}
.content img{
    max-width:80% !important;
    margin:0 auto;
    display:block;
}


.dlink {
    position: relative;
    width: 100%;
    height: auto;
    background: #fff;
    margin-bottom: 50px;
    padding: 30px 65px 60px;
    box-sizing: border-box;
}

.dlink .title {
    width: 100%;
    height: 45px;
    background: #e5edf4 url(./dbg.png) no-repeat;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    padding: 8px 50px;
    box-sizing: border-box;
    margin-bottom: 10px;
}

.dlink li {
    font-size: 18px;
    line-height: 50px;
    border-bottom: 1px dashed #efefef;
    padding: 0 20px;
    box-sizing: border-box;
    color: #444;
}

.dlink li span {
    float: right;
    font-size: 15px;
    color: #999;
}



.dfile {
    position: relative;
    width: 100%;
    height: auto;
    background: #fff;
    padding: 30px 65px;
    box-sizing: border-box;
}

.dfile .title {
    width: 100%;
    height: 45px;
    font-size: 20px;
    font-weight: bold;
    color: #235094;
    padding: 8px 0;
    box-sizing: border-box;
    margin-bottom: 10px;
    position: relative;
    background:#fff;
}
.dfile .title::after{
    content:'';
    width:1180px;
    height:1px;
    background:#efefef;
    position: absolute;
    top:20px;
    right:0;
}

.dfile li {
    font-size: 18px;
    line-height: 50px;
    padding: 0 20px;
    box-sizing: border-box;
    color: #235094;
}

.dfile li a{
    color: #235094;
}

/* 20240509新增正文底部增加50px */
.box {
    padding-bottom: 50px;
}