/*
* @Author: zx
* @Date:   2019-06-19 16:34:38
* @Last Modified by:   zx
* @Last Modified time: 2019-06-19 17:01:35
*/


html, body { width: 100%; height: 100%; min-width: 1200px; font-size: 14px; background: #fff;}

/* banner */
.szzfGray{background:#f5f5f5; padding:30px 0 40px 0; margin-bottom:30px;}
.SpBanner{width: 100%; display: block;}
/*内容一*/
.SpCon1,#SpCon2{width: 1200px; overflow:hidden;  margin:40px auto 0;}
.SpCon1{margin-bottom:40px;}
.SpList{width:calc(50% - 20px); margin-right:20px;float: left;}
.SpTit{background: url(MkBg.png) 0 0 no-repeat; height: 40px; line-height: 40px; font-size: 16px; padding-left: 20px; color: #fff;}
.SpTit a{float: right; color: #005684; font-size: 14px; display: block; width: 65px; line-height: 40px;}
.SpList ul{border-top:solid 1px #005684; background-color: #fff; padding:12px; height: 330px;}
.SpList ul li{overflow: hidden; height: 40px; line-height: 40px; padding-left: 15px; background:url(icon.jpg) left center no-repeat; text-overflow: ellipsis; white-space: nowrap;}
.SpList ul li a{display:block;float:left; width:calc(100% - 100px);text-overflow: ellipsis; white-space: nowrap; overflow:hidden;}
.SpList ul li span{float:right; width:90px; display:block;}

@media screen and (max-width:800px){
  html,body{min-width:100%;}  
  .SpCon1{padding-top:20px;}
  .SpCon1,#SpCon2{width:98%; margin:0 auto; } 
  .SpList{width:100%; margin:0 0 20px 0; float:none;}
}