﻿/*
Theme Name: brand
*/
@charset "utf-8";
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}
body {
  margin: 0;
}

a {
  background-color: transparent;
}
img {
  border-style: none;
}
[hidden] {
  display: none;
}


h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
b,strong {
  font-weight: bolder;
}
details {
  display: block;
}
summary {
  display: list-item;
}



button,input,optgroup,select,textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}
button,input { /* 1 */
  overflow: visible;
}
button,select { /* 1 */
  text-transform: none;
}
button,[type="button"],[type="reset"],[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}
textarea {
  overflow: auto;
}
[type="checkbox"],[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}
[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

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;
	border: 0;
}
ul {
	list-style: none;
}
body{
	font-family: "微软雅黑","Microsoft YaHei", Helvetica, Arial, Lucida Grande,Tahoma,sans-serif;
	color: #555;
}



.aboutus li{float:left;margin-right:5px;}
.aboutus img{width:100px;height:100px;}
.single-main h4{clear:both;padding-top:10px;}
/** 本站 自定义 **/
a {
	color:#555;
	text-decoration: none;
}
a:hover {
	color: #33f;
}
.clear {
	clear: both;
}
:focus {
	outline: 0
}

/** 顶部菜单 **/
#header-top {
	width:100%;
	background:#fff;
	height: 40px;
	line-height: 40px;
	position: fixed;
	z-index: 9;
	border-bottom: 1px solid #ccc;
}
.shadow {
	box-shadow: 0 0 5px #888;
}
#top-nav{
	max-width:1080px;
	margin:0 auto;
}
#top-nav .ihome a{
	float: left;
	padding:0 20px;
}
#top-nav .ihome a:hover {
	background: #aaa;
	color: #fff;
}
#top-nav.current_page_item, #menu-pc>.current-menu-item, #top-nav .current-menu-ancestor {
	background: #eee;
	color: #fff !important;
}
#top-nav .current-menu-item li a, #top-nav .sub-menu a, #top-nav .current_page_item li a{
	color: #393939;
}
#top-nav li {
	float: left;
}
#top-nav li a, #top-nav li a:link, #top-nav li a:visited {
	display: block;
	padding: 0 20px 0 21px;
}
#top-nav li a:hover, #top-nav li a:active {
	background: #aaa;
	color: #fff;
	display: block;
	text-decoration: none;
	padding: 0 20px 0 21px;
}
#top-nav li ul li {
	border-top: 1px solid #999;/*#989898*/
	border-bottom: 1px solid #333;/*#343434*/
	line-height:30px;
}
#top-nav li ul li a {
	background: #444;/*#4b4b4b*/
	width: 109px;
	height: 30px;
	color: #fff !important;
	font-weight: normal;
	opacity: 0.8;
	filter: alpha(opacity = 80);
}
#top-nav li ul li a:hover,.sub-menu .current-menu-item {
	background: #000;
	color: #fff !important;
	text-decoration: none;
}
/** 顶主菜单导航 **/
.main-nav li ul {
	position: absolute;
	left: -999em;
	width: 150px;
	margin: 0;
	border-width: 1px 1px 0px;
	z-index: 999;
}
.main-nav li ul ul {
	margin: -31px 0px 0px 150px;
}
.main-nav li:hover, .main-nav li.hover {
	position: static;
}
.main-nav li:hover ul ul, .main-nav li.sfhover ul ul, .main-nav li:hover ul ul ul,
	.main-nav li.sfhover ul ul ul, .main-nav li:hover ul ul ul ul,
	.main-nav li.sfhover ul ul ul ul {
	left: -999em;
}
.main-nav li:hover ul, .main-nav li.sfhover ul, .main-nav li li:hover ul,
	.main-nav li li.sfhover ul, .main-nav li li li:hover ul, .main-nav li li li.sfhover ul,
	.main-nav li li li li:hover ul, .main-nav li li li li.sfhover ul {
	left: auto;
}
.main-nav .menu-item-has-children > a:after{
	content:"▼";/*∨∇▼*/
}
/** 简版菜单 **/
#simple-top {
	background: #fff;
	width: 100%;
	height: 32px;
	z-index: 999;
	border-bottom: 1px solid #ccc;
	position: fixed;
}
#simple-top  span {
	margin: 6px;
	display: inline-block;
}
#simple-top  a {
	padding: 10px;
}
#set-top {
	position: fixed;
	right: 4px;
}
#set-top a {
	color: #999;
	float: left;
	cursor: pointer;
	margin-left: 10px;
	padding: 3px 10px;
}
#set-top a:hover {
	background: #05f;
	color: #fff;
}
.sidr {
	position: fixed;
	top: 0;
	height: 100%;
	z-index: 99;
	width: 55%;
	overflow-x: hidden;
	overflow-y: auto;
	font-size: 14px;
	color: #333;
	background: #fff;
	border-right:1px solid #222;/*#1a1a1a*/
}
#simple-menu-s {
	width: 100%;
	height: 32px;	
	line-height: 32px;
	font-size: 24px;
	text-align: center;	
	cursor: pointer;
	border-bottom:1px solid #222;
}
.sidr a{
	display: inline-block;
	width:100%;
}/* 	text-indent: 20px;
.sidr a:hover{
	background:#ccc;
}*/
.sidr .menu a{	
	padding-left:20px;
}
.sidr ul li:hover, .sidr ul li.active, .sidr ul li.sidr-class-active,.sidr a:hover{
	background: #eee;
}
.sidr.left {
	left: -260px;
	right: auto;
}
.dropdown-toggle:before {
	content:"∨";/*Δ∇∧∨▼▲*/
	color: #000
}
.toggled-on:before {
	content:"∧";
	color: #000
}
.sidr .menu-item-has-children ul.toggled-on:before	{
	display: none
}
.menu-item-has-children{
	position:relative;
	}
