@charset "gb2312";
/* CSS Document */
body,ul,ol,p,li,h1,h2,h3,h4,h5,h6,figure,dl,dt,dd {
	padding: 0;
	margin: 0
}

body {
	text-align: left;
	font-family: Helvetica,STHeiti,Droid Sans Fallback;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

li {
	list-style: none
}

a,a:visited {
	text-decoration: none;
	color: #000
}

.fl {
	float: left
}

.fr {
	float: right
}

.clearfix:after {
	clear: both;
	height: 0;
	overflow: hidden;
	display: block;
	visibility: hidden;
	content: "."
}

.hide {
	display: none
}

* {
	-webkit-tap-highlight-color: rgba(255,0,0,0);
}

body {
	background: #f2f2f2;
	color: #333;
}

.pclear{
	clear:both;
}

/*!Css transitions.css*/
.ui-viewport-transitioning .ui-panel {
	width: 100%;
	height: 100%;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.ui-viewport-transitioning .ui-loading {
	-webkit-animation-name: none;
}

.in {
	-webkit-animation-timing-function: ease-out;
	-webkit-animation-duration: 350ms;
}

.out {
	-webkit-animation-timing-function: ease-in;
	-webkit-animation-duration: 225ms;
}

@-webkit-keyframes slideinfromright {
	from {
		-webkit-transform: translateX(100%);
	}

	to {
		-webkit-transform: translateX(0);
	}
}

@-webkit-keyframes slideinfromleft {
	from {
		-webkit-transform: translateX(-100%);
	}

	to {
		-webkit-transform: translateX(0);
	}
}

@-webkit-keyframes slideouttoleft {
	from {
		-webkit-transform: translateX(0);
	}

	to {
		-webkit-transform: translateX(-100%);
	}
}

@-webkit-keyframes slideouttoright {
	from {
		-webkit-transform: translateX(0);
	}

	to {
		-webkit-transform: translateX(100%);
	}
}

.slide.out,.slide.in {
	-webkit-animation-timing-function: linear;
	-webkit-animation-duration: 350ms;
}

.slide.out {
	-webkit-animation-name: slideouttoleft;
	-webkit-transform: translateX(-100%);
}

.slide.in {
	-webkit-animation-name: slideinfromright;
	-webkit-transform: translateX(0);
}

.slide.out.reverse {
	-webkit-animation-name: slideouttoright;
	-webkit-transform: translateX(100%);
}

.slide.in.reverse {
	-webkit-animation-name: slideinfromleft;
	-webkit-transform: translateX(0);
}

/*!Css widget/gotop/gotop.css*/
.ui-gotop {
	position: fixed;
	display: none;
	width: 50px;
	height: 50px;
	bottom: 10px;
	right: 10px;
	z-index: 999;
	cursor: pointer;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

.ui-gotop div {
	margin: 5px;
	width: 40px;
	height: 40px;
	border-radius: 2px;
	-webkit-box-shadow: 0 0 5px #9c9c9c;
	opacity: .9;
	background: #454545 url(imagesui-gotop-icon.png) no-repeat center center;
	-webkit-background-size: 18px 15px;
}

@media all and(min-device-width:768px) and(max-device-width:1024px) {
	.ui-gotop {
		width: 60px;
		height: 60px;
	}

	.ui-gotop div {
		width: 48px;
		height: 48px;
		-webkit-background-size: 22px 18px;
	}
}






/* 头部 */
#header {
	position: relative;
	z-index: 2;
	background: url(imagesheaderBg.png) repeat-x left top;
}

.logotp {
	height: 50px;
	background: url(imagestbtp.png) no-repeat right;
	background-size: 250px 50px;
	position: relative;
	z-index: 1;
}

.logotp img {
	float: left;
}



/* 头部搜索 */
.search {
	position: relative;
	z-index: 1;
	margin: 6px;
	overflow: hidden;
	height: 38px;
	line-height: 38px;
	padding: 0px 0px 0px 10px;
	/*边框阴影
	border: 1px solid #cfcdcd;
	-webkit-box-shadow:#cfcdcd 1px 1px 0 inset;
	-moz-box-shadow:#cfcdcd 1px 1px 0 inset;
	box-shadow:#cfcdcd 1px 1px 0 inset;*/
	background: #fff;
}

.search_txt {
	height: 25px;
	line-height: 25px;
	color: #cdcdcd;
	display: inline-block;
	font-size: 16px;
    /* margin: 7px 0 0 15px; */
	border: none;
	background: none;
}

.btn {
	float: right;
	width: 56px;
	height: 38px;
	display: inline-block;
	background: url(imagessousuoanniu.png) no-repeat;
}


/* 内容区 */
#page-content {
	position: relative;
	z-index: 0;
}




/* 焦点切换图片 */
.news_img {
	margin: 15px 10px 0 10px;
	background: #FFF;
	padding: 5px;
	width:auto;
	height:auto;
}
#full-width-slider {
	width: 100%;
	color: #000;
}
.coloredBlock {
	padding: 12px;
	background: rgba(255,0,0,0.6);
	color: #FFF;
	width: 200px;
	left: 20%;
	top: 5%;
}
.infoBlock {
	position: absolute;
	top: 30px;
	right: 30px;
	left: auto;
	max-width: 25%;
	padding-bottom: 0;
	background: #FFF;
	background: rgba(255, 255, 255, 0.8);
	overflow: hidden;
	padding: 20px;
}
.infoBlockLeftBlack {
	color: #FFF;
	background: #000;
	background: rgba(0,0,0,0.75);
	left: 30px;
	right: auto;
}
.infoBlock h4 {
	font-size: 20px;
	line-height: 1.2;
	margin: 0;
	padding-bottom: 3px;
}
.infoBlock p {
	font-size: 14px;
	margin: 4px 0 0;
}
.infoBlock a {
	color: #FFF;
	text-decoration: underline;
}
.fullWidth {
	width: auto;
	height:auto;
}
  @media screen and (min-width:960px) and (min-height:660px) {
	.heroSlider .rsOverflow,  .royalSlider.heroSlider {
		height:240px !important;
	}
}
 @media screen and (min-width:960px) and (min-height:1000px) {
	.heroSlider .rsOverflow,  .royalSlider.heroSlider {
		height:212px !important;
	}
}
@media screen and (min-width: 0px) and (max-width: 800px) {
	.royalSlider.heroSlider,  .royalSlider.heroSlider .rsOverflow {
		height:212px !important;
	}
	.infoBlock {
		padding: 10px;
		height: auto;
		max-height: 100%;
		min-width: 40%;
		left: 5px;
		top: 5px;
		right: auto;
		font-size: 12px;
	}
	.infoBlock h3 {
		font-size: 14px;
		line-height: 17px;
	}
}

