
*{
	margin:0px;
	padding:0px;
}

body{
	background: #E8FFF5;
}

a{
	text-decoration: none;
}

.maindiv{
	width:1000px;
	margin: auto;
	margin-top: 10px;
	background: #F0F0F0;
	margin-bottom: 10px;
	/*box-shadow:5px 5px 10px gray;*/
	box-shadow:5px 5px 10px 3px rgba(0,0,0,0.5);
	/*box-shadow:5px 5px 10px 5px gray;
	box-shadow:5px 5px 10px gray inset;*/
	
}

.titlediv{
	background-image: url(../image/toplogo.jpg);
	text-align: center;
	height:100px;
	padding-top: 30px;
	/*border: 0.5px solid grey;*/
}

.titlediv a{
	color:white;
	text-decoration: none;
}

.titlediv a:hover{
	color:red;
}

.titlediv a{
	/*文字加描边效果，以防止白色颜色等浅色字体放在浅色背景中看不清楚 */
	text-shadow: -1px 1px 0 #000, 1px 1px 0 #000,1px -1px 0 #000,-1px -1px 0 #000;
}

.titleh6{
	/*文字加描边效果，以防止白色颜色等浅色字体放在浅色背景中看不清楚 */
	text-shadow: -1px 1px 0 white, 1px 1px 0 white,1px -1px 0 white,-1px -1px 0 white;
}

.listdiv{
	border-top: 1px black solid;
	border-bottom: 1px black solid;
	height: 22px;
	background: #BBFFFF;
}

.buttondiv{
	margin-top: 22px;
}

.mainul li{
	float: left;
	list-style: none;
	margin-left: 10px;
}

.mainul li a{
	text-shadow: -1px 1px 0 #000, 1px 1px 0 #000,1px -1px 0 #000,-1px -1px 0 #000;
	font-weight: bold;
	font-size: 15px;
	font-family: 黑体;
}

.mainul li a:hover{
	text-decoration: none;
	color:yellow;
}

.mainul_a{
	color:springgreen;
}

.nav_active{
	color:yellow;
}

.maintable td{
	/*border: 1px solid grey;*/
	vertical-align: top;
}

.leftth{
	width: 720px;
}

.rightth{
	background:#E0E0E0;
	width: 275px;
	padding-left:5px;
	text-align: left;
	/*border-left: 2px black solid;*/
}

.posth2{
	width: 700px;
    padding: 0 0 0 5px;
    margin: 5px 0 2px 5px;
    font-size: 14px;
    height: 20px;
    line-height: 20px;
    /*color: #284259;
    border-top: 1px dashed #91895b;
    border-left: 3px solid #91895b;
    border-bottom: 1px dashed #91895b;*/
    
    /* border-top: 1px dashed black; */
    /* border-left: 3px solid black; */
    border-bottom: 1px dashed black;
}

.posth2 a{
	color: #FF5809;
}

.posth2 a:hover{
	color: #8600FF;
}

.text_div{
	margin-top: 25px;
	padding-right: 15px;
	
}

.posth3{
	width: 700px;
    padding: 0 0 0 5px;
    margin: 5px 0 2px 5px;
    font-size: 15px;
    height: 20px;
    line-height: 20px;
    /* border-top: 1px dashed black; */
    /* border-left: 3px solid black; */
    border-bottom: 1px dashed black;
}

.posth3 a{
	color: blue;
}

.posth3 a:hover{
	color: gold;
}

.post-footer {
    width: 690px;
    margin: 10px 0 0px 0;
    padding: 2px 0 0 0;
    font-size: 12px;
    color: gray;
    height: 20px;
    text-align: right;
}

.post-footer_webs {
    width: 690px;
    margin: 18px 0 0px 0;
    padding: 2px 0 0 0;
    font-size: 14px;
    color: gray;
    height: 20px;
    text-align: right;
}

.text_h5{
	padding-left: 10px;	
}

.text_p{
	text-indent:2em;
	padding-left: 10px;
}

.main_text_p{
	margin: 10px 0 15px 0;
	padding-left: 12px;
	padding-right: 12px;
	text-indent: 30px;
	font-family: "宋体";
}


.right_title{
	background: #BEBEBE;
	margin-bottom: 5px;
}

.right_title_2{
	margin-top: 10px;
}

.baidu_search_div{
	margin-top: 10px; 
	
}

.bdcs-search-form-input{
	height:25px;
	width:200px;
}

.bdcs-search-form-submit{
	position:relative;
	top:1px;
	height: 29px;
	width:50px;
}

.p_min_text{
	text-indent:2em;
	font-size: 0.9em;
	font-family: "微软雅黑";
	line-height: 1.5;
	padding: 0px 15px;
}

.youlian_p{
	font-size: 0.9em;
	font-family: "宋体";
	line-height: 2;
	padding: 0px 10px;
}

.youlian_p a{
	text-decoration:underline;
}

.youlian_p a:hover{
	text-decoration:none;
	color:red;
}

.youlian_p img{
	width:15px;
	height:15px;
	position: relative;
	top:2px;
}

#other_div{
	margin-top: 50px;
}

.allinfonum_div{
	margin-top: 20px;
}

.fenye_newdiv{
	margin-top:5px;
}

.fenye_tiaozhuan_text{
	font-size:1.2em
}

.fenye_number{
	width:50px;
}

.fenye_btn{
    height: 26px;
    width:60px;
    background: #1AA094;
    color:white;
    border:none;
}

.fenye_btn:hover{
    border:1px white solid;
}

.fenye_tiaozhuan_btn{
	color:#1AA094;
}

.fenye_select{
	height: 25px;
}

.fenye_btn2{
	height: 24px;
    width:50px;
    background:white;
    color:black;
    border:1px solid #1AA094;
}

.fenye_btn2:hover{
    border:1px solid #DFFFDF;
    color:#1AA094;
    cursor: pointer;
}

.hottext_p{
	font-size: 0.9em;
	font-family: "微软雅黑";
	line-height: 2;
	padding: 0px 10px;
}

.hottext_p a{
	color:#5B5B00;
}

.hottext_p a:hover{
	text-decoration:underline;
}

.hottext_p img{
	width:15px;
	height:15px;
	position: relative;
	top:2px;
}

.tuijiantext_p{
	font-size: 0.9em;
	font-family: "微软雅黑";
	line-height: 2;
	padding: 0px 10px;
}

.tuijiantext_p a{
	color:#642100;
}

.tuijiantext_p a:hover{
	text-decoration:underline;
}

.tuijiantext_p img{
	width:15px;
	height:15px;
	position: relative;
	top:2px;
}

.upornext_text_div{
	width:100%;
	heigth:30px;
	border-top: 1px black solid;
	padding-top: 5px;
	margin-bottom: 5px;
	margin-top: 5px;
}

.upornext_text_div p{
	margin-top: 3px;
}

.upornext_text_div_a{
	margin-left:10px;
	font-size: 0.9em;
	color:black;
	font-family: "微软雅黑";
	text-decoration: underline;
}

.upornext_text_div_a:hover{
	text-decoration: none;
	color:red;
}

.floot_bottom_div{
	width:100%;
	height:50px;
	padding-top:10px;
	background: black;
	text-align: center;
}

.floot_bottom_div p{
	color:#BEBEBE;
	font-size: 13px;
}

.floot_bottom_div p a{
	color:#BEBEBE;
	text-decoration: underline;
}

.canvas_img{
	 border: 1px solid black;
}

.text_main_title_h3{
	margin-left: 20px;
	margin-bottom: 20px;
}

.beianicon_img{
	width:18px;
	height:20px;
	position: relative;
	top:3px;
}
