/* 钟祥市情 */

.introduction {
    width: 100%;
    background: #EDF7FF;
    height: 543px;
}

.video-box {
    position: relative;
    padding: 50px 0;
    box-sizing: border-box;
}

.floor-title {
    padding-bottom: 30px;
    padding-top: 40px;
    min-width: 1200px;
    color: #2695F0;
    font-size: 28px;
}

.floor-title>span,
.floor-title .line {
    display: block;
    width: 4px;
    height: 26px;
    background: #2695F0;
    margin-right: 10px;
}

.video-warp {
    width: 500px;
    height: 300px;
    position: relative;
}

.video {
    width: 500px;
    height: 300px;
    /* background: #000; */
}

.poster-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 500px;
    height: 300px;
}

.pay-img {
    width: 80px;
    height: 80px;
    position: absolute;
    top: 120px;
    left: 50%;
    transform: translateX(-50%);
}

.desc {
    /* width: 700px; */
    margin-left: 30px;
}

.desc>p {
    line-height: 30px;
}

@media screen and (max-width:1080px) {
    .desc>p {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 7;
        -webkit-box-orient: vertical;
    }
}

.more-btn {
    display: block;
    width: 148px;
    height: 45px;
    background: #2695F0;
    text-align: center;
    line-height: 45px;
    border-radius: 50px;
    color: #fff;
    font-size: 14px;
    margin-top: 30px;
}


/* 政策法规 */

.regulations {
    background: #fff;
    height: auto;
}

.regulations-item {
    margin-top: 20px;
    width: 24%;
}

.regulations-warp {
    padding: 10px 10px 20px;
    box-sizing: border-box;
    border: 1px solid #EEEEEE;
    margin-top: 30px;
    height: 340px;
    position: relative;
}

.regulations-title {
    width: 100%;
    background: #2695F0;
    height: 60px;
    text-align: center;
    line-height: 60px;
    color: #fff;
    font-size: 24px;
}

.regulations-img {
    width: 100%;
    height: 120px;
}

.pollcy-list {
    max-height: 120px;
    overflow: hidden;
}

.pollcy-item {
    margin-top: 20px;
    font-style: 26px;
    color: #333;
    cursor: pointer;
}

.pollcy-item span:nth-child(1) {
    display: block;
    width: 14px;
    height: 14px;
    background: #FFFFFF;
    border: 1px solid #90CDFF;
    border-radius: 50%;
    margin-right: 10px;
    min-width: 14px;
}


/* @media screen and (max-width:) {} */

.pollcy-item span:nth-child(2) {
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.look-more {
    display: block;
    width: 116px;
    height: 34px;
    background: #C9E7FF;
    border-radius: 2px;
    line-height: 34px;
    text-align: center;
    color: #2695F0;
    font-size: 16px;
    /* margin: 12px auto 0; */
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
}


/* 项目资讯 */

.news {
    background-image: url('/assets/img/mask.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    height: 664px;
}

.news-item {
    width: 514px;
    background: #fff;
    /* min-width: 300px; */
    cursor: pointer;
    height: 480px;
}

.news-item>img {
    width: 100%;
    height: 343px;
}

.news-desc {
    padding: 20px 30px;
    font-size: 16px;
    color: #666;
}

.news-title {
    color: #2695F0;
    font-size: 20px;
    margin-bottom: 10px;
}

.news-context {
    line-height: 25px;
}

.project-warp {
    width: 840px;
    /* min-width: 560px; */
    height: 480px;
    background: #FFFFFF;
    padding: 4px 40px;
    box-sizing: border-box;
    margin-left: 40px;
}


/* @media screen and (max-width:1700px) {
    .project-warp {
        
    }
} */

.project-list {
    width: 100%;
    /* min-width: 480px; */
    height: 430px;
    /* margin-left: 50px; */
    overflow: hidden;
    /* margin-right: 8px; */
}

.project-item {
    padding: 16px 0;
    border-bottom: 1px solid #C9E7FF;
    cursor: pointer;
}

.left-title span:nth-child(1) {
    display: block;
    width: 10px;
    height: 10px;
    border: 1px solid #C9E7FF;
    border-radius: 50%;
    margin-right: 10px;
    min-width: 10px;
}

.left-title span:nth-child(2) {
    max-width: 600px;
    font-size: 20px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.news-date {
    font-size: 16px;
    color: #999;
}


/* 主导产业 */