@charset "utf-8";

/* 分页 */

.pagination {
    text-align: center;
    font-size: 0;
    padding-top: 30px;
}

.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: #c52825;
    color: #fff;
    border: 1px solid #c52825;
}

.pagination a:hover {
    background: #c52825;
    color: #fff;
    border: 1px solid #c52825;
}

.pagination span {
    display: inline-block;
    font-size: 14px;
}

.ny-main {
    background: #fff;
    padding: 30px 20px;
}
.position{
    font-size: 0;
}
.position>span,.position>a{
    display: inline-block;
    font-size: 16px;
    line-height: 1;
    color: #333333;
}
.position>a:hover{
    color: #c52825;
}
.ny-main>h4{
    font-size: 20px;
    line-height: 58px;
    color: #c52825;
    background:#fff3f3;
    padding-left: 28px;
    margin-top: 25px;
}
.text-pic{
    margin-top: 27px;
    margin-bottom: 12px;
}
.text-pic a{
    display: block;
    overflow: hidden;
}
.text-pic .pic{
    float: left;
    width: 260px;
    height: 175px;
    overflow: hidden;
}
.text-pic .pic img{
    display: block;
    width: 100%;
    height: 100%;
    transition: all .3s;
}
.pic-info{
    overflow: hidden;
    padding-left: 40px;
}
.pic-info h4{
    font-size: 18px;
    line-height: 24px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 20px;
    margin-bottom: 15px;
}
.pic-info span{
    display: block;
    font-size: 14px;
    line-height: 24px;
    color: #999999;
    padding-left: 28px;
    background: url("../images/tm.png") no-repeat left center;
    margin-bottom: 14px;
}
.pic-info p{
    font-size: 14px;
    line-height: 24px;
    color: #999999;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:3;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 72px;
}
.text-pic:hover img{
    transform: scale(1.1);
}
.text-pic:hover h4{
    color: #c52825;
}
.ny-list>ul>li{
    padding: 25px 0 ;
    border-bottom: 1px dashed #f6f6f6;
}
.ny-list>ul>li>a{
    display: block;
    overflow: hidden;
}
.ny-list>ul>li .tm{
    width: 78px;
    float: left;
    background: #f6f6f6;
    padding: 15px 13px;
    transition: all .3s;
}
.ny-list>ul>li .tm span{
    display: block;
    font-size: 18px;
    line-height: 24px;
    color: #333333;
    text-align: center;
}
.ny-list>ul>li .tm span:first-child{
    font-size: 16px;
    font-weight: 600;
}
.list-info{
    overflow: hidden;
    padding-left: 26px;
}
.list-info h4{
    font-size: 18px;
    line-height: 24px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 12px;
    margin-bottom: 10px;
    transition: all .3s;
}
.list-info p{
    font-size: 16px;
    color: #999999;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.ny-list>ul>li:hover .tm{
    background: #c52825;
}
.ny-list>ul>li:hover .tm span{
    color: #fff;
}
.ny-list>ul>li:hover h4{
    color: #c52825;
}
.ny-list {
    padding: 0 20px 28px;
}

/*内容页*/
.con-tit h4{
    font-size: 24px;
    line-height: 24px;
    color: #333333;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 33px;
    margin-top: 64px;
}
.con-tit>div{
    width: 900px;
    margin: auto;
    font-size: 0;
    text-align: center;
    border-bottom: 1px dashed #e6e6e6;
    border-top: 1px solid #e6e6e6;
}
.con-tit>div>span,.con-tit>div>a{
    display: inline-block;
    font-size: 16px;
    line-height: 60px;
    margin-left: 20px;
}
.con-tit>div>span:first-child{
    margin-left: 0;
}
.con-tit>div>span i{
    font-style: normal;
    cursor: pointer;
}
.con-bd p{
    font-size: 16px;
    line-height: 2;
    color: #333333;
    text-indent: 2em;
    margin-top: 30px;
}
.con-bd p.con-img{
    text-indent: 0;
    margin-top: 35px;
    padding-bottom: 10px;
}
.con-bd p img{
    display: block;
    width: auto;
    margin: auto;
}
.con-bd{
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 30px;
    border-bottom: 1px dashed #e6e6e6;
}
.page{
    margin-top: 29px;
    padding-bottom: 16px;
}
.page>p{
    font-size: 16px;
    line-height: 46px;
    color: #333333;
}
.page>p span{
    font-weight: 600;
}
.page>p:hover{
    color: #c52825;
}