.psy-fm-top-img {
    width: 1200px;
    height: 260px;
}

.psy-fm-top-img img {
    width: 1200px;
    height: 260px;
    border-radius: 8px;
    -moz-box-shadow: 0px 0px 5px #ccc;
    -webkit-box-shadow: 0px 0px 5px #ccc;
    box-shadow: 0px 0px 5px #ccc;
}

.psy-fm-box {
    margin-top: 20px;
    display: flex;
    align-items: flex-start;
}

.psy-fms-box {
    width: 1160px;
    padding: 15px 20px;
    border-radius: 12px;
    -moz-box-shadow: 0px 0px 5px #ccc;
    -webkit-box-shadow: 0px 0px 5px #ccc;
    box-shadow: 0px 0px 5px #ccc;
    background-color: #fff;
    padding-bottom: 30px;
}

.psy-fm-box-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 10px;
}

.psy-fm-box-top-left {
    display: flex;
    align-items: center;
}

.psy-fm-box-left-img {
    width: 26px;
    height: 23px;
}
.psy-fm-box-left-img img{
    width: 26px;
    height: 23px;
}

.psy-fm-box-left-content {
    font-size: 20px;
    color: #669900;
    margin-left: 5px;
}

.psy-fm-box-right {
    display: flex;
    align-items: center;
    border: 1px solid #eee;
    -moz-box-shadow: 0px 0px 2px #ccc;
    -webkit-box-shadow: 0px 0px 2px #ccc;
    box-shadow: 0px 0px 2px #ccc;
    height: 30px;
    border-radius: 15px;
    width: 200px;
}

.psy-fm-box-right input {
    border: none;
    outline: none;
    width: 150px;
    height: 28px;
    margin-left: 15px;
}

.psy-fm-box-right input::-webkit-input-placeholder {
    color: #ccc;
    font-size: 14px;
}

.psy-fm-box-right input::-moz-placeholder {
    color: #ccc;
    font-size: 14px;
}

.psy-fm-box-right input::-ms-input-placeholder {
    color: #ccc;
    font-size: 14px;
}

.psy-fm-list{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    /* justify-content: space-around; */
    margin-top: 25px;
}
.psy-fm-list li{
    width: 530px;
    height: 220px;
    /* margin: 5px 11px 0px 11px; */
    margin:10px 12px ;
    margin-top: 5px;
    padding: 10px;
    display: flex;
    border: 1px solid #eee;
}
.fm-img{
    width: 240px;
    height: 220px;
}
.fm-img img{
    width: 240px;
    height: 220px;
}
.fm-right{
    padding:20px 30px 0px 30px;
}
.fm-title{
    margin: 0 auto;
    font-size: 22px;
    line-height: 30px;
    margin-top: 8px;
    padding-bottom: 25px;
    border-bottom:1px solid #eee ;
    color: #333;
}
.fm-info{
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    color: #999;
    margin-top: 15px;
}

.fm-play{
    display: flex;
    align-items: center;
    margin-top: 15px;
}
.fm-play-img{
    width: 19px;
    height: 19px;
}
.fm-play-img img{
    width: 19px;
    height: 19px;
}
.fm-paly-num{
    line-height: 19px;
    font-size: 14px;
    margin-left: 6px;
    color: #006633;
}

.mouse-cur{
    -moz-box-shadow:0px 0px 5px #ccc; 
    -webkit-box-shadow:0px 0px 5px #ccc;
    box-shadow:0px 0px 5px #ccc;
}

.bottom-space{
    width: 1200px;
    height: 30px;
}
