@charset "UTF-8";

/**
 * [Small Screen for Smart Phone and Mini Pad]
 * 480~767
 */
@media screen and (max-width: 540px) {
	.news_jj {
    font-size: 0.24rem;
    color: #a0a0a0;
    line-height: 15px;
    margin-top: 0.08rem;
    overflow: hidden;

}
.news_jj a{color:#a0a0a0;word-wrap:break-word; }
.news_title1 {
   
    line-height: 25px;
   
  overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.news_time {
    line-height: 25px;
}
#footer .inner .footer-info{line-height:20px;}
}

@media screen and (max-width: 360px) {
.link_con1{font-size:12px;}

}


