.liebiao { width:98%; overflow:hidden; margin:0 auto;}
.liebiao li {line-height:25px;font-size:16px;border-radius: 20px;background: url(../images/down.png) no-repeat 98% center #f8f8f8; border:1px #f8f8f8 solid;padding:25px 50px 25px 0; margin-bottom:20px; overflow:hidden; color:#333; cursor:pointer;}
.liebiao li .num { width:80px; height:30px; line-height:30px;border-right:1px #ddd solid;display:inline-block; text-align:center; margin-right:30px;float:left;}
.liebiao li .info{ margin-left:50px;} 
.liebiao li:hover{border:1px #0055ff solid;  background: url(../images/down2.png) no-repeat 98% center;}

.liebiao li.xz , .liebiao li.xz2 {border:1px #0055ff solid;  background: url(../images/up.png) no-repeat 98% center; font-weight:bold; color:#0055ff;}
.liebiao li.zk {background:none; height:auto;border:none; padding:0;cursor:auto;}

.zk_con {border-radius:20px; padding:50px; color:#333; background-color:#f8f8f8;line-height:30px;}
.zk_con img{ max-width:100%; width:auto;}


@media only screen and (max-width: 1199px) {

.liebiao{ width:100%;}
.liebiao li{background: url(../images/down.png) no-repeat 95% 20px;height: auto; line-height: inherit; padding:10px 10% 10px 0;font-size:1rem;margin-bottom:10px;line-height:1.8em; }
.liebiao li:hover{ background: url(../images/down2.png) no-repeat 95% 20px;}
.liebiao li.xz , .liebiao li.xz2 {border:1px #18469b solid;  background: url(../images/up.png) no-repeat 95% 20px; font-weight: normal; color:#18469b;}
.liebiao li .num { width:30px; height:30px; line-height:30px;border-right:1px #ddd solid;display:inline-block; text-align:center; margin-right:10px;float:left;}
.liebiao li .info{ margin-left:40px;} 
.zk_con  {font-size:1rem;line-height:1.8em;}
}