@charset "utf-8";
img {
	border: 0;
	height: auto;
	vertical-align: middle;
}
* {
	margin: 0;
	padding: 0;
}
html {
	overflow-x: hidden;
	overflow-y: auto;
}
body {
	padding: 0;
	margin: 0;
	font-size: 14px;
	font-family: "Open Sans", "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", Arial, Verdana, Tahoma, sans-serif;
	color: #c5d4e8 !important;
	background-color: #081222 !important;
}
a:hover {
	color: #00b4ff !important;
	text-decoration: none;
}
.logo a {
 background-color: transparent !important;
}
div, form, img, ul, ol, li, dl, dt, dd {
	margin: 0;
	padding: 0;
	border: 0;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	color: #ffffff !important;
}
li {
	list-style-type: none;
}
ul, li {
	list-style: none;
}
a {
	color: #87c8ff !important;
	text-decoration: none;
}
form, embed {
	display: inline;
	margin: 0;
	padding: 0;
}
.clear:after {
	clear: both;
	display: table;
	content: " ";
}
.lf {
	float: left;
}
.lr {
	float: right;
}
li {
	list-style-type: none;
}
*:before, *:after, * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

/* -----------------------------主体框架深色----------------------------- */
.container {
	background-color: #0b182b !important;
}
.container, .footlogin-center {
	width: 1380px;
	margin: auto;
	table-layout: fixed;
	word-break: break-all;
	overflow: hidden;
	position: relative;
}

/* -----------------------------PC左侧导航深色----------------------------- */
.wapnav, #yd-nav, .sousuo {
	display: none;
}
.header {
	position: fixed;
	top: 0;
	bottom: 0;
	width: 182px;
	background-color: #0b182b !important;
	margin: 0;
	padding: 0;
	z-index: 99;
	display: block;
	border-right: 1px solid rgba(0,160,255,0.15) !important;
}
.logo {
	margin: 0
}
.logo a {
	display: block;
	overflow: hidden;
	height: 124px;
	line-height: 300px;
	color: #FFF;
}
.nav {
	position: relative;
	font-size: 16px;
	border-bottom: 1px solid rgba(0,160,255,0.15) !important;
	list-style: none;
	padding: 0;
	margin-bottom: 0
}
.nav ul li {
	position: relative
}
.nav ul li a {
	padding: 12px 25px;
	color: #c5d4e8 !important;
	display: block
}
.nav ul li a:focus, .nav ul li a:hover {
	color: #00b4ff !important;
	background-color: #102038 !important;
}
.nav ul .hover a {
	color: #00b4ff !important;
	background-color: #102038 !important;
}
.nav ul li ul {
	position: absolute;
	top: -2px;
	left: 100%;
	min-width: 160px;
	z-index: 10;
	font-size: 14px;
	border: 1px solid rgba(0,160,255,0.2) !important;
	background-color: #0b182b !important;
	z-index: 2;
	list-style: none;
	margin: 0;
	padding: 5px 0;
	display: none
}
.nav ul li:hover > ul {
	display: block
}
.nav ul li ul > li > a:hover {
	background-color: #102038 !important;
	color: #00b4ff !important;
}
.head-a {
	text-align: center;
}
.head-a span a {
	padding: 5px;
	font-size: 16px;
	color: #c5d4e8 !important;
	display: inline-block;
}
.head-a span {
	display: inline-block;
	border-radius: 2px;
}
.head-a span a i {
	margin-right: 10px;
}

/* -----------------------------PC中间部份----------------------------- */
.content {
	float: left;
	width: 100%;
	overflow: hidden;
	margin: auto 0;
}
.bycontent {
	margin-left: 180px;
	margin-right: 300px;
	padding-right: 20px;
	padding-left: 10px;
	background: #0b182b !important;
}
.gg {
	padding-left: 26px;
	border: 1px solid rgba(0,160,255,0.2) !important;
	background-color: #102038 !important;
	margin: 0 0 6px 0;
}
.gg ul {
	font-size: 14px;
	line-height: 25px;
	font-weight: normal;
	padding-left: 15px;
}

/*-----TOP.AD------*/
.pcd_ad {
	display: block;
	overflow: hidden;
}
.mbd_ad {
	display: none
}
.pcd_ad img {
	width: 100%;
	height: auto;
	display: block;
}
.mbd_ad img {
	width: 100%;
	height: auto;
	display: block;
}
@media(max-width:768px) {
.pcd_ad {
	display: none !important;
}
.mbd_ad {
	display: block !important;
}
}
.ads-pc img {
	width: 100%;
	height: auto;
	display: block;
}
.ads {
	margin: 5px;
}

