.szpx_content {
    width: 100%;
    padding: 10px 0px;
    background-color: #fff;
    border-radius: 8px;
}

.szpx_list {
    width: 100%;
    min-height: 400px;
    border-top: 1px solid #ECEEF4;
}

.pxtz_item {
    width: 1140px;
    height: 118px;
    border-bottom: 1px solid #ECEEF4;
    padding: 20px 0;
    margin: 0 20px;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}

.pxtz_item_time {
    width: 96px;
    height: 78px;
    padding-right: 20px;
    border-right: 2px solid #ECEEF4;
}

.pxtz_year {

    width: 100%;
    height: 32px;
    line-height: 32px;
    text-align: center;
    background-color: #F8FAFF;
    font-size: 16px;
    text-align: center;
}

.pxtz_mounth {
    height: 51px;
    width: 100%;
    border: 1px solid #F8FAFF;
    line-height: 51px;
    font-size: 40px;
    color: #666666;
    text-align: center;
}

.pxtz_item_content {
    width: 1042px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-left: 20px;

}

.pxtz_item_content h3 {
    width: 100%;
    font-size: 14px;
    font-weight: 800;
    color: #000000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pxtz_item_txtt {
    width: 100%;
    height: 48px;
    line-height: 24px;
    font-size: 12px;
    color: #666666;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
}

.pxtz_item:hover h3 {
    color: #FF4C45;
}

.pxtz_item:hover .pxtz_year {
    background-color: #FF4C45;
    color: #fff;
}

.pxtz_item:hover .pxtz_mounth {
    border-color: #FF4C45;
    color: #FF4C45;
}

.pxkc_item {
    width: 1200px;
    height: 160px;
    padding: 20px ;
    display: flex;
    justify-content: space-between;
    cursor: pointer;

}

.pxkc_item_left {
    width: 168px;
    padding: 15px 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.pxkc_item_left_top {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.pxkc_item_left_top_item {
    width: 70px;
    display: flex;
    flex-direction: column;

}

.pxkc_item_left_top_item span:first-child {
    font-size: 12px;
    color: #000000;
    margin-bottom: 5px;
}

.pxkc_item_left_top_item span:nth-child(2) {
    font-size: 24px;
    font-weight: 600;
    color: #000000;
}

.center_icon {
    margin-top: 17px;
    height: 0;
    width: 0;
    border-left: 4px solid #000;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;

}
.pxkc_item:hover .center_icon{
    border-left: 4px solid #fff;
}
.pxkc_teacher {
    font-size: 14px;
    color: #000000;
}

.pxkc_item_center {
    width: 183px;
    height: 100%;
    border-radius: 8px;
    overflow: hidden;
}

.pxkc_item_center img {
    width: 100%;
    height: 100%;
}

.pxkc_item_right {
    width: 769px;
    height: 100%;
    padding: 10px 0;
}

.pxkc_item_right h3 {
    width: 100%;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pxkc_text {
    margin-top: 10px;
    height: 75px;
    font-size: 12px;
    font-weight: normal;
    line-height: 24px;
    color: #666666;
    overflow: hidden;
    display: -webkit-box;
  
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    
}

.pxkc_item:hover {
    background: linear-gradient(90deg, #F9BF4C 0%, #ED161A 100%);
    box-shadow: 0px 7px 29px 0px rgba(100, 100, 111, 0.2);
    border-radius: 8px;
}

.pxkc_item:hover h3 {
    color: #fff;
}

.pxkc_item:hover span {
    color: #fff;
}

.pxkc_item:hover div {
    color: #fff;
}
.my_page{
    margin-top: 40px;
    margin-bottom: 20px;
}
.jycg_list_nodata{
    width: 100%;
    height: 650px;
    display: flex;
    justify-content: center;
    align-items: center;
}