﻿
.text a {
    color: inherit;
}
.header-part {
    position: relative;
    width: 100%;
    height: 733px;
    background-image: url(../images/20220922_gqj_topimage.png);
    background-repeat: no-repeat;
    background-position: top center;
}
/* 头条部分 */
.tt-part {
    margin: 30px 0;
    width: 100%;
    height: auto;
    position: relative;
}
.tt-part .tt-wrap {
    margin: 0 auto;
    width: 1200px;
    position: relative;
}
.tt-part .tt-wrap .left-icon {
    position: relative;
    float: left;
}
.tt-part .tt-wrap .left-icon img {
    width: 100px;
    height: 100px;
}
.tt-part .tt-wrap .tt-split {
    margin: 0px 25px;
    width: 2px;
    height: 100px;
    background-color: #a93c35;
    position: relative;
    float: left;
}
.tt-part .tt-wrap .right-swiper {
    width: 1048px;
    height: 100px;
    position: relative;
    float: left;
}
#ttSwiper {
    width: 100%;
    height: 100%;
    position: relative;
}
#ttSwiper .txt-box .text {
    height: 100px;
    line-height: 100px;
    color: #a93c35;
    font-size: 50px;
    font-weight: 600;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
#ttSwiper .txt-box .text a {
    color: inherit;
}

/* 轮播栏部分 */
.lb-part {
    margin: 30px 0;
    width: 100%;
    height: auto;
    position: relative;
}
.lb-part .lb-wrap {
    margin: 0 auto;
    width: 1200px;
    display: flex;
}
.lb-part .lb-wrap .lbt-box {
    width: 600px;
    height: 350px;
    position: relative;
}
#lbtSwiper {
    width: 100%;
    height: 100%;
    position: relative;
}
#lbtSwiper .swiper-slide .pic img {
    width: 100%;
    height: 350px;
}
/* 自定义底部分页器 */
#lbtSwiper .pagination {
    position: absolute;
    left: 10px;
    bottom: 10px;
    width: 20%;
    height: 40px;
    text-align: right;
    padding-right: 20px;
    z-index: 20;
}
/* #lbtSwiper .pagination > .swiper-pagination-switch {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #fff;
    opacity: 1;
}
#lbtSwiper .pagination > .swiper-active-switch {
    width: 39px;
    border-radius: 39px;
    background-color: #fff;
} */
/* 自定义底部content条框 */
#lbtSwiper .swiper-slide > .pic-content {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: left;
    background-color: rgb(0, 0, 0, 0.5);
}
#lbtSwiper .swiper-slide > .pic-content > a {
    display: block;
    width: 430px;
    height: 40px;
    padding-left: 20px;
    color: #fff;
    white-space:nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
