/* main page */
body{
    margin:0;
    padding:0;
    font-family: '微软雅黑';
}
img{
    width:100%;
    display:block;
}
.content{
    padding:20px;
    min-height: 240px;
}
.content h1{
    color:#d7000f;
    font-size:20px;
    font-weight: bold;
    line-height: 30px;
}
.sub-title{
    font-size:14px;
    height:20px;
    color:#777;
}
.sub-title .l{
    float:left;
    color:#005B90;
}
.sub-title .r{
    float:right;
}
.content p{
    color:#666;
    font-size:18px;
    line-height: 150%;
    text-indent: 2em;
    clear:both;
}
.btn-area {
    height: 40px;
}
.btn-area a {
    background-color: #d7000f;
    border-radius: 10px;
    width: 120px;
    height: 40px;
    display: block;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    float: right;
}

/* list page */
.back-icon{
    position: absolute;
    left: 15px;
    top: 15px;
    width: 11px;
    height: 20px;
    z-index: 999;
}
.back-icon a{
    background-image: url(back_03.png);
    background-size: 100% 100%;
    text-decoration: none;
    width: 11px;
    height: 20px;
    display: block;
}
.topbar{
    position: fixed;
    height: 50px;
    width: 100%;
    background-color: #d7000f;
    text-align: center;
    line-height: 50px;
    top: 0;
    z-index: 999;
}
.topbar span{
    color: #fff;
    font-size: 22px;
}
.body{
    margin-top:60px;
    position: relative;
}