﻿.box, article {
	width: 1200px;
	margin: auto;
	overflow: hidden
}

.lbox {
	width: 75%;
	float: left;
	overflow: hidden
}

/*tab_box*/
.whitebg {
	background: #fff;
	border-radius: 3px;
	padding: 10px;
	margin-bottom: 20px;
	overflow: hidden;
}
.whitebg_nr{
	background: #fff;
	border-radius: 3px;
	padding: 20px;
	margin-bottom: 20px;
	overflow: hidden;
}
.tab_box {
	clear: both;
	position: relative;
}
.newslist {
	float: right;
	width: 66%
}
.newslist li {
	overflow: hidden;
	line-height: 32px;
	padding: 0 20px 10px 20px;
}
.newslist li a {
	height: 32px;
}
.newslist li img {
	width: 100%
}
.newslist li {
	height: 22px;
}
.newslist li:hover {
	height: 100%;
	background: #f7f7f7
}
.newslist li:hover a {
	color: #000;
	font-weight: bold
}
.newslist li:hover i {
	background: #222;
}
.newslist li:nth-child(1) {
	height: 100%;
	background: #f7f7f7
}
.newslist li:nth-child(1) a {
	color: #000;
	font-weight: bold
}
.newslist li:nth-child(1) i {
	background: #9a9a9a;
}
.newslist:hover li:nth-child(1) {
	height: 22px;
	background: none;
}
.newslist:hover li:nth-child(1) a {
	color: #333;
	font-weight: normal
}
.newslist:hover li:nth-child(1) i {
	background: #9a9a9a;
}
.newslist:hover li:nth-child(1):hover {
	height: 100%;
	background: #f7f7f7;
}
.newslist:hover li:nth-child(1):hover a {
	color: #000;
	font-weight: bold
}
.newslist:hover li:nth-child(1):hover i {
	background: #222;
}
.newslist p {
	line-height: 24px;
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	height: 48px;
}
.newspic {
	float: left;
	width: 32%;
	height: 286px;
	overflow: hidden;
	position: relative;
}
.newspic ul {
	overflow: hidden;
}
.newspic li {
	height: 143px;
	position: relative;
	background: rgba(0,0,0,1);
	overflow: hidden;
	margin-bottom: 10px;
	border-radius: 3px
}
.newspic li a {
	display: block;
	overflow: hidden
}
.newspic img {
	height: 100%;
	width: 100%;
	opacity: .7;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	transition: all 0.5s;
}
.newspic span {
	font-weight: 600;
	bottom: 0;
	position: absolute;
	bottom: 30%;
	left: 0;
	right: 0;
	color: #FFF;
	text-align: center;
	font-size: 16px;
	padding: 0 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-height: 22px;
	background: #000;
opacity: 0.7;
font-weight:600;
}
.newspic li:hover img {
	opacity: .9;
	transform: scale(1.1);
}
.newsitem ul li i {
	display: block;
	width: 20px;
	height: 20px;
	background: #9a9a9a;
	float: left;
	margin-top: 6px;
	margin-right: 20px;
	position: relative;
	font-style: normal
}
.newsitem ul li i::before {
	position: absolute;
	left: 0;
	top: 0;
	font-size: 9px;
	color: #fff;
	line-height: 20px;
	width: 20px;
	text-align: center
}
.newsitem ul li:first-child i {
	background: #222;
}
.newsitem ul li:first-child i::before {
	content: "1";
}
.newsitem ul li:nth-child(2) i::before {
	content: "2";
}
.newsitem ul li:nth-child(3) i::before {
	content: "3";
}
.newsitem ul li:nth-child(4) i::before {
	content: "4";
}
.newsitem ul li:nth-child(5) i::before {
	content: "5";
}




