/*.ms-content{*/
/*    width: 1200px;*/
/*}*/
.m-home-nav-box{
    background-color: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .1)
}

.m-home-nav-box .item{

}

.m-home-nav-box .item a{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.m-home-nav-box .item a img{
    width: 40px;
    height: 40px;
}

.m-home-nav-box .item a span{
    margin-top: 10px;
    margin-bottom: 10px;
}

.ad-image-wrapper{
    width: 100%;
    height: 100%;
    border-radius: 12px;
}

.right-news-section{
    padding: 20px 20px 0;
    border-radius: 12px;
    height: 400px;
}

.right-news-section .nav-tabs{
    margin-bottom: 20px;
}
.right-news-section .nav-tabs .nav-item{}
.right-news-section .nav-tabs .nav-item .nav-link{
    padding: 10px 20px;
    cursor: pointer;
    color: #666;
    font-size: 14px;
}
.right-news-section .nav-tabs .nav-item .active{
    color: #fff;
    background: #dc3545;
    border-radius: 6px 6px 0 0;
    border: 0;
}

.news-list{
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.news-item{
    padding: 10px 0;
    border-bottom: 1px solid #f0f0f0;
    cursor: pointer;
}

.news-item:last-child {
    border-bottom: none;
}

.news-item:hover{
    background-color: #00000010;
}

.more-text {
    color: #dc3545 !important;
    font-weight: 500;
    text-align: center;
    width: 100%;
    font-size: 14px;
}

.news-date{
    font-size: 12px;
    color: #999;
    white-space: nowrap;
}

.news-more-item {
    border-top: 1px solid #f0f0f0;
}
.news-text{
    font-size: 14px;
    color: #333;
    line-height: 1.4;
    margin-right: 10px;
}

.policy-column{
    padding: 20px;
    border-radius: 12px;
}

.policy-header{
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

.policy-more{
    color: red;
    font-size: 14px;
    font-weight: 100;
}

.policy-item{
    padding: 8px 0;
    cursor: pointer;
}

.policy-item:hover{
    background-color: #00000010;
}

/*.policy-item:hover .policy-text{*/
/*    color: #fff;*/
/*}*/

/*.policy-item:hover .policy-date{*/
/*    color: #fff;*/
/*}*/
.policy-list{
    height: 177.97px;
}

.policy-text{
    font-size: 14px;
    color: #333;
    line-height: 1.4;
    margin-right: 10px;
}

.policy-date{
    font-size: 12px;
    color: #999;
    white-space: nowrap;
}

.ad-large-bg-image{
    width: 100%;
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    height: 200px;
    cursor: pointer;
    background-color: #f5f5f5;
}

.block-one{
    background: #fff;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .1)
}

/* 板块标题 */
.block-one .header {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.block-one .header .title {
    font-size: 20px;
    font-weight: 600;
    color: #333;
    margin-right: 10px;
}
.block-one .header .more {
    font-size: 14px;
    color: #dc3545;
    margin-right: 5px
}

/* 地区政策 */
.city-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 20px;
}

 .city-tab{
    padding: 12px 20px;
    background: #f8f9fa;
    border-radius: 20px;
    font-size: 13px;
    color: #666;
    cursor: pointer;
    transition: all .3s;
    border: 1px solid #e9ecef;
    margin: 2px 0;
}

.city-tab:hover{
    background-color: #E9ECEF;
}

 .active{
    background: #dc3545;
    color: #fff;
    border-color: #dc3545;
}

.project-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
}

.project-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
}

.project-image {
    width: 100%;
    height: 120px;
    border-radius: 8px;
    /*object-fit: cover;*/
    margin-bottom: 10px;
}

.project-name {
    font-size: 14px;
    color: #333;
    text-align: center;
}

/* 全国城市 */
.cities-category {
    margin-bottom: 16px;
}

.category-title {
    font-size: 14px;
    font-weight: 600;
    color: #333;
    margin-bottom: 8px
}

.category-title span {
    font-size: 11px;
    color: #999;
}

.cities-row {
    flex-wrap: wrap;
    gap: 8px;
}

.city-button{
    font-size: 13px;
    color: #333;
    cursor: pointer;
    padding: 8px 12px;
    border-radius: 6px;
    transition: all .3s;
    border: 1px solid #ddd;
    background: #fff;
    display: inline-block;
}

/* 友情链接 */
.links-list {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.link-item {
    font-size: 14px;
    color: #333;
    padding: 10px 16px;
    border-radius: 6px;
    transition: all .3s;
    border: 1px solid #ddd;
    background: #fff;
    display: inline-block;
    margin: 2px;
}

.link-item:hover{
    background-color: #F8F9FA;
    color: #DC3545;
    border: 1px solid #DC3545;
}


@media (max-width: 768px) {
    .ad-image-wrapper {
        width: 100% ;
        /*height: 280px ;*/
        object-fit: cover
    }


    .ad-large-bg-image {
        height: 120px;
        margin-bottom: 15px;
        border-radius: 12px;
    }

    .block-one {
        padding: 15px;
        margin-bottom: 0;
    }

    .block-one .header .title {
        font-size: 16px;
    }

    .city-tabs {
        gap: 8px;
    }

    .city-tab {
        padding: 8px 12px;
        font-size: 12px;
    }

    .project-grid {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }

    .project-image {
        /*height: 150px;*/
    }

    .city-button {
        font-size: 11px;
        padding: 5px 8px;
    }

    .link-item {
        font-size: 11px;
        padding: 6px 10px;
    }

    .links-list {
        gap: 8px;
    }
}

/*@media (max-width: 480px) {*/
/*    .city-tabs {*/
/*        gap: 6px;*/
/*    }*/

/*    .city-tab {*/
/*        padding: 6px 10px;*/
/*        font-size: 11px;*/
/*        min-width: auto;*/
/*    }*/

/*    .project-grid {*/
/*        grid-template-columns: 1fr;*/
/*        gap: 10px;*/
/*    }*/

/*    .project-image {*/
/*        height: 150px;*/
/*    }*/
/*}*/