.headline {
    height: 111px;
    background-color: #0055B6;
    color: #FFFFFF;
    margin-bottom: 40px;
}

.headline,
.headline a {
    color: #FFF;
}

.headline>.container {
    height: 100%;
}

.headline .face {
    float: left;
    text-align: center;
}

.headline .faceside {
    margin-left: 140px;
    padding: 25px 0;
    height: 100%;
    overflow: hidden;
}

.headline .lead {
    line-height: 1;
    margin-bottom: 10px;
}

.headline .lead a {
    font-size: 30px;
    font-weight: bold;
    display: block;
}

.headline .small a {
    font-size: 14px;
    padding-right: 6px;
    line-height: 22px;
    line-height: 1;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    width: 100%;
}

.headline .toutiao {
    width: 107px;
    height: 122px;
    background: url(../img/note.svg) center 30px no-repeat;
    background-color: #00B09C;
    text-align: center;
    font-size: 12px;
    line-height: 1.2;
    position: relative;
}

.headline .toutiao::after {
    content: '';
    position: absolute;
    width: 8px;
    height: 12px;
    bottom: 0;
    right: -8px;
    background: url(../img/arr_green.svg);
    background-size: 100% 100%;
    z-index: -1;
}

.headline .toutiao .text {
    position: relative;
    top: 80px;
}

#swiper-toutiao {
    height: 100%;
}

.cell-title-bar {
    display: block;
    position: relative;
    height: 100px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0 60px;
    flex: auto;
}

.cell-title-bar::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.cell-title-bar>img {
    display: block;
    width: 100%;
}

.cell-title-bar .titles {
    display: flex;
    align-items: center;
    height: 100%;
    padding-right: 30px;
    color: #FFFFFF;
    position: relative;
    z-index: 11;
}

.cell-title-bar .titles .t1 {
    font-size: 45px;
    font-weight: bold;
    margin-right: 30px;
    letter-spacing: 5px;
}

.cell-title-bar .titles .t2 {
    font-size: 20px;
}

.news-cell1 {
    margin-bottom: 25px;
}

.news-cell1>div {
    height: 400px;
    margin-bottom: 30px;
}

.news-item2 {
    position: relative;
}

.news-item2 .img-bg {
    width: 100%;
    position: absolute;
    top: 0;
    height: 45%;
}

.news-item2 .cont {
    width: 100%;
    position: absolute;
    top: 45%;
    bottom: 0;
    background: #F1F1F1;
    padding: 5% 10%;
    border-bottom: 3.5px solid #0056B0;
}

.news-item2 .cont .title {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 8%;
    margin-top: 4%;
}

.news-item2 .cont .desc {
    font-size: 14px;
    color: #333333;
    line-height: 24px;
    text-indent: 2em;
}

.news-item2 .date {
    position: absolute;
    width: 44px;
    height: 44px;
    top: -22px;
    right: 8%;
    background: #0055B6;
    color: #FFFFFF;
    border-radius: 3;
    -webkit-border-radius: 3;
    -moz-border-radius: 3;
    -ms-border-radius: 3;
    -o-border-radius: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 14px;
}

.news-item2 .date span+span {
    border-top: 1px solid;
}


/* 轮播图样式的新闻盒子 */

.news-cell2 {
    background: #f1f1f1;
    position: relative;
    display: flex;
    align-self: stretch;
}

.news-cell2 .cell-left {
    width: 60%;
    flex: none;
}

.news-cell2 .cell-right {
    width: 40%;
    flex: none;
    position: relative;
    display: flex;
    align-items: center;
}

.slide-nav-1 {
    width: 100%;
    padding: 0 20px;
    position: relative;
}

.news-cell2 .news-item-2 {
    display: none;
}

.news-cell2 .news-item-2.on {
    display: block;
}

.news-item-2 .img-bg {
    height: 400px;
}

.news-item-2 .item-title-box {
    background: #0056B0;
    color: #FFFFFF;
    padding: 35px 45px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 200px;
    font-size: 25px;
}

