.detSer{display:none;}


.detailCon{}
.detailCon .titles{font-size: 26px;margin: 20px 0;padding-bottom:12px;text-align:center;font-weight: 700;color: #333;line-height: 40px;border-bottom: 1px solid #efefef;}
.detailCon .tab_ul {}
.detailCon .tab_ul li{}
.detailCon .tab_ul li a{}
.detailCon .tab_ul li.on{}



.detailCon .tab_ul {list-style: none;padding: 0; margin: 0 0 40px 0;display: flex;border-bottom: 1px solid #eee;}
.detailCon .tab_ul li {flex: 0 0 auto;margin-right: 30px;position: relative;}
.detailCon .tab_ul li a {display: block;padding: 10px 0;font-size: 20px;color: #2c3e50;cursor: pointer;text-decoration: none;}
.detailCon .tab_ul li a:hover {color: #bd1a2d;}
.detailCon .tab_ul li.on a {color: #bd1a2d;font-weight: 600;}
.detailCon .tab_ul li.on::after {content: '';width: 100%;height: 2px;background: #bd1a2d;position: absolute;left: 0;bottom: -1px;}


.detailCon .time_ul {list-style: none;padding: 0;margin: 20px 0;display: flex;gap: 20px;}
.detailCon .time_ul li {flex: 1; text-align: center; padding: 12px 10px;background: #f9f9f9; border-radius: 6px;border-left: 3px solid #bd1a2d; }
.detailCon .time_ul li p{font-size:14px;color:#999;margin-bottom:6px;}
.detailCon .time_ul li div{font-size:16px;color:#2c3e50;line-height:24px;}
.detailCon .dw_yxq{}
.detailCon .dw_yxq p{line-height:40px;font-size:16px;color:#2c3e50;}



.detailCon .zcfj_tit{position:relative;font-size:18px;color:#333;padding-left:10px;margin-bottom:10px;}
.detailCon .zcfj_tit:after{content:'';width:3px;height:18px;background:#bd1a2d;display:inline-block;position:absolute;left:0;top:4px;}
.detailCon .cons{padding-left:30px;}
.detailCon .cons .tiaokuan{background:#ccdcf1;}
.detailCon .cons .xize{font-weight:bold;}
.detailCon .cons .cailiao{font-weight:bold;}
.detailCon .slckBox{margin-top:30px;}
.detailCon .slckBox p{line-height:40px;font-size:16px;color:#2c3e50;} 
.detailCon .slckBox a{color:#1492ff;font-size:16px;}



@media screen and (max-width:1200px) {

}

@media screen and (max-width:768px) {
.detailCon .titles{font-size:18px;margin:10px 0;padding-bottom: 6px;}
.detailCon .tab_ul li a,
.detailCon .zcfj_tit{font-size:16px;}
.detailCon .time_ul li div,
.detailCon .dw_yxq p,
.detailCon .slckBox p{font-size:14px;}


.detailCon .tab_ul{margin:0 0 20px 0;}
.detailCon .time_ul{flex-wrap: wrap;}
.detailCon .time_ul li{flex: inherit; width: 100%;}


.detailCon .cons{padding-left:0;width:100%;}
.detailCon .slckBox p{line-height: 30px;}

}