.infoBlock {
		padding: 10px;
		height: auto;
		max-height: 100%;
		min-width: 40%;
		left: 5px;
		top: 5px;
		right: auto;
		font-size: 12px;
	}
	.infoBlock h3 {
		font-size: 14px;
		line-height: 17px;
	}
	
}.infoBlock {
		padding: 10px;
		height: auto;
		max-height: 100%;
		min-width: 40%;
		left: 5px;
		top: 5px;
		right: auto;
		font-size: 12px;
	}
	.infoBlock h3 {
		font-size: 14px;
		line-height: 17px;
	}
}  
/* 按钮导航 */  
#lbanniu {
	margin: 0 6px;
	border-bottom: 1px solid #fff;
}

#lbanniu .L {
	border-left: 0;
}

#lbanniu .R {
	border-right: 0;
}

.lbanniu ul {
	display: -moz-box;
	display: -webkit-box;
	display: box;
}

.lbanniu ul li {
	-moz-box-flex: 1;
	-webkit-box-flex: 1;
	box-flex: 1;
	border-width: 1px;
	border-style: solid;
	border-color: #fff #d6dfe6 #d6dfe6 #fff;
	height: 32px;
	line-height: 32px;
	font-size: 14px;
	padding-top: 52px;
	text-align: center;
	width: 33%;
}

