@charset "utf-8";

.head {
    background-image: url(/news/images/ny-banner.jpg);
    height: 457px;
}

.head .logo a {
    display: flex;
    align-items: center;
}

.head .d1 a {
    color: rgba(255, 255, 255, 0.8);
}

.head .d1 .rr a.log {
}

.head .d1 .rr a.reg {
}

.head .d1 .rr a {
    border-color: rgba(255, 255, 255, 0.48);
}

.head .d2 .logo {
    height: auto;
    margin: 0;
    width: 523px;
}

.head .search {
    width: 547px;
    margin-top: 38px;
}

.head .search .inp {
    width: calc(100% - 150px);
    padding-left: 20px;
    padding-right: 20px;
}

.head .d2 {
    overflow: hidden;
    padding-top: 90px;
}

.nav .navList>li>a:after {
    bottom: 1px;
}

.position {
    font-size: 0;
    position: relative;
    z-index: 1;
    text-align: right;
    line-height: 60px;
    border-bottom: 1px solid rgba(7, 94, 191, 0.3);
}

.position h3 {
    position: absolute;
    left: 0;
    top: 0;
    line-height: 60px;
    display: inline-block;
    border-radius: 22px 22px 0 0;
    background: #075ebf;
    padding: 0 30px;
    font-size: 25px;
    font-weight: bold;
    color: #fff;
}

.position>* {
    display: inline-block;
    font-size: 16px;
    line-height: 60px;
    color: #999999;
    vertical-align: middle;
}

.position span {
    margin: 0 5px;
}

.position a:hover {
    color: #075ebf;
}

/*内容页*/

.con-tit h4 {
    font-size: 30px;
    font-weight: bold;
    line-height: 36px;
    color: #000;
    text-align: center;
    margin-bottom: 15px;
}

.con-tit .shar {
    font-size: 0;
    text-align: center;
}

.con-tit .shar+.shar {
    overflow: visible;
}

.con-tit .shar span {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    line-height: 41px;
    color: #999999;
    margin: 0 15px;
}

.con-tit .shar .share span {
    margin-right: 0;
}

.con-tit .shar .shar1 {
    display: inline-block;
    margin-left: 15px;
    font-size: 18px;
    color: #999999;
    vertical-align: middle;
}

.con-tit .shar .shar1>div {
    display: inline-block;
}

.con-tit {
    padding-top: 40px;
    padding-bottom: 12px;
    margin-bottom: 30px;
    border-bottom: 1px solid #d1dae3;
}

.con-txt p {
    font-size: 20px;
    line-height: 45px;
    color: #333333;
    text-indent: 2em;
}

.con-txt h1 {
    font-size: 22px;
    color: #333333;
    text-indent: 2em;
    line-height: 2.25;
}

.con-txt img {
    margin: 40px auto;
}

.content .page p {
    font-size: 18px;
    line-height: 48px;
    color: #333333;
}

.content .page p span {
    display: inline-block;
    padding-left: 24px;
    color: #0159bd;
    background: url("/news/images/xyp.png") no-repeat left center;
}

.content .page p.down span {
    background-image: url("/news/images/xyp.png");
}

.content .page p:hover,
.content .page p:hover span {
    color: #2a6ac9;
    text-decoration: underline;
}

.content .page {
    margin-top: 40px;
    padding-top: 15px;
    border-top: 1px solid #d1dae3;
}

/*新闻列表页*/
.newList {
    padding-top: 68px;
    padding-bottom: 68px;
}

.newList-leftNav {
    float: left;
    width: 332px;
    background: #f1f2f4 url(../images/leftNav-bg.jpg) no-repeat center top;
    padding-bottom: 220px;
}

.newList-leftNav h4 {
    font-family: "微软雅黑";
    font-size: 36px;
    font-weight: bold;
    color: #085dbd;
    background: url(/news/images/leftNav-x.jpg.png) no-repeat center bottom;
    background-size: 265px 2px;
    text-align: center;
    padding: 60px 20px 30px 20px;
    position: relative;
}

.newList-leftNav>ul {
    padding: 0 31px;
    margin-top: 36px;
}

.newList-leftNav>ul>li h2 {
    position: relative;
    line-height: 90px;
    padding-left: 30px;
    border-bottom: 1px dotted #d3d7e0;
}

.newList-leftNav>ul>li h2 a {
    font-size: 24px;
    font-weight: bold;
    color: #111111;
}

.newList-leftNav>ul>li i {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 30px;
    background: url("/news/images/list-icon.png") no-repeat 50%;
    background-size: 9px 14px;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: all .3s;
}

.newList-leftNav>ul ul a {
    font-size: 18px;
    line-height: 2em;
    color: #111;
    display: block;
    padding: 10px 0;
    border-top: 1px dotted #d3d7e0;
}

.newList-leftNav>ul ul li:first-child a,
.newList-leftNav>ul>li:first-child {
    border: 0;
}

.newList-leftNav>ul ul a:hover {
    color: #085ebf;
}

.newList-leftNav>ul ul {
    display: none;
}

.newList-leftNav>ul ul li a {
    padding-left: 30px;
}

.newList-leftNav>ul>li.active i,
.newList-leftNav>ul>li.on i,
.newList-leftNav>ul>li:hover i {
    opacity: 1;
    visibility: visible;
}

.newList-leftNav>ul>li.active h2 a,
.newList-leftNav>ul>li.on h2 a {
    color: #085ebf;
}

.newList-leftNav>ul>li.active h2,
.newList-leftNav>ul>li.on h2 {
    color: #085ebf;
}

.newList-list {
    float: right;
    width: calc(100% - 415px);
}

.new-tt {
    margin-top: 40px;
}

.new-ttpic {
    width: 46.66%;
    margin-right: 75px;
}

.new-ttpic a {
    display: block;
}

.new-ttpic .bg_img {
    min-height: 345px;
}

.new-ttr {
    overflow: hidden;
}

.new-ttr a {
    display: block;
}

.new-ttr h3 {
    font-family: '微软雅黑';
    font-size: 30px;
    font-weight: bold;
    line-height: 50px;
    max-height: 100px;
    color: #075ebf;
    margin-top: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.new-ttr a:hover h3 {
    text-decoration: underline;
}

.new-ttr p {
    font-size: 18px;
    line-height: 34px;
    max-height: 136px;
    color: #545454;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
    margin-top: 30px;
}

.new-list {
    margin-top: 57px;
    border-top: 1px solid #d1dae3;
    padding-top: 20px;
}

.new-list a {
    display: block;
    background: #fff;
    transition: all .3s;

}

.new-list a h4 {
    position: relative;
}

.new-list a h4 span {
    display: block;
    font-size: 20px;
    line-height: 62px;
    color: #000;
    padding-right: 130px;
    padding-left: 16px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    position: relative;
    z-index: 1;
}

.new-list a h4 span::before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 5px;
    height: 5px;
    background: #000;
    border-radius: 50%;
}

.new-list a h4 time {
    position: absolute;
    top: 50%;
    right: 0;
    font-size: 20px;
    color: #999;
    line-height: 1;
    transform: translateY(-50%);
}

.new-list a p {
    font-size: 16px;
    line-height: 30px;
    color: #666666;
    height: 60px;
}

.new-list li:hover h4 span,
.new-list li:hover a h4 time {
    color: #0159bd;
}

.new-list li:hover h4 span::before {
    background: #0159bd;
}

