#subHeaderMenu{
    display:none;
}
.subHeader{
    height:78px;
}

.clear{
    clear:both;
    height:50px;
}


body{
    background: #fff;
}

.breadcrumb{
    border-bottom:1px solid #AABFD9;
    margin:30px auto;
}


.content{
    width:100%;
    background:#fff;
    padding:60px 50px 0px 50px;
    box-sizing: border-box;
}
.content h2.title{
    width:100%;
    text-align: left;
    font-size: 42px;
font-family: Microsoft YaHei;
font-weight: 400;
color: #235094;
line-height: 72px;
    margin-bottom:44px;
}
.content .info{
    width:100%;
    height:auto;
    background:#F4F6FA;
    padding:26px 60px;
    box-sizing: border-box;
    margin-bottom:45px;
    font-size: 28px;
font-family: Microsoft YaHei;
font-weight: 400;
color: #444444;
line-height: 60px;
overflow: hidden;
}
.content .info span{
    display:block;
    margin:0;
}
.content .info span.fr{
    float:left;
}

.content p{
    font-size: 34px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #444444;
    line-height: 60px;
margin-bottom:50px;
text-indent:2em;
text-align: justify;
}
.content img{
    max-width:100% !important;
    height:auto;
}



.dlink {
    position: relative;
    width: 100%;
    height: auto;
    background: #f5f5f5;
    padding: 0px 40px 60px;
    box-sizing: border-box;
    margin:0;
}

.dlink .title {
    width: 100%;
    height: 56px;
    background: #e5edf4 url(./dbg.png) no-repeat left;
    background-size:contain;
    font-size: 36px;
    font-weight: bold;
    color: #fff;
    padding: 4px 40px;
    box-sizing: border-box;
    margin-bottom: 40px;
}

.dlink li {
    font-size: 34px;
    line-height: 48px;
    border-bottom: 1px dashed #efefef;
    padding: 0;
    color: #444;
    margin-bottom:20px;
}

.dlink li span {
    display:block;
    float: initial;
    font-size: 24px;
    color: #999;
}





.dfile {
    position: relative;
    width: 100%;
    height: auto;
    background: #f5f5f5;
    padding: 60px 40px;
    box-sizing: border-box;
    margin:0;
}

.dfile .title {
    width: 100%;
    height: 56px;
    background: #e5edf4 url(./dbg.png) no-repeat left;
    background-size:contain;
    font-size: 36px;
    font-weight: bold;
    color: #fff;
    padding: 4px 40px;
    box-sizing: border-box;
    margin-bottom: 20px;
}
.dfile .title::after{
    display:none;
}

.dfile li {
    font-size: 34px;
    line-height: 48px;
    border-bottom: 1px dashed #efefef;
    padding: 0;
    color: #444;
    margin-bottom:20px;
}

.dfile li span {
    display:block;
    float: initial;
    font-size: 24px;
    color: #999;
}