.bg-gradient-blue {
    background: linear-gradient(135deg, #165DFF 0%, #0040C9 100%);
}

.min-h-\[800px\]{
    min-height: 600px;
}

.h-px3{
    height: 3px;
}

.height30{
    height: 20rem;
}

@media (min-width: 768px) {
    .padding-10 {
        padding-top: 10rem;
        padding-bottom: 10rem;
    }
}

/* 期刊推荐 */
.t-rank {}

.t-rank-box {
    /*padding: 50px 0;*/
    width: 1200px;
    margin: 0 auto;
    display: flex;
}

.t-rank-left {
    width: 360px;
    height: 470px;
    background: rgba(255, 255, 255, 0.2);
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.2);
    border-radius: 12px;
    backdrop-filter: blur(4px);
    padding: 20px;
    box-sizing: border-box;
    margin-right: 20px;
}

.t-rank-left-title {
    font-weight: 600;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 80px;
    text-align: left;
    font-style: normal;
}

.t-rank-one-box {
    display: flex;
}

.t-rank-left-img {
    width: 160px;
    height: 200px;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.2);
    /*border-radius: 4px;*/
    margin-right: 10px;
    margin-right: 10px;
}

.t-rank-number-one {
    height: 40px;
    font-weight: 600;
    font-size: 40px;
    color: #FFC857;
    line-height: 40px;
    text-align: left;
    font-style: normal;
    margin-bottom: 24px;
}

.t-rank-number-one-title {
    /* height: 30px; */
    font-weight: 600;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 30px;
    text-align: left;
    font-style: normal;
}

.t-rank-number-year {
    height: 20px;
    font-weight: 600;
    font-size: 14px;
    color: #999;
    line-height: 20px;
    text-align: left;
    font-style: normal;
    margin-bottom: 6px;
}

.t-rank-left-info {
    height: 80px;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 20px;
    text-align: justify;
    font-style: normal;
    margin-top: 20px;
}

.t-rank-right {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-content: space-around;
}

.t-rank-right-item {
    width: 30%;
    display: flex;
    margin-right: 10px;
    margin-bottom: 15px;
}

.t-rank-right-item .t-rank-right-item-img{
    min-height: 150px;
}

.t-rank-right-item-img {
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.2);
    /*border-radius: 2px;*/
    margin-right: 10px;
}

.t-rank-right-item-box {
    display: flex;
    flex-direction: column;
    /*justify-content: space-between;*/
}

.t-rank-right-item-number {
    font-weight: 600;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 24px;
    text-align: left;
    font-style: normal;
    padding: 10px 0;
}

.t-rank-right-item-title {
    /* width: 158px; */
    /* height: 20px; */
    font-weight: 600;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 20px;
    text-align: left;
    font-style: normal;
}

.t-rank-right-item-year {
    width: 158px;
    font-weight: 600;
    font-size: 14px;
    color: #999;
    line-height: 20px;
    text-align: left;
    font-style: normal;
}

/* 特价期刊 */
.tejia-journals {
    background: #4c5b7a;
    /*padding: 50px 0;*/
    position: relative;
    z-index: 0;
}

.tejia-journals .journals-flex {
    display: flex;
    margin: 0 auto;
    justify-content: space-between;
}

.tejia-journals .journals-flex .journals-item {
    margin-right: 15px;
    position: relative;
    isolation: isolate;
    padding: 15px;
    width: 24%;
}

.tejia-journals .journals-flex .journals-item::before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 325px;
    background: #3d4a68;
    clip-path: inset(0 0 0 0);
    border-radius: 8px;
}

.tejia-journals .journals-flex .journals-item .journals-flexs {
    display: flex;
    align-items: flex-end;
}

.journals-item .journals-flexs>img {
    width: 158px;
    margin-right: 20px;
}

.journals-item .journals-flexs .info {
    margin-bottom: 10px;
}

.journals-item .journals-flexs .info i {
    color: #fff;
}

.journals-item .journals-flexs .info p {
    font-size: 14px;
    color: #fff;
    line-height: 26px;
}

.journals-item .clamp {
    font-size: 20px;
    font-weight: 800;
    color: #fff;
    line-height: 2em;
    padding: 10px 0;
}


