/*主体*/
.g-content .m-list-nav li {
    justify-content: center;
}

.m-Video-main{
        float: right;
        width: 820px;
        height: auto;
        overflow: hidden;
    }
    .m-Video-main video{
        width: 820px;
        height: 460px;
        overflow: hidden;
        margin-bottom: 20px;
    }
    .m-Video_Bar{
        padding:17px 40px;
        width: 740px;
        background: url(../images/VideoList/Video_Bar_BK.jpg) center center no-repeat;
        height: 26px;
        overflow: hidden;
        margin-bottom: 15px;
    }
    .m-Video_Bar h4{
        float: left;
        width: 700px;        
        height: 26px;
        line-height: 26px;
        font-size: 20px;
        font-weight: normal;
        color: #333;
        overflow: hidden;
        
        /* Text overflow */
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        white-space: nowarp;
        overflow: hidden;
    }
    .m-Video_Bar h4 a{       
        color: #333;
    }
    .m-Video_Bar em{
        float: right;
        margin-top: 3px;
        width: 20px;        
        height: 20px;
        background: url(../images/VideoList/Icon_Video.png) center center no-repeat;
    }
    .m-Video_List{
        padding:44px 42px;
        width: 736px;
        height: 774px;
        background: url(../images/VideoList/Video_List_BK.jpg) center center no-repeat;
    }
    .m-Video_List h4{
        width:fit-content;
        width:-webkit-fit-content;
        width:-moz-fit-content;
        padding-right: 40px;
        height: 30px;
        line-height: 30px;
        font-size: 24px;
        color: #09459D;
        /*margin-bottom: 20px;*//*20251225*/
        background: url(../images/VideoList/Icon_Video.png) center right no-repeat;        
    }
    .m-Video_List h4 a{
        color: #09459D;        
    }
    .m-Video_List h5{
        line-height: 38px;
        font-size: 20px;
        font-weight: normal;
        color: #000;        
    }
    .m-Video_List h5 a{
        color: #000;        
    }
	/*20251225 start*/
	.m-Video_List p{
        margin-bottom: 20px;
        color: #993300;
        font-size: 18px;
	}
	/*20251225 end*/
@media only screen and (max-width: 750px) {
    .m-Video-main {
        /* display: none; */
        float: none;
        padding: 4vw;
        width: 92vw;
        height: auto;
        overflow: hidden;
        margin-bottom: 6vw;
    }
    .m-Video-main video{
        width: 92vw;
        height: 52vw;
        overflow: hidden;
        margin-bottom: 4vw;
    }

    .m-Video_Bar{
        padding:7px 4vw;
        width: 84vw;
        background: url(../images/VideoList/Video_Bar_BK.jpg) center center no-repeat;
        background-size: 100% 100%;
        height: 18px;
        overflow: hidden;
        margin-bottom: 4vw;
    }
    .m-Video_Bar h4{
        float: left;
        width: calc(84vw - 18px);        
        height: 18px;
        line-height: 18px;
        font-size: 14px;
        font-weight: normal;
        color: #333;
        overflow: hidden;
        
        /* Text overflow */
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        white-space: nowarp;
        overflow: hidden;
    }
    .m-Video_Bar h4 a{       
        color: #333;
    }
    .m-Video_Bar em{
        float: right;
        margin-top: 0;
        width: 18px;        
        height: 18px;
        background: url(../images/VideoList/Icon_Video.png) center center no-repeat;
        background-size: 18px 18px;
    }
    .m-Video_List{
        padding:8vw 4vw;
        width: 84vw;
        height: auto;
        background: url(../images/VideoList/mVideo_List_BK.jpg) center center no-repeat;
        background-size: 100% 100%;
    }
    .m-Video_List h4{
        width:fit-content;
        width:-webkit-fit-content;
        width:-moz-fit-content;
        padding-right: 24px;
        height: 20px;
        line-height: 20px;
        font-size: 18px;
        color: #09459D;
        margin-bottom: 16px;
        background: url(../images/VideoList/Icon_Video.png) center right no-repeat;
        background-size: 18px 18px;        
    }
    .m-Video_List h4 a{
        color: #09459D;        
    }
    .m-Video_List h5{
        line-height: 24px;
        font-size: 16px;
        font-weight: normal;
        color: #000;        
    }
    .m-Video_List h5 a{
        color: #000;        
    }
}
/*20251225 start*/
@media only screen and (min-width: 750px) {
	.m-Video_List{
	height: 1500px!important;
	}
}
/*20251225 end*/
