.frame_list{padding: 10px;
box-sizing: border-box;
background: #f8fbfc;}
.frame_tab{background: #f8fbfc;
height: 60px;
line-height: 60px;
cursor: pointer;}
.frame_tab{
padding-left:2%;
}
.frame_tab li {
    float: left;
    width: 16.3%;
    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;
}
.detailCon {
    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;
}
ul {
    list-style: none;
}
.detailCon li {
    overflow: hidden;
    min-height: 60px;
    border-bottom: 1px solid #eee;
}
.Wid0103 {
    width: 100%;
    position:relative;
}
.p_title {
    font-size: 16px;
    float: left;
    width: 130px;
    height: 30px;
    display: block;
    position: absolute;
    left: 0;
    top: 15px;
    line-height: 30px;
}
.p_con0103 p {
    padding: 15px 0px 15px 130px;
    box-sizing: border-box;
    font-size: 14px;
    color: #888888;
    display: block;
    line-height: 30px;
}
.p_con0103 iframe{ 
width:100%;
height:450px;
}
@media screen and (max-width: 768px){
    .perDetail .perUl .perH2,    .perDetail .perUl .perH2 p{
        font-size: 12px;
    }
.p_con0103 p {
    padding: 10px 0px 0px 80px;
}
    .frame_list .frame_tab li{
        width: 16%;
    }
}