.new-list li:hover a p {
    color: rgba(255, 255, 255, 0.48);
}

.new-list li {
    margin-top: 0;
}

.new-list li:first-child {
    margin-top: 0 !important;
}

.pagination {
    text-align: center;
    font-size: 0;
    padding-top: 30px;
}

.pagination a {
    display: inline-block;
    border: 1px solid #dcdcdc;
    padding: 0 12px;
    height: 35px;
    font-size: 14px;
    line-height: 35px;
    text-align: center;
    color: #666;
    margin: 0 7px;
}

.pagination a.active {
    background: #0159bd;
    color: #fff;
    border: 1px solid #0159bd;
}

.pagination a:hover {
    background: #0159bd;
    color: #fff;
    border: 1px solid #0159bd;
}

.pagination span {
    display: inline-block;
    font-size: 14px;
}

/* 仁寿县预决算公开 */
.yjs {
    float: none;
    width: auto;
}

.yjs-box {
    margin-top: 50px;
}

.yjs-tit {
    text-align: center;
    background: no-repeat center;
    font-size: 36px;
    font-weight: bold;
    color: #085CBC;
    margin-bottom: 20px;
}

.yjs-box ul {
    float: left;
    width: 48%;
    margin-left: 4%;
}

.yjs-box1 ul {
    width: 31.33%;
    margin-left: 3%;
}

.yjs-box ul:nth-child(2) {
    margin-left: 0;
}

.yjs-box ul h3 {
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.yjs-box ul h3::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: #046FE7;
    background: linear-gradient(90deg, #046FE7 0%, #CAE3FF 100%);
    opacity: 0.3;
}

.yjs-box ul h3 span {
    display: inline-block;
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;
    color: #505050;
    margin-left: 23px;
    position: relative;
}

.yjs-box ul h3 span::after {
    content: '';
    position: absolute;
    bottom: -11px;
    left: 0;
    width: 100%;
    border-bottom: 4px solid #075AB8;
}

.yjs-box ul h3 a {
    display: block;
    float: right;
    font-size: 14px;
    line-height: 30px;
    color: #999999;
    transition: all 0.3s;
}

.yjs-box ul h3 a:hover {
    color: #075AB8;
}

.yjs-gg li {
    line-height: 60px;
    border-bottom: 1px dotted #9E9E9E;
    position: relative;
    left: 0;
    transition: all 0.3s;
}

.yjs-gg li span {
    float: right;
    padding-left: 15px;
    font-size: 16px;
    line-height: 60px;
    text-transform: uppercase;
    color: #546B84;
}

.yjs-gg li a {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    font-size: 18px;
    line-height: 60px;
    text-transform: uppercase;
    color: #000000;
    background: no-repeat left center;
    padding-left: 19px;
    transition: all 0.3s;
}

.yjs-gg li:hover {
    left: 5px;
}

.yjs-gg li:hover a {
    color: #085CBC;
}







@media screen and (max-width: 1380px) {
    .navList>li {
        width: 12.5%;
        margin-left: 0;
        text-align: center;
    }

    .head .d2 .logo {
        width: 420px;
    }

    .head .search {
        margin-top: 20px;
    }
}

@media screen and (max-width: 1060px) {

    .wap-head {
        background: #085ebf;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
    }

    .wap-head .navbtnm i {
        background-image: url("/news/images/menu.png");
    }

    .main {
        margin-top: 75px;
    }

    .con-tit h4 {
        font-size: 24px;
    }

    .con-tit .shar span {
        font-size: 15px;
    }

    .con-tit .shar span {
        margin: 0 10px;
    }

    .con-tit .shar .shar1 {
        font-size: 15px;
        margin-left: 10px;
    }


    .con-txt p {
        font-size: 16px;
        margin-top: 15px;
        line-height: 34px;
    }

    .content .page p {
        font-size: 16px;
        line-height: 36px;
    }


    .con-txt img {
        margin: 20px auto;
    }

    .position.ml {
        padding-top: 20px;
        padding-left: 0;
    }

    .newList {
        padding-top: 30px;
        padding-bottom: 40px;
    }

    .newList-leftNav {
        float: none;
        width: auto;
        margin-bottom: 30px;
        padding-bottom: 0;
        background: none;
    }

    .newList-leftNav h4 {
        font-size: 20px;
        text-align: left;
        line-height: 48px;
        padding: 5px 15px;
        background-image: none;
        background-color: #075ebf;
        color: #fff;
    }

    .newList-leftNav h4 i {
        position: absolute;
        content: '';
        right: 25px;
        top: 0;
        bottom: 0;
        width: 18px;
        background: url("/news/images/sub-down2.png") no-repeat 50%;
        background-size: 18px;
        cursor: pointer;
    }

    .newList .newList-leftNav h4 i {
        background-image: url(/news/images/sub-down.png);
    }

    .newList-leftNav>ul>li h2 {
        padding-left: 20px;
        line-height: 54px;
    }

    .newList-leftNav>ul>li h2 a {
        font-size: 18px;
    }

    .newList-leftNav>ul ul a {
        font-size: 15px;

    }

    .newList-leftNav>ul {
        display: none;
        padding: 0;
        margin-top: 0;
    }

    .newList-leftNav>ul ul li a {
        padding-left: 20px;
    }

    .newList-list {
        float: none;
        width: auto;
    }

    .pagination {
        padding-top: 30px;
    }

    .yjs-tit {
        font-size: 26px;
        background-size: 120% auto;
    }

    .yjs-box ul h3 span {
        font-size: 22px;
    }

    .yjs-box ul {
        width: 100%;
        margin-left: 0;
        margin-top: 25px;
    }

    .yjs-box ul:nth-child(2) {
        margin-top: 0;
    }

    .yjs-box1 ul {
        width: 100%;
        margin-left: 0;
    }

}

@media screen and (max-width: 900px) {
    .position {
        text-align: left;
        line-height: inherit;
        padding-bottom: 10px;
    }

    .position h3 {
        position: static;
        display: block;
        background: none;
        color: #075ebf;
        padding: 0;
        line-height: 40px;
        font-size: 20px;
    }

    .position>* {
        display: inline-block;
        font-size: 14px;
        line-height: 30px;
    }

    .position span.a {
        margin-left: 0;
    }

    .new-tt {
        margin-top: 30px;
    }

    .new-ttpic .bg_img {
        min-height: 290px;
    }

    .new-ttpic {
        margin-right: 35px;
    }

    .new-ttr h3 {
        margin-top: 15px;
        font-size: 24px;
        line-height: 40px;
        max-height: 80px;
    }

    .new-ttr p {
        font-size: 16px;
    }

    .new-list {
        margin-top: 40px;
        padding-top: 10px;
    }

    .new-list a h4 span {
        font-size: 18px;
        line-height: 56px;
        padding-right: 120px;
    }

    .yjs-box {
        margin-top: 25px;
    }

    .yjs-tit {
        font-size: 24px;
        background-size: 150% auto;
    }

    .yjs-box ul h3 span {
        font-size: 20px;
    }

    .yjs-gg li {
        line-height: 50px;
    }

    .yjs-gg li a {
        font-size: 16px;
    }

    .yjs-gg li span {
        font-size: 14px;
    }

}

@media screen and (max-width: 640px) {

    .con-tit h4 {
        font-size: 22px;
    }

    .con-txt p {
        font-size: 15px;
        margin-top: 10px;
    }

    .con-tit .shar span {
        margin: 0 5px;
    }

    .con-tit {
        margin-bottom: 15px;
    }

    .content .page {
        margin-top: 25px;
        padding-top: 10px;
        padding-bottom: 20px;
    }

    .content .page p {
        font-size: 15px;
        line-height: 32px;
    }

    .new-ttpic {
        float: none;
        width: auto;
        margin-right: 0;
    }

    .new-ttpic .bg_img {
        min-height: auto;
        padding-top: 62.38%;
    }

    .new-ttr h3 {
        font-size: 18px;
        line-height: 30px;
        max-height: 60px;
    }

    .new-list {
        margin-top: 20px;
    }

    .new-ttr p {
        font-size: 14px;
        margin-top: 15px;
        line-height: 26px;
        max-height: 104px;
    }

    .new-list a h4 time {
        font-size: 15px;
    }

    .new-list a h4 time i {
        font-size: 20px;
        margin-right: 5px;
    }

    .new-list a h4 span {
        font-size: 16px;
        padding-right: 90px;
    }

    .new-list a h4 {
        margin-bottom: 8px;
    }

    .new-list a>i {
        margin-bottom: 10px;
    }

    .new-list a p {
        font-size: 14px;
    }

    .newList {
        padding-bottom: 30px;
    }

    .main {
        margin-top: 65px;
    }

    .yjs-tit {
        background-size: 180% auto;
    }

}

@media screen and (max-width: 480px) {

    .new-list a h4 span {
        font-size: 15px;
        line-height: 40px;
    }

    .yjs-tit {
        background-size: 260% auto;
    }
}

@media screen and (max-width: 375px) {
    .yjs-tit {
        background-size: 370% auto;
    }
}

/* 政务公开 */
.zwgk {
    padding-top: 0;
}

.zwgk .s1 {
    padding: 90px 0 60px 0;
    background: url(/news/images/zwgk-s1bg.jpg) no-repeat center;
    background-size: cover;
}

.zwgk .s1-l {
    width: 58.125%;
    width: calc(100% - 667px);
}

.tabb .tabb-item {
    display: none;
}

.tabc {
    position: relative;
    border-bottom: 1px solid #689cd6;
}

.tabc span {
    display: inline-block;
    vertical-align: middle;
    font-size: 25px;
    font-weight: bold;
    color: rgba(8, 94, 191, 0.75);
    line-height: 60px;
    margin-left: 40px;
    cursor: pointer;
    position: relative;
}

.tabc span:first-child {
    margin-left: 0;
}

.tabc span.active {
    border-radius: 22px 22px 0 0;
    background: #075ebf;
    padding: 0 30px;
    color: #fff;

}

.mores {}

.mores a {
    position: absolute;
    right: 0;
    bottom: 17px;
    padding-right: 15px;
    background: url(/news/images/mores3.png) no-repeat right center;
    font-size: 16px;
    color: #075bba;
    line-height: 26px;
    display: none;
}

.tsxw {
    margin-top: 15px;
}

.tsxw li a {
    display: block;
    position: relative;
    z-index: 3;
    font-size: 0;
    overflow: hidden;
    line-height: 56px;
}

.tsxw li .time {
    float: right;
    padding-left: 15px;
    font-size: 18px;
    color: #717171;
}

.tsxw li .txt {
    position: relative;
    padding-left: 18px;
    padding-right: 110px;
}

.tsxw li .txt::before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #a8a8a8;
}