.dropdown-toggle {
	background: transparent;
	border: 0;	
	height: 40px;
	width:40px;
	cursor: pointer;		
	position:absolute;
	top:0;
	right:0;
	z-index:999;
}/*
.sidr .dropdown-toggle {
	border-left: 1px solid #1a1a1a;
	border-radius: 0;
	text-transform: none;
	float:right;
	padding: 0;
}*/
.sidr .dropdown-toggle:focus {
	color:#f00
}
.sidr .sub-menu {
	display: none
}
.sidr .sub-menu a{
	padding-left:40px;
}
.sidr .toggled-on {
	display: inline
}
.sidr ul li {
	display: block;
	margin: 0;
	line-height: 40px;
	border-bottom: 1px solid #222;
}
.sidr ul li li{
	border-bottom: none;
	border-top: 1px solid #222;
}
.sidr ul ul:hover {
	background: #fff;
}
.sidr .sub-menu li{
	list-style:square;
}
.sidr .current-menu-parent>a,.sidr .current-menu-item{
	background:#ccc;
}
/** 布局 **/
.main{
	margin:0 auto;
}
#top {
	height: 30px;
}
/** 头部 logo**/
.main-header {
    position: relative;
    width: 100%;
	margin-top: 20px;
}
.logo {
    background: url(img/bizbrand.png) no-repeat;
    height: 80px;
    text-indent: -10000px;
    cursor: pointer;
}
.topL{
    position: absolute;
    z-index: 2;
    width: 180px;
}
.marquee {
	width: 100%;
	overflow: hidden;
	display: inline-block;
}
.marquee span {
	display: inline-block;
	padding-left: 85%;
	animation: marquee 5s linear infinite;
}
@keyframes marquee {
0%   { transform: translateX(0); }
100% { transform: translateX(-90%); }
}
.logo img {
	width: 100%;
}


