
#contain_l{width:350px;margin:0px;}
#contain_r{width:500px;margin-left:10px;min-height:450px;_height:450px;}
#contain_r ul{width:450px;margin-left:5px;}
#contain_r li{color:#555;font-family: "宋体";font-size: 12px;}
#contain_r h1{font-size: 16px;font-weight: bold;color:#fd810d}

#contain_r_b{width:500px;height:50px;}

#content_title{height:30px;padding:10px;margin-top:-10px;color:#f98909;font-size:24px;font-weight: bold;}
#content_show p{width:480px;color:#555;text-indent: 2em; line-height:20px;padding:2px;text-align:justify; text-justify:inter-ideograph }
#other p{width:680px;margin-left:5px;color:#555;text-indent: 2em;line-height:21px;padding:2px;text-align:justify; text-justify:inter-ideograph }
#other div{width:680px;text-align:center;color:#555; font-size:12px; line-height:20px}
p.title {width:100%;}

.news_style{display:none;}
.news_show{background-color: white;color:black;width:480px;height:300px;overflow: auto;	}
.news_mark{border: 0px solid gray;width:30px;height:20px;color:black; text-align:center;}
.cursor_style { cursor: pointer}

#question p{font-family:"宋体";font-size:12px;width:460px}


#wrap{
	width: 750px;
	margin: 0 auto;
	overflow: hidden;   /*用overflow: hidden 到容器里的元素*/
}

/*解决内层浮动后外面丢失高度的BUG*/
#wrap:after{
	content: '[DO NOT LEAVE IT IS NOT REAL]'; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
#wrap{
    display: inline-block;
}
/*\*/
#wrap{
    display: block;
}
/* end easy clearing */
/*\*/
#sideleft{width:400px;}
#sideright{{width:520px;}
#sideleft, #sideright{
	padding-bottom: 32767px !important;  /*应用 padding-bottom（足够大的值）到列的块元素*/
	margin-bottom: -32767px !important;  /*应用 margin-bottom（足够大的值）到列的块元素*/
}
@media all and (min-width: 0px){
	#sideleft, #sideright{
        padding-bottom: 0 !important;
        margin-bottom: 0 !important; 
    }
	#sideleft:before, #sideright:before{
        content: '[DO NOT LEAVE IT IS NOT REAL]';
        display: block;
        background: inherit;
        padding-top: 32767px !important;
        margin-bottom: -32767px !important;
        height: 0;
    }
}

