.ny-main {
    overflow: hidden;
    padding-top: 50px;
    padding-bottom: 60px;
}

.ny-l {
    float: left;
    width: 240px;
    background-color: #f2f2f2;
}

.ny-l p {
    line-height: 70px;
    background-color: #cf0a0a;
    text-align: center;
    font-size: 26px;
    color: #fff;
    font-weight: bold;
}

.ny-l>ul {
    padding-top: 14px;
    padding-bottom: 66px;
}

.ny-l>ul>li {
    position: relative;
    line-height: 55px;
    border-bottom: 1px solid #cccccc;
}

.ny-l>ul>li.on {
    background: url(../images/ny.png) no-repeat left top;
}

.ny-l>ul>li.active ul {
    display: block;
}

.ny-l>ul>li span {
    position: absolute;
    right: 40px;
    top: 12px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    font-size: 22px;
    color: #808080;
    cursor: pointer;
}

.ny-l>ul>li.on span {
    color: #cf0a0a;
}

.ny-l>ul>li>a {
    padding-left: 30px;
    font-size: 20px;
    color: #333;
}

.ny-l>ul>li ul {
    padding-left: 30px;
    display: none;
}

.ny-l>ul>li ul li {
    padding-left: 17px;
    background: url(../images/list.png) no-repeat left center;
    line-height: 36px;
}

.ny-l>ul>li ul li a {
    font-size: 15px;
    color: #7d7d7d;
}

.ny-r {
    overflow: hidden;
    padding-left: 60px;
}

.ny-title {
    overflow: hidden;
    line-height: 50px;
    background-color: #f2f2f2;
}

.ny-title h2 {
    float: left;
    font-size: 20px;
    line-height: 24px;
    color: #cf0a0a;
    padding-left: 25px;
    margin-top: 13px;
    border-left: 4px solid #cf0a0a;
}

.ny-title .position {
    float: right;
    padding-right: 20px;
    padding-left: 22px;
    background: url(../images/position.png) no-repeat left center;
}

.ny-title .position span {
    font-size: 14px;
    color: #888888;
}

.ny-title .position a {
    font-size: 14px;
    color: #888888;
}

.ny-title .position a:hover {
    color: #cf0a0a;
}

.list>ul>li {
    position: relative;
    line-height: 80px;
    border-bottom: 1px solid #cccccc;
    padding-left: 24px;
    padding-right: 120px;
    background: url(../images/list2.png) no-repeat left center;
}

.list>ul>li>a {
    display: block;
    font-size: 18px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.list>ul>li span {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 16px;
    color: #808080;
}


/* 分页 */

.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: #cf0a0a;
    color: #fff;
    border: 1px solid #cf0a0a;
}

.pagination a:hover {
    background: #cf0a0a;
    color: #fff;
    border: 1px solid #cf0a0a;
}

.pagination span {
    display: inline-block;
    font-size: 14px;
}

.art-title {
    text-align: center;
    border-bottom: 1px solid #d9d9d9;
    margin-top: 40px;
}

.art-title h2 {
    font-size: 20px;
    color: #444444;
}

.art-title>span {
    display: block;
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 16px;
    color: #333;
}

.art-title p {
    padding-bottom: 10px;
}

.art-title p>span {
    font-size: 15px;
    color: #999999;
    margin-left: 10px;
    margin-right: 10px;
}

.art-text {
    padding-bottom: 20px;
    border-bottom: 1px solid #d9d9d9;
}

.art-text p {
    font-size: 15px;
    color: #555555;
    line-height: 30px;
    text-indent: 2em;
    margin-top: 20px;
}

.art-text .art-pic ul {
    overflow: hidden;
    padding-left: 70px;
    padding-right: 70px;
    margin-top: 20px;
}

.art-text .art-pic ul li {
    float: left;
    width: 48%;
    margin-left: 4%;
}

.art-text .art-pic ul li:first-child {
    margin-left: 0;
}

.art-text .art-pic ul li a {
    display: block;
    border-radius: 5px;
    overflow: hidden;
}

.art-text .art-pic ul li a img {
    display: block;
    width: 100%;
    height: 204px;
    transition: all .3s;
}

.art-text .art-pic ul li a:hover img {
    transform: scale(1.2);
}

.art-down {
    padding-top: 25px;
}

.art-down p {
    line-height: 30px;
}

.art-down a {
    font-size: 16px;
    color: #555555;
}

.art-down p:hover a {
    color: #cf0a0a;
}

.article-pic>ul>li {
    float: left;
    width: 32%;
    margin-top: 40px;
}

.article-pic>ul>li:nth-child(3n-1) {
    margin-left: 2%;
    margin-right: 2%;
}

.art-pic {
    border-radius: 5px;
    overflow: hidden;
    width: 288px;
    height: 162px;
}

.art-pic img {
    display: block;
    width: 100%;
    transition: all .3s;
}

.art-pic:hover img {
    transform: scale(1.2);
}

.article-pic>ul>li>a {
    display: block;
}

.article-pic>ul>li>a p {
    padding-left: 15px;
    font-size: 18px;
    color: #333;
    line-height: 26px;
    margin-top: 15px;
    background: url(../images/ny-xx.png) no-repeat left center;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}