@charset "utf-8";
/* CSS Document */

.tupian {
	font-size: 14px;
	line-height:26px;
	word-wrap:break-word;
	color: #666;


}


.tupian p {
	font-size: 14px;
	line-height:26px;
	word-wrap:break-word;
	color: #666;

	
}



.tupian .yes {
display: block ;

	
}

.tupian .no {
display: none;

	
}

 .tupian table {


table-layout: fixed !important;
            width: 100% !important;
            border-collapse:collapse;
            border:none;
       
}





.tupian img {
	border: 0;
	max-width: 100%!important;
	max-height: 100%!important;
	margin: 5px 0px 5px 0px!important;
	
}

 .tupian iframe {

margin: 5px 0px 5px 0px;
}
 .tupian video {

 margin: 5px 0px 5px 0px;
}


 @media (max-width: 767px) {
.tupian {
 font-size: 13px!important;
line-height:26px!important;
word-wrap:break-word;
color: #666;

}

.tupian img {
	border: 0;
	max-width: 100%;
	max-height: 100%;
	margin: 5px 0px 5px 0px!important;
	width: 100%!important;
	height: auto!important;
	
	
	
	
}

 .tupian p {
 font-size: 13px!important;
line-height:26px!important;
word-wrap:break-word;
color: #666;

}


 .tupian table {


table-layout: fixed !important;
            width: 100% !important;
            border-collapse:collapse;
            border:none;
       
}




 
 .tupian iframe {
 width: 100%!important;
height: unset!important;
height: 200px!important;
margin: 5px 0px 5px 0px;
}
 .tupian video {
 top:0;
 left: 0;
 width: 100%;
 height: 100%;
 margin: 5px 0px 5px 0px;
}


