  
/* 演讲摘要 */
table{
    border: 0px !important;
    padding: 8px;
    line-height: 1.4;
}
td{
    border: 0px !important;
    line-height: 30px;
    
}
body{

    background-size:100%;
}
table tr{
    display: block;
    margin-bottom: 50px;
    valign:middle;

}
table tr td, table tr th{
    vertical-align:middle;
    font-size: 14px;

}

h3{
    display: block;
    margin-top: 20px;
    margin-bottom: 10px;
    font-family:inherit;
    font-weight: 500;
    /* line-height: 4.11; */
    color: inherit;
    font-size: 23px;
    color: rgb(255, 187, 0);
}

p{
    display: block;
    margin: 0 0 10px;
    font-size: 16px;
}

.img-responsive{
    display: block;
    height: auto;
}
.detail-con{
    font-size: 14px;
    line-height: 28px;
    padding: 0 70px 20px;
    color: #fff;
}
.detail-con img{
    vertical-align: middle;
    border: 0;
    border: 1px solid #f00;
}
.detail-con table tr td{
    padding-left: 20px;
}
.title3{
    margin-bottom:20px;
}

