
    .swiper-container{background:#f6f6f6;width:100%;border-top:0;}


    .listm{
        margin:40px 0 50px;
    }
    .listm ul{
        margin-top: 0.1rem;
        margin-left: 12rem;
    }
    .listm ul li{
        float: left;
        width:50%;
        height: 5.2rem;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        font-family:"微软雅黑";
	font-size: 0.27rem;
	font-weight: normal;
	font-stretch: normal;
	line-height: 0.4rem;
	letter-spacing: 0px;
    color: #111111;
    padding-left: 4%;
    padding-top: 7%;
    text-align: left;
    }
    .listm ul li:nth-child(2n+1){clear:both;}
.listm ul li:hover{
    /*animation: donghua 1s forwards;*/
}
   
    .listm ul li:nth-of-type(3){
        background-position: 33% center;
    }
    .listm ul li:nth-of-type(4){
       
    }
    .fangda{
    font-family: SourceHanSansCN-Bold;
	font-size: 1rem;
	font-weight: normal;
	font-stretch: normal;
	line-height: 0.3rem;
	letter-spacing: 0px;
	color: #006376;
    }
    .suoxiao{
        font-family: SourceHanSansCN-Bold;
	font-size: 0.36rem;
	font-weight: normal;
	font-stretch: normal;
	line-height: 0.3rem;
	letter-spacing: 0px;
	color: #006376;
    }
    @keyframes donghua{
        from{
            box-shadow: 0px 0px 0px #ccc;
            margin-top: 0px;
            margin-left: 0px;
        }
        to{
            box-shadow: 0.05rem 0.05rem 0.05rem #ccc;
            margin-top: 0.05rem;
            margin-left: 0.05rem;
       
        }
    }
    .jiahao{
        margin-left: 1rem;
    }



    @media (max-width:767px){
        .listm {    margin: 20px 0 0px;}
        .listm ul{width:100%;}
        .listm ul li{position:relative;left:auto !important;top:auto !important;right:auto;width:100%;margin:0;height:auto;float:none;padding-bottom:7%;font-size:14px;line-height:1.5;}
        .fangda{font-size:18px;line-height:1.5;}
        
    }
    