@import url('base.css');
@import url('../icon/iconfont.css');
.root {
    width: 1160px;
    margin: 0 auto;
    padding: 20px;
    background-color: #fff;
    border-radius: 10px;
    margin-top: 10px;
}

.app-info {
    width: 100%;
    display: flex;
}

.app-info .info {
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
}

.info .info-left {
    display: flex;
}

.info .info-left .img {
    width: 96px;
    height: 96px;
}

.info .info-left .img img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.info .info-left .info-text {
    margin-left: 20px;
    flex: 1 1;
}

.info .info-left .info-text .title {
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
    margin: 0;
}

.info .info-left .info-text .read {
    display: flex;
    margin-top: 10px;
    align-items: center;
}

.info .info-left .info-text .read .read-icon {
    width: 16px;
    height: 16px;
    display: inline-block;
    background-image: url(../img/star-icon.svg);
    background-repeat: no-repeat;
}

.info .info-left .info-text .read p {
    margin: 0;
}

.info .info-left .info-text .read .readnumber {
    margin-left: 4px;
    font-size: 16px;
    line-height: 16px;
    color: rgba(0,0,0,.9);
}

.info .info-left .info-text .read .load {
    margin-left: 4px;
    font-size: 14px;
    min-width: 78px;
    line-height: 22px;
    color: rgba(0,0,0,.5);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.info .info-left .info-text .tag {
    height: 24px;
    margin-top: 8px;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
}

.info .info-left .info-text .tag .tag-title {
    margin-bottom: 8px;
    display: flex;
    /* color: rgba(0,0,0,.5); */
    color: #0080ff;
    background-color: rgba(0,128,255,.1);
    font-size: 12px;
    line-height: 24px;
    padding: 0 16px;
    margin-right: 8px;
    border-radius: 12px;
}

.info .info-left .info-text .tag .tag-title:nth-child(4n+1) {
    color: #0080ff;
    background-color: rgba(0,128,255,.1);
}

.info .info-left .info-text .tag .tag-title:nth-child(4n+1):hover {
    background: #0080ff;
    color: #fff;
}

.info .info-left .info-text .tag .tag-title:nth-child(4n+2) {
    color: #f48319;
    background-color: rgba(244,131,25,.1);
}

.info .info-left .info-text .tag .tag-title:nth-child(4n+2):hover {
    background: #f48319;
    color: #fff;
}

.info .info-left .info-text .tag .tag-title:nth-child(4n+3) {
    color: #6dc168;
    background-color: rgba(109,193,104,.1);
}

.info .info-left .info-text .tag .tag-title:nth-child(4n+3):hover {
    background: #6dc168;
    color: #fff;
}

.info .info-left .info-text .tag .tag-title:nth-child(4n+4) {
    color: #f05;
    background-color: rgba(255,0,85,.1);
}

.info .info-left .info-text .tag .tag-title:nth-child(4n+4):hover {
    background: #f05;
    color: #fff;
}

.info .button {
    display: flex;
    align-items: center;
    position: absolute;
    top: 20%;
    right: 20px;
    width: 252px;
    height: 60px;
    background: #0080ff;
    color: #fff;
    border-radius: 50px;
    border: 1px solid rgba(0,128,255,.25);
    font-size: 16px;
    line-height: 60px;
    text-align: center;
    cursor: pointer;
}

.info .button .button-title {
    margin: 0;
    text-align: center;
    width: 100%;
}

.details {
    width: 100%;
    display: flex;
    align-items: flex-start;
    margin-top: 20px;
    min-height: 100vh;
}

.details .details-left {
    flex: 1 1;
    display: inline-block;
    width: 756px;
}

.details-left-imgs {
    width: 756px;
}

.details-left-imgs img {
    border-radius: 10px;
    width: 100%;
    height: 100%;
}

.details-left-imgs .swiper-slide {
    max-width: 265px !important;
    height: 440px !important;
}

.details-jianjie {
    width: 100%;
    display: block;
    float: left;
    margin-top: 20px;
    position: relative;
    padding-bottom: 20px;
}

.details-jianjie-title {
    height: 28px;
    background: #eee;
    position: relative;
    margin: 20px 0 15px 2px;
    text-indent: -71px;
    margin-top: 12px;
    color: #fff;
}

.details-jianjie-title .bt {
    float: left;
    height: 28px;
    background: #4ec585;
    color: #fff;
    position: absolute;
    left: 4px;
    top: -1px;
    line-height: 28px;
    padding: 0 10px;
    text-indent: 0;
}

.details-jianjie-title::before {
    content: '';
    display: block;
    float: left;
    width: 87px;
    height: 31px;
    text-align: center;
    line-height: 34px;
    font-size: 14px;
    color: #fff;
    margin: -4px 0 0 -2px;
    background: #fff url(../img/1.png) no-repeat;
    background-position: -38px -90px;
}

.details-jianjie p {
    font-size: 14px;
    line-height: 1.7;
    white-space: pre-line;
    overflow: hidden;
    color: rgba(0,0,0,.7);
    text-align: justify;
}

.details-jianjie .zkai {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 14px;
    line-height: 21px;
    text-align: right;
    color: #0080ff;
    padding-left: 48px;
    cursor: pointer;
    background: linear-gradient(90deg,rgba(255,255,255,0),rgb(255,255,255) 40%,rgb(255,255,255));
}

/* 禁用图片选中 */
.swiper-slide img {
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    pointer-events: none; /* 如果需要完全禁用图片交互 */
}

/* 但允许滑动交互 */
.swiper-slide {
    pointer-events: auto;
}

.details-gl {
    width: 100%;
    display: block;
    float: left;
    margin-bottom: 15px;
}

.details-gl-list {
    width: 100%;
    margin: 15px 0 10px 0;
}

.details-gl-list .details-gl-item {
    margin-bottom: 10px;
    display: block;
    float: left;
    color: #0080ff;
    background-color: rgba(0,128,255,.1);
    font-size: 12px;
    line-height: 24px;
    padding: 4px 16px;
    margin-right: 8px;
    border-radius: 12px;
}

.details-gl-list .details-gl-item:nth-child(4n+1) {
    color: #0080ff;
    background-color: rgba(0,128,255,.1);
}

.details-gl-list .details-gl-item:nth-child(4n+2) {
    color: #f48319;
    background-color: rgba(244,131,25,.1);
}

.details-gl-list .details-gl-item:nth-child(4n+3) {
    color: #6dc168;
    background-color: rgba(109,193,104,.1);
}

.details-gl-list .details-gl-item:nth-child(4n+4) {
    color: #f05;
    background-color: rgba(255,0,85,.1);
}

.details-gl-list .details-gl-item:hover {
    background: #0080ff;
    color: #fff;
}
.details-gl-list .details-gl-item:nth-child(4n+2):hover {
    background: #f48319;
    color: #fff;
}

.details-gl-list .details-gl-item:nth-child(4n+3):hover {
    background: #6dc168;
    color: #fff;
}

.details-gl-list .details-gl-item:nth-child(4n+4):hover {
    background: #f05;
    color: #fff;
}

.details-gl-list .details-gl-item:nth-child(4n+1):hover {
    background: #0080ff;
    color: #fff;
}

.details-news {
    width: 100%;
    display: block;
    float: left;
    margin-bottom: 15px;
}

.details-news .news-list {
    width: 100%;
    display: block;
    float: left;
}

.details-news .news-list .news-list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 0;
    border-bottom: 1px solid #eee;
    font-size: 14px;
    color: #444;
}

