
.comm_content {
    overflow: hidden;
    padding-top: 10px;
    line-height: 180%;
    color: #333;
}

.comm_content p {
    margin: 10px 0;
}

.comm_content img {
    max-width: 100%;
}

/*video_box*/
.video_box {
    width: 680px;
    height: 100% !important;
    margin: 0 auto;
    text-align: center;
    padding-top: 20px;
}

.video_box iframe {
    width: 680px !important;
    height: 100% !important;
}

.caseMenu {
    margin-bottom: 20px;
}

/* all */
.list-paddingleft-2{
    list-style-type: disc;
    padding-left: 30px;
}
.list-paddingleft-2 li::marker {
      /* 基础排版重置（解决浏览器差异） */
      unicode-bidi: isolate;
      font-variant-numeric: tabular-nums;
      text-transform: none;
      text-indent: 0 !important;
      text-align: start !important;
      text-align-last: auto !important;
      
      /* 自定义 marker 外观 */
      content: "•"; /* 圆点符号（也可以用 \2022，效果一致） */
      color: #000000; /* 圆点颜色，示例用蓝色，可自定义 */
      font-size: 16px; /* 圆点大小 */
      margin-right: 8px; /* 圆点和文字的间距 */
      font-weight: bold; /* 圆点加粗（可选） */
    }
/*page
#page{ overflow:hidden; font-size:12px;text-align:center; margin-bottom: 15px; clear: both; padding-top: 30px;}
#page a { text-decoration: none; display:inline-block; margin:0 2px; height:30px; line-height:30px; background:#fff; border:1px solid #e3e3e3; text-align:center; color:#333; padding:0 12px}
#page a.a1 {width:56px; padding:0; background:#f8f8f8;}
#page a:hover {background:#24A5E6; border-color:#24A5E6; color:#fff; text-decoration:none; }
#page span {display:inline-block; margin:0 2px; height:30px;padding:0 12px; font-size:12px;line-height:30px; background:#24A5E6; border:1px solid #24A5E6; color:#fff; text-align:center; }
*/
/*pr_title 2018-3-7*/
.pr_title {
    padding: 27px 19px;
    background: #fff;
    font-size: 26px;
    color: #333333;
    position: relative;
}


/*mobile page*/
#wappage {
    margin: .26rem .24rem;
    text-align: center;
    margin-bottom: 0;
    font-size: 14px;
    clear: both;
    overflow: hidden;
}

#wappage .pagemin {
    display: inline-block;
    text-align: center;
    margin: 0 auto;
}

#wappage a,
#wappage span.morepage {
    padding: 0 16px;
    height: 36px;
    line-height: 36px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
    margin: 0 2px;
    display: inline;
    float: left;
    color: #222;
}

#wappage span,
#wappage a:hover {
    background: #24A5E6;
    border: 1px solid #24A5E6;
    color: #fff;
    border-radius: 4px;
    display: inline-block;
    float: left;
    margin: 0 2px;
    padding: 0 16px;
    height: 36px;
    line-height: 36px;
    text-decoration: none;
}