.clearfix:after{clear:both;content:'.';display:block;font-size:0;line-height:0;visibility:hidden;height:0;}
.clearfix{zoom:1;}
h1,h2,ul,li,p,dl,dd,dt{
    margin:0;
    padding:0;
    list-style-type: none;
}
.hide{
    display:none
}
body{
    margin:0;
    padding:10px;
}
a{
    color: #014cd2;
}
.logo{
    width:200px;
    margin:0 auto;
}
.logo img{
    width:200px;
}

.item{
    margin-top:10px;
}
.item h2{
    height: 24px;
    font-size: 18px;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 10px;
    padding-bottom: 5px;
}
.item ul li{
    padding:10px 0 15px 0;
    border-bottom: 1px dotted #ebebeb;
}
.item ul li .icon{
    float: left;
    width:60px;
    overflow: hidden;
}
.item ul li .icon img{
    width:50px;
    height:50px;
    border-radius: 8px;
    -moz-box-shadow:2px 2px 5px #333333;
    -webkit-box-shadow:2px 2px 5px #333333;
    box-shadow:2px 2px 5px #333333;
}
.item ul li .name{
    font-size: 16px;
    padding-top: 3px;
}
.item ul li .desc{
    font-size: 13px;
    margin-top: 8px;
    color: #666;
    line-height: 20px;
    height: 20px;
    overflow: hidden;
}

h1.title{
    text-align: center;
}
.con-list,.base-list{
    font-family: 'Microsoft Yahei';
    margin-top:15px;
}
.con-list ul li{
    width:50%;
    float:left;
    margin-bottom: 10px;
}
.con-list ul li a{
    display:block;
    border:1px solid #7E93BB;
    height:100px;
    position: relative;
    padding:0 5px;
    margin:0 5px;
    text-decoration: none;
    color:#000;
    background:#c9c9c9;
    background: -moz-linear-gradient(top, #fff, #C9C9C9 60%);
    background: -webkit-gradient(linear, 0 0, 0 60%, from(#fff), to(#c9c9c9));
    box-shadow: 0 2px 3px 1px #ccc;
    border-radius: 2px;
}
.con-list ul li a.playing{
    background:#EFCB73;
    background: -moz-linear-gradient(top, #fff, #EFCB73 60%);
    background: -webkit-gradient(linear, 0 0, 0 60%, from(#fff), to(#EFCB73));
}
.base-list ul li{
    width:50%;
    float: left;
    margin-bottom: 10px;
}
.base-list ul li a{
    display:block;
    border:1px solid #7E93BB;
    height:200px;
    position: relative;
    padding:0 5px;
    margin:0 5px;
    text-decoration: none;
    color:#000;
    background:#fdfaea;
    border-radius: 2px;
    box-shadow: 0 2px 3px 1px #ccc;
}
span.play{
    width:15px;
    height:15px;
    display:block;
    background:url(../images/play.png) no-repeat;
    position: absolute;
    right:10px;
    top:8px;
}
span.cn-name{
    position: absolute;
    right: 10px;
    bottom:5px;
    font-size: 20px;
}
span.en-name{
    position: absolute;
    right:30px;
    top:5px;
}
span.pinyin{
    position: absolute;
    right:10px;
    bottom:30px;
}
span.icon{
    position: absolute;
    left:10px;
    bottom:10px;
}
span.icon img{
    width:50px;
    height:50px;
}
.base-list ul li span.icon img{
    width:120px;
    height:118px;
}
.base-list ul li span.cn-name{
    position: absolute;
    right: 30px;
    top:25px;
    font-size: 20px;
}
@media screen and (min-width: 600px) {
    .con-list ul li{
        width:33%;
    }
    .base-list ul li{
        width:33%;
    }
}
@media screen and (min-width: 800px) {
    .con-list ul li{
        width:25%;
    }
    .base-list ul li{
        width:25%;
    }
}
@media screen and (min-width: 1000px) {
    .con-list ul li{
        width:16.6%;
    }
    .base-list ul li{
        width:20%;
    }
}