@charset "UTF-8";

.clearfix {
    zoom: 1;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
    font-size: 0;
}

/**********************/
.indexHeader {
    height: 620px;
    position: relative;
    background: url("indexBanner.jpg") no-repeat top center;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.indexHeader .bannerbox {
    background: none;
}

.indexHeader .welcomeMessage {
    margin-top: auto;
    background: url(bgWelcomeMessage.png) no-repeat left center;
}

.indexHeader .welcomeMessage .index_container {
    display: flex;
    align-items: center;
    height: 50px;
}

.indexHeader .welcomeMessage span {
    font-size: 16px;
    color: #fff;
}

.indexHeader .welcomeMessage span.date {
    margin-left: 4px;
}

.indexHeader .welcomeMessage span.date i {
    font-style: normal;
    margin-left: 2px;
    color: #e7c188;
}

.index_container {
    width: 1200px;
    margin: 0 auto;
}

.index_content {
    padding: 40px 0;
}

.plateName {
    display: flex;
}

.plateName a {
    display: inline-block;
}

.plateName a img {
    display: block;
    width: auto;
    height: 48px;
}

.plateContent {
    margin-top: 10px;
}

.colTitle {
    display: flex;
    align-items: center;
}

.colTitle ul li {
    float: left;
    margin-left: 26px;
    padding-left: 26px;
    position: relative;
}

.colTitle ul li:before {
    content: "";
    display: block;
    width: 1px;
    height: 22px;
    background: #999;
    position: absolute;
    left: 0;
    top: 5px;
}

.colTitle ul li:first-child {
    margin-left: 0;
    padding-left: 0;
}

.colTitle ul li:first-child:before {
    display: none;
}

.colTitle ul li a {
    font-size: 24px;
    line-height: 32px;
    color: #333;
    display: block;
    font-weight: bold;
}

.colTitle ul li.active a {
    color: #156ccf;
}

.colTitle .colMore {
    margin-left: auto;
}

.colTitle .colMore a {
    font-size: 16px;
    color: #156ccf;
}

.colContent {
    margin-top: 20px;
    display: flex;
    align-items: center;
}

.colContent .newsCarousel {
    width: 520px;
    height: 326px;
    overflow: hidden;
    position: relative;
}

.colContent .newsCarousel .swiper-slide {
    position: relative;
}

.colContent .newsCarousel .swiper-slide .imgShow {
    width: 100%;
    height: 100%;
}

.colContent .newsCarousel .swiper-slide .imgShow img {
    display: block;
    width: 100%;
    height: 100%;
}

.colContent .newsCarousel .swiper-slide .textShow {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background: #156ccf;
    padding-left: 18px;
    padding-right: 120px;
    display: flex;
    align-items: center;
}

.colContent .newsCarousel .swiper-slide .textShow a {
    font-size: 18px;
    line-height: 45px;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}

.colContent .newsCarousel .widget {
    position: absolute;
    top: auto;
    bottom: 18px;
    right: 20px;
    z-index: 99;
    display: flex;
    align-items: center;
}

.colContent .newsCarousel .button {
    width: 26px;
    height: 26px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 10px;
    margin-top: 0;
    position: initial;
    opacity: 0.6;
}

.colContent .newsCarousel .button.swiper-button-prev {
    background-image: url("iconNext.png");
    transform: rotate(180deg);
    margin-right: 10px;
}

.colContent .newsCarousel .button.swiper-button-next {
    background-image: url("iconNext.png");
}

.colContent .newsCarousel .button:hover {
    opacity: 1;
}

.colContent .colArticleList {
    flex-grow: 1;
}

.plateTop .colContent .colArticleList {
    margin-left: 30px;
}

.colArticleList .listSub {
    display: none;
}

.colArticleList .listSub:first-child {
    display: block;
}

.colArticleList .listSub li {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.colArticleList .listSub li:before {
    content: "";
    display: block;
    width: 3px;
    height: 3px;
    background: #156ccf;
    margin-right: 16px;
}

.colArticleList .listSub li a {
    font-size: 18px;
    color: #333;
    line-height: 36px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 504px;
}

.colArticleList .listSub li a:hover {
    color: #156ccf;
}

.colArticleList .listSub li .date {
    margin-left: auto;
    font-size: 18px;
    color: #999;
    line-height: 36px;
}

.plateBottom {
    margin-top: 30px;
}

.plateBottom .conLeft {
    float: left;
    width: 675px;
}

.plateBottom .conRight {
    float: right;
    width: 497px;
}

.governmentTransparency .conRight .colArticleList .listSub li a {
    max-width: 346px;
}

.specialColumn {
    margin-top: 40px;
}

.specialColumnCarousel {
    position: relative;
}

.carouselCon {
width: 1228px;
    padding: 15px 14px;
    overflow-x: hidden;
    margin-left: -14px;

}

.carouselCon ul {
   
}

.carouselCon ul .swiper-slide {
    width: 285px;
    height: 142px;
}

.carouselCon ul .swiper-slide .imgShow {
    width: 100%;
    height: 100%;
}

.carouselCon ul .swiper-slide .imgShow a {
    display: block;
    width: 100%;
    height: 100%;
}

.carouselCon ul .swiper-slide .imgShow a img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.35s ease-in-out;
}

.carouselCon ul .swiper-slide .imgShow a:hover img {
    transform: scale(1.1, 1.1);
}

.specialColumnCarousel .button {
    width: 42px;
    height: 42px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -60px;
    margin-top: 0;
    border-radius: 50%;
    overflow: hidden;
}

.specialColumnCarousel .button.swiper-button-prev {
    left: -60px;
    background-image: url(iconPrev_2.png);
}

.specialColumnCarousel .button.swiper-button-next {
    right: -60px;
    background-image: url(iconNext_2.png);
}

.specialColumnBanner {
    margin-bottom: 40px;
}

.specialColumnBanner a {
    display: block;
}

.specialColumnBanner a img {
    display: block;
    width: 100%;
    height: auto;
}

.governmentTransparency {
    margin-top: 25px;
}

.governmentTransparency .plateContent {
    margin-top: 30px;
}

.governmentTransparency .plateContent .conLeft {
    float: left;
    width: 675px;
}

.governmentTransparency .plateContent .conRight {
    float: right;
    width: 497px;
}

.governmentTransparency .colArticleList .listSub li {
    height: 60px;
    line-height: 59px;
    border-bottom: 1px solid #eee;
    transition: all 0.35s ease-in-out;
}

.governmentTransparency .colArticleList .listSub li:hover {
    box-shadow: 0 2px 12px #99999933;
    padding: 0 10px 0 16px;
}

.governmentTransparency .colArticleList .listSub li:hover .date {
    color: #156ccf;
}

.transparencyList {
    margin-top: 30px;
}

.transparencyList ul {
    margin-left: -18px;
}

.transparencyList ul li {
    float: left;
    margin-left: 18px;
}

.transparencyList ul li a {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    width: 156px;
    height: 119px;
    padding: 20px 13px 0 13px;
    border: 1px solid #e0e0e0;
    background: #fafafa;
    color: #156ccf;
}

.transparencyList ul li a img {
    width: auto;
    height: 40px;
}

.transparencyList ul li a img.normal {
    display: block;
}

.transparencyList ul li a img.hover {
    display: none;
}

.transparencyList ul li a:hover {
    background: #156ccf;
    color: #fff;
    border-color: transparent;
}

.transparencyList ul li a:hover img.normal {
    display: none;
}

.transparencyList ul li a:hover img.hover {
    display: block;
}

.transparencyList ul li a div {
    font-size: 16px;
    height: 60px;
    display: flex;
    align-items: center;
    line-height: 20px;
    text-align: center;
}

.transparencyCarousel {
    margin-top: 30px;
}

.transparencyCarousel ul {
    margin-left: -16px;
}

.transparencyCarousel ul li {
    float: left;
    width: 288px;
    height: 90px;
    margin-left: 16px;
    overflow: hidden;
}

.transparencyCarousel ul li a {
    display: block;
    transition: all 0.35s ease-in-out;
}

.transparencyCarousel ul li a:hover {
    transform: scale(1.1);
}

.transparencyCarousel ul li a img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.interactiveCommunication {
    margin-top: 40px;
}

.communicationCarousel {
    margin-top: 30px;
}

.communicationCarousel ul {
    margin-left: -16px;
}

.communicationCarousel ul li {
    float: left;
    width: 288px;
    height: 130px;
    margin-left: 16px;
    overflow: hidden;
}

.communicationCarousel ul li a {
    display: block;
    transition: all 0.35s ease-in-out;
}

.communicationCarousel ul li a:hover {
    transform: scale(1.1);
}

.communicationCarousel ul li a img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.communicationCon {
    margin-top: 30px;
}

.communicationCon .conLeft {
    float: left;
    width: 340px;
    height: 310px;
    background: url("bgPlatform.jpg") no-repeat center;
    padding: 30px 30px 26px 30px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
}

.communicationCon .conLeft h3 {
    font-size: 24px;
    line-height: 24px;
    color: #fff;
    font-weight: bold;
    margin-bottom: auto;
}

.communicationCon .conLeft a {
    width: 100%;
    height: 68px;
    display: flex;
    align-items: center;
    background: #ffffff;
    margin-top: 16px;
}

.communicationCon .conLeft a .icon {
    width: 70px;
    height: 100%;
    background: #f5f0e6;
    display: flex;
    align-items: center;
    justify-content: center;
}

.communicationCon .conLeft a .icon img {
    width: 34px;
    height: auto;
}

.communicationCon .conLeft a .title {
    font-size: 24px;
    color: #333;
    font-weight: bold;
    flex-grow: 1;
    margin-left: 24px;
}

.communicationCon .conLeft a .arrow {
    margin-right: 20px;
}

.communicationCon .conRight {
    float: right;
    width: 832px;
    height: 310px;
    border: 1px solid #d5d5d5;
    padding: 20px;
}

.communicationCon .conRight h3 {
    font-size: 24px;
    line-height: 24px;
    color: #156ccf;
}

.interactionList {
    margin-top: 17px;
}

.interactionList .titleOfTheList {
    display: flex;
    align-items: center;
    height: 40px;
    background: #ecf4fd;
    padding: 0;
}

.interactionList .titleOfTheList .titleSub span {
    font-size: 18px;
    font-weight: bold;
    color: #156ccf;
}

.interactionList .titleOfTheList .titleSub,
.interactionList .listOfTheList li .listSub {
    text-align: center;
}

.interactionList .titleOfTheList .titleSub.number,
.interactionList .listOfTheList li .listSub.number {
    width: 202px;
}

.interactionList .titleOfTheList .titleSub.title,
.interactionList .listOfTheList li .listSub.title {
    width: 298px;
}

.interactionList .titleOfTheList .titleSub.date,
.interactionList .listOfTheList li .listSub.date {
    width: 124px;
}

.interactionList .titleOfTheList .titleSub.state,
.interactionList .listOfTheList li .listSub.state {
    width: 126px;
}

.interactionList .listOfTheList {
    margin-top: 10px;
}

.interactionList .listOfTheList li {
    display: flex;
    align-items: center;
    height: 38px;
    padding: 0 20px;
}

.interactionList .listOfTheList li .listSub span {
    font-size: 18px;
    color: #333;
}

.interactionList .listOfTheList li .listSub.state span {
    color: #999;
}

.interactionList .listOfTheList li .listSub.title {
    text-align: left;
    padding: 0 10px;
}

.interactionList .listOfTheList li .listSub.title a {
    white-space: nowrap;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
}

.interactionList .listOfTheList li .listSub.title a:hover {
    color: #156ccf;
}

/*手机端样式*/
.sjd_colTitle,
.sjd_transparencyList {
    display: none;
}
.bannerbox .search{
    display: block !important;
}
@media screen and (max-width: 769px) {

    .sjd_colTitle ul li:before,
    .colTitle ul li:before,
    .colArticleList .listSub li:before,
    .specialColumnCarousel .button.swiper-button-prev,
    .specialColumnCarousel .button.swiper-button-next,
    .sjd_colTitle_yc,
    .transparencyList,
    .interactionList .titleOfTheList .titleSub.number,
    .interactionList .listOfTheList li .listSub.number {
        display: none;
    }

    .sjd_colTitle,
    .sjd_transparencyList {
        display: block;
    }

    .index_content {
        padding: 0;
    }

    .plateContent,
    .communicationCon {
        padding: 0 0.24rem;
    }

    .colContent {
        display: block;
        margin: 0;

    }

    .index_container,
    .colContent .newsCarousel,
    .carouselCon,
    .governmentTransparency .plateContent .conLeft,
    .governmentTransparency .plateContent .conRight {
        width: 100%;
    }

    .governmentTransparency .plateContent .conRight,
    .governmentTransparency .plateContent .conLeft {
        float: none;
    }

    .plateName a {
        display: block;
        width: 1.70rem;
        margin: 0 auto;
    }

    .plateName a img {
        width: 100%;
        object-fit: contain;
        height: auto;
    }

    .plateContent,
    .transparencyList,
    .governmentTransparency,
    .specialColumn,
    .transparencyCarousel,
    .interactiveCommunication,
    .communicationCon,
    .communicationCarousel {
        margin-top: 0.35rem;
    }

    .colContent .newsCarousel {
        height: 4.2rem;
    }

    .colContent .newsCarousel .swiper-slide .textShow {
        height: 0.76rem;
        padding-left: 0.24rem;
        padding-right: 1.8rem;
    }

    .colContent .newsCarousel .swiper-slide .textShow a {
        line-height: 0.76rem;
        font-size: 0.3rem;
    }

    .colContent .newsCarousel .widget {
        bottom: 0.26rem;
        right: 0.15rem;
    }

    .colContent .newsCarousel .button {
        width: 0.26rem;
        height: 0.24rem;
    }

    .sjd_colTitle,
    .colTitle {
        overflow: hidden;
        height: 0.9rem;
        border-bottom: 1px #cccccc solid;
    }

    .sjd_colTitle ul,
    .colTitle ul {
        float: left;
    }

    .sjd_colTitle ul li,
    .colTitle ul li {
        margin-left: 0.35rem;
        padding: 0;
        float: left;
        position: relative;
    }

    .sjd_colTitle ul li a,
    .colTitle ul li a {
        height: 0.9rem;
        line-height: 0.9rem;
        font-size: 0.36rem;
        color: #999999;
        font-weight: initial;
        display: block;
    }

    .sjd_colTitle ul li.active1 a,
    .colTitle ul li.active a {
        font-weight: bold;
        color: #156ccf;
    }

    .sjd_colTitle .colMore,
    .colTitle .colMore {
        float: right;
        height: 0.9rem;
        line-height: 0.9rem;
    }

    .sjd_colTitle .colMore a,
    .colTitle .colMore a {
        font-size: 0.24rem;
        color: #999999;
        display: block;
    }

    .plateTop .colContent .colArticleList {
        margin: 0;
    }

    .colArticleList .listSub li,
    .governmentTransparency .colArticleList .listSub li {
        display: block;
        border-bottom: 1px #cccccc solid;
        padding: 20px 0;
    }

    .colArticleList .listSub li a {
        white-space: initial;
        overflow: initial;
        text-overflow: initial;
        max-width: 100%;
        font-size: 0.3rem;
        display: block;
        width: 100%;
        line-height: 0.42rem;
    }

    .colArticleList .listSub li .date {
        display: block;
        width: 100%;
        font-size: 0.24rem;
        line-height: 0.36rem;
    }

    .specialColumnBanner {
        margin-bottom: 0.36rem;
    }

    .carouselCon {
        width: 100%;
        padding: 0;
        margin: 0;
    }

    .carouselCon ul {
        
    }

    .carouselCon ul .swiper-slide {
        height: auto;
    }



    .governmentTransparency .plateContent {
        margin-top: 0;
    }

    .governmentTransparency .colArticleList .listSub li {
        height: auto;
        line-height: initial;
    }

    .governmentTransparency .conRight .colArticleList .listSub li a {
        max-width: 100%;
    }

    .transparencyList ul {
        margin-left: -0.16rem;
    }

    .transparencyList ul li {
        margin-left: 0.16rem;
        margin-bottom: 0.16rem;

    }

    .transparencyList ul li a {
        width: 3.43rem;
        height: 0.88rem;
        border: 1px #d6e4f4 solid;
                padding: 0 0px 0px 0.24rem;
        display: block;
        line-height: 0.88rem;
        background: #f2f8ff;
    }

    .transparencyList ul li a img {
        height: 0.4rem;
        width: 0.4rem;
        float: left;
        margin: 0.22rem 0;
    }

    .transparencyList ul li a div {
        height: 0.86rem;
        line-height: 0.86rem;
        font-size: 0.3rem;
        margin-left: 0.12rem;
        float: left;
    }

    .transparencyList ul li:last-child {
        width: 97.8%;
        margin-bottom: 0;
    }

    .transparencyList ul li:last-child a {
        width: 100%;
    }

    .transparencyCarousel ul {
        margin-left: -0.16rem;
        margin-bottom: -0.16rem;
    }

    .transparencyCarousel ul li {
        width: 3.43rem;
        margin-left: 0.16rem;
        margin-bottom: 0.16rem;
        height: auto;
    }

    .communicationCon .conLeft {
        width: 100%;
        height: 1.88rem;
        padding: 0.3rem 0.38rem 0.3rem 0.4rem;
        float: none;
        display: block;
        background: url(sjb_bgPlatform.png) no-repeat center;
    }

    .communicationCon .conLeft h3 {
        font-size: 0.24rem;
        text-align: center;
        line-height: 0.24rem;
    }

    .communicationCon .conLeft a {
        width: 2.8rem;
        height: 0.74rem;
        float: left;
    }

    .communicationCon .conLeft a:nth-child(2) {
        margin-right: 0.63rem;
    }

    .communicationCon .conLeft a .icon {
        width: 0.7rem;
        float: left;
    }

    .communicationCon .conLeft a .icon img {
        width: 0.34rem;
    }

    .communicationCon .conLeft a .title {
        font-size: 0.24rem;
        float: left;
        height: auto;
    }

    .communicationCon .conRight {
        width: 100%;
        margin-top: 0.35rem;
        height: auto;
        float: initial;
    }

    .communicationCon .conRight h3 {
        color: #156ccf;
        font-size: 0.36rem;
        line-height: 0.4rem;
    }

    .interactionList {
        margin-top: 0.22rem;
    }

    .interactionList .titleOfTheList {
        height: 0.65rem;
        display: block;
        overflow: hidden;

    }

    .interactionList .titleOfTheList .titleSub.title {
        padding-left: 0.2rem;
    }

    .interactionList .titleOfTheList .titleSub.title,
    .interactionList .listOfTheList li .listSub.title {
        width: 2.7rem;
        float: left;
        text-align: left;
    }

    .interactionList .titleOfTheList .titleSub span {
        font-size: 0.3rem;
        display: block;
        height: 0.64rem;
        line-height: 0.64rem;
    }

    .interactionList .titleOfTheList .titleSub.date,
    .interactionList .listOfTheList li .listSub.date {
        width: 1.6rem;
        float: left;
    }

    .interactionList .titleOfTheList .titleSub.state,
    .interactionList .listOfTheList li .listSub.state {
        width: 1.8rem;
        float: left;
    }

    .interactionList .listOfTheList li {
        height: 0.42rem;
        padding: 0;
        display: block;
        overflow: hidden;
    }

    .interactionList .listOfTheList li .listSub.title {
        padding: 0;
    }

    .interactionList .listOfTheList li .listSub.title a {
        font-size: 0.3rem;
        height: 0.42rem;
        line-height: 0.42rem;
        display: block;
    }

    .interactionList .listOfTheList li .listSub span {
        font-size: 0.3rem;
        height: 0.42rem;
        line-height: 0.42rem;
        display: block;
    }

    .communicationCarousel {
        padding: 0 0.24rem 0.20rem;
    }

    .communicationCarousel ul {
        margin-left: -0.16rem;
    }

    .communicationCarousel ul li {
        width: 3.43rem;
        height: auto;
        margin-bottom: 0.16rem;
        margin-left: 0.16rem;
    }

.communicationCon .conLeft a .arrow {
  margin-right: 0.15rem;
    width: 0.2rem;
}

}

/*适老化样式*/
.jnpageold .colContent .newsCarousel,
.jnpageold .governmentTransparency .plateContent .conLeft,
.jnpageold .governmentTransparency .plateContent .conRight {
    width: 100%;
}

.jnpageold .sjd_colTitle_yc,
.jnpageold .colArticleList .listSub li:before,
.jnpageold .transparencyList {
    display: none;
}

.jnpageold .sjd_colTitle,
.jnpageold .colContent,
.jnpageold .sjd_transparencyList {
    display: block;
}

.jnpageold .plateName a {
    margin: 0 auto;
}

.jnpageold .plateTop .colContent .colArticleList {
    margin: 0;
}


.jnpageold .colContent,
.jnpageold .colContent .sjd_transparencyList {
    margin-top: 40px;
}

.jnpageold .colContent .newsCarousel {
    height: 500px;
}
.jnpageold .plateName a img {
    height: 64px;
}

.jnpageold .colContent .newsCarousel .swiper-slide .textShow {
    height: 76px;
    padding-left: 24px;
    padding-right: 18px;
}

.jnpageold .colContent .newsCarousel .swiper-slide .textShow a {
    line-height: 76px;
    font-size: 30px;
}

.jnpageold .colContent .newsCarousel .widget {
    bottom: 26px;
    right: 15px
}
.jnpageold .plateContent{
    padding-top: 10px;
}
.jnpageold .colTitle ul li a {
    height: 90px;
    line-height: 90px;
    font-size: 36px;
}

.jnpageold .colTitle ul li:before {
    top: 30px;
    height: 36px;
    width: 2px;
}

.jnpageold .sjd_colTitle,
.jnpageold .colTitle {
    overflow: hidden;
    height:90px;
    border-bottom: 1px #cccccc solid;
}

.jnpageold .sjd_colTitle ul,
.jnpageold .colTitle ul {
    float: left;
}

.jnpageold .sjd_colTitle ul li a,
.jnpageold .colTitle ul li a {
    height: 90px;
    line-height: 90px;
    font-size: 36px;
}

.jnpageold .sjd_colTitle ul li:before,
.jnpageold .colTitle ul li:before {
    top: 30px;
    height: 36px;
    width: 2px;
}

.jnpageold .sjd_colTitle .colMore,
.jnpageold .colTitle .colMore {
    float: right;
    height: 90px;
    line-height: 90px;
}

.jnpageold .colArticleList .listSub li,
.jnpageold .governmentTransparency .colArticleList .listSub li {
    display: block;
    border-bottom: 1px #cccccc solid;
    padding: 20px 0;
}

.jnpageold .colArticleList .listSub li a {
    white-space: initial;
    overflow: initial;
    text-overflow: initial;
    max-width: 100%;
    font-size: 30px;
    display: block;
    width: 100%;
    line-height: 42px;
}

.jnpageold .colArticleList .listSub li .date {
    display: block;
    width: 100%;
    font-size: 24px;
    line-height: 36px;
}
.jnpageold .carouselCon ul .swiper-slide{
    width: 591px;
    height: 188px;
}
.jnpageold .governmentTransparency .colArticleList .listSub li {
    height: auto;
    line-height: initial;
}

.jnpageold .governmentTransparency .plateContent .conRight,
.jnpageold .governmentTransparency .plateContent .conLeft {
    float: none;
}

.jnpageold .transparencyList ul li {
    margin-bottom: 18px;
}

.jnpageold .transparencyList ul li a {
    width: 591px;
    height: 88px;
    padding: 0 24px;
    display: block;
    line-height: 88px;
}

.jnpageold .transparencyList ul li a img {
    height: 40px;
    float: left;
    margin: 22px 0;
}

.jnpageold .transparencyList ul li a div {
    height: 86px;
    line-height: 86px;
    font-size: 30px;
    float: left;
    margin-left: 15px;
}

.jnpageold .transparencyList ul li:last-child {
    width: 98.6%;
    margin-bottom: 0;
}

.jnpageold .transparencyList ul li:last-child a {
    width: 100%;
}

.jnpageold .governmentTransparency .conRight .colArticleList .listSub li a {
    max-width: 100%;
}

.jnpageold .transparencyCarousel ul li {
    width: 591px;
    height:184px;
    margin-bottom: 16px;
}

.jnpageold .communicationCon .conLeft {
    width: 100%;
     height: 300px;
    padding: 30px 38px 30px 40px;
    float: none;
    display: block;
    background: url(sjb_bgPlatform.png) no-repeat top;
    background-size: cover;
    margin-bottom: 30px;
}

.jnpageold .communicationCon .conLeft h3 {
       text-align: center;
    font-size: 40px;
    line-height: 43px;
}

.jnpageold .communicationCon .conLeft a {
    width: 529px;
    height: 90px;
    float: left;

    margin-top: 80px;
}

.jnpageold .communicationCon .conLeft a:nth-child(2) {
    margin-right: 63px;
}

.jnpageold .communicationCon .conLeft a .icon {
    float: left;
}

.jnpageold .communicationCon .conLeft a .title {
    font-size: 30px;
    float: left;
    height: auto;
}

.jnpageold .communicationCon .conRight {
    float: none;
    width: 100%;
    height: auto;
}

.jnpageold .communicationCon .conRight h3 {
    font-size: 36px;
    line-height: 40px;
}

.jnpageold .interactionList .titleOfTheList {
    height: 65px;
}

.jnpageold .interactionList .titleOfTheList .titleSub.number,
.jnpageold .interactionList .listOfTheList li .listSub.number {
    width: 300px;
}

.jnpageold .interactionList .titleOfTheList .titleSub span,
.jnpageold .interactionList .listOfTheList li .listSub span,
.jnpageold .interactionList .listOfTheList li .listSub.title a {
    font-size: 30px;
}

.jnpageold .interactionList .titleOfTheList .titleSub.title,
.jnpageold .interactionList .listOfTheList li .listSub.title {
    width: 410px;
}

.jnpageold .interactionList .titleOfTheList .titleSub.date,
.jnpageold .interactionList .listOfTheList li .listSub.date {
    width: 220px;
}

.jnpageold .interactionList .titleOfTheList .titleSub.state,
.jnpageold .interactionList .listOfTheList li .listSub.state {
    width: 228px;
}

.jnpageold .interactionList .listOfTheList li {
    height: 50px;
    padding: 0;
}

.jnpageold .communicationCarousel ul li {
    width: 591px;
    height: auto;
    margin-bottom: 16px;
}

.jnpageold  .colTitle .colMore a{
    font-size: 32px;
}