@charset "UTF-8"; .title {
    margin-top: 20px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #666666;
    text-align: center;
}

.title h3 {
    display: block;
    font-family: "黑体";
    font-size: 32px;
    color: #FF0000;
    letter-spacing: 5px;
}

.title p {
    color: #a6080c;
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.title p span {
    color: #000;
    m//argin-left: 20px;
    margin-right: 40px;
}

.notice {
    width: 960px;
    margin: 0 auto;
    max-width: 100%;
}

.notice h3 {
    margin-top: 20px;
    font-family: "宋体";
    font-size: 20px;
    font-weight: bold;
    line-height: 200%;
    text-align: center;
}

table {
    border-collapse: collapse;
    border: solid 1px #a6080c;
}

caption {
    margin-top: 20px;
    font-family: "宋体";
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    border: solid 1px #a6080c;
    padding-top: 10px;
    padding-bottom: 10px;
}

th {
    border: solid 1px #a6080c;
    background-color: #F8F8F8;
    text-align: center;
    font-family: "宋体";
    font-size: 18px;
    font-weight: bold;
    padding: 5px;
}

td {
    border: solid 1px #a6080c !important;
    height: 30px;
    font-size: 13px;
}

table div {
    margin: 5px;
}

thead .time {
    width: 120px;
}

tbody .time {
    padding: 5px;
    text-align: center;
    line-height: 180%;
}

tbody .address {
    padding: 5px;
    line-height: 180%;
}

tbody .conference {
    text-align: left;
    text-indent: 1em;
    line-height: 180%;
    padding: 5px;
}

tbody .host {
    padding: 5px;
    text-align: center;
    line-height: 180%;
}

tbody .participants {
    padding: 5px;
    line-height: 180%;
}

tbody .prepare {
    padding: 5px;
    text-align: center;
    line-height: 180%;
}

tfoot .remarks {
    padding: 5px;
    text-align: left;
}

tfoot .remarks p {
    text-indent: 1em;
    margin: 0;
    line-height: 150%;
}

.noticelist {
    width: 960px;
    max-width: 100%;
    margin: 10px auto;
}

.noticelist ul {
    overflow:hidden;
    padding:0;
    margin:0;

}

.noticelist li {
    display: block;
    width: 50%;
    line-height:20px;
    float: left;
    font-size: 15px;
    margin-bottom: 10px;
    padding: 0 10px;
}
.noticelist li a{
    color:#666;text-decoration:none;text-align:center;
}
.noticelist li a span {
    color: #666;
    width:100%;
    display:block;
}

.noticelist li a p{
    padding:0;
    margin:0;  color: #CC0000;
}

.noticelist li a:hover {
    color: #CC0000;
    text-decoration: underline;
}