@charset "utf-8";

.subpage_nav {
    display: flex;
    height: 0.63rem;
    justify-content: center;
    align-items: center;
    gap: 0.18rem;
}

.subpage_nav li {
    width: 2.03rem;
    height: 0.63rem;
    background-color: #277ed9;
    border-radius: 0.31rem;
    text-align: center;
    font: bold 0.24rem/0.63rem 'Microsoft YaHei';
}

.subpage_nav li.subpage_nav_active,
.subpage_nav li:hover {
    background-color: #fff;

}

.subpage_nav li a {
    color: #fff;
}

.subpage_nav li.subpage_nav_active a,
.subpage_nav li:hover a {
    color: #20003b;
}


.subpage_content {
    width: 6.9rem;
    margin: 0.35rem auto 0;
    padding: 0.8rem 0;
}
.first-subpage_content {
    padding-top: 0;
}

 
/* 城市介绍 */
.gdcs-wrap {
    margin-top: 0.8rem;
}

.gdcs-wrap h2 {
    position: relative;
    font: 0.42rem / 0.45rem "almmsh";
    color: #fff;
    text-indent: 0.36rem;
    cursor: pointer;
}

.gdcs-wrap .xgamh2 {
    color: #20003b;
}

.gdcs-wrap .xgamh2::before {
    background: url(../images/pubpage_li.png) no-repeat center top;

}

.gdcs-wrap h2::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -20px;
    width: 5px;
    height: 40px;
    background: url(../images/pubpage_li3.png) no-repeat center top;
}

.gdcs-wrap h2 span {
    font-size: 0.24rem;
}

.gdcs_nav {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-top: 0.3rem;
}

.gdcs_nav ul {
    display: flex;
    width: 12.2rem;
    gap: 0.22rem;
    overflow: hidden;
    margin-left: 0.72rem;
}

.gdcs_nav ul li {
    display: block;
    flex-shrink: 0;
    width: 1.2rem;
    height: 0.5rem;
    background-color: #f0f0f0;
    border-radius: 0.25rem;
    font: 0.24rem / 0.5rem "microsoft yahei";
    text-align: center;
    color: #20003b;
    cursor: pointer;
}

.gdcs_nav_more {
    position: absolute;
    right: 0;
    top: 0;
    width: 0.51rem;
    height: 0.5rem;
    background: url(../images/pubpage_arrow1.png) no-repeat center center;
    background-size: cover;
}
.gdcs_nav_more2 {
    position: absolute;
    left: 0;
    top: 0;
    width: 0.51rem;
    height: 0.5rem;
    background: url(../images/pubpage_arrow2.png) no-repeat center center;
    background-size: cover;
}


.gdcs_img {
    width: 3.99rem;
    height: 2.44rem;
    border-radius: 0.3rem;
}

.gdcs_img img:hover,
.jcwq-bd img:hover {
    opacity: 1;
    border: 0.05rem solid transparent;
    border-radius: 0.3rem;
    background-clip: padding-box, border-box;
    background-origin: padding-box, border-box;
    background-image: linear-gradient(to right, #3fd798, #fb50fc), linear-gradient(90deg, #3fd798, #fb50fc);
}

.gdcs_nav ul li.gdcs_nav_active {
    color: #20003b;
    background-color: #fff;
}

.gdcs_content {
    overflow: hidden;
    margin-top: 0.35rem;
}

.gdcs_content .gdcs_box {
    display: flex;
    flex-direction: column;
}

.gdcs_content .gdcs_box .gdcs_img,
.gdcs_content .gdcs_box .gdcs_img img {
    width: 6.92rem;
    height: 3.9rem;
    border-radius: 0.3rem;
    box-sizing: border-box;
}

.gdcs_content .gdcs_box .gdcs_text {
    width: 6.92rem;
    height: auto;
    margin-top: 0.3rem;
    overflow: hidden;
}

.gdcs_content .gdcs_box .gdcs_text h3 {
    font: 0.3rem/0.46rem "microsoft yahei";
    font-weight: normal;
}

.gdcs_content .gdcs_box .gdcs_text h3 a {
    color: #20003b;
}

.gdcs_more {
    float: right;
    margin: 0.3rem 0.1rem 0 0;
    width: 1.1rem;
    height: .4rem;
    font: .16rem / .4rem 'Microsoft YaHei';
    text-align: center;
    border: 0.01rem solid #2294e0;
    color: #2294e0;
    border-radius: 0.31rem;
    cursor: pointer;
}

/* 全运项目 */

/* 全运项目 */
.qyxm_wrap {
    max-width: initial;
    width: 6.9rem;
    gap: .2rem;
}

.qyxm_item {
    width:2.2rem;
    text-align: center;
    padding: .4rem;
    border: 1px solid #eee;
    border-radius: .48rem;
    transition: transform .3s ease;
    box-sizing: border-box;
    background-color: #fff;
}

.qyxm_item h3 {
    margin-top: 0;
}

.qyxm_item p {
    font: 0.2rem/0.3rem 'Microsoft YaHei';
    color: 20003b;
}

.qyxm_more {
    margin: 0.6rem auto;
    width: 2.03rem;
    height: .63rem;
    font: .24rem/.63rem 'Microsoft YaHei';
    text-align: center;
    border: 0.01rem solid #2294e0;
    color: #2294e0;
    border-radius: 0.31rem;
    cursor: pointer;
}


.qyxm_wrap {
    margin: 0 auto;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: .2rem;
    box-sizing: border-box;
}