.news-item-2 .item-title-box .t2 {
    display: flex;
    justify-content: space-between;
}

.news-item-2 .item-title-box .t2-l {
    position: relative;
}

.news-item-2 .item-title-box .t2-l::after {
    content: '';
    position: absolute;
    width: 2.3em;
    height: 4px;
    border-radius: 2px;
    top: -10px;
    left: 0;
    background: #FFFFFF;
}

.news-item-3 {
    display: flex;
    height: 150px;
}

.news-cell2 .news-item-3+.news-item-3 {
    /* margin-top: 25px; */
}

.news-item-3 .face {
    width: 55%;
    flex: none;
}

.news-item-3 .face .img-bg {
    height: 100%;
}

.news-item-3 .face-side {
    width: 45%;
    flex: none;
    font-size: 14px;
    padding-left: 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.news-item-3 .side-info {
    display: flex;
    justify-content: space-between;
}

.news-cell2 .slide-nav-up,
.news-cell2 .slide-nav-down {
    position: absolute;
    width: 15%;
    height: 35px;
    background: #0055B6;
    color: #FFFFFF;
    left: 50%;
    margin-left: -7.5%;
    cursor: pointer;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 50%;
    z-index: 100;
}

.news-cell2 .slide-nav-up {
    top: 0;
    background-image: url(../img/arr_up.svg);
}

.news-cell2 .slide-nav-down {
    bottom: 0;
    background-image: url(../img/arr_down_white.svg);
}


/* 首页政策文件swiper */

#swiper-zhengce {
    position: absolute;
    right: 0;
    top: 50px;
    bottom: 50px;
}


/* 数据盒子 */

.data-box {
    height: 195px;
    background: url(../img/bg22.jpg) center center no-repeat;
    background-size: cover;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    color: #FFFFFF;
    box-sizing: border-box;
}

.data-box .item {
    width: 50%;
    ;
    text-align: center;
    flex: auto;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
/* 
.data-box .item:nth-child(1) {
    background: rgba(0, 174, 154, 0.79);
}

.data-box .item:nth-child(2) {
    background: rgba(0, 87, 174, 0.79);
}

.data-box .item:nth-child(3) {
    background: rgba(0, 174, 154, 0.79);
}

.data-box .item:nth-child(4) {
    background: rgba(0, 87, 174, 0.79);
} */

.data-box .sep {
    width: 2px;
    background: #FFFFFF;
    align-self: stretch;
    margin: 45px 0;
    flex: none
}

.data-box .sep:last-child {
    display: none;
}

.data-box .num {
    font-size: 48px;
    font-weight: bold;
}

.data-box .name {
    font-size: 17px;
}

.news-cell-3 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.news-cell-3 .news-item1 {
    display: block;
    flex: none;
    width: 24%;
    margin-bottom: 1vw;
    text-align: center;
}

.news-cell-3 .news-item1 .square:after {
    padding-bottom: 70%;
}

.news-cell-3.i4 .news-item1 .square:after {
    padding-bottom: 100%;
}

.news-cell-3 .flex-holder {
    width: 24%;
    height: 0;
    margin: 0;
    visibility: visible;
}


/* 首页生态环境 */

.cell-home-sthj {
    background: #E9E9E9;
    padding-top: 78px;
    padding-bottom: 78px;
}

.home-box-sthj {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}

.home-box-sthj .i1 {
    color: #0055B6;
    writing-mode: vertical-lr;
    -webkit-writing-mode: vertical-lr;
    writing-mode: tb-lr;
    text-align: center;
    width: 195px;
}

.home-box-sthj .i1 .t1 {
    font-size: 45px;
    margin-left: 70px;
    letter-spacing: 3px;
    font-weight: bold;
}

.home-box-sthj .i1 .t2 {
    font-size: 13px;
}

.home-box-sthj .i2 {
    width: 371px;
    height: 610px;
    color: #FFFFFF;
    overflow: hidden;
}

.home-box-sthj .i2 a {
    color: #FFFFFF;
}

.home-box-sthj .i2 .img-bg {
    position: relative;
    height: 100%;
}

.home-box-sthj .i2 .img-bg .inner-bg {
    background-image: url(../img/s1.jpg);
}

.home-box-sthj .i2:nth-child(3) .img-bg .inner-bg {
    background-image: url(../img/s2.jpg);
}

.home-box-sthj .i2:nth-child(4) .img-bg .inner-bg {
    background-image: url(../img/s3.jpg);
}

.home-box-sthj .i2 .img-bg {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    padding: 30px 40px;
}

.home-box-sthj .i2 .col1 {
    display: flex;
    justify-content: space-between;
    writing-mode: vertical-lr;
    writing-mode: tb-lr;
    -webkit-writing-mode: vertical-lr;
    z-index: 1;
}

.home-box-sthj .i2 .t1 {
    font-size: 25px;
    font-weight: bold;
    letter-spacing: 3px;
}

.home-box-sthj .i2 .t2 {
    font-size: 25px;
    font-weight: normal;
}

.home-box-sthj .i2 .col2 {
    text-align: right;
    writing-mode: vertical-lr;
    -webkit-writing-mode: vertical-lr;
    writing-mode: tb-lr;
    padding-bottom: 30px;
    font-size: 14px;
    position: relative;
}

.home-box-sthj .i2 .col2::after {
    content: '';
    position: absolute;
    bottom: -30px;
    left: 50%;
    margin-left: -1px;
    width: 1px;
    height: 55px;
    background: #FFF;
}


/* 文旅融合 */

#wenlv-big-item .news-item-2 {
    display: none;
}