/*htitle*/
.htitle {
	font-size: 16px;
	line-height: 40px;
	border-bottom: 1px solid #eee;
	color: #484848;
	font-weight: normal;
	position: relative;
	margin-bottom: 10px;
}
.htitle:after {
	content: "";
	position: absolute;
	width: 60px;
	height: 2px;
	content: "";
	background: #000;
	left: 0;
	bottom: 0;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
.htitle:hover:after {
	width: 80px;
}
.hnav {
	float: right
}
.hnav a {
	display: block;
	margin-right: 10px;
	padding-right: 10px;
	float: left;
	position: relative
}
.hnav a:after {
	position: relative;
	content: "/";
	right: -10px;
	bottom: 0;
	color: #ccc
}
.hnav a:last-child::after {
	content: ""
}
/*notice*/
.notice ul {
	padding-top: 18px
}
.notice li {
	font-size: 12px;
	line-height: 30px;
	margin-bottom: 12px;
	display: block;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #f6f6f6;
	padding: 4px 12px 4px 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	position: relative;
	-moz-transition: all .2s ease;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}
.notice li:before {
	position: absolute;
	content: "";
	width: 3px;
	height: 3px;
	background: #000;
	border-radius: 10px;
	left: 15px;
	top: 20px
}
.notice li:hover {
	background: #f2f2f2;
	box-shadow: 0 0 10px #ccc;
	-moz-transition: all .2s ease;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}

.con_tilte {
	font-size: 22px;
}
.con_nav {
	font-size: 14px;
	color: #666
}
.con_nav a {
	color: #666
}
.con_nav a:hover {
	color: #000
}
.con_info {
	color: #888888;
	border: 1px solid #F3F3F3;
	padding: 10px;
	margin: 10px auto 0;
	line-height: 23px;
	background: none repeat 0 0 #F6F6F6;
}
.con_info b {
	margin-right: 10px;
	color: #000;
}
.con_text {
	line-height: 30px;
	margin-top: 20px;
	font-size:15px;
}
.con_text h2 {
	margin:5px;
	font-size:18px;
	
}
.con_text a {
	color: #09C;
	word-break: break-all;
}
.con_text a:hover {
	text-decoration: underline
}
.con_text p {
	margin: 15px 0;
}
.con_text img {
	display: block;
	max-width: 100% !important;
	height: auto !important;
	margin: auto
}
.price_info ul {
	padding-top: 15px;
	position: relative;
	overflow: hidden
}
.price_info p {
	margin-bottom: 5px
}
.price_info img {
	position: absolute;
	right: 20px;
	top: 0;
	width: 120px
}
.share {
	padding: 10px 20px;
	background: #f7f7f7;
	border-left: 3px solid #000;
}
.diggit {
	display: block;
	width: 160px;
	margin: 20px auto;
	background: #E2523A;
	color: #fff;
	box-shadow: 1px 2px 6px 0px rgba(0,0,0,.2);
	border-radius: 3px;
	line-height: 40px;
	text-align: center;
}
.diggit a {
	color: #fff
}
.diggit a:hover {
	text-decoration: none
}
.otherlink {
	margin: 10px 0;
	overflow: hidden
}
.otherlink li {
	position: relative;
	line-height: 26px;
	height: 26px;
	display: block;
	width: 50%;
	float: left;
	overflow: hidden;
}
.otherlink li a {
	display: block;
	margin-right: 30px;
	padding-left: 10px;
}
.otherlink li a:hover {
	text-decoration: underline;
	color: #000
}
.otherlink li:before {
	position: absolute;
	content: "";
	width: 3px;
	height: 3px;
	background: #000;
	border-radius: 10px;
	left: 0px;
	top: 12px;
}
.nextinfo a {
	color: #000
}
.ad img {
	width: 100%
}
.xiangsi {
	margin-top: 20px;
	overflow: hidden
}
.xiangsi li {
	width: 25%;
	float: left;
	overflow: hidden;
	margin-bottom: 20px;
	padding-bottom: 10px;
}
.xiangsi a {
	display: block;
	margin: 0 5px;
	padding-bottom: 10px;
	box-shadow: #ececec 0px 2px 5px;
}
.xiangsi li i {
	display: block;
	overflow: hidden;
	height: 120px;
	margin-bottom: 10px;
}
.xiangsi li i img {
	width: 100%;
	min-height: 120px;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	transition: all 0.5s;
}
.xiangsi li i:hover img {
	transform: scale(1.1);
}
.xiangsi li p {
	font-weight: bold;
	margin-bottom: 10px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	padding: 0 8px
}
.xiangsi li span {
	color: #666;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	display: block;
	-webkit-line-clamp: 3;
	font-size: 14px;
	height: 62px;
	padding: 0 8px
}

/*rbox*/
.rbox {
	width: 23.5%;
	float: right;
	overflow: hidden;
}
.card {
	box-shadow: 0px 1px 0px rgba(255,255,255,.1), inset 0px 1px 1px rgba(0,0,0,.7);
	border-radius: 3px;
	background: url(../images/quote-bg.png) no-repeat top right rgba(42,42,42,1);
	height: 260px;
	overflow: hidden;
	margin-bottom: 20px
}
.card h2 {
	font-size: 22px;
	margin: 10px;
	color: #89919a;
	font-weight: normal;
	padding-bottom: 10px;
}
.card p {
	font-size: 12px;
	padding: 0 0 0 20px;
	line-height: 28px;
	text-shadow: 0px 1px 2px rgba(0,0,0,.5);
	color: #d0d2d4;
	-webkit-animation: animations2 5s ease-in-out 5s;
	-moz-animation: animations2 5s ease-in-out 5s;
	-o-animation: animations2 5s ease-in-out 5s;
	-ms-animation: animations2 5s ease-in-out 5s;
	animation: animations2 5s ease-in-out 5s;
}
.linkmore {
	margin: 15px
}
.linkmore li {
	width: 25%;
	float: left
}
.linkmore li a {
	height: 53px;
	display: block;
	overflow: hidden;
	box-shadow: 0px 1px 0px rgba(255,255,255,.1), inset 0px 1px 1px rgba(0,0,0,.7);
	border-radius: 50%;
	margin: 0 5px;
}
.linkmore li a:hover {
	opacity: 0.5;
}
.iconfont {
	font-family: "iconfont" !important;
	font-size: 30px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	text-align: center;
	line-height: 53px;
	-moz-osx-font-smoothing: grayscale;
}
.icon-youxiang:before {
	content: "\e640";
}
.icon-weixin:before {
	content: "\e501";
}
.icon---:before {
	content: "\e607";
}
.icon-zhuye:before {
	content: "\e64b";
}
a.iconfont.icon-zhuye {
	color: #ef5509;
	font-size: 36px;
}
a.iconfont.icon-youxiang {
	color: #FF991A;
	font-size: 28px;
}
a.iconfont.icon--- {
	color: #1296DB;
}
a.iconfont.icon-weixin {
	color: #07AF12;
}
#weixin {
	position: relative
}
#weixin i {
	display: block;
	position: absolute;
	bottom: 55px;
	right: 0
}
#weixin i img {
	height: 100px;
	display: none
}
#weixin:hover i img {
	display: block
}
/*tuijian*/
.tuijian ul {
	overflow: hidden;
	padding-top: 10px
}
.tuijian li {
	overflow: hidden;
	margin-bottom: 10px;
	height: 60px;
}
.tuijian li i {
	width: 70px;
	height: 70px;
	margin-right: 10px;
	overflow: hidden;
	display: block;
	float: left;
}
.tuijian li i img {
	height: 100%;
	max-width: 100%;
	min-width: 100%;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	transition: all 0.5s;
}
.tuijian li p {
	margin-top: 10px;
	line-height: 20px;
	max-height: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	font-size: 14px;
}
.tuijian li:hover {
	background: #f6f6f6;
}
.tuijian li:hover img {
	transform: scale(1.1);
}

