ul, menu, dir {
    display: block;
    list-style-type: disc;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 40px;
}
li {
    display: list-item;
    list-style-type: disc;
    text-align: -webkit-match-parent;
}
ol {
    display: block;
    list-style-type: decimal;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 40px;
}
table {
    border-top: 1px solid;
    border-left: 1px solid;
}
table td {
    border-right: 1px solid;
    border-bottom: 1px solid;
}
b, strong {
    font-weight: bold;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}
h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}
h2 {
    font-size: 18px;
}
img {
    display: initial;
    vertical-align: middle;
}
p {
    margin: 0 0 10px;
}
ul, ol {
    margin-top: 0;
    margin-bottom: 10px;
}


/* 会议赞助 */
.nyp1 {
    line-height: 1.8;
    color: #4F4F6F;
    font-size: 16px;
}
.nyp1 a {
    color: #FFDB66;
}
.sponsor-list {
    margin-bottom: 40px;
}
.sponsor-list h2,
.sponsor-list h5 {
    font-size: 18px;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 10px;
}
.sponsor-list h5 {
    font-size: 16px;
}
.sponsor-list h2 > img,
.sponsor-list h5 > img {
    margin-right: 5px;
}
.sponsor-list p span:first-child {
    white-space: nowrap;
}