.main-header h1 {
	font-size: 20px;
}
.main-header h2 {
	font-size: 14px;
	color: #999;
}
#header-bottom {
	width: 100%;
	height: 40px;
	line-height: 40px;/*
	border-bottom:2px solid #05f;*/
}
/** 全局 *
body, button, input, select, textarea{
	font: 14px "Microsoft YaHei", Helvetica, Arial, sans-serif;
	color: #333;  /*
	line-height: 160%;  *
	background: #fff;
}
html {
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
a {
	color:#555;
	text-decoration: none;
}
a:hover {
	color: #05f;
}
.red{color:#f00;}
ul {
	list-style: none;
}
.clear {
	clear: both;
}
:focus {
	outline: 0
}
.mt10{margin-top:10px;}   */

/** 主框 左边框 中框 右边框 **/
.mainbox{
	position:relative;
	height:100%;
	width:100%;
	
}
/** 左框 边栏 操作块 **/
.main_l{
	width: 180px;
	float:left;
	position:absolute;
	height:100%;/*
	background:#ff0*/
}
#stick_post_widget li{
	white-space:normal;
	line-height:100%;
	margin-top:8px;
	
}
.tuL{
	padding-left: 7px;
}
.page_l{
	width: 180px;
	float:left;
	height:100%;/*  border:1px solid #05f;
	background:#ff0*/
}
.page_l ul{
	border:1px solid #ccc;
	margin:0 8px;
	text-align:center;
}
.page_l a{
	display:block;
	padding:5px 0;
}
.current_page_item,.page_l a:hover{	
	background:#05f;
}
.current_page_item>a,.page_l a:hover{color:#fff;}
/** 中框 **/
.main_c{
	height:100%;
	margin:0 15px;
	word-break:break-word;
}
/** 右框 **/
.main_r{
	width:250px;
	position:absolute;
	height:100%;
	right:0;
	top:0;
}
.main_r .sidebar-roll{width:250px;}

/*新闻栏目*/
.cat-thumb{
	width:100%;
}
.cat-thumb-item{
	float:left;
}

.cat-box {
	position: relative;
	margin: 0 0 10px 0;
}
.cat-box .cat-title {
	height: 36px;
	border-bottom: 1px solid #e6e6e6;
}
.cat-box .cat-title a {
	position: absolute;
	border-bottom: 3px solid #05f;
	line-height: 34px
}
.cat-site .item {
	position: relative;
	width: 100%;
	height: 160px
}
.cat-site .item .txt {
	position: absolute;
	bottom: 0;
	left:0;
	z-index: 2;
	line-height: 30px;
	height: 30px;
	width: 100%;
	font-size: 14px;
	color: #fff;
	overflow: hidden;
	text-align: center;
}
.cat-site .item .txt-bg {
	width: 100%;
	height: 30px;
	background: #000;
	position: absolute;
	left: 0;
	bottom: 0;
	filter: alpha(opacity = 50);
	-moz-opacity: .5;
	-khtml-opacity: .5;
	opacity: .5
}
.cat-site .item a {
	color: #333
}
.cat-site .item img {
	width: 100%;
	height: 100%;
}
.cat-list li {
	overflow: hidden;
	width: 80%;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 200%
}
.list-date {
	float: right;
	color: #999
}

/** 文章列表**/
.content {
	position: relative;
	background: #fff;
	margin-bottom: 5px;
	padding-bottom: 8px;
	border-bottom: 1px solid #ccc;
}

.content-m, .content-im {
	position: relative;
	background: #fff;
	color: #000;
	margin-bottom: 5px;
	padding-bottom: 8px;
	border-bottom: 1px solid #05f;
	transition: all 0.5s ease-in 0s;
}

.entry-title {
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	border-left:4px solid #05f;
	padding-left:5px;
}

.entry-header {
	position: relative;
}

.entry-meta {
	color: #8b8b8b;
	background:#fff;
	float:right;
	position:absolute;
	right:20px;
	bottom:5px;
}

.entry-meta, .entry-meta a {
	
}

.entry-meta a:hover, .entry-meta a:hover {
	color: #05f;
}

.entry-site {
	text-justify: inter-ideograph;
	word-wrap: break-word;
	word-break: break-all;
	height:90px;
	overflow:hidden;
}

.entry-site a:hover, .sticky-main a:hover {
	color: #000;
}


/** 右框 边栏 **/
.mainright{
	width:300px;position:absolute;height:100%;right:0;top:0;
}
h3{
	height: 1.3em;
	line-height: 1.3em;
	font-size: 1.1em;
}
/* 侧边 */
#sidebar h3 {	
	border-bottom: 1px solid #ccc;
}
.widget-title p {
	float: left;
	width: 18px;
	height: 34px;
	text-align: center;
	padding: 1px 0;
}
.widget {
	background: #fff;
	margin: 0 0 10px 0;
}
.widget:hover {
	transition: all 0.5s ease-in 0s;
}
.widget ul li {
	line-height: 180%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.main_r li{
	margin-left:0;
}
.widget ul, #sidebar #searchform, #calendar_wrap, .tagcloud {
	padding: 5px 0 10px;
}
.textwidget {
	padding: 5px;
}
.widget_categories li, .widget_archive li, .widget_links li {
	float: left;
	width: 49% !important;
	text-align: center;
	margin: 8px -1px 0 0;/*
	border: 1px solid #ccc;*/
}
.widget_categories a, .widget_archive a, .widget_links a {
	padding: 0 20px;
	border: 1px solid #f0f0f0;
    background: #f6f6f6;
    font-size:0.95em;
}
.widget_categories a:hover, .widget_archive a:hover, .widget_links a:hover
	{
	color: #fff;background: #05f;
}
.widget_categories li:hover, .widget_archive li:hover, .widget_links li:hover
	{
	
}
.widget_categories, .widget_archive, .widget_links {
	padding-bottom:10px;
}

