 body {
   background: #f1f3f6;
 }

 .ant-breadcrumb {
   padding-top: 15px;
 }

 .main-container {
   display: flex;
   margin-top: 15px;
 }

 .main-container>.left {
   width: 250px;
   margin-right: 30px;
 }

 .main-container>.right {
   width: 920px;
 }


 .main-container .ant-collapse-content {
   border-top: 1px solid #f4f4f4;
 }

 .main-container .ant-collapse>.ant-collapse-item {
   border-bottom: 1px solid #f4f4f4;
 }

 .p-list .item {
   background: #fff;
   padding: 10px;
   text-align: center;
   margin: 20px 0;
   transition: all 0.3s;
   cursor: pointer;
   display: block;
   border: 2px solid #fff;
   border-radius: 5px;
 }

 .p-list .item:last-child {
   border-bottom: none;
   margin-bottom: 0px;
 }

 .p-list .item:hover {
   box-shadow: 0 0 3px rgba(46, 110, 213, 0.6);
   border: 2px solid #2e6ed5;
 }

 .p-list .item img {
   height: 130px;
 }

 .p-list .item .name {
   color: #333;
 }

 .p-list .price {
   padding-top: 5px;
   border-top: 1px solid #f4f4f4;
   margin-top: 5px;
   margin-bottom: 5px;
   font-size: 20px;
   font-weight: 500;
   color: #2e6ed5;
 }

 .p-list .price del {
   color: #777;
   font-size: 13px;
 }

 .p-list .ant-btn {
   width: 100%;
 }

 .article {
   padding: 30px;
   background: #fff;
 }

 .articles .thumb {
   margin-top: 20px;
   height: 200px;
   width: 100%;
 }

 .article .title,
 .articles .title {
   font-size: 28px;
   text-align: center;
   margin-bottom: 10px;
   font-weight: 500;
   color: #111;
 }

 .article .date,
 .articles .date {
   text-align: center;
   color: #777;
   margin-bottom: 20px;
 }

 .article .content {
   -o-tab-size: 4;
   tab-size: 4;
   -moz-tab-size: 4;
   text-align: left;
   white-space: pre-wrap;
   word-wrap: break-word;
   line-height: 2;
 }

 .article .content img {
   max-width: 100%;
   height: auto;
   margin: 0.5rem auto;
   display: block;
 }

 .article .desc,
 .articles .desc {
   color: #999;
   margin-bottom: 20px;
   line-height: 1.8;
 }

 .articles .item {
   margin-bottom: 15px;
   background: #fff;
   padding: 15px;
   cursor: pointer;
   border-radius: 4px;
   transition: all 0.2s;
   display: block;
 }

 .articles .item:hover {
   box-shadow: 0 0 15px rgba(0, 0, 0, 0.07);
 }

 .cate-list .item {
   padding: 10px 0;
   border-bottom: 1px solid #f4f4f4;
   cursor: pointer;
   display: block;

 }

 .cate-list .item:last-child {
   border-bottom: none;
 }

 .cate-list .item:hover {
   color: #111;
 }

 .cate-list .item .anticon {
   margin-right: 10px;
 }

 .ant-collapse-borderless>.ant-collapse-item>.ant-collapse-content {
   background: #fff;
 }