@charset "utf-8";
.banner img {
    display: block;
    width: 100%;
}

.banner {
    position: relative;
}

.nymain {
    padding-top: 60px;
    padding-bottom: 60px;
}


/* 分页 */

.pagination {
    text-align: center;
    font-size: 0;
    padding-top: 32px;
}

.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: #c41d17;
    color: #fff;
    border: 1px solid #c41d17;
}

.pagination a:hover {
    background: #c41d17;
    color: #fff;
    border: 1px solid #c41d17;
}

.pagination span {
    display: inline-block;
    font-size: 14px;
}

.leftNav {
    float: left;
    width: 250px;
    padding-bottom: 257px;
    background: url(../images/leftNav.jpg) no-repeat center center;
}

.leftNav h4 {
    font-size: 26px;
    line-height: 70px;
    color: #fff;
    text-align: center;
    background: #c41d17;
}

.leftNav>ul {
    padding: 0 7px;
}

.leftNav>ul>li {
    position: relative;
    background: #f0f0f0;
}

.leftNav>ul>li>a {
    display: block;
    font-size: 18px;
    line-height: 63px;
    color: #333333;
    padding-left: 39px;
    padding-right: 48px;
    background: url(../images/tit-icon.png) no-repeat left 18px center;
    transition: all .3s;
}

.leftNav>ul>li span {
    position: absolute;
    width: 15px;
    height: 63px;
    top: 0;
    right: 20px;
    background: url(../images/icon-up.png) no-repeat center center;
}

.leftNav>ul>li span.on {
    background: url(../images/icon-down.png) no-repeat center center;
}

.leftNav ul>li ul {
    display: none;
    padding: 10px 10px 10px 30px;
    background: #fff;
}

.leftNav ul>li ul>li>a {
    display: block;
    font-size: 14px;
    line-height: 30px;
    padding-left: 19px;
    color: #333;
    position: relative;
}

.leftNav ul>li ul>li>a::before {
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    background: #c41d17;
    border-radius: 50%;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.leftNav>ul>li.on>a,
.leftNav>ul>li.active>a {
    background-color: #efe2e2;
    font-weight: 600;
    color: #c41d17;
}

.leftNav>ul>li.active ul {
    display: block;
}

.leftNav ul>li ul>li:hover a {
    color: #c41d17;
}

.ny-right {
    overflow: hidden;
    padding-left: 25px;
}

.position {
    position: relative;
    background: #f2f2f2;
}

.position h4 {
    font-size: 20px;
    line-height: 53px;
    color: #c41d17;
    padding-left: 10px;
    /* background: url(../images/ny-tit.png) no-repeat left center; */
}

.position>div {
    position: absolute;
    right: 16px;
    top: 0;
    font-size: 0;
}

.position>div img,
.position>div>span,
.position>div>a {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    line-height: 53px;
    color: #999;
}

.position>div>span {
    margin: 0 5px;
}

.position>div>a:hover {
    color: #c41d17;
}


/* 列表 */

.list>ul>li>a {
    display: block;
    overflow: hidden;
}

.list>ul>li h4 {
    font-size: 16px;
    line-height: 28px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: normal;
}

.list>ul>li h4 span {
    display: inline-block;
    width: 90px;
    font-size: 14px;
    text-align: center;
    color: #c41d17;
    background: #f0f0f0;
    border-radius: 50px;
    transition: all .3s;
    font-weight: normal;
    margin-right: 17px;
}

.list>ul>li p {
    font-size: 14px;
    line-height: 28px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.list>ul>li {
    padding-top: 25px;
    padding-bottom: 22px;
    border-bottom: 1px solid #cccccc;
}

.list>ul>li :hover h4 {
    color: #c41d17;
    font-weight: 600;
}

.list>ul>li :hover h4 span {
    color: #fff;
    background: #c41d17;
}


/* 图片列表 */

.list-img>p{
    border-bottom: 1px solid #ddd;
    margin-top: 30px;
    padding: 7px 0;
    margin-bottom: 15px;
}
.list-img p span{
    padding: 5px 15px;
    border-bottom: 3px solid #c41d17;
    font-size: 20px;
}



.list-img>ul>li {
    float: left;
    width: 204px;
    margin-left: 27px;
margin-top:20px;
    /* margin-top: 32px; */
    transition: all .3s;
}

.list-img>ul>li:nth-child(4n+1) {
    margin-left: 0;
}

.list-img>ul>li a {
    display: block;
    overflow: hidden;
}

.list-img>ul>li .pic {
    position: relative;
    overflow: hidden;
    width: 272px;
    height: 360px;
}

.list-img>ul>li .pic img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    transition: all .3s;
}

.list-img>ul>li p {
    font-size: 16px;
    line-height: 34px;
    color: #333;
    padding-left: 13px;
    background: url(../images/p-bg.png) no-repeat left center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}

.list-img>ul>li:hover {
    background: #f2f2f2;
    box-shadow: 0 0 5px 3px rgba(0, 0, 0, .14);
}

.list-img>ul>li:hover img {
    transform: scale(1.1);
}

.list-img>ul>li:hover p {
    color: #c41d17;
}

.list-img>ul {
    margin-top: 8px;
}


/* 文章 */

.con-tit h4 {
    font-size: 20px;
    line-height: 1;
    color: #333;
    text-align: center;
}

.con-tit h6 {
    font-size: 16px;
    line-height: 1;
    color: #333;
    font-weight: normal;
    text-align: center;
    margin-top: 20px;
}

.con-tit p {
    font-size: 0;
    line-height: 1;
    color: #999;
    text-align: center;
    margin-top: 17px;
}

.con-tit p span {
    display: inline-block;
    font-size: 15px;
    margin-left: 32px;
}

.con-tit p span:first-child {
    margin-left: 0;
}

.con-tit {
    padding-top: 39px;
    padding-bottom: 21px;
    border-bottom: 1px solid #cccccc;
}

.con-body p {
    font-size: 15px;
    line-height: 30px;
    color: #555555;
    margin-top: 24px;
    text-indent: 2em;
}

.con-body img {
    display: block;
    width: auto;
    margin: 23px auto 0;
}

.con-info {
    border-top: 1px solid #cccccc;
    margin-top: 25px;
}

.pnext {
    margin-top: 23px;
}

.pnext p {
    text-indent: initial;
    font-size: 16px;
    line-height: 30px;
    color: #555555
}

.pnext p a {
    font-size: 16px;
    color: #555555;
}

.pnext p:hover {
    color: #c41d17;
}

.pnext p:hover a {
    color: #c41d17;
}