/* 左侧边栏 */
.main_l .sidebar-roll{width:180px;text-align:left;padding:10px;}
.main_l ul{padding:0;}
.main_l .widget_categories li{
	width:45% !important;text-align:center;
}
.main_l .widget_categories a, .widget_archive a, .widget_links a{
	padding:1px 5px;
}
.main_l h3 {
	color: #fff;
	text-align: center;
	margin-left: 5px;
	width: 5em;
	background: #05f;
}
/* 侧边缩略图 */
.hot_commend ul li {
	white-space: normal;
	border-bottom: 1px dashed #dadada;
}
.hot_commend .thumbnail {
	position: relative;
	float: left;
	width: 100px;
	height: 71px;
	margin: 8px 8px 8px 0;
	overflow: hidden;
}
.hot_commend a img {
	float: left;
	width: 100px;
	height: 71px;
}
.hot_commend .hot-title {
	padding-top: 5px;
}
/* 序号 */
/*链接*/
/*优惠*/
.main_ad{
	width:100%;
	over-flow:hidden;
	text-align:center;
}
.main_adb span {
    margin-right:5px;
    margin-top:8px;
    padding:3px 7px;
    cursor: pointer;
    color: #fff;
    background: #05f;
    display: inline-block;
}
.box { 
    height: 180px; /*
    border: 1px solid gray; */
    overflow: hidden;
    width: 100%; 
    margin: 0 auto; 
    position: relative; 
} 
#roll { 
    width: 200 % ; 
} 
#roll dd {
    width: 136px; 
    height: 178px; 
    border: 1px solid #0000EE; 
    float: left; 
    margin-right: 5px; 
} 
#roll h3{
	margin:10px 0;
}
#roll div{
	  margin:3px;
}
.red{
	color:red;
	background:white;
}
.smallgray{
	font-size:5px;
	color:#aaa;
}
dd img{width:100%}/*
.box span {
    position: absolute;
    bottom: 40% ;
    display: inline - block;
    width: 50px;
    text - align: center;
    cursor: pointer;
    background: red;
    z-index: 990;
    color: #fff;
} */


