/*
Theme ID: user16
Author: 懒鸟飞移植
Author QQ：1430826160
Author Email：1430826160@qq.com
Author URL: http://www.lanniaofei.com/
*/

::-webkit-scrollbar {
	width: 10px
}

::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background: rgba(0,0,0,0.2)
}

::-webkit-scrollbar-thumb:window-inactive {
	background: rgba(0,0,0,0.1)
}

::-webkit-scrollbar-thumb:vertical:hover {
	background-color: rgba(0,0,0,0.3)
}

::-webkit-scrollbar-thumb:vertical:active {
	background-color: rgba(0,0,0,0.7)
}

::selection {
	color: #fff;
	background: #5097e2
}

::-moz-selection {
	color: #fff;
	background: #5097e2
}

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
	margin: 0;
	padding: 0;
	font-size: 100%;
	border: 0;
	vertical-align: baseline
}

body {
	font-size: 14px;
	color: #333;
	font-family: arial,verdana,"microsoft yahei"
}

h1,h2,h3,h4,h5,h6 {
	font-weight: normal
}

a {
	color: #3c83ce;
	text-decoration: none
}

a:hover {
	color: #3c83ce;
	text-decoration: underline;
	-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
}

a:focus {
	outline: none
}

i {
	font-family: icomoon,"microsoft yahei";
	font-style: normal;
	display: inline-block;
	vertical-align: top
}

ul,ol {
	list-style-type: none
}

img {
	max-width: 100%;
	height: auto;
	width: auto\9;
	border: 0
}

@font-face {
	font-family:'icomoon';
	src:url('../fonts/icomoon.eot?9kcc5g');
	src:url('../fonts/icomoon.eot?9kcc5g#iefix') format('embedded-opentype'),
	url('../fonts/icomoon.ttf?9kcc5g') format('truetype'),
	url('../fonts/icomoon.woff?9kcc5g') format('woff'),
	url('../fonts/icomoon.svg?9kcc5g#icomoon') format('svg');
	font-weight:normal;font-style:normal
}

i.icoread {
	margin-right: 5px;
	font-size: 17px
}

i.icoread:after {
	content: "\e0e0"
}

i.icotime {
	margin-right: 5px;
	font-size: 15px
}

i.icotime:after {
	content: "\e422"
}

i.icoauthor {
	margin: 1px 5px 0 0;
	font-size: 12px
}

i.icoauthor:after {
	content: "\e09d"
}

i.icodate {
	margin: 1px 5px 0 0;
	font-size: 14px
}

i.icodate:after {
	content: "\e8b5"
}

i.icoviews {
	margin: 1px 5px 0 0;
	font-size: 14px
}

i.icoviews:after {
	content: "\e004"
}

i.icocmt {
	margin: 2px 5px 0 0;
	font-size: 12px
}

i.icocmt:after {
	content: "\e09f"
}

i.icotitle {
	margin-right: 5px;
	font-size: 15px;
	color: #666
}

i.icotitle:after {
	content: "\e54b"
}

i.icoadress {
	margin-right: 5px;
	font-size: 17px;
	color: #666
}

i.icoadress:after {
	content: "\e8b4"
}

@-moz-document url-prefix() {
	i.icotime {
		margin-top: 1px
	}
}

.fixed {
	position: fixed;
	_position: absolute;
	top: 0;
	z-index: 1
}

.absolute {
	position: absolute
}

.wrapper {
	width: 100%;
	min-width: 1200px;
	background: #f2f2f2;
	overflow: hidden
}

.wrap {
	width: 1200px;
	min-width: 1200px;
	margin: 0 auto;
	position: relative
}

.header {
	width: 100%;
	height: 50px;
	background: #3c83ce;
	position: fixed;
	_position: absolute;
	top: 0;
	z-index: 1;
	left: 0;
	z-index: 2
}

.logo {
	width: 180px;
	height: 50px;
	float: left;
	display: inline;
	overflow: hidden
}

.logo a {
	display: block
}

.search {
	float: right;
	display: inline;
	margin-top: 10px
}

.searchico {
	width: 38px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	cursor: pointer;
	position: fixed;
	top: 6px;
	right: 10px;
	display: none
}

.searchico:after {
	content: "\e077";
	font-size: 22px;
	color: #fff;
	font-family: icomoon
}

.searchico.close:after {
	content: "\e5cd";
	font-size: 28px
}

.search form {
	overflow: hidden;
	position: relative
}

.searchtxt {
	width: 150px;
	height: 30px;
	padding: 0 10px;
	font-size: 14px;
	color: #adadad;
	font-family: "microsoft yahei";
	line-height: 30px;
	border: 0;
	border-radius: 32px;
	outline: 0;
	box-shadow: 0 1px 2px 0 rgba(0,0,0,0.3) inset
}

.searchbtn {
	width: 24px;
	height: 24px;
	padding: 0;
	border: 0;
	outline: 0;
	cursor: pointer;
	background: #fff;
	position: absolute;
	top: 4px;
	right: 8px
}

