.banner img,.banner table{
    width: 100%!important;
    height: auto!important;
}
#flashBoxu_u1_{
    width: 100%!important;
    height: auto!important;
}



/*one*/
.one{
    margin: 50px 0 30px 0;
}
.one dl dt span{
    overflow: hidden;
    height: 203px;
}
.one dl dt{
    width: 100%;
    border: 1px solid #cccccc;
    padding: 5px;
    background-color: #f5f5f5;
}
.one dl dt img{
   width: 100%;
}
.one dl dd h4{
    display: -webkit-box;
     overflow: hidden;
     white-space: normal!important;
     text-overflow: ellipsis;
     word-wrap: break-word;
     -webkit-line-clamp:2;
     -webkit-box-orient: vertical;
    padding: 10px 0;
    border-bottom: 1px dotted #cccccc;
    line-height: 24px;
    font-size: 16px;
}
.one dl dd p{
    margin: 10px 0;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal!important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp:3;
    -webkit-box-orient: vertical;
    font-size: 14px;
    line-height: 20px;
    color: #666666;
}
.one dl dd .more{
    color: #02529f;
    line-height: 20px;
    font-size: 14px;
}




.title{
    font-size: 24px;
    color: #02529f;
    margin-bottom: 30px;
}


.two .text{
    display: -webkit-box;
    overflow: hidden;
    white-space: normal!important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp:12;
    -webkit-box-orient: vertical;
    line-height: 26px;
    height: 312px;
    overflow: hidden;
}
.two .text img{
    width: 256px;
    float: left;
    margin-right: 10px;
}




.three .list dl{
    overflow: hidden;
    margin-bottom: 20px;
}
.three .list dl:last-child{
    margin-bottom: 0;
}
.three .list dl dd{
    width: 64px;
    height: 64px;
    background-color: #f4f4f4;
    padding: 4px;
    float: left;
}
.three .list dl dd span{
    line-height: 35px;
    font-size: 24px;
    text-align: center;
    display: block;
    border-bottom: 1px solid #333333;
    color: #333333;
    font-weight: bold;
}
.three .list dl dd p{
    text-align: center;
    line-height: 24px;
    font-size: 14px;
}
.three .list dl dt{
    width: calc(100% - 84px);
    float: right;
    padding: 8px 0;
    line-height: 24px;
    height: 64px;
    font-size: 16px;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal!important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp:22;
    -webkit-box-orient: vertical;
    font-weight: 100;
}
.three .list dl dt a:hover{
    color: #02529f;
}






/*手机适配*/
@media (max-width:758px) {
   .one{
        margin:20px 0;
    }
    .one dl{
        margin-bottom: 15px;
    }
    .one .col-lg-4:last-child dl{
        margin-bottom: 0;
    }

    /*标题*/
    .title{
        margin-bottom: 20px;
    }

    .two .text{
        margin-bottom: 20px;
    }

}