.pd0 {
	padding: 0 !important;
}

/* input palceholder text style*/

:-moz-placeholder {
	color: #FFF;
	letter-spacing: 2px;
	font-size: 12px;
	text-transform: uppercase;
}

::-moz-placeholder {
	/* Firefox 19+ */
	color: #FFF;
	letter-spacing: 2px;
	font-size: 12px;
	text-transform: uppercase;
}

:-ms-input-placeholder {
	color: #FFF;
	font-size: 12px;
	letter-spacing: 2px;
	text-transform: uppercase;
}

::-webkit-input-placeholder {
	color: #FFF;
	font-size: 12px;
	letter-spacing: 2px;
	text-transform: uppercase;
}

body {
	width: 100%;
	height: 100%;
	line-height: 24px;
	color: #666;
	font-size: 14px;
	font-weight: normal;
}

html {
	width: 100%;
	height: 100%;
}

.no-padding {
	padding: 0;
}

a,
a:focus,
a:active,
a:link,
img {
	outline: none;
}

a {
	color: #555;
	-webkit-transition: color .2s ease;
	-moz-transition: color .2s ease;
	-ms-transition: color .2s ease;
	-o-transition: color .2s ease;
	transition: color .2s ease;
}

a {
	cursor: pointer;
	text-decoration: none;
	color: #323232;
	transition: all 0.25s ease 0s;
	-moz-transition: all 0.25s ease 0s;
	-webkit-transition: all 0.25s ease 0s;
	-o-transition: all 0.25s ease 0s;
}

/* a:hover {
	color: #2E9FEE;
	text-decoration: none;
	transition: all 0.25s ease 0s;
	-moz-transition: all 0.25s ease 0s;
	-webkit-transition: all 0.25s ease 0s;
	-o-transition: all 0.25s ease 0s;
} */

a:focus {
	outline: none;
	outline-offset: 0;
}

a:link,
a:visited {
	text-decoration: none;
}

p {
	line-height: 26px;
	font-size: 14px;
	font-weight: 400;
	color: #666;
}

.item img {max-width: 100%;width:100%}
img {
	height: auto;
	max-width: 100%;
	border: none;
	outline: none;
	transition: all 0.2s ease 0s;
	-moz-transition: all 0.2s ease 0s;
	-webkit-transition: all 0.2s ease 0s;
	-o-transition: all 0.2s ease 0s;
}

.tlinks {
	text-indent: -9999px;
	height: 0;
	line-height: 0;
	font-size: 0;
	overflow: hidden;
}

iframe,
audio {
	width: 100%;
	height: auto;
	border: none;
}

ul,
li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

/* 2.1 - Headings 
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #323232;
	font-weight: 700;
	margin-top: 0px;
	margin-bottom: 10px;
	color: #333;
	text-transform: uppercase;
}

h1 {
	font-size: 43px;
	line-height: 40px;
}

h2 {
	font-size: 27px;
	line-height: 37px;
	margin-bottom: 20px;
	padding-top: 10px;
}

h3 {
	font-size: 21px;
	line-height: 32px;
}

h4 {
	font-size: 17px;
	line-height: 28px;
	font-weight: 700;
}

h5 {
	font-size: 15px;
	line-height: 23px;
	font-weight: 600;
}

h6 {
	font-size: 13px;
	line-height: 18px;
	font-weight: 600;
}


/* buttons style */

.btn {
	padding: 14px 40px;
	font-size: 13px;
	font-weight: 700;
	border-radius: 25px;
	text-transform: uppercase;
}

.btn-primary {
	border: 2px solid transparent;
	border-color: #2E9FEE;
	background: #2E9FEE;
	color: #fff;
	-webkit-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
}

.btn-primary:hover,
.btn-white {
	background: #fff;
	border: 2px solid #fff;
	color: #2A2A2A;
}

.btn-black,
.btn-white:hover {
	background: transparent;
	border: 2px solid #2A2A2A;
	color: #2A2A2A;
	-webkit-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
}

.btn-black:hover {
	border-color: #2A2A2A;
	background: #2A2A2A;
	color: #fff;
}

.btn-grey {
	border-color: #eee;
	background: #FAFAFA;
	color: #2A2A2A;
	padding: 12px 40px;
	margin-top: 20px;
	-webkit-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
}

.btn-grey:hover {
	background: #2A2A2A;
	color: #fff;
	border-color: #2A2A2A;
}

.btn-feature {
	background: #2A2A2A;
	border: 1px solid#2A2A2A;
	color: #fff;
	-webkit-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
}