.searchbtn:after {
	content: "\e077";
	font-size: 20px;
	color: #3c83ce;
	font-family: icomoon;
	display: inline-block;
	vertical-align: top
}

.menu {
	width: 800px;
	float: left;
	display: inline;
}

.menu li {
	line-height: 50px;
	float: left;
	display: inline;
	position: relative
}

.menu .subcate:hover {
	background: #2c6fb7
}

.menu .subcate:hover .subnav {
	display: block
}

.menu a {
	padding: 0 12px;
	font-size: 16px;
	color: #fff;
	display: block
}

.menu a:hover {
	height: 47px;
	color: #fff;
	text-decoration: none;
	border-bottom: 3px solid #0650a0;
	background: #2c6fb7
}

.menu a.on {
	height: 47px;
	border-bottom: 3px solid #0650a0;
	background: #2c6fb7
}

.menu .subnav {
	min-width: 150px;
	padding-bottom: 10px;
	background: #2c6fb7;
	position: absolute;
	display: none
}

.menu .subnav a {
	height: 36px;
	font-size: 14px;
	line-height: 36px;
	white-space: nowrap;
	text-overflow: ellipsis
}

.menu .subnav a:hover {
	height: 36px;
	color: #fff;
	border: 0;
	background: #3c83ce
}

.menu .subnav a:before {
	content: "\e315";
	margin-right: 3px;
	font-family: icomoon;
	vertical-align: top
}

.menu .subnav a.on {
	border: 0
}

.menuico {
	width: 38px;
	height: 38px;
	margin-left: 10px;
	border-radius: 2px;
	cursor: pointer;
	position: fixed;
	z-index: 10;
	top: 6px;
	display: none;
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	transition: all .2s ease-in
}

.menuico span {
	width: 21px;
	height: 2px;
	background-color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	transition: all .2s ease-in
}

.menuico span:first-child {
	margin-top: -6px
}

.menuico span:last-child {
	margin-top: 6px
}

.menuico.on span:first-child {
	width: 20px;
	margin-top: -8px;
	margin-left: -7px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg)
}

.menuico.on span:nth-child(2) {
	opacity: 0;
	width: 2px;
	left: 20px;
	-moz-transition-delay: 0s;
	-o-transition-delay: 0s;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	-webkit-transition: all .1s ease-in;
	-moz-transition: all .1s ease-in;
	-o-transition: all .1s ease-in;
	transition: all .1s ease-in
}

.menuico.on span {
	-webkit-transform-origin: 0;
	-moz-transform-origin: 0;
	transform-origin: 0
}

