@media only screen and (max-width: 1200px) {
    .my-video2-div {
        width:100%;
        margin:0 auto;
        margin-bottom: 10px;
    }
}

@media only screen and (min-width: 1200px) {
    .my-video2-div {
        width:100%;
        margin:0 auto;
        margin-bottom: 20px;
    }
}



@media only screen and (min-width: 1430px){
    .xyml .select2_sel{
        width: 260px;
        margin-right: 10.5px;
    }
}

@media only screen and (min-width: 1000px) and (max-width: 1430px){
    .xyml .select2_sel{
        width: 2.6rem;
        margin-right: 0.101rem;
    }
    .form-control .select2-choice{
        height: 0.4rem !important;
        padding: 0 0 0 0.1rem !important;
    }
    .select2-container .select2-choice .select2-arrow{
        top:0 !important;
    }
    .select2-container .select2-choice abbr{
        top:0.1rem !important;
    }
}

@media only screen and (max-width: 1000px){
    .xyml .select2_sel{
        width: 100%;
        margin-bottom: 10px;
    }
}



.cont .detail .nr p{
    text-indent: 2em !important;
}

.detail .x6 td:nth-child(1),.detail .x6 td:nth-child(3),.detail .x6 td:nth-child(4){
    white-space:nowrap;
}