@charset "utf-8";
/* CSS Document */
/**
 * @description: 网站首页样式
 * @author: ishang_pan
 * @update: ishang_pan (2020-06-16 09:25)
 */

/*home*/
.m-shxx{margin-top:55px;}
.m-shxx h4 img{width: 100%;}
.m-shxx h4 a{position: absolute;right: 20px;top: -5px;font-size: 14px;color: #969799;}
.m-shxx ul {margin-top: 10px;}
.m-shxx ul li{line-height: 38px;background: url(../images/public/icon-list.png)no-repeat left;padding-left: 15px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.m-shxx ul li a{color: #333;}
.m-shxx ul li span{float: right;color: #999999;}
/*media query*/
/*large pcScreen*/
@media (min-width:1200px) {

}
/*medium pcScreen lg*/
@media screen and (max-width: 1199px) {
    

}
/*pad md*/
@media screen and (max-width: 991px ){

}
/*phone sm*/
@media screen and (max-width: 767px) {

}
/*small xs*/
@media screen and (max-width: 638px) {
    

}