/** 登录 **/
/** 位置 **/
/** 公告 **/
/** Logo广告 **/
/** 文章列表 **/
/** 缩略图 **/
.thumbnail {
	position: relative;
	float: left;
	width: 140px;
	height: 100px;
	margin: 6px 15px 0 0;
	overflow: hidden;
}
.thumbnail a img {
	width: 140px;
	height: 100px;
	-webkit-transition: -webkit-transform .3s linear;
	-moz-transition: -moz-transform .3s linear;
	-o-transition: -o-transform .3s linear;
	transition: transform .3s linear
}
/** 图像 **/
.entry-content-img {
	white-space: nowrap;
	overflow: hidden;
	margin: 0 -20px;
}
.image-format a img {
	float: left;
	width: 22.8%;
	max-width: 100%;
	height: auto;
	margin: 0 1.1%;
	display: inline;
	-webkit-transition: -webkit-transform .3s linear;
	-moz-transition: -moz-transform .3s linear;
	-o-transition: -o-transform .3s linear;
	transition: transform .3s linear _position: relative; /** IE6 **/
}
.content-m:hover a img, .sticky-box-m:hover a img, .image-format img:hover,
	.hot_commend li:hover img, .hot_commend img:hover {
	transition: All 0.7s ease;
	-webkit-transform: scale(1.3);
	-moz-transform: scale(1.3);
	-ms-transform: scale(1.3);
	-o-transform: scale(1.3);
}
.image-format img:hover {
	transition: All 0.4s ease;
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
}
@keyframes fade-in { 
	0% {
	opacity: 0;
	}
	40%{
	opacity:0;
	}
	100%{
	opacity:1;
	}
}
@-webkit-keyframes fade-in { 
	0% {
	opacity: 0;
	}
	40%{
	opacity:0;
	}
	100%{
	opacity:1;
	}
}
.thumbnail, .sticky-thumbnail, .single-main img {
	animation: fade-in;
	animation-duration: 1.5s;
	-webkit-animation: fade-in 1.5s;
}
/** 全文 **/

/** 正文 **/
article{margin:10px 0;}
article header{margin:8px 0;}
article img{max-width: 100%;}
div.pct100 img{width:100%}
article h3,h4,p{
margin:10px 0;
}
.single-meta{margin:5px 0;text-align:center;}
.smaller,.bigger{cursor:pointer;font-size:0.6em;}

/** 排版样式 **/

/** 图文混排 **/

/** 日志分页 **/
.cutpage-links{
	margin-top:5px;
	float:right;
}
.cutpage-links>a{
	border:1px solid #ccc;
}
.cutpage-links span{
	padding:0 7px;
}
/** 作者信息c**/

/** 上下篇 **/

/** 正文小工具 **/
/** 翻页 **/
#pagenavi {
	float: right;
}
#pagenavi a, #pagenavi a:visited, #pagenavi span {
	float: left;
	background: #fff;
	margin: 0 5px 10px 0;
	padding: 6px 10px;
	line-height: 100%;
	border: 1px solid #ccc;
}
#pagenavi span.pages {
	
}
#pagenavi span.current, #pagenavi a:hover {
	background: #05f;
	color: #fff;
	border: 1px solid #05f;
}
/** ajax翻页 **/
/** 下载 **/
/** 悬浮窗滚动 **/
#scroll {
	width: 34px;
	float: right;
	position: fixed;
	right: 10px;
	bottom: 95px;
	z-index: 9;
}
#scroll li a {
	background: #fff;
	font-size: 18px;
	text-align: center;
	padding: 5px 0;
	margin-top: 6px;
	border: 1px solid #aaa;
	cursor: pointer;
	display: block;
	opacity: 0.8;
	filter: alpha(opacity=8);
}
#scroll li a:hover {
	background: #05f;
	color: #fff;
	transition: all 0.2s ease-in 0s;
}
/** 图标 **/
@font-face {
	font-family: 'biz';
	src:url('https://file.bizbrand.cn/css/biz.ttf') format('truetype');
		/**url('css/fonts/bz.eot?#iefixv3mxfj') format('embedded-opentype'),
		url('css/fonts/bz.woff?v3mxfj') format('woff'), 
		url('css/fonts/bz.svg?v3mxfj#bz') format('svg');**/
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
	font-family: 'biz';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}


