        .pagination {
            text-align: center;
            font-size: 0;
            padding-top: 50px;
        }
        
        .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: #b31501;
            color: #fff;
            border: 1px solid #b31501;
        }
        
        .pagination a:hover {
            background: #b31501;
            color: #fff;
            border: 1px solid #b31501;
        }
        
        .pagination span {
            display: inline-block;
            font-size: 14px;
        }
        
        .ny-main {
            padding: 55px 0;
        }
        
        .ny-left {
            position: relative;
            float: left;
            width: 200px;
            border-top-left-radius: 30px;
            border-bottom-right-radius: 30px;
            overflow: hidden;
            box-shadow: 0 0 15px #d3cece;
        }
        
        .ny-left>ul {
            background: #fcfbfb;
            /* padding-bottom: 45px; */
        }
        
        .ny-left>ul>li {
            position: relative;
            line-height: 70px;
            overflow: hidden;
        }
        
        .ny-left>ul>li>span {
            position: absolute;
            right: 10px;
            top: 20px;
            width: 30px;
            height: 30px;
            background: url(../images/zk.png) no-repeat center center;
        }
        
        .ny-left>ul>li.on>span {
            transform: rotate(90deg);
        }
        
        .ny-left>ul>li>a {
            display: block;
            font-size: 18px;
            color: #333;
            text-align: center;
            /* padding-left: 20px; */
            /* padding-right: 20px; */
            border-bottom: 1px solid #f5f5f5;
        }
        
        .ny-left>ul>li.on {
            border-bottom: 1px solid #ededed;
        }
        
        .ny-left>ul>li.on>a {
            color: #b92e32;
            background-color: #ededed;
            border-left: 4px solid #b92e32;
        }
        
        .ny-left>ul>li>ul {
            display: none;
            padding-bottom: 20px;
        }
        
        .ny-left>ul>li.active>ul {
            display: block;
        }
        
        .ny-left>ul>li>ul>li {
            position: relative;
            line-height: 25px;
            margin-top: 10px;
        }
        
        .ny-left>ul>li>ul>li>a {
            font-size: 16px;
            color: #666;
            padding-left: 35px;
        }
        
        .ny-left>ul>li>ul>li:hover>a {
            color: #000;
            font-weight: bold;
        }
        
        .ny-left>ul>li>ul>li>ul {
            display: none;
        }
        
        .ny-left>ul>li>ul>li>ul>li {
            border-bottom: 1px solid #eee;
            line-height: 40px;
        }
        
        .ny-left>ul>li>ul>li>ul>li>a {
            font-size: 14px;
            color: #333;
        }
        
        .ny-left p {
            position: relative;
            padding: 20px 0;
            background: #b40303;
            font-size: 24px;
            text-align: center;
            font-weight: bold;
            text-align: center;
            color: #fff;
        }
        
        .ny-left p span {
            position: absolute;
            right: 10px;
            top: 14px;
            width: 20px;
            height: 20px;
            background: url(../images/sub_left_down2.png) no-repeat center center;
            display: none;
            z-index: 999;
        }
        
        .ny-left p span.on {
            background: url(../images/sub_left_up2.png) no-repeat center center;
        }
        
        .ny-right {
            overflow: hidden;
            padding-left: 45px;
        }
        
        .ny-left ul li.active ul {
            display: block;
        }
        
        .ny-title {
            overflow: hidden;
            line-height: 40px;
        }
        
        .ny-title h2 {
            float: left;
            font-size: 30px;
            color: #000;
            font-weight: normal;
            padding-left: 25px;
            border-left: 6px solid #b31501;
        }
        
        .position {
            float: right;
            padding-left: 25px;
            background: url(../images/position.png) no-repeat left center;
        }
        
        .position span {
            font-size: 16px;
            color: #666;
        }
        
        .position a {
            font-size: 16px;
            color: #666;
        }
        
        .position a:hover {
            color: #b31501;
        }
        /* 内容页 */
        
        .art-main .art-tit h3 {
            text-align: center;
            color: #000;
            font-size: 24px;
            margin-top: 20px;
            margin-bottom: 25px;
        }
        
        .art-main .art-body {
            padding-top: 30px;
        }
        
        .art-main .art-body p {
            color: #333333;
            text-indent: 2em;
            font-size: 16px;
            line-height: 32px;
            margin-bottom: 30px;
        }
        
        .art-main .art-body img {
            max-width: 80% !important;
            display: block;
            margin: 0 auto;height:auto !important;
        }
        
        .art-main .cont-tit {
            padding-bottom: 20px;
            border-bottom: 1px dashed #e5e5e5;
        }
        
        .art-main .cont-tit .ly {
            position: relative;
            text-align: center;
        }
        
      /*  .art-main .cont-tit p span {
            display: inline-block;
            font-size: 16px;
            color: #999999;
            margin: 0 6px;
        }*/
        
        .art-main .cont-tit .bshare-custom {
            position: absolute;
            right: 60px;
            bottom: 0;
        }
        
        .art-main .cont-tit .bshare-custom span {
            font-size: 16px;
            color: #999;
        }
        
        .art-info {
            margin-top: 25px;
            padding-top: 25px;
            border-top: 1px dashed #e5e5e5;
        }
        
        .pnext p {
            text-indent: initial;
            font-size: 16px;
            color: #333;
            line-height: 30px;
        }
        
        .pnext p a {
            font-size: 16px;
            color: #333;
        }
        
        .pnext p:hover a {
            color: #b31501;
        }

