.psy-read-top-img {
    width: 1200px;
    height: 260px;
}

.psy-read-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-read-box {
    margin-top: 20px;
    display: flex;
    align-items: flex-start;
}


.psy-read-left {
    width: 800px;
    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-reads-box {
    width: 800px;
    border-radius: 12px;
    padding-bottom: 30px;
    background-color: #fff;
}
.psy-assessment-type{
    width: 800px;
    margin: 0 auto;
    margin-top: 10px;
    display: flex;
    font-size: 14px;
    padding-bottom: 1px;
    border-bottom: 1px solid #eee;

}
.psy-assessment-type li{
    margin: 0 4px;
    padding: 0 4px 15px 5px;

}
.type-cur{
    color: #00b2ef;
    border-bottom: 2px solid #00b2ef;
}

.psy-read-list-left li {
    height: 170px;
    padding: 0 15px;
    margin: 20px 0;
    border-radius: 15px;
    display: flex;
    border-bottom: 1px solid #eee;

}
.read-item-left {
    width: 145px;
    height: 145px;
    position: relative;
}
.read-item-left img{
    width: 145px;
    height: 145px;
}
.read-item-right{
    margin-left: 20px;
}

.read-item-title{
    font-size: 20px;
    font-weight: bold;
    color: #000;
    line-height: 30px;
    margin-top: 8px;
}
.psyer-img{
    width: 30px;
    height: 30px;
    border-radius: 50%;
}
.psyer-img img{
    width: 30px;
    height: 30px;
    border-radius: 50%;
}
.read-item-content{
    margin-top: 10px;
    font-size: 14px;
    color: #666;
}
.read-other-box{
    display: flex;
    align-items: center;
    margin-top: 15px;
    font-size: 13px;
    color: #999;
}
.read-item-price{
    font-size: 12px;
    color: #5dac00;
}
.read-item-twice{
    margin-left: 15px;
    font-size: 12px;
}

.psy-read-right {
    margin-left: 20px;
}



.hot-tag{
    width: 300px;
    padding: 20px;
    -moz-box-shadow: 0px 0px 5px #ccc;
    -webkit-box-shadow: 0px 0px 5px #ccc;
    box-shadow: 0px 0px 5px #ccc;
    border-radius: 15px;
    background-color: #fff;
}
.right-title-box{
    display: flex;
    align-items: center;
    padding-bottom: 8px;
    border-bottom: 1px solid #eee;
}
.right-title-icon{
    width: 6px;
    height: 20px;
    background-color: #ffa800;
    border-radius: 3px;
    margin-right: 5px;
}
.right-title-content{
    font-size: 20px;
    color: #669900;
    margin-left: 5px;
}
.hot-tag-list{
    margin-top: 15px;
    display: flex;
    flex-wrap: wrap;
}
.hot-tag-list li{
    padding: 3px 8px;
    border: 1px solid #eee;
    margin-bottom: 10px;
    margin-right: 15px;
}
.psy-read{
    width: 300px;
    padding: 20px;
    -moz-box-shadow: 0px 0px 5px #ccc;
    -webkit-box-shadow: 0px 0px 5px #ccc;
    box-shadow: 0px 0px 5px #ccc;
    border-radius: 15px;
    background-color: #fff;
    margin-top: 15px;
}
.psy-read-list{
    margin-top: 15px;
}
.psy-read-list li{
    padding-bottom: 10px;
    padding-top: 10px;
    border-bottom: 1px solid #eee;
}
.psy-read-detail{
    display: flex;
}
.psy-read-detail-left{
    width: 100px;
    height: 80px;
}
.psy-read-detail-left img{
    width: 100px;
    height: 80px;
}
.psy-read-detail-right{
    margin-left: 10px;
}
.psy-read-detail-title{
    font-size: 14px;
    font-weight: bold;
}
.psy-read-detail-time{
    font-size: 12px;
    color: #ccc;
    margin-top: 10px;
}
.psy-read-simple-title{
    font-size: 14px;
    font-weight: bold;
    color: #333;
}
.psy-read-simple-time{
    font-size: 12px;
    color: #ccc;
    margin-top: 8px;
}
.psy-class{
    width: 300px;
    padding: 20px;
    -moz-box-shadow: 0px 0px 5px #ccc;
    -webkit-box-shadow: 0px 0px 5px #ccc;
    box-shadow: 0px 0px 5px #ccc;
    border-radius: 15px;
    background-color: #fff;
    margin-top: 15px;
}
.psy-class-list{
    margin-top: 15px;
}
.psy-class-list li{
    padding-bottom: 10px;
    padding-top: 10px;
    border-bottom: 1px solid #eee;
}
.psy-class-detail{
    display: flex;
}
.psy-class-detail-left{
    width: 19px;
    height: 19px;
    margin-top: 3px;
}
.psy-class-detail-left img{
    width: 19px;
    height: 19px;
}
.psy-class-detail-mid{
    width: 68px;
    height: 68px;
    margin-left: 15px;
    margin-right: 15px;
}
.psy-class-detail-title{
    font-size: 14px;
    font-weight: bold;
}
.psy-class-detail-box{
    display: flex;
    margin-top: 5px;
    justify-content: space-between;
}
.psy-class-teacher{
    font-size: 12px;
    color: #333;
}
.psy-class-play-time{
    font-size: 12px;
    color: #999;
}
.psy-class-simple{
    display: flex;
}
.psy-class-simple-icon{
    width: 19px;
    height: 19px;
    margin-top: 3px;
}
.psy-class-simple-icon img{
    width: 19px;
    height: 19px;
}
.psy-class-simple-right{
    margin-left: 10px;
}
.psy-class-simple-title{
    font-size: 14px;
    font-weight: bold;
}
.psy-class-simple-box{
    display: flex;
    justify-content: space-between;
    margin-top: 5px;
}
.psy-class-simple-teacher{
    font-size: 12px;
    color: #333;
}
.psy-class-simple-play-time{
    font-size: 12px;
    color: #999;
}
.bottom-space{
    width: 1200px;
    height: 30px;
}
