<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">		.sPDList{
            margin:20px 0;
          }
          .sPDList ul{
            margin:0;
            padding:0;
          }
          .sPDList ul li{
            float:left;
            list-style:none;
            border: 1px dashed #999;
            margin: 0 5px 13px 0;
          }
          .sPDList ul li a{
            color:#F00;
            padding:10px 20px;
            display:block;
            text-align:center;
font-size: 22px;
font-weight: bold;
          }
          .pDTitle{
            color:#f55;
          }
          .pDMemo{
            line-height:32px;
            font-size:16px;
            color:#333;
          }
          .more_detail {
              display: block;
              background: #fdcc05 url(/template/images/s.png) 90% center no-repeat;
              width: 100%;
              color: #000;
              text-align: left;
              text-indent: 80px;
              *text-indent: 40px;
              padding: 12px 0;
              float: left;
              margin-right: 2%;
              font-size: 22px;
          }
          
          @media screen and (min-width:320px) and (max-width:768px) {
            .sPDList ul li{
              	width:147px;
            }
            .sPDList ul li:nth-child(even){
              	margin-right:0;
              	float:right;
            }
          }</pre></body></html>