@charset "utf-8";
.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:#0068b6;
    color: #fff;
    border: 1px solid #0068b6;
}

.pagination a:hover {
    background: #0068b6;
    color: #fff;
    border: 1px solid #0068b6;
}

.pagination span {
    display: inline-block;
    font-size: 14px;
}

#ny-tit {
    background-color: #eeeeee;
    line-height: 45px;
}

.ny-tit {
    text-align: right;
}

.ny-tit span {
    font-size: 14px;
    color: #666666;
}

.ny-tit a {
    font-size: 14px;
    color: #666666;
}

.ny-tit a:hover {
    color: #333;
}

.ny {
    overflow: hidden;
    padding-top: 40px;
    padding-bottom: 55px;
}

.ny-left {
    float: left;
    width: 235px;
}
.ny-left ul{
    background:#eeeeee;
}
.decimg{
   
    
}
.decimg img{
    width:150px;
    height:150px;
    top: -160px;
    position: relative;
    left: 42.5px;
    border-radius:50%;
display:none;
}

.ny-left>ul>li {
    position: relative;
    text-align: center;
    background-color: #f5f5f5;
    line-height: 43px;
    border-bottom: 1px solid #e2e2e2;
    margin-bottom: 5px;
    box-shadow: 0 0 2px #a3bcc7;
}

.ny-left>ul>li>span {
    position: absolute;
    right: 10px;
    top: 15px;
    width: 30px;
    height: 30px;
    background: url(../images/zk.png) no-repeat center center;
}

.ny-left>ul>li.on>span {
    background: url(../images/ss.png) no-repeat center center;
}

.ny-left>ul>li>a {
    display: block;
    font-size: 16px;
    color: #333;
    padding-left:30px;
    text-align:left;
}

.ny-left>ul>li.on>a {
    background-color:#0068b6;
    color: #fff;
}

.ny-left>ul>li>ul {
    display: none;
}

.ny-left>ul>li.active>ul {
    display: block;
}

.ny-left>ul>li>ul>li {
    line-height: 35px;
}

.ny-left>ul>li>ul>li>a {
    font-size: 14px;
    color: #333;
}

.ny-left>ul>li>ul>li:hover>a {
    color: #000;
    font-weight: bold;
}

.ny-left>div {
    padding: 5px;
    background-color: #0068b6;
    margin-bottom: 1px;
}

.ny-left p {
    position: relative;
    padding: 7px 23px;
    text-align: center;
    font-size: 20px;
    color: #fff;
text-align:left;
}

.ny-left p span {
    position: absolute;
    right: 10px;
    top: 12px;
    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: 65px;
}
.piclist ul{
    min-height:300px;
}
.piclist ul li{
    width:25%;
    float:left;
    margin-bottom:20px;
}
.piclist ul li img{
    width:95%;
    height:150px;
}
.piclist ul li h3{
    width:90%;
    color:#5a5a5a;
    text-align:center;
}
.main-down>ul>li {
    padding: 25px 0;
    border-bottom: 1px dashed #e3e3e3;
    transition: all .3s;
}

.main-down>ul>li:first-child {
    padding-top: 0;
}

.main-down ul li a {
    overflow: hidden;
    display: block;
}

.tw-pic {
    float: left;
    width: 258px;
}

.tw-pic>div {
    position: relative;
    padding-top: 65%;
    overflow: hidden;
}

.tw-pic img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
    transition: all .3s;
}

.tw-pic:hover img {
    transform: translate(-50%, -50%) scale(1.2);
}

.zs-text {
    overflow: hidden;
    padding-left: 25px;
    margin-left: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}