.menuico.on span:last-child {
	width: 20px;
	margin-top: 6px;
	margin-left: -7px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

@-moz-document url-prefix() {
	.menu .subnav {
		top: 49px;
		left: 0
	}
}

.main {
	width: 1200px;
	margin: 70px auto 20px;
	background: #fff;
	overflow: hidden;
	*position: relative;
	*top: 70px
}

.content {
	width: 780px;
	float: left;
	display: inline;
	padding: 10px 30px;
	border-right: 1px dotted #ddd
}

.focus {
	width: 100%;
	margin: 20px 0 15px;
	background: #ddd;
	position: relative;
	overflow: hidden;
	zoom: 1
}

.focus:after {
	content: "";
	display: block;
	clear: both
}

.focus a {
	text-align: center;
	display: inline-block;
	height: 350px;
}

.focus img {
	width: 100%
}

.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction {
	bottom: 20px
}

.swiper-pagination-bullet {
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #fff;
	display: inline-block;
	opacity: .6
}

.swiper-pagination-bullet-active {
	background: #fff;
	opacity: 1
}

.swiper-button-next,.swiper-container-rtl .swiper-button-prev {
	right: 0
}

.swiper-button-prev,.swiper-container-rtl .swiper-button-next {
	left: 0
}

.swiper-button-prev,.swiper-button-next {
	background: #333;
	opacity: .6
}

.swiper-button-prev:after,.swiper-button-next:after {
	font-size: 28px;
	color: #fff;
	font-family: icomoon;
	text-align: center;
	line-height: 45px;
	display: block
}

.swiper-button-prev:hover,.swiper-button-next:hover {
	opacity: 1
}

.swiper-button-prev:hover:after,.swiper-button-next:hover:after {
	background: #3c83ce
}

.swiper-button-prev:after {
	content: "\e314"
}

.swiper-button-next:after {
	content: "\e315"
}

.indexads {
margin: 10px auto;
}
.indexads a{

}
.indexads img{
width: 100%;
}


.listcon {
	width: 100%
}

.listtitle,.cmttitle,.reltitle,.sidetitle {
	line-height: 40px
}

.listtitle h3,.cmttitle h3,.reltitle h3,.sidetitle h3 {
	font-size: 14px;
	color: #666;
	border-bottom: 1px dotted #ddd
}

.listtitle a {
	color: #333
}

.item {
	width: 100%;
	padding: 24px 0;
	border-bottom: 1px dotted #ddd;
	overflow: hidden;
	zoom: 1
}

.item:after {
	content: "";
	display: block;
	clear: both
}

.headinfo {
	width: 20%;
    height: 120px;
    float: left;
    padding-right: 1%;
}

.headinfo a {
	font-size: 14px;
    color: #333;
    line-height: 18px;
    text-align: center;
    display: block;
    height: 100%;
}

.headinfo img {
	width: 100%;
    height: 100%;
    margin: 0 0 10px;
    display: block;
    o-object-fit: cover;
    object-fit: cover;
}

.newsinfo {
	float: right;
    width: 78%;
}

.newsinfo h3 {
	margin: 0 0 10px
}

.newsinfo.lonely {
	width: auto;
	float: none;
	overflow: hidden
}

.newsinfo.lonely.aloneinfo h3 {
	height: 40px;
	overflow: hidden
}

.newsinfo.lonely.aloneinfo .articletitle {
	margin-bottom: 10px;
	line-height: 40px
}

.newsinfo.lonely.aloneinfo .articleintro {
	height: 50px;
	overflow: hidden
}

.articletitle {
	font-size: 20px;
	color: #333;
	font-weight: bold;
	line-height: 30px;
	text-decoration: none;
	display: inline-block
}

.articletitle:hover {
	color: #3c83ce
}

.articleintro {
	margin: 0 0 10px;
	font-size: 14px;
	line-height: 24px
}

.articleintro a {
	color: #666
}

.articleintro a:hover {
	text-decoration: none
}

.articleintro a:visited {
	color: #666
}

.aloneimg {
	width: 33.33%;
	max-height: 130px;
	float: left;
	display: inline;
	margin-right: 20px;
	text-align: center;
	overflow: hidden
}

.imglist {
	margin: 0 0 10px -5px;
	font-size: 0
}

.listimg {
	width: 33.33%;
	margin-bottom: 5px;
	overflow: hidden;
	position: relative;
	display: inline-block
}

.listimg span {
	height: 0;
	padding-bottom: 65%;
	overflow: hidden;
	position: relative;
	display: block
}

.listimg img {
	width: 100%;
	min-height: 100%;
	position: absolute;
	top: 0;
	left: 5px
}

.singlecon {
	padding: 20px 0;
	overflow: hidden
}

.singlecon h1 {
	font-size: 24px;
	position: relative
}

.singlecon h1 span {
	padding: 0 50px;
	background: #fff;
	position: relative;
	z-index: 1
}

.singlecon h1 .line {
	width: 100%;
	height: 1px;
	background: #efefef;
	position: absolute;
	left: 0;
	top: 16px
}

.pagecontent h1 {
	margin-bottom: 30px;
	text-align: center
}

.articleinfo {
	margin-top: 10px;
	color: #999;
	line-height: 20px
}

.singleinfo {
	margin: 10px 0 20px;
	padding: 0 0 15px;
	line-height: 17px;
	border-bottom: 1px dotted #ddd
}

.singleinfo span {
	margin-right: 15px;
	font-size: 12px;
	color: #999
}

.singleinfo a {
	color: #999
}

.articlecon {
	margin-bottom: 30px;
	font-size: 14px;
	color: #666;
	line-height: 30px
}

.articlecon h1,.articlecon h2,.articlecon h3,.articlecon h4,.articlecon h5,.articlecon h6 {
	margin-bottom: 20px;
	border-bottom: 1px solid #ddd;
	position: relative
}

.articlecon h1:after,.articlecon h2:after,.articlecon h3:after,.articlecon h4:after,.articlecon h5:after,.articlecon h6:after {
	content: "";
	width: 32px;
	height: 0;
	border-bottom: 2px solid #3c83ce;
	position: absolute;
	left: 0;
	bottom: -1px
}

.articlecon h1 {
	font-size: 32px;
	line-height: 50px
}

.articlecon h2 {
	font-size: 28px;
	line-height: 40px
}

.articlecon h3 {
	font-size: 24px;
	line-height: 30px
}

.articlecon h4 {
	font-size: 22px
}

.articlecon h5 {
	font-size: 18px
}

.articlecon h6 {
	font-size: 16px
}

.articlecon p {
	margin-bottom: 10px
}

.articlecon img {
	width: auto !important;
	height: auto !important
}

.articlecon .video {
	height: 0;
	padding-top: 20px;
	padding-bottom: 70%;
	overflow: hidden;
	position: relative
}

.articlecon .video embed,.articlecon .video iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0
}

.articlecon code[class*="language-"] {
	word-wrap: break-word !important
}

.articlepage {
	margin: 0 0 50px;
	padding: 20px 0 0;
	border-top: 1px dotted #ddd;
	overflow: hidden
}

.articlepage .prepage {
	width: 50%;
	float: left
}

.articlepage .nextpage {
	width: 50%;
	float: right;
	text-align: right
}

