.Debris_navigation {
    height: 54px;
    line-height: 54px;
    padding-left: 10px;
    margin-top: 15px;
    padding: 0px 42px 0;
}

span.iconfont {
    font-size: 18px;
    margin-right: 8px;
    color: #2777bc;
}

.Debris_navigation a {
    color: #333333;
    text-decoration: none;
}
.Debris_navigation a:hover{
    color: #2777bc;
}







.wrap {
    width: 1230px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
.article .main {
    font-size: 16px;
    line-height: 26px;
    float: left;
    width: 704px;
    padding: 67px 42px 0;
}
.article .main .t {
    margin-bottom: 25px;
    padding-bottom: 34px;
    border-bottom: 1px solid #0054a3;
    font-size: 30px;
    line-height: 44px;
}
.article .main .tip {
    margin-bottom: 51px;
    font-size: 16px;
    line-height: 26px;
}
.article .main .tip span {
    display: inline-block;
    margin-right: 40px;
}
.article .main .tip i {
    font-family: Arial;
}
.article .main .tip span {
    display: inline-block;
    margin-right: 40px;
}
.article .main .tip b {
    cursor: pointer;
}
.article .main .tip b + b {
    margin-left: 20px;
}
.article .main .text {
    line-height: 1.4;
}


.article .side {
    float: right;
    width: 368px;
    margin-right: 15px;
}
.article .side .t {
    height: 190px;
    background: url(../image/zdxw.jpg) center no-repeat;
    font-size: 24px;
    line-height: 190px;
    text-align: center;
    color: #fff;
}
.article .side .list {
    border-left: 1px solid #ededed;
    border-right: 1px solid #ededed;
    padding: 0;
    background-color: white;
}
.article .side .list li {
    height: 70px;
    border-bottom: 1px solid #ededed;
    text-align: center;
    list-style: none outside none;
}
.article .side .list a {
    display: inline-block;
    vertical-align: middle;
    width: 336px;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    letter-spacing: 0;
    text-decoration: none;
    color: #333;
}
.article .side .list a:hover{
    color:#0054a3;
}
.middle:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}
.article .main img {
    max-width: 100%;
    height: auto;
}


@media screen and (max-width: 767px){
   .wrap{
        width:100%;
    }
   .Debris_navigation{
    padding: 0 5px 0;
    line-height: normal;
    }
.article .main .tip span{
        margin-right: 4%;
    }
.article .main {
    width: 100%;
    padding: 0px 5px 0;
}

    .article .main .t{
        font-size:1.2rem;
        line-height: normal;
        text-align: center;
        padding-bottom: 15px;
        margin-bottom: 10px;
    }

.article .main .tip {
    margin-bottom: 15px;
    line-height: 20px;
    font-size: 0.5rem;
    padding-left: 5px;
}
.article .side {
    display: block;
    height: auto;
    padding: 0px 5px 0;
    width: 100% !important;
    margin: 0;
    padding-top: 30px;
}
 .article .main .text img{
        width: 100% !important;
        height: auto !important;
    }

    .article .side .list{
    display: block;
    position: relative;
    top: 0;
}
}