@charset "utf-8";

#system {
    margin: 0;
    width: 680px;
}
#system h4 {
    color: #fff;
}
#system_inner {
    margin: 0 0 0 10px;
    padding: 0;
    width: 660px;
}

#system_inner img{
    max-width:650px;
}

#system_inner .play_article p {
    color: #000;
    font-size: 14px;
    padding: 20px;
}
#system #system_course {
    margin: 20px 0 0;
}
#system #system_basic,
#system_play{
    background: url("../images/bg_system.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    font-weight: bold;
    font-size: 14px;
    height: 34px;
    line-height: 35px;
    margin: 20px 0 0;
    padding:0 0 0 25px;
    width: auto;
    height: 34px;
}
.basic_article,
.play_article{
    -moz-border-bottom-colors: #CF40B8;
    -moz-border-left-colors: #CF40B8;
    -moz-border-right-colors: #CF40B8;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #fff;
    border-image: none;
    border-style: none solid solid;
    border-width: medium 1px 1px;
}
.basic_article p {
    color: #FF4F98;
    margin: 0 20px 20px 20px;
}
.basic_article .charge {
    float: left;
    margin: 15px 15px 0 0;
    padding: 10px 20px 0 0;
    width: 650px;
}
.basic_article .charge s {
    color: #ff9c00;
    font-size: 13px;
    font-weight: normal;
    margin: 0 10px 0 0;
}
.basic_article .charge dt {
    background: url("../images/mark.gif") no-repeat scroll left center rgba(0, 0, 0, 0);
    color: #000;
    float: left;
    font-size: 16px;
    padding: 0 0 0 25px;
}
.basic_article .charge dd {
    border-bottom: 1px dashed #4e4e4e;
    color: #CF40B8;
    font-size: 20px;
    font-weight: bolder;
    margin: 0 4px 20px 20px;
    padding: 0 0 5px 0;
    text-align: right;
}
.basic_article.dot {
    color: #777777;
}
