/* 电台简介 */
.introduction{
    padding-bottom: 20px;
}
.introduction-pic{
    height:200px;
    padding-top: 20px;
}
.introduction-pic img{
    width:100%;
    height:100%;
    display: block;
}

.introduction .introduction-title{
    height:66px;
    line-height: 66px;
    text-align: center;
    font-size: 26px;
    color:#3587d6;
    background: #d5e8f3;
    margin-top: 10px;
    font-weight: bolder;
}
.introduction p.title-t{
    font-size: 16px;
    color:#000;
    text-indent:35px;
    line-height: 30px;
    padding-top: 40px;
}
.introduction .introduction-radio{
    margin-left: -3px;
    padding-top:30px;
}
.introduction .introduction-radio .radio-item{
    width:289px;
    height:132px;
    float: left;
    margin-left: 3px;
}
.introduction .introduction-radio .radio-item .radio-title{
    width:289px;
    height:50px;
    line-height: 50px;
    text-align: center;
    font-size: 22px;
    color:#0066cc;
    background: #d5e8f3;
    margin-left: 3px;
}
.introduction .introduction-radio .radio-info{
    background: #fcfcfc;
    padding:8px 0;
}
.introduction .introduction-radio .radio-item p{
    height:25px;
    line-height: 25px;
    text-align: center;
    font-size: 16px;
    color:#000;
}
.h-20{
    height:20px;
}
.contact-title{
    font-size: 16px;
    color:#000;
    text-indent:35px;
    line-height: 30px;
    padding-top: 20px;
    text-align: center;
}
table{
    background: #e9f3f9;
    color:#000;
}
table p{
    color:#000;
    font-size: 18px;
    line-height: 40px;
    height: 40px;
}
table .grey{
    background: #f8f6f3;
}
table .red{
    color: #a00000;
}
table tr th, table tr td {
    border: 4px solid #fff;
}
