/**组件样式**/
 .img-lists1 ul {
                overflow: hidden;
                margin-top: 10px;}
            
            .img-lists1 ul li {
                float: left;
                width: 22%;
                margin: 20px 1.5% 0 1.5%;
                border: 1px solid #eee;
                transition: all 0.3s;
                position: relative;
                top: 0;}
            
            .text-lists>ul>li>a>.pic img {
                width: 100%;
                height: 100%;}
            
            .img-lists1 ul li:hover {
                box-shadow: 0 0 10px rgba(51, 51, 51, 0.16);
                top: -10px;}
            
            .img-lists1 ul li a {
                display: block;
                width: 100%;}
            
            .img-lists1 ul li a>img {
                display: block;
                width: 100%;
                height: 196px;}
            
            .img-lists1 ul li a>div.info {
                padding: 10px;
                font-size: 0;}
            
            .img-lists1 ul li a>div.info p {
                color: #333;
                font-size: 16px;
              
                text-overflow: ellipsis;
                white-space: nowrap;
                margin-bottom: 5px;}
            
            .img-lists1 ul li a>div.info img {
                height: 14px;
                vertical-align: middle;}
            
            .img-lists1 ul li a>div.info span {
                font-size: 14px;
                display: inline-block;
                margin-left: 5px;
                color: #999;
                vertical-align: middle;}



@media screen and (max-width:650px) {
                .img-lists1 ul li {
                    width: 48%;
                    margin-left: 0;
                    margin-right: 0;}
                .img-lists1 ul li:nth-child(2n) {
                    margin-left: 3%;}
}
@media screen and (max-width:480px) {
                .nymain .leftNav p {
                    font-size: 22px;}
                .art-main .art-tit h3 {
                    padding-top: 10;}
                .img-lists1 ul li:nth-child(2n) {
                    margin-left: 0;}
                .img-lists1 ul li {
                    width: 100%;}
                .mechanism ul>li:nth-child(2n) {
                    margin-left: 0;}
                .mechanism ul>li {
                    float: none;
                    width: auto;}
                .position {
                    line-height: 30px;
                    text-align: left;
                    padding: 0;}
                .position a {
                    font-size: 12px;}
                .position span {
                    font-size: 12px;}
                .ny-title h3 {
                    float: none;
                    display: inline-block;}
                .ldtz ul li {
                    float: none;
                    width: auto;
                    margin-bottom: 30px;}
                .ldtz-pic {
                    float: left;
                    width: 120px;}
                .ldtz-infoz {
                    text-align: left;}
                .ldtz-info {
                    text-align: left;}
                .ldtz-info h3::before {
                    left: 0;
                    transform: none;}
                .ldtz ul li:nth-child(2n+1) {
                    margin-right: 0;}
                .ny-right {
                    padding-bottom: 20px;}
                .position {
                    margin-bottom: 0;}
            }
            
            
            
.pic{padding-top: 140%!important;}