.tsxw li .txt p {
    font-size: 20px;
    color: #212121;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}

.tsxw li {
    position: relative;
}

.tsxw li:after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background-color: #024998;
    transition: all .3s;
}

.tsxw li:hover:after {
    width: 100%;
}

.tsxw li:hover .txt::before {
    background-color: #024998;
}

.tsxw li:hover .txt p {
    font-weight: 600;
    color: #024998;
}

.tabb .gd {
    display: none;
    text-align: center;
    margin-top: 15px;
}

.tabb .gd a {
    display: inline-block;
    padding-right: 15px;
    background: url(/news/images/mores3.png) no-repeat right center;
    font-size: 16px;
    color: #075bba;
    line-height: 26px;
}

.zwgk .s1-r {
    width: 548px;
    background: #e6f4fd;
    padding: 25px 50px 50px;
}

.zwgk .s1-r h3 p {
    font-size: 28px;
    font-weight: bold;
    color: #fff;
    margin: 0 auto;
    width: 337px;
    line-height: 68px;
    text-align: center;
    background: url(/news/images/zwgk-s1rt.png) no-repeat;
    background-size: cover;
}

.zwgk .s1-r ul li {
    float: left;
    width: 48%;
    margin-top: 25px;
}

.zwgk .s1-r ul li:nth-child(even) {
    margin-left: 4%;
}

.zwgk .s1-r ul li a {
    display: block;
    background: #fff;
    line-height: 66px;
    padding: 0 20px;
    font-size: 20px;
    color: #454648;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    transition: all 0.3s;
}

.zwgk .s1-r ul li:hover a {
    background: #075cbb;
    color: #fff;
}

.zwgk .s2 {
    padding: 90px 0 60px 0;
    background: #fff;
}

.zwgk .s2 .s1-r {
    background: #fcecec;
}

.zwgk .s2 .s1-r h3 p {
    background-image: url(/news/images/zwgk-s2rt.png);
}

.zwgk .s2 .s1-r ul li a {
    text-align: center;
}

.zwgk .s2 .s1-r ul li:hover a {
    background: #b42c28;
}

.zwgk .s3 {
    background: url(/news/images/zwgk-s3bg.png) no-repeat center top;
    padding: 80px 0 50px 0;
}

.zwgk .s3-t {
    margin-top: 70px;
}

.zwgk .s3-t ul li a {
    display: block;
}

.zwgk .s3-t ul li .s3-ticon {
    width: 103px;
    height: 103px;
    line-height: 103px;
    margin: 0 auto;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    font-size: 0;
    transition: all 0.5s;
}

.zwgk .s3-t ul li .s3-ticon img {
    display: inline-block;
    vertical-align: middle;
    transition: all 0.5s;
}


.zwgk .s3-t ul li .s3-ticon img:nth-child(2) {
    display: none;
}

.zwgk .s3-t ul li h3 {
    text-align: center;
    font-size: 20px;
    color: #171717;
    margin-top: 25px;
}

.zwgk .s3-t ul li a:hover .s3-ticon {
    background: #f39b31;
}

.zwgk .s3-t ul li a:hover .s3-ticon img:first-child {
    display: none;
}

.zwgk .s3-t ul li a:hover .s3-ticon img:nth-child(2) {
    display: inline-block;
}

.zwgk .s3-t ul li a:hover h3 {
    font-weight: bold;
    color: #0052ad;
}

.zwgk .s3-t .slick-list {
    margin-left: 50px;
    margin-right: 50px;
}

.zwgk .s3-t .slick-prev,
.zwgk .s3-t .slick-next {
    width: 30px;
    height: 30px;
    background-color: #0052ad;
    border-radius: 50%;
}

.zwgk .s3-t .slick-prev {
    left: 0;
    background-image: url(/news/images/zwgks3-prev.png);
    background-repeat: no-repeat;
    background-position: center;
}

.zwgk .s3-t .slick-next {
    right: 0;
    background-image: url(/news/images/zwgks3-next.png);
    background-repeat: no-repeat;
    background-position: center;
}

.zwgk .s3-t .slick-prev:hover,
.zwgk .s3-t .slick-next:hover {
    background-color: #f39b31;
}

