@media only screen and (min-width: 1600px) { 
    .news-right ul li a{line-height:55px;}

.news-left .pic span {
        height: 510px !important;
    }
}  

@media only screen and (max-width: 1600px) {
    .inner{width: 92%;}
}

@media only screen and (max-width: 1440px) {
    .news-left{/* max-width:400px; */}
}

@media only screen and (max-width: 1366px) {
    .news-right ul li a{line-height: 44px;}
}

@media only screen and (max-width: 1024px) {
    .pic-title{padding:0px 1%;font-size:18px;}
    .pic, .pic a,.news-left{height:400px;}
}

@media only screen and (max-width: 960px) {
    .news-left,.news-right{width: 100%;}
    .news{padding:15px 0px;}
    .pic, .pic a,.news-left{height:auto;}
    .inner{width: 96%;}
}

@media only screen and (max-width: 600px) {
    .news-right{margin-top:15px;}
    .news-right ul li a{font-size:15px;font-weight:normal;line-height:30px;}
    .more{font-size:16px;}
}