.icon-up:before {
	content: "\e600";
}
.icon-qq:before {
	content: "\e601";
}
.icon-kefu:before {
	content: "\e602";
}
.icon-share:before {
	content: "\e603";
}
.icon-down:before {
	content: "\e604";
}
.icon-home a:before {
	content: "\e605";
}
.icon-broadcast:before {
	content: "\e606";
}
.icon-qrcode:before {
	content: "\e607";
}
.icon-tel:before {
	content: "\e608";
}
.icon-link:before {
	content: "\e609";
}
.icon-local:before {
	content: "\e60a";
}
.icon-wx:before {
	content: "\e60b";
}
.icon-close:before {
	content: "\e60c";
}
.icon-filter:before {
	content: "\e60d";
}
.icon-class:before {
	content: "\e60e";
}
.icon-bulletin:before {
	content: "\e60f";
}
.icon-left:before {
	content: "\e610";
}
.icon-right:before {
	content: "\e611";
}


.icon-date, .icon-cat, .icon-comment, .icon-views, .icon-edit, .icon-bulletin, .meta-site .icon-zan {
	font-size: 12px;
	color: #bababa;
	margin: 0 3px 0 0;
}
.icon-st {
	font-size: 24px;
	color: #888;
	line-height: 35px;
}
.icon-bulletin {
	font-size: 14px;
	color: #999;
	margin: 0 5px 0 0;
}
.icon-simple-menu{
	font-size: 21px;
	color: #999;
}
.icon-link {
	color: #04a4cc;
	margin: 0 5px;
	text-indent: 0;
	cursor: pointer;
}

.icon-li {
	color: #999;
}
/** 页脚 **/
#footer{
	text-align: center;
	padding-top: 8px;
}
/*******************************************************************/
/** 等于或大于1200px 大屏**/
@media screen and (min-width: 1000px) {
	.main{
	max-width:1080px;	
	}
	
}
@media screen and (max-width: 1200px) {
	.main{
	width:100%;	
	}
	
}
/** 900px 顶部菜单切换**/
@media screen and (min-width: 900px) {
	#simple-top{
	display:none;
	}
}
@media screen and (max-width: 900px) {	
	#header-top{
	display:none;
	}
}

@media screen and (min-width: 965px) {
	#simple-top{
	display:none;
	}
	.main_c{
	padding-right:250px;
	}
}
@media screen and (max-width: 965px) {	
	.main_r{
	display:none;
	}
	.main_c{padding-right:0;}
}
/** 900px 自适应小屏**/
@media screen and (min-width: 650px) {
	.main_c{
	padding-left:180px;
	}
}
@media screen and (max-width: 650px) {
.main_l{display:none;}
.main_c{padding-left:0;}
.page_l{float:none;width:100%;}
.page_l ul{border:0}
.page_l li{float:left;border                                                                                            :1px solid #05f}
.page_l a{padding:3px 5px;}
.page_clear{clear:both;}
.tuL{display: none;}
}

@media screen and (min-width: 500px) {	
	.cat-thumb-item{
	width:49%;
	}
	.cat-thumb-item:nth-child(2n){
		margin-left:2%;
	}
}
@media screen and (max-width: 500px) {
	.cat-thumb-item{
	width:100%;
	}
}
@media screen and (max-width: 240px) {
	.cat-list .list-date{display:none}
	.cat-list li {width:100%;}
}
/** 公告 **/


.bulletin_div {
	float: right;
	width: 55%;
	line-height: 28px;
	margin: 8px 60px 0 0;
	overflow: hidden;
	white-space: nowrap;
}
#bulletin_begin, #bulletin_end,
#bulletin_begin ul, #bulletin_end ul,
#bulletin_begin ul li, #bulletin_end ul li{
	display:inline;
}
.bulletin_div ul li{
	margin: 0 10px;
}