.p_DTop{
    margin-bottom: 20px;
}
.p_DTopL{
    width: 380px;
}
.p_DTopL>img{
    width: 100%;
}
.p_DTopR{
    width: 490px;
}
.p_DTopR>h2{
    font-size: 20px;
    line-height: 41px;
    border-bottom:1px solid #E8E8E8;
    font-weight: bold;
    margin-bottom: 30px;
}
.p_DTopR>p{
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 0;
}
.p_DBottomCtL{
    margin-right: 110px;
}
.p_DBottomTitle{
    line-height: 39px;
    border-bottom:1px dotted #DDDDDD;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
}
.p_DBottomCt1{
    margin-bottom: 50px;
}
.p_DBottomCt1>h2{
    font-size: 16px;
    color:#555555;
    line-height: 16px;
    margin-bottom: 15px;
    font-weight: bold;
}
.p_DBottomCt1>ul{
    padding-left: 0;
}
.p_DBottomCt1>ul>li{
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 10px;
    color: #555555;
}
.p_DBottomCt1>ul>li>span{
    margin-right: 15px;
}
.p_DVideo{
    position: relative;
}
.p_DVideo>p{
    line-height: 35px;
    margin-bottom: 0;
}
.p_DVideoPic img{
    width: 100%;
}
.p_DVideoPic embed{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
@media (min-width: 992px) and (max-width: 1199px){
    .p_DTopL{
        width: 300px;
    }
    .p_DTopR{
        width: 420px;
    }
    .p_DBottomCtL{
        margin-right: 60px;
    }
}
@media (min-width: 768px) and (max-width: 991px){
    .p_DTopL{
        width: 300px;
    }
    .p_DTopR{
        width: 420px;
    }
    .p_DBottomCtL{
        margin-right: 60px;
    }
}
@media (max-width: 767px){
    .p_DTopL,.p_DTopR{
        width: 80%;
        float: none;
        margin: 0 auto;
    }
    .p_DTopR{
        width: 80%;
        float: none;
        margin: 0 auto;
    }
    .p_DBottomCtL,.p_DBottomCtR{
        width: 45%;
    }
    .p_DBottomCtL{
        margin-right: 10%;
    }
    .p_DVideo img{
        width: 100%;
    }
    .p_DBottomCt1>ul>li{
        font-size: 12px;
    }
    .p_DBottomCt1>h2{
        font-size: 14px;
    }
    .p_DVideo>p{
        font-size: 12px;
    }
    .p_DTopR>p{
        font-size: 12px;
    }
}