#lbtSwiper .swiper-slide > .pic-content > a:hover {
    text-decoration: underline;
}
/* 新闻盒子 */
.news-box {
    margin-left: 50px;
    width: 550px;
    height: auto;
    position: relative;
}
.news-box .news-list {
    width: 100%;
    height: auto;
    position: relative;
}   
.news-box .news-list .news-item {
    position: relative;
}
.news-box .news-list .news-item .news-item-title {
    padding-left: 20px;
    height: 29px;
    color: #333;
    font-size: 20px;
    font-weight: 600;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    position: relative;
}
.news-box .news-list .news-item .news-item-title:before {
    content: '';
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #a93c35;
    position: absolute;
    top: 10px;
    left: 0;
}
.news-box .news-list .news-item .news-item-desc {
    margin-top: 3px;
    line-height: 29px;
    color: #a8a8a8;
    font-size: 16px;
    text-indent: 2em;   
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.news-box .news-list .news-item .news-split {
    margin: 10px 0 11px;
    width: 100%;
    height: 1px;
    border-bottom: 1px dotted #333;
}
.news-box .news-list .news-item:last-child .news-split {
    display: none;
}
.news-box .news-more {
    margin: 10px 0 0;
    text-align: right;
}
.news-box .news-more img {
    width: 60px;
}
.news-box .news-list .news-item:hover .news-item-title {
    color: #a93c35;
}
.news-box .news-list .news-item:hover .news-item-desc {
    color: #a93c35;
}
/* 图片 */
.tp-part {
    width: 100%;
    height: auto;
    position: relative;
}
.tp-part .tp-title {
    margin: 80px auto;
    width: 1200px;
    position: relative;
}
.tp-title img {
    width: 100%;
}
.tp-part .tp-wrap {
    padding-top: 30px;
    width: 100%;
    height: 620px;
    background-image: url(../images/20220922_title_bg.png);
    background-repeat: no-repeat;
    background-position: top center;
    position: relative;

}
.tp-part .tp-wrap .tp-list {
    margin: 75px auto 0;
    padding: 45px 35px 0px;
    width: 1200px;
    height: auto;
    background-color: rgb(255, 255, 255, .6);
    position: relative;
    display: flex;
    flex-wrap: wrap;
}
.tp-list .tp-item {
    margin-right: 30px;
    margin-bottom: 30px;
    width: 260px;
    height: auto;
    position: relative;
}
.tp-list .tp-item:nth-child(4n) {
    margin-right: 0;
}
.tp-list .tp-item .tp-pic { 
    width: 100%;
    height: 160px;
}
.tp-list .tp-item .tp-pic img {
    width: 100%;
    height: 100%;
}
.tp-list .tp-item .tp-tit {
    margin-top: 12px;
    padding: 0 12px;
    height: 29px;
    line-height: 29px;  
    position: relative;
}
.tp-list .tp-item .tp-tit p {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

/* 黄金周 */
.hjz-part {
    margin-bottom: 30px;
    width: 100%;
    height: auto;
    position: relative;
}
.hjz-part .hjz-wrap {
    margin: 0 auto;
    width: 1200px;
    position: relative;
}
.hjz-wrap .hjz-title img {
    width: 100%;
}
.hjz-wrap .hjz-box {
    margin-top: 80px;
    position: relative;
    display: flex;
}
.hjz-wrap .hjz-box .hjz-left {
    padding-top: 35px;
    width: 650px;
    position: relative;
    background-color: #f4f4f4;
}
/* 黄金周轮播 */
#hjzSwiper {
    position: relative;
    height: 435px;
}
#hjzSwiper .swiper-slide .pic {
    margin: 0 auto;
    position: relative;
    width: 580px;
    height: 350px;
    text-align: center;
}
#hjzSwiper .swiper-slide .pic img {
    width: 100%;
    height: 100%;
}
#hjzSwiper .swiper-slide .pic-content {
    padding: 0 50px;
    margin-top: 5px;
    position: relative;
    height: 29px;
    line-height: 29px;
    text-align: center;
    color: #4d4d4d;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
#hjzSwiper .pagination {
    position: absolute;
    z-index: 20;
    bottom: 20px;
    width: 100%;
    text-align: center;
}
#hjzSwiper .swiper-pagination-switch {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background: #555;
    margin: 0 5px;
    opacity: 0.8;
    border: 1px solid #fff;
    cursor: pointer;
}
#hjzSwiper .swiper-active-switch {
    background: #e41e04;
}
#hjzSwiper .arrow-left,
#hjzSwiper .arrow-right {
    position: absolute;
    top: 150px;
    left: 35px;
    width: 50px;
    height: 60px;
    background: url(../images/swiper_prev.jpg) top center no-repeat;
}
#hjzSwiper .arrow-right {
    left: auto;
    right: 35px;
    background: url(../images/swiper_next.jpg) top center no-repeat;
}
/* 黄金周文本 */
.hjz-wrap .hjz-box .hjz-right {
    margin-left: 45px;
    width: 500px;
}
.hjz-right .news-list .news-item {
    margin: 10px 0px;
}
.news-box .news-list .news-item .news-item-title {
    font-size: 16px;
    line-height: 29px;
    font-weight: 500;
}
.news-box .news-list .news-item:first-child .news-item-title {
    line-height: normal;
    font-size: 20px;
    font-weight: 600;
}
.hjz-right .news-list .news-item .news-item-desc {
    -webkit-line-clamp: 3;
}

/* 景点推荐 */
.jd-part {
    width: 100%;
    height: auto;
    position: relative;
}
.jd-part .jd-wrap {
    margin: 80px auto;
    width: 1200px;
    position: relative;
}
.jd-part .jd-wrap .jd-title {
    margin-bottom: 55px;
}
.jd-part .jd-wrap .jd-title img {
    width: 100%;
}
.jd-box {
    position: relative;
}
.jd-box .jd-list {
    position: relative;
    display: flex;
}
.jd-box .jd-list .jd-item {
    margin-right: 25px;
    width: 280px;
    position: relative;
    box-shadow: 0px 0px 32px 3px rgb(0 0 0 / 9%);
}
.jd-box .jd-list .jd-item .jc-pic img {
    width: 100%;
    height: 180px;
}
.jd-box .jd-list .jd-item .tp-tit {
    padding: 0 12px;
    height: 55px;
    line-height: 55px;
    background-color: #fff;
}
.jd-box .jd-list .jd-item .tp-tit p {
    color: #a8a8a8;
    font-size: 16px;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.jd-box .jd-list .jd-item:last-child {
    margin-right: 0;
}