/* 媒体/报纸 */

/*海外媒体*/
.border-accent {
    --tw-border-opacity: 1;
    border-color: rgb(249 115 22 / var(--tw-border-opacity, 1));
}
/* 新闻百科 */
.wrap {
    flex-flow: wrap;
}

.block_news .left {
    background-color: #fff;
    padding: 20px;
    border-radius: 4px;
    margin-top: 20px;
    flex: 1;
    overflow: hidden;
}

.block_news .left .item {
    width: 49%;
}

.block_news .wrap .item>.title span {
    font-size: 18px;
    font-weight: bold;
}

.block_news .wrap .item>.title a {
    height: 22px;
    line-height: 22px;
    font-size: 12px;
    padding: 0 10px 0 12px;
    border: 1px solid #2999fa;
    color: #2999fa;
    border-radius: 20px;
}

.block_news .wrap .item>.thumb {
    margin-top: 15px;
}

.block_news .wrap .item>.thumb>a {
    float: left;
    width: 122px;
    height: 90px;
    margin-right: 8px;
    background-image: url('http: //www.xueshuwuyou.com/upload/2025-05/20250506174024693.png');
}

.block_news .wrap .item>.thumb>.info a.title {
    font-size: 16px;
    color: #333;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.block_news .wrap .item>.thumb>.info p {
    font-size: 13px;
    margin-top: 5px;
    height: 65px;
    color: #999;
    line-height: 1.6;
    overflow: hidden;
}

.block_news .wrap .item>.list {
    margin-top: 10px;
}

.news_page>.main>.right>.wrap>.list a,
.block_news .wrap .item>.list a {
    display: block;
    padding: 7px 0;
    font-size: 15px;
    color: #666;
}

.block_news .wrap .item>.list a:before {
    background-color: #2797fa70;
}

.block_news .wrap .item>.list a:before {
    content: '';
    display: inline-block;
    position: relative;
    top: -3px;
    margin-right: 10px;
    width: 5.5px;
    height: 5.5px;
    background-color: #e5e5e5;
    border-radius: 50%;
}

.block_news .wrap>.right {
    overflow: hidden;
    width: 23.5%;
    margin-left: 2%;
    background-color: #fff;
    padding: 20px;
    border-radius: 4px;
    margin-top: 20px;
}

.block_news .wrap>.right .item>.thumb>a {
    float: none;
    display: block;
    width: auto;
    height: 118px;
    margin-right: 0;
    margin-bottom: 10px;
    background-image: url('http: //www.xueshuwuyou.com/upload/2022-08/20220802162330995.png');
}

.rounded-xxl {
    border-radius: 1.5rem;
}

.hover-scale {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
}

.pad-15 {
    padding: 15px;
}


.bg-darkblue{
        background-color: rgb(80 90 119 / var(--tw-bg-opacity, 1));
}


.bg-orange{
        background-color: #e46c0a;
}
.mt-5{
    margin-bottom: 2.5rem;
}
@media (max-width:1000px) {
    .t-rank-box {
        flex-direction: column;
    }

    .t-rank-left {
        margin-bottom: 2rem;
    }

    .t-rank-right {
        flex-direction: column;
    }

    .t-rank-right-item {
        width: 96%;
    }

    .t-rank-right .t-rank-right-item {
        margin-bottom: 15px;
    }

    .tejia-journals .journals-flex {
        flex-direction: column;
    }

    .tejia-journals .journals-flex .journals-item {
        margin-left: 10px;
        width:96%;
    }

    .py-mob-4 {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .px-mob-4 {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .mob-column {
        flex-direction: column;
    }

    .width-20,
    .width-25,
    .width-50 {
        width: 100%;
    }

    .meiti .meiti-right {
        width: 100%;
    }
    
    .meiti .flex{
            flex-direction: column;
            align-items: center;
    }
    
    .meiti .flex .flex-shrink-0{
        width: 78%;
    }

    .block_news .left .item {
        width: 100%;
    }

    .block_news .wrap .item>.thumb>.info a.title {
        white-space: normal;
    }

    .block_news .wrap>.right {
        width: 100%;
        margin-left: 0;
    }
}