body{
	background-color: #f3f3f3;
	font-family: "微软雅黑";
	font-size: 14px;
	color: #666;
}
a{
	color: #666;
	text-decoration: none;
}
a:hover{
	color: #e40009;
}

/*头部*/
.header{
	width: 100%;
	border-bottom: 5px solid #333;
	margin-bottom: 22px;
	height: 150px;
	position: absolute;
	margin-top: 30px;
}
.logo{
	width: 1200px;
	height: 92px;
	margin: 0 auto;
	background: url("../image/index/logo_bg.png") no-repeat;
}
.logo i{
	display: inline-block;
}
.logo>i{
	width: 374px;
	height: 67px;
	margin-top: 12px;
	float: left;
	background: url("../image/mix/logo.png") no-repeat;
}
.search{
	float: right;
	position: relative;
	margin-top: 30px;
}
.search input{
	border: 1px solid #dcdcdc;
	width: 94px;
	height: 22px;
	border-radius: 11px;
	outline: none;
	padding:0 26px 0 8px;
	background-color: #f3f3f3;
}
.search a{
	width: 14px;
	height: 14px;
	background: url("../image/mix/search2.png") no-repeat;
	position: absolute;
	top: 5px;
	right: 12px;
	cursor: pointer;
}
/* 验证码 */
.header_yzm{
	margin-right: 0!important;
}
.header_yzmimg{
	vertical-align: middle;
	margin-right: 10px;
}

/***********/
.wrap{
	width: 1200px;
	margin: 0 auto;
}
/*导航*/
/*nav*/
.nav{
	width: 100%;
	height: 36px;
	background-color: #f0f0f0;
	font-size: 16px;
	line-height: 36px;
	font-weight: bold;
	position: absolute;
    margin: 5px 0 20px
}
.nav ul{
	/*overflow: hidden;*/
}
.nav .wrap>ul>li{
	float: left;
	width: 150px;
	text-align: center;
	position: relative;
}
.nav li i{
	display: inline-block;
	height: 16px;
	width: 1px;
	background-color: #999;
	vertical-align: middle;
}
.nav li a{
	display: inline-block;
	width: 93%;
	height: 100%;
	color: #000;
}
.nav .last_nav a{
	width: 90%;
}
.nav .wrap>ul>li:hover>a,.nav .wrap>ul>li.active_nav>a{
	color: #e40009;
}
.nav .wrap>ul>li:hover ul{
	display: block;
	width: 100%;
}
/*子栏目导航样式*/
.nav ul ul{
	border-top: 2px solid #dadada;
	background-color: #f8f8f8;
	position: absolute;
	left: 3px;
	top: 36px;
	z-index: 10;
	display: none;
}
.nav ul ul li{
	border-bottom: 1px solid #dadada;
	border-top: 1px solid #fff;
	line-height: 24px;
}
.nav ul ul li a{
	/*color: #999;*/
	color: #000;
	font-size: 12px;
	font-weight: normal;
}
.nav ul ul li:hover a{
	color: #e40009;
}


/*底部*/
.footer{
	height: 50px;
	padding-top: 20px;
	background-color: #ececec;
	color: #333;
	font-size: 12px;
	line-height: 18px;
	margin-top: 60px;
	position: absolute;
	left: 0;
}
.footer .wrap{
	overflow: hidden;
}
.footer .left{
	float: left;
	text-align: left;
}
.footer .right{
	float: right;
	text-align: right;
}
.footer a{
	color: #333;
}
/*侧边栏*/
.main{
	width: 1200px;
	margin: 209px auto 0;
}
.main.lmy{
	margin-top: 0;
}
.main i{
	display: inline-block;
	vertical-align: middle;
}
.aside_nav{
	width: 241px;
	background-color: #f8f8f8;
	float: left;
}
.aside_nav h2{
	height: 40px;
	line-height: 56px;
	padding-bottom: 39px;
	background: url("../image/mix/aside_bg.png") no-repeat left bottom;
	color: #333;
}
.book_icon{
	width: 30px;
	height: 30px;
	background: url("../image/mix/book1.png") no-repeat;
	margin-left: 40px;

}
.down_icon{
	width: 12px;
	height: 12px;
	background: url("../image/mix/down.png") no-repeat;
}
.aside_nav h2 span{
	display: inline-block;
	min-width: 64px;
	margin: 0 12px 0 19px;
}
.aside_nav>ul{
	width: 180px;
	margin: 0 auto;
}
.aside_nav li{
	min-height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #f3f3f3;
	border-top: 1px solid #fff;
}
.aside_nav>ul>li:first-child{
	border-top: 1px solid transparent;
}
.aside_nav>ul>li{
	
	background: url("../image/mix/black_circle.png") no-repeat 10px 16px;
}
.aside_nav>ul>li>a{
	color: #333;
}
.aside_nav>ul>li>a:hover{
	color: #e40009
}
.aside_nav>ul>li:hover{
	background-image: url("../image/mix/red_circle.png");
}
.aside_nav .active{
	background-image: url("../image/mix/red_circle.png");
	color: #e40009
}
.aside_nav .active>a,.aside_nav .cur>a{
	color: #e40009
}
.aside_nav ul.subnav{
	border-top: 1px solid #f3f3f3;
	display: none;
}
.aside_nav ul.subnav li{
	font-size: 12px;
}
.aside_nav li a{
	display: block;
	width: 100%;
	height: 100%;
	padding-left: 30px;
}
.aside_nav .subnav a{
	padding-left: 40px;
}
.crumb{
	float: right;
	height: 24px;
	line-height: 24px;
	font-size: 12px;
	background-color: #ebebeb;
	padding-right: 9px;
}
.crumb i{
	width: 11px;
	height: 16px;
	background: url("../image/mix/weizhi.png") no-repeat;
	vertical-align: middle;
	margin: -2px 8px 0 12px;
}
.cur_crumb{
	color: #333;
}
/***************以上是共同的样式****************/
/***************以下是列表的样式****************/

