﻿*{
    margin: 0;
    padding: 0;
    color: #333;

}
.top{
    background: #155799;
    padding: 10px 0;
    height: 30px;
}
h1 strong{
    display: block;
    font-size: 24px;
    float: left;
    color: #fff;
    margin-right: 100px;
}
h1 a{
    font-size: 14px;
    float: left;
    display: block;
    color: #fff;
    margin: 0 10px;
    border-radius: 5px;
    padding: 5px 15px;
    text-decoration: none;
}
h1 a:hover,h1 a.choose{
    background: #fff;
    color: #476ed6;
}
h2{
    font-size: 16px;
    border-bottom:1px solid #ccc;
    line-height:50px;
    margin-top: 30px;
}
h3{
    line-height: 30px;
    margin-top: 20px;
    font-size: 16px;
}
.main{
    width: 90%;
    margin: 0 auto;
}
table{
    width: 100%;
    margin-top: 20px;
}
table{
    border:1px solid #ccc;
    border-top:0;
}
table th,table td{
    line-height: 20px;
    text-align: left;
    border-top:1px solid #ccc;
    padding: 5px 10px;
    color: #666;

}
.red{
    color: red;
}
.blue{
   color: blue;
}
b{
    font-weight: bold;
}
ul{
    margin-left: 20px;
}
p{
    line-height: 30px;
}
span{
    color: #cc5b0e;
    display: block;
    line-height: 24px;
}
pre{
    background: #dcdcdc;
    line-height: 24px;
    padding: 10px;
    border-radius: 5px;
    margin: 10px 0;
    max-height: 300px;
    overflow: auto;
}
/* p{
    color: #476ed6;
} */
.detail{
    /*font-size: 12px;*/
    /*color: #999;*/
}
.footer{
    height: 50px;
    background: #ececec;
    color: #999;
    text-align: center;
    line-height: 50px;
    margin-top: 50px;
}