@charset "utf-8";

.bsBox {
    box-sizing: initial;
}

body.nybg {
    background: #f6f3f3;
}

/* 分页 */

.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: #0a4c94;
    color: #fff;
    border: 1px solid #0a4c94;
}

.pagination a:hover {
    background: #0a4c94;
    color: #fff;
    border: 1px solid #0a4c94;
}

.pagination span {
    display: inline-block;
    font-size: 14px;
}

.nymain {
    margin-top: 40px;
}

.nymain .leftNav {
    float: left;
    width: 290px;
    position: relative;
    margin-right: 55px;
}

.nymain .leftNav>h2 {
    line-height: 92px;
    color: #fff;
    font-size: 28px;
    font-weight: bold;
    padding-left: 40px;
    position: relative;
    z-index: 1;
}

.nymain .leftNav>h2::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 320px;
    height: 92px;
    background: url(../images/leftnavbg.png) no-repeat center;
    background-size: cover;
    z-index: -1;
}

.nymain .leftNav>h2::after {
    content: "";
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    background: url(../images/lefttit.png) no-repeat center;
    background-size: cover;
    width: 13px;
    height: 13px;
}

.nymain .leftNav>ul {
    background: #fff url(../images/leftbg.jpg) no-repeat center bottom;
    padding-bottom: 80px;
}

.nymain .leftNav>ul>li {
    position: relative;
}

.nymain .leftNav>ul>li:first-child {
    border-top: none;
}

.nymain .leftNav ul li a {
    display: block;
    font-size: 18px;
    color: #111;
    line-height: 60px;
    padding-left: 40px;
}

.nymain .leftNav>ul>li>span {
    position: absolute;
    width: 6px;
    height: 9px;
    right: 40px;
    top: 27px;
    line-height: 50px;
    background: url() no-repeat;
    cursor: pointer;
    transition: all 0.3s;
}

.nymain .leftNav>ul>li>span::before {
    content: "";
    position: absolute;
    right: 2px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 1px;
    background-color: #0e58a5;
    transition: all 0.3s;
}

.nymain .leftNav>ul>li:hover>span::before {
    width: 48px;
}

.nymain .leftNav>ul>li.active>span::before {
    width: 48px;
}

.nymain .leftNav>ul>li.on>span {
    /* transform: rotate(90deg); */
}

.nymain .leftNav>ul>li.on>a {
    color: #0a4c94;
    font-weight: 600;
}

.nymain .leftNav>ul>li.active>a {
    color: #0a4c94;
    font-weight: 600;
}

.nymain .leftNav ul li:hover {}

.nymain .leftNav ul li.active ul {
    display: block;
}

.nymain .leftNav ul li a:hover {
    color: #0a4c94;
}

.nymain .leftNav>ul>li>ul {
    display: none;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
}

.nymain .leftNav>ul>li>ul>li>a {
    font-size: 15px;
    line-height: 45px;
    color: #999;
}

.ny-right {
    min-height: 6.3rem;
    overflow: hidden;
    background-color: #fff;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 45px;
}

.ny-rcom {
    font-size: 24px;
    color: #0a4c94;
    margin-bottom: 15px;
    font-weight: normal;
}

.position {
    padding-top: 13px;
}

.position>div {
    position: relative;
    text-align: right;
    font-size: 0;
    line-height: 60px;
    border-bottom: 1px solid #dadada;
}

.position h3 {
    position: absolute;
    width: auto;
    font-size: 24px;
    font-weight: bold;
    color: #0a4c94;
    text-align: left;
    bottom: 0;
    left: 0;
    padding-left: 20px;
}

.position h3::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 5px;
    height: 25px;
    background: #0a4c94;
    z-index: 1;
}

.position span {
    color: #666;
    font-size: 14px;
    vertical-align: middle;
}

.position img {
    vertical-align: middle;
    margin-right: 8px;
}

.position a {
    font-size: 14px;
    color: #818181;
    margin: 0 5px;
    vertical-align: middle;
}

.position a:hover {
    color: #0a4c94;
}

.text-list ul li {
    padding-left: 25px;
    padding-right: 110px;
    line-height: 62px;
    border-top: 1px dashed #e5e5e5;
    font-size: 16px;
    position: relative;
    left: 0;
    transition: all 0.5s;
    background: url() no-repeat;
    background-position: left center;
}

.text-list ul li:first-child {
    border-top: none;
}

.text-list ul li a {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #333333;
    overflow: hidden;
}

.text-list ul li span {
    position: absolute;
    right: 0;
    color: #666666;
    font-size: 16px;
}

.text-list ul li:hover {
    background: url() no-repeat;
    background-position: left center;
}

.text-list ul li:hover a {
    color: #0a4c94;
}

.text-list ul li:hover span {
    color: #0a4c94;
}

.art-main .art-tit h3 {
    text-align: center;
    color: #333;
    font-weight: normal;
    font-size: 20px;
    margin-top: 45px;
    font-weight: 600;
}

.art-main .art-body {
    padding-top: 30px;
}

.art-main .art-body p {
    /*color: #333333;*/
    /* text-indent: 2em; */
    font-size: 18px;
    /* line-height: 30px; */
    /* margin-bottom: 30px; */
}

.art-main .art-body img {
    max-width: 80% !important;
    height: auto;
    display: block;
    margin: 0 auto;
}

.art-main .cont-tit .ly {
    background: #f8f8f8;
    padding: 13px 15px;
    margin-top: 20px;
}