.btn-feature:hover {
	background: #fff;
	color: #2A2A2A;
	border-color: #999;
}
.blue,blue a,.box h5 a,.box h6 a,.box a.more,.crumbs a{ color:#004499}
.keylink,.keylink:link,.keylink:hover,.keylink:active {text-decoration:underline;width:26px; height:22px; line-height:22px; background:#fff; border:1px dotted #aaa;  text-align:center}
textarea{border:1px solid #DCDDDD; background:#fff;clear:both;color:#555;font-size:14px;height:130px;padding:5px 0 0 5px;text-align:left;width:99%; margin-bottom:8px}
.input-text,input.date,input.endDate,.input-focus{border:1px solid #DCDDDD; height:22px; padding:0 0 0 3px}
input.date,input.endDate{background: #fff url(../images/admin_img/input_date.png) no-repeat right 3px; padding-right:18px;font-size:12px;}

.pad-6{padding:6px; overflow:hidden}.pad-10{padding:10px; overflow:hidden}.pad_10,.pad-lr-10{padding:0 10px}.pad-lr-6{padding:0 6px}
.hr{background: url(../images/uline.gif) repeat-x center center;}
.hr hr{display:none}
.ib, .ib-li li, .ib-a a, .ib-span span,.btn,.btn input,.photo-hot li,.Article-Tool a ,.photo-list li,.photo-channel .photo-slide .change i,.photo-channel .tool .auto,.photo-channel .tool .up,.photo-channel .tool .next,.photo-cat .content h5 span.blue a,.submit{display:inline-block;zoom:1;*display:inline;}
.body-top,.header,.header .logo{background: url(../images/v9/body-top.png) repeat-x left -115px;}
.body-top{height:26px; background-color:#eee; vertical-align:middle}
.body-top .login{ float:right}
.body-top .login span{ color:#CCC}
.body-top .login a.rss{width:32px; float:right;overflow:hidden; text-indent:-222px;background: url(../images/icon/rsso.gif) no-repeat left center; margin-left:8px}
.body-top .content{ margin:auto; width:960px;}
.special-body-top{height:38px;background-position: left -104px; background-color:#fff}
.special-body-top a.logo{background: url(../images/v9/special-show.png) no-repeat right center; padding-right:58px; float:left; display:block}
.special-body-top .content{ padding:2px 0}
.special-body-top .nav{ float:left; padding:10px 0 0 12px}
.special-body-top .nav span{ padding:0 8px; color:#CCC}
body fieldset{border:1px solid #D8D8D8; padding:0 10px 10px;*padding:10px;}
body fieldset legend{padding:3px 8px;font-weight:700;}
body fieldset.blue{border:1px solid #dce3ed}
body fieldset.blue legend{padding:3px 8px;font-weight:700;color:#347add; background:none; border:none}

/* 通用按钮 */
.btn,.btn input{background: url(../images/v9/button.png) no-repeat; height:24px; line-height:24px;width:auto;_width:0;overflow:visible !ie}
	 .btn input{background-position: right 0; border:0 none; color:#fff; padding-right:6px;_height:25px}
.submit{padding-left:3px}
.submit,.submit input{ background: url(../images/member/but.png) no-repeat; height:29px;width:auto;_width:0;overflow:visible !ie}
.submit input{background-position: right top; border:none; padding:0 10px 0 7px; font-size:14px}



/* 导航 */
/*======================================================
     navigation 
==========================================================*/

.navbar-custom {
	margin-bottom: 0;
	border-bottom: 1px solid rgba(255, 255, 255, .3);
	background: #fff;
	text-transform: uppercase;
	padding: 10px 50px !important;
	border-bottom: 0;
	letter-spacing: 1px;
	background-color: rgba(0, 0, 0, 0.2);
	-webkit-transition: background .5s ease-in-out, padding .5s ease-in-out;
	-moz-transition: background .5s ease-in-out, padding .5s ease-in-out;
	transition: background .5s ease-in-out, padding .5s ease-in-out;
}

.navbar-custom .navbar-brand {
	font-weight: 700;
}

.navbar-custom .navbar-brand:focus {
	outline: 0;
}

.navbar-custom .navbar-brand .navbar-toggle {
	padding: 4px 6px;
	font-size: 16px;
	color: #fff;
}

.navbar-custom .navbar-brand .navbar-toggle:focus,
.navbar-custom .navbar-brand .navbar-toggle:active {
	outline: 0;
}

.navbar-custom a {
	font-size: 16px;
}

.navbar-brand {
	padding: 0px;
	height: auto;
}

.navbar-brand>img {
	height: 100%;
}

.navbar-custom .nav li a {
	-webkit-transition: background .3s ease-in-out;
	-moz-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
}

.navbar-custom.scroll .nav li a {
	color: #333;
}
.navbar-custom.scroll .nav li.active a{
	color: rgb(11, 134, 239) !important;
}
.navbar-custom.scroll .nav li a:hover {
	color: rgb(0, 109, 231) !important;
}

.navbar-custom .nav li a:focus,

.navbar-custom .nav li.active {
	outline: 0;
}

.navbar-nav .iconfont {
	font-size: 24px
}

.icon-navbar {
	position: absolute;
	right: 60px;
	top: 28px;
}

.icon-navbar li {
	margin-right: 15px;
	position: relative;
}

.icon-navbar li span {
	vertical-align: middle;
	color: #c4cbd9;
}

.icon-navbar li span.guoJi {
	display: inline-block;
	width: 26px;
	text-align: center;
	font-size: 12px;
	line-height: 25px;
	height: 25px;
	border-radius: 50%;
	border: 1px solid #c4cbd9;
}

.icon-navbar li span a {font-size: 12px;color: #c4cbd9 !important;}

.icon-navbar li>ul {
	display: none;
	position: absolute;
	width: 100px;
	height: 100px;
	left: 50%;
	top:40px;
	margin-left: -38px;
}

.icon-navbar .query-input {
	width: 120px;
	border-radius: 27px;
	height: 26px;
	margin-top: 0;
	background: transparent;
}

.icon-navbar .chaxun {
	position: absolute;
	right: 8px;
	font-size: 15px;
}

.nav>li>a:focus,
.nav>li>a:hover {
	background:transparent;
	color:#006de7
}

.navbar-custom {z-index: 1;}

.navbar-custom.scroll {
	background-color: rgba(255, 255, 255, 0.99);
	-webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.6);
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.6);
}

.navbar-custom.top-nav-collapse {
	background-color: rgba(255, 255, 255, 0.99);
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);
}

.navbar-custom.top-nav-collapse .navbar-brand {
	color: #fff;
}
.navbar-toggle i {
	background: #fff;
}


/*二级菜单*/
.page_menu {margin: 18px auto 0; float: left;padding-left: 16%;}
.nav .tm{ float:left; position:relative; z-index:1;}
.nav .tm a{ display:block;padding: 0 25px;text-align:center; font-size: 15px;}
.nav .sub{ display:none; position:absolute; top:40px;left:-20px; z-index:1; width:146px;border-top:2px solid #50637c; background:#fff;box-shadow: 0 10px 10px rgba(0,0,0,.1);-webkit-box-shadow: 0 10px 10px rgba(0,0,0,.1);-moz-box-shadow: 0 10px 10px rgba(0,0,0,.1)}
.nav .sub li{ text-align:center; margin-bottom:-1px;}
.nav .sub li a{ display:block;font-size:14px; border-bottom:1px dotted #ddd; padding:8px 0;color:#666;}
.nav .sub li a:hover{ color:#006de7}

/* main style */
.main{}
.main .col-left{width:700px; margin-right:10px}
.news-hot{background: url(../images/v9/hot_bg.png) no-repeat;float:left; width:380px; margin-right:9px; height:380px}
.main .col-left .slide{overflow:hidden;_float:left;zoom:1}

/* 通用容器 */
.box{border:1px solid #c3d4e7;zoom:1; overflow:auto; padding-bottom:10px}
.box h5,.box h6{background: url(../images/v9/title.png) no-repeat right top;color:#1e50a2; height:26px; margin-bottom:10px; line-height:26px; padding-left:10px;border-bottom:1px solid #dce7f3; position:relative}
.box h6{ margin-bottom:0}
.box h5.title-1,.box h6.title-1{background-position: right -52px}
.box h5.title-2,.box h6.title-2{background-position: right -100px}
.box h5.title-2 span.tab{float:right; padding-right:6px; color:#a4bcd6}
.box h5.title-2 span.tab span{ color:#2064ae;cursor: hand;!important;cursor: pointer}
.box a.more{ font-size:12px;  margin-right:8px; font-weight:normal; position:absolute;top:0; *top:1px;_top:1px; right:0}
.box .content{ padding:0 10px; overflow:auto}

/* 默认幻灯片 */
.FocusPic{zoom:1;position:relative; overflow:hidden}
.FocusPic .content{overflow:hidden}
.FocusPic .changeDiv a{position:absolute;top:0px;left:0px;display:none;}
.FocusPic .title-bg,.FocusPic .title{position:absolute;left:0px;bottom:0;width:434px;height:30px;line-height:30px;overflow:hidden}
.FocusPic .title-bg{background:#000;filter:alpha(opacity=50);opacity:0.5;}
.FocusPic .title a{display:block;padding-left:15px;color:#fff; font-size:14px;}
.FocusPic .change{bottom:4px;height:20px;right:3px;*right:5px;_right:4px;position:absolute;text-align:right;z-index:9999;}
.FocusPic .change i {background:#666;color:#FFF;cursor:pointer;font-family:Arial;font-size:12px;line-height:15px;margin-right:2px;padding:2px 6px; font-style:normal; height:15px;display:inline-block;display:-moz-inline-stack;zoom:1;*display:inline;}
.FocusPic .change i.cur {background:#FF7700;}
/* 滚动公告 */
#announ{ height:22px; line-height:22px; overflow:hidden; float:left;background: url(../images/v9/icon.png) no-repeat left -461px; padding-left:20px}

/*new-hot*/
.news-hot{}
.news-hot .content{ padding:16px 10px 0 16px}
.news-hot .content h4{ padding:1px 0 5px 5px; font-size:18px; }
.news-hot p {color:#777}
.news-hot p img{ float:left; margin-right:10px}
/* special */
.box{ background-color:#fff}
.box .special p{overflow:auto; margin-top:14px}
.box .special p img{margin-right:10px; float:left}
/* Digg */
.box .digg{background: url(../images/v9/num_list.png) no-repeat 10px 5px; padding-left:30px}
.box .digg li{ height:24px; line-height:24px; overflow:hidden; position:relative}
.box .digg li span{background:#fff url(../images/v9/icon.png) no-repeat 0 -67px; position:absolute; right:0; top:0; padding:0 0 0 13px; width:30px}
/* vote */
.box .vote h4{ font-size:14px; font-weight:normal}
.box .vote label{display:block; line-height:22px}
.box .vote .btn{ margin:6px 12px 0 0}

/* rank */
.rank li{background: url(../images/uline.gif) repeat-x left top; clear:both;margin-top:-1px; overflow:hidden;*height:57px;}
.rank li span{float:left;font-family:Arial,Helvetica,sans-serif;font-size:18px;font-style:italic;height:58px;color:#1E50A2;line-height:58px;overflow:hidden;padding-right:10px;text-align:right;width:60px;background: url(../images/v9/rank.png) no-repeat right 10px;}
.rank li a.title{padding:9px 0 0; display:block; margin-left:76px}
/*board*/
.list{color:#888; margin-bottom: 80px;}
.list li span{font-size:12px; padding:0 6px}
.cat-area{width:343px; float:left}
.cat-area .content p img{ margin-right:10px; float:left}
.cat-area .content p{color:#777; height:75px; overflow:hidden}
.cat-area .content p strong{ font-size:14px; color:#333}
/* Blogroll */
.blogroll {}
.blogroll h5{ background:none; font-size:12px; margin:0 2px}
/* 当前位置 */
.crumbs{padding:10px 0;text-align:right; border-bottom:1px solid #ddd;color:#ccc}
.crumbs a {color:#ccc}
.crumbs span{color:#ccc}
/* 栏目信息搜索 */
.search-form{ background-color:#FFFCED;border:1px solid #FFBF7A; padding:5px 10px; overflow:hidden;zoom:1}
.search-form li{ float:left; padding:5px 12px 5px 0; height:24px; line-height:24px; white-space:nowrap}
.search-form li.bk{ float:none; height:1px; line-height:1px; overflow:hidden; padding:0}
.search-form *{vertical-align: middle}
.search-form label{ padding:0 8px 0 0}
.search_term{line-height:28px}
.search_term th{ font-weight:normal; text-align:right; padding-right:8px; color:#666; width:70px}
.search-list li{border-bottom:1px dashed #ccc;margin:6px 0 0; padding:10px 0; overflow:hidden}
.search-list li img{float:left; margin-right:8px}
.search-list li p{ color:#999}
.search-point{background-color:#E6F1FB; padding:6px 10px; margin:10px 0}
/* 新闻频道 */
.main .channel-hot{width:450px}
.channel-hot .news-hot,.channel-hot .news-hot .icon,.photo-slide,.photo-channel .photo-hots,.box-hots,.box-hots .icon,.photo-channel .photo-hots .icon,.photo-channel .photo-cat,.photo-channel #Article,.photo-channel .relevance,.comment{background: url(../images/v9/cat_hot_bg.png) repeat-x left -38px}
.channel-hot .news-hot,.photo-channel .photo-hots,.photo-channel .photo-cat,.box-hots{width: auto; position:relative; border:1px solid #c3d4e7; margin:0; height:302px}
.channel-hot .news-hot .icon,.photo-channel .photo-hots .icon,.box-hots .icon{position:absolute;top:0px;left:0;width:37px;height:37px;background-position: left top;background-repeat: no-repeat}
.channel-hot .news-hot{width:450px}
.channel-hot .news-hot div.hr{width:422px}
.channel-slide{border:1px solid #c3d4e7; padding:3px}
.channel-slide .thumb{ width:94px; float:left}
.channel-slide .thumb li{ margin-top:4px; position:relative}
.channel-slide .thumb li a .icon{display:none}
.channel-slide .thumb li.on a .icon{position:absolute;top:25px;right:-2px;background: url(../images/v9/channel_slide.png) no-repeat; width:8px; height:8px; display:block}
.channel-slide .thumb li img{border:3px solid #fff}
.channel-slide .thumb li.on img{border-color:#6e96be}
.channel-slide .photo{ overflow:hidden;_float:left;_zoom:1; position:relative; width:398px;_width:392px; height:234px}
.channel-slide .photo li{ display:none; position:absolute; top:0; left:0}
.channel-slide .title{ height:60px;background: url(../images/v9/channel_slide.png) repeat-x left -17px}
.channel-slide .title p{ padding:8px 10px 0; color:#666; display:none}
.channel-slide .title p strong{font-size:18px; color:#0066cc; line-height:22px}

/* 图片频道 - photo */
.photo-channel .photo-slide{ width:435px; padding:5px;border:1px solid #c3d4e7;zoom:1;}
.photo-channel .photo-slide .FocusPic .title-bg,.photo-channel .photo-slide .FocusPic .title{ bottom:35px}
.photo-channel .photo-slide .change{bottom:0px; left:0; text-align:left; height:30px;}
.photo-channel .photo-slide .change i{background: url(../images/v9/focusBg.gif) no-repeat right top; width:39px; height:30px; text-align:center; padding:0; margin-right:8px; line-height:30px;color:#049}
.photo-channel .photo-slide .change i.cur{background-position: left top; color:#fff; font-weight:700}
.photo-channel .photo-hots,.box-hots{float:left; width:242px; margin-right:10px;_margin-right:5px; height:auto; overflow:hidden;padding-bottom:5px;}
.photo-channel .photo-hots h4, .box-hots h4{text-align:left;height:26px;*height:25px;font-size:18px;color:#457bb4;*line-height:25px;margin:0; padding:5px 0 0px 30px}
.photo-channel .photo-cat{ position:relative; height:auto}
.photo-cat .content h5 a,.photo-cat .content h5 a strong{background-image: url(../images/v9/title_photo.png);background-repeat: no-repeat; height:35px; padding-left:10px;display:block; float:left;text-decoration: none;}
.photo-cat .content{padding-bottom:6px}
.photo-cat .content h5 a strong{background-position: right top; padding-right:14px; color:#fff; float:left; line-height:35px}
.photo-cat .content h5{position:absolute;left:14px; top:-4px; width:98%}
.photo-cat .content h5 span{ font-size:12px; font-weight:normal; padding-left:12px; line-height:38px}
.photo-cat .content h5 span.blue a{ background-image:none; float:none; padding:0 4px; height:auto}
.photo-cat .content h5 span.blue a:hover{ color:#F30}
.photo-cat .content h5 span.blue a.more{ float:right}
.photo-cat .photo-list{ padding-top:45px}
.photo-list li{ vertical-align:top; width:188px;*width:191px; text-align:center; padding-bottom:12px}
.photo-list li div.img-wrap{ width:160px; height:120px; margin:auto; margin-bottom:3px}
.photo-list li div.img-wrap a{ width:160px; height:120px;*font-size:88px;}


/* 内容 */
#Article{ overflow:hidden}
#Article,.photo-channel .relevance{zoom:1; padding:0 20px;margin: 0 0 80px;}
#Article h1{color:#000;font:700 30px/30px Verdana,arial;padding:46px 0 20px;margin:0}
#Article span{ margin:10px 0 0;font-size:12px; font-weight:normal; color:#50637c}
#Article .content{ font-size:16px;margin: 40px 0 0;line-height: 32px;}
#Article .content p{font-size:16px;line-height:32px;text-align:justify;word-wrap:break-word; padding:8px 0}
#Article .content div {line-height:32px;text-align:justify;word-wrap:break-word;}
#Article .related{ border-top:dashed 1px #ccc; margin-top:15px}
#Article .related h5{padding-bottom:4px}
#Article .related{ padding:10px 0 0}
#Article .related a{ color:#0b3b8c}
#Article .content p img {margin:15px 0}
.Article-Tool{ border:1px solid #c3d4e7; position:relative; top:-1px; text-align:right; padding:8px; vertical-align:middle; height:15px; background-color:#f4f8fd}
.Article-Tool a{width:16px;height:16px;line-height:16px;background: url(../images/v9/icon.png) no-repeat; margin-left:6px;}
.Article-Tool a:hover{text-decoration: none}
.Article-Tool a.t,.Article-Tool a.t6{background-position: left -336px; width:auto; padding-left:16px; color:#8896b1}
.Article-Tool a.t1{background-position: left -115px;}
.Article-Tool a.t2{background-position: left -159px;}
.Article-Tool a.t3{background-position: left -205px;}
.Article-Tool a.t4{background-position: left -250px;}
.Article-Tool a.t5{background-position: left -294px;}
.Article-Tool a.t6{background-position: left -421px;padding-left:18px;}
.share-box {float:right;overflow: hidden}
.share-box i {cursor:pointer;display: inline-block;border-radius: 50%;background: #fff;color:#cacaca;border:1px solid #cacaca;padding: 10px; font-size: 32px;margin-left: 10px;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -ms-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;}
.share-box i:hover {background: #c9171f;border-color:#c9171f;color:#fff}

.share-box a {float: right}
.bd_weixin_popup {height:320px !important;}
.bdshare-button-style2-32 .bds_weixin {
    background-position: 0 -32px !important;
}
.bdshare-button-style2-32 .bds_tsina {
    background-position: 0 0 !important;
}
.bdshare-button-style2-32 a {
    float: left;
    font-size: 18px;
    line-height: 32px;
    height: 32px;
    background-image: url(../images/icon-shejiao.png) !important;
    _background-image: url(../images/icon-shejiao.png) !important;
    background-repeat: no-repeat;
    cursor: pointer;
    margin: 0 15px 6px 0 !important;
    color: #999;
}
/*关键字提示*/
.point{border:1px solid #ffbf7a; background:#fffced;  position: absolute; z-index:1000; width:auto;}
.point .arro{position:absolute; top:-9px;*top:-13px; left:97px; width:18px; height:9px;background: url(../images/v9/key_float.png) no-repeat;}
.point .contents{padding:8px 10px; text-indent:0;margin-right:10px;font-weight:normal;}
.point a.close span{display:none}
.point a.close{background: url(../images/cross.png) no-repeat left 3px; display:block; width:16px; height:16px;position: absolute; right:4px; top:4px;*top:0px;_top:0px;outline:none;}
.point a.close:hover{background-position: left -46px}
.point span.o1,
	.point span.o2,
	.point span.o3,
	.point span.o4{position:absolute;width:3px;height:3px;background: url(../images/fillet.png) no-repeat; line-height:0; font-size:0}
	.point span.o1{background-position: left top; top:-1px;*top:-5px; left:-1px;}
	.point span.o2{background-position: right top; top:-1px;*top:-5px; right:-1px}
	.point span.o3{background-position: left -3px; bottom:-1px;*bottom:3px; left:-1px}
	.point span.o4{background-position: right -3px; bottom:-1px;*bottom:3px; right:-1px;}

/* 文化剪影 */
	.fullSlide{ position:absolute; left:0; top:520px; width:100%;  height:100%;  min-width:1000px; overflow:hidden}
	.fullSlide ul{ height:100% !important; width:100% !important;  }
	.fullSlide li{  height:100% !important; width:100% !important; }
	.fullSlide .prev,
	.fullSlide .next{ position:absolute; z-index:1; display:block; width:30px; height:50px; top:50%; margin-top:-100px; left:20px;  
		background:url(../images/icons.png) 0 0 no-repeat; 
		cursor:pointer;  filter:alpha(opacity=60);opacity:0.6;  }
	.fullSlide .next{ left:auto; right:30px; background-position:-51px 0; }
	.fullSlide .prev:hover,
	.fullSlide .next:hover{ filter:alpha(opacity=100);opacity:1; }
	.fullSlide .playState{ display:block; position:absolute; z-index:1; right:30px; top:50%; margin-top:-20px; width:51px; height:51px; overflow:hidden;  background:url(images/icons.png) 23px -132px #000  no-repeat; filter:alpha(opacity=60);opacity:0.6;  }
	.fullSlide .pauseState{ background-position:23px -201px; }
	.fullSlide .playState:hover{ filter:alpha(opacity=100);opacity:1;  }
/*图片内容*/
.photo-channel #Article .tool{ position:relative; height:35px; padding-top:6px}
.photo-channel #Article .tool .auto,.photo-channel .tool .up,.photo-channel .tool .next{background: url(../images/v9/up-next.png) no-repeat; height:27px; width:31px;margin-right:10px; overflow:hidden; line-height:27px}
.photo-channel #Article .tool .auto span,.photo-channel .tool .up span,.photo-channel .tool .next span{ visibility:hidden}
.photo-channel #Article .tool .auto{background-position: -39px top;}
.photo-channel #Article .tool .next{background-position: -78px top;}
.photo-channel #Article .Article-Tool{ position:absolute; right:0; border:none; background:none; font-size:12px; font-weight:normal}
.photo-channel #Article .tool .stat{ color:#999;}
.photo-channel #Article .big-pic{ text-align:center; padding:10px 0; border:1px solid #ededed; background-color:#fafcfe; position: relative}
.photo-channel #Article .big-pic #big-pic{display:table-cell;vertical-align:middle;*display:block; overflow:hidden;*font-size:480px; width:896px; height:650px}
.photo-channel #Article .big-pic .max{ position:absolute; bottom:0px; right:0px;background: #FFF url(../images/v9/max.png) no-repeat 5px center; z-index:101; padding:5px 5px 5px 20px}
.photo_prev{position:absolute;left:0;top:0;width:50%;height:100%;z-index:100}
.photo_next{ position:absolute; right:0; top:0; width:50%; height:100%; z-index:100}
.photo_prev a,.photo_next a{background-image: url(../images/blank.gif);display:block; width:100%; height:100%; outline:none;}

#Article .list-pic{ padding:22px 0 16px; height:100px}
#Article .cont{overflow:hidden; float: left; width:616px; height:80px}
#Article .cont li{ float:left; width:123px; text-align:center; display:block; overflow:hidden}
#Article .cont li .img-wrap{width:100px; height:75px; margin:0 auto;}
#Article .cont li .img-wrap a{*font-size:55px;width:100px; height:75px;outline: medium none;}
#Article .cont li.on .img-wrap{ border:2px solid #ffb017}
#Article .list-pic .pre,#Article .list-pic .next{float:left; display:block; position:relative;background: url(../images/v9/pic_bg.png) no-repeat;width:110px;height:86px; text-align:center}
#Article .list-pic .pre{ left:-8px;top:-3px; margin-right:14px}
#Article .list-pic .next{ right:-8px; float:right;top:-3px}
#Article .list-pic .pre .img-wrap,#Article .list-pic .next .img-wrap{width:102px; height:72px;border:none; padding:4px 0 8px}
#Article .list-pic .pre .img-wrap a,#Article .list-pic .next .img-wrap a{*font-size:53px;width:98px; height:72px; padding:0px 5px 0 4px;*padding:0px 5px 5px 0px }
#Article .list-pic .pre .img-wrap a:hover,#Article .list-pic .next .img-wrap a:hover{ background:none}
#Article .list-pic .next{ right:-8px; float:right;bottom:-2px}
#Article .pre-bnt,#Article .next-bnt{margin-top:3px;cursor: hand;!important;cursor: pointer}
#Article .pre-bnt,#Article .next-bnt,#Article .pre-bnt span,#Article .next-bnt span{background: url(../images/v9/big-btn.png) no-repeat; display:block; width:17px; height:69px; float:left;}
#Article .pre-bnt:hover, #Article .next-bnt:hover,#Article .pre-bnt-on,#Article .next-bnt-on{background-position: 0 -78px;}
#Article .pre-bnt span{background-position: -30px top;}
#Article .pre-bnt:hover span,#Article .pre-bnt-on span{background-position: -30px -78px;}
#Article .next-bnt span{background-position: -55px top;}
#Article .next-bnt:hover span,#Article .next-bnt-on span{background-position: -55px -78px;}
/* endSelect */
#endSelect{top:290px;left:333px;position:absolute;width:230px;height:71px;border:1px solid #8a8a8a;display:none;z-index:200;}
#endSelect .bg{height:100%;width:100%;background:#000;filter:Alpha(Opacity=50);opacity:0.5;}
#endSelect .E_Cont{position:absolute;top:10px;left:26px;color:#fff;font-size:14px;}
#endSelect .E_Cont p{padding:4px 0;zoom:1;overflow:hidden;}
#rePlayBut,#nextPicsBut,#endSelect #endSelClose{background:url(../images/v9/big-btn.png) no-repeat}
#rePlayBut{float:left;width:69px;height:23px;background-position: 0px -167px;}
#nextPicsBut{float:left;width:97px;height:23px;background-position: -100px -167px;margin-left:10px;}
#endSelect #endSelClose{background-position: 0px -217px;position:absolute;top:3px;right:3px;cursor:pointer;width:11px;height:11px;overflow:hidden;z-index:2;}

.photo-channel #Article .text{ border:1px solid #ddd; background-color:#f3f3f3; padding:8px 10px; zoom:1; margin-bottom:20px}
.photo-channel .relevance{ padding:5px 10px 10px}
.photo-channel .relevance h5,.comment h4{background: url(../images/v9/icon.png) no-repeat left -375px; padding-left:16px;}
.photo-channel .relevance .photo-list{ padding:0; overflow:auto; padding-top:10px}
.photo-channel .relevance .photo-list li{ float:left; width:153px; padding:0}
.photo-channel .relevance .photo-list li .img-wrap{width:110px;height:86px;margin:0 auto;background: url(../images/v9/pic_bg.png) no-repeat; border:none; margin-bottom:6px}
.photo-channel .relevance .photo-list li .img-wrap a{*font-size:59px;width:104px; height:86px; padding:1px 5px 5px 1px }
.photo-channel .relevance .photo-list li .img-wrap a:hover{ background:none}

.box .photo-hot{padding:0 2px}
.photo-hot li{width:119px;*width:50%; text-align:center; padding:5px 0; vertical-align:top}
.photo-hot li div.img-wrap{ width:94px; margin:auto; margin-bottom:5px; height:64px;}
.photo-hot li div.img-wrap a{ width:94px; height:64px;*font-size:48px;}
/* 分页 */
#pages { padding:14px 0 10px;text-align:center;margin-top:50px}
#pages a { display:inline-block; height:38px; line-height:38px; margin: 0 5px;background:#fff; border:1px solid #e3e3e3; text-align:center; color:#333; padding:0 15px;border-radius:2px}
#pages a.a1 { background:url(../images/admin_img/pages.png) no-repeat 0 5px; width:56px; padding:0;display:none }
#pages a:hover { background:#f1f1f1; color:#000; text-decoration:none }
#pages span { display:inline-block; height:38px; line-height:38px; background:#006de7; border:1px solid #006de7; color:#fff; text-align:center;padding:0 15px;border-radius:2px}
.page .noPage { display:inline-block; width:56px; height:38px; line-height:38px; background:url(../img/icu/titleBg.png) repeat-x 0 -55px ; border:1px solid #e3e3e3; text-align:center; color:#a4a4a4; }

/* 广告位 */
.ads{padding-top:8px}
.ads .col-left{width:748px;}
.ads .col-auto{border:1px solid #c3d4e7; padding:1px;width:198px}
.ads .col-auto div.left{float:left; background:#dce2ea; width:20px; margin-right:8px; text-align:center; height:83px; padding-top:5px}
.ads .col-auto div.right{overflow:hidden; }

/*link*/
.colli li{display:inline-block;zoom:1;*display:inline;overflow:hidden;vertical-align:middle;}
.ylink h5 a.rt{ margin-right:8px; font-weight:normal; }
.ylink h5 a.red{ color:red; font-weight:normal; padding:0 6px}
.ylink .imgul li{ text-align:center; margin:5px 10px;}
.ylink .linka a{ margin:10px; white-space:nowrap; height:30px; line-height:30px;}

.itemli{ margin:0px 10px;}
.itemli li{padding:10px 0px;}
.itemli li a{background:url(../images/bg_member_1.gif) no-repeat -5px -126px;font-weight:bold; padding-left:14px;color:#004499; font-size:13px;}
.pd_b0{padding-bottom:0px;}
/*内容摘要*/
.summary {background-color:#F6FAFD;border: 1px solid #DCDDDD;font-size: 14px;line-height: 23px;margin: 15px 0 0;padding: 12px 5px 6px;text-align: justify;text-indent: 2em;}


/*文章列表*/
.list {overflow: hidden}
.list h2 {line-height: 26px;margin: 10px 0;font-size: 20px;padding: 0 0 0 20px;height: 24px;border-left:3px solid #4E82D0;font-weight: normal;color:#666}
.left_list_news{width:100%;}
.left_list_news li{padding:30px 20px;border-bottom:1px dotted #ddd;cursor: pointer;overflow:hidden;}
.left_list_news li:hover{background:#f3f5f8;}
.left_list_news li .img_box{width:340px;margin-right:40px;float:left;}
.left_list_news li .r_list{width: calc(100% - 420px);float:left;}
.left_list_news li .r_list h3 a{font-weight:500;line-height:26px;font-size:24px;padding:0 5px;color:#000;}
.left_list_news li .r_list h3 a:hover{color:#006de7;text-decoration:none;}
.left_list_news li .r_list p{line-height: 28px;	font-size: 16px;margin: 50px 0 0 0;padding: 0 0 0 5px;color: #999;}
.left_list_news li .r_list span{line-height: 26px;font-size: 14px;color:#999; padding: 0 0 0 5px;}

/* 内页二级菜单 */
.newclass{margin:0;padding:0;border-bottom:1px solid #ddd;overflow:hidden;text-align:center}
.newclass li{width:12%;margin: -3px;border-right: 1px solid #ddd;text-align:center;display:inline-block;font-size:16px;height:120px;line-height:120px;}
.newclass li a{display:block;color:#333;transition:all .3s ease;position: relative;top:0;-moz-transition:all .3s ease;-webkit-transition:all .3s ease;}
.newclass li.current, .newclass li.cur {background-color:#006de7;}
.newclass li.current a, .newclass li.cur a {color:#fff;font-weight:600}
.newclass li:last-child {border:0}
.page-banbox {text-align:center;position:relative}
.page-banbox img {width:100%;max-width: 100%;}
.page-banbox h2 {
	width: 400px;
    padding: 10px 20px 10px;
    font-size: 36px;
    margin: 0 0 10px -200px;
    color: #fff;
    position: absolute;
    left: 50%;
    top: 100px;
	text-shadow: 0 2px 6px rgba(0,0,0,.7);
	-webkit-text-shadow: 0 2px 6px rgba(0,0,0,.7)
}
.page-banbox p{
	position: absolute;
	top: 160px;
    color: rgba(255,255,255,1);
    font-size: 18px;
    text-align: center;
    left: 50%;
    width: 40%;
    margin: 0 0 0 -20%;
	text-shadow: 0 1px 1px rgba(0,0,0,1);
	-webkit-text-shadow: 0 1px 1px rgba(0,0,0,1)
}
.new_show {
	background:url("../images/new_ban.jpg") no-repeat top center;
	background-size:100%;
	height:322px;
	z-index:0
}
.con-info {padding: 50px 0 100px;}

/*=====================================================
    SECTION FOOTER MAIN
==========================================================*/

#footer {
	-webkit-background-size: cover;
	background-size: cover;
	position: relative;
	background-color: #424242;
	/* height: 136px; */
}

.footer-right-bottom {
	margin-top: 30px;
}

.footer-right-bottom li,
.footer-right-bottom li a {
	color: rgba(255,255,255,.3);
	font-size: 14px;
	line-height: 14px;
	margin-bottom: 14px;
}
.footer-right-bottom li:hover a,.footer-right-bottom li:hover{
	color:rgba(255,255,255,.5);
}
.footer-right-bottom li span {
	margin-right: 10px;
}
#footer a:hover{
	color:rgba(255,255,255,.5);
}
.footer-right {
	float: right;
	margin-top: 6px;
}
.footer-right-top{
	overflow: hidden;
}
.footer-right-top li {
	float: left;
	margin-right: 12px;
}

.footer-right-top li>div:nth-child(2) {
	text-align: center;
	color: rgba(255,255,255,.3);
}
.footer-right-top .erwei{
	margin-bottom:6px;
}
.footers .link-us{
	font-size:15px;
	color:rgba(255,255,255,.5);
	margin-bottom:17px;
	font-size:16px;
}
.footers .row{
	border-bottom:1px solid rgba(255,255,255,.1);
	padding-bottom: 40px;
}
.footer-left .footer-ul>li{
	float:left;
	margin-right:54px;
	color:rgba(255,255,255,.5);
	font-size:15px;
}
.footer-left .footer-ul>li>ul {margin-top:10px}
.footer-left .footer-ul>li>ul>li a{
	font-size:14px;
	font-weight: normal;
	color:rgba(255,255,255,.3);
	line-height:30px;
}
/*=====================================================
    SECTION FOOTER
==========================================================*/
.footer-info {
	width:100%;
	height: 66px;
	background: #424242;
	overflow: hidden;
	cursor: default;
}

.footer-info p {
	line-height: 66px;
	text-align: center;
	color: rgba(255,255,255,.3);
}

.row {
	padding: 0;
	margin: 0;
}

.row .col-md-12 {
	margin: 0;
	padding: 0;
}

.partbg {
	width: 100%;
    height: 500px;
    margin-top: 100px;
}
.linkbox {margin:60px 0;}
.colli {
	border: 1px solid #ddd;
    border-left: none;
    border-bottom: none;
	overflow:hidden
}
.colli li {
	width:25%;
	float:left;
	border: 1px solid #ddd;
    border-top: 0;
    border-right: 0;
}
.colli li a {background: rgba(255,255,255,1);display:block;overflow: hidden;}
.colli li a:hover {background: rgba(255,255,255,.9);}
.colli li a:hover img{
	opacity: 0.9;
    -webkit-transform: scale(1.12);
	transform: scale(1.12);
	transition: transform .6s ease;
}
.linka {
	margin: 30px 0 40px
}

.linka a {
	margin: 0 20px 0 0;
	color:rgba(255,255,255,.3);
	font-size:14px;
}

@media(min-width:1170px) and (max-width:1600px) {
	.page_menu {padding-left: 8%;}
	.nav .tm a{padding: 0 15px;}
}
@media(min-width:768px) {
	.wh-wrap {margin: 0 12%;}
	.navbar-custom {
		padding: 10px 0;
		border-bottom: 0;
		letter-spacing: 1px;
		background-color: rgba(0, 0, 0,.2);
		-webkit-transition: background .5s ease-in-out, padding .5s ease-in-out;
		-moz-transition: background .5s ease-in-out, padding .5s ease-in-out;
		transition: background .5s ease-in-out, padding .5s ease-in-out;
	}

	.navbar-custom.top-nav-collapse {
		background-color: rgba(255, 255, 255, 0.97);
		-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);
		box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);
	}

	.navbar-custom.top-nav-collapse .nav li.active a {
		background-color: transparent;
		color:#006de7 !important;
	}

	.navbar-custom.top-nav-collapse .navbar-brand {
		color: #fff;
	}
}

@media(max-width:768px) {
	.share-box, .feature-wrap, .nav .sub {display:none}
	.left_list_news li {padding: 30px 0;}
	.navbar-nav .sub li a {display: none;border:0}
	.nav .sub {border:0}
	.left_list_news li .r_list h3 {line-height:28px}
	.left_list_news li .r_list h3 a {font-size:20px}
	.left_list_news li .img_box {width:100%;margin-right:0}
	.navbar-collapse {padding:0}
	.wh-wrap {margin:30px 0 0}
}

/* 滚动条 */
::-webkit-scrollbar{
    width:4px;
    background:#d2d2d2;
    border-radius:8px;
}
::-webkit-scrollbar-button{
    width:0;
    height:0;
}
::-webkit-scrollbar-button:end:increment,::-webkit-scrollbar-button:start:decrement{
    display:block;
}
::-webkit-scrollbar-button:vertical:end:decrement,::-webkit-scrollbar-button:vertical:start:increment{
    display:none;
}
::-webkit-scrollbar-corner{
    display:block;
}
::-webkit-scrollbar-thumb{
    width: 4px;
    height: 24px;
    background-clip:padding-box;
    background-color:rgba(255,255,255,1);
    border-radius:8px;
}
::-webkit-scrollbar-thumb:vertical,::-webkit-scrollbar-track:vertical{
    border-left:4px solid transparent;
    border-right:4px solid transparent;
}
::-webkit-scrollbar-thumb:horizontal,::-webkit-scrollbar-track:horizontal{
    border-top:1px solid transparent;
    border-bottom:1px solid transparent;
}