.zwgk .s3-d {
    margin-top: 60px;
}

/* .s5-banner */
.s5-bannerk {
    width: calc(100% - 350px);
}

.s5-banner ul a {
    display: block;
    position: relative;
    overflow: hidden;
}

.s5-banner ul {
    height: 152px;
    overflow: hidden;
}

.s5-banner ul li {
    float: left;
    width: 10%;
    margin-left: 1%;
    transition: .3s ease-in;
    overflow: hidden;
    cursor: pointer;
}

.s5-banner ul li.active {
    width: 56%;
}

.s5-banner ul li:first-child {
    margin-left: 0;
}

.s5-banner ul li .s5-icon {
    float: left;
    width: 100%;
    height: 152px;
    background: url(/news/images/s5-bbg1.jpg) no-repeat center;
}

.s5-banner ul li.active .s5-icon {
    width: 130px;
}

.s5-banner ul li:nth-child(2) .s5-icon {
    background-image: url(/news/images/s5-bbg2.jpg);
}

.s5-banner ul li:nth-child(3) .s5-icon {
    background-image: url(/news/images/s5-bbg3.jpg);
}

.s5-banner ul li:nth-child(4) .s5-icon {
    background-image: url(/news/images/s5-bbg4.jpg);
}

.s5-banner ul li:nth-child(5) .s5-icon {
    background-image: url(/news/images/s5-bbg5.jpg);
}

.s5-banner ul li .s5-icon p {
    text-align: center;
    margin-top: 40px;
    font-size: 0;
}

.s5-banner ul li .s5-icon p img {
    display: inline-block;
    vertical-align: middle;
}

.s5-banner ul li .s5-icon h3 {
    text-align: center;
    margin-top: 15px;
    font-size: 20px;
    color: #fff;
}

.s5-banner ul li .s5-tx {
    overflow: hidden;
    height: 152px;
    padding: 5px 25px;
    background: #deeeff;
    border: 1px solid #6567f2;
    border-left: none;
    position: relative;
    z-index: 1;
}

.s5-banner ul li .s5-tx::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    border-left: 16px solid #675ff0;
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
}

.s5-banner ul li:nth-child(2) .s5-tx::after {
    border-left-color: #ec7760;
}

.s5-banner ul li:nth-child(3) .s5-tx::after {
    border-left-color: #1f8de7;
}

.s5-banner ul li:nth-child(4) .s5-tx::after {
    border-left-color: #e660be;
}

.s5-banner ul li:nth-child(5) .s5-tx::after {
    border-left-color: #856bea;
}

.s5-banner ul li .s5-tx dl dd {
    float: left;
    margin: 5px 28px;
}

.s5-banner ul li .s5-tx dl dd a {
    display: block;
}

.s5-banner ul li .s5-tx dl dd a:hover {
    color: #0052ad;
}

.s5-banner {
    position: relative;
}

.s5-banner2 {
    display: none;
}

.zwgk .s3 .s3-dr {
    width: 328px;
}

.zwgk .s3 .s3-dr ul li {
    float: left;
    width: 48.5%;
}

.zwgk .s3 .s3-dr ul li:nth-child(2) {
    margin-left: 3%;
}

.zwgk .s3 .s3-dr ul li a {
    display: block;
    height: 152px;
    padding-top: 20px;
}

.zwgk .s3 .s3-dr ul li:first-child a {
    background: #024998;
    border-radius: 24px 0 0 24px;
}

.zwgk .s3 .s3-dr ul li:nth-child(2) a {
    background: #b42c28;
    border-radius: 0 24px 24px 0;
}

.zwgk .s3 .s3-dr ul li h3 {
    line-height: 56px;
    height: 56px;
    font-size: 0;
    text-align: center;
}

.zwgk .s3 .s3-dr ul li h3 p {
    display: inline-block;
    vertical-align: middle;
    line-height: 28px;
    font-size: 18px;
    color: #fff;
}

.zwgk .s3 .s3-dr ul li a>div {
    text-align: center;
    margin-top: 10px;
}

.zwgk .s3 .s3-dr ul li a>div>img {
    display: inline-block;
    vertical-align: middle;
}

.zwgk .s4 {
    margin-top: 30px;
}

/*s6-banner */
.s6-banner {
    margin-top: 54px;
}

.s6-banner a {
    display: block;
    overflow: hidden;
    margin: 0 18px;
}

.s6-banner a img {
    width: 100%;
    transition: all .3s;
}

.s6-banner .slick-list {
    margin-left: -18px;
    margin-right: -18px;
}

.s6-banner a:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.s6-banner .slick-list {
    margin: 0 60px;
}

.zwgk .s4 .s6-banner .slick-prev,
.zwgk .s4 .s6-banner .slick-next {
    width: 42px;
    height: 42px;
    background-color: #5089d2;
    border-radius: 50%;
    z-index: 2;
}

.zwgk .s4 .s6-banner .slick-prev {
    left: 0;
    background-image: url(/news/images/zwgks3-prev.png);
    background-repeat: no-repeat;
    background-position: center;
}

.zwgk .s4 .s6-banner .slick-next {
    right: 0;
    background-image: url(/news/images/zwgks3-next.png);
    background-repeat: no-repeat;
    background-position: center;
}

.zwgk .s4 .s6-banner .slick-prev:hover,
.zwgk .s4 .s6-banner .slick-next:hover {
    background-color: #f39b31;
}

/* 进入仁寿 */

.into .s1 {
    background: url(/news/images/into-s1bg.jpg) no-repeat center;
    background-size: cover;
    padding-top: 100px;
    padding-bottom: 60px;
}

.into-tit {
    position: relative;
    z-index: 1;
}

.into-tit::before {
    content: '';
    position: absolute;
    top: 35px;
    right: 0;
    left: 320px;
    border-bottom: 1px solid #085ebf;
    z-index: -1;
}

.into-tit::after {
    content: '';
    position: absolute;
    bottom: -85px;
    left: 0;
    width: 23px;
    height: 13px;
    background: url(/news/images/into-titsj.png) no-repeat;
    z-index: -1;
}

.into-tit h3 {
    display: inline-block;
    font-family: '思源宋体CN';
    font-size: 48px;
    font-weight: bold;
    color: #000;
    position: relative;
    z-index: 1;
}

.into-tit h3::after {
    content: '';
    position: absolute;
    top: 350px;
    left: 0;
    background: url(/news/images/into-dd.png) no-repeat;
    width: 13px;
    height: 74px;
}

.into-tit h3 span {
    color: #085ebf;
}

.into-tit p {
    font-family: '思源宋体CN';
    font-size: 20px;
    color: #6d94bd;
    text-transform: uppercase;
}

.into .s1 .s1-t {
    margin-top: 15px;
}

.into .s1 .s1-l {
    width: 45.625%;
    margin-left: 4.375%;
    margin-top: 40px;
    font-size: 20px;
    line-height: 52px;
    max-height: 416px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    line-clamp: 8;
    -webkit-box-orient: vertical;
    text-indent: 2em;
}

.into .s1 .s1-r {
    width: 44.06%;
    position: relative;
    z-index: 1;
}

.into .s1 .s1-r .bg_img {
    min-height: 477px;
    border-radius: 20px 0 20px 0;
}

.into .s1 .s1-r::after {
    content: '';
    position: absolute;
    top: 10px;
    left: -10px;
    right: 10px;
    bottom: -10px;
    background-color: rgba(7, 90, 184, 0.25);
    border-radius: 20px 0 20px 0;
    z-index: -1;
}

