﻿        .CategoryContent
        {
            background-color: #fff;
            padding: 20px;
        }
        .CategoryContent h1
        {
            margin-bottom: 18px;
        }
        .CategoryContent p
        {
            margin-bottom: 14px;
        }
        .CategoryContent li
        {
            margin-bottom: 14px;
        }
        .CategoryContent h2, h3, h4, h5
        {
            margin-bottom: 14px;
        }
        .CategoryContent h2
        {
            font-size: 18px;
            font-weight: 700;
        }
        .CategoryItem h2
        {
            font-size: 18px;
            font-weight: 700;
        }
        .CategoryContent p
        {
            font-size: 14px;
            margin-bottom: 10px;
        }
        .panter-list2
        {
            margin: -16px 0px;
        }
        .CategoryContent h1
        {
            font-size: 19px;
        }
        .CategoryContent h2
        {
            font-size: 18px;
        }
        .CategoryContent h3
        {
            font-size: 16px;
        }
        .CategoryContent h1, h2, h3
        {
            font-weight: 600;
        }
        .CategoryContent a
        {
            color: #017bc4;
        }
        .overflowdiv{ max-height:4171px; overflow:auto;}
        .rowDIV{flex-wrap:wrap;display:flex; margin-bottom:10px;}
        .rowDIV .col-lg-3{background-color:#fff; padding-left:0;}
        .rowDIV .col-lg-9{ padding-right:0;}
        .rowDIV .col-lg-6:last-child{padding-right:0;}
        .rowDIV .col-lg-3 .detail-body-left{padding:20px; line-height:30px;}
        .rowDIV .col-lg-3 .detail-body-left .category-list li{ padding:10px;}
        .rowDIV .col-lg-3 .detail-body-left .category-list li:hover{background-color:#f8f8f8;}
        .rowDIV .col-lg-3 .detail-body-left .category-list .active{ background-color:#f8f8f8; }
        .rowDIV .col-lg-3 .detail-body-left .category-list .active a{color:#017bc4;}
        .select-wrapper {position: relative;flex-wrap:wrap;display:flex;}
        .select-wrapper select{ width:80%; background-color:#fff;appearance:auto; border:1px solid #D5D5D5;border-radius:4px;}
        .select-wrapper select::after {
  content: '▼'; /* 下拉箭头字符 */
  position: absolute;
  right: 10px; /* 位置调整 */
  top: 50%;
  transform: translateY(-50%);
}
.rowDIV .col-lg-3 .catemore{ float:right; display:none; cursor:pointer;  width:30px; height:30px; text-align:center; font-size:26px; line-height:30px; text-align:center; margin-top:10px;}	
.rowDIV .col-lg-3 .cateclosemore{ display:none; float:right; margin-right:10px; cursor:pointer; border-radius:50%;  width:30px; height:30px; text-align:center; font-size:26px; line-height:30px; background-color:#ccc;margin-top:10px;}


@media (max-width:980px) 
{
	.rowDIV .col-lg-3{ padding-right:0;}
	.rowDIV .col-lg-6{padding-right:0; margin-top:20px;}
	.rowDIV .col-lg-9{ padding-left:0; margin-top:20px;}
	.rowDIV .col-lg-3 .catemore{ display:block;}	
	.rowDIV .col-lg-3 h2{ line-height:50px;}	 
	.overflowdiv{ max-height:400px; overflow:auto; display:none;}	
	.pro-thead{ display:none;}


	
}