.art-main .cont-tit p {
    float: left;
    font-size: 0;
}

.art-main .cont-tit p span {
    display: inline-block;
    font-size: 14px;
    color: #929292;
    margin: 0 15px;
    line-height: 20px;
}

.art-main .cont-tit .resize {
    float: left;
    font-size: 14px;
    color: #929292;
    margin-left: 20px;
    line-height: 20px;
}

.art-main .cont-tit .resize i {
    font-style: normal;
    cursor: pointer;
}

.art-main .cont-tit .bshare-custom {
    float: left;
    margin-left: 20px;
}

.art-info {
    background: #f8f8f8;
    margin-top: 25px;
    padding: 10px 20px;
}

.pnext {
    width: 65%;
}

.pnext p {
    text-indent: initial;
    font-size: 14px;
    line-height: 30px;
}

.pnext p a {
    font-size: 14px;
    color: #999;
}

.pnext p:hover a {
    color: #0a4c94;
}

.art-info .art-r {
    width: 30%;
    text-align: right;
}

.art-info .art-r a {
    width: 45%;
    display: inline-block;
    font-size: 14px;
    color: #999;
}

.art-info .art-r a img {
    vertical-align: middle;
    padding-right: 5px;
}

.art-info .art-r a:hover {
    color: #0a4c94;
}

/* 图片列表 */

.img-lists ul {
    overflow: hidden;
    margin-left: -2%;
    margin-right: -2%;
}

.img-lists ul li {
    float: left;
    width: 29%;
    margin: 40px 2% 0 2%;
    border: 1px solid #eee;
    transition: all 0.3s;
    position: relative;
    top: 0;
}

.img-lists ul li:hover {
    box-shadow: 0 0 10px rgba(51, 51, 51, 0.16);
    top: -10px;
}

.img-lists ul li a {
    display: block;
    width: 100%;
}

.img-lists ul li a .pic {
    padding-top: 62.5%;
}

.img-lists ul li a .pic img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.img-lists ul li a>div.info {
    padding: 10px;
    font-size: 0;
    text-align: center;
}

.img-lists ul li a>div.info p {
    color: #333;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 5px;
}

.img-lists ul li a:hover>div.info p {
    color: #0a4c94;
}

/* 师资列表 */

.img-lists2 ul {
    overflow: hidden;
}

.img-lists2 ul li {
    float: left;
    width: 23%;
    margin: 15px 1%;
}

.img-lists2 ul li a {
    display: block;
}

.img-lists2 ul li a .pic {
    padding-top: 120%;
}

.img-lists2 ul li a .info {
    font-size: 16px;
    color: #000;
    line-height: 30px;
    text-align: center;
}

.dt-list2 {
    overflow: hidden;
}

.dt-list2 li {
    position: relative;
    transition: all 0.5s;
    padding: 20px 0;
    border-top: 1px dashed #dcdcdc;
}

.dt-list2 li:first-child {
    border-top: none;
}

.dt-list2 li:hover a .date {
    background: #0a4c94;
    border-color: #0a4c94;
}

.dt-list2 li:hover a .dt-text h3 {
    color: #0a4c94;
}
.dt-list2 li a {
    display: block;
    overflow: hidden;
}

.dt-list2 li .date {
    float: left;
    width: 115px;
    height: 30px;
    border: 1px solid #d2d2d2;
    padding: 2px 0px 0 8px;
    transition: all 0.3s;
}

.dt-list2 li .date p {
    font-family: "sySong";
    font-size: 14px;
    line-height: 23px;
}

.dt-list2 li .date span {
    display: block;
    font-family: "sySong";
    font-size: 18px;
    line-height: 23px;
}

.dt-list2 li:hover a .date p,
.dt-list2 li:hover a .date span {
    color: #fff;
}

.dt-list2 li a>.dt-text {
    line-height: 30px;
    overflow: hidden;
    padding: 0 0 0 20px;
}

.dt-list2 li a>.dt-text h3 {
    font-size: 18px;
    color: #1e1e1e;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dt-list2 li a>.dt-text p {
    color: #818181;
    font-size: 14px;
    line-height: 24px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 6px;
}

/* 新闻列表  */

.timg-list ul li {
    margin-top: 35px;
}

.timg-list ul li a {
    display: block;
    transition: all 0.3s;
}