.articlepage span {
	color: #929292
}

.articlepage p a {
	font-size: 16px;
	color: #666;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	display: block
}

.tags {
	line-height: 24px
}

.tags a {
	height: 14px;
	padding: 5px 10px;
	margin: 0 0 8px 0;
	color: #fff;
	line-height: 14px;
	border-radius: 2px;
	box-shadow: 0 1px 1px 0 #ccc;
	background: #3c83ce;
	display: inline-block;
	vertical-align: top
}

.tags a:hover {
	text-decoration: none;
	background: #2c6fb7
}

.sharebtn {
	margin-top: 20px
}

.relates ul {
	margin: 20px 0 0 -3%;
	overflow: hidden
}

.relates li {
	width: 30.9%;
	margin: 0 0 3% 2%;
	overflow: hidden;
	display: inline-block;
	vertical-align: top
}

.relates a {
	font-size: 12px;
	color: #666;
	line-height: 20px;
	overflow: hidden;
	display: block
}

.relates a:hover {
	color: #3c83ce
}

.relates span {
	width: 100%;
	margin: 0 0 5px;
	overflow: hidden;
	position: relative;
	display: block
}

.relates b {
	height: 0;
	padding-bottom: 65%;
	overflow: hidden;
	position: relative;
	display: block
}

.relates img {
	width: 100%;
	min-height: 100%;
	position: absolute;
	top: 0;
	left: 0
}

.cmtcon {
	padding: 5px 0
}

.cmtpost {
	margin-top: 20px;
	overflow: hidden
}

.cmtimg {
	width: 70px;
	float: left
}

.cmtimg img {
	width: 50px;
	height: 50px;
	border-radius: 50%
}

.cmtarea {
	padding: 0 0 20px 70px
}

.cmtarea span {
	font-size: 12px;
	color: #ccc
}

.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: 10px;
	text-align: left;
	line-height: 32px;
	zoom: 1
}

.cmtbtn:after {
	content: "";
	display: block;
	clear: both
}

.cmtbtn span {
	float: left
}

.cmtbtn input {
	width: 74px;
	height: 32px;
	float: right;
	font-size: 16px;
	color: #fff;
	font-family: microsoft yahei;
	text-align: center;
	border: 0;
	border-radius: 2px;
	outline: 0;
	cursor: pointer;
	background: #3c83ce
}

.cmtinfo {
	width: 575px;
	float: left;
	padding: 0 0 20px 68px;
	overflow: hidden;
	display: none
}

.cmtinfo p {
	width: 49%;
	height: 35px;
	float: left;
	padding: 5px 0;
	overflow: hidden
}

.cmtinfo input {
	width: 180px;
	height: 20px;
	padding: 2px 6px;
	line-height: 20px;
	border: 1px solid #bebebe;
	border-radius: 2px;
	outline: 0
}

.cmtinfo input {
	*display: inline
}

.cmtinfo label {
	padding: 0 10px;
	font-size: 14px;
	line-height: 26px
}

.cmtinfo #inpVerify {
	width: 100px
}

.cmtinfo img {
	width: 70px;
	height: 26px;
	margin-left: 10px;
	vertical-align: top
}

.msg {
	border-bottom: 1px dotted #ddd;
	padding: 20px 0;
	overflow: hidden
}

.msgimg {
	float: left;
	display: inline;
	width: 50px;
	height: 50px;
	padding-top: 5px
}

.msgimg a {
	display: block
}

.msgimg .avatar {
	width: 50px;
	height: 50px;
	border-radius: 50%
}

.msgtxtbogy {
	margin-left: 60px
}

.msgtxt .msgname {
	height: 24px;
	line-height: 24px
}

.msgtxt .msgname a {
	font-size: 12px
}

.msgtxt .msgname span {
	font-size: 12px;
	color: #999
}

.msgtxt .msgarticle {
	padding: 5px 0;
	font-size: 14px;
	color: #333
}

.msgarticle .msg {
	margin: 10px 0 0 0;
	padding: 20px 0 0;
	font-size: 12px;
	border-top: 1px dotted #ddd;
	border-bottom: 0
}

.msgarticle .msgimg {
	width: 32px;
	height: 32px
}

.msgarticle .msgimg .avatar {
	width: 32px;
	height: 32px;
	border-radius: 50%
}

.msgarticle .msgtxt .msgtxtbogy {
	margin-left: 45px
}

.msgarticle .msg .dot {
	display: none
}

.msgarticle .msg .msg {
	margin: 10px 0 0 -45px
}

.pagebarnew {
	width: 100%;
	margin: 20px auto;
	padding: 10px 0;
	font-size: 14px;
	text-align: center;
	line-height: 28px;
	background: #fff;
	clear: both
}

.pagebarnew .now-page {
	margin: 5px;
	padding: 5px 10px;
	color: #fff;
	font-weight: bolder;
	line-height: 16px;
	border: 1px solid #3c83ce;
	background: #3c83ce;
	display: inline-block
}