/*-----CELAN.PC----*/
.sidebar {
	float: left;
	width: 300px;
	height: 100%;
	overflow: hidden;
	margin-left: -302px;
	padding-left: 5px;
	background: #0b182b !important;
}

/*-----FOOTER.PC---*/
.footer {
	border-top: 1px solid rgba(0,160,255,0.15) !important;
	clear: both;
	color: #888 !important;
	font-size: 12px;
	padding: 10px 0 30px;
	position: relative;
	z-index: 1;
	text-align: center;
	background: #0b182b !important;
}
.footer a {
	color: #888 !important;
}

/* -----------------------------文章列表深色----------------------------- */
.acpost {
	background-color: #0b182b !important;
	padding: 20px 10px;
	position: relative;
	clear: both;
	display: table;
	border-bottom: 1px solid rgba(0,160,255,0.1) !important;
}
.acpost:hover {
	background-color: #102038 !important;
}
.acpost header {
	margin: 0 10px 10px 0
}
.acpost h2 {
	display: inline;
	margin: 0;
	position: relative;
	top: 1px;
	font-size: 22px;
	line-height: 26px;
	padding-bottom: 3px;
	font-weight: 600;
	font-family: 'Microsoft YaHei', Verdana, Arial;
	overflow: hidden;
}
.acpost h2 a {
	color: #ffffff !important;
}
.acpost h2 a:hover {
	color: #00b4ff !important;
	text-decoration: none;
}
.acpost-tu {
	float: left;
	margin: 0 20px 0 0;
	text-align: center;
	position: relative;
	overflow: hidden;
	display: table;
	width: 200px;
	height: 123px;
}
.acpost-tu img {
	width: 100%;
	margin: 0 auto;
	display: block;
	height: 123px;
	border: 1px solid rgba(0,160,255,0.2) !important;
}
.acpost-centtxt {
	color: #c5d4e8 !important;
	line-height: 30px;
	text-align: justify;
	font-size: 14px;
	overflow: hidden;
	display: block;
	-webkit-line-clamp: 2;
}
.acpost-footer {
	margin-bottom: 10px;
	font-size: 12px;
	color: #999 !important;
	line-height: 30px;
	height: 30px;
}
.acpost-footer span, .acpost-3tu-h span {
	margin-right: 20px;
	color: #999 !important;
}
.acpost-footer span a, .acpost-3tu-h span a {
	color: #999 !important;
	margin-right: 10px;
}
.acpost-footer span i, .acpost-3tu-h span i {
	margin-right: 5px;
}
.acpost-ico {
	position: absolute;
	top: -2px;
	right: 0;
	overflow: hidden;
	width: 40px;
	height: 40px;
}

/*-------3图.AC---------*/
.acpost-3tu {
	position: relative;
	overflow: hidden;
	margin: 10px -6px 0 0;
}
.acpost-3tu > a > span {
	float: left;
	display: block;
	margin-bottom: 6px;
	width: 33.33333333%;
}
.acpost-3tu > a > span > span {
	display: block;
	margin-right: 6px;
	text-align: center;
}
.acpost-3tu > a > span > span > img {
	width: 100%;
	height: 149px;
	border: 1px solid rgba(0,160,255,0.2) !important;
}

/*-----推荐.AC----*/
.toppost {
	overflow: hidden;
	background-color: #0b182b !important;
	border-top: 1px solid rgba(0,160,255,0.1) !important;
	margin-bottom: 10px;
	margin-left: 10px;
	padding-top: 10px;
	margin-top: 30px;
	margin-bottom: 20px;
}
.toppost:hover {
	background-color: #102038 !important;
}
.toppost h2 {
	font-size: 22px;
	line-height: 26px;
	padding-bottom: 3px;
	font-weight: 600;
	font-family: 'Microsoft YaHei', Verdana, Arial;
	overflow: hidden;
}
.toppost h2 a {
	float: left;
	width: 100%;
	height: 100%;
	color: #fff !important;
}
.toppost h2 a:hover {
	color: #00b4ff !important;
	text-decoration: none;
}
.toppost .jinrituijian {
	font-size: 16px;
	padding: 4px;
	color: #FFF;
	background-color: #0090e8 !important;
	margin-right: 10px;
}
.toppost h6 {
	font-size: 12px;
	font-weight: 400;
	color: #999 !important;
	line-height: 30px;
	height: 30px;
}
.toppost .clear {
	clear: both;
	padding-top: 4px;
	padding-bottom: 4px;
}
.toppost .intro {
	line-height: 30px;
	margin-top: 5px;
	font-size: 14px;
	padding-bottom: 3px;
	height: auto;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	color: #c5d4e8 !important;
}

