.homeb-tg-wrap {
    align-items: stretch;
    gap: 32px;}

.homeb-tg-left,
.homeb-tg-right {
    width: calc(50% - 16px);
    padding: 35px 22px;
    box-sizing: border-box;
    box-shadow: 0 0 12px rgba(5, 77, 162, 0.08);
    display: flex;
    flex-direction: column;}

.homeb-tg-notice-list,
.homeb-tg-academic-list {
    margin-top: 6px;}

.homeb-tg-notice-list li {
    position: relative;
    background-color: #ffffff;
    margin-bottom: 10px;
    padding: 0;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(1, 64, 153, 0.12);
    transition: box-shadow .2s ease;}
.homeb-tg-notice-list li:last-child {
    margin-bottom: 0;}

.homeb-tg-notice-list li a {
    position: relative;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 21px 0;
    min-height: 88px;
    box-sizing: border-box;}

.homeb-tg-notice-list li::after {
    content: "";
    position: absolute;
    left: 78px;
    right: 0;
    top: 0;
    bottom: 0;
    background: #fff;
    z-index: 1;}

.homeb-tg-notice-list .left-time {
    position: relative;
    z-index: 4;
    width: 105px;
    text-align: left;
    margin-right: 0;
    flex-shrink: 0;
    box-sizing: border-box;
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #014099;}

.homeb-tg-notice-list .left-time::before {
    content: "";
    position: absolute;
    left: 0;
    top: -21px;
    bottom: -21px;
    width: 100%;
    background: #c4d3e6;
    clip-path: polygon(0 0, 100% 0, 74% 100%, 0 100%);
    z-index: -1;}

.homeb-tg-notice-list .left-time .txt1 {
    display: block;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;}

.homeb-tg-notice-list .left-time .txt2 {
    display: block;
    font-size: 14px;
    line-height: 1.2;}

.homeb-tg-notice-list .txt3 {
    color: #222;
    font-size: 16px;
    line-height: 1.45;
    flex: 1;
    padding: 0 20px 0 24px;
    box-sizing: border-box;
    min-height: 44px;
    max-height: 44px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;}

.homeb-tg-notice-list li:hover::after {
    background: #014099;}

.homeb-tg-notice-list li:hover {
    box-shadow: 0 6px 16px rgba(1, 64, 153, 0.2);}

.homeb-tg-notice-list li:hover .txt3 {
    color: #ffffff;}

.homeb-tg-academic-list {
    justify-content: space-between;
    row-gap: 14px;}

.homeb-tg-academic-list li {
    width: calc(50% - 10px);
    margin-bottom: 2px;}

.homeb-tg-academic-list li a {
    position: relative;
    display: block;
    height: 100%;
    padding: 18px 14px;
    background: #f6f8fc;
    border: 1px solid #e3eaf5;
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
    transform: translateY(0);}

.homeb-tg-academic-list li a>img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .1;}

.homeb-tg-academic-list .time,
.homeb-tg-academic-list .content {
    position: relative;
    z-index: 1;}

.homeb-tg-academic-list .time {
    margin-bottom: 10px;}

.homeb-tg-academic-list .time .date {
    color: #054da2;
    font-size: 22px;
    font-weight: bold;
    margin-right: 8px;}

.homeb-tg-academic-list .time .year {
    color: #6a7a95;
    font-size: 14px;}

.homeb-tg-academic-list .txt4 {
    display: block;
    color: #222222;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
    max-height: 48px;
    margin-bottom: 6px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;}

.homeb-tg-academic-list .txt5 {
    display: block;
    color: #054da2;
    font-size: 16px;
    font-weight: bold;
    margin-top: 0;}

.homeb-tg-academic-list .txt6 {
    margin-top: 6px;
    display: flex;
    align-items: flex-start;}

.homeb-tg-academic-list .txt6 img {
    width: 14px;
    margin-right: 8px;
    margin-top: 4px;}

.homeb-tg-academic-list .txt6 span {
    color: #3b4b66;
    font-size: 14px;
    line-height: 1.45;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;}

.homeb-tg-academic-list li a:hover {
    transform: translateY(-6px);
    box-shadow: 0 4px 12px rgba(5, 77, 162, 0.16);
    border-color: #bfd0ea;}

@media (max-width: 1200px) {
    .homeb-tg-academic-list li {
        width: 100%;}
}

@media (max-width: 1024px) {
    .homeb-tg-wrap {
        display: block;}

    .homeb-tg-left,
    .homeb-tg-right {
        width: 100%;}

    .homeb-tg-left {
        margin-bottom: 24px;}

    .homeb-tg-academic-list li {
        width: calc(50% - 10px);}
}

@media (max-width: 760px) {
    .homeb-tg-left .intit,
    .homeb-tg-right .intit {
        justify-content: space-between;
        align-items: flex-end;}

    .homeb-tg-left .intit>a,
    .homeb-tg-right .intit>a {
        margin-left: auto;}

    .homeb-tg-academic-list li {
        width: 100%;}

    .homeb-tg-notice-list .left-time {
        width: 82px;
        padding-left: 12px;}

    .homeb-tg-notice-list li::after {
        left: 62px;}

    .homeb-tg-notice-list .txt3 {
        max-height: 42px;
        font-size: 15px;
        padding: 0 14px 0 16px;}
}