/*人物列表的样式*/
.character_list{
	width: 900px;
	border-top: 1px solid #ebebeb;
	padding-top: 30px;
}
.character_list li{
	float: left;
	margin: 0 60px 50px;
}
.character_list dl{
	overflow: hidden;
	width: 330px;
}
.character_list dt{
	width: 162px;
	height: 187px;
	float: left;
}
.character_list dt img{
	width: 100%;
	height: 100%;
}
.character_list dd{
	width: 158px;
	float: right;
	padding-top: 37px;
}
.character_title{
	font-size: 16px;
	color: #333;
	margin-bottom: 20px;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.character_list li:hover .character_title{
	color: #e40009;
}
.character_describe{
	font-size: 12px;
	text-indent: 2em;
	line-height: 20px;
	overflow: hidden;
	white-space: nowrap\0;
	text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;

}

/*3D图列表的样式*/
.threeD_list{
	width: 900px;
	border-top: 1px solid #ebebeb;
	padding-top: 30px;
}
.threeD_list li{
	float: left;
	margin: 0 40px 25px;
}
.threeD_list dt{
	width: 370px;
	height: 208px;
}
.threeD_list dt img{
	width: 100%;
	height: 100%;
}
.threeD_list dd{
	height: 46px;
	line-height: 46px;
	padding: 0 40px;
	width: 290px;
	text-align: center;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.threeD_list .threeD_title{
	float: left;
	max-width: 200px;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
}
.threeD_list .threeD_time{
	float: right;
	font-size: 14px;
}
/*文化列表的样式*/
.culture_list{
	width: 900px;
	border-top: 1px solid #ebebeb;
	padding-top: 30px;
}
.culture_list li{
	overflow: hidden;
	margin: 0 25px 30px;

}
.culture_list dt{
	width: 160px;
	height: 90px;
	float: left;
}
.culture_list dt img{
	width: 100%;
	height: 100%;
}
.culture_list dd{
	float: right;
	width: 670px;
}
.culture_list dd p{
	font-size: 12px;
	line-height: 18px;
}
.culture_list .culture_title{
	height: 24px;
	line-height: 24px;
	color: #333;
	font-size: 16px;
	max-width: 555px;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.culture_list li:hover .culture_title{
	color: #e40009;
}
.culture_list .culture_time{
	line-height: 24px;
}    
.culture_list .culture_describe{
	overflow: hidden;
	white-space: nowrap\0;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.culture_list .culture_time span{
	margin-right: 5px;
}
/*下载列表的样式*/
.download_list{
	width: 900px;
	border-top: 1px solid #ebebeb;
	padding-top: 30px;
	font-size: 12px;
}
.download_list ul{
	padding: 0 25px;
}
.download_list li{
	line-height: 30px;
	overflow: hidden;
}
.download_list li>a{
	display: block;
    overflow: hidden;
    padding-left: 17px;
    background: url(../image/mix/list_circle.png) no-repeat left center;
    width: 85%;
    float: left;
    color: #666;
    cursor: default;
}
.download_list li>a span{
	float: left;
    width: 500px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.download_list li>a b{
	float: right;
}
.download_list li .download{
	float: right;
    cursor: pointer;
}
.download_list li .download:hover{
	color: #e40009;
}
/*列表一页16个，8跟9中间的距离*/
.center{
	margin-top: 30px;
}
/*普通列表*/
.common_list{
	width: 900px;
    border-top: 1px solid #ebebeb;
    padding-top: 30px;
    /*font-size: 12px;*/
}
.common_list ul{
	padding: 0 30px;
}
.common_list li{
	line-height: 36px;
}
.common_list li a{
	display: block;
    overflow: hidden;
    padding-left: 17px;
    background: url(../image/mix/list_circle.png) no-repeat left center;
}
.common_list li a span{
	float: left;
    width: 80%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.common_list li a b{
	float: right;
}
/*登录的样式*/
#top-container{
	height: 30px;
	background-color: #f3f3f3;
	position: absolute;
	left: 0;
	top: 0;
	filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    -webkit-opacity: 0.6;
    opacity: 0.6;
    font-size: 12px;
    color: #000;
}
#top-container .login-con{
	width: 1200px;
	margin: 7px auto 0;
	text-align: right;
}
#top-container input{
	border: 1px solid #4e4e4e;
	outline: none;
	margin: 0 21px 0 10px;
	width: 60px;
	height: 18px;
	border-radius: 4px;
	padding-left: 6px;
}
#top-container .header_search_div{
	position: relative;
	display: inline-block;
}
#top-container .header_search{
	width: 97px;
	height: 18px;
	border-radius: 9px;
	padding-right: 25px;
}
#top-container .header_sbtn{
	width: 14px;
	height: 14px;
	position: absolute;
	top: 3px;
	right: 11px;
	border: none;
	background: url("/env/theme/gfly/image/index/iconlist.png") no-repeat -250px -200px;
	cursor: pointer;
}
#top-container .header_logbtn{
	margin: 0;
	width: 42px;
	background-color: #4f4f4f;
	color: #fff;
	font-size: 12px;
	cursor: pointer;
}
/**/
.content_main{
	/*margin-left: 275px;*/

}
#content_list{
	min-height: 450px;
}
#content_list ul{
	overflow: hidden;
	min-height: 200px;
}
/*页码*/
.page{
	text-align: center;
	height: 60px;
	line-height: 60px;
}
.page>a{
	display: inline-block;
	width: 88px;
	height: 30px;
	line-height: 30px;
	border: 1px solid #eeeded;
	text-align: center;
}
.page b{
	display: inline-block;
	width: 90px;
	text-align: center;
}
.page ul{
	display: inline-block;
	overflow: hidden;
	text-align: center;
	vertical-align: middle;
	margin-top: -2px;
	max-width: 460px;
	height: 30px;
}
.page ul li{
	float: left;
	width: 27px;
	height: 30px;
	line-height: 30px;
	border: 1px solid #eeeded;
	margin-left: 17px;
	cursor: pointer;
}
.page .last{
	margin-right: 17px;
	border:none;
}
.cur_page,.page ul li:hover{
	background-color: #a3916f;
	color: #fff;
}
/**/
.only_li{
	width: 890px;
}