.arc-con table tr th,.arc-con table tr td{border: 1px solid #eee!important;padding: 15px;text-align: center;}
.arc-con table tr:nth-child(2n){background: #EEEEEE}
        /* 日期列表页 */
        
        .list-text>ul>li {
            padding: 30px 0;
            padding-left: 40px;
            padding-right: 65px;
            border-bottom: 1px solid #e5e5e5;
        }
        
        .list-text>ul>li>a {
            display: block;
            overflow: hidden;
            position: relative;
        }
        
        .list-text li .tm {
            float: left;
            text-align: center;
            box-sizing: border-box;
            text-align: center;
        }
        
        .list-text li .tm span {
            display: inline-block;
            font-size: 16px;
            color: #999;
            position: relative;
        }
        
        .list-text li .tm span:first-child {
            display: block;
            font-size: 40px;
            line-height: 1;
            color: #b31501;
        }
        
        .list-text li .tm span.big {
            position: relative;
        }
        
        .list-text li .text {
            overflow: hidden;
            padding-left: 60px;
            background: url(../images/ny-xx.png) no-repeat 20px center;
        }
        
        .list-text li .text h1 {
            font-size: 20px;
            color: #333;
            font-weight: normal;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            margin-bottom: 15px;
        }
        
        .list-text>ul>li:hover h1 {
            color: #b31501;
        }
        
        .list-text li .text p {
            font-size: 16px;
            color: #333333;
            line-height: 20px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }
        
        .list-text>ul>li:hover {
            background-image: -webkit-linear-gradient(to right, #b31501, #d66c04);
            background-image: linear-gradient(to right, #b31501, #d66c04);
            background-image: #b31501;
        }
        
        .list-text li:hover .text h1 {
            color: #fff;
        }
        
        .list-text li:hover .text p {
            color: #fff;
        }
        
        .list-text li:hover .tm span {
            color: #fff;
        }
        /* 图文列表页 */
        
        .timg-list ul li a {
            padding: 30px 80px;
            display: block;
            transition: all 0.3s;
        }
        
        .timg-list ul li a h3 {
            font-size: 18px;
            color: #333333;
            line-height: 30px;
            margin-top: 25px;
            margin-bottom: 15px;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
        }
        
        .timg-list ul li a>div {
            overflow: hidden;
        }
        
        .timg-list-img {
            float: left;
            width: 330px;
            margin-right: 30px;
        }
        
        .timg-list ul li a .pic {
            padding-top: 60.6%;
        }
        
        .timg-list ul li a:hover h3 {
            color: #b31501;
        }
        
        .timg-list ul li a:hover span {
            background: #b31501;
            border-color: #b31501;
            color: #fff;
        }
        
        .timg-linfo {
            overflow: hidden;
        }
        
        .timg-linfo p {
            font-size: 16px;
            line-height: 24px;
            color: #666666;
            height: 48px;
            overflow: hidden;
        }
        
        .timg-linfo span {
            display: block;
            margin-top: 20px;
            line-height: 24px;
            color: #9c7d4e;
            font-size: 16px;
            padding-left: 30px;
            background: url(../images/icon-time-blue.png) no-repeat;
            background-position: left center;
        }
        
        .timg-list ul li a:hover {
            background-image: -webkit-linear-gradient(to right, #b31501, #d66c04);
            background-image: linear-gradient(to right, #b31501, #d66c04);
            background-image: #b31501;
        }
        
        .timg-list ul li a:hover h3 {
            color: #fff;
        }
        
        .timg-list ul li a:hover span {
            color: #fff;
            background: url(../images/icon-time-white.png) no-repeat;
            background-position: left center;
        }
        
        .timg-list ul li a:hover p {
            color: #fff;
        }
        
        @media screen and (max-width:1024px) {
            .ny-left {
                float: none;
                width: auto;
            }
            .ny-left p span {
                display: block;
            }
            .ny-left p {
                font-size: 24px;
                text-align: left;
                padding: 20px;
            }
            .ny-left p span {
                right: 30px;
                top: 25px;
            }
            .ny-left>ul {
                display: none;
            }
            .ny-right {
                padding-left: 0;
                margin-top: 15px; min-height:15rem;
            }
            .ny-left>ul>li {
                line-height: 50px;
            }
            .ny-left>ul>li>span {
                top: 12px;
            }
            .art-main .cont-tit .bshare-custom {
                position: static;
            }
        }
        
        @media screen and (max-width:1000px) {
            .timg-list ul li a {
                padding: 30px 15px;
            }
        }
        
        @media screen and (max-width:700px) {
            .ny-main {
                padding: 15px 0;min-height:500px;
            }
            .ny-left p {
                font-size: 18px;
            }
            .ny-left p {
                padding: 10px 15px;
            }
            .ny-left {
                border-top-left-radius: 10px;
                border-bottom-right-radius: 10px;
            }
            .ny-left p span {
                right: 10px;
                top: 15px;
            }
            .ny-title h2 {
                padding-left: 10px;
                font-size: 18px;
                float: none;
            }
            .position {
                float: none;
            }
            .ny-title {
                line-height: 24px;
            }
            .art-main .art-tit h3 {
                font-size: 18px;
                margin: 15px 0;
            }
            .art-main .art-body p {
                margin-bottom: 10px;
            }
            .art-info {
                margin-top: 15px;
                padding-top: 15px;
            }
            .list-text>ul>li {
                padding: 15px 0;
            }
            .list-text li .tm span:first-child {
                font-size: 24px;
            }
            .list-text li .text {
                padding-left: 15px;
                background-position: left center;
            }
            .list-text li .text h1 {
                margin-bottom: 5px;
            }
            .pagination {
                padding-top: 15px;
            }
            .timg-list-img {
                float: none;
                width: auto;
                margin-right: 0;
            }
.art-body video{width:85%;height:auto;}
.art-body img{height:auto;}
            .timg-list ul li a h3 {
                margin: 10px 0;
            }
            .timg-list ul li a {
                padding: 10px 0;
            }
        }







/* 天水市人力资源和社会保障局 */
.n_fwdt ul li {
    float: left;
    width: 32%;
    margin-top: 40px;
}

.n_fwdt ul li:nth-child(3n+2) {
    margin-left: 2%;
    margin-right: 2%;
}

.n_fwdt ul li a {
    display: block;
    transition: all 0.5s;
    background-color: #ffffff;
    border: solid 1px #f5f5f5;
}

.n_fwdt ul li a .pics {
    overflow: hidden;
    position: relative;
    font-size: 0;
    text-align: center;
    line-height: 94px;
}

.n_fwdt ul li a .pics img {
    display: inline-block;
    vertical-align: middle;
    max-width: 95%;
    max-height: 95%;
    transition: all 0.5s;
}

.n_fwdt ul li a:hover .pics img {
    transform: scale(1.05);
}

.n_fwdt ul li a:hover {
    box-shadow: 0px 0px 29px 2px rgba(62, 62, 62, 0.1);
    border: solid 1px #f5f5f5;
}
@media screen and (max-width: 700px){
    .n_fwdt ul li{
        width: 49%;
        margin-top: 15px;
    }
    .n_fwdt ul li:nth-child(3n+2){
        margin-left: 0;
        margin-right: 0;
    }
    .n_fwdt ul li:nth-child(2n+1){
        margin-right: 2%;
    }
  .n_fwdt ul li a .pics{
        line-height: 75px;
    }
}