@import url('base.css');
@import url('../icon/iconfont.css');
.content {
    width: 1200px;
    margin: 0 auto;
    margin-top: 20px;
    /* display: flex; */
    position: relative;
    max-width: 1200px;
}
.content-tu-list {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(7, 150px);
    grid-gap: 20px;
}

.content-tu-list .content-tu-list-item {
    width: 150px;
    overflow: hidden;
    position: relative;
}

.content-tu-list .content-tu-list-item img {
    width: 150px;
    height: 100px;
    border-radius: 5px;
    overflow: hidden;
}

.content-tu-list .content-tu-list-item span {
    font-size: 16px;
    color: var(--text-color);
    width: 100%;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    text-align: center;
    background: rgba(255, 255, 255, 0.6);
    position: absolute;
    left: 0;
    bottom: 0;
}

.content-tu-list .content-tu-list-item:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    transform: translateY(-5px);
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}
.tuijian-item {
    display: flex;
    width: 100%;
    margin-bottom: 20px;
}

.tuijian-item .tuijian-title {
    display: inline-block;
    padding: 5px 10px;
    background: rgba(0, 0, 0, .1);
    border-radius: 30px;
    font-size: 14px;
    height: 30px;
    line-height: 1.4;
}

.tuijian-item ul {
    flex: 1 1;
    display: grid;
    grid-template-columns: repeat(10, 100px);
    grid-gap: 0 10px;
    margin-left: 20px;
    height: 30px;
    line-height: 30px;
}

