*{
    padding: 0;
    margin: 0;
    text-decoration: none;
}
.main{
    width: 1200px;
    margin: 20px auto 0;
    min-height: 700px
}
.pagetop{
    font-size: 14px;
    color: #515151;
    text-align: right;
    line-height: 60px;
}
.pagetop a{
    color: #515151;
}
.pagetop a:hover{
    color: #1B8EF2;
}
.column{
    height: 18px;
    line-height: 18px;
    margin-bottom: 15px;
}
.column p{
    float: left;
}
.column p:first-child{
    width: 48px;
    height: 1px;
    background: #1B8EF2;
    margin-top: 10px;
}
.column p:last-child{
    width: 1040px;
    height: 1px;
    background: #1B8EF2;
    margin-top: 10px;
}
.column .columname{
    font-size: 18px;
    color: #1B8EF2;
    width: 112px;
    text-align: center;
}
.title{
    height: 130px;
    border-bottom: 1px solid #EAEAEA;
}
.title .tname{
    color: #333333;
    font-size: 24px;
    text-align: center;
    padding: 30px 0 20px;
}
.title .tinfos{
    color: #999999;
    font-size: 14px;
    text-align: center;
}
.content{
    margin: 30px 0 70px;
}
.content p{
    color: #464646;
    font-size: 14px;
    line-height: 36px;
}
.tobox{
    margin-top: 30px;
    float: right;
}
.tobox li{
    color: #333333;
    font-size: 16px;
    cursor: pointer;
    line-height: 30px;
}
.tobox li a{
    color: #333333;
}
.tobox li a:hover{
     color: #1B8EF2;
}
