
*, body {
	margin: 0;
	padding: 0
}
* {
  font-family: Arial, 'NotoSansSC', 'PingFang SC', 'Microsoft YaHei', sans-serif !important;
}
body {
	font-size: 14px;
	color: #bbbbbb;
}
body.active {
	overflow: hidden
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal
}
a {
	color: #004c98;
	text-decoration: none
}
a:hover {
	color: #004c98;
	-webkit-transition: background-color .15s linear, color .15s linear;
	-moz-transition: background-color .15s linear, color .15s linear;
	-o-transition: background-color .15s linear, color .15s linear;
	-ms-transition: background-color .15s linear, color .15s linear;
	transition: background-color .15s linear, color .15s linear
}
i {
	font-style: normal
}
ul, ol {
	list-style-type: none
}
img {
	max-width: 100%;
	height: auto;
	width: auto\9;
	border: 0
}




.wrapper {
	width: 100%;
	min-width: 1200px;
	overflow: hidden
}
.wrap {
	margin: 0 auto
}
.header-bg{
    width: 100%;
    background: #000000;
}
.header-bt{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 32px;
    width: 88px;
    cursor: pointer;
    border: 1px solid rgba(251, 181, 22, 1);
    margin: 13px 0;
    border-radius: 8px;
    margin-right: 1px;
}
.header-bt:hover{
    color: #fff;
    background: #fbb516;
}
.header {
	width: 1440px;
    position: relative;
    height: 60px;
    margin: 0 auto;
}
.headnav {
    width: 90px;
    margin-right: 10px;
}
.menuico {
	width: 38px;
	height: 36px;
	border-radius: 3px;
	background: #004c98 url(../images/bg.png) no-repeat 3px 2px;
	position: absolute;
	left: 15px;
	top: 0;
	display: none;
	margin-top: 22px;
}
.searchico2 {
	width: 38px;
	height: 36px;
	border-radius: 3px;
	background: #004c98 url(../images/bg.png) no-repeat -60px 2px;
	position: absolute;
	right: 15px;
	top: 0;
	display: none;
	margin-top: 22px;
}
.logo {
	width: 150px;
    padding: 10px 0px 10px 1px;
}

.zuologo {
	width: 15%;
	float: left;
	margin-right: 49px;
}
.zhongdaohang {
    float: left;
}
.youdenglu {
	width: 20%;
    float: right;
}
.shoujilogo{
	display: none;
}
.shoujidaohang{
	display: none;
}

.menu {
	height: 60px;
	line-height: 60px;
	text-align: left;
}
.menu li {
	float: left;
	display: inline;
	text-align: center;
}
.searchico {
	width: 55px;
    height: 55px;
    display: inline;
    background: #004c98 url(../images/bg.png) no-repeat -51px 12px;
    border-radius: 50px;
    right: 2%;
    position: fixed;
    bottom: 12%;
    opacity: .8;
}
.searchico:hover {
    opacity: 1;
}
.menu a {
	padding: 0;
	font-size: 14px;
	color: #bbbbbb;
	display: block
}
.menu a:hover {
	color: #ffffff;
	text-decoration: none
}
.menu a.active {
	cursor: default;
}

