.news a:visited, a:hover, a:active {
    text-decoration: none;
    color: inherit;
}

.news {
    max-width: var(--root-max-width);
    margin: auto;
    padding-bottom: calc(100 * var(--px));
}

.news>header {
    padding-top: calc(100* var(--px));
    padding-bottom: calc(45* var(--px));
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.news>header h3 {
    font-size: calc(48 * var(--px));
    font-weight: bold;
    line-height: calc(52 * var(--px));
}

.news>header .year .xiala dl {
    position: relative;
    width: 200px;
    z-index: 10;
}

.news>header .year .xiala dl dt {
    height: calc(48 * var(--px));
    font-size: calc(16 * var(--px));
    color: #000;
    padding: 0px calc(20 * var(--px));
    border-radius: calc(30 * var(--px));
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    line-height: calc(48 * var(--px));
    border: 1px solid #cccccc;
    text-align: left;
    position: relative;
    z-index: 3;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.news>header .year .xiala dl dt .icon {
    width: calc(28 * var(--px));
    height: calc(28 * var(--px));
    border-radius: 50%;
    border: 1px solid #ccc;
    display: flex;
    justify-content: center;
    align-items: center;
}

.news>header .year .xiala dl dt .icon .right-icon {
    border-color: #ccc;
    transform: rotate(135deg);
}

.news>header .year .xiala dl dd {
    display: none;
    position: absolute;
    top: calc(50 * var(--px));
    left: 0px;
    background: #fff;
    width: 100%;
    z-index: 0;
    box-shadow: 0px 0px calc(3 * var(--px)) calc(3 * var(--px)) rgb(0 0 0 / 10%);
    text-align: left;
    border-radius: calc(5 * var(--px));
}

.news>header .year .xiala dl dd a {
    color: #333333;
    font-size: calc(16 * var(--px));
    display: block;
    padding: calc(12 * var(--px)) calc(20 * var(--px));
    border-bottom: 1px solid #eaeaea;
    text-decoration: none;
}

.news .new-header {
    background-color: #f3f6f8;
    display: flex;
}

.news .new-header>.img {
    flex: 0 0 50%;
}

.news .new-header>.img img {
    width: 100%;
    aspect-ratio: 40 / 27;
    display: block;
}

.news .new-header .content {
    color: #666;
    font-size: calc(18 * var(--px));
    flex: 0 0 50%;
    padding: calc(50 * var(--px)) calc(50 * var(--px)) calc(20 * var(--px));
    overflow: hidden;
}

.news .new-header .content h4 {
    color: #000;
    font-size: calc(36 * var(--px));
    line-height: calc(42 * var(--px));
    font-weight: bold;
    margin: calc(20 * var(--px)) 0;
}

.news .new-header .content .desc {
    line-height: calc(24 * var(--px));
}

.news .new-header .content .more {
    max-width: 100%;
    width: calc(250* var(--px));
    height: calc(70* var(--px));
    color: #fff;
    font-size: calc(16 * var(--px));
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--root-color);
    text-decoration: none;
    margin-top: calc(55 * var(--px));
}

.news .new-header .content .more .img {
    --width: 22;
    width: calc(var(--width)* var(--px));
    overflow: hidden;
    margin-left: 12px;
}

.news .new-header .content .more .img img {
    width: 100%;
    translate: -100% 0;
    filter: drop-shadow(calc(var(--width)* var(--px)) 0 0 #fff);
}

.news .news-list {
    padding: calc(60 * var(--px)) 0;
}

.news .news-list {
    --gap: 40;
    display: flex;
    flex-wrap: wrap;
    gap: calc(40 * var(--px));
}

.news .news-list .new {
    flex: 0 0 calc((100% / 3) - calc((var(--gap) * 2 / 3) * var(--px)));
    min-height: calc(520* var(--px));
    background-color: #f3f6f8;
    display: flex;
    flex-direction: column;
    text-decoration: none;
}

.news .news-list .new>.img {
    flex: 0 0 auto;
    width: 100%;
    display: block;
    margin: auto;
    overflow: hidden;
}

.news .news-list .new>.img img {
    width: 100%;
    aspect-ratio: 25 / 14;
    object-fit: cover;
    transform-origin: center center;
}

.news .news-list .new:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.news .news-list .new:hover .content {
    margin-top: -10%;
    z-index: 1;
    position: relative;
    background-color: #fff;
    background: url(/themes/basic/skin/images/new-bg.png) no-repeat;
    background-position: right bottom;
}

.news .news-list .new>.content {
    flex: 1 0 0;
    font-size: calc(16 * var(--px));
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: calc(40* var(--px));
    transition: all .3s ease;
}

.news .news-list .new>.content .time {
    color: #666;
    padding-bottom: calc(20 * var(--px));
}

.news .news-list .new>.content h4 {
    color: #000;
    font-size: calc(24 * var(--px));
    line-height: calc(32 * var(--px));
    font-weight: bold;
    margin-bottom: calc(20 * var(--px));
}

.news .news-list .new>.content .more {
    font-size: calc(16 * var(--px));
    color: #000;
    text-decoration-color: #616364;
}

.news .news-list .new>.content .more img {
    width: calc(22* var(--px));
}

.news .news-list .new>.content .more>span {
    display: inline-block;
    text-decoration: underline solid #000;
}

.news .news-pagination #yw0 {
    width: max-content;
    margin: auto;
    display: flex;
    gap: 0 calc(12 * var(--px));
}

.news .news-pagination .yiiPager li {
    --width: 50;
    --height: 50;
    color: #000;
    width: calc(var(--width) * var(--px));
    height: calc(var(--height) * var(--px));
    border: calc(1 * var(--px)) solid #d7d7d7;
    border-radius: 50%;
    transition: All 0.3s ease;
    -webkit-transition: All 0.3s ease;
    -moz-transition: All 0.3s ease;
    -o-transition: All 0.3s ease;
    overflow: hidden;
    cursor: pointer;
    margin: 0 calc(5 * var(--px));
    display: flex;
    justify-content: center;
    align-items: center;
}

.news .news-pagination .yiiPager li.previous a {
    transform: rotate(-180deg);
}

.news .news-pagination .yiiPager li a {
    width: 100%;
    height: 100%;
    color: inherit;
    line-height: calc(var(--height) * var(--px));
    text-align: center;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.news .news-pagination .yiiPager li a .right-icon {
    width: calc(12 * var(--px));
    height: calc(12 * var(--px));
}

.news .news-pagination .yiiPager li:hover a .right-icon {
    border-color: #fff;
}

.news .news-pagination .yiiPager li.selected,
.news .news-pagination .yiiPager li:not([class=selected]):hover {
    background-color: var(--root-color);
    color: #fff;
    border: 1px solid #f7951d;
}

@media screen and (max-width: 1600px) {
    .news .new-header .content {
        font-size: calc(16 * var(--px));
    }

    .news .new-header .content h4 {
        font-size: calc(30 * var(--px));
        line-height: calc(32 * var(--px));
    }

    .news .new-header .content .more {
        width: calc(200 * var(--px));
        height: calc(60 * var(--px));

    }
}