@charset "utf-8";


.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: #79bbe7;
    color: #fff;
    border: 1px solid #79bbe7;
}

.pagination a:hover {
    background: #79bbe7;
    color: #fff;
    border: 1px solid #79bbe7;
}

.pagination span {
    display: inline-block;
    font-size: 14px;
}






.ny-banner img {
    display: block;
    width: 100%;
    height: 350px;
}


.ny-main {
    overflow: hidden;
    padding-top: 50px;
    padding-bottom: 60px;
}
.ny-l{
    float: left;
    width: 260px;
}
.ny-tit>h4{
    display: block;
    font-size: 28px;
    line-height: 88px;
    color: #ffffff;
    background: rgba(51, 102, 153, 0.9);
    text-align: center;
    border-bottom: 1px solid #ffffff;
}
.ny-l>ul{
    background: rgba(51, 102, 153, 0.9);
    padding-bottom: 62px;
}
.ny-l>ul>li {
    line-height: 58px;
    text-align: center;
    border-bottom: 1px solid #336699;
    transition: all 300ms;
}
.ny-l>ul>li>a{
    display: block;
    font-size: 18px;
    color: #ffffff;
    transition: all 300ms;
}
.ny-l>ul ul>li{
    line-height: 30px;
}
.ny-l>ul ul{
    display: none;
    padding-top: 10px;
    padding-bottom: 10px;
}
.ny-l>ul ul>li>a{
    display: inline-block;
    font-size: 14px;
    position: relative;
    padding-left: 10px;
    color: #ffffff;
}
.ny-l>ul ul>li>a:before {
    content: '';
    position: absolute;
    width: 3px;
    height: 3px;
    top: 50%;
    left: 0;
    margin-top: -1.5px;
    border-radius: 50%;
    background: #ffffff;
}

.ny-l>ul>li.on>a,
.ny-l>ul>li.active>a{
    margin-left: 25px;
    background: #79bbe7;
    color: #336699;
    font-weight: 600;
    border-radius: 45px 0 0 45px;
}
.ny-l>ul>li.active>ul{
    display: block;
}
.ny-l>ul ul>li:hover>a,
.ny-l>ul ul>li.active>a{
    font-weight: 600;
}

.ny-r {
    overflow: hidden;
    padding-left: 50px;

}
.ny-r-tit{
    overflow: hidden;
    border-bottom: 1px solid #cccccc;
}
.ny-r-tit>div{
    float: right;
    font-size: 0;
    line-height: 28px;
    margin-top: 5px;
}
.ny-r-tit>div img{
    height: 16px;
    vertical-align: middle;
    margin-right: 5px;
}
.ny-r-tit>div span {
    color: #888888;
    font-size: 14px;
    vertical-align: middle;
}
.ny-r-tit>div a {
    font-size: 14px;
    color: #888888;
    margin: 0 5px;
    vertical-align: middle;
}
.ny-r-tit h4{
    float: left;
    font-size: 20px;
    line-height: 28px;
    padding-bottom: 10px;
    color: #336699;
    font-weight: normal;
    vertical-align: middle;
    border-bottom: 2px solid #336699;
}

.ny-r .list>ul>li{
    position: relative;
    line-height: 40px;
    border-bottom: 1px dashed #cccccc;
    transition: all 300ms;
}
.ny-r .list>ul>li>a{
    display: block;
    font-size: 15px;
    color: #333333;
    padding-left: 25px;
    padding-right: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 300ms;
}
.ny-r .list>ul>li>span{
    position: absolute;
    right: 0;
    top: 0;
    font-size: 14px;
    color: #333333;
    transition: all 300ms;
}
.ny-r .list>ul>li:before {
    position: absolute;
    content: '';
    width: 5px;
    height: 5px;
    background: #336699;
    top: 50%;
    margin-top: -2.5px;
    left: 0;
}
.ny-r .list>ul>li:hover {
    transform: translateX(10px);
}
.ny-r .list>ul>li:hover>a{
    color: #336699;
}
.ny-r .list>ul>li:hover>span {
    transform: translateX(-15px);
}

/*图片列表*/
.ny-main .list-img{
    padding-top: 15px;
}
.ny-main .list-img>ul{
    overflow: hidden;
}
.ny-main .list-img>ul>li {
    float: left;
    width: 240px;
    margin-left: 16px;
    margin-top: 25px;
    transition: all 300ms;
}
.ny-main .list-img>ul>li:nth-child(4n+1){
    margin-left: 0;
}
.ny-main .list-img>ul>li>a{
    display: block;
    overflow: hidden;
}
.ny-main .list-img>ul>li .ny-pic {
    padding-top: 61.5%;
    position: relative;
    overflow: hidden;
}
.ny-main .list-img>ul>li .ny-pic img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.ny-main .list-img>ul>li p{
    font-size: 15px;
    line-height: 30px;
    color: #333333;
    transition: all 300ms;
}
.ny-main .list-img>ul>li:hover{
    transform: translateY(-10px);
}
.ny-main .list-img>ul>li:hover p {
    color: #336699;
}
/*图片列表*/
.art-main .art-tit {
    border-bottom: 1px dashed #e5e5e5;
    padding: 20px 0 10px 0;
}
.art-main .art-tit h3 {
    text-align: center;
    color: #333333;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 10px;
}
.art-main .art-tit h5{
    text-align: center;
    font-size: 16px;
    color: #333333;
    margin-bottom: 10px;
    font-weight: normal;
}
.art-main .art-body {
    padding-top: 20px;
}

.art-main .art-body p {
    color: #333333;
    text-indent: 2em;
    font-size: 15px;
    line-height: 30px;
    margin-bottom: 10px;
}

.art-main .art-body img {
    text-align: center;
    margin:20px auto;
    display: block;
}

.art-main .cont-tit p {
    font-size: 0;
    text-align: center;
}

.art-main .cont-tit p img {
    display: inline-block;
    vertical-align: middle;
    height: 16px;
    margin-right: 5px;
}

.art-main .cont-tit p .liulan {
    margin-left: 50px;
}

.art-main .cont-tit p span {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #999;
    margin: 0 20px;
}

.art-info {
    border-top: 1px solid #eaeaea;
    margin-top: 20px;
}

.pnext {
    margin-top: 20px;
}

.pnext p {
    text-indent: initial;
    font-size: 15px;
    line-height: 30px;
    color: #555555
}

.pnext p a {
    font-size: 15px;
    color: #444;
}

.pnext p:hover {
    color: #336699;
}

.pnext p:hover a {
    color: #79bbe7;
}

.art-info>a {
    float: right;
}

.art-info>a img {
    height: 35px;
    margin-top: 25px;
}




.footer {
    background:rgba(202, 230, 244, 0.8);
    padding-top: 11px;
    padding-bottom: 10px;
}

.ft-bq {
    overflow: hidden;
}
.ft-logo {
    float: left;
    margin-top: 10px;
}
.ft-logo img {
    display:block;
    float: left;
    width: 92px;
    height: 83px;
}
.ft-logo>div {
    overflow: hidden;
    padding-left: 10px;
}
.ft-logo p{
    font-size: 14px;
    line-height: 30px;
    color: #ffffff;
}
.qr {
    float: right;
    font-size: 0;
    margin-right: 22px;
}
.qr-1 {
    display: inline-block;
}
.qr-1 img{
    width: 92px;
    height: 93px;
    display: block;
}
.qr-1  p{
    font-size: 14px;
    line-height: 30px;
    color: #ffffff;
    text-align: center;
}
.qr-1:first-child{
    margin-right: 30px;
}
.ft-bq{
    margin-top: 20px;
}