.timg-list ul li a h3 {
    font-size: 18px;
    color: #333333;
    line-height: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.timg-list ul li a>div {
    overflow: hidden;
}

.timg-list-img {
    float: left;
    width: 350px;
    margin-right: 30px;
}

.timg-list ul li a .pic {
    padding-top: 62%;
}

.timg-list ul li a:hover h3 {
    color: #ba2a17;
}

.timg-list ul li a:hover span {
    background: #ba2a17;
    border-color: #ba2a17;
    color: #fff;
}

.timg-linfo {
    overflow: hidden;
    padding-top: 35px;
}

.timg-linfo p {
    font-size: 14px;
    line-height: 24px;
    color: #999999;
    height: 48px;
    white-space: pre-wrap;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 15px 0 0 0;
    text-indent: 2em;
}

.timg-linfo span {
    display: block;
    margin-top: 20px;
    line-height: 24px;
    color: #970707;
    font-size: 16px;
    padding-left: 30px;
    background: url() no-repeat;
    background-position: left center;
}

.timg-list ul li a:hover {
    background: #970707;
    padding: 20px;
}

.timg-list ul li a:hover h3 {
    color: #fff;
}

.timg-list ul li a:hover span {
    color: #fff;
    background: url() no-repeat;
    background-position: left center;
}

.timg-list ul li a:hover p {
    color: #fff;
}

/* 名师风采 */

.ldtz ul {
    margin-top: 30px;
}

.ldtz ul li {
    float: left;
    width: 100%;
    margin-bottom: 50px;
}

.ldtz ul li a {
    display: block;
    background: #fff;
    box-shadow: 0px 0px 18px 0px rgba(199, 207, 228, 0.33);
    overflow: hidden;
    margin: 0 18px;
    padding: 25px;
    transition: all 0.3s;
}

.ldtz ul li a:hover {
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.ldtz-pic {
    float: left;
    width: 254px;
    height: 188px;
    overflow: hidden;
    margin-right: 40px;
}

.ldtz-pic .pic {
    width: 100%;
    height: 100%;
    font-size: 0;
}

.ldtz-pic .pic img {
    display: block;
    width: 100%;
    height: 100%;
}

.ldtz-info {
    overflow: hidden;
}

.ldtz-info h3 {
    font-size: 20px;
    line-height: 32px;
    max-height: 96px;
    overflow: hidden;
    color: #333333;
    padding-top: 20px;
    margin-bottom: 15px;
}

.ldtz-info p {
    font-size: 16px;
    line-height: 30px;
    max-height: 90px;
    overflow: hidden;
    color: #7a8397;
}

.ldtz ul li a:hover {
    background: #f3f5f9;
    color: #fff;
}

.ldtz ul li a:hover:after {
    display: block;
}

/* 图文列表页  start */

.tw ul li {
    margin-top: 25px;
}

.tw ul li a {
    display: block;
    overflow: hidden;
}

.imgList-pic {
    float: left;
    width: 227px;
    height: 155px;
    overflow: hidden;
}

.imgList-pic .pic {
    width: 100%;
    height: 100%;
    font-size: 0;
    padding-top: 0;
}

.imgList-pic .pic img {
    display: block;
    width: 100%;
    height: 100%;
    transition: all 0.5s;
}

.imgList-pic:hover .pic img {
    transform: scale(1.1);
}

.imgList-info {
    overflow: hidden;
    height: 155px;
    padding: 24px;
    border: 1px solid #eeeeee;
}

.imgList-info h3 {
    font-size: 16px;
    line-height: 24px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0.3s;
}

.tw ul li a:hover .imgList-info h3 {
    font-weight: bold;
}

.imgList-info p {
    font-size: 14px;
    line-height: 24px;
    max-height: 48px;
    overflow: hidden;
    color: #999;
    margin-top: 5px;
}

.imgList-info span {
    display: block;
    font-size: 14px;
    color: #999;
    line-height: 18px;
    margin-top: 5px;
    background: url() no-repeat left center;
    padding-left: 22px;
}

.imgList-info span em {
    font-size: 14px;
    padding-left: 3px;
}

.imgList-info .more {
    width: 184px;
    height: 44px;
    border: 1px solid rgba(98, 125, 187, 0.4);
    line-height: 44px;
    text-align: center;
    color: #0a4c94;
    margin-top: 20px;
}

.imgList-info .more:hover {
    border-color: #0a4c94;
    background: #0a4c94;
    color: #fff;
}

/* 图文列表页  end */

/*机构*/

.list-jg {
    background: #fff;
    box-shadow: 0px 0px 18px 0px rgba(199, 207, 228, 0.33);
    margin: 50px 18px;
}

.list-jg h3 {
    background: url() no-repeat center;
    background-size: 100% 100%;
    width: 100%;
    height: 60px;
    line-height: 60px;
    padding: 0 50px;
    font-size: 20px;
    font-weight: 600;
    color: #0a4c94;
}

.list-jg ul {
    overflow: hidden;
    padding: 30px;
}

.list-jg ul li {
    float: left;
    font-size: 16px;
    text-align: center;
}

.list-jg ul li a {
    display: block;
    font-size: 18px;
    padding: 10px 20px;
    transition: all 0.5s;
}

.list-jg ul li:hover a {
    color: #0a4c94;
}

/*领导*/

.list-ld ul li {
    padding: 30px 0;
}

.list-ld ul li a {
    display: block;
}

.list-ld ul li h3 {
    font-size: 20px;
    color: #94070a;
    position: relative;
    padding-left: 14px;
}

.list-ld ul li h3::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -12px;
    width: 4px;
    height: 24px;
    background: #94070a;
}

.list-ld ul li p {
    font-size: 16px;
    line-height: 24px;
    color: #666;
    margin-top: 20px;
}

.list-ld ul li:hover h3 {
    text-decoration: underline;
}

/*历史*/

.list-ls ul {
    border-left: 1px solid #bfbfbf;
    margin-left: 15px;
    margin-top: 40px;
}

.list-ls ul li h3 {
    font-weight: bold;
}

.list-ls ul li h3::before {
    content: "";
    position: absolute;
    left: -14px;
    top: 50%;
    margin-top: -13px;
    width: 26px;
    height: 26px;
    background: #fff;
    border: 1px solid #dcdcdc;
    box-sizing: border-box;
    border-radius: 50px;
}

.list-ls ul li h3::after {
    content: "";
    position: absolute;
    left: -7px;
    top: 50%;
    margin-top: -6px;
    width: 12px;
    height: 12px;
    background: #94070a;
    border-radius: 50px;
    z-index: 1;
}

.list-ls ul li h3 {
    padding-left: 30px;
}

.list-ls ul li p {
    margin-left: 30px;
}

.ldgh ul li {
    width: 46%;
    border: 0;
}

.ldgh ul li a>div.info {
    border-top: 5px solid #0a4c94;
    line-height: 76px;
    background: #f2f4f7;
    position: relative;
    z-index: 1;
    width: 85%;
    margin: 0 auto;
    margin-top: -14px;
}

.ldgh ul li:hover {
    box-shadow: none;
    top: 0;
}

.ldgh ul li a>div.info p {
    margin-bottom: 0;
    font-size: 18px;
}

.msjs ul li a .pic {
    padding-top: 73%;
}

.msjs ul li a>div.info p {
    font-size: 20px;
}

.msjs ul li {
    border: 0;
}

/* 领导之窗 */

.ldzc {
    background-color: #fff;
    box-shadow: 0px 2px 20px 0px rgba(4, 0, 0, 0.1);
    border-radius: 10px;
    overflow: hidden;
    padding-bottom: 45px;
}

.ldzc h3 {
    background: url() repeat-x;
    height: 90px;
    line-height: 90px;
    text-align: center;
    font-family: "sySong";
    font-size: 30px;
    color: #245399;
}

.ldzc-d {
    margin: 0 45px;
    overflow: hidden;
    border-bottom: 1px dashed #eee;
}

.ldzc-d h4 {
    float: left;
    width: 180px;
    line-height: 70px;
    margin-right: 15px;
}

.ldzc-d h4 p {
    font-size: 18px;
    font-weight: bold;
}

.ldzc-d h4 p img {
    vertical-align: middle;
    padding-right: 25px;
}

.ldzc-d ul {
    overflow: hidden;
}

.ldzc-d ul li {
    float: left;
    width: 11%;
    line-height: 70px;
}

.ldzc-d ul li a {
    display: block;
}

/* 政务服务 */
.zwfw-l {
    float: left;
    width: 533px;
}

.zwfw-l a {
    display: block;
}

.zwfw-l .pic {
    padding-top: 61.91%;
}

.zwfw-r {
    overflow: hidden;
}

.zwfw-r ul {}

.zwfw-r ul li {
    float: left;
    width: 25%;
}

.zwfw-r ul li a {
    display: block;
    margin-left: 30px;
    padding: 18px 0;
    height: 150px;
}

.zwfw-r ul li:nth-child(1) a {
    background-color: #4e64b0;
}

.zwfw-r ul li:nth-child(2) a {
    background-color: #4dcac4;
}

.zwfw-r ul li:nth-child(3) a {
    background-color: #4ba4cc;
}

.zwfw-r ul li:nth-child(4) a {
    background-color: #ce89fd;
}

.zwfw-r ul li:nth-child(5) a {
    background-color: #73a733;
    margin-top: 30px;
}

.zwfw-r ul li:nth-child(6) a {
    background-color: #4ec8ab;
    margin-top: 30px;
}

.zwfw-r ul li:nth-child(7) a {
    background-color: #d97a08;
    margin-top: 30px;
}

.zwfw-r ul li:nth-child(8) a {
    background-color: #00b0eb;
    margin-top: 30px;
}

.zwfw-r ul li p {
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 50%;
    background-color: #fff;
    margin: 0 auto;
    text-align: center;
}

.zwfw-r ul li p img {
    vertical-align: middle;
}

.zwfw-r ul li h3 {
    font-size: 16px;
    text-align: center;
    color: #fff;
    margin-top: 15px;
    position: relative;
    top: 0;
    transition: all 0.3s;
}

.zwfw-r ul li a:hover p img {
    animation: jello 1s linear;
}

.zwfw-r ul li a:hover h3 {
    top: 5px;
}

.zwfw2 {
    margin-top: 30px;
}

.zwfw-tit {
    line-height: 50px;
    border-bottom: 1px solid #dddddd;
}

.zwfw-tit h3 {
    float: left;
    width: 140px;
    height: 50px;
    background: url() no-repeat;
    background-size: cover;
    padding-left: 24px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
}

.zwfw-tit .more {
    position: relative;
    right: 0;
    transition: all 0.3s;
}

.zwfw-tit .more a {
    display: inline-block;
    border: 1px solid #bfbfbf;
    border-radius: 12.5px;
    width: 90px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    font-size: 12px;
    color: #666;
}

.zwfw-tit .more:hover {
    right: 5px;
}

.zwfw-tit .more a img {
    vertical-align: 0;
    padding-left: 5px;
}

.zwfw2-c {
    margin-top: 30px;
    overflow: hidden;
}

.zwfw2-c ul li {
    position: relative;
}

.zwfw2-c ul li a {
    display: block;
    margin: 0 27px;
    overflow: hidden;
}

.zwfw2-c ul li::after {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    bottom: 10px;
    border-left: 1px dashed #eeeeee;
}

.zwfw2-c ul li a img {
    width: 100%;
    transition: all 0.3s;
}

.zwfw2-c .slick-list {
    margin-left: -27px;
    margin-right: -27px;
}

.zwfw2-c ul li a:hover img {
    transform: scale(1.1);
}

/* 走进张家川 */

.zjc1 {
    background-color: #eeeeee;
    padding: 45px;
    margin-top: 30px;
    overflow: hidden;
}

.zjc1-pic {
    width: 540px;
}

.zjc1-pic .pic {
    padding-top: 60%;
}

.zjc1 .zjc1-pic {
    margin-right: 40px;
    padding-right: 40px;
    border-right: 1px dashed #dcdcdc;
}

.zjc2 .zjc1-pic {
    margin-left: 40px;
    padding-left: 40px;
    border-left: 1px dashed #dcdcdc;
    padding-right: 0 !important;
    border-right: none;
    margin-right: 0 !important;
}

.zjc1-r {
    overflow: hidden;
    position: relative;
}

.zjc1-r p {
    font-size: 16px;
    color: #666;
    line-height: 30px;
    height: 180px;
    overflow: hidden;
}

.zjc1-r ul {
    margin-top: 30px;
}

.zjc1-r ul li {
    float: left;
    margin-left: 10px;
}

.zjc1-r ul li:first-child {
    margin-left: 0;
}

.zjc1-r ul li a {
    display: block;
    background-color: #fff;
    width: 95px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    transition: all 0.3s;
}

.zjc1-r ul li a:hover {
    background-color: #0a4c94;
    color: #fff;
}

.zjc .zwfw2-c ul li a {
    margin: 0 15px;
    overflow: visible;
    padding-bottom: 10px;
}

.zjc .zwfw2-c .slick-list {
    margin-left: -10px;
    margin-right: -10px;
}

.zjc .zwfw2-c ul li::after {
    display: none;
}

.zjc .zjc3-info {
    padding: 20px;
}

.zjc .zjc3-info h3 {
    font-size: 18px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}

.zjc .zjc3-info p {
    font-size: 14px;
    line-height: 24px;
    height: 48px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 10px;
}

.zjc .zwfw2-c ul li a:hover .zjc3-info {
    background-color: #fff;
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.2);
}