/*------侧栏.CSS深色------*/
.ce {
	margin-bottom: 10px;
	background-color: #102038 !important;
	border: 1px solid rgba(0,160,255,0.15) !important;
	border-radius: 8px;
}
.ce-div img {
	width: 100%;
	height: auto;
}
.ce h3 {
	line-height: 25px;
	font-size: 20px;
	padding-left: 16px;
	border-left: 2px solid #0090e8 !important;
	font-weight: 700;
	background-color: #102038 !important;
	padding-top: 8px;
	padding-bottom: 8px;
	margin-bottom: 10px;
	color: #fff !important;
}
.ce-ul li {
	line-height: 30px;
	height: 30px;
	font-size: 14px;
	border-bottom: 1px solid rgba(0,160,255,0.1) !important;
	text-overflow: ellipsis;
	overflow: hidden;
}
.ce-div {
	position: relative;
}
#divSearchPanel form {
	height: 30px;
	border-radius: 2px;
	border: 1px solid #0090e8 !important;
	display: block;
	margin-left: 5px;
	margin-right: 5px;
}
#divSearchPanel input[type="text"] {
	line-height: 28px;
	height: 28px;
	width: 72%;
	float: left;
	padding-left: 1%;
	clear: left;
	border: 0;
	background: #0b182b !important;
	color: #fff !important;
}
#divSearchPanel input[type="submit"] {
	color: #FFF;
	float: right;
	height: 30px;
	width: 25%;
	border: 0;
	background-color: #0090e8 !important;
}
#divComments ul li:before, #divPrevious ul li:before, #hotcelan ul li:before, #comcelan ul li:before, .actext-e ul li:before, #zance ul li:before {
	margin-right: 8px;
	font-family: FontAwesome;
	content: "\f0da";
	color: #00b4ff !important;
}
.tag-count {
	display: none;
}
#divTags li {
	float: left;
	margin: 2px 5px 2px 0px;
	padding: 0;
	border-bottom: none;
	font-size: 14px;
}
#divLinkage li, #divCatalog li, #divArchives li, #divMisc li, #divStatistics li {
	width: 48%;
	float: left;
	border: 1px solid rgba(0,160,255,0.2) !important;
	text-align: center;
	margin: 0 5px 5px 0;
	background: #102038 !important;
}
#tbCalendar {
	width: 100%;
}
#tbCalendar caption {
	margin-bottom: 10px;
}
#tbCalendar thead {
	margin-bottom: 10px;
}
#tbCalendar tbody {
	margin-top: 10px;
}
#tbCalendar tbody td {
	text-align: center;
}
.div1 {
	width: 300px;
}
.div2 {
	position: fixed;
	_position: absolute;
	top: 0;
	z-index: 10;
	width: 300px;
}

/*-------分页----------*/
.pagination {
	text-align: center;
	padding-top: 16px;
}
.pagination ul {
	display: inline-block;
	margin-left: 0;
	margin-bottom: 0;
	padding: 0
}
.pagination ul>li {
	display: inline
}
.pagination ul>li>a, .pagination ul>li>span {
	margin: 0 5px;
	float: left;
	padding: 8px 20px 7px;
	text-decoration: none;
	background-color: #102038 !important;
	color: #c5d4e8 !important;
	border: none !important;
}
.pagination-multi ul>li>a, .pagination-multi ul>li>span {
	padding: 6px 14px;
	margin: 6px;
	font-size: 12px;
}
.pagination ul>li>a:focus, .pagination ul>li>a:hover {
	opacity: 1;
	background: #0090e8 !important;
	color: #fff !important;
}
.pagination ul>.active>a, .pagination ul>.active>span {
	background-color: #0090e8 !important;
	color: #fff !important;
}
.pagination ul>.active>a, .pagination ul>.active>span {
	cursor: default
}
.pagination ul>.disabled>a, .pagination ul>.disabled>a:focus, .pagination ul>.disabled>a:hover, .pagination ul>.disabled>span, .pagination ul>li>span {
	color: #999 !important;
	background-color: transparent !important;
	cursor: default
}

/* 所有丑的装饰条、彩色标签全部移除 */
.feeds, .default-menu, .acpost-ico, .meihua_1, .meihua_2, .short-btn, .y-nav, .footlogin-on {
	display: none !important;
}