.body-right{
	width: 780px;
	float: right;
	display: block;
}

.body-right{
    /*text-align: center;*/
}

.homework-modal{
    background-color: #fff0eb;
}

.homework-title{
    font-size: 22px;
    color: #f60;
    text-align: left;
    margin: 0;
    padding: 10px;
}
.homework-list .item {
    padding: 20px;
    background-color: white;
    font-size: 12px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 10px;
}

.homework-list .item .itemLeft {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: calc(80%);
    font-size: 13px;
}

.homework-list .item .itemRight {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.homework-list .item .itemRight .tobedone {
    font-size: 13px;
    color: rgb(45, 146, 243);
    cursor: pointer;
}
.homework-list .item .itemRight .tobemodified {
    font-size: 13px;
    color: rgb(235, 105, 37);
}
.homework-list .item .itemRight .revised {
    font-size: 13px;
    color: #999;
}
.homework-list .item .play {
    background-color: rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 0;
    width: calc(100%);
    height: calc(100%);
    display: flex;
    align-items: center;
    justify-content: center;
}
.homework-list .item .joy {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-left: 10px;
}
.homework-list .item .attention {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-left: 10px;
}

.homework-list .item .time {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
/***************** yyy *********************/
.home-nav .home-nav-active {
    /*background-color: #e9a31c;*/
}
.nav-list li:hover{
    /*background-color: #e9a31c;*/
}
.nav-list a:hover{
    color: #F98E2B;
}