/*下载的弹出窗*/
.zzc {
    width: 100%;
    height: 100%;
    background-color: #31343d;
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    -webkit-opacity: 0.6;
    opacity: .6;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    z-index: 100;
}
.popup {
    width: 700px;
    height: 400px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -200px 0 0 -350px;
    border: 1px solid #999;
    border-radius: 12px;
    background-color: #fff;
    display: none;
    font-size: 14px;
    box-shadow: 0 0 15px #999;
    z-index: 101;
}
.popup h1 {
    font-size: 18px;
    margin: 16px 0 34px 18px;
    color: #31343d;
    width: 85%;
}
.popup_content {
    padding: 0 18px;
}
.popup_content p {
    text-align: right;
    height: 40px;
    line-height: 40px;
}
.popup_content p input {
    width: 65px;
    height: 27px;
    background-color: #a3916f;
    color: #fff;
    border: none;
    border-radius: 6px;
    text-align: center;
    font-family: "微软雅黑";
    cursor: pointer;
    outline: none;
}
.popup_content ul {
    height: 50%;
    overflow-y: auto;
}
.popup_content li {
    line-height: 34px;
}
.popup_content li a {
    float: left;
    width: 85%;
    cursor: default;
    color: #676767;
}
.popup_content li a>span {
    float: left;
    width: 70%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.popup_content li a>b {
    float: right;
}
.popup_content li i {
    float: right;
    cursor: pointer;
    width: 53px;
    height: 25px;
    background-color: #a3916f;
    color: #fff;
    border-radius: 6px;
    text-align: center;
    line-height: 25px;
}
.popup_content li i:hover, .popup_content p input:hover {
    background-color: #cbb489;
}
.popup_close {
    width: 20px;
    height: 20px;
    background: url(/env/theme/gfly/image/Shape.png) no-repeat;
    position: absolute;
    top: 17px;
    right: 21px;
    cursor: pointer;
    z-index: 10000;
}
.popup_close:hover {
    background: url(/env/theme/gfly/image/Shape_hover.png) no-repeat;
}
/*ybj百家姓开始*/
.common_list {
	position: relative;
}
.bjx-search {
	position: relative;
	left: 690px;
	padding-left: 30px;
	width: 94px;
	margin-bottom: 10px;
}
.bjx-search input {
	border: 1px solid #dcdcdc;
    width: 150px;
    height: 24px;
    border-radius: 11px;
    outline: none;
    padding: 0 26px 0 8px;
    background-color: #f3f3f3;
    color: #666;
}
.bjx-search i {
	width: 14px;
    height: 14px;
    background: url(../image/mix/search2.png) no-repeat;
    cursor: pointer;
    position: absolute;
    top: 5px;
    right: -46px;
}
/*ybj游客评论开始*/
.comment {
	width: 870px;
    padding: 10px;
    /*margin: 10px;*/
    /*max-height: 680px;*/
    overflow-y: auto; 
    background-color: #fff;
    display: none;
}
.comment .p_pl{
	color: #9B856D;
	font-size: 20px;
}
.comment .span_pl{
	color: #c2c0c0;
	font-size: 14px;
	margin-left: 10px;
}
.comment .a_pl{
	color: #c2c0c0;
	font-size: 14px;
}
.comment .a_pl:hover{
	cursor: pointer;
	color: #e40009;
	text-decoration: underline;
}
.comment li {
    list-style: none;
    border-top: 1px dotted #dfdfdf;
    padding-top: 10px;
}
.comment-text{
	overflow: hidden;
}
.comment-text #nr {
    margin: 10px 0 10px 0;
    padding: 5px;
    width: 100%;
    height: 120px;
    border: 1px solid #d2d2d2;
	resize: none;
}
.comment-text .tj {
    width: 80px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    margin-top: 3px;
    font-size: 11px;
    border: 1px solid #9B856D;
    color: #9B856D;
    background-color: #fff;
	float: right;
}
.comment-text .tj:hover {
    cursor: pointer;
    background-color: #725739;
    border-color: #725739;
    color: #fff;
}
.comment-list {
    margin-top: 10px;
}
.comment-list img {
    width: 40px;
    height: 38px;
    border-radius: 2px;
    margin-right: 10px;
	margin-top: 4px;
}
.information {
    width: 10px;
    vertical-align: top;
    display: inline-block;
}
.information i, .information span{
    white-space: nowrap;
}
.information i {
    color: #4f99cf;
    font-size: 14px;
    line-height: 26px;
}
.information span {
    font-size: 12px;
    line-height: 20px;
}
.comment-cont {
    margin: 10px 0 10px;
    line-height: 24px;
    font-size: 14px;
}
.comment-cont p{
	margin-left: 50px;
}
/*ybj百度地图*/
#dituContent {
	display: none;
}
/*视频正文页样式*/
.video{
	text-align: center;
	width: 850px;
	height: 478px;
	margin-bottom: 20px;
}
.video_main{
	width: 100%;
	height: 100%;
}
.video_main img{
	width: 100%;
	height: 100%;
}
.video_main #video{
	width: 100%;
	height: 100%;
}
.video_content{
	width: 850px;
}
.content p{
	white-space: normal;
    text-indent: 2em;
    word-break: break-all;
    font-size: 100%;
    vertical-align: baseline;
    font-family: "微软雅黑" !important;
}
.video_main .tc {
    width: 850px;
    height: 478px;
    position: absolute;
    top: 0px;
    left: 0;
    z-index: 10;
    background-color: #000;
    opacity: .5;
    cursor: pointer;
}
.video_main i {
    display: inline-block;
    width: 128px;
    height: 128px;
    background: url(../image/index/play_icon.png);
    position: absolute;
    top: 175px;
    left: 361px;
    z-index: 100;
    cursor: pointer;
}
/*协议页面样式*/
.plxy h1{
	text-align: center;
	font-size: 30px;
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 3px solid #000;
}
.plxy p{
	margin: 16px 0;
	line-height: 30px;
	font-size: 18px;
	color: #000;
}
.plxy .xy_ul li{
	margin: 0;
	padding: 0;
	line-height: 30px;
	margin-left: 40px;
}