/*---百科样式 QQ：2420355482-----*/
@charset "utf-8";
/* CSS Document */

/*
自定义jQuery UI皮肤
*/
.ui-dialog {
	padding:0 !important;
	border:1px solid #666 !important;
	border-radius:0 !important;
	overflow:visible;
	z-index: 1000 !important;
}

.ui-dialog-titlebar {
	padding:0 !important;
	height:32px !important;
	background:#333 !important;
	border:0 important;
	border-bottom:none !important;
	border-radius:0 !important;
}
.ui-dialog-title {
	display:block;
	float:left;
	color:#fff !important;
	height:32px !important;
	line-height:32px !important;
	font-size:14px !important;
	text-align:center !important;
	border:none !important;
	text-indent:10px;
}
.ui-dialog{
	border:1px solid #eee !important;
	border-radius:4px !important;
	
}

.ui-button{
	background:#333 !important;
	border:none !important;
	float:right !important;
	color:#fff !important;
	width:31px !important;
	height:31px !important;
	cursor:pointer !important;
}
.ui-button:hover{
	background:red !important;
}

.bk_nav{
	width:1200px;
	margin:0 auto;
	height:25px;
}

#main{
	width:1202px;
	min-height:1100px;
	margin:0 auto;
	background:#fff;
}
#main_left{
	width:900px;
	min-height:1100px;
	float:left;
	background:#fff;
}
#main_right{
	width:300px;
	float:right;
	background:#fff;
}

#main_left .title{
	width:100%;
	height:65px;
	padding-top:30px;
	background:#4F9CEE;
	color:#fff;
	margin-bottom:10px;
}
#main_left .title h2{
	font-weight:500;
	text-align:left;
	font-size:32px;
	text-indent:30px;
}
#main_left .suomin{
	width:100%;
	height:30px;
	line-height:30px;
	border-left:12px solid #4F9CEE;
	font-size:22px;
	text-indent:15px;
}
#main_left .suomin div{
	float:left;
}
#main_left .suomin span{
	display:block;
	float:left;
	width:760px;
	height:14px;
	border-bottom:1px solid #eee;
	margin-left:10px;
}
#main_left .bk_content{
	padding-top:15px;
	width:95%;
	margin:0 auto;
}
#main_right .bk_img{
	width:270px;
	height:350px;
	margin:10px auto;
	border:1px solid #e6e6e6;
	position:relative;

}
#main_right .bk_img:hover{
	cursor:pointer;
	color:orange;
}
#main_right .bk_img img{
	position: relative;
    top: 45%;
    transform: translateY(-50%);
}


#main_right .bk_img span{
	display:block;
	height:30px;
	line-height:30px;
	position:absolute;
	left:10px;
	bottom:10px;
	background:url(img/icon_img.png)no-repeat left center;
	font-size:14px;
	text-indent:30px;
}
#main_right .bk_list{
	width:270px;
	margin:0 auto;
	border:1px solid #e6e6e6;
	height:500px;
	margin-bottom:10px;
}

#main_right .bk_list h2{
	font-size: 16px;
	font-weight: 500;
	padding-left:18px;
	height:40px;
	line-height:40px;
	border-top:#1269d3 2px solid;
	border-bottom:1px solid #ededed;
}

#main_right .bk_list h2 span{
	display:block;
	float:left;
	width:4px;
	height:20px;
	background:#1269d3;
	position:relative;
	top:10px;
	left:-5px;
}
#main_right .bk_list ul{
	float:left;
	width:80px;
	margin:5px;
	overflow:hidden;
	text-align:center;
	overflow:hidden;
}

#main_right .bk_count{
	width:270px;
	margin:0 auto;
	border:1px solid #e6e6e6;
	height:200px;
}

#main_right .bk_count h2{
	font-size: 16px;
	font-weight: 500;
	padding-left:18px;
	height:40px;
	line-height:40px;
	border-top:#1269d3 2px solid;
	border-bottom:1px solid #ededed;
}
#main_right .bk_count h2 span{
	display:block;
	float:left;
	width:4px;
	height:20px;
	background:#1269d3;
	position:relative;
	top:10px;
	left:-5px;
}
#main_right .bk_count ul{
	padding-top:25px;
}
#main_right .bk_count ul li{
	font-size:14px;
	text-indent:30px;
	height:30px;
	line-height:30px;
}

#show_bkimg {
	display:none;
	background:#666;
}