*/
.con_tilte {
	font-size: 22px;
}
.con_nav {
	font-size: 14px;
	color: #666
}
.con_nav a {
	color: #666
}
.con_nav a:hover {
	color: #000
}
.con_info {
	color: #888888;
	border: 1px solid #F3F3F3;
	padding: 10px;
	margin: 10px auto 0;
	line-height: 23px;
	background: none repeat 0 0 #F6F6F6;
}
.con_info b {
	margin-right: 10px;
	color: #000;
}
.con_text {
	line-height: 30px;
	margin-top: 20px;
	font-size:15px;
}
.con_text h2 {
	margin:5px;
	font-size:18px;
	
}
.con_text a {
	color: #09C;
	word-break: break-all;
}
.con_text a:hover {
	text-decoration: underline
}
.con_text p {
	margin: 15px 0;
}
.con_text img {
	display: block;
	max-width: 100% !important;
	height: auto !important;
	margin: auto
}
.price_info ul {
	padding-top: 15px;
	position: relative;
	overflow: hidden
}
.price_info p {
	margin-bottom: 5px
}
.price_info img {
	position: absolute;
	right: 20px;
	top: 0;
	width: 120px
}
.share {
	padding: 10px 20px;
	background: #f7f7f7;
	border-left: 3px solid #000;
}
.diggit {
	display: block;
	width: 160px;
	margin: 20px auto;
	background: #E2523A;
	color: #fff;
	box-shadow: 1px 2px 6px 0px rgba(0,0,0,.2);
	border-radius: 3px;
	line-height: 40px;
	text-align: center;
}
.diggit a {
	color: #fff
}
.diggit a:hover {
	text-decoration: none
}
.otherlink {
	margin: 10px 0;
	overflow: hidden
}
.otherlink li {
	position: relative;
	line-height: 26px;
	height: 26px;
	display: block;
	width: 50%;
	float: left;
	overflow: hidden;
}
.otherlink li a {
	display: block;
	margin-right: 30px;
	padding-left: 10px;
}
.otherlink li a:hover {
	text-decoration: underline;
	color: #000
}
.otherlink li:before {
	position: absolute;
	content: "";
	width: 3px;
	height: 3px;
	background: #000;
	border-radius: 10px;
	left: 0px;
	top: 12px;
}
.nextinfo a {
	color: #000
}
.ad img {
	width: 100%
}
.xiangsi {
	margin-top: 20px;
	overflow: hidden
}
.xiangsi li {
	width: 25%;
	float: left;
	overflow: hidden;
	margin-bottom: 20px;
	padding-bottom: 10px;
}
.xiangsi a {
	display: block;
	margin: 0 5px;
	padding-bottom: 10px;
	box-shadow: #ececec 0px 2px 5px;
}
.xiangsi li i {
	display: block;
	overflow: hidden;
	height: 120px;
	margin-bottom: 10px;
}
.xiangsi li i img {
	width: 100%;
	min-height: 120px;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	transition: all 0.5s;
}
.xiangsi li i:hover img {
	transform: scale(1.1);
}
.xiangsi li p {
	font-weight: bold;
	margin-bottom: 10px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	padding: 0 8px
}
.xiangsi li span {
	color: #666;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	display: block;
	-webkit-line-clamp: 3;
	font-size: 14px;
	height: 62px;
	padding: 0 8px
}