.pagebarnew a{
	margin: 4px;
	padding: 0 10px;
	color: #777;
	font-weight: bolder;
	border: 1px solid #ddd;
	background: #fff;
	display: inline-block
}

.pagebarnew a:hover{
	color: #3c83ce;
	text-decoration: none;
	border: 1px solid #3c83ce;
	background: #fff
}

.pagination-loading {
	margin: 20px 0;
	padding: 10px 0;
	text-align: center;
	border-radius: 2px;
	background: #ddd
}

.ias_trigger a {
	margin: 20px 0;
	padding: 10px 0;
	color: #fff;
	text-align: center;
	border-radius: 2px;
	background: #3c83ce;
	display: block
}

.sidebar {
	width: 300px;
	float: right;
	display: inline;
	margin: 30px 29px
}

.sidebox {
	width: 300px;
	background: #fff
}

.sidebox h3:before {
	font-family: icomoon;
	display: inline-block;
	vertical-align: top
}

@-moz-document url-prefix() {
	.sidebox h3:before {
		vertical-align: middle
	}

	#divContorPanel .cp-hello:before {
		vertical-align: middle
	}
}

.sidecon {
	margin: 10px 0 30px;
	font-size: 14px;
	overflow: hidden
}

.sidecon li {
	padding: 8px 0 7px 0;
	border-bottom: 1px dotted #ddd;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden
}

.sidecon li a {
	font-size: 14px;
	color: #333
}

.sidecon .subnav {
	display: none
}

#divCatalog h3:before {
	content: "\e1db";
	margin-right: 5px;
	font-size: 16px
}

#divPrevious h3:before {
	content: "\e910";
	margin: 0 6px 0 0
}

#divComments h3:before {
	content: "\e09f";
	margin-right: 5px
}

#divNavBar h3:before {
	content: "\e5d2";
	margin-right: 5px;
	font-size: 16px
}

#divCalendar h3:before {
	content: "\e946";
	margin-right: 5px
}

#divContorPanel h3:before {
	content: "\e945";
	margin-right: 5px
}

#divContorPanel .cp-hello {
	width: 100%;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #ddd;
	display: inline-block
}

#divContorPanel .cp-hello:before {
	content: "\e04d";
	margin-right: 3px;
	font-size: 19px;
	font-family: icomoon;
	display: inline-block;
	vertical-align: top
}

@-moz-document url-prefix() {
	#divContorPanel .cp-hello:before {
		vertical-align: middle
	}
}

#divSearchPanel h3:before {
	content: "\e077";
	margin-right: 5px
}

#divArchives h3:before {
	content: "\e614";
	margin-right: 5px;
	font-size: 15px
}

#divStatistics h3:before {
	content: "\e1b2";
	margin-right: 5px;
	font-size: 15px
}

#divFavorites h3:before {
	content: "\e83a";
	margin-right: 3px;
	font-size: 17px
}

#divLinkage h3:before {
	content: "\e157";
	margin-right: 3px;
	font-size: 19px
}

#divMisc h3:before {
	content: "\e3c4";
	margin-right: 5px;
	font-size: 17px
}

#divAuthors h3:before {
	content: "\e7fc";
	margin: 0 5px 0 0;
	font-size: 19px
}

#divTags h3:before {
	content: "\e8e7";
	margin-right: 3px;
	font-size: 19px
}

#sideguess h3:before {
	content: "\e028";
	margin-right: 5px
}

#divCalendar table {
	width: 100%;
	table-layout: fixed
}

#divCalendar caption {
	text-align: center;
	height: 24px;
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: bold
}

#divCalendar caption a {
	padding: 0 20px
}

#divCalendar th {
	background: #3c83ce;
	color: #fff;
	text-transform: uppercase;
	border: 1px solid #3c83ce;
	height: 26px
}

#divCalendar td {
	text-align: center;
	background: #fff;
	border: 1px solid #efefef;
	height: 30px
}

#divCalendar td.pad {
	background: none
}

#divCalendar td a {
	display: block;
	line-height: 30px;
	background: #5eaae4;
	color: #fff
}

#today {
	font-weight: bold
}

#divContorPanel .sidecon div {
	padding: 10px 20px;
	text-align: center;
	line-height: 24px;
	border: 1px solid #f0f0f0;
	background: #f8f8f8
}

#divSearchPanel input[type="text"] {
	width: 70%;
	height: 22px;
	border: 1px solid #3c83ce;
	outline: 0;
	background: #fff;
	font-family: "microsoft yahei";
	display: inline-block
}

#divSearchPanel input[type="text"] {
	*display: inline
}

#divSearchPanel input[type="submit"] {
	width: 25%;
	height: 24px;
	color: #fff;
	line-height: 24px;
	border: 1px solid #3c83ce;
	background: #3c83ce;
	display: inline-block;
	vertical-align: top;
	vertical-align: baseline\9
}

