@charset "utf-8";

.ny-img {
    margin-top: 1rem;
}

.ny-img img {
    display: block;
    width: 100%;
}

.ny-main {

    background: #fff;
    padding-bottom: 0.8rem;
}

.pagination {
    text-align: center;
    padding-top: 30px;
}

.pagination a {
    display: inline-block;
    border: 1px solid #dcdcdc;
    padding: 3px 12px;
    font-size: 0.26rem;
    line-height: 0.4rem;
    text-align: center;
    color: #666;
    margin: 0 -2px;
}

.pagination a.active {
    background: #06368b;
    color: #fff;
    border: 1px solid #bfbfbf;
    margin-right: 4px;
}

.pagination a:hover {
    background: #06368b;
    color: #fff;
    border: 1px solid #b2cde8;
}

.pagination span {
    display: inline-block;
    font-size: 0.26rem;
}


.ny-tit>h3 {
    display: inline-block;
    font-size: 0.26rem;
    color: #06368b;
    line-height: 0.64rem;
}

.ny-tit>div {
    float: right;
    font-size: 0.24rem;
    line-height: 0.64rem;
    color: #888;
}

.ny-tit>div>span img {
    display: inline-block;
    width: 0.24rem;
    height: 0.24rem;
    vertical-align: middle;
}

.ny-tit {
    padding: 0 0.25rem;
    border-bottom: 1px solid #e2e2e2;
}

.ny-nav {
    padding: 0.2rem 0 0;
    background: #f2f2f2;
}

.ny-nav>div {
    overflow: hidden;
}

.ny-nav h4 {
    font-size: 0.30rem;
    line-height: 0.8rem;
    background: #fff;
    color: #000;
    position: relative;
    padding: 0 0.2rem;
    border-bottom: 1px solid #f2f2f2;
}

.ny-nav h4>span {
    position: absolute;
    top: 0;
    right: 0.2rem;
    width: 0.8rem;
    height: 0.8rem;
    background: url("../images/ny-menu.png") no-repeat center center;
    background-size: 0.48rem 0.42rem;
}

.position {
    line-height: 0.82rem;
    padding: 0 0.2rem;
}

.position img {
    display: inline-block;
    width: 0.25rem;
    height: 0.25rem;
    vertical-align: middle;
}

.position a, .position span {
    /* display: inline-block; */
    font-size: 0.24rem;
    color: #333333;
    line-height: 1;
    vertical-align: middle;
    margin-left: 0.15rem;
}

.position a.active {
    color: #06368b;
}

.ny-nav>ul>li {
    position: relative;
    line-height: 0.64rem;
}

.ny-nav>ul>li>a {
    display: block;
    font-size: 0.26rem;
    color: #333333;
    padding-right: 0.65rem;
    padding-left: 0.15rem;
}

.ny-nav>ul>li span {
    position: absolute;
    top: 0;
    right: 0;
    width: 0.65rem;
    height: 0.54rem;
    background: url(../images/sub_left_down.png) no-repeat center center;
    background-size: 0.18rem;
    transition: all .3s;
}

.ny-nav>ul>li.on span {
    background: url("../images/sub_left_up.png")no-repeat center center;
    background-size: 0.18rem;
}

.ny-nav>ul>li.on {
    border: none;
    background: #fff;
}

.ny-nav>ul>li.on>a {
    color: #06368b;
}

.ny-nav>ul ul {
    background: #fff;
}

.ny-nav>ul ul>li {
    line-height: 0.54rem;
    height: 0.54rem;
}

.ny-nav>ul ul>li>a {
    font-size: 0.24rem;
    color: #333333;
    padding-left: 0.3rem;
}

.ny-nav>ul ul, .ny-nav>ul {
    display: none;
}

.ny-nav>ul {
    padding: 0.1rem 0;
    background: #fff;

}

.ny-list>ul>li {
    position: relative;
    line-height: 0.68rem;
    border-bottom: 1px solid #e2e2e2;
}

