.tsxz{
    border: 1px solid #efefef;
    margin-top: 20px;
}
.tsTit{
    font-size: 20px;
    font-weight: bold;
    background:#efefef;
    padding:15px 0px;
    color: #333;
    text-align: center;
}
.tsCon{
    font-size: 16px;
    line-height: 45px;
}
.tsNext a{
    background: #015293;
    color: #fff;
    display: block;
    padding:15px 0px;
    text-align: center;
}
.tsNext a:hover{
    background: #034982;
    color: #fff;
    display: block;
    padding:15px 0px;
    text-align: center;
}