.into .s1 .zwgk .s3-t .slick-list {
    margin-left: 0;
    margin-right: 0;
}

.into .s1 .zwgk .s3-t ul li .s3-ticon {
    width: 84px;
    height: 84px;
    line-height: 84px;
    margin: 0 auto;
    background: url(/news/images/into-s1d11.png) no-repeat;
    background-size: 100% 100%;
    border-radius: 50%;
    text-align: center;
    font-size: 0;
    transition: all 0.5s;
}

.into .s1 .zwgk .s3-t ul li .s3-ticon img {
    display: inline-block;
    vertical-align: middle;
    transition: all 0.5s;
}


.into .s1 .zwgk .s3-t ul li .s3-ticon img:nth-child(2) {
    display: none;
}

.into .s1 .zwgk .s3-t ul li h3 {
    text-align: center;
    font-size: 20px;
    color: #171717;
    margin-top: 15px;
}

.into .s1 .zwgk .s3-t ul li a:hover .s3-ticon {
    background: linear-gradient(to right, #085ebf, #5a67f3);
    box-shadow: 0px 4px 9px 0px rgba(5, 80, 173, 0.63);
}

.into .s1 .zwgk .s3-t ul li a:hover .s3-ticon img:nth-child(2) {
    display: inline-block;
}

.into .s2 {
    background: url(/news/images/into-s2bg.jpg) no-repeat center;
    background-size: cover;
    padding-top: 80px;
    padding-bottom: 140px;
}

.into .s2 .into-tit {
    text-align: right;
}

.into .s2 .into-tit h3::after {
    left: auto;
    right: 0;
}

.into .s2 .into-tit::before {
    left: 0;
    right: 320px;
}

.into .s2 .into-tit::after {
    left: auto;
    right: 0;
}

.into .s2-c {
    margin-right: 80px;
    margin-top: 80px;
}

.into .s2-c ul li {
    float: left;
    width: 15%;
    margin-left: 1.5%;
}

.into .s2-c ul li a {
    display: block;
    height: 420px;
    padding-top: 50px;
    position: relative;
    z-index: 1;
}

.into .s2-c ul li:first-child a {
    background: linear-gradient(to right top, #c981e7, #5a42ec);
}

.into .s2-c ul li:nth-child(2) a {
    background: linear-gradient(to right top, #97d1f5, #688efa);
}

.into .s2-c ul li:nth-child(3) a {
    background: linear-gradient(to right top, #d89ac8, #f2b4a3);
}

.into .s2-c ul li:nth-child(4) a {
    background: linear-gradient(to right top, #a2cde8, #3e8ff7);
}

.into .s2-c ul li:nth-child(5) a {
    background: linear-gradient(to right top, #959eee, #766fff);
}

.into .s2-c ul li:nth-child(6) a {
    background: linear-gradient(to right top, #4fadf9, #5a68f3);
}

.into .s2-c ul li .icon1 {
    text-align: center;
    height: 48px;
    font-size: 0;
}

.into .s2-c ul li .icon1 img {
    display: inline-block;
    vertical-align: middle;
}

.into .s2-c ul li h3 {
    padding: 20px 40%;
    font-size: 30px;
    color: #fff;
    margin-top: 10px;
    line-height: 1;
}

.into .s2-c ul li a::after {
    content: '';
    position: absolute;
    bottom: 30px;
    right: 30px;
    width: 9px;
    height: 19px;
    background: url(/news/images/into-s2sj.png) no-repeat;
}

.into .s3 {
    padding: 100px 0;
    background: url(/news/images/intos3-bg.jpg) no-repeat center;
}

.into .s3-c {
    margin-top: 40px;
}

.into .s3-c ul {
    width: 84.68%;
    margin-left: 15.25%;
}

.into .s3-c ul:nth-child(2) {
    width: 84.68%;
    margin-left: 3.625%;
    margin-top: 15px;
}

.into .s3-c ul li {
    float: left;
    width: 32%;
    margin-left: 1%;
}

.into .s3-c ul li:first-child {
    margin-left: 0;
}

.into .s3-c ul li .pic {
    padding-top: 70.42%;
}

/* 公共参与 */
.pitch .s1-l,
.pitch .s2 .s1-l {
    width: 28.5%;
}

.pitch .s1-r,
.pitch .s2 .s1-r {
    width: 65.93%;
}

.pitch .s1,
.pitch .s2 {
    padding-top: 60px;
    padding-bottom: 80px;
}

.pitch .s2 {
    padding-top: 60px;
    padding-bottom: 80px;
    background: url(/news/images/zwgk-s3bg.png) no-repeat center top;
    background-size: cover;
}

.pitch .s1 .s1-l ul li a {
    display: block;
    font-size: 20px;
    color: #fff;
    background-size: cover;
    text-align: center;
    line-height: 102px;
    margin-top: 20px;
    background-size: 100% 100% !important;
}

.pitch .s1 .s1-l ul li img {
    display: inline-block;
    vertical-align: middle;
    padding-right: 30px;
}

.pitch .s1 .s1-l ul li:first-child a {
    background: url(/news/images/pitchs1-1.png) no-repeat;
    margin-top: 0;
}

.pitch .s1 .s1-l ul li:nth-child(2) a {
    background: url(/news/images/pitchs1-2.png) no-repeat;
}

.pitch .s1 .s1-l ul li:nth-child(3) a {
    background: url(/news/images/pitchs1-3.png) no-repeat;
}

.pitch .s1 .s1-l ul li:nth-child(4) a {
    background: url(/news/images/pitchs1-4.png) no-repeat;
}

.pitch .s1 .s1-l ul li:nth-child(5) a {
    background: url(/news/images/pitchs1-5.png) no-repeat;
}

.pitch .s1-r ul li a {
    display: block;
    position: relative;
    z-index: 1;
    padding-left: 70px;
    overflow: hidden;
    margin-top: 25px;
}

.pitch .s1-r ul li a::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(50%);
    left: 20px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #acc5e0;
}

.pitch .s1-r ul li .zt {
    display: block;
    float: left;
    width: 125px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    background: #075ebf;
    font-size: 20px;
    color: #fff;
}

.pitch .s1-r ul li .zt.red {
    background: #da211c;
    font-size: 28px;
    letter-spacing: 3px;
    height: 125px;
    padding-top: 25px;
}

.pitch .s1-r ul li .zt.h {
    background: #bcbcbc;
}

.pitch .s1-r ul li .s1-rtx {
    float: right;
    width: calc(100% - 170px);
    line-height: 38px;
}

.pitch .s1-r ul li .s1-rtx h3 {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}

.pitch .s1-r ul li .s1-rtx span {
    display: block;
    float: right;
    color: #999;
    padding-left: 15px;
}

.pitch .s1-r ul li:first-child {
    margin-top: 54px;
}

.pitch .s1-r ul li:first-child .s1-rtx h3 {
    color: #da211c;
}

.pitch .s1-r ul li:first-child .s1-rtx p {
    font-size: 18px;
    line-height: 30px;
    max-height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #999;
    margin-top: 10px;
}

.pitch .s2 .s2-l {
    width: 28.5%;
}

.pitch .s2 .s2-l .box1 {
    background: url(/news/images/pitchs2-lbg.png) no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 525px;
    text-align: center;
    padding-top: 38px;
}

.pitch .s2 .s2-l .box1 h3 {
    background: #ffd58c;
    font-size: 24px;
    font-weight: bold;
    color: #075ebf;
    line-height: 90px;
    position: relative;
    z-index: 1;
}

.pitch .s2 .s2-l .box1 h3::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: -20px;
    width: 20px;
    background: #ffd58c;
}

.pitch .s2 .s2-l .box1 h3::after {
    content: '';
    position: absolute;
    top: 100%;
    right: -20px;
    border-top: 14px solid #da7830;
    border-left: 10px solid #da7830;
    border-bottom: 14px solid transparent;
    border-right: 10px solid transparent;
}

.pitch .s2 .s2-l .box1 h4 {
    width: 58.11%;
    margin: 0 auto;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    line-height: 20px;
    margin-top: 50px;
    line-height: 40px;
    font-weight: bold;
    color: #fff;
    position: relative;
    z-index: 1;
}

.pitch .s2 .s2-l .box1 h4::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 50%;
    transform: translateX(-50%);
    width: 49.8%;
    height: 3px;
    background: #ffd58c;
}

.pitch .s2 .s2-l .box1 .box1-1 p {
    color: #fff;
    margin-top: 25px;
}

.pitch .s2 .s2-l .box1 .box1-1 p:first-child {
    margin-top: 50px;
}

.pitch .s2 .s2-l .box1 .box1-1 p span {
    display: inline-block;
    width: 110px;
}

.pitch .s2 .s2-l .box1 .box1-1 p input {
    width: 43%;
    height: 34px;
    line-height: 34px;
    background: rgba(255, 255, 255, 0.6);
}

.pitch .s2 .s2-l .box1 .box1-1 p input.sub {
    margin-top: 35px;
    line-height: 48px;
    height: 48px;
    background: #ffd58c url(../images/sub11.jpg) no-repeat 85% center;
    font-size: 18px;
    font-weight: bold;
    color: #0052ad;
    border-radius: 25px;
    cursor: pointer;
    transition: all 0.3s;
}

.pitch .s2 .s2-l .box1 .box1-1 p input.sub:hover {
    box-shadow: 0 1px 5px 3px rgba(255, 255, 255, 0.3);
}

.pitch .s2 .s2-l .box2 a {
    display: block;
    width: 100%;
    line-height: 90px;
    height: 90px;
    background: url(/news/images/pitchs1-2.png) no-repeat;
    background-size: 100% 100%;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    margin-top: 45px;
}


.pitch .s2 .s1-r ul li a {
    padding-left: 0;
}

.pitch .s2 .s1-r ul li a::after {
    left: 0;
}

.pitch .s2 .s1-r ul li .s1-rtx {
    float: right;
    width: calc(100% - 60px);
}

.pitch .s2 .s1-r ul li .date {
    width: 122px;
    height: 125px;
    border: 1px solid rgba(5, 80, 173, 0.63);
    background: none;
    text-align: center;
    padding-top: 25px;
}

.pitch .s2 .s1-r ul li .date p {
    font-size: 60px;
    font-weight: bold;
    color: #075ebf;
}

.pitch .s2 .s1-r ul li .date span {
    display: block;
    font-size: 14px;
    color: #075ebf;
    margin-top: 10px;
}

.pitch .s2 .s1-r ul li:first-child {
    margin-bottom: 50px;
}

.pitch .s2 .s1-r ul li:first-child a {
    padding-left: 50px;
}

.pitch .s2 .s1-r ul li:first-child .s1-rtx {
    float: right;
    width: calc(100% - 250px);
    padding-right: 80px;
}

.pitch .s2 .s1-r ul li:first-child .s1-rtx p.zy {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    height: 30px;
}

.pitch .s2 .s1-r ul li:first-child .s1-rtx p.rq {
    height: 30px;
}

.pitch .s2 .s1-r ul li:first-child .s1-rtx p.rq span {
    float: left;
}

.pitch .s2 .s1-r ul li:first-child .s1-rtx p.rq span:first-child {
    padding-left: 0;
}

.pitch .s2 .s1-r ul li:first-child .s1-rtx h3 {
    color: #0052ad;
    font-weight: bold;
}

.pitch .s2 .s1-r ul li:first-child .xq {
    float: right;
    color: #0052ad;
    margin-top: 30px;

}

.pitch .s3 {
    padding-bottom: 100px;
}

.pitch .s3-c {
    margin-top: 30px;
}

.pitch .s3-c ul li {
    float: left;
    width: 30.33%;
    margin-left: 4%;
}

.pitch .s3-c ul li:first-child {
    margin-left: 0;
}

.pitch .s3-c ul li a {
    display: block;
    background: #085cbc;
    padding: 40px 65px;
    color: #fff;
    overflow: hidden;
    position: relative;
    z-index: 1;
    transition: all 0.3s;
}

.pitch .s3-c ul li a h3 {
    font-size: 20px;
    line-height: 30px;
    height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.pitch .s3-c ul li a span {
    display: block;
    float: right;
    margin-top: 20px;
    font-size: 15px;
}

.pitch .s3-c ul li a::after {
    content: '';
    position: absolute;
    bottom: 5px;
    right: 5px;
    border-left: 9px solid #ffd58c;
    border-top: 9px solid #ffd58c;
    border-right: 9px solid transparent;
    border-bottom: 9px solid transparent;
    transition: all 0.3s;
}

.pitch .s3-c ul li a:hover {
    background: #f39b31;
}

.pitch .s3-c ul li a:hover::after {
    border-left-color: #6db1ff;
    border-top-color: #6db1ff;
}

/* 美景掠影 */
.img-listbox {
    overflow: hidden;
}

.img-list {
    margin: 0 -28px;
}

.img-list li {
    float: left;
    width: 33.33%;
}

.img-list li a {
    display: block;
    margin: 28px;
    border: 1px solid rgba(1, 89, 189, 0.21);
    position: relative;
}

.img-list li a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-bottom: 4px solid #075EBF;
    transform: scaleX(0);
    transition: all 0.3s;
}

.img-list li:hover a::after {
    transform: none;
}

.img-list li a .pic {
    padding-top: 65.05%;
}

.img-list li h3 {
    text-align: center;
    line-height: 50px;
    padding: 20px 10px;
    font-size: 22px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}

/* 组图图片页 */
.group-img {
    margin-top: 40px;
}

.group-img h3 {
    text-align: center;
    font-size: 28px;
    color: #075EBF;
}

.group-big {
    padding-top: 100px;
}

.group-big li a {
    display: block;
}

.group-big li a .pic {
    padding-top: 53.73%;
    display: block;
    position: relative;
    overflow: hidden;
}

.group-big li a .pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 0.5s;
}

.group-big li a img {
    display: block;
    width: 100%;
}

.group-big li a h4 {
    font-size: 22px;
    line-height: 50px;
    text-align: center;
    margin-top: 10px;
    color: #505050;
}

.group-big .slick-prev,
.group-big .slick-next {
    width: 49px;
    height: 70px;
    opacity: 0.2;
    transition: all 0.3s;
}

.group-big .slick-prev {
    background-size: 100% 100%;
    left: 0;
}

.group-big .slick-next {
    background-size: 100% 100%;
    right: 0;
}

.group-big .slick-prev:hover,
.group-big .slick-next:hover {
    opacity: 1;
}

.group-big .slick-dots {
    top: 20px;
    bottom: auto;
}

.group-big .slick-dots li {
    width: auto;
    height: auto;
    margin: 0;
}

.group-big .slick-dots li .dot-page {
    display: none;
}

.group-big .slick-dots li.slick-active .dot-page {
    display: block;
    font-size: 20px;
    color: #505050;
}

.group-big .slick-dots li .dot-page span {
    padding: 0 5px;
}

.group-big .slick-dots li .dot-page b {
    font-weight: normal;
    padding: 0 5px;
}

.group-sml {
    margin-top: 40px;
    background: #076eac;
    padding: 20px;
    overflow: hidden;
}

.group-sml li.slick-current.slick-active a {
    border: 3px solid #fff;
}

.group-sml li a {
    display: block;
    margin: 0 5px;
    border: 3px solid transparent;
}

.group-sml li a .pic {
    padding-top: 63.3%;
    display: block;
    position: relative;
    overflow: hidden;
}

.group-sml li a img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 0.3s;
}

.group-sml .slick-prev,
.group-sml .slick-next {
    width: 40px;
    height: 100%;
    background-color: #035f97;
}

.group-sml .slick-list {
    margin: 0 30px;
}

.group-sml .slick-prev {
    left: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px 28px;
}

.group-sml .slick-next {
    right: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px 28px;
}

/* 领导信箱 */
.mailbox-t {
    background: #e6f1ff;
    padding: 20px;
    margin-top: 20px;
}

.mailbox-t h3 {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #c60d08;
}

.mailbox-t ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.mailbox-t ul li {
    width:16%;
    background: #fff;
    padding: 20px 30px;
    margin-top: 20px;
}

.mailbox-t ul li h4 {
    font-size: 20px;
    color: #000;
}

.mailbox-t ul li p {
    font-size: 20px;
    color: #000;
}

.mailbox-t ul li p span {
    font-size: 36px;
    font-weight: bold;
    color: #f68f16;
    padding-right: 10px;
}

.mailbox-d {
    margin-top: 30px;
}

.mailbox-d table {
    width: 100%;
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
}

.mailbox-d table th {
    background: #075ebf;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    border-right: 1px solid #ccc;
    line-height: 50px;
}

.mailbox-d table td {
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    line-height: 24px;
    padding: 10px;
    color: #666;
    min-width: 80px;
}

.mailbox-d table td a{
    display: block;
    color: #333;
}

.mailbox-d table td:nth-child(2),
.mailbox-d table td:nth-child(3){
    text-align: center;
}

.mailbox-d table td:nth-child(3){
    color: #ff6d16;
}

.mailbox-d table tr:nth-child(even){
    background: #fff9e7;
}



@media screen and (max-width: 1380px) {
    .zwgk .s1-l {
        width: calc(100% - 510px);
    }

    .zwgk .s1-r {
        width: 480px;
        padding: 30px 25px 30px;
    }

    .s5-bannerk {
        float: none;
        width: auto;
    }

    .zwgk .s3 .s3-dr {
        float: none;
        width: auto;
        margin-top: 30px;
    }
    .mailbox-t ul li{
        width: 48.5%;
    }
}

@media screen and (max-width: 1060px) {

    .zwgk .s1,
    .zwgk .s2 {
        padding: 30px 0;
    }

    .zwgk .s1-l {
        float: none;
        width: auto;
    }

    .zwgk .s1-r {
        float: none;
        width: auto;
        margin-top: 20px;
        padding: 25px;
    }

    .zwgk .s3 {
        padding: 30px 0 0px 0;
    }

    .zwgk .s3-t {
        margin-top: 30px;
    }

    .into .s1 .s1-l {
        width: 45.625%;
        margin-left: 4.375%;
        margin-top: 20px;
        font-size: 18px;
        line-height: 40px;
        max-height: 320px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 8;
        line-clamp: 8;
        -webkit-box-orient: vertical;
        text-indent: 2em;
    }

    .into .s1 .s1-r .bg_img {
        min-height: 330px;
    }

    .into .s1 {
        padding-top: 50px;
    }

    .pitch .s1,
    .pitch .s2 {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .pitch .s1-r ul li a::after {
        left: 0;
    }

    .pitch .s1-r ul li a {
        padding-left: 40px;
    }

    .pitch .s2 .s2-l .box2 a {
        margin-top: 25px;
    }

    .pitch .s3-c ul li a {
        padding: 25px;
    }

    .pitch .s2 .s2-l .box1 h4 {
        width: 80%;
    }

    .pitch .s2 .s2-l .box1 .box1-1 p input.sub {
        width: 70%;
        max-width: 360px;
    }

    .pitch .s2 .s1-r ul li .date {
        width: 100px;
        height: 103px;
        padding-top: 16px;
    }

    .pitch .s2 .s1-r ul li .date p {
        font-size: 40px;
    }

    .pitch .s2 .s1-r ul li .date span {
        margin-top: 0;
    }

    .img-list {
        margin: 0 -10px;
    }

    .img-list li a {
        margin: 15px;
    }

    .img-list li h3 {
        padding: 10px;
        font-size: 18px;
    }

    .img-list li a::after {
        border-bottom-width: 3px;
    }


}

@media screen and (max-width: 900px) {
    .s5-banner2 {
        display: block;
    }

    .s5-banner1 {
        display: none !important;
    }

    .s5-banner2 a {
        display: block;
        position: relative;
    }

    .s5-banner2 ul li {
        margin-left: 0;
    }

    .s5-banner2 ul li .s5-icon {
        width: 130px;
    }

    .pitch .s1-l,
    .pitch .s2 .s1-l {
        float: none;
        width: auto;
    }

    .pitch .s1 .s1-l ul li a {
        line-height: 80px;
    }

    .pitch .s1-r,
    .pitch .s2 .s1-r {
        float: none;
        width: auto;
        margin-top: 25px;
    }

    .pitch .s1-r ul li a {
        padding-left: 30px;
        margin-top: 15px;
    }

    .pitch .s1-r ul li:first-child {
        margin-top: 25px;
    }

    .pitch .s1-r ul li .zt,
    .pitch .s1-r ul li .s1-rtx {
        font-size: 16px;
        width: calc(100% - 120px);
    }

    .pitch .s1-r ul li:first-child .s1-rtx p {
        font-size: 14px;
        line-height: 26px;
        max-height: 52px;
    }

    .pitch .s1-r ul li .zt {
        width: 100px;
    }

    .pitch .s1-r ul li .zt.red {
        font-size: 22px;
        letter-spacing: 2px;
        height: 100px;
        padding-top: 12px;
        width: 100px;
    }

    .pitch .s2 .s2-l {
        float: none;
        width: auto;
    }

    .pitch .s2 .s1-r ul li:first-child .s1-rtx {
        width: calc(100% - 200px);
        padding-right: 20px;
    }

    .pitch .s1-r ul li:first-child .s1-rtx p {
        margin-top: 2px;
    }

    .pitch .s2 .s1-r ul li:first-child {
        margin-bottom: 20px;
    }

    .pitch .s2 .s2-l .box2 a {
        height: 80px;
        line-height: 80px;
    }

    .pitch .s2 .s2-l .box1 h3 {
        line-height: 70px;
    }

    .pitch .s3-c ul li a {
        padding: 20px 20px 40px;
    }

    .pitch .s3-c ul li {
        width: 32%;
        margin-left: 2%;
    }

    .pitch .s3 {
        padding-bottom: 40px;
    }

    .img-list li h3 {
        line-height: 38px;
    }

    .group-img h3 {
        font-size: 24px;
    }

    .group-big .slick-dots li.slick-active .dot-page {
        font-size: 16px;
    }

    .group-big {
        padding-top: 50px;
    }

    .group-big .slick-dots {
        top: 10px;
    }

    .group-big li a h4 {
        font-size: 18px;
        line-height: 40px;
    }

    .group-sml {
        margin-top: 20px;
    }

    .group-sml .slick-prev,
    .group-sml .slick-next {
        background-size: 15px 21px;
    }
}

@media screen and (max-width: 768px) {
    .tabc span {
        font-size: 20px;
        margin-left: 20px;
        line-height: 54px;
    }

    .tabc span.active {
        padding: 0 15px;
    }

    .tsxw li .txt p {
        font-size: 16px;
    }

    .tsxw li .time {
        font-size: 14px;
    }

    .tsxw li a {
        line-height: 46px;
    }

    .tsxw li .txt {
        padding-right: 85px;
    }

    .zwgk .s1-r ul li a {
        font-size: 16px;
        line-height: 50px;
    }

    .zwgk .s1-r ul li {
        margin-top: 20px;
    }

    .zwgk .s1-r h3 p {
        width: auto;
        max-width: 300px;
        line-height: 60px;
        font-size: 22px;
    }

    .zwgk .s3-t ul li .s3-ticon {
        width: 84px;
        height: 84px;
        line-height: 84px;
    }

    .zwgk .s3-t ul li h3 {
        font-size: 16px;
        margin-top: 15px;
    }

    .zwgk .s3 .s3-dr ul li a {
        height: 130px;
        padding-top: 10px;
    }

    .zwgk .s3-t {
        margin-top: 30px;
    }

    .s6-banner a {
        margin: 0 10px;
    }

    .s6-banner {
        margin-top: 30px;
    }

    .zwgk .s4 .s6-banner .slick-prev,
    .zwgk .s4 .s6-banner .slick-next {
        width: 30px;
        height: 30px;
    }

    .s6-banner .slick-list {
        margin: 0 40px;
    }


    .into .s1 {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .into-tit h3 {
        font-size: 30px;
    }

    .into-tit p {
        font-size: 12px;
    }

    .into-tit::before {
        top: 22px;
        left: 220px;
    }

    .into-tit::after {
        bottom: -45px;
        background-size: 100% 100%;
        width: 18px;
        height: 10px;
    }

    .into-tit h3::after {
        background-size: 100% 100%;
        width: 8px;
        height: 46px;
        top: 180px;
    }

    .into .s1 .s1-l {
        float: none;
        width: auto;
        font-size: 16px;
        line-height: 34px;
        max-height: 272px;
    }

    .into .s1 .s1-r {
        float: none;
        width: auto;
    }

    .into .s1 .s1-r .bg_img {
        min-height: auto;
        padding-top: 67.65%;
        margin-top: 25px;
    }

    .into .s1 .zwgk .s3-t ul li .s3-ticon {
        width: 70px;
        height: 70px;
        line-height: 70px;
    }

    .into .s1 .zwgk .s3-t ul li h3 {
        font-size: 16px;
    }

    .into .s2 {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .into .s2 .into-tit::before {
        right: 220px;
    }

    .into .s2-c {
        margin-right: 30px;
        margin-top: 30px;
    }

    .into .s2-c ul li h3 {
        font-size: 22px;
    }

    .into .s2-c ul li .icon1 {
        height: 35px;
    }

    .into .s2-c ul li a::after {
        right: 15px;
        bottom: 15px;
        background-size: 100% 100%;
        width: 7px;
        height: 15px;
    }

    .into .s2-c ul li a {
        height: 370px;
    }

    .into .s3 {
        padding: 30px 0 40px 0;
    }

    .pitch .s3-c ul li {
        float: none;
        width: auto;
        margin-left: 0;
        margin-top: 20px;
    }

    .pitch .s3-c ul li a h3 {
        font-size: 16px;
        line-height: 26px;
        height: auto;
        max-height: 52px;
    }

    .pitch .s3-c ul li a span {
        font-size: 14px;
    }

    .pitch .s1-r ul li .s1-rtx h3 {
        font-size: 16px;
    }

    .pitch .s2 .s2-l .box2 a {
        font-size: 20px;
    }

    .pitch .s2 .s1-r ul li .s1-rtx {
        width: calc(100% - 30px);
    }

    .pitch .s2 .s1-r ul li .date {
        width: 76px;
        height: 79px;
        padding-top: 5px;
    }

    .pitch .s2 .s1-r ul li:first-child a {
        padding-left: 30px;
    }

    .pitch .s2 .s1-r ul li:first-child .s1-rtx {
        width: calc(100% - 160px);
        padding-right: 0;
    }

    .pitch .s2 .s1-r ul li:first-child .xq {
        font-size: 14px;
        margin-top: 8px;
    }

    .pitch .s2 .s2-l .box1,
    .pitch .s2 .s2-l .box1 h4 {
        margin-top: 25px;
    }

    .pitch .s2 .s2-l .box1 {
        height: 430px;
    }

    .pitch .s2 .s2-l .box1 .box1-1 p:first-child {
        margin-top: 36px;
    }

    .pitch .s2 .s2-l .box1 .box1-1 p input.sub {
        margin-top: 10px;
    }

    .pitch .s2 .s2-l .box1 .box1-1 p span {
        font-size: 16px;
    }

    .img-list li {
        width: 50%;
    }

    .mailbox-t ul li h4,
    .mailbox-t ul li p{
        font-size: 18px;
    }

    .mailbox-t ul li p span{
        font-size: 26px;
    }
    .mailbox-d table th{
        font-size: 18px;
    }
    .mailbox-d table td{
        font-size: 16px;
    }

}

@media screen and (max-width: 640px) {}

@media screen and (max-width: 480px) {
    .zwgk .s1 .s1-l .mores {
        display: none;
    }

    .zwgk .s1 .s1-l .tabb .gd {
        display: block;
    }

    .into .s2-c ul li {
        width: 31%;
        margin-top: 10px;
    }

    .into .s3-c ul {
        margin-left: 30px !important;
        width: auto !important;
    }

    .img-list li h3 {
        line-height: 30px;
        font-size: 16px;
    }

    .img-list {
        margin: 0 -10px;
    }

    .img-list li a {
        margin: 10px;
    }

    .group-img h3 {
        font-size: 18px;
    }

    .group-big .slick-dots li.slick-active .dot-page {
        font-size: 14px;
    }

    .group-big li a h4 {
        font-size: 16px;
        line-height: 30px;
    }

    .group-sml .slick-prev,
    .group-sml .slick-next {
        width: 30px;
        background-size: 10px 14px;
    }

    .group-sml .slick-list {
        margin: 0 15px;
    }
}

@media screen and (max-width: 375px) {
    .zwgk .s1-r ul li {
        float: none;
        width: auto;
    }

    .zwgk .s1-r ul li:nth-child(even) {
        margin-left: 0;
    }

    .zwgk .s1 .tabc span {
        margin-left: 3px;
    }

    .s5-banner ul li .s5-tx dl dd {
        margin: 3px;
        font-size: 15px;
    }

    .into-tit::before {
        left: 180px;
    }

    .pitch .s2 .s2-l .box1 .box1-1 p span {
        width: 90px;
    }

    .pitch .s2 .s2-l .box1 .box1-1 p input {
        width: 50%;
    }

}