.ny-list>ul>li:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 0.05rem;
    height: 0.05rem;
    background: #06368b;
    border-radius: 50%;
}

.ny-list>ul>li>a {
    display: block;
    font-size: 0.24rem;
    color: #333333;
    padding-left: 0.25rem;
    padding-right: 0.85rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ny-list>ul>li>span {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 0.24rem;
    color: #333333;
}

.ny-list {
    padding: 0.1rem 0.2rem;
    min-height: 360px;
}

.pic-list>ul {
    overflow: hidden;
    padding: 0 0.2rem;
}

.pic-list>ul>li {
    float: left;
    width: 48%;
    margin-top: 0.3rem;
}

.pic-list>ul>li:nth-child(even) {
    margin-left: 4%;
}

.pic-list>ul>li>a {
    display: block;
    overflow: hidden;
}

.pic-list>ul>li .pic {
    padding-top: 75%;
    overflow: hidden;
    position: relative;
}

.pic-list>ul>li .pic img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.pic-list>ul .info p {
    color: #333;
    font-size: 0.26rem;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

}

.pic-list>ul .info img {
    display: inline-block;
    width: 0.24rem;
    height: 0.24rem;
    vertical-align: middle;
}

.pic-list>ul .info span {
    font-size: 0.24rem;
    line-height: 1.2;
    display: inline-block;
    margin-left: 5px;
    color: #999;
    vertical-align: middle;
}

.pic-list>ul .info {
    padding: 0.1rem;
}

.c-tit h3 {
    text-align: center;
    color: #333;
    font-weight: normal;
    font-size: 0.28rem;
    margin-bottom: 0.25rem;
    padding-top: 0.3rem;
    line-height: 1.8;
}

.c-tit p {
    font-size: 0;
    text-align: center;
    padding-bottom: 0.3rem;
}

.c-tit p img {
    display: inline-block;
    vertical-align: middle;
    height: 0.24rem;
    margin-right: 0.1rem;
}

.c-tit p span {
    /* display: inline-block; */
    vertical-align: middle;
    font-size: 0.24rem;
    color: #999;
    margin-right: 0.15rem;
    line-height: 1.8;
}

.c-main p ,span{
    color: #666666;
    text-indent: 2em !important;
    font-size: 0.24rem !important;
    line-height: 2.3 !important;
    margin-bottom: 5px;
}

.c-main  img {
    display: block;
    max-width: 80%;
    margin: auto;
    height: auto;
}
.c-img img {
    display: block;
    max-width: 80%;
    margin: auto;
}
.c-main {
    padding: 0 0.2rem;
}



.zjfc.pic-list>ul>li .pic {
    padding-top: 130%;
}

.zjfc.pic-list>ul .info {
    text-align: center;
    height: .63rem\0;
}



.n_list li{
    display: block;
    position: relative;
    line-height: 0.6rem;
    font-size: 0.16rem;
    border-bottom: 1px solid #e8e1e1;
    transition: all .5s;
    background-size: auto 0.6rem;
    background-position: right center;
    background-repeat: no-repeat;
}
.n_list li a{
    padding-left: 0.26rem;
    padding-right: 1.25rem;
}
.n_list li time{
    position: absolute;
    right: 0.1rem;
    top: 0;
    color: #777e6e;
}
.n_list li:before{
    content: '';
    position: absolute;
    left: 0.1rem;
    top: 50%;
    width: .05rem;
    height: .05rem;
    transform: translateY(-50%);
    background: #000000;
    border-radius: 50%;
}
.eclip {display: block;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}

.nymore {
    display: block;
    margin: 0 auto;
    text-align: center;
    line-height: 0.68rem;
    font-size: .24rem;
    font-weight: normal;
    color: #666666;
    transition: all 0.5s;
    margin-top: .4rem;
    width: 2.71rem;
    border: solid 0.01rem #dcdcdc;
}