.tuijian-item ul li {
    width: 100px;
    height: 40px;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tuijian-item ul li a {
    width: 100px;
    font-size: 14px;
    color: var(--text-color);
}

.tuijian-item ul li a:hover {
    text-decoration: underline;
}

.header {
    width: 100%;
    height: 69px;
    background: rgba(0, 0, 0, .1);
    display: inline-block;
    margin-top: 10px;
}

.header-content {
    width: 1180px;
    margin: 0 auto;
    display: flex;
    height: 69px;
    max-width: 1200px;
}

.header .nav {
    width: 100%;
    display: flex;
    margin-left: 80px;
}

.header .nav .nav-item {
    height: 69px;
    line-height: 69px;
    font-size: 16px;
    color: var(--text-color);
    width: 142px;
    text-align: center;
    display: flex;
    margin-right: 20px;
}

.nav .icon-item {
    font-size: 20px;
    margin-right: 10px;
    padding-left: 20px;
}


.nav .on {
    color: #ff0000 !important;
    background: rgba(0, 0, 0, .2);
    border-top-left-radius: 80px;
    border-bottom-right-radius: 80px;
}

.nav .nav-item:hover {
    color: #ff0000;
    background: rgba(0, 0, 0, .2);
    border-top-left-radius: 80px;
    border-bottom-right-radius: 80px;
}

.banner {
    width: 100%;
    height: 268px;
    margin: 10px 0 auto;
    max-width: 1200px;
}

.banner-item {
    display: flex;
    width: 100%;
    height: 348px;
    background: linear-gradient(to bottom, #fff 0%, #fff 70%, rgba(255, 255, 255, 0.9) 100%);
}

.banner-item .banner-item-img {
    width: 310px;
    height: 249px;
    padding: 10px;
}

.banner-item .banner-item-img img {
    width: 310px;
    height: 249px;
    border-radius: 5px;
}

.banner-item .banner-item-info {
    flex: 1 1;
    padding: 0 20px;
    max-width: 724px;
    margin: 0 10px;
}

.banner-item .banner-item-info .title {
    font-size: 28px;
    color: #252525;
    display: inline-block;
    vertical-align: middle;
    margin: 10px 5px 0 0;
    max-width: 75%;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

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

.banner-item-info .time {
    padding-top: 5px;
    display: inline-block;
    vertical-align: middle;
    height: 20px;
    line-height: 20px;
}

.banner-item-info .bq {
    height: 20px;
    line-height: 20px;
    width: 100%;
    overflow: hidden;
    margin: 15px 0;
}

.banner-item-info .bq a {
    font-size: 12px;
    height: 17px;
    margin: 0 10px 0 0;
    border-radius: 4px;
    padding: 5px 8px;
    background: #acacac;
    background: rgba(143, 142, 147, 0.2);
    color: #404040;
    line-height: 9px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
}

.banner-item-info .bq a:hover {
    background: #ff0000;
    color: #fff;
}

.banner-item-info .xgtj {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 150px);
    grid-gap: 15px 10px;
    margin-top: 10px;
}

.banner-item-info .xgtj a {
    font-size: 14px;
    color: #1061b9;
    width: 150px;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.banner-item-info .text {
    font-size: 14px;
    color: #404040;
    line-height: 33px;
    height: 100px;
    overflow: hidden;
    padding-top: 7px;
    display: -webkit-box;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.banner-item-info .xgtj a:hover {
    text-decoration: underline;
}

.banner-item .thumbs-container {
    width: 163px;
}

.thumbs-container .thumbs-swiper .swiper-slide {
    width: 163px !important;
    height: 49px !important;
    margin-bottom: 20px !important;
    opacity: 0.34;
    cursor: pointer;
    pointer-events: auto !important; /* 确保可点击 */
}

.thumbs-container .thumbs-swiper img {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 10px;
    -o-object-fit: cover;
    object-fit: cover;
}

.thumbs-swiper .swiper-slide-thumb-active{
    opacity: 1 !important;
}

.swiper-backface-hidden .swiper-slide {
    width: 1035px !important;
}

.news {
    width: 1200px;
    margin: 0 auto;
}

.news-content {
    width: 100%;
    display: flex;
    height: 612px;
    overflow: hidden;
}

.news .news-content .title {
    width: 330px;
    height: 58px;
    line-height: 58px;
}

.news .news-content .title .bt-title {
    font-size: 22px;
    color: #252525;
    display: block;
    line-height: 58px;
    float: left;
}

.news .news-content .title .more {
    display: block;
    font-size: 16px;
    color: #1061b9;
    float: right;
    line-height: 58px;
}

.news .news-content .news-content-hot {
    width: 100%;
    display: block;
    float: left;
}

.news .news-content .news-content-hot .hot-img img {
    border-radius: 10px;
    height: 190px;
}

.news-content .news-content-hot .bts-title {
    padding-top: 20px;
    font-size: 16px;
    line-height: 32px;
    color: #252525;
    overflow: hidden;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.news-content .news-content-hot .bts-title a {
    color: #252525;
}

.news-content .news-content-hot:hover .bts-title a {
    color: #ff0000 !important;
}

.news-content-hot2 {
    width: 100%;
    display: block;
    float: left;
    margin-top: 20px;
}

.news-content-hot2 .news-content-hot2-content {
    display: grid;
    grid-template-columns: repeat(2, 160px);
    grid-gap: 10px;
}

.news-content-hot2 .hot2-item {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
}

.news-content-hot2 .hot2-item .img {
    display: block;
    float: left;
}

.news-content-hot2 .hot2-item .img img {
    border-radius: 10px;
    height: 90px;
    display: block;
    border-radius: 5px;
    overflow: hidden;
}

.news-content-hot2 .hot2-item .hot2-title {
    width: 160px;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    padding-top: 13px;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    margin-bottom: 10px;
    color: #252525;
}

.news-content-hot2 .hot2-item .hot2-title:hover {
    color: #ff0000;
}

.hot2-titles {
    display: block;
    width: 100%;
    height: 36px;
    line-height: 36px;
    color: #252525;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    font-size: 16px;
}

.news-content .news-clounm {
    width: 490px;
    margin-left: 20px;
}

.news-content .news-clounm ._title {
    width: 100%;
    display: block;
    float: left;
    height: 58px;
    line-height: 58px;
}

.news-content .news-clounm ._title .lab {
    width: 80px;
    text-align: center;
    display: block;
    float: left;
    font-size: 14px;
    color: #404040;
    border-radius: 8px;
    margin-right: 13px;
    cursor: pointer;
}

.news-clounm ._title .more {
    display: block;
    font-size: 16px;
    color: #1061b9;
    float: right;
    line-height: 58px;
}

.news-content .news-clounm ._title .lab.on {
    background: #da4a19;
    color: #fff;
    float: left;
    height: 32px;
    line-height: 32px;
    margin-top: 14px;
}

.news-clounm .switchbox .switchbox-item {
    display: none;
}

.news-clounm .switchbox .switchbox-item .list {
    display: block;
    float: left;
    margin-top: 10px;
    width: 100%;
}

.news-clounm .switchbox .switchbox-item .list li {
    padding-bottom: 13px;
}

.switchbox .switchbox-item .list li .list-title {
    height: 26px;
    line-height: 26px;
    width: 100%;
    display: block;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    color: #252525;
    font-size: 16px;
    overflow: hidden;
}

.switchbox .switchbox-item .list li .list-title:hover {
    color: #ff0000;
}

.switchbox .switchbox-item .list li .info {
    height: 120px;
    width: 100%;
    padding: 14px 0 15px;
}

.switchbox .switchbox-item .list li .info .img {
    width: 160px;
    border-radius: 5px;
    display: block;
    float: left;
    height: 90px;
}

.switchbox .switchbox-item .list li .info .img img {
    border-radius: 5px;
    height: 90px;
}

.switchbox .switchbox-item .list li .info .text {
    padding-top: 3px;
    float: left;
    padding-left: 15px;
    width: 275px;
    line-height: 28px;
    color: #747474;
    font-size: 14px;
    overflow: hidden;
    height: 85px;
    display: -webkit-box;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.switchbox .switchbox-item .list li .lable {
    height: 20px;
    line-height: 20px;
    display: block;
    color: #747474;
    font-size: 14px;
}

.switchbox .switchbox-item .lis .p {
    display: block;
    width: 100%;
    height: 36px;
    line-height: 36px;
    color: #252525;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    font-size: 16px;
}

.switchbox .switchbox-item .lis .p:hover {
    color: #ff0000;
}

.news-content .news-recom {
    width: 340px;
    margin-left: 20px;
}

.news .news-content .news-recom .bt-title {
    font-size: 22px;
    color: #252525;
    display: block;
    line-height: 58px;
    float: left;
}

.news .news-content .news-recom .more {
    display: block;
    font-size: 16px;
    color: #1061b9;
    float: right;
    line-height: 58px;
}

.news-content .news-recom .list {
    display: block;
    float: left;
    width: 340px;
}

.news-content .news-recom .list li {
    width: 100%;
    border-bottom: 1px solid #f0eff4;
    padding: 13px 0;
}
.news-content .news-recom .list li:first-child {
    padding: 0 0 13px 0;
}

.news-content .news-recom .list li:last-child {
    border-bottom: none;
    padding: 13px 0 0 0;
}

.news-content .news-recom .list li:hover .list-title {
    color: #ff0000;
}

.news-content .news-recom .list li .list-title {
    height: 26px;
    line-height: 26px;
    font-size: 16px;
    color: #252525;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.news-content .news-recom .list li .img {
    width: 160px;
    height: 90px;
    border-radius: 5px;
    display: block;
    overflow: hidden;
    margin: 13px 0 14px;
}

.news-content .news-recom .list li .img img {
    border-radius: 5px;
    height: 90px;
}

.news-content .news-recom .list li .lable {
    height: 20px;
    line-height: 20px;
    display: block;
    color: #747474;
    font-size: 14px;
}

.arrivals {
    width: 1200px;
    margin: 0 auto;
}

.arrivals .arrivals-top {
    width: 100%;
    display: block;
    float: left;
}

.arrivals .arrivals-top .bt-title {
    font-size: 20px;
    color: #252525;
    display: block;
    line-height: 58px;
    float: left;
    font-weight: bold;
}

.arrivals .arrivals-top .more {
    display: block;
    font-size: 16px;
    color: #1061b9;
    float: right;
    line-height: 58px;
}

.arrivals .arrivals-content {
    width: 100%;
    display: block;
    float: left;
    margin-bottom: 20px;
}

.arrivals .arrivals-list {
    display: grid;
    grid-template-columns: repeat(6, 170px);
    grid-gap: 35px;
}

.arrivals .arrivals-list .arrivals-item {
    width: 170px;
}

.arrivals .arrivals-list .arrivals-item .img {
    width: 170px;
    height: 208px;
    display: inline-block;
}

.arrivals .arrivals-list .arrivals-item .img img {
    border-radius: 10px;
    width: 170px;
    height: 208px;
}

.arrivals .arrivals-list .arrivals-item .title {
    height: 30px;
    width: 100%;
    line-height: 30px;
    margin: 10px 0 5px 0;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    font-size: 18px;
    color: #252525;
}

.arrivals .arrivals-list .arrivals-item:hover .title {
    color: #ff0000;
}

.arrivals .arrivals-list .arrivals-item .time {
    height: 17px;
    line-height: 17px;
    width: 100%;
    overflow: hidden;
    color: #404040;
    font-size: 14px;
}

.appyy {
    width: 1200px;
    margin: 0 auto;
    height: 480px;
}

.appyy .appyy-top {
    width: 100%;
    display: block;
    float: left;
    margin-top: 20px;
}

.appyy .appyy-top .bt-title {
    font-size: 20px;
    color: #252525;
    display: block;
    line-height: 58px;
    float: left;
    font-weight: bold;
}

.appyy .appyy-top .more {
    display: block;
    font-size: 16px;
    color: #1061b9;
    float: right;
    line-height: 58px;
}

.appyy .appyy-content {
    width: 100%;
    display: block;
    float: left;
    margin-bottom: 20px;
}

.appyy .list {
    display: grid;
    grid-template-columns: repeat(8, 130px);
    grid-gap: 23px;
}

.appyy .list li {
    width: 130px;
    text-align: center;
    font-size: 14px;
    margin: 15px 19px 0 0;
    display: inline-block;
}

.appyy .list li .img {
    position: relative;
    width: 115px;
    height: 115px;
    display: block;
    margin: 0 auto;
    overflow: hidden;
}

.appyy .list li .img img {
    border-radius: 10px;
    width: 115px;
    height: 115px;
}

.appyy .list li .title {
    padding-top: 5px;
    color: #313131;
    height: 24px;
    line-height: 24px;
    width: 100%;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.appyy .list li:hover .title {
    color: #ff0000 !important;
}

.appyy .list li p {
    color: #000000;
    opacity: 0.5;
    height: 24px;
    line-height: 24px;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: block;
    padding-top: 3px;
}

.gl {
    width: 1200px;
    margin: 0 auto;
}

.gl .gl-top {
    width: 100%;
    display: block;
    float: left;
}

.gl .gl-top .bt-title {
    font-size: 20px;
    color: #252525;
    display: block;
    line-height: 58px;
    float: left;
    font-weight: bold;
}

.gl .gl-top .more {
    display: block;
    font-size: 16px;
    color: #1061b9;
    float: right;
    line-height: 58px;
    margin-right: 68px;
}

.gl .gl-content {
    display: flex;
    width: 100%;
}

.gl .gl-content .gl-content-list {
    width: 866px;
    display: block;
    float: left;
}

.gl .gl-content .gl-content-list ul {
    width: 100%;
    display: block;
    float: left;
}

.gl .gl-content .gl-content-list ul .lis {
    float: left;
    width: 385px;
    margin-right: 48px;
    font-size: 14px;
    color: #747474;
    padding: 8px 0 13px;
}

.gl .gl-content .gl-content-list ul li .lis-title {
    font-size: 16px;
    line-height: 20px;
    height: 20px;
    overflow: hidden;
    width: 100%;
    display: block;
    color: #252525;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.gl .gl-content .gl-content-list ul li .lis-title:hover {
    color: #ff0000 !important;
}

.gl .gl-content .gl-content-list ul li .info {
    height: 90px;
    width: 100%;
    padding: 18px 0 5px;
}

.gl .gl-content .gl-content-list ul li .info .img {
    width: 160px;
    float: left;
    border-radius: 5px;
    overflow: hidden;
    display: block;
    height: 90px;
}

.gl .gl-content .gl-content-list ul li .info .img img {
    border-radius: 5px;
    height: 90px;
    width: 160px;
}

.gl .gl-content .gl-content-list ul li .info .text {
    float: left;
    width: 210px;
    padding-left: 15px;
}

.gl .gl-content .gl-content-list ul li .info .text p {
    line-height: 26px;
    overflow: hidden;
    height: 76px;
    display: -webkit-box;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-break: break-all;
    margin-top: -5px;
    text-align: justify;
    position: relative;
    font-size: 14px;
}

.gl .gl-content .gl-content-list ul li .info .text .time {
    text-align: right;
    line-height: 20px;
    height: 20px;
    overflow: hidden;
    padding-top: 3px;
    font-size: 14px;
}

.gl .gl-content .gl-content-list ul li.lis1 {
    float: left;
    width: 385px;
    margin-right: 48px;
    font-size: 14px;
    color: #747474;
    padding: 7px 0 4px;
    height: 39px;
    line-height: 39px;
}

.gl .gl-content .gl-content-list ul .lis1 .title {
    line-height: 39px;
    height: 39px;
    overflow: hidden;
    display: block;
    color: #252525;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    float: left;
    width: auto;
    max-width: 330px;
    font-size: 14px;
}

.gl .gl-content .gl-content-list ul .lis1 .time {
    float: right;
}

.gl-tjzy {
    width: 334px;
    display: block;
    float: left;
}

.gl-tjzy .list {
    width: 100%;
    display: block;
    float: left;
}

.gl-tjzy .list li {
    width: 100%;
    padding: 5px 0;
    display: block;
    float: left;
}

.gl-tjzy .list li:hover .title {
    color: #ff0000!important;
}

.gl-tjzy .list li .title {
    font-size: 16px;
    height: 26px;
    line-height: 26px;
    overflow: hidden;
    width: 100%;
    display: block;
    color: #252525;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.gl-tjzy .list li .info {
    height: 70px;
    width: 100%;
    padding: 7px 0 5px;
}

.gl-tjzy .list li .info .img {
    float: left;
    height: 70px;
    width: 118px;
    overflow: hidden;
    display: block;
    border-radius: 8px;
}

.gl-tjzy .list li .info .img img {
    border-radius: 8px;
    height: 70px;
}

.gl-tjzy .list li .info .text {
    width: 195px;
    color: #404040;
    font-size: 13px;
    line-height: 26px;
    float: left;
    padding-left: 13px;
    margin-top: -6px;
}

.gl-tjzy .list li .info .text p {
    height: 26px;
    width: 100%;
    overflow: hidden;
    font-size: 14px;
    margin-bottom: 0;
}

.gl-tjzy .list li .info .text .btn {
    height: 17px;
    border-radius: 4px;
    background: rgba(143, 142, 147, 0.2);
    color: #404040;
    line-height: 17px;
    text-align: center;
    padding: 0 5px;
    width: auto;
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
}