.personlist{
    border-top: 1px solid #CCCCCC;
    padding: 25px 0 20px 20px;
}
.personlist:hover {
    border-bottom: 1px solid #0D3E7F;
}
.personlist:hover + .personlist {
    border-top: none;
}
#imageHkust .personlist {
    height: 164px;
}
.personlist:last-child {
    border-bottom: 1px solid #CCCCCC;
}
.personlist:last-child:hover {
    border-bottom: 1px solid #0D3E7F;
}
.personlist .imgBox{
    width:118px;
    height:118px;
    float: left;
    margin: 0 30px 0 -15px;;
}
.personlist .imgBox img{
    width: 100%;
    height: 100%;
}
.personlist .perTit {
    font-family: PingFangSC-Regular;
    font-size: 18px;
    color: #000000;
    letter-spacing: 0;
    line-height: 24px;
    /* å•è¡Œçœç•¥ */
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.personlist .perMain {
    font-family: MicrosoftYaHei;
    font-size: 12px;
    color: #666666!important;
    letter-spacing: 0.25px;
    line-height: 20px;
    margin-top: 20px;
    /* height: 40px; */
    /* 2è¡Œçœç•¥ */
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.personlist .perTime {
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #999999;
    letter-spacing: 0;
    margin-top: 9px;
}
.personlist .font-fam{
    color: #CCC;
    margin-right: 6px;
}
.personlist a:hover .perTit, .personlist a:hover .perMain {
    color: #0D3E7F;
}
.hotrRecommended li:first-child{
    padding: 3px 0 13px 0;
}
.hotrRecommended .fontBox{
    background: #0C3D7E;
    display: inline-block;
    width:36px;
    height: 36px;
    color: #999;
    font-size: 36px;
    line-height: 36px;
    text-align: center;
    margin-right: 20px;
}
.hotrRecommended .hotRexTit a {
    display: inline-block;
    font-family: PingFangSC-Semibold;
    font-size: 20px;
    color: #0D3E7F;
    letter-spacing: 0.41px;
    height: 36px;
    line-height: 36px;
    vertical-align: top;
}
.hotContList{
    padding: 15px 0 19px 0;
    border-top: 1px solid #CCC;
}
.hotContList:hover {
    border-bottom: 1px solid #0D3E7F;
}
.hotContList:hover + .hotContList {
    border-top: none;
}
.hotContList:last-child {
    border-bottom: 1px solid #CCC;
}
.hotContList:last-child:hover {
    border-bottom: 1px solid #0D3E7F;
}
.hotContList a {
    display: inline-block;
}
.hotContList a:hover .hotLeftFont, .hotContList a:hover .hotContent {
    color: #0D3E7F;
}
.hotContList .hotTime {
    float: left;
    width: 39px;
    text-align: center;
    margin-right: 10px;
}
.hotContList .hotTime .hotTimeDay {
    font-family: MicrosoftYaHei-Bold;
    font-size: 20px;
    color: #333333;
    letter-spacing: 0;
}
.hotContList .hotTime .hotTimeYear {
    font-family: MicrosoftYaHei;
    font-size: 10px;
    color: #999999;
    letter-spacing: 0;
}
.hotContList .hotContent{
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #000000;
    letter-spacing: 0;
    line-height: 1.7;
    height: 46px;
    /* å¤šè¡Œçœç•¥ */
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.hotContList .hotLeftFont {
    float: left;
    width: 39px;
    line-height: 2;
    font-size: 26px;
    text-align: center;
    margin-right: 10px;
    color: #999;
}

.personlist .VideoBox{
    height:118px;
    margin: 0 0 0 -15px;
    position: relative;
}
.personlist .VideoBox .imgBox{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.personlist .VideoBox .videoTime {
    font-family: MicrosoftYaHei-Bold;
    width: 42px;
    height: 42px;
    background: #E98B27;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 10px;
    left: 10px;
}
.personlist .VideoBox .videoTime .videoTimeDay {
    font-size: 20px;
    letter-spacing: 0;
}
.personlist .VideoBox .videoTime .videoTimYear {
    font-size: 12px;
    transform: scale(0.8,0.8);
    letter-spacing: 0;
    margin-top: -15px;
}
#imageHkust .perTit {
    margin: 20px 0 0 0;
    display: block;
}
.videoImgListNav {
    width: 100%;
    height: 60px;
    background: #0D3E7F;
    margin: 0 0 5px 0;
}
.videoImgListNav li {
    margin: 10px 0 0 0;
    display: inline-block;
    width: 146px;
    height: 50px;
    line-height: 50px;
    font-family: PingFangSC-Semibold;
    font-size: 20px;
    letter-spacing: 0.41px;
    color: #fff;
    text-align: center;
    cursor: pointer;
}
.videoImgListNav li.active {
    background: #fff;
    color: #0D3E7F;
}
#imageHkust .personlist {
    border-bottom: 1px solid #CCC;
    border-top: none;
}
#imageHkust .imgsList {
   /*  display: none;*/
}
.specialNewsList {
    margin: 0 0 25px 0;
    box-sizing: border-box;
}
.specialNewsList a {
    display: block;
    border-bottom: 1px solid #CCC;
    padding: 0 20px 20px 20px;
}
.specialNewsList a:hover {
    border-bottom: 1px solid #0D3E7F;
}
.specialNewsList a:hover .specialNewsListTit {
    color: #0D3E7F;
}
.specialNewsList .imgBox {
    width: 100%;
    height: 93px;
}
.specialNewsList .imgBox img {

display:block;
margin:0 auto;
}
.specialNewsList .specialNewsListTit {
    font-family: PingFangSC-Regular;
    font-size: 16px;
    color: #000000;
    letter-spacing: 0;
    /* å•è¡Œçœç•¥ */
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    margin-top: 15px;
    text-align: center;
}

/* ä¸“é¢˜æ–°é—»äºŒçº§èœå• */
.topTimeSmall {
    margin: 0 0 19px 0;
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #999999;
    letter-spacing: 0;
}
.NewsSecondaryTopTitle{
    font-family: PingFangSC-Semibold;
    font-size: 24px;
    color: #000000;
    letter-spacing: 0;
    border-bottom: 1px solid #979797;
    padding: 0 0 20px 0;
}
.NewsSecondaryLeftList dt{
    margin: 30px 0 0 0;
    font-family: PingFangSC-Semibold;
    font-size: 20px;
    color: #333333;
    letter-spacing: 0.41px;
}
.NewsSecondaryLeftList dd {
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #333333;
    letter-spacing: 0;
    line-height: 30px;
    text-indent: 2rem;
    margin-left: 2rem;
}
.NewsSecondaryLeftList dd::before {
    content: ".";
    color: #333;
    font-size: 22px;
    width: 36px;
    vertical-align: 3px;
    margin-right: 10px;
}
.NewsSecondaryLeftList dd:hover {
    color: #0D3E7F;
}
.hotPintsList {
    padding: 20px;
    border-top: 1px solid #ccc;
}
.hotPintsList:last-child {
    border-bottom: 1px solid #ccc;
}
.hotPintsList a:hover div {
    color: #0D3E7F;
}
.hotPintsList .hotPintImgBox {
    width: 100%;
    height: 93px;
}
.hotPintsList .hotPintImgBox img {
    width: 100%;
    height: 100%;
    object-fit:cover;
}
.hotPintsList .hotPintsContent {
    font-family: PingFangSC-Regular;
    font-size: 16px;
    color: #000000;
    letter-spacing: 0;
    margin: 15px 0 0 0;
    /* å•è¡Œçœç•¥ */
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.hotPintsList:hover {
    border-bottom: 1px solid #0D3E7F;
}
.hotPintsList:hover + .hotPintsList {
    border-top: none;
}
.pages {
    border-top: 1px solid #CCC;
    margin-top: -26px;
    border: none;
    margin: 10px 0 0 0;
}
.pages .pagesLeft {
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #999999;
    letter-spacing: 0;
    margin: 16px 0 0 0;
}
.pages .pagination {
    margin: 10px 0;
}
.pages .pagination li a {
    font-family: MicrosoftYaHei;
    font-size: 14px;
    color: #333333;
    letter-spacing: 0;
}
.pages .pagination .active a {
    background: #0D3E7F !important;
    color: #fff;
}

/* æ’­æ”¾æŒ‰é’®æ ·å¼ */
.PlayBox {
    width: 27px;
    height: 27px;
    text-align: center;
    line-height: 27px;
    border-radius: 50%;
    background: rgba(0,0,0,0.75);
    position: absolute;
    top: 50%;
    left: 45%;
    transform:translate(-60%,-50%);
    transform-origin:50% 50%;
}
.PlayBox .playBtn {
    display: inline-block;
    width:0px;  
    height:0px;  
    border:8px solid transparent;
    border-left:8px solid #fff;
    transform:translate(40%,20%);
    transform-origin:50% 50%;
}
.footerTop {
    clear: both;
    height: 64px;
}
#economistHkust .hot-list li:last-child {
    border-bottom: 1px solid #ccc;
}
#economistHkust .hot-list li:last-child:hover {
    border-bottom: 1px solid #0d3e7f;
}
@media (max-width: 767px) {
    #economistHkust .hot {
        margin: 15px 0 0 0;
    }
    #imageHkust .personlist {
        height: 210px;
        border-bottom: none;
    }
    #imageHkust .personlist .perTit {
        font-family: PingFangSC-Regular;
        font-size: 16px;
        color: #000000;
        letter-spacing: 0;
        overflow : visible;
        display: inline-block;
        white-space: pre-wrap;
        margin: 17px 0 20px -30px;
    }
    #imageHkust .personlist .VideoBox {
        padding: 0;
        margin: 0;
        height: 180px;
    }
    .specialNewsList .imgBox {
        height: 87px;
    }
    .personlist .imgBox {
        width:76px;
        height:76px;
        margin: 0 9px 0 -15px;;
    }
    .personlist .perTit {
        font-family: MicrosoftYaHei;
        font-size: 14px;
        line-height:1.3;
        /* 2è¡Œçœç•¥ */
        text-overflow: ellipsis;
        /* display: -webkit-box; */
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .personlist .perMain {
        font-family: MicrosoftYaHei;
        font-size: 12px;
        color: #666666;
        letter-spacing: 0.25px;
        line-height: 20px;
        margin: 0;
        display: block;
        /* å•è¡Œçœç•¥ */
        overflow: hidden;
        text-overflow:ellipsis;
        white-space: nowrap;
    }
    .personlist .perTime {
        margin-top: 3px;
    }
    .hotPintsList {
        padding: 20px 0;
    }
    .hotPintsList .hotPintImgBox {
        height: 87px;
    }
    .hotrRecommended {
        margin: 35px 0 0 0;
    }
}