/* 政民互动 */
.zmhd-l {
    width: 51.58%;
}

.zmhd-l .zwfw-tit h3 {
    width: 230px;
    background: url() no-repeat;
}

.box-bw {
    overflow-x: auto;
}

.zmhd-lt {
    width: 100%;
    min-width: 500px;
    margin-top: 34px;
}

.zmhd-lt table {
    width: 100%;
}

.zmhd-lt table:first-child {
    margin-bottom: 15px;
}

.zmhd-lt table th {
    background-color: #eee;
    text-align: center;
    line-height: 45px;
}

.zmhd-lt table tr td {
    line-height: 44px;
}

.zmhd-lt table tr td:first-child a {
    display: block;
    color: #111;
    height: 44px;
    line-height: 44px;
    overflow: hidden;
}

.zmhd-lt table tr td:first-child {
    width: 60%;

}

.zmhd-lt table tr td:nth-child(2) {
    width: 20%;
}

.zmhd-lt table tr td:nth-child(3) {
    width: 20%;
}

.zmhd-lt table tr td:first-child:hover a {
    color: #0a4c94;
}

.zmhd-lt table tr td:nth-child(2),
.zmhd-lt table tr td:nth-child(3) {
    text-align: center;
    color: #666;
}

.s3-ld {
    margin-top: 35px;
}