.details-news .news-list .news-list-item:last-child {
    border-bottom: none;
}

.news-list .news-list-item .img {
    display: block;
    width: 180px;
    height: 100px;
    border-radius: 5px;
    overflow: hidden;
}

.news-list .news-list-item .img img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
}

.news-list .news-list-item .info {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: hidden;
    padding: 0 0 0 20px;
}

.news-list .news-list-item .info .title {
    overflow: hidden;
    font-weight: bold;
    font-size: 16px;
    display: -webkit-box;
    word-break: break-all;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    line-clamp: 1;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    line-height: 20px;
    margin-bottom: 7px;
    color: var(--text-color);
}

.news-list .news-list-item .info .title:hover {
    text-decoration: underline;
}

.news-list .news-list-item .info .text {
    line-height: 26px;
    display: -webkit-box;
    overflow: hidden;
    word-break: break-all;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 5px;
}

.news-list .news-list-item .info .p {
    height: 20px;
    line-height: 20px;
    overflow: hidden;
}

.news-list .news-list-item .info .p .time {
    float: left;
    padding-right: 20px;
}

.news-list .news-list-item .info .p .cate {
    float: unset;
    color: #888;
}

.details-infos {
    width: 100%;
    display: block;
    float: left;
    margin-bottom: 15px;
}

.details-infos-list {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 180px);
    grid-gap: 16px 70px;
}

.details-infos-list .details-infos-item {
    width: 180px;
    display: inline-block;
}

.details-infos-list .details-infos-item .name {
    font-size: 14px;
    line-height: 22px;
    width: 100%;
    margin-right: 0;
    color: rgba(0,0,0,.5);
}

.details-infos-list .details-infos-item .value {
    font-size: 14px;
    line-height: 22px;
    width: 100%;
    max-height: 44px;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    color: rgba(0,0,0,.9);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}