.szpx_content {
    width: 986px;
    padding: 10px 0px;
    background-color: #fff;
    border-radius: 8px;
}

.szpx_list {
    width: 100%;
    min-height: 400px;
    border-top: 1px solid #ECEEF4;
}

.pxtz_item {
    width:946px;
    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: 827px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;

}

.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;
}

.my_page{
    margin-top: 40px;
    margin-bottom: 20px;
}
.zxgz_content{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}
.zxgz_title{
    width: 194px;
    height: 330px;
    background-color: #fff;
    border-radius: 8px;
    padding-top: 10px;
}
.zxgz_title_item{
  width: 100%;
  height: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 16px;
  color: #1D2335;
  font-weight: 600;
  cursor: pointer;
  position: relative;

}
.zxgz_title_item:hover{
    color: #fff;
    background: linear-gradient(90deg, #ED161A 0%, #F9BF4C 100%);
}
.zxgz_active_title{
    color: #fff;
    background: linear-gradient(90deg, #ED161A 0%, #F9BF4C 100%);
}
.zxgz_title_item img{
    width: 24px;
    height: 24px;
}
.zxgz_title_item_img{
    width: 24px;
    height: 24px;
}
.selectTriangle{
 position: absolute;
 top: 50%;
 transform: translateY(-50%);
 right: 10px;
width: 0px;
height: 0px;
border-top: 8px solid transparent;
border-right: 8px solid transparent;
border-bottom: 8px solid transparent;
border-left: 10px solid #fff;

}


.jycg_list {
    width: 100%;
    padding: 0 20px;
   
}

.jycg_list_item {
    width: 100%;
    height: 96px;
    border-bottom: 1px solid #ECEEF4;
    
    padding: 20px 0;
    
   
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}

.jycg_list_item_left {
    width: 65px;
    height: 76px;
    position: relative;
}

.jycg_list_item_left img {
    width:48px;
    height: 56px;
}

.resouce_type {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 20px;
    width: 51px;
    text-align: center;
    background-color: #FF4C45;
    color: #FFFFFF;
    line-height: 20PX;
    font-size: 12px;
    font-weight: 900;
    border-radius: 6PX;
    font-family: Source Han Sans CN;
}

.jycg_list_item_right {
    width: 898px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 5px 0;
}

.jycg_list_item_right h3 {
    font-family: PingFang SC;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;

    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
}

.jycg_list_item_right h3:hover {
    color: #FF4C45;
}

.jycg_list_item_right_bottom {
    width: 60%;
    display: flex;
    justify-content: space-between;
    padding-right: 100px;
}

.jycg_list_item_right_bottom span {
    font-size: 12px;
    color: #9E9E9E;
    display: flex;
    gap: 5px;
    align-items: center;
}

.jycg_list_item_right_bottom span img {
    width: 16px;
    height: 16px;
}

.llwx_banner {
    position: relative;
}

.llwn_center {
    width: 773px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.llwn_center h3 {
    font-family: DFPZongYiW7-GB;
    font-size: 36px;
    color: #ED6A36;
    letter-spacing: 0.1em;
    font-weight: 800;
}

.resouce_selcect input {
    width: 100%;
    height: 100%;
    border: none;
    background-color: #F8FAFF;
    border-radius: 8px;
    padding-left: 8px;
    box-sizing: border-box;
}

input {
    outline: none;
}

.resouce_selcect button {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    width: 76px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    background-color: #CB1A1D;
    color: #fff;
    border: none;
    border-radius: 8px;
    cursor: pointer;
}

.resouce_selcect button:hover {
    font-weight: 800;
}
.resouce_selcect {
    width: 100%;
    height: 40px;
    margin: 20px auto;
    background-color: #F8FAFF;
    border-radius: 8px;
    position: relative;
}

/* 新闻中心 */

.pxkc_item {
    width: 100%;
    height: 160px;
    padding: 20px ;
    display: flex;
    justify-content: space-between;
    cursor: pointer;

}

.pxkc_item_left {
    width: 153px;
    padding:0px 0 15px 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    
}

.pxkc_item_left_top {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 48px;
    color: #000000;
}
.pxkc_item_border{
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #ED161A 0%, #F9BF4C 100%);
}


.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: #666666;
}

.pxkc_item_center {
    width: 183px;
    height: 100%;
}

.pxkc_item_center img {
    width: 100%;
    height: 100%;
}

.pxkc_item_right {
    width: 570px;
    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;
}

.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;
}
.pxkc_item:hover .pxkc_item_center {
   display: none;
}
.pxkc_item:hover .pxkc_item_right {
   width: 773px;
}
.pxkc_item:hover .pxkc_item_border {
    background: #fff;
}