@charset "utf-8";
.ny-img {
    margin-top: 0.5rem;
}

.ny-img img {
    display: block;
    width: 100%;
}

.ny-nav {
    background: #a01718;
    position: relative;
}

.ny-nav>p {
    font-size: 0.32rem;
    line-height: 0.54rem;
    color: #ffffff;
    padding: 0.1rem 0.5rem;
    position: relative;
}

.ny-nav>p>span {
    position: absolute;
    width: 0.2rem;
    height: 0.2rem;
    right: 18px;
    top: 50%;
    margin-top: -8px;
    background: url("../images/add.png") center center no-repeat;
    background-size: 100%;
    transition: all 300ms;
}

.ny-nav>p>span.on {
    transform: rotate(45deg);
}

.ny-nav>ul {
    position: absolute;
    width: 100%;
    display: none;
    background: #ffffff;
    padding: 0.1rem 0.1rem 0.1rem 0.2rem;
    z-index: 990;
    box-shadow: 0 3px 3px #e1e0e0;
}

.ny-nav ul>li {
    font-size: 0;
    position: relative;
    padding-left: .2rem;
}

.ny-nav ul>li>a {
    font-size: 0.28rem;
    line-height: 0.68rem;
    color: #666666;
    position: relative;
    display: block;
}

.ny-nav ul>li>a>span {
    position: absolute;
    width: 0.18rem;
    height: 0.18rem;
    right: .5rem;
    top: .3rem;
    margin-top: -7px;
    background: url("../images/sub_left_down.png") no-repeat center center;
    background-size: 100%;
    cursor: pointer;
}

.ny-nav ul>li>a>span.on {
    background: url("../images/sub_left_up.png")no-repeat center center;
    background-size: 100%;
}

.ny-nav ul ul {
    display: none;
    position: relative;
}

.ny-nav ul ul>li>a {
    font-size: 0.24rem;
    line-height: 0.52rem;
}

.ny-nr {
    padding: 20px .3rem;
    overflow: hidden;
}

.ny-tit {
    padding: 0 10px;
    font-size: 0;
}

.ny-tit h3 {
    display: inline-block;
    font-size: 0.28rem;
    line-height: 0.48rem;
    font-weight: 600;
    color: #000000;
    border-bottom: 2px solid #a01718;
}

.ny-tit>div {
     
}

.ny-tit>div>span,
.ny-tit>div>a {
    font-size: 0.24rem;
    color: #666;
    text-align: left;
    line-height: 36px;
}

.ny-tit>div>span:first-child {
    display: inline-block;
    width: 12px;
    height: 12px;
    background: url("../images/position.png") no-repeat left bottom;
    background-size: 12px;
    margin-right: 5px;
}

.ny-list ul {
    padding: 10px;
}

.ny-list ul li {
    border-bottom: 1px solid #ddd;
    line-height: 0.68rem;
    padding-right: 70px;
    position: relative;
}

.ny-list>ul>li a {
    display: block;
    padding-left: 35px;
    background: url(../images/text-list-icon.png) no-repeat;
    background-position: 10px center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #333333;
    font-size: 0.28rem;
    padding-right: 20px;
    width: 78%;
}

.ny-list ul li .date {
    position: absolute;
    right: 0;
    top: 0;
    height: 0.48rem;
    width: 25%;
    text-align: center;
    color: #a01718;
}

.ny-list ul li .date span {
    display: block;
    font-size: 0.2rem;
    line-height: 0.68rem;
    color: #999999;
}

.pagination {
    text-align: center;
    padding-top: 5px;
    font-size: 0;
    margin-bottom: 20px;
}

.pagination table tr{
    display: inline-block;
   
    padding: 0 12px;
    height: 0.4rem;
    font-size: 0.26rem;
    line-height: 0.4rem;
    text-align: center;
    color: #666;
    margin: 0 -2px;
}

.pagination a {
    display: inline-block;
   
    padding: 0 12px;
    height: 0.4rem;
    font-size: 0.26rem;
    line-height: 0.4rem;
    text-align: center;
    color: #666;
    margin: 0 -2px;
}

.pagination a.active {
    background: #a01718;
    color: #fff;
    border: 1px solid #bfbfbf;
    margin-right: 4px;
}

.pagination a:hover {
    background: #a01718;
    color: #fff;
    border: 1px solid #b2cde8;
}

.pagination span {
    display: inline-block;
    font-size: 0.26rem;
}

.pic {
    padding-top: 75%;
    position: relative;
    overflow: hidden;
}

.pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.pic-list ul {
    overflow: hidden;
    padding: 10px;
    width: 100%;
}

.pic-list ul li {
    float: left;
    width: 48%;
    margin-bottom: 10px;
}

.pic-list ul li:nth-child(even) {
    margin-left: 3%;
}

.pic-list ul li a>div.info {
    font-size: 0;
}

.pic-list ul li a>div.info p {
    color: #333;
    font-size: 0.26rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 5px;
}

.pic-list ul li a>div.info span {
    font-size: 0.24rem;
    display: inline-block;
    margin-left: 5px;
    color: #999;
    vertical-align: middle;
}

.pic-list ul li a>div.info img {
    height: 0.24rem;
    vertical-align: middle;
}

.content {
    padding: 0 10px;
}

.content h3 {
    text-align: center;
    color: #333;
    font-weight: normal;
    font-size: 0.28rem;
    margin-bottom: 15px;
    padding-top: 30px;
    line-height: 1.8;
}

.content .c-tit p {
    font-size: 0;
    text-align: center;
    padding-bottom: 20px;
}

.content .c-tit p img {
    display: inline-block;
    vertical-align: middle;
    height: 0.24rem;
    margin-right: 5px;
}

.content .c-tit p span {
    display: inline-block;
    vertical-align: middle;
    font-size: 0.24rem;
    color: #999;
    margin-right: 10px;
    line-height: 1.8;
}

.content .c-main p {
    color: #666666;
    text-indent: 2em;
    font-size: 0.24rem !important;
    line-height: 2.3 !important;
    margin-bottom: 5px;
}
.content .c-main p span{
    color: #666666;
    font-size: 0.24rem !important;
    line-height: 2.3 !important;
}

.content .c-main img {
    margin: 0 auto;
    display: block;
    max-width: 100%;
    height: auto  !important;
}

.content .c-main ul li {
    color: #666666;
    text-indent: 2em;
    font-size: 0.24rem !important;
    line-height: 2.3 !important;
   }

.content .c-main table {font-size:14px; width:90% !important; margin:0 auto; border-collapse: collapse;  overflow-x: scroll;  display: block;}
.content .c-main table td{text-align: center; padding:5px 10px; line-height:30px; border:1px #ddd solid;}
.content .c-main table td p{ text-indent:0em !important; margin-bottom:0px;}
.content .c-main .ldjj  td{text-align: left; padding:5px 10px; line-height:30px; border:0;}
.content .c-main .ldjj td p{  }
a {color: #666666; }
.more{

    border: 1px solid #a01718;
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 20px;
    margin-top: 10px;

}

.content .c-img img {
    max-width: 80%;
}
 