
/*mobile*/
@media (max-width: 767px){
  body{background: #fff;}
  .t-stdInfo_list .m_wrap{padding: 0 2em;background: #fff;height: 100%;}
	.showList{width: 100%;margin: 0 auto;overflow: hidden;height: auto;text-align: center;font-size: 0;margin-bottom: 1.83rem;}
  .showList .block{display: inline-block;width: 47%;margin-top: 1.83rem;float: left;}
  .showList .block img{width: 100%;}
  .showList .block .wordBox{width: 100%;display: inline-block;margin-top: -1px;}
  .showList .block .block-blue{background: #003377;}
  .showList .block .block-sky{background: #00b6ee;}
  .showList .block .block-red{background: #e50011;}
  .showList .block .wordBox p{font-size: 0.9rem;font-weight: bold;color: #fff;margin-bottom: 0;}
	.showList .block .wordBox .btn{display:inline-block;width: 5rem;height: 2rem;line-height:2rem;color: #fff;font-size: 0.75rem;border:1px solid #fff;border-radius: 2px;margin: 7px auto 1rem;}
  .showList .block:nth-child(2n+1){/*margin-right: 1rem;*/float: left;}
  .showList .block:nth-child(2n){/*margin-left: 1rem;*/float: right;}
}
@media (min-width: 376px) and (max-width: 414px){
  .showList .block{width: 14.17rem;}
}
@media (max-width: 320px){
	.pageSwitch .btn{width: 4.5rem;}
	.showList .block{width: 47%;}
}