@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: #b12923;
    color: #fff;
    border: 1px solid #b12923;}

.pagination a:hover {
    background: #b12923;
    color: #fff;
    border: 1px solid #b12923;}

.pagination span {
    display: inline-block;
    font-size: 14px;}

.ny-tit {
    padding-bottom: 10px;
    border-bottom: 1px solid #ebebeb;}

.ny-tit .position {
    padding-left: 30px;
    background: url(../images/position.png) no-repeat left center;}

.ny-tit .position a {
    font-size: 16px;
    color: #000000;}

.ny-tit .position span {
    font-size: 16px;
    color: #000000;}

.ny-tit .position a:hover {
    color: #b12923;}

.ny-main {
    margin-top: -20px;
    padding-top: 50px;
    background-size: 100% auto;}

.ny {
    padding-bottom: 30px;
    overflow: hidden;}

.ny-left {
    position: relative;
    float: left;
    width: 290px;}

.ny-left p {
    position: relative;
    padding: 29px 10px;
    background: url(../images/ny-topic.png) no-repeat top center;
    background-size: cover;
    font-size: 30px;
    text-align: center;
    color: #fff;}

.ny-left>ul {
    background: #f4f4f4;
    padding-left: 15px;
    padding-top: 20px;
    padding-bottom: 20px;}

.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: 99;}

.ny-left p span.on {
    background: url(../images/sub_left_up2.png) no-repeat center center;}

.ny-left>ul>li {
    position: relative;
    border-left: 4px solid transparent;}

.ny-left>ul>li.on {
    border-left: 4px solid #b12923;}

.ny-left>ul>li>span {
    position: absolute;
    right: 15px;
    top: 15px;
    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;
    line-height: 60px;
    font-size: 18px;
    color: #333;
    text-align: center;}

.ny-left>ul>li.on>a {
    color: #b12923;
    background: #fff;
    font-weight: bold;}

.ny-left>ul>li>ul {
    display: none;
    padding-bottom: 20px;}

.ny-left>ul>li.active>ul {
    display: block;
    padding: 15px 0;}

.ny-left>ul>li>ul>li {
    position: relative;
    line-height: 40px;}

.ny-left>ul>li>ul>li>a {
    display: block;
    font-size: 16px;
    color: #5d5d5d;
    text-align: center;}

.ny-left>ul>li>ul>li:hover>a {
    color: #b12923;}

.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-right {
    overflow: hidden;
    padding-left: 40px;
    min-height: 450px;}


/* 列表页 */

.list {
    padding-top: 20px;}

.list>ul>li {
    position: relative;
    border-bottom: 1px dashed #c4c4c4;
    line-height: 60px;
    padding-left: 15px;
    padding-right: 45px;
    background: url(../images/list.png) no-repeat left center;
    transition: all .3s;}

.list>ul>li>a {
    position: relative;
    font-size: 16px;
    color: #333;
    transition: all .3s;
    left: 0;
    margin-right: 58px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;}

.list>ul>li>span {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 16px;
    color: #333;}

.list>ul>li:hover {
    background: url(../images/list-other.png) no-repeat left center;}

.list>ul>li:hover a {
    left: 5px;
    color: #b12923;}


/* 内容页 */

.nr-title {
    padding-top: 30px;}

.nr-title h2 {
    text-align: center;
    font-size: 24px;
    color: #333;
    font-weight: normal;
    margin-bottom: 20px;
    font-family: "宋体";}

.nrr .nr-title p {
    margin-top: 0px;
    line-height: 40px;
    margin-left: 35px;
    margin-right: 35px;
    text-align: center;
    text-indent: 0;
    background: #f7f7f7;}

.nr-title p span {
    display: inline-block;
    font-size: 14px;
    color: #999;
    margin: 0 20px;
    font-family: "宋体";}

.nrr p {
    margin-top: 30px;
    line-height: 30px;
    font-size: 16px;
    color: #333;
    text-indent: 2em;
    text-align: justify;
    font-family: "宋体";}

.nrr p.img-tp img {
    width: 100%;
    display: block;
    max-width: 636px;
    margin-left: auto;
    margin-right: auto
;}

.ny-down {
    margin-top: 30px;
    padding-top: 25px;
    border-top: 1px solid #cccccc
;}

.ny-down p {
    line-height: 40px;
    margin-top: 0;
    text-indent: 0
;}

.ny-down p a {
    font-size: 16px;
    color: #333
;}

.ny-down p:hover a {
    color: #b12923;
    text-decoration: underline
;}


/* 图文列表 */

.timg-list {
    margin-top: 20px;}

.timg-list ul li a {
    display: block;
    transition: all 0.3s;
    padding: 25px 0;
    border-bottom: 1px dashed #cecece;}

.timg-list ul li a h3 {
    margin-top: 15px;
    margin-bottom: 20px;
    font-size: 18px;
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: normal;}

.timg-list ul li a>div {
    overflow: hidden;}

.timg-list-img {
    float: left;
    width: 230px;
    margin-right: 30px;}

.timg-list ul li a .pic {
    padding-top: 69.56%;}

.timg-list ul li a:hover h3 {
    color: #1f5ab4;}

.timg-list ul li a:hover .date {
    color: #fff;}

.timg-linfo {
    position: relative;
    overflow: hidden;}

.timg-linfo p {
    font-size: 14px;
    line-height: 24px;
    color: #999999;
    height: 48px;
    overflow: hidden;}

.timg-linfo .date {
    padding-left: 25px;
    background: url(../images/date.png) no-repeat left center;
    font-size: 14px;
    color: #999;
    margin-top: 25px;}

.timg-linfo .date span {
    font-size: 28px;
    background-position: left center;
    font-weight: bold;}

.timg-linfo .date i {
    font-style: normal;}

.timg-list ul li a:hover {
    background: #b12923;
    padding: 25px;}

.timg-list ul li a:hover h3 {
    color: #fff;}

.timg-list ul li a:hover p {
    color: #fff;}

/* 图片列表 */

.img-lists ul {
    overflow: hidden;
    margin-top: 10px;}

.img-lists ul li {
    float: left;
    width: 30%;
    margin: 20px 1.5% 0 1.5%;
    border: 1px solid #eee;
    transition: all 0.3s;
    position: relative;
    top: 0;}

.text-lists>ul>li>a>.pic img {
    width: 100%;
    height: 100%;}

.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>img {
    display: block;
    width: 100%;
    height: 196px;}

.img-lists ul li a>div.info {
    padding: 10px;
    font-size: 0;}

.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>div.info img {
    height: 14px;
    vertical-align: middle;}

.img-lists ul li a>div.info span {
    font-size: 14px;
    display: inline-block;
    margin-left: 5px;
    color: #999;
    vertical-align: middle;}


@media screen and (max-width:1024px) {
    .ny-left {
        float: none;
        width: auto;}
    .ny-left p {
        padding-top: 10px;
        padding-bottom: 10px;
        margin-left: -15px;
        margin-right: -15px;
        background: #b12923;
        font-size: 18px;}
    .ny-right {
        float: none;
        width: auto;
        padding-left: 0;
        margin-top: 15px;}
    .ny-left p span {
        display: block;}
    .ny-left>ul {
        display: none;}
}

@media screen and (max-width:700px) {
    .ny-main {
        margin-top: 0;
        padding-top: 15px;}
    .ny-left p {
        padding-left: 5px;}
    .ny-left p {
        font-size: 22px;}
    .art-title h2 {
        font-size: 20px;}
    .art-title {
        margin-top: 15px;}
    .ny-tit h2 {
        font-size: 18px;}
    .ny-foot p.l {
        float: none;}
    .list>ul>li {
        line-height: 40px;}
    .list>ul>li>a {
        font-size: 14px;
margin-right: 58px;
display: block;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;}
    .list {
        padding-top: 0;}
    .pagination {
        padding-top: 15px;}
    .nr-title h2 {
        font-size: 20px;}
    .nrr p {
        margin-top: 15px;}
    .ny-down p {
        line-height: 26px;}
    .ny-down {
        margin-top: 15px;
        padding-top: 15px;}
    .timg-list-img {
        float: none;
        width: 100%;
        margin-right: 0;}
    .timg-list ul li a h3 {
        margin-top: 5px;
        margin-bottom: 10px;}
    .timg-linfo .date {
        margin-top: 10px;}
}