#divNavBar li,#divCatalog li,#divLinkage li,#divFavorites li,#divArchives li,#divAuthors li {
	width: 46%;
	height: 22px;
	float: left;
	overflow: hidden
}

#divCatalog li:before,#divPrevious li:before,#divLinkage li:before,#divNavBar li:before,#divComments li:before,#divAuthors li:before {
	content: "\e409";
	margin: 2px 3px 0 0;
	font-size: 17px;
	font-family: icomoon;
	display: inline-block;
	vertical-align: top
}

.sidebar #divMisc li {
	width: 50%;
	float: left;
	padding: 0;
	text-indent: 0;
	border: 0;
	background: none
}

#divTags ul li {
	width: auto;
	float: left;
	margin-top: 10px;
	padding: 0;
	white-space: nowrap;
	border: 0
}

#divTags ul li a,.tags-cloud a {
	margin: 0 10px 0 0;
	padding: 0 10px;
	font-size: 14px;
	color: #fff;
	line-height: 24px;
	border-radius: 3px;
	box-shadow: 0 1px 1px 0 #ccc;
	background: #3c83ce;
	display: inline-block;
	vertical-align: top
}

.tag-count {
	display: none
}

#divTags ul li a:hover,.tags-cloud a:hover {
	text-decoration: none;
	background: #2c6fb7
}

.guessimg {
	width: 30%;
	height: 65px;
	margin-right: 20px;
	overflow: hidden;
	display: inline-block
}

.guessimg img {
	min-height: 65px
}

.guessname {
	width: 185px;
	white-space: normal;
	display: inline-block;
	vertical-align: top
}

.guessname b {
	height: 40px;
	margin-bottom: 5px;
	line-height: 20px;
	font-weight: normal;
	overflow: hidden;
	display: block
}

.guessname i {
	width: 100%;
	font-size: 12px;
	color: #999;
	display: block
}

.guessname i:before {
	content: "\e950";
	margin: 2px 3px 0 0;
	font-family: icomoon;
	display: inline-block;
	vertical-align: top
}

.pagecontent {
	padding: 10px 30px
}

.authcon {
	height: 280px;
	border-bottom: 1px solid #ddd;
	background: #f8f8f8;
	overflow: hidden
}

.authbg {
	height: 200px;
	background: #3c83ce;
	overflow: hidden
}

.authbg img {
	width: 100%;
	min-width: 1000px
}

.authimg {
	width: 100px;
	height: 100px;
	float: left;
	display: inline;
	margin: 0 15px 0 30px;
	padding: 3px;
	border: 1px solid #ddd;
	border-radius: 50%;

	background-size: cover;
	position: relative;
	top: -50px
}

.authimg img {
	width: 100%;
	border-radius: 50%
}

.authuser {
	float: left;
	display: inline;
	margin-top: 10px;
	font-size: 22px;
	line-height: 26px
}

.authuser span {
	margin-left: 20px;
	font-size: 14px;
	color: #333
}

.authuser span:before {
	margin-right: 5px;
	color: #666;
	font-family: icomoon
}

.authuser .atcnum:before {
	content: "\e072"
}

.authuser .levnum:before {
	content: "\e94e"
}

.footer {
	width: 100%;
	*margin-top: 100px;
	overflow: hidden
}

.foot {
	padding: 0 0 20px;
	font-size: 14px;
	color: #999;
	text-align: center
}

.toyean {
	display: inline
}

.errorpage {
	width: 420px;
	margin: 0 auto 50px;
	text-align: center
}

.errorpage h2 {
	font-size: 98px;
	line-height: 150px;
	font-weight: bold;
	color: #333;
	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: #333;
	line-height: 35px;
	margin: 10px 0
}

.errorpage p {
	font-size: 14px;
	color: #333;
	margin: 0 0 10px
}

.schtxt {
	float: left;
	width: 71%;
	position: relative;
	font-size: 14px;
	color: #333;
	padding: 12px 17px;
	background-color: #fafafa;
	border: 1px solid #3c83ce;
	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: #3c83ce;
	outline: 0;
	cursor: pointer
}

.goback {
	padding: 10px 30px;
	font-size: 16px;
	color: #fff;
	text-align: center;
	border-radius: 2px;
	background: #3c83ce
}

.goback:hover {
	color: #fff;
	text-decoration: none;
	background: #0a519c
}

a.backtotop {
	width: 45px;
	height: 45px;
	margin-left: 520px;
	text-align: center;
	line-height: 45px;
	border-radius: 50%;
	cursor: pointer;
	opacity: .8;
	position: fixed;
	_position: absolute;
	left: 50%;
	bottom: 100px;
	_bottom: 30px;
	background: #3c83ce;
	overflow: hidden
}

a.backtotop i:after {
	content: "\eb5c";
	font-size: 28px;
	color: #fff;
	font-family: icomoon
}

@-moz-document url-prefix() {
	a.backtotop {
		line-height: 52px
	}
}

a.backtotop:hover {
	opacity: 1
}