/*bloglist*/
.bloglist ul {
	padding: 10px 0 0
}
.bloglist li {
	overflow: hidden;
	margin-bottom: 20px;
	border-bottom: #eee 1px dashed;
	padding-bottom: 20px;
	position: relative;
	min-height: 120px;
}
.blogtitle {
	margin: 0 0 10px 0;
	font-size: 18px;
	overflow: hidden;
}
.bloglist li:hover .blogtitle a {
	color: #337ab7;
}
.blogtitle b {
	color: #F00
}
a.viewmore {
	display: block;
	right: 10px;
	bottom: 20px;
	position: absolute;
	padding: 3px 10px;
	background: #12b7de;
	color: #fff;
	border-radius: 3px;
}
.blogpic {
	float: left;
	width: 23.2%;
	margin-right: 20px;
	display: block;
	overflow: hidden;
	border-radius: 3px;
	position: relative;
	max-height: 140px;
}
.blogpic i {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9;
	font-style: normal;
	padding: 3px 5px;
	background: rgba(18,182,221,.8);
	font-size: 14px;
}
.blogpic i a {
	color: #FFF
}
.bplist {
	display: block;
	overflow: hidden
}
.bplist a {
	display: block;
	float: left;
	width: 25%;
	overflow: hidden
}
.bplist a img {
	border-radius: 3px;
	width: 200px;
	height: 140px;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	transition: all 0.5s;
}
.bplist a img:hover {
	transform: scale(1.05)
}
.blogtext {
	font-size: 14px;
	color: #666;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	margin-top: 20px
}
.bloginfo {
	margin-top: 20px;
	overflow: hidden;
	color: #999;
	line-height: 34px;
}
.bloginfo span {
	margin: 0 5px
}
.bloginfo span a {
	color: #096
}
.avatar {
	position: relative;
	float: left;
	width: 30px;
	height: 30px;
	border-radius: 100%;
	padding: 2px;
	display: block;
	background: -webkit-linear-gradient(bottom left, rgba(0,153,255,.9), rgba(42,228,197,.7));
	background: -o-linear-gradient(bottom left, rgba(0,153,255,.9), rgba(42,228,197,.7));
	background: linear-gradient(to top right, rgba(0,153,255,.9), rgba(42,228,197,.7));
}
.avatar img {
	width: 100%;
	border-radius: 50%;
}
.avatar::after {
	content: "";
	position: absolute;
	background: url(../images/v.png) no-repeat;
	background-size: 12px;
	width: 12px;
	height: 12px;
	right: 0;
	bottom: 0
}