.searchbox {
	width: 100%;
	height: 1080px;
	background: rgba(255,255,255,0.95);
	overflow: auto;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1;
	-ms-transform: scale(0, 0);
	-o-transform: scale(0, 0);
	transform: scale(0, 0);
	opacity: 0
}
.searchbox.active {
	opacity: 1;
	-webkit-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	transform: scale(1, 1)
}
.searchbox.active .mask {
	display: block
}
.searchbox .mask {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	display: none
}
.search {
	width: 500px;
	margin: 0 0 0 -275px;
	padding: 30px;
	border: 1px solid #004c98;
	background: #fff;
	position: relative;
	left: 50%;
	top: 97px;
	z-index: 2
}
.searchcon {
	position: relative
}
.searchtxt {
	width: 100%;
	height: 50px;
	font-size: 22px;
	color: #004c98;
	font-family: tahoma, "microsoft yahei";
	border: 0;
	border-bottom: 2px solid #004c98;
	outline: 0
}
.searchbtn {
	width: 39px;
	height: 50px;
	border: 0;
	outline: 0;
	cursor: pointer;
	background: #fff url(../images/bg.png) no-repeat -60px -30px;
	position: absolute;
	right: 0;
	top: 0
}
.searchhot {
	margin-top: 40px
}
.searchhot p {
	font-size: 18px;
	color: #666
}
.searchhot ul {
	margin: 10px 0 0;
	overflow: hidden
}
.searchhot li {
	float: left;
	display: inline;
	margin: 0 20px 20px 0
}
.searchhot li a {
	padding: 5px 15px;
	font-size: 16px;
	line-height: 22px;
	border: 1px solid #f0f0f0;
	display: block
}
.searchhot li a:hover {
	color: #fff;
	text-decoration: none;
	border: 1px solid #004c98;
	background: #004c98
}
.search i.close {
	width: 39px;
	height: 39px;
	cursor: pointer;
	background: #004c98 url(../images/bg.png) no-repeat -124px 4px;
	position: absolute;
	right: -40px;
	top: -1px
}
.main {
	padding: 20px 0;
	zoom: 1;
	max-width: 1440px;
    margin: 0 auto;
}
.main:after {
	content: "";
	display: block;
	clear: both
}
.content {
	padding: 30px 0px 10px 10px;
	zoom: 1;
	 float: right;
    width: 75%;
}
.content:after {
	content: "";
	display: block;
	clear: both
}
.listcon {
	width: 75%;
	padding: 30px 0px 10px 10px;
	display: inline-block;
	zoom: 1;
	float: right;
}
.listcon:after {
	content: "";
	display: block;
	clear: both
}
.listcon2 {
	width: 75%;
	padding: 30px 30px 10px;
	display: inline-block;
	zoom: 1;
	float: right;
}
.listcon2:after {
	content: "";
	display: block;
	clear: both
}
.post {
	width: 100%;
	margin: 0 0 30px;
	padding: 0 0 30px;
	overflow: hidden
}
.postimg {
	width: 25%;
	height: 100%;
	float: left;
	display: inline;
	overflow: hidden
}
.postimg img {
	width: 100%;
	min-height: 125px;
	border-radius: 8px;
}
.postcon {
	width: 70%;
	float: right;
	display: inline
}
.postcon h3 {
	margin: 0 0 10px
}
.postcon h3 a {
	font-size: 18px;
	color: #bbb;
}
.postcon h3 a:hover {
	color: #fbb516;
}
.postinfo {
	margin: 0 0 20px
}
.postinfo a {
	color: #999
}
.postinfo a:hover {
	color: #004c98
}
.postintro {
	font-size: 14px;
	color: #999;
	line-height: 24px
}
.item {
	width: 100%;
	margin: 0 0 30px;
	padding: 0 0 30px;
	border-bottom: 1px dashed #ddd;
	overflow: hidden
}
.itemcon {
	width: 100%;
	overflow: hidden
}
.itemcon h3 {
	margin: 0 0 10px
}
.itemcon h3 a {
	font-size: 18px;
	color: #bbb
}
.itemcon h3 a:hover {
	color: #004c98
}
.iteminfo {
	margin: 0 0 10px
}
.iteminfo a {
	color: #999
}
.iteminfo a:hover {
	color: #004c98
}
.itemimg {
	margin: 0 0 10px -5px;
	overflow: hidden
}
.itemimg a {
	width: 33.33%;
	height: 120px;
	float: left;
	display: inline;
	overflow: hidden;
	display: block
}
.itemimg img {
	min-height: 120px;
	margin: 0 0 0 5px
}
.itemintro {
	font-size: 14px;
	color: #999;
	line-height: 24px
}
.postcon h3 a span, .itemcon h3 a span {
	width: 18px;
	height: 18px;
	margin: 3px 8px 0 0;
	background: url(../images/bg.png) no-repeat;
	display: inline-block;
	vertical-align: top
}
.postcon h3 a span.new, .itemcon h3 a span.new {
	background-position: 0 -196px
}
.postcon h3 a span.hot, .itemcon h3 a span.hot {
	background-position: -18px -196px
}
.postcon h3 a span.top, .itemcon h3 a span.top {
	background-position: -36px -196px
}
.infoauth {
	padding: 0 0 0 18px;
	background: url(../images/bg.png) no-repeat -273px -200px
}
.infoauth a {
	color: #999
}
.infoauth a:hover {
	color: #004c98
}
.infocate {
	margin: 0 20px 0 0;
	padding: 0 0 0 18px;
	background: url(../images/bg.png) no-repeat -273px -135px
}
.infocate a {
	color: #999
}
.infocate a:hover {
	color: #004c98
}
.infodate {
	margin: 0 20px 0 0;
	padding: 0 0 0 18px;
	color: #999;
	background: url(../images/bg.png) no-repeat -272px -231px
}
.infoviews {
	padding: 0 0 0 20px;
	background: url(../images/bg.png) no-repeat -272px -71px
}
.infocmt {
	padding: 0 0 0 20px;
	background: url(../images/bg.png) no-repeat -272px -104px
}
.delmulti {
	padding: 0 0 0 20px;
	background: url(../images/bg.png) no-repeat -168px -227px
}

