body{
    margin: 0;
    padding: 0;
}
.all{
    width: 1366px;
    margin: 0px auto;
}
a{
    text-decoration: none;
}
.backToHome a{
    color: black;
    font-size: 12px;
}
.backToHome p{
    font-size: 12px;
}
.backToHome{
    margin-left: 200px;
    margin-top: -40px;
}
.mainTitle{
    font-size: 30px;
    font-weight: bold;
    color: rgb(217,0,0);
    margin-left: 200px;
}
.redline1{
    width: 996px;
    height: 2px;
    background-color:rgb(251,229,229) ;
    margin-left:200px ;
    margin-top: -25px;
}
.redline2{
    width: 50px;
    height: 2px;
    color: rgb(217,0,0);
    background-color:rgb(217,0,0) ;
}
.importantNoticeSign{
    width: 70px;
    height: 20px;
    float: left;
    color: white;
    margin-top:13px;
}
.notice1Summary a{
    color: black;
    font-size: 14px;
    line-height: 50px;
    margin-left: 10px;
}
.notice{
    width: 1050px;
    height: 50px;
    margin-left: 230px;
}
.importantNoticeSignWords{
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    width: 100px;
    line-height: 20px;
    background-color: rgb(217,0,0);
    margin-left: -30px;
}
.redline3{
    width: 996px;
    height: 1px;
    background-color:rgb(251,229,229) ;
    margin-left:200px ;
    margin-top: -3px;
}