.lbanniu ul li a{
	-moz-box-flex: 1;
	-webkit-box-flex: 1;
	box-flex: 1;
	height: 32px;
	line-height: 32px;
	font-size: 14px;
	padding-top: 52px;
	text-align: center;
	width: 33%;
}



.lbanniu ul li.touchOn {
	background-color: #e4edf4;
}

.lbanniu ul li.none {
	background: none;
}

.lbanniu ul .n940 {
	background: url(images3.png) center 10px no-repeat;
	background-size: 53px auto;
}

.lbanniu ul .n461 {
	background: url(images1.png) center 10px no-repeat;
	background-size: 53px auto;
}

.lbanniu ul .n462 {
	background: url(images2.png) center 10px no-repeat;
	background-size: 53px auto;
}

.lbanniu ul .n721 {
	background: url(images4.png) center 10px no-repeat;
	background-size: 53px auto;
}







/* 资讯动态 */ 
.sjlmmc {
	padding: 10px 6px;
}

.sjlmmc nav {
	border-bottom: 2px solid #c22304;
}

.sjlmmc nav h3 {
	color: #076ebf;
	height: 30px;
	line-height: 30px;
	text-shadow: 1px 1px 0 #fff;
}

.sjlmmc nav h3::before {
	content: "";
	display: block;
	float: left;
	height: 18px;
	width: 5px;
	margin: 6px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: -webkit-gradient(linear,0 0,0 100%,from(#0e80da),to(#0569b7));
	background: -moz-linear-gradient(#0e80da, #0569b7);
	background: linear-gradient(#0e80da, #0569b7);
}

.sjlmmc nav ul {
	overflow: hidden;
	padding-bottom: 9px;
	margin-bottom: -9px;
}

.sjlmmc nav li {
	float: left;
	text-align: center;
	padding: 0 4px;
	position: relative;
	font-size: 16px;
}

.sjlmmc nav li a {
	display: block;
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
	color: #333;
	font-weight: bold;
	text-shadow: 1px 1px 0 #fff;
}

.sjlmmc nav .on::after {
	content: "";
	position: absolute;
	left: 50%;
	margin-left: -3px;
	bottom: -10px;
	border: 5px solid;
	border-color: #c22304 transparent transparent;
}

.sjlmmc nav .on a {
 /*background:#CC1310;*/
	color: #fff;
	text-shadow: 1px 1px 0 #333;
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
	background: -webkit-gradient(linear,0 0,0 100%,from(#f20404),to(#c22304));
	background: -moz-linear-gradient(#f20404, #c22304);
	background: linear-gradient(#f20404, #c22304);
	/*-webkit-box-shadow:#A50E0C 0 0 10px inset;
	-moz-box-shadow:#A50E0C 0 0 10px inset;
	box-shadow:#A50E0C 0 0 10px inset;*/
}

.sjlmmc nav li.touchOn {
	background-color: #29A0DE;
}

.sjlmmc .infoList>li {
	padding: 0 8px;
	height: 35px;
	line-height: 35px;
	overflow: hidden;
	font-size: 17px;
	text-overflow: ellipsis;
	border-bottom: #d9e2e9 1px solid;
	box-shadow: 0 1px 0 #fff;
	padding-right: 25px;
}

.sjlmmc .infoList>li:nth-last-child {
	border-bottom: none;
}
/* 动态头条 s */ 
.sjlmmc .infoList>li.t {
	padding: 0 8px 8px 8px;
	overflow: hidden;
	background-image: none;
	white-space: normal;
	height: auto;
	line-height: 180%;
}

.sjlmmc .infoList>li.t h5 {
	font-size: 17px;
	height: 36px;
	line-height: 36px;
	padding-top: 2px;
	color: #000;
	font-weight: 600;
	max-width: 100%;
	text-overflow: ellipsis;
	white-space: normal;
	overflow: hidden;
}

.sjlmmc .infoList>li.t .pic {
	width: 75px;
	height: 55px;
	float: left;
	margin: 0 8px 0px 0;
	display: inline-block;
	overflow: hidden;
	border: #eceef0 1px solid;
}

.sjlmmc .infoList>li.t img {
	width: 75px;
	float: left;
}

.sjlmmc .infoList>li.t .intro {
	color: #78797a;
	font-size: 14px;
	line-height: 19px;
}
/* 动态头条 e */ 
.sjlmmc .infoList>li.n {
	font-size: 17px;
}

.sjlmmc .infoList>li.n:first {
	margin-top: 2px;
}

.sjlmmc .infoList .loading {
	background: url(images/list_loading.gif) no-repeat center;
	border-bottom: none;
}

.sjlmmc .infoList.hideMore>li:nth-child(n+9) {
	display: none;
}  






/* 加载更多按钮 */
.cateBtn {
	display: block;
	height: 34px;
	margin: 10px 0 1px 0;
	border: 1px solid #d9d9d9;
	text-align: center;
	line-height: 36px;
	overflow: hidden;
	font-size: 17px;
	text-shadow: #fff 1px 1px 1px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: -webkit-gradient(linear,0 0,0 100%,from(#fcf1f1),to(#efd6d5));
	background: -moz-linear-gradient(#fcf1f1, #efd6d5);
	background: linear-gradient(#fcf1f1, #efd6d5);
	-webkit-box-shadow: #fff 0 1px 0 inset, #fff 1px 1px 0;
	-moz-box-shadow: #fff 0 1px 0 inset, #fff 1px 1px 0;
	box-shadow: #fff 0 1px 0 inset, #fff 1px 1px 0;
}


 .cateBtn a{
	color: #000;
}

.cateBtn:active {
	background: -webkit-gradient(linear,0 0,0 100%,from(#fcf1f1),to(#efd6d5));
	background: -moz-linear-gradient(#fcf1f1, #efd6d5);
	background: linear-gradient(#fcf1f1, #efd6d5);
}

.cateBtn.getAll {
	color: #999;
}
  
  

 
 
 


/* 加载更多 */
.cateBtn1 {
	display: block;
	height: 34px;
	margin: 10px 0 1px 0;
	border: 1px solid #d9d9d9;
	text-align: center;
	line-height: 36px;
	overflow: hidden;
	font-size: 17px;
	text-shadow: #fff 1px 1px 1px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: -webkit-gradient(linear,0 0,0 100%,from(#fcf1f1),to(#efd6d5));
	background: -moz-linear-gradient(#fcf1f1, #efd6d5);
	background: linear-gradient(#fcf1f1, #efd6d5);
	-webkit-box-shadow: #fff 0 1px 0 inset, #fff 1px 1px 0;
	-moz-box-shadow: #fff 0 1px 0 inset, #fff 1px 1px 0;
	box-shadow: #fff 0 1px 0 inset, #fff 1px 1px 0;
}

.cateBtn1:active {
	background: -webkit-gradient(linear,0 0,0 100%,from(#fcf1f1),to(#efd6d5));
	background: -moz-linear-gradient(#fcf1f1, #efd6d5);
	background: linear-gradient(#fcf1f1, #efd6d5);
}

.cateBtn1.getAll {
	color: #999;
}
  
  




/* 加载更多 */
.cateBtn2 {
	display: block;
	height: 34px;
	margin: 10px 0 1px 0;
	border: 1px solid #d9d9d9;
	text-align: center;
	line-height: 36px;
	overflow: hidden;
	font-size: 17px;
	text-shadow: #fff 1px 1px 1px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: -webkit-gradient(linear,0 0,0 100%,from(#fcf1f1),to(#efd6d5));
	background: -moz-linear-gradient(#fcf1f1, #efd6d5);
	background: linear-gradient(#fcf1f1, #efd6d5);
	-webkit-box-shadow: #fff 0 1px 0 inset, #fff 1px 1px 0;
	-moz-box-shadow: #fff 0 1px 0 inset, #fff 1px 1px 0;
	box-shadow: #fff 0 1px 0 inset, #fff 1px 1px 0;
}

.cateBtn2:active {
	background: -webkit-gradient(linear,0 0,0 100%,from(#fcf1f1),to(#efd6d5));
	background: -moz-linear-gradient(#fcf1f1, #efd6d5);
	background: linear-gradient(#fcf1f1, #efd6d5);
}

.cateBtn2.getAll {
	color: #999;
}
  










/* 尾部 */
#footer {
	padding: 15px 0 45px 0;
	text-align: center;
	font-size: 12px;
}

#footer a {
	display: inline-block;
	width: 58px;
	height: 23px;
	line-height: 23px;
	text-align: center;
	border: 1px solid #fff;
	margin-top: 10px;
	margin-right: 10px;
	-webkit-box-shadow: #a67d7d 0 0 1px;
	-moz-box-shadow: #a67d7d 0 0 1px;
	box-shadow: #a67d7d 0 0 1px;
	background: -webkit-gradient(linear,0 0,0 100%,from(#F9F4F4),to(#E7E1E1));
	background: -moz-linear-gradient(#F9F4F4, #E7E1E1);
	background: linear-gradient(#F9F4F4, #E7E1E1);
}

/* 底部导航 */
#nav {
	height: 50px;
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 3;
	left: 0;
	background: -webkit-gradient(linear,0 0,0 100%,from(#e90300),to(#c32204));
	background: -moz-linear-gradient(top, #1687df, #1768ae);
	-webkit-box-shadow: #cecece 0 -2px 2px;
	-moz-box-shadow: #cecece 0 -2px 2px;
	box-shadow: #cecece 0 -2px 2px;
}

#nav .miniNav {
	position: relative;
	z-index: 1;
	display: -moz-box;
	display: -webkit-box;
	display: box;
}

#nav .miniNav li {
	position: relative;
	-moz-box-flex: 1;
	-webkit-box-flex: 1;
	box-flex: 1;
}

#nav .miniNav li a {
	display: block;
	background: url(imagesicons.png) center 7px no-repeat;
	background-size: 28px auto;
	height: 22px;
	line-height: 22px;
	padding-top: 28px;
	text-align: center;
	color: #fff;
	font-size: 12px;
}

#nav .miniNav .n0 a {
	background-position: center -349px;
}

#nav .miniNav .n1 a {
	background: url(imagesd1.png) center 4px no-repeat;
	background-size: 28px auto;
}

#nav .miniNav .n2 a {
	background: url(imagesd2.png) center 4px no-repeat;
	background-size: 28px auto;
}

#nav .miniNav .n3 a {
	background: url(imagesd3.png) center 4px no-repeat;
	background-size: 28px auto;
}

#nav .miniNav .n8 a {
	background: url(imagesd4.png) center 4px no-repeat;
	background-size: 28px auto;
}

#nav .miniNav .on {
	background: -webkit-gradient(linear,0 0,0 100%,from(#F9E5E5),to(#E1A7A7));
	background: -moz-linear-gradient(#F9E5E5, #E1A7A7);
	background: linear-gradient(#F9E5E5, #E1A7A7);
	border-left: 0px solid #;
	border-right: 0px solid #;
}

#nav .miniNav .on::before {
	content: "";
	border: 10px solid;
	border-color: #fafafa transparent transparent transparent;
	position: absolute;
	left: 50%;
	margin-left: -5px;
	top: -11px;
}

#nav .miniNav #vShare.on a {
	background-position: center -813px;
	color: #00428c;
}

#nav .miniNav #vComment.on a {
	background-position: center -973px;
	color: #00428c;
}

#nav .miniNav #vMore.on a {
	background-position: center -230px;
	color: #C22304;
}

#nav .miniNav .touchOn {
	background: #1991ef;
}

.navShare dd {
	padding: 10px 12px;
	overflow: hidden;
}

.navShare .bds_tools_32 a {
	height: 45px;
	width: 44px;
}

/* 隐藏层 */
#nav dl {
	display: none;
	position: absolute;
	width: 96%;
	left: 50%;
	margin-left: -48%;
	bottom: 60px;
	background: #f2f2f2;
	z-index: 0;
	-webkit-box-shadow: #000 0 0 5px;
	-moz-box-shadow: #000 0 0 5px;
	box-shadow: #000 0 0 5px;
}

#nav dl dt {
	height: 44px;
	line-height: 44px;
	border-bottom: 1px solid #E1A7A7;
	background: -webkit-gradient(linear,0 0,0 100%,from(#F9E5E5),to(#E1A7A7));
	background: -moz-linear-gradient(#F9E5E5, #E1A7A7);
	background: linear-gradient(#F9E5E5, #E1A7A7);
}

#nav dl dt h3 {
	padding-left: 41px;
	background: url(imagesicons.png) 10px -282px no-repeat;
	background-size: 28px auto;
}

#nav #J_n6 dt h3 {
	background-position: 10px -866px;
}

#nav #J_n5 dt h3 {
	background-position: 10px -688px;
}

#nav dl dt s {
	position: absolute;
	right: -5px;
	top: -5px;
	width: 17px;
	height: 17px;
	background: url(imagesicons.png) 0 -570px no-repeat #E8D6D6;
	background-size: 28px auto;
	-webkit-border-radius: 17px;
	-moz-border-radius: 17px;
	border-radius: 17px;
	border: 2px solid #E8D6D6;
}

.fastNav ul {
	display: -moz-box;
	display: -webkit-box;
	display: box;
}

.fastNav ul li {
	-moz-box-flex: 1;
	-webkit-box-flex: 1;
	box-flex: 1;
	background: url(imagesicons-big1.png) center 10px no-repeat;
	background-size: 46px auto;
	border-width: 1px;
	border-style: solid;
	border-color: #fff #d6dfe6 #d6dfe6 #fff;
	height: 32px;
	line-height: 32px;
	font-size: 14px;
	padding-top: 52px;
	text-align: center;
	width: 33%;
}

.fastNav ul li.touchOn {
	background-color: #e4edf4;
}

.fastNav ul li.none {
	background: none;
}

.fastNav ul .n-2 {
	background-position: center -505px;
}

.fastNav ul .n939 {
	background-position: center -118px;
}

.fastNav ul .n940 {
	background-position: center -246px;
}

.fastNav ul .n938 {
	background-position: center 11px;
}

.fastNav ul .n941 {
	background-position: center -374px;
}

.fastNav ul .n942 {
	background-position: center -500px;
}

.fastNav ul .n943 {
	background-position: center -628px;
}

.fastNav ul .n944 {
	background-position: center -756px;
}

.fastNav ul .n945 {
	background-position: center -884px;
}

.fastNav ul .n461 {
	background-position: center 11px;
}

.fastNav ul .n462 {
	background-position: center -118px;
}

.fastNav ul .n721 {
	background-position: center -372px;
}

.fastNav ul .n570 {
	background-position: center -243px;
}

.fastNav ul .n722 {
	background-position: center -501px;
}








/* 遮罩层 */
#winMark {
	display: none;
	position: fixed;
	z-index: 1;
	background: rgba(0, 0, 0, 0.5);
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
}









/* 列表页 */
.infoBox {
	padding: 10px 6px;
}

.infoBox nav {
	border-bottom: 2px solid #c22304;
}

.infoBox nav h3 {
	color: #076ebf;
	height: 30px;
	line-height: 30px;
	text-shadow: 1px 1px 0 #fff;
}

.infoBox nav h3::before {
	content: "";
	display: block;
	float: left;
	height: 18px;
	width: 5px;
	margin: 6px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: -webkit-gradient(linear,0 0,0 100%,from(#0e80da),to(#0569b7));
	background: -moz-linear-gradient(#0e80da, #0569b7);
	background: linear-gradient(#0e80da, #0569b7);
}

.infoBox nav ul {
	overflow: hidden;
	padding-bottom: 9px;
	margin-bottom: -9px;
}

.infoBox nav li {
	float: left;
	text-align: center;
	padding: 0 4px;
	position: relative;
	font-size: 16px;
}

.infoBox nav li a {
	display: block;
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
	color: #333;
	font-weight: bold;
	text-shadow: 1px 1px 0 #fff;
}

.infoBox nav .on::after {
	content: "";
	position: absolute;
	left: 50%;
	margin-left: -3px;
	bottom: -10px;
	border: 5px solid;
	border-color: #c22304 transparent transparent;
}

.infoBox nav .on a {
 /*background:#CC1310;*/
	color: #fff;
	text-shadow: 1px 1px 0 #333;
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
	background: -webkit-gradient(linear,0 0,0 100%,(#f20404),to(#c22304));
	background: -moz-linear-gradient(#f20404, #c22304);
	background: linear-gradient(#f20404, #c22304);
	/*-webkit-box-shadow:#A50E0C 0 0 10px inset;
	-moz-box-shadow:#A50E0C 0 0 10px inset;
	box-shadow:#A50E0C 0 0 10px inset;*/
}

.infoBox nav li.touchOn {
	background-color: #29A0DE;
}

.infoBox .infoList>li {
	padding: 0 8px;
	height: 35px;
	line-height: 35px;
	overflow: hidden;
	font-size: 17px;
	text-overflow: ellipsis;
	border-bottom: #d9e2e9 1px solid;
	box-shadow: 0 1px 0 #fff;

	padding-right: 25px;
}

.infoBox .infoList>li:nth-last-child {
	border-bottom: none;
}

.infoBox .infoList>li.t {
	padding: 0 8px 8px 8px;
	overflow: hidden;
	background-image: none;
	white-space: normal;
	height: auto;
	line-height: 180%;
}

.infoBox .infoList>li.t h5 {
	font-size: 17px;
	height: 36px;
	line-height: 36px;
	padding-top: 2px;
	color: #000;
	font-weight: 600;
	max-width: 100%;
	text-overflow: ellipsis;
	white-space: normal;
	overflow: hidden;
}

.infoBox .infoList>li.t .pic {
	width: 75px;
	height: 55px;
	float: left;
	margin: 0 8px 0px 0;
	display: inline-block;
	overflow: hidden;
	border: #eceef0 1px solid;
}

.infoBox .infoList>li.t img {
	width: 75px;
	float: left;
}

.infoBox .infoList>li.t .intro {
	color: #78797a;
	font-size: 14px;
	line-height: 19px;
}

.infoBox .infoList>li.n {
	font-size: 17px;
}

.infoBox .infoList>li.n:first {
	margin-top: 2px;
}

.infoBox .infoList .loading {
	background: url(images/list_loading.gif) no-repeat center;
	border-bottom: none;
}

.infoBox .infoList.hideMore>li:nth-child(n+9) {
	display: none;
}









/* 内容页通用结构 */
.pageContent {
	position: relative;
	z-index: 0;
	padding: 10px 6px 10px 6px;
}

.content_title {
	text-align: left;
	line-height: 130%;
	font-weight: bold;
	font-size: 22px;
	text-align: center;
}

.content_info {
	padding: 10px 0 10px 0;
	border-bottom: 1px solid #d9e2e9;
	font-size: 14px;
	line-height: 150%;
	text-align: center;
	color: #70747A;
	-webkit-box-shadow: #fff 0 1px 0;
	-moz-box-shadow: #fff 0 1px 0;
	box-shadow: #fff 0 1px 0;
}

.content_info span {
	padding: 0px 5px;
}

.content_info_comment a {
	color: #333;
	font-weight: bold;
}

.content_info_comment em {
	font-style: normal;
}

@media all and (min-width: 600px) {
	.content_title,
        .content_info {
		text-align: center
	}
}

.content_main {
	padding: 0 6px;
}

.content_main p {
	margin: 15px 0;
	text-align: left;
	line-height: 150%;
	word-break: break-all;
	font-size: 17px;
}

.cateBtn {
	margin: 10px auto;
}

.cateBtn .comment_count {
	color: #c00;
}

.content_main img {
	border: solid 1px #cccccc;
	display: block;
	margin: 0 auto;
	max-width: 100%;
	width: 70%;
	height: auto !important;
}

/* 文章内容图片缩小显示 */
.postContent .picWrap {
	width: 70%;
	max-width: 462px;
	margin: 0 auto 10px auto;
	position: relative;
}

.postContent .picWrap img {
	width: auto !important;
}

.postContent .picWrap:after {
	background: url(data:image/png;
	base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAYAAADE6YVjAAADQ0lEQVR42qVWW0iTYRieJWQF3VSXXXWhUAgSdKCIKKJQKaSU6EBBQWKEEEF0k14UgjqKSdQKkUBGTWsZBF2MzVOeNTPMaMqktXCb7uTGDjq/3udjn+3f/v+31Qsv2/d+7+F7z79GswY4HI6NS0tLpxKJRD3hM8K+5G896LjX/CtEo9F8UtS2srIyx1SA7l3E1x6LxQqyMkBC+lRFC32DbFrbxL7V1rHRC9f4L86gp8Ly8vJzEs9RVW632/PIwBv+wkSC/XrdwXqPFDPL7n2KiHvwgR8Qj8c7nE7nJjUP2sAY88zzF6spT0fwQw5AuTKVl5evVwxR3Otj/cVnsjIgEHKQT3rUXFNTs06SZBGiT1dvyCoYKK1gn6tusb4TZaqGIC9C53K5CldzRF68BBGxTRcaLDvPAhOTkgT7hsdUjUEPD3ssZiJvcjVWqzVXePHxaKmEGee4P8CraPD0OU4bOnuJ+UfHWdTlZj0Hj8sagZzwprW1dYuGknQSBwimMzsMRhb56WSdew5L6FAOIzMPHyt6A30At9tdgVDdx2FG9ySDMTg5xX68MMgqwQPmu3oVjUAfYHFxsUlDHWvC4Uv1nczXjE9wZUpx91i6FY1AHyAcDpvhiQUHuaqa1bfIxl7kylb/SLXKAJFIZEjVExH70PdpLgTl45XVLGyf5QhaZ9GhtTyxwJM6nhOFJELxQk+/pITdZiv7ereWJeJxfpdeGDwnpA/g9XqbUV0lStWVit37j7Hhisusa+8Rfp57/0HSN4KeXl00D6+r9okaWgsPSAx5B4Zl+0Sv1+/kHU8j+hUIzjZTVrMKhiCDsE3cvL1KBy1ZvubGxsZt3Ai1/y7hzdiVyqwHI6aA+A954cXIyEgJjZU/Yx8LR0xhDMP/ncJ+v9+k0+m289mVAjk0nvnCQg9k6xH4IQcIBoNdWq12BxnIy9iUNpttAxlqF6FDbP9mM4JPhIg8sBoMhoKGhobNkn2SCthoWDhyO37q3gNexviV2/EIETyAAdnNmAp4AU3PIiqId9RH82pfK3TvoyqyIMnJHOQpeiADOUia2Wze6vF4LpKip6FQCJ8+k4FA4K3P52uhRqsyGo35KFNUUTLJGV8rvwEx3sQFIsxVBQAAAABJRU5ErkJggg==) no-repeat; 
	position: absolute;
	right: 0;
	bottom: 0;
	content: "";
	width: 25px;
	height: 25px;
}

.postContent .picWrap.open {
	width: 90%;
	max-width: 90%;
}

.postContent .picWrap.open:after {
	display: none;
}






  
  
 