#con{

    width: 1200px;
    padding-bottom: 50px;
    margin: auto;
    margin-top: 50px;
}
#con .tab table{
    border: 1px solid #dfdfdf;
    border-collapse: collapse;
    border-spacing: 0;
}
#con .tab table th{
    color: #015BAC;
    font-weight: bolder;
    text-align: left;
    padding: 0px 20px;
    height: 45px;
    font-size: 16px;
}
#con .tab table a{
    color: #666;
    font-size: 14px;
}
#con .tab table td:nth-of-type(1){
    width: 237px;
    padding: 9px 10px;
    box-sizing: border-box;
    font-size: 14px;
}
#con .tab table td:nth-of-type(2){
    width: 962px;
    padding: 9px 10px;
    box-sizing: border-box;
    border-left: 1px solid #dfdfdf;
    font-size: 14px;
}
#con .tab table td:nth-of-type(2) span{
    float: right;
}
#con .tab table tr:nth-of-type(odd){
    height: 45px;
}
#con .tab table tr:nth-of-type(1){
    /* background: linear-gradient(45deg, rgb(216, 55, 48) 0%, rgb(68, 100, 164) 100%); */
    background:#015BAC;
}
#con .tab table tr:nth-of-type(1) th{
    color: white;
    /*font-weight: normal;*/
    text-align: center;
}
#con .tab table tr:nth-of-type(even){
    background: #fff9f3;
    height: 45px;
}
#con .tab table tr td:nth-of-type(1){
    text-align: center;
}


/* 小于480 */
@media screen and (max-width: 480px){
    #con{
        width: 100%;
    }
}