#wenlv-big-item .news-item-2.on {
    display: block;
}

.news-cell-4 {
    display: flex;
    align-self: stretch;
}

.news-cell-4 .cell-left {
    width: 70%;
}

.news-cell-4 .cell-right {
    width: 30%;
    box-sizing: border-box;
    padding-left: 30px;
    position: relative;
    height: 738px;
}

.news-cell-4 .news-item-2 .img-bg {
    height: 565px;
}


/* 文旅融合结束 */


/* 交流融合 */

.news-cell-5 {
    display: flex;
}

.news-cell-5 .cell-left {
    flex: none;
    width: calc(50% - 10px);
}

.news-cell-5 .cell-right {
    flex: auto;
    padding-left: 20px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.news-item-5 {
    position: relative;
    display: block;
}

.news-item-5 .img-bg {
    position: absolute;
    width: 100%;
    height: 100%;
}

.news-cell-5 .cell-right .news-item-5 {
    width: calc(50% - 10px);
    flex: none;
}

.news-cell-5 .cell-right .news-item-5.square:after {
    padding-bottom: calc(100% - 10px);
}

.news-cell-5 .cell-right .news-item-5:first-child {
    margin-bottom: 20px;
}

.news-cell-5 .cell-right .news-item-5:nth-child(2) {
    margin-bottom: 20px;
}

.news-cell-5 .title-mask {
    position: absolute;
    width: 100%;
    height: 25%;
    bottom: 0;
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgb(0, 0, 0));
    color: RGB(255, 255, 255);
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 6%;
}

/* 交流融合结束 */

/* 多彩旅游 */
.news-cell-9 {
    display: flex;
}

.news-cell-9 .img-bg {
    position: absolute;
    width: 100%;
    height: 100%;
}

.news-cell-9 .cell-left {
    flex: none;
    width: calc(67.27% - 10px);
}

.news-cell-9 .cell-right {
    flex: auto;
    padding-left: 20px;
}

.news-item-9.square::after{
    padding-bottom: 56.3%;
}

.news-cell-9 .cell-right .news-item-9 + .news-item-9 {
    margin-top: 20px;
}


/* 多彩旅游结束 */

/* .news-cell-3.i4{
    display: none;
} */