.articlecon {
	overflow: hidden;
	position: relative
}

.teles,.telesmore {
	width: 100%;
	height: 150px;
	color: #3f72af;
	text-align: center;
	font-size: 14px;
	text-indent: 0;
	cursor: pointer;
	background: linear-gradient(to bottom, rgba(255,255,255,0), #fff 50%);
	position: absolute;
	left: 0;
	bottom: 0;
	display: block
}

.telesmore i {
	margin: 100px auto 0;
	line-height: 36px;
	text-align: center;
	border: 1px solid #3f72af;
	border-radius: 3px;
	background: #fff;
	display: block
}

.telesmore i:after {
	content: "\e313";
	font-size: 22px;
	font-family: icomoon;
	display: inline-block;
	vertical-align: top
}

.teles i {
	margin: 90px 0 20px;
	font-size: 18px;
	font-style: normal;
	text-indent: 0;
	line-height: 28px;
	display: inline-block
}

.teles i:after {
	content: "\e313";
	width: 33px;
	margin-left: -20px;
	font-size: 30px;
	font-family: icomoon;
	position: absolute;
	bottom: 0;
	left: 50%
}

@-webkit-keyframes arrow {
	from {
		-webkit-transform: translate3d(-webkit-calc(-44%), 5px, 0);
		transform: translate3d(calc(-44%), 5px, 0)
	}

	to {
		-webkit-transform: translate3d(-webkit-calc(-44%), 0, 0);
		transform: translate3d(calc(-44%), 0, 0)
	}
}

@keyframes arrow {
	from {
		-webkit-transform: translate3d(-webkit-calc(-44%), 5px, 0);
		transform: translate3d(calc(-44%), 5px, 0)
	}

	to {
		-webkit-transform: translate3d(-webkit-calc(-44%), 0, 0);
		transform: translate3d(calc(-44%), 0, 0)
	}
}

@media screen and (max-width:1000px) {
	.wrapper {
		min-width: 100%
	}

	.wrap {
		width: 100%;
		min-width: 100%
	}

	.search,.sidebar {
		display: none
	}

	.logo {
		margin: 0 auto;
		float: none;
		display: block
	}

	.menuico,.searchico {
		display: block
	}

	.menu {
		width: 100%;
		height: 0;
		margin: 0;
		border-top: 1px solid #fff;
		background: #fff;
		visibility: hidden
	}

	.menu li {
		width: 100%;
		line-height: 40px;
		background: #fff
	}

	.menu a {
		font-size: 18px;
		color: #666;
		border-bottom: 1px solid #ccc
	}

	.menu a:hover {
		height: 40px;
		color: #333;
		text-decoration: none;
		border-bottom: 1px solid #ccc;
		background: #ddd
	}

	.menu a.on {
		height: 40px;
		color: #333;
		border-bottom: 1px solid #ccc;
		background: #f2f2f2
	}

	.menu .subcate:hover {
		background: none
	}

	.menu .subcate:hover .subnav {
		display: none
	}

	.menu .subnav {
		padding: 0;
		line-height: 40px;
		position: inherit;
		display: block;
	}

	.menu .subnav a {
		color: #666;
		background: #fff
	}

	.menuon {
		height: auto;
		visibility: visible
	}

	.search {
		width: 100%;
		float: none;
		margin: 0;
		border-bottom: 1px solid #3c83ce;
		background: #fff;
		display: none
	}

	.schon {
		display: inline-block
	}

	.search form {
		margin: 25px
	}

	.searchtxt {
		width: 93%;
		height: 40px;
		float: left;
		display: inline;
		padding: 0 10px;
		font-size: 18px;
		color: #adadad;
		font-family: "microsoft yahei";
		line-height: 40px;
		border: 1px solid #3c83ce;
		border-radius: 0;
		outline: 0;
		box-shadow: 0 1px 2px 0 rgba(0,0,0,0.3) inset
	}

	.searchbtn {
		width: 50px;
		height: 42px;
		border: 0;
		cursor: pointer;
		outline: 0;
		background: #3c83ce;
		position: absolute;
		top: 0;
		right: 0
	}

	.searchbtn:after {
		font-size: 22px;
		color: #fff
	}

	.main {
		width: auto;
		margin: 60px 5px 20px
	}

	.focus {
		margin: 10px 0
	}

	.content {
		width: auto;
		float: none;
		display: inherit
	}

	.newsinfo {
		width: auto;
		float: none;
		overflow: hidden;
		display: block
	}

	.imglist {
		display: block;
		overflow: hidden
	}

	.cmtinfo {
		width: auto;
		padding: 0 0 20px 70px
	}

	.cmtinfo p {
		width: 100%
	}

	.page .cmtarea textarea {
		width: 100%
	}

	.cmtbtn span {
		display: none
	}

	.errorpage {
		width: auto
	}

	.errorpage .schtxt {
		width: 60%;
		float: none;
		padding: 12px 10px
	}

	.errorpage .schbtn {
		padding: 10px 0
	}

	a.backtotop {
		width: 36px;
		height: 36px;
		margin: auto;
		line-height: 36px;
		right: 20px;
		bottom: 20px;
		left: auto
	}

	a.backtotop i:after {
		font-size: 24px
	}
}

@media screen and (max-width:640px) {
	.focus {
		margin: 0 0 20px
	}

.focus a{
	height: 180px;
}

	.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction {
		bottom: 10px
	}

	.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
		border: none
	}

	.swiper-pagination-bullet {
		width: 3px;
		height: 3px
	}

	.swiper-button-prev,.swiper-button-next {
		display: none
	}

	.headinfo {
		display: none
	}

	.content {
		padding: 10px
	}

	.singleinfo span {
		margin-right: 5px
	}

	.singlecon {
		padding: 10px 0
	}

	.authcon {
		height: 160px;
		padding: 0 0 20px
	}

	.authbg {
		height: 100px;
		background: #3c83ce;
		overflow: hidden
	}

	.authbg img {
		width: 100%;
		height: 100px;
		min-width: 100px
	}

	.authimg {
		width: 80px;
		height: 80px;
		float: none;
		margin: 0 auto;
		top: -70px;
		display: block
	}

	.authimg img {
		width: 80px;
		border-radius: 50%
	}

	.authuser {
		float: none;
		margin-top: 10px;
		font-size: 22px;
		line-height: 26px;
		text-align: center;
		position: relative;
		top: -68px;
		display: block
	}

	.relates ul {
		margin-top: 10px
	}

	.relates li {
		width: 47%
	}

	.msg .msgarticle .msg {
		margin: 10px 0 0 -40px
	}

	.msgarticle .msgtxt .msgtxtbogy {
		margin-left: 40px
	}

	.msgname span {
		display: none
	}

	.cmtarea {
		padding: 0
	}

	.cmtbtn input {
		width: 100%
	}

	.cmtinfo {
		margin-top: 20px;
		padding-left: 0
	}

	.cmtimg {
		display: none
	}

	.newsinfo.lonely.aloneinfo h3 {
		height: auto;
		line-height: 22px
	}

	.aloneimg {
		width: 100%;
		height: auto;
		max-height: 300px;
		margin: 0 0 10px
	}

	.aloneimg img {
		width: 100%
	}

	.newsinfo.lonely.aloneinfo .articletitle {
		line-height: 22px
	}

	.newsinfo.lonely {
		width: 100%
	}
}