a {
	text-decoration: none;
	color: #333;
}
body {
	font: 15px "Microsoft YaHei", Arial, Helvetica, sans-serif;
	color: #333;
	background: #E9EAED;
	line-height: 1.5;
	overflow-x: hidden;
}










﻿/* AB模版网 做最好的织梦整站模板下载网站 Www.AdminBuy.Cn */
/* QQ：9490489 */
/* 仿站：Fang.AdminBuy.Cn */
/* 素材：Sc.AdminBuy.Cn */
@charset "utf-8";
@media screen and (min-width: 1024px) and (max-width: 1199px) {
.navbox {
	width: 96%
}
#starlist li a {
	padding: 0 10px;
}
#starlist li.menu:before {
	right: 0
}
.zhuanti li {
	width: 27%
}
.searchbox {
	width: 96%
}
.box, article {
	width: 96%
}
.fader .slide img {
	height:260px
}
.links li {
	width: 100%;
	text-align: left
}
.jianzhan li section {
	margin: 0 5px;
}
.jianzhan li:nth-child(1) {
	width: 30%
}
.jianzhan li:nth-child(3) {
	width: 36.3%
}
}
@media screen and (max-width: 1023px) {
/*header*/
header {
	position: fixed;
	z-index: 999
}
nav {
	width: 100%;
	height: auto;
	background: rgba(0,0,0,0.5);
	margin-top: 18px;
	position: fixed;
	z-index: 999;
	top: 42px;
}
.searchico {
	position: absolute;
	top: 6px;
	right: 10px;
}
.search {
	width: 80%
}
.navbox {
	width: 100%
}
.searchbox {
	width: 100%;
	position: fixed;
	top: 50px;
	z-index: 99;
	background: rgba(0,0,0,.8);
}
.logo {
	margin-left: 0;
	line-height: 56px;
	float: none;
	text-align: center;
	margin-right: 0px;
}
#mnavh {
	overflow: hidden;
	position: absolute;
}
#mnavh {
	display: block;
}
#starlist {
	display: none;
	width: 100%;/* top: 30px; */
	overflow-y: scroll;
	height: 100vh;
}
#starlist li {
	width: 55%;
	text-align: center;
	background: #12b7de;
	float: none;
	display: block;
	font-weight: bold;
}
#starlist li:last-child {
	padding-bottom: 100%
}
#starlist li a {
	color: #fff;
	display: block;
	width: 100%;
	text-align: center;
	float: none;
	padding: 0;
	background: #12b7de;
	border-bottom: #49ccea 1px solid;
}
#starlist ul.sub {
	display: block;
	position: inherit;
	left: inherit;
	top: inherit;
}
#starlist ul.sub li {
	width: 100%
}
#starlist ul.sub li:last-child {
	padding-bottom: 0;
	border-bottom: #49ccea 1px solid;
}
#starlist ul.sub li a {
	color: #fff;
	font-weight: normal;
	border-bottom: none;
}
#starlist ul.sub li a:hover, #starlist li:hover a, #starlist #selected {
	color: #fff;
}
.menu span {
	display: block;
	width: 50px;
	height: 50px;
	background: #12b7de;
	opacity: 0.5;
	position: absolute;
	top: 0;
	right: 0;
	border-left: #49ccea 1px solid;
}
.menu:before {
	right: 20px;
}
/**/
.box, article {
	width: 96%
}
article {
	padding-top: 10px;
}
.lbox {
	width: 100%
}
.rbox {
	display: none
}
.qq_join li section {
	margin: 0 10px
}
.jianzhan li section {
	margin: 0 5px;
}
.jianzhan li:nth-child(1) {
	width: 30%
}
.jianzhan li:nth-child(3) {
	width: 36.3%
}
.zhuanti li {
	width: 27%;
}
}
 @media only screen and (max-width: 768px) {
.zhuanti li {
	padding: 15px;
}
.bplist a img {
	width: 96%
}
.xinlu li a {
	padding: 5px;
	margin: 0 5px;
}
.myblog li {
	width: 33.3%;
}
.qq_join li section {
	margin: 0 5px;
	padding: 5px;
}
.qq_join li p {
	margin: 10px 0;
	font-size: 12px
}
.endnav p:last-child {
	text-align: center;
	margin-top: 20px;
}
.site_tj li {
	width: 20%
}
.hnav a {
	font-size: 12px
}
.muban li section {
	margin: 0 5px;
	height: 260px;
	overflow: hidden
}
.zhuanti li {
	width: 27.6%;
	padding: 8px
}
.pcd_ad {
	display: none !important;
}
.mbd_ad {
	display: block !important;
}
}
 @media only screen and (max-width: 480px) {
.headline {
	width: 100%
}
.headline ul {
	height: auto;
	padding-bottom: 10px;
	overflow: hidden
}
.headline ul li {
	width: 49%;
	float: left;
}
.headline ul li:last-child {
	float: right
}
.headline ul li span {
	padding: 0 20px
}
.banbox {
	width: 100%
}
.fader {
	height: 160px;
}
.newspic {
	width: 100%;
	height: auto
}
.newspic li {
	width: 49%;
	float: left
}
.newspic li:last-child {
	float: right
}
.newspic li a {
	height: 100%
}
.newslist {
	float: none;
	width: 100%
}
.zhuanti ul {
	padding: 0
}
.zhuanti li {
	width: 44%;
	padding: 8px;
}
.zhuanti ul:before {
	left: 0;
}
.zhuanti ul:after {
	bottom: 0
}
.ad {
	padding: 5px
}
.blogtitle {
	font-size: 16px
}
.bplist {
	height: 60px
}
.bplist a img {
	height: 100%
}
a.viewmore {
	position: static;
	margin-top: 20px;
	text-align: center
}
.blogpic {
	width: 100px;
	margin-right: 10px;
	max-height: 76px;
}
.blogtext {
	margin-top: 15px
}
.lanmu h1 {
	font-size: 18px;
}
.top_pic {
	width: 100%;
	float: none;
	margin-bottom: 10px
}
.top_box {
	float: none;
	width: 100%;
}
.liucheng li, .jianzhan li:nth-child(1), .jianzhan li:nth-child(3) {
	width: 100%;
}
.muban li section {
	height: auto
}
.site_tj li {
	width: 50%
}
.about {
	padding: 20px
}
.ab_box p:last-child {
	width: 100%;
	clear: both;
	padding-top: 10px
}
.ly_button {
	float: none;
	display: block;
}
.xinlu li {
	width: 50%
}
.myblog li, .xiangsi li {
	width: 50%
}
.qq_join li {
	width: 50%;
	margin-bottom: 20px
}
.wxbox ul {
	overflow: hidden;
	text-align: center
}
.wxbox li {
	float: none;
	display: inline-block
}
.wxbox {
	float: none
}
.endnav {
	width: 100%;
	overflow: hidden;
	margin-top: 20px
}
.endnav p {
	margin: 0 10px
}
.price_info img {
	position: static
}
.free li {
	width: 100%;
	margin-bottom: 10px
}
.newslist li {
	padding: 0 10px 10px 10px;
}
.newspic span {
	padding: 0 8px;
}
.hnav {
	float: none;
	width: 100%;
	clear: both;
	display: block;
	overflow: hidden;
}
.ztpic {
}
.zhuanti li b {
	-webkit-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	font-size: 14px;
	height: 42px;
	line-height: 24px;
	white-space: inherit;
}
.bloginfo {
	width: 100%
}
.imgscale img {
	height: 100%;
	max-width: 100%;
}
.blogpic i {
	display: none
}
.fader .slide img {
	height: 160px;
}
.otherlink li {
	width: 100%
}
.tab_buttons {
	overflow-x: auto;
}
.tab_buttons ul {
	width: 600px;
	overflow-x: scroll;
}
.tab_buttons li {
	margin-right: 30px;
	width: auto;
}
.newscurrent:after {
	width: 100%
}
}

