		.setvideo {
		    width: auto;
		    height: auto;
		}
		
		@media screen and (min-width:600px) {
		    .setvideo {
		        width: 654px;
		        height: 368px;
		        max-width: 135%;
		    }
		}
		
		@media screen and (max-width:600px) {
		    /*����С�ڵ���320,ͬ��*/
		    .setvideo {
		        width: 320px;
		        height: 270px;
		    }
		}
		
		.settitleimg {
		    width: 60% !important;
		}
		
		@media screen and (min-width:600px) {
		    .settitleimg {
		        width: 60% !important;
		    }
		}
		
		@media screen and (max-width:600px) {
		    /*����С�ڵ���320,ͬ��*/
		    .settitleimg {
		        width: 100% !important;
		    }
		}
		
		.newrow {
		    margin-left: -15px;
		    margin-right: -15px;
		}
		
		@media screen and (min-width:600px) {
		    .newrow {
		        margin-left: 100px;
		        margin-right: -30px;
		    }
		}
		
		@media screen and (max-width:600px) {
		    /*����С�ڵ���320,ͬ��*/
		    .newrow {
		        margin-left: -15px;
		        margin-right: -15px;
		    }
		}
		
		.newspeaker {
		    width: 16.66666667%;
		}
		
		@media screen and (min-width:600px) {
		    .newspeaker {
		        width: 16.66666667%;
		    }
		}
		
		@media screen and (max-width:600px) {
		    /*����С�ڵ���320,ͬ��*/
		    .newspeaker {
		        width: 50%;
		    }
		}
		
		.md-show~.md-overlay {
		    opacity: 1;
		}
		
		.md-overlay {
		    position: fixed;
		    width: 100%;
		    height: 100%;
		    top: 0;
		    left: 0;
		    z-index: 9999995;
		    visibility: hidden;
		    opacity: 0;
		    background: rgba(1, 1, 1, 0.6);
		    -webkit-transition: all 0.3s;
		    -moz-transition: all 0.3s;
		    transition: all 0.3s;
		}
		
		.md-content h3 {
		    font-weight: 600;
		    margin: 0;
		    padding: 20px;
		    text-align: center;
		    background: #fff;
		    border-radius: 0;
		    color: #797979;
		}
		
		h3 {
		    display: block;
		    font-size: 1.17em;
		    margin-block-start: 1em;
		    margin-block-end: 1em;
		    margin-inline-start: 0px;
		    margin-inline-end: 0px;
		    font-weight: bold;
		}
		
		.md-content>div {
		    padding: 15px 40px 30px;
		    margin: 0;
		    font-weight: 300;
		    font-size: 14px;
		}
		
		* {
		    box-sizing: border-box;
		}
		
		.md-content {
		    color: #5b5b5b;
		    background: #fff;
		    position: relative;
		    border-radius: 0px;
		    margin: 0 auto;
		}
		
		.mdshow {
		    visibility: visible !important;
		}
		
		.mdoverlay {
		    opacity: 1;
		    visibility: visible;
		}
		
		.md-modal {
		    position: fixed;
		    top: 50%;
		    left: 50%;
		    width: 50%;
		    max-width: 550px;
		    min-width: 320px;
		    height: auto;
		    z-index: 9999999;
		    visibility: hidden;
		    -webkit-transform: translateX(-50%) translateY(-50%);
		    -moz-transform: translateX(-50%) translateY(-50%);
		    -ms-transform: translateX(-50%) translateY(-50%);
		    transform: translateX(-50%) translateY(-50%);
		}
		
		.leadshow {
		    width: auto;
		}
		
		@media screen and (min-width:600px) {
		    .leadshow {
		        width: auto;
		    }
		}
		
		@media screen and (max-width:600px) {
		    .leadshow {
		        width: 350px;
		        padding-left: 2.5rem;
		    }
		}