.s3-ld ul li {
    float: left;
    width: 32%;
    margin-left: 2%;
}

.s3-ld ul li:first-child {
    margin-left: 0;
}

.s3-ld ul li a {
    display: block;
    background-color: #eee;
    height: 72px;
    line-height: 72px;
    color: #111;
}

.s3-ld ul li span {
    display: inline-block;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background-color: #245399;
    text-align: center;
    line-height: 52px;
    margin: 0 20px;
}

.s3-ld ul li span img {
    vertical-align: middle;
}

.s3-ld ul li a:hover span img {
    animation: jello 1.2s linear;
}

.s3-ld ul li a:hover {
    color: #245399;
}

.zmhd-r {
    width: 44.12%;
}

.zmhd-r .zwfw-tit h3 {
    background: url() no-repeat;
}

.tw-list a {
    display: block;
    overflow: hidden;
}

.tw-list .tw-pic {
    width: 200px;
}

.tw-list .tw-pic .pic {
    padding-top: 70%;
}

.tw-list .tw-r {
    overflow: hidden;
    height: 140px;
    padding: 10px 20px;
    background-color: #eeeeee;
    border: 1px solid #cdcdcd;
}

.tw-list .tw-r h3 {
    font-size: 16px;
    line-height: 24px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.tw-list .tw-r p {
    font-size: 14px;
    line-height: 18px;
    color: #999;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 6px;
}

.tw-list .tw-r span {
    display: block;
    font-size: 14px;
    color: #999;
    background: url() no-repeat left center;
    padding-left: 22px;
    margin-top: 6px;
}

.tw-list a:hover .tw-r h3 {
    color: #245399;
}

.public-list {
    margin-top: 10px;
}

.public-list dd {
    font-size: 16px;
    line-height: 48px;
    border-top: 1px dashed #eeeeee;
}

.public-list dd:first-child {
    border-top: none;
}

.public-list dd span {
    float: right;
    padding-left: 15px;
}

.public-list dd a {
    display: block;
    background: url() no-repeat left center;
    padding-left: 18px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}

.public-list dd a:hover {
    color: #245399;
    font-weight: bold;
    background: url() no-repeat left center;
}

.s3-r .tw-pic {
    width: 180px;
}

.s3-r .tw-pic .pic {
    padding-top: 66.66%;
}

.s3-r .tw-list .tw-r {
    border: none;
    background: none;
    height: auto;
    padding: 5px 0 0 20px;
}

.s3-r .tw-list .tw-r h3 {
    font-size: 18px;
    -webkit-line-clamp: 1;
    line-clamp: 1;
}

.s3-r .tw-list .tw-r p {
    line-height: 24px;
    margin-top: 8px;
    color: #666;
}

.s3-r .tw-list .tw-r span {
    margin-top: 8px;
}

.s3-r .public-list dd {}

.s3-r .public-list dd:first-child {
    border-top: none;
}

.s3-r .public-list dd a {
    background: none;
    padding-left: 0;
}

.zmhd-r .tw-list {
    margin-top: 34px;
}

.l-xxgkmain {
    margin-top: 0 !important;
}

@media screen and (max-width: 1560px) {
    .nymain:before {
        margin-right: 500px;
    }
}

@media screen and (max-width: 1420px) {
    .dt-list2 li a>.dt-text h3 {
        font-size: 18px;
    }

    .nymain .leftNav>h2 {
        padding-left: 20px;
    }

    .nymain .leftNav {
        margin-right: 50px;
    }
}

@media screen and (max-width: 1200px) {
    .nymain:before {
        margin-right: 365px;
    }

    .zjc1-pic {
        width: 490px;
    }
}

@media screen and (max-width: 1100px) {
    .zjc1 {
        padding: 30px;
    }

    .zjc1 .zjc1-pic {
        margin-right: 30px;
        padding-right: 30px;
    }

    .zjc2 .zjc1-pic {
        margin-left: 30px;
        padding-left: 30px;
    }
}

@media screen and (max-width: 1024px) {
    .nymain {
        margin-top: 20px;
    }

    .nymain .leftNav>h2::before {
        width: 250px;
        height: 72px;
    }

    .nymain .leftNav>h2 {
        line-height: 72px;
        font-size: 22px;
        padding-left: 20px;
    }

    .nymain .leftNav {
        margin-right: 30px;
        width: 220px;
    }

    .nymain .leftNav ul li a {
        font-size: 16px;
        line-height: 50px;
    }

    .nymain .leftNav>ul>li>ul>li>a {
        font-size: 14px;
        line-height: 40px;
    }

    .nymain .leftNav ul li a {
        padding-left: 20px;
    }

    .nymain .leftNav>ul>li>span {
        right: 20px;
        top: 20.5px;
    }

    .nymain .leftNav>ul>li.active>span::before {
        width: 24px;
    }

    .nymain .leftNav>ul>li:hover>span::before {
        width: 24px;
    }

    .nymain .leftNav ul li:hover a {}

    .position {}

    .position span {
        font-size: 14px;
    }

    .position a {
        font-size: 14px;
    }

    .position h3 {
        font-size: 20px;
    }

    .ny-right {
        min-height: 4.5rem;
        padding-left: 20px;
        padding-right: 20px;
    }

    .text-list ul li {
        font-size: 16px;
    }

    .img-lists ul li {
        width: 48%;
        margin: 20px 1%;
    }

    .img-lists ul li a>img {
        height: 209px;
    }

    .img-lists ul li a>div.info p {
        font-size: 14px;
    }

    .img-lists ul li a>div.info img {
        height: 12px;
    }

    .img-lists ul li a>div.info span {
        font-size: 12px;
    }

    .timg-list ul li a h3 {
        font-size: 16px;
    }

    .timg-list-img {
        width: 260px;
    }

    .timg-linfo {
        padding-top: 10px;
    }

    .imgList-pic {
        float: left;
        width: 200px;
        height: 136px;
    }

    .imgList-info {
        height: 136px;
        padding: 18px 20px;
    }

    .ldtz-pic {
        margin-right: 30px;
        width: 200px;
        height: 148px;
    }

    .ldtz-info h3 {
        font-size: 18px;
    }

    .ldtz-info p {
        font-size: 14px;
        line-height: 26px;
        max-height: 78px;
    }

    .ldtz-info h3::before {
        left: 50%;
        transform: translateX(-50%);
    }

    .ldtz ul li a {
        padding-top: 15px;
    }

    .list-jg ul li a {
        font-size: 16px;
    }

    .list-jg ul li a span {
        font-size: 14px;
    }

    .dt-list2 li a>.dt-text h3 {
        font-size: 16px;
    }

    .ldgh ul li a>div.info {
        line-height: 44px;
    }

    .ldgh ul li a>div.info p {
        font-size: 16px;
    }

    .ldzc h3 {
        height: 70px;
        line-height: 70px;
        font-size: 24px;
    }

    .ldzc-d ul li {
        width: 14%;
    }

    .pnext {
        float: none;
        width: 100%;
    }

    .art-info .art-r {
        float: none;
        width: 100%;
        text-align: left;
        margin-top: 10px;
    }

    .art-info .art-r a {
        width: auto;
        margin-right: 20px;
    }

    .zwfw-l {
        float: none;
        width: auto;
    }

    .zwfw-r ul {
        margin-left: -20px;
    }

    .zwfw-r ul li a {
        margin-top: 20px !important;
        margin-left: 20px;
        height: auto;
    }

    .zwfw2-c .slick-list {
        margin-left: -20px;
        margin-right: -20px;
    }

    .zwfw2-c ul li a {
        margin: 0 20px;
    }

    .zjc1 {
        padding: 20px;
    }

    .zjc1 .zjc1-pic {
        float: none;
        width: 100%;
        margin-right: 0;
        border-right: none;
        padding-right: 0;
    }

    .zjc1-r {
        margin-top: 20px;
    }

    .zjc1-r p {
        height: auto;
    }

    .zjc1-r ul {
        margin-top: 20px;
    }

    .zjc2 .zjc1-pic {
        margin-left: 0;
        padding-left: 0;
        border-left: none;
    }

    .zmhd-l {
        float: none;
        width: auto;
    }

    .zmhd-r {
        float: none;
        width: auto;
        margin-top: 20px;
    }
}

@media screen and (max-width: 768px) {
    .nymain .leftNav>h2::before {
        display: none;
    }

    .nymain:before {
        display: none;
    }

    .nymain .leftNav>h2:after {
        display: none;
    }

    .nymain .leftNav>h2 {
        line-height: 46px;
        font-size: 16px;
        text-align: left;
        padding-left: 15px;
        font-weight: 600;
        background: #0a4c94;
    }

    .nymain .leftNav>h2 span {
        float: right;
        width: 13px;
        height: 13px;
        margin-top: 16.5px;
        margin-right: 15px;
        background: url(../images/lefttit.png) no-repeat center center;
        background-position: left center;
    }

    .nymain .leftNav {
        float: none;
        width: auto;
        top: 0;
        margin-right: 0;
        margin-top: 15px;
    }

    .nymain .leftNav>p {
        font-size: 18px;
        padding: 10px 0;
    }

    .ny-right {
        float: none;
        width: auto;
    }

    .position {
        padding: 16px 0;
        margin-top: 0;
        margin-bottom: 0;
    }

    .position>div {
        text-align: left;
        line-height: 24px;
        padding-bottom: 10px;
    }

    .position h3 {
        left: 0;
        width: auto;
        height: 45px;
        font-size: 20px;
        line-height: 45px;
        position: relative;
        left: 0;
        margin-bottom: 10px;
        font-weight: 600;
        display: none;
    }

    .position h3::after {
        width: 37px;
        height: 37px;
        right: -10px;
        bottom: -15px;
    }

    .pagination a {
        padding: 0 5px;
        height: 20px;
        line-height: 20px;
        font-size: 12px;
        margin: 0 3px;
    }

    .nymain .leftNav ul {
        display: none;
        padding-bottom: 0;
    }

    .nymain .leftNav ul li a {
        line-height: 40px;
    }

    .nymain .leftNav>ul>li>span {
        top: 13px;
    }

    .position img {
        max-height: 16px;
    }

    .text-list ul li {
        line-height: 50px;
    }

    .art-main .art-tit h3 {
        font-size: 16px;
        line-height: 30px;
        margin-top: 0;
    }

    .art-main .art-body p {
        font-size: 14px;
        line-height: 30px;
        margin-bottom: 15px;
    }

    .art-main .cont-tit p span {
        font-size: 14px;
    }

    .art-main .cont-tit p img {
        height: 12px;
    }

    .pnext {
        float: none;
        border: none;
        width: auto;
    }

    .pnext p {
        line-height: 30px;
        font-size: 13px;
    }

    .pnext p a {
        font-size: 13px;
    }

    .zzjg_text li {
        width: 50%;
    }

    .img-lists ul li {
        margin: 10px 1%;
    }

    .img-lists ul li a>img {
        height: 191px;
    }

    .xbxx {
        padding-top: 0;
    }

    .xbxx ul li a {
        padding: 15px 10px;
    }

    .xbxx ul li a h3 {
        font-size: 18px;
        padding-bottom: 10px;
        margin-bottom: 15px;
    }

    .xbxx ul li a p {
        font-size: 14px;
        line-height: 26px;
        height: 72px;
        padding: 0;
    }

    .xbxx ul li a div span {
        font-size: 12px;
    }

    .xbxx ul li a div img {
        height: 14px;
    }

    .img-lists2 ul li {
        width: 30%;
        margin-left: 1.5%;
        margin-right: 1.5%;
    }

    .nymain .leftNav>h2 img {
        height: 20px;
    }

    .text-list ul li span {
        font-size: 14px;
    }

    .position a {
        margin: 0 2px;
    }

    .dt-list2 li a>.dt-text p {
        line-height: 20px;
        font-size: 12px;
    }

    .dt-list2 li .date {
        width: 60px;
        height: 60px;
        padding: 5px 0 0 5px;
    }

    .dt-list2 li .date span {
        font-size: 16px;
        line-height: 25px;
    }

    .dt-list2 li .date p {
        font-size: 12px;
        line-height: 25px;
    }

    .dt-list2 li {
        padding: 15px 0;
    }

    .nymain .leftNav>ul>li>ul>li>a {
        line-height: 30px;
    }

    .art-main .art-body {
        padding-top: 20px;
    }

    .timg-list-img {
        width: 220px;
        margin-right: 20px;
    }

    .timg-linfo span {
        margin-top: 10px;
    }

    .timg-linfo p {
        margin-top: 10px;
    }

    .timg-list ul li {
        margin-top: 0;
        margin-bottom: 20px;
    }

    .list-ld ul li {
        padding: 15px 0;
    }

    .list-ld ul li h3 {
        font-size: 18px;
    }

    .list-ld ul li p {
        font-size: 14px;
        margin-top: 10px;
    }

    .list-ls ul li {
        padding: 15px 0;
    }

    .list-ls ul li h3 {
        font-size: 18px;
    }

    .list-ls ul li p {
        font-size: 14px;
        margin-top: 10px;
    }

    .list-ls ul {
        margin-top: 0;
    }

    .list-jg ul {
        padding: 20px;
    }

    .ldzc {
        padding-bottom: 20px;
    }

    .ldzc-d {
        margin: 0 25px;
        padding: 15px 0;
    }

    .ldzc-d h4 {
        width: 145px;
        line-height: 40px;
    }

    .ldzc-d h4 p img {
        max-height: 30px;
        padding-right: 15px;
    }

    .ldzc-d h4 p {
        font-size: 16px;
    }

    .ldzc-d ul li {
        width: 20%;
        line-height: 40px;
        font-size: 14px;
    }
}

@media screen and (max-width: 640px) {
    .imgList-pic {
        float: none;
        width: auto;
        height: auto;
        margin-right: 0;
    }

    .imgList-pic .pic {
        padding-top: 68.28%;
    }

    .imgList-info {
        padding: 15px 20px;
        height: auto;
    }

    .tw ul li {
        margin-top: 20px;
    }

    .ldtz-pic {
        float: none;
        margin: 0 auto;
    }

    .ldtz-info h3 {
        text-align: center;
        margin-bottom: 10px;
        padding-top: 15px;
        font-size: 16px;
    }

    .ldtz-info p {
        font-size: 12px;
    }

    .list-jg h3 {
        padding: 0 20px;
    }

    .list-jg ul {
        padding: 20px 0;
    }

    .list-jg ul li a {
        padding: 10px 17px;
    }

    .ldzc-d h4 {
        float: none;
        margin-right: 0;
        margin-bottom: 15px;
    }

    .zwfw-r ul li p {
        width: 60px;
        height: 60px;
        line-height: 60px;
    }

    .s3-ld ul li a {
        height: 60px;
        line-height: 60px;
        font-size: 14px;
    }

    .s3-ld ul li {
        float: none;
        width: 100%;
        margin-left: 0;
        margin-top: 10px;
    }

    .s3-ld ul li:first-child {
        margin-top: 0;
    }

    .s3-ld ul li span {
        width: 45px;
        height: 45px;
        line-height: 45px;
    }

    .s3-ld ul li span {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
}

@media screen and (max-width: 480px) {
    .img-lists ul li a>img {
        height: 100px;
    }

    .text-list ul li {
        font-size: 14px;
        padding-left: 15px;
    }

    .art-main .cont-tit p .liulan {
        margin-left: 15px;
    }

    .img-lists2 ul li {
        width: 47%;
        margin-left: 1.5%;
        margin-right: 1.5%;
    }

    .timg-list-img {
        float: none;
        width: auto;
        margin-right: 0;
        margin-bottom: 10px;
    }

    .timg-linfo {
        padding-top: 0;
    }

    .ldtz ul li {
        float: none;
        width: auto;
    }

    .ldtz ul li:nth-child(2n + 1) {
        margin-right: 0;
    }

    .ldtz ul li {
        margin-bottom: 30px;
    }

    .ldtz ul li a {
        padding: 10px;
    }

    .ldtz-info {
        text-align: left;
    }

    .ldtz-info h3::before {
        left: 0;
        transform: translateX(0);
    }

    .ldtz-info h3 {
        padding-top: 15px;
        margin-bottom: 10px;
    }

    .nymain .leftNav ul li a {
        line-height: 45px;
        font-size: 14px;
    }

    .nymain .leftNav>ul>li>ul>li>a {
        font-size: 12px;
    }

    .ldtz ul li a {
        margin: 0 3px;
    }

    .zwfw-r ul li {
        width: 50%;
    }

    .zjc1 {
        margin-top: 20px;
    }

    .zjc1-r p {
        font-size: 14px;
        line-height: 28px;
    }

    .zjc .zjc3-info h3 {
        font-size: 16px;
    }

    .zjc .zjc3-info p {
        font-size: 12px;
    }

    .zjc1-r ul li:first-child {
        margin-left: 10px;
    }

    .zjc1-r ul li {
        margin-top: 10px;
    }

    .s3-r .tw-pic {
        float: none;
        width: auto;
    }

    .s3-r .tw-list .tw-r {
        padding: 20px 0 0 0;
    }
}

@media screen and (max-width: 375px) {
    .zmhd-l .zwfw-tit h3 {
        width: 190px;
        padding-left: 15px;
    }
}

@media screen and (max-width: 320px) {
    .text-list ul li {
        line-height: 40px;
        font-size: 12px;
    }

    .text-list ul li span {
        font-size: 12px;
    }

    .art-main .art-tit h3 {
        /* font-size: 20px; */
        /* font-weight: bold; */
    }

    .art-main .art-tit span {
        font-size: 12px;
        padding-bottom: 5px;
        line-height: 24px;
        height: 24px;
    }

    .img-lists ul li a>img {
        height: 84px;
    }
}

/*新增*/

.ny-yc {
    position: absolute;
    right: 0;
    top: 0;
    width: 260px;
}

.ny-yc-u {
    margin-top: 40px;
}

.ny-yc h3 {
    background: rgba(14, 53, 142, 0.08);
    line-height: 40px;
    padding: 0 20px;
    font-weight: bold;
    position: relative;
}

.ny-yc h3:after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 5px;
    height: 20px;
    background: #0a4c94;
}

.ny-yc ul {
    margin-top: 8px;
}

.ny-yc ul li a {
    display: block;
    line-height: 45px;
    background: url() no-repeat left center;
    background-size: auto 10px;
    padding-left: 18px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    font-size: 15px;
}

@media screen and (max-width: 1024px) {
    .ny-yc {
        position: static;
        margin-left: 250px;
        width: auto;
    }
}

@media screen and (max-width: 768px) {
    .ny-yc {
        margin-left: 0;
    }
}