/* 运河概况（基本情况） */
.text-cell {
    background: #F0F0F0;
    padding: 30px 40px;

}

.text-cell-content {
    font-size: 16px;
    color: #333;
    max-height: 400px;
    overflow: auto;
    font-size: 16px !important;
}

.text-cell-title {
    text-align: center;
    font-size: 24px;
    margin-bottom: 30px;
}

/* 改版后 */
/* 城市tab列表 */
.city-tabs {
    height: 350px;
    background: rgb(241, 241, 241);
    margin-bottom: 75px;
}

.city-tabs .container {
    height: 100%;
    display: flex;
    align-items: center;
}

.city-tabs .group {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.city-tabs .item {
    height: 204px;
    width: 204px;
    box-sizing: border-box;
    text-align: center;
    color: rgb(0, 86, 166);
    background: #FFFFFF;
    border: 2px solid rgb(0, 86, 166);
    border-radius: 32px;
    box-shadow: 7px 7px 5px rgba(209, 209, 209, 0.75);
}

.city-tabs .item:hover {
    color: #FFF;
    background: rgb(0, 86, 166);
    border: 2px solid transparent;
}

.city-tabs .item .img-2 {
    display: none;
}

.city-tabs .item:hover .img-1 {
    display: none;
}

.city-tabs .item:hover .img-2 {
    display: block;
}

.city-tabs .item .t1,
.city-tabs .item .text {
    font-size: 18px;
    padding: 10px 20px;
}

.city-tabs .item .t1 {
    font-weight: bold;
}

.city-tabs .item .ico {
    height: 106px;
    display: flex;
    justify-content: center;
    align-items: center;
}



/* 精神家园 */
.news-cell-10{
    margin-left: -10px;
    margin-right: -10px;
}

.news-cell-10 .g-title{
    font-weight: bold;
    margin-bottom: 30px;
    position: relative;
    height: 28px;
    overflow: hidden;
    padding-left: 15px
}

.news-cell-10 .g-title::before{
    content: '';
    position: absolute;
    width: 5px;
    height: 28px;
    top: 0;
    left: 0;
    background: #0055B6
}

.news-cell-10 .g-title .lead{
    float: left;
    font-size: 28px;
    color: #0055B6;
    height: 28px;
    line-height: 28px;
}

.news-cell-10 .g-title .sub-text{
    float: left;
    margin-left: 30px;
    font-size: 13px;
    color: #808080;
    line-height: 1.1;
    padding-top: 1px;
}

.news-cell-10 .group{
    float: left;
    width: 50%;
    padding: 0 10px;
    margin-bottom: 40px;
}


.news-cell-10 .group .square::after{
    padding-bottom: 68.9%;
}

.news-cell-10 .group .img-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 10px;
    right: 10px;
}

.news-cell-10 .group > div{

}

.news-cell-10 .items{
    margin-left: -10px;
    margin-right: -10px;
}


.news-cell-10 .group .item {
    width: 50%;
    padding: 0 10px;
    float: left;
}
/* 精神家园结束 */

/* 智慧运河开始 */
.news-cell-11 .group{
    margin-left: -15px;
    margin-right: -15px;
}

.news-cell-11 .group .item{
    padding-left: 15px;
    padding-right: 15px;
    float: left;
    width: 50%;
}
.news-cell-11 .group .square::after{
    padding-bottom: 55.04%;
}
.news-cell-11 .group .img-bg {
    position: absolute;
    width: 100%;
    height: 100%;
}

.news-cell-11 .nth-1.square::after{
    padding-bottom: 36.53%;
}

.news-cell-11 .nth-4.square::after{
    padding-bottom: 54.72%;
}

/* 智慧运河结束 */

.title-mask-pub {
    position: absolute;
    width: 100%;
    height: 40px;
    line-height: 40px;
    bottom: 0;
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.65));
    color: #FFF;
    text-align: center;
    padding: 0 6%;
}

.square > .img-bg.full {
    position: absolute;
    width: 100%;
    height: 100%;
}