@charset "utf-8";
.header {
    background: url(../images/ny-head-bg.png) no-repeat center center;
    background-size: cover;
    padding: 23px 0;
}

.head-l {
    float: left;
    font-size: 0;
}

.head-r {
    float: right;
    text-align: right;
    margin-top: 25px;
}

.link-top {
    position: relative;
    line-height: 40px;
}

.link-top a {
    font-size: 16px;
    color: #fff;
}

.link-top a:hover {
    color: rgba(255, 255, 255, .7);
}

.link-top span {
    font-size: 16px;
    color: #fff;
    padding: 0 12px;
}

.link-top img {
    vertical-align: middle;
    cursor: pointer;
}

.nav>ul>li {
    position: relative;
    float: left;
    line-height: 50px;
    text-align: center;
    width: 12.5%;
}

.nav>ul>li>a {
    font-size: 18px;
    color: #333;
}

.nav>ul>li ul {
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    width: 100%;
    border-top: 3px solid #064882;
    background-color: #fff;
    box-shadow: 0 3px 3px #999;
    display: none;
    z-index: 999;
}

.nav>ul>li ul li {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
    text-align: center;
    border-bottom: 1px dashed #ebe5e5;
}

.nav>ul>li ul li a {
    font-size: 14px;
    color: #333;
}

.nav>ul>li ul li:hover {
    background-color: #1f4880;
}

.nav>ul>li ul li:hover a {
    color: #fff;
}

.search {
    display: inline-block;
    width: 265px;
    height: 30px;
    line-height: 30px;
    margin-left: 25px;
    background-color: #4072ac;
    padding: 0 15px;
    font-size: 0;
    box-sizing: border-box;
    vertical-align: middle;
    border-radius: 30px;
    z-index: 1001;
}

.search input[type="text"] {
    padding-left: 10px;
    width: 210px;
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
    background-color: transparent;
    color: #fff;
}

.search input[type="image"] {
    vertical-align: middle;
}

.search input::placeholder {
    color: #fff;
}

.ny-topic {
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 320px;
    box-sizing: border-box;
    padding-left: 40px;
    background: url(../images/nt-topic.png) no-repeat center center;
    background-size: 320px auto;
}

.ny-topic p {
    font-size: 28px;
    color: #fff;
    font-weight: bold;
}

.ny-topic i {
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
}

.ny-topic span {
    position: absolute;
    right: 55px;
    width: 30px;
    height: 30px;
    top: 35px;
    background: url(../images/sub-down.png) no-repeat center center;
}

.ny-topic span.on {
    transform: rotate(90deg);
}

.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: #0e58a5;
    color: #fff;
    border: 1px solid #0e58a5;
}

.pagination a:hover {
    background: #0e58a5;
    color: #fff;
    border: 1px solid #0e58a5;
}

.pagination span {
    display: inline-block;
    font-size: 14px;
}

#ny-main {
    background-color: #f6f3f3;
    padding-top: 35px;
    padding-bottom: 85px;
}

.ny-left {
    position: relative;
    float: left;
    width: 290px;
    background-color: #fff;
    margin-right: 55px;
}

.ny-left>ul {
    padding-top: 30px;
    padding-bottom: 40px;
}

.ny-left ul li {
    position: relative;
}

.ny-left ul li a {
    display: block;
    padding: 15px 40px;
    font-size: 18px;
    color: #1f1f1f;
}

.ny-left ul li span {
    position: absolute;
    top: 17px;
    right: 20px;
    width: 20px;
    height: 20px;
    background: url(../images/zk.png) no-repeat center center;
}

.ny-left>ul>li:hover>a {
    font-weight: bold;
    color: #0e58a5;
}

.ny-left>ul>li.on>a {
    font-weight: bold;
    color: #0e58a5;
}

.ny-left ul li:hover span {
    width: 51px;
    background: url(../images/zk-other.png) no-repeat center center;
}

.ny-left ul li.on span {
    width: 51px;
    background: url(../images/zk-other.png) no-repeat center center;
}

.ny-left ul li ul {
    display: none;
}

.ny-left ul li ul li {
    border-bottom: 1px solid #f2f2f2;
}

