 
/*²úÆ·Õ¹Ê¾*/
.proleft{ width:18.4%;}
.sortit{ width:250px; text-align:center; background:url(../images/pslbg.jpg) center no-repeat; padding:30px 0;}
.sortit h4{ color:#fff;  font-weight:bold;}



.sortit p{ text-transform:uppercase; color:#fff;  }
.pols{  width:250px;}
.pols ul{ border:1px solid #d5d5d5; box-sizing:border-box; width:100%; padding:23px 10px; background:#fff;}
.pols ul li{ width:100%; margin-bottom:16px;}
.pols ul li a{ color:#666;display:block; padding:10px 0 10px 25px; position:relative; transition:all 0.5s;}
.pols ul li a i{ display:inline-block; width:9px; height:9px; border:1px solid #c1c1c1; border-radius:5px; transition:all 0.5s}
.pols ul li a span{ position:absolute; right:-5px; top:40%; transition:all 0.5s; transform:scale(1,0);}
.pols ul li a:hover,.pols ul li a.cur{ background:#1778be; color:#fff;margin-top:10px;}
.pols ul li a:hover span,.pols ul li a.cur span{ transform:scale(1);}
.pols ul li a:hover i,.pols ul li a.cur i{ border:1px solid #fff}
.pols dl{   border-bottom:1px dashed #6f6f6f;font-size:12px;line-height:10px;margin-bottom:10px;}

 @media screen and (max-width:768px){
.sortit{ width:400px; text-align:center; background:#1778be;margin-top:-30px; padding:30px 0;height:100px;}
.sortit h4{ color:#fff;  font-weight:bold;}
.pols dl{  text-align:left;font-size:15px; border-bottom:1px dashed #6f6f6f;}
.pols{  width:400px;}}