.mod-panel {
    width: 100%;
    max-width: 740px;
    min-width: 580px;
    margin: 0 auto 30px;
    _width: 690px;
}
.mod-panel .hd{
    padding-top: 25px;
    margin-bottom: 30px;
    line-height: 30px;
    text-align: center;
}
.mod-panel .hd h1{
    font-size: 24px;
    color:#212121;
}
.mod-panel .bd{
    overflow: hidden;
    margin: 0 auto;
    padding-bottom: 40px;
}
.mod-panel .bd .description{
    margin-bottom: 20px;
    text-align: center;
    line-height: 26px;
}
.mod-panel .bd .description span{
    font-size: 12px;
    color: #f66;
}
.mod-panel .bd .tabs{
    overflow: hidden;
    padding: 5px 0;
    margin-bottom: 10px;
    margin-right: -10px;
    border-bottom: solid 1px #ccc;
    line-height: 30px;
    font-size: 0;
}
.mod-panel .bd .tabs a{
    display: inline-block;
    width: 100px;
    margin: 0 10px 10px 0;
    background: #EDF7FF;
    border:solid 1px #B8DCF5;
    color: #348BCF;
    font-size: 14px;
    text-align: center;
}
.mod-panel .bd .tabs a:hover,
.mod-panel .bd .tabs a.active{
    border-color: #348BCF;
    background: #348BCF;
    color: #fff;
    text-decoration: none;
}
.mod-panel .bd .panel{
    display: none;
}
.mod-panel .bd .active{
    display: block;
}
.mod-panel .bd .panel p{
    font-size: 12px;
    line-height: 30px;
}
.mod-panel .bd .panel a{
    display: block;
    overflow: hidden;
}
.mod-panel .bd .panel img{
    display: block;
    width: 100%;
    height: auto;
}