.xl-wrapper{
    background: #fff;
    padding: 0px 30px;
    padding-bottom: 40px;
}
.xl-title{
    text-align: center;
    font-size: 2rem;
    color: #000000;
    font-weight: 700;
    padding: 50px 0;
    width: 1000px;
    margin: 0 auto;
    border-bottom:1px solid #f8f4ec;
    margin-bottom:10px;
}
.zz-ly-date{
text-align:center;
}
.zz-ly-date li {
    display: inline-block;
    margin-right: 60px;
    margin-bottom: 10px;
}
.xl-main{
line-height:30px;
}
.xl-main p{
margin-bottom:20px;
}
table th, table td {
    border: 1px solid #dddddd;
    height: 50px;
    line-height: 22px;
    font-size: 14px;
    color: #000;
    font-family: 微软雅黑;
    text-align: center; 
}
table {
    border-collapse: collapse; 
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px){
.xl-wrapper{
width:100%;
box-sizing:border-box; 
}
.xl-title{
width:100%;
}
.xl-title{
padding:20px 0;
}
}
@media screen and (max-width:600px){
.xl-wrapper{
width:100%; padding:0 10px;
box-sizing:border-box;
}
.xl-title{
width:100%;
padding:15px 0;
font-size:1.6rem;
}
.zz-ly-date li{
margin-right:10px;
}
.zz-ly-date{
margin-bottom:20px;
}
}


.frame_list{padding: 10px;
box-sizing: border-box;
background: #f8fbfc; margin:0;}
.frame_tab{background: #f8fbfc;
height: 60px;
line-height: 60px;
cursor: pointer;}
.frame_tab{
padding-left:2%;
}
.frame_tab li {
    float: left;
    width: 19.5%;
    text-align: center;
    font-size: 18px;}
.tab_active{
        border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    background: #fff;
}
.detailCon{
    width: 96%;
    height: auto;
    margin: 0 auto;    
    padding: 20px;
    box-sizing: border-box;
    background: #fff;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    line-height: 36px;}
.bloCon{
    display: none;
}
.detailCon .div_show{
    display: block;
}
@media screen and (max-width: 768px){
.perDetail .perUl-1 li{
height: 100px;
}
    .perDetail{
        margin-bottom: 5px;
    }
    .titleDetail{
        margin-bottom: 10px;
    }
    .perDetail .titleDetail{
        font-size: 18px;
        line-height: 36px;
    }
}