.ias_trigger a {
	margin: 20px 0;
	padding: 10px 0;
	color: #bbb;
	text-align: center;
	border-radius: 2px;
	background: #ebebeb;
	display: block
}
.sidebar {
	width: 20%;
	float: left;
	display: inline
}
.sidebox {
	margin: 0 0 20px;
	padding: 20px 0px;
}
.sidebox2 {
	margin: 0 0 20px;
	padding: 20px 30px;
}
.listtitle, .cmttitle, .reltitle, .sidetitle {
	line-height: 40px
}
.sidetitlefont{
    background: linear-gradient(0deg, #ff3e07, #fbb516);
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    font-weight: bold;
}
.listtitle h3, .cmttitle h3, .reltitle h3, .sidetitle h3 {
	font-size: 16px;
	color: #bbbbbb;
}
.listtitle, .cmttitle, .reltitle, .sidetitle2 {
	line-height: 40px
}
.listtitle h3, .cmttitle h3, .reltitle h3, .sidetitle2 h3 {
	font-size: 25px;
	color: #bbb;
	text-align: center;
    line-height: 3;
}
.sidecon {
	font-size: 14px;
	overflow: hidden;
	margin-bottom: 10px;
}
.sidecon ul {
	zoom: 1
}
.sidecon ul:after {
	content: "";
	display: block;
	clear: both
}
.sidecon li {
	padding: 8px 0 7px 20px;
}
.sidecon li a {
	font-size: 14px;
	color: #aaaaaa;
}
.sidecon li a:hover{
	color: #fbb516;
}
.sidecon2 {
	padding: 10px 0;
	font-size: 14px;
	overflow: hidden;
	text-align: center;
}
.sidecon2 ul {
	zoom: 1;
	margin-bottom: 3%;
}
.sidecon2 ul:after {
	content: "";
	display: block;
	clear: both
}
.sidecon2 li {
	padding: 8px 0 7px 0;
}
.sidecon2 li a {
	font-size: 14px;
	color: #bbb
}
#divCalendar table {
	width: 100%;
	table-layout: fixed
}
#divCalendar caption {
	height: 24px;
	margin: 0 0 10px;
	padding: 0;
	font-size: 16px;
	text-align: center;
	border-bottom: 1px dotted #eee
}
#divCalendar caption a {
	padding: 0 10px;
	font-size: 14px
}
#divCalendar th {
	height: 25px;
	color: #fff;
	line-height: 25px;
	text-transform: uppercase;
	border: 1px solid #004c98;
	border-radius: 2px;
	background: #004c98
}
#divCalendar td {
	height: 25px;
	text-align: center;
	line-height: 25px;
	border: 1px solid #efefef;
	background: #fff
}
#divCalendar td.pad {
	border: none
}
#divCalendar td a {
	color: #fff;
	line-height: 30px;
	background: #5eaae4;
	display: block
}
#today {
	font-weight: bold
}
#divSearchPanel input[type="text"] {
	width: 70%;
	height: 27px;
	border: 1px solid #004c98;
	outline: 0;
	background: #fff;
	font-family: "微软雅黑";
	display: inline-block
}
#divSearchPanel input[type="text"] {
*display:inline
}
#divSearchPanel input[type="submit"] {
	width: 25%;
	height: 31px;
	color: #fff;
	line-height: 29px;
	border: 1px solid #004c98;
	background: #004c98;
	display: inline-block;
	vertical-align: top;
	vertical-align: baseline\9
}
#divNavBar li, #divCatalog li, #divLinkage li, #divFavorites li, #divArchives li, #divAuthors li {
	width: 100%;
	height: 30px;
	float: left;
	line-height: 15px;
	overflow: hidden
}
#divCatalog2 li {
	width: 20%;
	height: 30px;
	float: left;
	line-height: 30px;
	overflow: hidden
}
.sidebar #divMisc li {
	width: 50%;
	float: left;
	padding: 0;
	text-indent: 0;
	border: 0;
	background: none
}
#divTags ul li {
	width: auto;
	height: 30px;
	float: left;
	margin: 10px 0 0 0;
	padding: 0;
	white-space: nowrap;
	border: 0;
	background: none
}
#divTags ul li a, .tags-cloud a {
	margin: 0 10px 0 0;
	padding: 5px 5px;
	font-size: 14px;
	color: #bbb;
	border: 1px solid #004c98;
	border-radius: 3px;
	display: inline-block;
	vertical-align: top
}
#divTags ul li a:hover, .tags-cloud a:hover {
	color: #fff;
	text-decoration: none;
	background: #004c98
}
.tag-count {
	display: none
}
#divPrevious li {
	height: 21px;
	line-height: 24px;
	overflow: hidden
}
.sitemap {
	margin: 0 0 30px;
}
.sitemap h3 {
	font-size: 14px;
	color: #666;
}
.sitemap a {
	color: #004c98;
    font-weight: bold;
    font-size: 13px;
}
.sitemap a:hover {
	color: #bd18e0;
	text-decoration: none;
}
.single h1 {
	font-size: 28px
}
.singleinfo {
	margin: 10px 0 20px
}
.singleinfo span {
	margin: 0 20px 0 0;
	color: #999
}
.singleinfo a {
	color: #999
}
.singlecon {
	margin: 0 0 30px;
	font-size: 16px;
	color: #bbbbbb;
	line-height: 32px;
	overflow: hidden
}
.singlecon p {
	margin-bottom: 10px;
	word-break: break-all;
	word-wrap: break-word
}
.singlecon .video {
	height: 0;
	padding-top: 20px;
	padding-bottom: 93%;
	overflow: hidden;
	position: relative
}
.singlecon .video embed, .singlecon .video iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0
}
.singlecon code[class*="language-"] {
	word-wrap: break-word !important
}
.singletags {
	margin: 0 0 20px;
	line-height: 28px
}
.singletags a {
	height: 26px;
	padding: 5px 10px;
	margin: 0 0 8px 0;
	color: #bbb;
	line-height: 16px;
	border: 1px solid #ccc;
	border-radius: 2px;
	display: inline-block;
	vertical-align: top
}
.singletags a:hover {
	color: #fff;
	text-decoration: none;
	border: 1px solid #004c98;
	background: #004c98
}
.singlepage {
	margin: 0 0 50px;
	padding: 20px 0 0;
	border-top: 1px solid #ddd;
	overflow: hidden
}
.singlepage .prepage {
	width: 50%;
	float: left
}
.singlepage .nextpage {
	width: 50%;
	float: right;
	text-align: right
}
.singlepage span {
	color: #929292
}
.singlepage p a {
	font-size: 16px;
	color: #666;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	display: block
}
.singlepage p a:hover {
	color: #004c98
}
.relates ul {
	margin: 20px -20px 30px 0;
	list-style: none;
	overflow: hidden
}
.relates li {
	width: 25%;
	height: 180px;
	float: left;
	overflow: hidden;
	display: inline-block;
	vertical-align: top
}
.relates a {
	height: 170px;
	margin: 0 20px 0 0;
	color: #666;
	overflow: hidden;
	display: block
}
.relates a:hover {
	color: #004c98
}
.relates span {
	width: 100%;
	height: 125px;
	margin: 0 0 5px;
	overflow: hidden;
	position: relative;
	display: block
}
.relates img {
	width: 100%;
	min-height: 125px;
	position: absolute;
	border-radius: 8px;
	height: 100%;
}
.comment {
	margin: 0 0 20px
}
.cmtpost {
	margin-top: 20px;
	overflow: hidden
}
.cmtimg {
	width: 60px;
	float: left
}
.cmtimg img {
	width: 60px;
	height: 60px;
	border-radius: 50%
}
.cmtarea {
	padding-left: 80px;
	padding-bottom: 20px
}
.cmtarea span {
	color: #ccc;
	line-height: 35px
}
.cmtarea textarea {
	width: 100%;
	height: 80px;
	padding: 10px;
	font-family: microsoft yahei;
	border: 1px solid #bebebe;
	-moz-border-radius: 2px;
	box-sizing: border-box;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: 0 1px 0 0 #f0f0f0;
	-moz-box-shadow: 0 1px 0 0 #f0f0f0;
	box-shadow: 0 1px 0 0 #f0f0f0;
	outline: 0;
	overflow: hidden
}
.cmtpost .cmtfocus {
	border: 1px solid #ffdca0;
	-moz-box-shadow: 0 0 5px rgba(255,185,65,0.5);
	-webkit-box-shadow: 0 0 5px rgba(255,185,65,0.5);
	box-shadow: 0 0 5px rgba(255,185,65,0.5);
	-webkit-transition: all .3s ease-out 0s;
	-moz-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s
}
.cmtbtn {
	margin-top: 2px;
	text-align: left
}
.cmtbtn span {
	float: left;
	color: #999
}
.cmtbtn input {
	width: 74px;
	height: 32px;
	float: right;
	font-size: 16px;
	color: #fff;
	font-family: microsoft yahei;
	line-height: 32px;
	text-align: center;
	border: 0;
	border-radius: 2px;
	outline: 0;
	cursor: pointer;
	background: #004c98
}
.cmtinfo {
	width: 575px;
	float: left;
	padding: 0 0 20px 78px;
	overflow: hidden;
	display: none
}
.cmtinfo p {
	width: 49%;
	float: left;
	padding: 5px 0
}
.cmtinfo input {
	width: 160px;
	height: 20px;
	padding: 2px 6px;
	border: 1px solid #bebebe;
	border-radius: 2px;
	outline: 0
}
.cmtinfo input {
*display:inline
}
.cmtinfo label {
	padding: 0 10px;
	line-height: 26px
}
.cmtinfo #inpVerify {
	width: 100px
}
.cmtinfo img {
	width: 70px;
	height: 26px;
	margin-left: 10px;
	vertical-align: top
}
.msg {
	border-bottom: 1px solid #eee;
	padding: 20px 0;
	overflow: hidden
}
.msg .msgimg {
	width: 50px;
	height: 50px;
	float: left
}
.msg .msgimg .avatar {
	width: 50px;
	height: 50px;
	border-radius: 50%
}
.msg .msgname a {
	color: #004c98
}
.msg .msgtxt {
	width: 100%;
	float: right;
	margin-left: -60px
}
.msg .msgtxt .msgtxtbogy {
	margin-left: 60px
}
.msg .msgtxt .msgname {
	line-height: 24px
}
.msg .msgtxt .msgname span {
	font-size: 12px;
	color: #999
}
.msg .msgtxt .msgarticle {
	padding: 5px 0;
	font-size: 14px;
	color: #666
}
.msg .msgarticle .msg {
	margin-top: 10px;
	padding: 0;
	padding-top: 20px;
	font-size: 12px;
	border: 0;
	border-top: 1px solid #eee
}
.msg .msgarticle .msg .msgimg {
	width: 32px;
	height: 32px
}
.msg .msgarticle .msg .msgimg .avatar {
	width: 32px;
	height: 32px
}
.msg .msgarticle .msg .msgtxt {
	width: 100%;
	float: right;
	margin-left: -40px
}
.msg .msgarticle .msg .msgtxt .msgtxtbogy {
	margin-left: 40px
}
.msg .msgarticle .msg .dot {
	display: none
}
a.backtotop {
	width: 26px;
    height: 48px;
    right: 57px;
    text-indent: -999px;
    cursor: pointer;
    opacity: .8;
    position: fixed;
    margin: 2px 13px;
    _position: absolute;
    bottom: 50px;
    _bottom: 30px;
    background: url(https://g-0ms.508mallsys.com/image/backToTop/02.png?v=201505251717);
    overflow: hidden;
}
a.backtotop:hover {
	background-image: url(//g-0ms.508mallsys.com/image/backToTop/02_hover.png?v=201505251717);
}
.errorpage {
	width: 420px;
	margin: 0 auto 50px;
	text-align: center
}
.errorpage h2 {
	font-size: 98px;
	line-height: 150px;
	font-weight: bold;
	color: #bbb;
	margin: 10px 0;
	text-shadow: rgba(61,61,61,0.3) 1px 1px, rgba(61,61,61,0.2) 2px 2px, rgba(61,61,61,0.3) 3px 3px
}
.errorpage h3 {
	font-size: 30px;
	color: #bbb;
	line-height: 35px;
	margin: 10px 0
}
.errorpage p {
	font-size: 14px;
	color: #bbb;
	margin: 0 0 10px
}
.schtxt {
	float: left;
	width: 71%;
	position: relative;
	font-size: 14px;
	color: #bbb;
	padding: 12px 17px;
	background-color: #fafafa;
	border: 1px solid #eee;
	border-radius: 2px;
	outline: 0;
	z-index: 2
}
.schbtn {
	width: 20%;
	font-size: 16px;
	color: #fff;
	padding: 10px 16px;
	line-height: 22px;
	border: 0;
	border-radius: 2px;
	background: #004c98;
	outline: 0;
	cursor: pointer
}
.goback {
	padding: 10px 30px;
	font-size: 16px;
	color: #fff;
	text-align: center;
	border-radius: 2px;
	background: #004c98
}
.goback:hover {
	color: #fff;
	text-decoration: none;
	background: #001a66
}
.foot {
	padding: 20px 0 20px;
	font-size: 14px;
	color: #999;
	text-align: center
}
.toyean {
	display: inline
}
@media screen and (max-width:1000px) {
.wrapper {
	min-width: 100%
}
.wrap {
	width: 100%;
	min-width: 100%
}
.main {
	padding: 30px 10px
}
.content {
	width: auto
}
.listcon {
	width: auto;
	display: block
}
.listcon2 {
	width: auto;
	display: block
}
.postimg {
	width: 30%
}
.postcon {
	width: 65%
}
.postcon h3 {
	max-height: 45px;
	overflow: hidden
}
.itemimg img {
	width: 100%
}
.sidebar {
	float: none
}
}
@media screen and (max-width:660px) {
.listcon {
	padding: 20px 20px 10px;
	display: inline-block;
	zoom: 1
}
.listcon2 {
	zoom: 1;
	float: none;
}	
.sidebox {
	margin: 0 0 20px;
	padding: 20px 30px;
	background: #fff
}	
.sidebox2 {
    margin: 0 0 20px;
    padding: 0;
    background: #fff;
}
.postintro {
    font-size: 12px;
    color: #999;
    line-height: 24px;
}
.postcon h3 a {
    font-size: 14px;
    color: #bbb;
}
.postimg img {
    width: 100%;
    min-height: auto;
}
.menuico {
	display: block
}
.menuico {
    width: 38px;
    height: 36px;
    border-radius: 3px;
    background: #004c98 url(../images/bg.png) no-repeat 3px 2px;
    position: absolute;
    left: 15px;
    top: 0;
    margin-top: 16px;
}	
.logo {
    width: 138px;
	padding: 0;

}
.zuologo {
	width: 100%;
	display: none;
}
.zhongdaohang {
    width: 100%;
	display: none;
}
.youdenglu {
    display: none;
}
.shoujilogo{
	display: block;
}
.shoujidaohang{
	display: block;
	width: 100%;
    float: left;
}
#divCatalog2 li {
    width: 33.3333%;
    height: 30px;
    float: left;
    line-height: 30px;
    overflow: hidden;
}	

.relates img {
    width: 100%;
    min-height: 80px;
    position: absolute;
}
.relates span {
    width: 100%;
    height: 80px;
    margin: 0 0 5px;
    overflow: hidden;
    position: relative;
    display: block;
}		
.relates a {
    height: 125px;
    margin: 0 20px 0 0;
    color: #666;
    overflow: hidden;
    display: block;
	font-size: 12px;
}
.relates li {
    height: 130px;
    float: left;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
}	
.relates ul {
    margin: 20px -20px 30px 0;
    list-style: none;
    overflow: hidden;
}
.foot {
    padding: 20px 10px;
    font-size: 14px;
    color: #999;
    text-align: center;
}

	
	
.searchico2 {
	display: block
}
.searchico2 {
    width: 38px;
    height: 36px;
    border-radius: 3px;
    background: #004c98 url(../images/bg.png) no-repeat -60px 2px;
    position: absolute;
    right: 15px;
    top: 0;
    margin-top: 16px;
}	
.menuico.on {
	background-color: #999
}
.menu {
	height: 0;
	border-top: 0;
	overflow: hidden;
	visibility: hidden
}
.menu li {
	float: none;
	border-top: 1px solid #ddd;
	display: block;
	height: 3em;
	line-height: 3em;
}
.menu li a {
	background: #004c98;
	color: #ffffff;
}
.menu a:hover {
    color: #008fff;
    text-decoration: none;
}
.on.menu {
	height: auto;
	margin: 0 0 20px;
	visibility: visible
}
.on.menu .searchico {
	display: none
}
.sidebar {
	display: none
}
.searchbox {
	height: 450px;
}
.search {
	margin: 0px;
	padding: 0px;
	left: 3%;
	width: 85%;
}
.content {
	width: auto
}
.sitemap {
	display: none
}
.single h1 {
	font-size: 22px;
	text-align: center;
}
.singleinfo {
	padding: 0 0 10px;
	border-bottom: 1px solid #ddd;
	text-align: center;
}
.singleinfo span {
	margin: 0 10px 0 0
}
.postimg {
	width: 40%
}
.postcon {
	width: 55%
}
.postcon h3 {
	max-height: 50px;
	overflow: hidden
}
.postintro {
	max-height: 45px;
	overflow: hidden
}
.cmtimg {
	display: none
}
.cmtarea {
	padding: 0;
	float: none
}
.cmtarea textarea {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
.cmtbtn span {
	display: none
}
.cmtinfo {
	width: auto;
	padding: 0
}
.cmtinfo p {
	width: 100%
}
.cmtinfo input {
	width: 60%;
	height: 26px;
	padding: 5px
}
.msg .msgarticle .msg {
	margin-left: -37px
}
.relates li {
	width: 50%
}
}
@media screen and (max-width:500px) {
.main {
	padding: 15px 10px
}
.logo {
	width: 150px;
	margin: 20px auto 20px
}
.infocate, .postintro, .itemintro, .infoauth {
	display: none
}
.postimg, .itemimg a {
	height: 80px
}
.listcon {
	padding: 20px
}
.listcon2 {
	padding: 20px
}	
.item {
	margin: 0 0 20px;
	padding: 0 0 10px
}
.post {
	margin: 0 0 15px;
	padding: 0 0 15px
}
}
#adr1, #adr2, #adr3, #adr4 {
	padding: 0px!important
}
#adr4 {
	width: 296px;
}
.pcd_ad {
	display: block;
	margin-bottom: 10px
}
.mbd_ad {
	display: none
}
 @media(max-width:768px) {
.pcd_ad {
	display: none !important;
}
.mbd_ad {
	display: block !important;
	margin-bottom: 10px
}
}
/* 
 * pagination
 * ====================================================
*/
.pagination {
	padding: 0px 0px 20px 0px;
	text-align: center
}
.pagination ul {
	display: inline-block;
*display:inline;
*zoom:1;
	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: #ddd;
	color: #666;
	border-radius: 3px;
	opacity: .88
}
.pagination-multi ul > li > a, .pagination-multi ul > li > span {
	padding: 5px 12px;
	margin: 0 2px;
	font-size: 12px;
	font-family: "microsoft yahei";
}
.pagination ul > li > a:hover, .pagination ul > li > a:focus {
	opacity: 1
}
.pagination ul > .active > a, .pagination ul > .active > span {
	background-color: #FF5E52;
	color: #fff
}
.pagination ul > .active > a, .pagination ul > .active > span {
	cursor: default
}
.pagination ul > li > span, .pagination ul > .disabled > span, .pagination ul > .disabled > a, .pagination ul > .disabled > a:hover, .pagination ul > .disabled > a:focus {
	color: #999999;
	background-color: transparent;
	cursor: default
}
.pagination ul > li.next-page > a {
	background-color: #FF5E52;
	color: #fff;
}
.ias_trigger {
	margin: 20px 0;
}
.ias_trigger a {
	background-color: #eee;
	display: block;
	line-height: 35px;
	text-align: center;
	font-size: 14px;
	color: #999;
}
.ias_trigger a:hover {
	background-color: #ddd;
	color: #666;
}
.pagination-loading {
	font-size: 16px;
	text-align: center;
	color: #999;
	padding: 30px 0 40px;
}
.pagination-loading .glyphicon {
	top: 2px
}
.pagenav {
	overflow: hidden;
	text-align: center;
	padding: 20px
}
.pagenav a, .pagenav .current, .pagenav .page-numbers {
	padding: 4px 12px 3px;
	color: #666;
	display: inline-block;
	background-color: #eee;
	margin: 0 1px
}
.pagenav .current {
	background-color: #FF5E52;
	color: #fff
}
.pagenav a:hover {
	background-color: #ccc;
	color: #444
}
@media (max-width:767px) {
.pagination-multi ul > li {
	display: none;
}
.pagination-multi .prev-page, .pagination-multi .next-page {
	display: inline-block;
}
.pagination-multi ul > li > a {
	padding: 8px 20px;
}
}
.nav2 {
	font-size: 14px;
	overflow: hidden;
}
.nav2 ul li {
	width: auto;
	height: 30px;
	float: left;
	margin: 10px 0 0 0;
	padding: 0;
	white-space: nowrap;
	border: 0;
	background: none;
}
.nav2 ul li a {
	margin: 0 10px 0 0;
	padding: 5px 5px;
	font-size: 14px;
	color: #bbb;
	border: 1px solid #004c98;
	border-radius: 3px;
	box-shadow: 0 1px 1px 0 #ccc;
	display: inline-block;
	vertical-align: top;
}
a.diggit {
	margin-left: 2%;
	background: #E2523A;
	color: white;
	display: inline-block;
	box-shadow: 1px 2px 6px 0px rgba(0,0,0,.2);
	padding: 10px 3%;
	border: 0;
	font-size: 14px;
	border-radius: 2px;
	text-align: center;
	text-decoration: none;
}

/*AB模版网新增翻页样式 各类模版第一站 www.adminbuy.cn*/
.pagebar { padding:20px; overflow:hidden; clear:both}
.pagebar .pagination {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.pagination a {
  background: #fff;
  border: 1px solid #ccc;
  color: #bbb;
  font-size: 12px;
  padding: 8px 10px;
  margin: 0 2px;
  border-radius: 3px; line-height:100%
}
.pagination span {
    color: #bbb;
    font-size: 12px;
    padding: 7px 2px;
    margin: 0 2px;
    border-radius: 3px;
}
.pagination a:hover {
  color: #bbb;
  border: 1px solid #bbb;
}
.pagination a.page-num-current {
  color: #fff;
  background: #bbb;
  border: 1px solid #bbb;
}
.pagination .st{ font-family:宋体}
.text-secondary{ text-align:center; padding:20px 0}

#adminbuy_cn img{ max-width:100% !important; height:auto !important}