p {
    margin: 0 0 0 0;
}
a{
    cursor:pointer;
}
.text_list {
    border-bottom: 1px solid RGBA(231, 231, 231, 1);
    margin-bottom: 54px;
    padding: 0px 17px 35px 20px;
}

.text_list_a{
    color: rgba(107, 107, 107, 1);
    display: block;
}
.text_list_a:hover{
    color: #0C0C0C;
}
.text_list_title {
    width: 71%;
    display: inline-block;
    font-size: 15px;
    /*font-family: MicrosoftYaHei-Bold;*/
    font-family: 'Microsoft YaHei';
    font-weight: bold;
    line-height: 25px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}


.text_list_button {
    float: right;
    display: inline-block;
    font-size: 14px;
    font-family: 'Microsoft YaHei';
    font-weight: bold;
    color: rgba(255, 255, 255, 1);
    padding: 5px 17px 6px 17px;
    background: rgba(255, 159, 0, 1);
    border-radius: 4px;
}

.text_list_content {
    width: 83.84%;
    font-size: 14px;
    margin-top: 40px;
    /*font-family: MicrosoftYaHei;*/
    font-family: 'Microsoft YaHei';
    font-weight: 400;
    display: -webkit-box;
    /*display: -webkit-inline-box;*/
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    word-break: break-all;
    -webkit-line-clamp: 3;
    -moz-line-clamp:3;
    display: -moz-box;
    /*height:63px;*/
    line-height: 21px;
    text-overflow: ellIPsis;
    overflow: hidden;
    max-height: 100px;
}

.text_list_time {
    float: right;
    display: inline-block;
    font-size: 14px;
    font-family: 'Microsoft YaHei';
    font-weight: 400;
    color: rgba(107, 107, 107, 1);
    margin: 0 0 0 0;
}

.nav_iframe {
    min-width: 1200px;
    width: 100%;
    height: 605px;
    z-index: 101;
    position: relative;
}

.dBanner {
    width: 100%;
    height: auto;
    position: relative;
    margin-top: -448px;
    z-index: 1;
    float: none;
}

.dBanner img{
    width: 100%;
    height: auto;
}

/*.content {*/
    /*position: relative;*/
    /*z-index: 200;*/
/*}*/

.footer_iframe {
    width: 100%;
    height: 400px;
    position: relative;
    margin-top: 76px;
    background-color: #0071D1;
    /*margin-bottom: -4px;*/
}
