.wrop{
    width:1200px;
    margin:auto;
}
.notice{
    background: url(../img/image/person_bg.png);
    background-size:cover ;
    width:100%;
    height:250px;
    text-align: center;
    padding-top: 102px;
}
.notice h4{
    font-size: 28px;
    color:#ffffff;
}
.notice p{
    font-size: 14px;
    color: #ffffff;
    opacity: 0.4;
    padding-top: 10px;
}
.header_nav{
    font-size: 16px;
    padding: 22px 0;
}
.nav_type{
    padding: 0 5px;
}
.red{
    color:#bc84a8;
}
.table_p{
    display: block;
}
.notice_content{
    background: #ffffff;
}
.attending_form{
    padding: 20px 50px;
    width:inherit;
}
.attending_form table thead {
    background-color: #ffffff;
    height:50px;
    line-height: 50px;
}
.attending_form table thead th{
    text-align: left;
    color:#666666;
    font-weight: bold;
}
.attending_form table tbody tr p{
    line-height: 30px;
}
.attending_form table thead th:nth-of-type(1){
    padding-left: 20px;
}
.attending_form table td{
    text-align: left;
    padding-left: 0;
    padding-right: 0;
    vertical-align: middle;
    cursor: pointer;
}
.attending_form table td:nth-of-type(1){
    padding-left: 20px;
}
.page {
    margin:40px 0 ;
    width: 100%;
    text-align: center;
}
.page span {
    padding: 10px 15px;
    background: #FFFFFF;
    margin-left: 10px;
}
.table_p p:hover {
    color: #a90614;
}