body,html{
    background: #f9f9f9;
    padding-bottom: 20px;
}
.main{
    background: #ffffff;
    margin-bottom: 20px;
    border: solid 1px #dedede;
    min-height: 500px;
    position: relative;
    margin-top: 80px;
    padding-bottom: 100px;
}
.tab{
    width: 280px;
    height:40px;
    position: absolute;
    left:-1px;
    top:-40px;
}
.tab li{
    width: 140px;
    font-size: 14px;
    color: #333;
    height:40px;
    float: left;
    line-height: 40px;
    text-align: center;
    border:1px solid #f9f9f9;
    border-bottom: 1px solid #e5e5e5;
    cursor: pointer;
}

.tab .on{
    color: #36a7fa;
    border:1px solid #e5e5e5;
    border-bottom: 1px solid #ffffff;
    background: #ffffff;
}


.footer_sign{
    position: absolute;
    left:0;
    width: 100%;
    bottom: 20px;
    font-size: 14px;
    text-align: center;
}
.footer_sign span{
    font-size: 16px;
}


.content{
    width: 1000px;
    margin: 0 auto;
    padding-top: 60px;
}
.list{
    width: 1000px;
    height:160px;
    margin-bottom: 30px;
    border: 1px solid #dedede;
    cursor: pointer;
}
.title{
    height:80px;
    line-height: 80px;
    font-size: 24px;
    color: #333333;
    border-bottom: 1px solid #dedede;
    padding: 0 30px;
    width: 100%;
}
.title p{
    float: left;
}
.title span{
    padding: 0 14px;
    height: 30px;
    border-radius: 15px;
    font-size: 14px;
    color: #ffffff;
    display: inline-block;
    text-align: center;
    line-height: 30px;
    vertical-align: middle;
    margin-left: 11px;
    float: left;
    margin-top: 26px;
}
.title .jxz{
    background-color: #09ba07;
}

.title .ygb{
    background-color: #cccccc;
}
.title .yjf{
    background-color: #36a7fa;
}
.title em{
    font-size: 24px;
    color: #f76260;
    float: right;
}
.desc{
    padding: 0 30px;
    font-size: 14px;
    color: #333333;
    line-height: 80px;
}
.desc span{
    margin-right: 65px;
}
.null{
    width: 160px;
    margin: 0 auto;
    margin-top: 150px;
    font-size: 16px;
    color: #333333;
    margin-bottom: 50px;
}
.null p{
    margin-top: 30px;
}

.desc em{
    float: right;
    color:#36a7fa;
}