/*index/index页面css*/
.zykj li{margin-right:1%;padding:20px 0 15px 0;position:relative;padding-left:36px;


width: -moz-calc(49.5% - 36px);width: -webkit-calc(49.5% - 36px);width: calc(49.5% - 36px);

}
.zykj li:nth-of-type(2n){margin-right:0;}
.zykj li p{font-size:.8rem;color:#828282;line-height:150%;}
.zykj li p:first-of-type{font-size:1.0rem;color:#696969;padding-bottom:5px;}

.zykj li:before{position:absolute;content:'';width:32px;height:32px;left:0;top:15px;background-size:32px 32px;}
.zykj li:nth-of-type(1):before{background-image:url('../../../../images/pptbus/admin.png');}
.zykj li:nth-of-type(2):before{background-image:url('../../../../images/pptbus/wechat.png');}
.zykj li:nth-of-type(3):before{background-image:url('../../../../images/pptbus/php.png');}
.zykj li:nth-of-type(4):before{background-image:url('../../../../images/pptbus/android.png');}


.zykj li:nth-of-type(-n+2){border-bottom:1px solid #f2f2f2;}

.probox{background:#F4F4F4;}
.probox ul{clear:both;padding-top:10px;}
.probox ul li{width:49%;margin-right:2%;margin-bottom:15px;}
.probox ul li:nth-of-type(2n){margin-right:0;}
.probox ul li div{background:#fff;text-align:center;box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);border-radius:5px;padding-bottom:10px;}
.probox ul li div p{text-align:center;font-size:.8rem;line-height:150%;color:#666666;}
.probox ul li div p:first-of-type{font-size:1.0rem;color:#333333;}

.probox ul li div img{border-radius:5px 5px 0 0;}