@charset "UTF-8";.article-page .article-list .item-wrap .item{background: #fff;-webkit-box-shadow: 0 0 13px 0 rgba(32, 122, 244, 0.16);box-shadow: 0 0 13px 0 rgba(32, 122, 244, 0.16);margin-bottom: 31px;padding: 48px 46px;position: relative;}.article-page .article-list .item-wrap .item:last-child{margin-bottom: 18px;}.article-page .article-list .item-wrap .item .img-item{margin: 0;width: 272px;height: 147px;float: left;background: #fff;border-right: 2px solid #ced6e0;padding-right: 40px;}.article-page .article-list .item-wrap .item .img-item img{display: block;width: 100%;height: 100%;-o-object-fit: cover;object-fit: cover;}.article-page .article-list .item-wrap .item .text-item{float: left;width: 604px;padding-left: 40px;margin-top: 9px;height: 136px;position: relative;}.article-page .article-list .item-wrap .item .text-item::before{position: absolute;top: 0;left: 0;display: block;content: " ";background: none;width: 2px;height: 176px;}.article-page .article-list .item-wrap .item .text-item h4.title{font-size: 24px;font-weight: normal;height: 34px;line-height: 24px;overflow: hidden;-o-text-overflow: ellipsis;text-overflow: ellipsis;white-space: nowrap;padding: 3px 0 19px;}.article-page .article-list .item-wrap .item .text-item dl dt{height: 40px;line-height: 20px;font-size: 18px;overflow: hidden;-o-text-overflow: ellipsis;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}.article-page .article-list .item-wrap .item .text-item dl dd.info{font-size: 14px;line-height: 28px;height: 56px;overflow: hidden;-o-text-overflow: ellipsis;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}.article-page .article-list .item-wrap .item .text-item dl dd.more-item{padding-top: 10px;color: #999;font-size: 14px;}.article-page .article-list .item-wrap .item .text-item dl dd.more-item .more{color: #007dc6;}.article-page .article-list .item-wrap .item .text-item dl dd.more-item span.fl{padding-right: 20px;}.article-page .article-list .item-wrap .item a.link{position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: url(../images/link-bg-1x1.jpg) repeat;}.article-page .article-list .item-wrap .item:hover{-webkit-transition: all .3s linear;-o-transition: all .3s linear;transition: all .3s linear;-webkit-transform: scale(1.01);-ms-transform: scale(1.01);transform: scale(1.01);background: #fff;-webkit-box-shadow: 0 0 13px 0 rgba(32, 122, 244, 0.32);box-shadow: 0 0 13px 0 rgba(32, 122, 244, 0.32);}.article-page .teach-list li{float: left;width: 450px;height: 504px;background: #fff;-webkit-box-shadow: 0 0 13px 0 rgba(32, 122, 244, 0.16);box-shadow: 0 0 13px 0 rgba(32, 122, 244, 0.16);margin: 0 33px 53px 0;position: relative;}.article-page .teach-list li:nth-of-type(3n){margin-right: 0;}.article-page .teach-list li .con-item{margin: 44px 27px 0;}.article-page .teach-list li .con-item .img-item{width: 270px;height: 305px;margin: 0 auto;background: #f4f6fa;text-align: center;}.article-page .teach-list li .con-item .img-item img{display: block;width: 100%;height: 100%;-o-object-fit: contain;object-fit: contain;}.article-page .teach-list li .con-item dt{text-align: center;font-size: 24px;padding: 21px 0 11px;}.article-page .teach-list li .con-item dd.info{font-size: 14px;line-height: 28px;height: 56px;overflow: hidden;-o-text-overflow: ellipsis;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}.article-page .teach-list li .con-item dd.more{color: #007dc6;font-size: 14px;font-weight: bold;text-align: right;}.article-page .teach-list li a.link{position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: url(../images/link-bg-1x1.jpg) repeat;}.article-page .teach-list li:hover{-webkit-transition: all .3s linear;-o-transition: all .3s linear;transition: all .3s linear;-webkit-transform: scale(1.01);-ms-transform: scale(1.01);transform: scale(1.01);background: #fff;-webkit-box-shadow: 0 0 13px 0 rgba(32, 122, 244, 0.32);box-shadow: 0 0 13px 0 rgba(32, 122, 244, 0.32);}@media screen and (max-width: 1230px){.article-page .article-list .item-wrap .item:hover{-webkit-transform: scale(1);-ms-transform: scale(1);transform: scale(1);}.article-page .teach-list li:hover{-webkit-transform: scale(1);-ms-transform: scale(1);transform: scale(1);}}
       
       
       /* ========== 科研成果-专利成果页面 自适应样式 ========== */
/* 仅作用于 main-contant 区域，不干扰全局样式 */

/* 大屏降为中屏时（笔记本、小桌面） */
@media screen and (max-width: 1200px) {
    .main-contant .two-col-layout {
        flex-wrap: wrap;}
    .main-contant .left-nav-sidebar {
        width: 100%;
        margin-bottom: 30px;}
    .main-contant .right-content-area {
        width: 100%;
        padding-left: 0;}
}

/* 平板及以下（小于 992px） */
@media screen and (max-width: 992px) {
    /* 左右两列改为上下排列 */
    .main-contant .two-col-layout {
        flex-direction: column;}
    .main-contant .left-nav-sidebar {
        width: 100%;
        margin-bottom: 30px;}
    .main-contant .right-content-area {
        width: 100%;
        padding-left: 0;}

    /* 专利条目：图片和文字改为上下堆叠 */
    .article-page .article-list .item-wrap .item {
        padding: 20px;}
    .article-page .article-list .item-wrap .item .img-item {
        float: none;
        width: 100%;
        height: auto;
        border-right: none;
        padding-right: 0;
        margin-bottom: 20px;}
    .article-page .article-list .item-wrap .item .img-item img {
        width: 100%;
        height: auto;
        max-height: 220px;
        object-fit: cover;}
    .article-page .article-list .item-wrap .item .text-item {
        float: none;
        width: 100%;
        padding-left: 0;
        height: auto;
        margin-top: 0;}
    .article-page .article-list .item-wrap .item .text-item h4.title {
        white-space: normal;
        height: auto;
        line-height: 1.4;
        font-size: 20px;
        margin-bottom: 12px;}
    .article-page .article-list .item-wrap .item .text-item dl dd.info {
        height: auto;
        -webkit-line-clamp: 3;
        line-height: 1.6;}
    .article-page .article-list .item-wrap .item .text-item dl dd.more-item {
        font-size: 12px;}
}

/* 手机横屏及小屏（小于 768px） */
@media screen and (max-width: 768px) {
    /* 面包屑微调 */
    .mod-bread-crumb.inner-bread {
        font-size: 13px;
        padding: 10px 0;}

    /* 左侧导航栏样式优化 */
    .main-contant .left-nav-sidebar .sidebar-header h3 {
        font-size: 18px;
        padding: 12px 15px;}
    .main-contant .left-nav-sidebar .sidebar-nav ul li a {
        padding: 10px 15px;
        font-size: 14px;}
    .main-contant .left-nav-sidebar .sidebar-nav ul li a i {
        margin-right: 8px;}

    /* 专利列表条目样式 */
    .article-page .article-list .item-wrap .item {
        padding: 15px;
        margin-bottom: 20px;}
    .article-page .article-list .item-wrap .item .text-item h4.title {
        font-size: 18px;
        padding-bottom: 8px;}
    .article-page .article-list .item-wrap .item .text-item dl dt {
        font-size: 15px;
        height: auto;
        line-height: 1.5;}
    .article-page .article-list .item-wrap .item .text-item dl dd.info {
        font-size: 13px;
        height: auto;
        -webkit-line-clamp: 4;}
    .article-page .article-list .item-wrap .item .text-item dl dd.more-item span {
        display: inline-block;
        margin-right: 12px;
        font-size: 12px;}
    .article-page .article-list .item-wrap .item .text-item dl dd.more-item .more {
        display: block;
        text-align: right;
        margin-top: 8px;}

    /* 分页组件调整 */
    .pb_sys_common {
        font-size: 13px;
        white-space: normal;
        word-break: keep-all;
        padding: 15px 0;}
    .pb_sys_common .p_pages span,
    .pb_sys_common .p_pages a {
        display: inline-block;
        margin: 3px;
        padding: 5px 10px;}
    .pb_sys_common .p_goto {
        margin-left: 8px;}
    .pb_sys_common .p_goto input {
        width: 45px;}
}

/* 超小手机（小于 480px） */
@media screen and (max-width: 480px) {
    .article-page .article-list .item-wrap .item .text-item h4.title {
        font-size: 16px;}
    .article-page .article-list .item-wrap .item .text-item dl dd.info {
        font-size: 12px;
        -webkit-line-clamp: 5;}
    .article-page .article-list .item-wrap .item .text-item dl dd.more-item span {
        display: block;
        margin-bottom: 5px;}
    .pb_sys_common .p_pages span,
    .pb_sys_common .p_pages a {
        padding: 4px 8px;
        font-size: 12px;}
}

/* 辅助修复：确保左侧栏与右侧内容区原有的 flex/float 布局不冲突 */
.main-contant .two-col-layout {
    display: flex;
    justify-content: space-between;
    gap: 30px;}
.main-contant .left-nav-sidebar {
    width: 280px;
    flex-shrink: 0;}
.main-contant .right-content-area {
    flex: 1;
    min-width: 0;}

/* 图片懒加载占位平滑 */
.main-contant .article-list .item-wrap .item .img-item img.lazy {
    width: 100%;
    height: 100%;
    object-fit: cover;}
       