.g-tab-con{
    width: 12.8rem;
}
/* 新闻中心 */
.g-1st{
    padding-top: 0;
    padding-bottom: .2rem;
}
.m-focus{
    display: flex;
    padding: 0.5rem 0;
    border-bottom: 1px solid #ececec;
}
.m-focus:last-child{
    border: none;
}
.m-focus>img{
    width: 3.6267rem;
    height: 2.7334rem;
    margin-right: .2rem;
}
.m-focus>div{
    width: 5.2rem;
    flex:1;
}
.m-focus>div>p:first-child{
    font-size: 24px;
    font-weight: bold;
    color: #000;
    line-height: 0.4667rem;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.m-focus>div>p:nth-child(2){
    font-size: 20px;
    color: #959595;
    line-height: .5rem;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.m-focus>div div{
    display: flex;
    height: .7rem;
    align-items: center;
}
.m-focus>div div img{
    margin-right: .15rem;
}
/* 通知公告 */
.g-2nd{
    padding-top: 0;
    padding-bottom: .2rem;
}
.g-2nd a{
    padding: .55rem 0;
    border-bottom: 1px solid #ececec;
}
.g-2nd a:last-child{
    border: none;
}
.g-2nd a div:first-child{
    width: 1.6934rem;
    height: 1.4667rem;
    flex-direction: column;
}
.g-2nd a div:first-child span{
    line-height: 0.7334rem;
    background: #f5f5f5;
    display: block;
    width: 100%;
    text-align: center;
    color: #9c9c9c;
    font-size: 18px;
}
.g-2nd a div:first-child span:first-child{
    font-size: 28px;
    font-weight: bold;
    color: #333;
}
.g-2nd a div:last-child{
    width: 7.16rem;
}
.g-2nd a div:last-child p{
    line-height: .5rem;
    color: #939393;
    font-size: 20px;
}
.g-2nd a div:last-child p:first-child{
    font-size: 24px;
    color: #000;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
/* 视频中心 */
.g-3th{
    flex-wrap: wrap;
    padding-bottom: 0;
}
.g-3th a{
    width: 47%;
    height: auto;
    padding: .1rem 0 .5rem;
}
.g-3th a div{
    width: 100%;
    height: auto;
    position: relative;
}
.g-3th a div>img:first-child{
    width: 100%;
    height: 260px;
}
.g-3th a div>img:last-child{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.g-3th a p{
    font-size: 24px;
    color: #000;
    line-height: 1;
    font-weight: bold;
    padding-left: 0.2667rem;
    border-left: 3px solid #000;
    margin-top: .4rem;
}