.ny-left ul li ul li a {
    padding-left: 40px;
}

.ny-right {
    overflow: hidden;
    background-color: #fff;
    padding: 20px 30px 50px 30px;
}

.ny-left ul li.active ul {
    display: block;
}

.ny-right {
    padding-top: 35px;
}

.ny-title {
    overflow: hidden;
    padding-bottom: 10px;
    border-bottom: 1px solid #dadada;
    line-height: 32px;
}

.ny-title h2 {
    float: left;
    font-size: 18px;
    color: #0e58a5;
    border-left: 5px solid #0e58a5;
    padding-left: 12px;
}

.ny-title .position {
    float: right;
    padding-left: 25px;
    background: url(../images/position.png) no-repeat left center;
}

.ny-title .position span {
    font-size: 14px;
    color: #818181;
}

.ny-title .position a {
    font-size: 14px;
    color: #818181;
}

.ny-title .position a:hover {
    color: #0e58a5;
}


/* 简介页 */

.art-body p {
    font-size: 16px;
    line-height: 36px;
    color: #333;
    text-indent: 2em;
    margin-top: 15px;
}


/* 详情页 */

.detail-tit h4 {
    font-size: 20px;
    line-height: 1;
    margin-top: 40px;
    margin-bottom: 20px;
    color: #2c2c2c;
    text-align: center;
}

.detail-tit p {
    font-size: 14px;
    line-height: 40px;
    background-color: #f4f4f4;
    color: #929292;
    text-align: center;
}

.detail-tit p span {
    display: inline-block;
    margin: 0 8px;
}

.detail-text p {
    font-size: 16px;
    line-height: 32px;
    color: #818181;
    margin-top: 30px;
    text-indent: 2em;
}
.detail-text p img{
    margin:0 auto;
    display:block;
}
#art .detail-text>p:first-child {
    margin-top: 30px;
}

.detail-img img {
    display: block;
    width: 100%;
    max-width: 600px;
    margin: auto;
}

.detail-img {
    margin-top: 16px;
    margin-bottom: 16px;
}
.detail-text table{
    border:1px solid #e6e6e6;
    width:100%;
    margin:20px auto;
}
.detail-text table td{
    border:1px solid #e6e6e6;
}
.detail-text table p{
    text-indent:0em;
    text-align: center; 
    margin-top:0px;
    line-height:200%;
    padding:10px;
    box-sizing:border-box;
}

.paging {
    padding-left: 5px;
    padding-top: 20px;
}

.paging>a {
    display: block;
    font-size: 16px;
    line-height: 36px;
    color: #333;
}

.paging>a>span {
    display: inline-block;
    font-size: 16px;
    color: #333;
    margin-right: 10px;
}

.paging>a:hover {
    color: #13439b;
}

.paging>a:hover>span {
    color: #13439b;
}


/* 日期列表 */

.list-text>ul>li {
    padding-top: 30px;
    padding-bottom: 25px;
    border-bottom: 1px dashed #dfdfdf;
}

.list-text>ul>li>a {
    display: block;
    overflow: hidden;
    position: relative;
}

.list-text li .tm {
    float: left;
    width: 66px;
    height: 66px;
    padding-top: 13px;
    text-align: left;
    box-sizing: border-box;
    padding-left: 10px;
    border: 1px solid #d2d2d2;
    color: #313131;
    font-weight: bold;
}

.list-text li:hover .tm {
    border: none;
    background-color: #0e58a5;
    color: #fff;
}

.list-text li .tm p {
    font-size: 18px;
    line-height: 30px;
    position: relative;
    font-family: 'Times New Roman';
}

.list-text li .tm span {
    display: block;
    font-size: 14px;
    width: auto;
    font-family: 'Times New Roman';
}

.list-text li .text {
    overflow: hidden;
    padding-left: 23px;
}

.list-text li .text h1 {
    font-size: 18px;
    font-weight: normal;
    line-height: 1;
    color: #1e1e1e;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.list-text li:hover .text h1 {
    color: #0e58a5;
}

.list-text li .text p {
    font-size: 14px;
    line-height: 22px;
    color: #818181;
    overflow: hidden;
    margin-top: 10px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}