.tnewblog-toyean11 {
	width: 2.2px;
}

#toyean-wrapper-91:before {
	content: "-12.9";
}




.meihua_1 {
  display: block;
  margin-top: 10px;
  padding: 5px 10px;
  background-color: #ea4c89;
  color: #FFF;
  font-weight: bold;
  font-size: 18px;
  font-family: "Microsoft Yahei","Helvetica Neue",Helvetica,Arial,sans-serif;
}
.meihua_2 {
  background-color: #fff;
  margin-bottom: 20px;
  box-shadow: 0 1px 2px rgba(15,39,65,0.1);
  font-family: "Microsoft Yahei","Helvetica Neue",Helvetica,Arial,sans-serif;
}
.meihua_2 .meihua_2_1 {
  height: auto;
  overflow: hidden;
  background-color: #FFF;
  border: 1px solid #DDDDDD;
  border-width: 1px 1px 1px 1px;
  padding: 0 20px 10px 20px;
}
.meihua_2 .meihua_2_1 p {
  margin: 5px auto!important;
}
.meihua_2 .meihua_2_1 .meihua_btn {
float: left;
    border: 1px solid #8a8a8a;
    font-size: 14px;
    height: 36px;
    line-height: 36px;
    padding-left: 40px;
    margin: 10px 10px 0 0;
    overflow: hidden;
    border-radius: 2px;
  background: url("../images/30.png") no-repeat 5px 3px #4abd96;
    border: 1px solid #4abd96;
    color: #FFF;
    text-decoration: none;    padding-right: 10px;
}
.meihua_2 .meihua_2_1 .meihua_btn i {
  margin-right: 5px
}
.meihua_2 .meihua_2_1 .meihua_btn:hover {
  background-color: #3169b0
}
.video {
position: relative;
padding-bottom: 56.25%;
height: 0;
overflow: hidden;
}
.video iframe,
.video object,
.video embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.short-btn {
    float: left;
    border: 1px solid #8a8a8a;
    font-size: 14px;
    height: 36px;
    line-height: 36px;
    padding-left: 40px;
    margin: 10px 10px 0 0;
    overflow: hidden;
    border-radius: 2px;
    background: url("../images/10.png")/*tpa=images/10.png*//*tpa=images/10.png*/ no-repeat 5px 3px #4abd96;
    border: 1px solid #4abd96;
    text-decoration: none;color: #FFF!important;padding-right: 10px;text-decoration: none; 
}
.short-btn:hover {
  background-color: #3169b0
}