/*
* @Author: anchen
* @Date:   2017-07-10 16:41:29
* @Last Modified by:   anchen
* @Last Modified time: 2017-07-11 12:30:18
*/
#tc{
    font-family: "微软雅黑";
    padding:40px 40px 60px;
    /*border:2px solid #363;*/
    background-color: #d80746;
    width: 100%;
    margin:0 auto;
    box-sizing: border-box;
}
#tc h1{
    font-size: 30px;
    color:#fff;
    text-align: center;
}
#tc h3{
    font-size: 26px;
    color:#41036e;
    margin-top: 40px;
}
#tc p,#tc ol li,#tc h3,#tc ul li{
    line-height: 38px;
    margin-bottom: 20px;
}
#tc p,#tc ol li,#tc ul li{
    color:#fff;
    font-size: 26px;
}
#tc ol li{
    list-style: decimal;
    margin-left: 30px;
}
#tc ul li{
    list-style:disc;
    margin-left: 30px;
}
.weight{
    font-weight: 800;
}