.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: 840px;
}

.psy-reads-box {
    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-read-box-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 10px;
}

.psy-read-box-top-left {
    display: flex;
    align-items: center;
}

.psy-read-box-left-icon {
    width: 6px;
    height: 20px;
    background-color: #ffa800;
    border-radius: 3px;
    margin-right: 5px;
}

.psy-read-box-left-content {
    font-size: 20px;
    color: #669900;
    margin-left: 5px;
}

.psy-read-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-read-box-right input {
    border: none;
    outline: none;
    width: 150px;
    height: 28px;
    margin-left: 15px;
}

.psy-read-box-right input::-webkit-input-placeholder {
    color: #ccc;
    font-size: 14px;
}

.psy-read-box-right input::-moz-placeholder {
    color: #ccc;
    font-size: 14px;
}

.psy-read-box-right input::-ms-input-placeholder {
    color: #ccc;
    font-size: 14px;
}

.psy-read-list-left li {
    display: flex;
    align-items: center;
    height: 200px;
    border-bottom: 1px solid #eee;
}

.read-item-left {
    width: 200px;
    height: 150px;
    position: relative;
}
.read-item-left img{
    width: 200px;
    height: 150px;
}

.read-item-right{
    margin-left: 20px;width:70%;
}
.read-item-title{
    font-size: 18px;
    font-weight: bold;
    color: #000;
}
.read-item-content{
    margin-top: 10px;
    font-size: 14px;line-height:22px;
    color: #666;
}
.read-other-box{
    display: flex;
    align-items: center;
    margin-top: 35px;
    font-size: 12px;
    color: #999;
}
.read-item-num,.read-item-from{
    margin-left: 20px;
}

.psy-read-right {
    margin-left: 20px;
}

.bottom-space{
    width: 1200px;
    height: 30px;
}