.zs-text h3 {
    font-size: 20px;
    font-weight: normal;
    color: #333;
    margin-top: 10px;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.zs-text:hover h3 {
    color: #5fade2;
}

.zs-text p {
    font-size: 16px;
    line-height: 30px;
    height: 90px;
    margin-bottom: 10px;
    color: #666;
    overflow: hidden;
}

.zs-text span {
    font-size: 14px;
    color: #999999;
    line-height: 10px;
    padding-left: 20px;
    background: url(../images/time-other.png) no-repeat left center;
}

.slick-page {
    padding-top: 43px;
    padding-bottom: 66px;
    text-align: center;
}


/* 内容页 */

.art p {
    line-height: 30px;
    font-size: 16px;
    color: #000!important;
    margin-bottom: 0px;
}


/* 详情页 */

.art-title h2 {
    font-size: 24px;
    color: #333;
    text-align: center;
    margin-bottom: 30px;
}

.art-title p {
    line-height: 40px;
    background-color: #f5f5f5;
    text-align: center;
    margin-bottom: 35px;
}

.art-title p span {
    font-size: 14px;
    color: #999;
    margin: 0 15px
}


/* 列表页 */

.list>ul>li {
    position: relative;
    line-height: 60px;
    border-bottom: 1px dashed #e0e0e0;
    padding-right: 100px;
}

.list>ul>li>a {
    display: block;
    font-size: 16px;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ddd {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 16px;
    color: #000;
}

.list>ul>li:hover>a {
    color:#0068b6;
}


/* 链接页 */

.link h2 {
    position: relative;
    padding-bottom: 25px;
    margin-bottom:20px;
}

.link h2:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 70px;
    height: 3px;
    /* background-color: #3498db; */
}

.link h2 span {
    font-size: 18px;
    color: #333;
    font-weight: normal;
    margin-right: 30px;
    cursor: pointer;
    padding-bottom: 23px;
}

.link h2 span.on {
    font-weight: bold;
    font-size: 22px;
    color: #333333;
    border-bottom: 3px solid #3498db;
}

.link-icon>ul {
    overflow: hidden;
}
.link-icon>ul>li {

    float: left;
    width: 14.2%;
    text-align: center;
    height: 160px;
    padding: 20px 0px;
    border-right: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    transition: all .3s;
    display:inline-block;
box-sizing: border-box;

}

.link-icon>ul>li:hover{
    background-color: #d3e7f5;

    box-shadow: 0 0 5px #a3bcc7;
    }
.link-icon>ul>li:hover .text p{
    color:#3498db;
margin-top:15px;
}
.link-icon>ul>li:hover .pic{
    width:60px;
    height:60px;
    background:#fff;
    margin:0 auto;
    border-radius:50%;
}
.link-icon>ul>li:hover .pic img{
    margin-top:12.5px;
}
.link-icon>ul>li .pic{
    width:60px;
    height:60px;    
    margin:10px auto;
}
.link-icon>ul>li>a {
    display: block;
}

.link-icon>ul>li>a .icon {
    position: relative;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: #f5fbff;
    margin: 0 auto;
}

.link-icon>ul>li>a .icon img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.link-icon>ul>li>a p {
    margin-top: 15px;
    font-size: 16px;
    color: #333;
padding-left: 15px;
    padding-right: 15px;
}

.link-icon>ul {
    display: none;
}

.link-icon>ul:first-child {
    display: block;
}

@media screen and (max-width:1024px) {
    .ny-left {
        float: none;
        width: auto;
    }
    .ny-right {
        float: none;
        width: auto;
        padding-left: 0;
    }
    .ny-left p span {
        display: block;
    }
    .ny-left>ul {
        display: none;
    }
}

@media screen and (max-width:800px) {
    .ny-left p {
        padding: 0;
    }
    .ny-left p span {
        top: 5px;
        z-index: 9;
    }
    .ny-left p {
        font-size: 22px;
    }
.link-icon>ul>li{width:25%;}
}

@media screen and (max-width:600px) {
    .tw-pic {
        float: none;
        width: auto;
    }
    .zs-text {
        padding-left: 0;
        margin-left: 0;
    }
    .link-icon>ul>li>a p {
        font-size: 14px;
    }
    .link-icon>ul>li {
        width: 32%;
    }
    .link-icon>ul>li>a p {
        margin-top: 10px;
    }
}

@media screen and (max-width:500px) {
    .ny {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .link h2{
        padding-bottom:22px;
    }
    .link h2 span{
        font-size:16px;
        margin-right:3px;
        padding:22px 3.7px;
        
    }
    .link h2 span.on{
        font-size:16px;
    }
    .list>ul>li {
        line-height: 39px;
    }
    .pagination {
        padding-top: 20px;
    }
    .art-title h2 {
        margin-bottom: 15px;
        font-size: 18px;
    }
}


.ny-left>ul>li>ul>li.on>span {
    background: url(../images/ss.png) no-repeat center center;
}
.ny-left>ul>li>span {
    position: absolute;
    right: 10px;
    top: 8px;
    width: 30px;
    height: 30px;
    background: url(../images/zk.png) no-repeat center center;
}