@charset "utf-8";
/* Css Reset */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, img {
  padding: 0;
  margin: 0;
}

fieldset, img {
  vertical-align: top;
  border: 0;
}

address, caption, cite, code, dfn, em, th, var, i {
  font-weight: normal;
  font-style: normal;
}

ol, ul, li {
  list-style: none;
}

div, dl, dt, dd, ol, ul, li {
  zoom: 1;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-size: 100%;
}

q:before, q:after {
  content: '';
}

abbr, acronym {
  border: 0;
}

pre {
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
  font-family: "Microsoft YaHei", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.8;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.clearfix:after {
  clear: both;
  height: 0;
  overflow: hidden;
  display: block;
  visibility: hidden;
  content: ".";
}

.hide {
  display: none;
}

img {
  border: 0;
  vertical-align: top;
}

/* 字体图标 */
@font-face {
  font-family: "iconfont";
  src: url("../fonts/iconfont.eot?t=1466761399");
  /* IE9*/
  src: url("../fonts/iconfont.eot?t=1466761399#iefix") format("embedded-opentype"), url("../fonts/iconfont.woff?t=1466761399") format("woff"), url("../fonts/iconfont.ttf?t=1466761399") format("truetype"), url("../fonts/iconfont.svg?t=1466761399#iconfont") format("svg");
  /* iOS 4.1- */
}
/* Public */
body {
  color: #333;
  line-height: 1.8;
  font-family: "Microsoft YaHei", Helvetica, Arial, sans-serif;
}

a {
  color: #333;
  text-decoration: none;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}
a:hover {
  color: #c00;
}

input[type=button], input[type=submit], input[type=file], button {
  cursor: pointer;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.moreBtn {
  margin-top: 10px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  display: block;
  color: #a80000;
}

.show {
  display: block !important;
}

.datetimepicker {
  display: none;
  position: absolute;
  background: #fff;
  border: 1px solid #ddd;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 3px 2px 3px;
  -moz-box-shadow: rgba(0, 0, 0, 0.3) 3px 2px 3px;
  box-shadow: rgba(0, 0, 0, 0.3) 3px 2px 3px;
}

/* goTop */
#goTop {
  position: fixed;
  display: none;
  _display: none !important;
  width: 50px;
  height: 50px;
  bottom: 60px;
  right: 5px;
  z-index: 99;
  cursor: pointer;
  margin: 5px;
  width: 40px;
  height: 40px;
  border-radius: 2px;
  box-shadow: 0 0 5px #9c9c9c;
  opacity: .9;
  background: rgba(0, 0, 0, 0.5);
}

#goTop::after {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -10px;
  margin-top: -15px;
  content: "";
  border-width: 10px;
  border-color: transparent;
  border-bottom-color: #fff;
  border-bottom-style: solid;
  border-style: dashed;
  display: block;
  font-size: 0;
  line-height: 0;
  width: 0;
}

/* winMark */
#winMark {
  z-index: 1;
  width: 100%;
  display: none;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
}

/* frame */

#header {
  position: relative;
  z-index: 2;
  height:auto;
  line-height: 30px;
  color: #fff;
}
#header img{
  width: 100%;
}
.topNav{
  height:55px;    
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.bt{
    position: absolute;
    left: 0;
    right: 0;
    top: 40%;
    font-size: 35px;
    font-weight: 600;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: 4px;
    color: #eff37e;
    text-align: center;
    text-shadow: 6px 6px 0px #a80d07;
}
#header .back {
  display: block;
  width: 55px;
  height: 100%;
  overflow: hidden;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  display: none;
}

#header .back::after {
  content: "\e616";
  font-family: "iconfont";
  font-size: 24px;
  color: #fff;
}

#header .title {
  text-align: center;
  margin: 0 80px;
  overflow: hidden;
  font-size: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: none;
}

#header #logo {
  display: none;
}

#header #logo a {
  display: block;
  height: 35px;
  padding: 10px;
  float: left;
}

#header #logo img {
  display: block;
  height: 100%;
}

#header .topNav dd {
  display: none;
  width: 94%;
  background: #f2f2f2;
  left: 0;
  padding: 10px 3%;
  position: absolute;
  top: 100%;
  text-align: left;
  line-height: 1.8;
  z-index: 3;
}

#header dt {
  display: block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  right: 0;
  margin: -18px 2% 0 0;
  text-align: center;
  position: absolute;
  top: 50%;
  background:#a80000;
  border-radius: 50%;
}

#header dt::after {
  content: "\e600";
  font-family: "iconfont";
  color: #fff;
  font-size: 23px;
}

#header dt.backHome{
  right: 12%;
  line-height: 32px;
  }
#header dt.backHome a {
  font-size:0;
  position: absolute;
  width: 100%;
  height: 100%;
  left:0;
  top:0;
}
#header dt.backHome::after {
  content: "\e614";
  }
#header .siteSearch dt::after {
  content: "\e601";
  font-size: 20px;
  line-height: 35px;
}

#header dt::before {
  position: absolute;
  left: 50%;
  margin-left: -6px;
  top: 34px;
  content: "";
  border-color: transparent;
  display: block;
  font-size: 0;
  line-height: 0;
  width: 0;
  border-width: 6px;
  border-style: dashed;
  border-bottom-color: #f2f2f2;
  border-bottom-style: solid;
  display: none;
}

#header dt.on::before {
  display: block;
}

#header .siteSearch{
position: relative;
    height:auto;
	overflow:hidden;
    margin: 150px 10px 0;
	background:#a80000;
	padding: 2% 3%;
}
#header .siteSearch dt {
  right: 12%;
  display:none;
}

#header .siteSearch dd {
  display: block !important;
  z-index: 1 !important;
}
#header .siteSearch .input-box{
	width:80%;
	float:left;   
}
#header .siteSearch .input-box input[type=text] {
    width: 100%;
    border: none;
    height: 32px;
    padding: 0;
	text-indent: 1em;
	background: rgba(255, 255, 255, 0.8);
}
#header .siteSearch .btn-box{
	float:right;
	width:20%;
}
#header .siteSearch .select-box{
	display: none;
}

#header .siteSearch .keyWord {
  padding: 6px;
  width: 80%;
  background: #fff;
  font-size: 14px;
  height: 20px;
  line-height: 20px;
  padding: 8px;
  border: 0;
  width: 78%;
  outline: none;
}

#header .siteSearch .btn {
  height: 32px;
  line-height: 32px;
  background: #ffffff;
  width: 100%;
  border:none;
  overflow:hidden;
  -webkit-border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
}

#header .siteSearch .btn::before {
  content: "搜索";
  font-size: 16px;
}

.siteSearch .searchBtn {
  top: 10px;
  height: 36px;
  border: 0;
  line-height: 36px;
  width: 20%;
  position: absolute;
  right: 3%;
  display: block;
  background: #a80000;
  text-align: center;
  color: #fff;
}

.siteSearch .searchBtn::before {
  content: "\e601";
  font-family: "iconfont";
  font-size: 22px;
}



.mainNav .li1 {
  width: 100%;
  margin: 0 0 5px 0;
  line-height: 1.8;
}

.mainNav .li1 .a1 {
  display: block;
  color: #333;
  height: 40px;
  line-height: 40px;
  background: #e6e6e6;
  text-align: left;
  padding: 0 5%;
}

.mainNav .ul1 {
  display: none;
  overflow: hidden;
  padding-bottom: 15px;
}

.mainNav .li2 {
  float: left;
  min-width: 33.3%;
  padding: 10px 0 0 0;
}

.mainNav .a2 {
  padding: 0 10%;
  font-size: 14px;
  color: #666;
  word-break: keep-all;
  white-space: nowrap;
}

.mainNav .sh {
  display: none;
}

.mainNav .hasUl1 .sh {
  display: block;
  float: right;
  height: 40px;
  line-height: 40px;
  width: 52px;
  font-size: 0;
  color: #666;
  background: #ddd;
  position: relative;
  overflow: hidden;
}

.mainNav .sh::after, .mainNav .sh::before {
  content: "";
  display: block;
  height: 1px;
  width: 13px;
  margin: 0 0 0 -6px;
  background: #888;
  position: absolute;
  left: 50%;
  top: 50%;
}

.mainNav .sh::before {
  height: 13px;
  width: 1px;
  margin: -6px 0 0 0;
}

.mainNav .showSubMenu .ul1 {
  display: block;
}

.mainNav .showSubMenu .sh::before {
  display: none;
}

.mainNav #li-zwgk .li2 {
  width: 50%;
}


#content {
  padding: 10px;
  position: relative;
  z-index: 0;
  overflow: hidden;
}

#footer {
  background: #a80000;
  padding: 15px 10px;
  color: #fff;
  text-align: center;
  font-size: 12px;
}

#footer a {
  color: #fff;
}

#footer .footNav {
  margin-bottom: 10px;
}

#footer .footNav a {
  margin: 0 5px;
  word-break: keep-all;
  white-space: nowrap;
}
#_span_jiucuo img{
	width:80px;
	padding: 5px 0 0;
}
#imgConac{
	height: 50px;
}
/* 位置导航 */
.path {
  color: #666;
  line-height: 1.6;
  padding: 20px 10px;
  text-align: left;
  font-size: 14px;
}

.path a, .path span {
  padding: 0 3px;
  color: #666;
}

.path::before {
  content: "\e614";
  font-family: "iconfont";
  font-size: 16px;
  color: #bbb;
  margin-right: 0;
}

/* url_方块样式分页 */
.page {
  font-size: 14px;
  text-align: center;
  padding: 3% 0;
  clear: both;
  line-height: 36px;
  overflow: hidden;
}

.page a {
  display: none;
  float: left;
  border: 1px solid #E1E1E1;
  padding: 0 15px;
  margin: 0 8px 8px 0;
}

.page .current {
  display: none;
}

.page .select {
  display: none;
}

.page .prev, .page .next, .page .total {
  display: block;
}

.page .next {
  float: right;
}

/* focusBox */
.focusBox {
  position: relative;
  margin-bottom: 20px;
}

.focusBox .bd img {
  width: 100%;
  display: block;
  height: 62vw;
}

.focusBox .bd li {
  position: relative;
}

.focusBox .bd .title, .focusBox .bd .titleBg {
  display: block;
  position: absolute;
  z-index: 1;
  width: 90%;
  padding: 0 5%;
  bottom: 0;
  height: 50px;
  line-height: 50px;
  text-align: center;
  overflow: hidden;
}

.focusBox .bd .titleBg {
  z-index: 0;
  background: black;
  background: black;
  background: -webkit-gradient(linear, 0 0, 0 100%, from(transparent), to(black));
  background: -moz-linear-gradient(transparent, black);
  background: -ms-linear-gradient(transparent, black);
  background: -o-linear-gradient(transparent, black);
  background: linear-gradient(transparent, black);
}

.focusBox .bd .title a {
  color: #fff;
}

.focusBox .hd {
  position: absolute;
  width: 100%;
  bottom: 0;
  height: 4px;
  overflow: hidden;
  background: #ccc;
}

.focusBox .hd ul {
  display: -moz-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: box;
}

.focusBox .hd li {
  -moz-box-flex: 1;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  box-flex: 1;
}

.focusBox .hd .on {
  background: #a80000;
}

.tpxw .hd{
	bottom: 46px;
}
.tpxw  .bd .title{
  position: inherit;
  width: 100%;
  padding: 0;
  text-align: center;
  overflow: hidden;
}
.tpxw .bd .titleBg {
	background:none;
	}
.tpxw  .bd .title a {
  color: #000;
}
/* focusBoxType1 */
.focusBoxType1 .bd .title, .focusBoxType1 .bd .titleBg {
  height: 40px;
  line-height: 40px;
  padding-bottom: 10px;
}

.focusBoxType1 .bd .titleBg {
  background: rgba(0, 0, 0, 0.5);
}

.focusBoxType1 .hd {
  bottom: 7px;
  width: 100px;
  background: none;
  left: 50%;
  margin-left: -50px;
}

.focusBoxType1 .hd li {
  margin: 0 2px;
  background: #fff;
}

/* box */
.box,
.mainBox {
  margin-bottom: 20px;
}

.box > .hd,
.mainBox > .mHd {
  height: 40px;
  line-height: 40px;
  position: relative;
  font-size: 18px;
  background: #f6f6f6;
  margin-bottom: 10px;
}

.box > .hd h3,
.mainBox > .mHd h3 {
  float: left;
  min-width: 23.3%;
  padding: 0 5%;
  text-align: center;
}

.box > .hd ul::after,
.mainBox > .mHd ul::after {
  clear: both;
  height: 0;
  overflow: hidden;
  display: block;
  visibility: hidden;
  content: ".";
}

.box > .hd li,
.mainBox > .mHd li {
  float: left;
  min-width: 33.3%;
  text-align: center;
}

.box > .hd .col-2 li,
.mainBox > .mHd .col-2 li {
  min-width: 50%;
}

.box > .bd,
.mainBox > .mBd {
  clear: both;
  overflow: hidden;
}

.box > .bd .twList,
.mainBox > .mBd .twList {
  margin-top: -10px;
}

/* mainBox */
.mainBox > .mHd > .select,
.mainBox > .mHd > .write {
  float: right;
  line-height: 40px;
  margin-right: 15px;
  color: #f00;
  font-size: 14px;
}

.mainBox > .mHd > .select a,
.mainBox > .mHd > .write a {
  color: #f00;
}

.mainBox > .mHd > .select {
  display: none;
}

/* 标题列表 */
.infoList li {
  height: 46px;
  line-height: 46px;
  overflow: hidden;
  border-bottom: #e6e6e6 dotted 1px;
}

.infoList .date {
  float: right;
  color: #999;
  font-size: 14px;
  margin-left: 15px;
}

/* 图文列表 */
.twList li {
  padding: 10px 0;
  border-bottom: 1px solid #eee;
  overflow: hidden;
}

.twList li > a {
  display: block;
  overflow: hidden;
}

.twList .pic {
  float: left;
  margin-right: 4%;
  width: 38%;
}

.twList .pic img {
  height: auto;
  width: 100%;
}

.twList .con {
  overflow: hidden;
  zoom: 1;
}

.twList .title {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 5px;
  overflow: hidden;
}

.twList .intro {
  line-height: 24px;
  color: #777;
  max-height: 48px;
  overflow: hidden;
  font-size: 13px;
}

.twList .title a:hover {
  text-decoration: none;
}

.twList .intro .more {
  display: none;
}

.twList .others {
  font-size: 13px;
  color: #bbb;
}

.twList .others span {
  margin-right: 15px;
}

.twList .node {
  color: #aaa;
  margin-right: 15px;
}

.twList .last {
  border-bottom: 0;
  margin-bottom: 0;
}

.twList .n {
  padding: 0;
  border: 0;
  height: 46px;
  line-height: 46px;
  overflow: hidden;
  border-bottom: #e6e6e6 dotted 1px;
}

.twList .n .date {
  float: right;
  margin-left: 15px;
  color: #999;
  font-size: 14px;
}


/* 图片列表-浮动 */
.picListFl {
  overflow: hidden;
  text-align: center;
}

.picListFl li {
  float: left;
  width: 48%;
  margin: 0 0 20px 0;
  position: relative;
  background: #fff;
  overflow: hidden;
}

.picListFl li:nth-child(2n) {
  float: right;
}

.picListFl .pic img {
  height: auto;
  width: 100%;
}

.picListFl .title {
  font-size: 14px;
  line-height: 22px;
  height: 22px;
  overflow: hidden;
  padding-top: 5px;
}

/*验证码*/
.codeinp input[type=text] {
  width: 60px !important;
}

.codeinp .validationcode {
  display: inline;
}

div input[type=text] {
  width: 80%;
  border: 1px solid #ccc;
  height: 30px;
  padding: 0 5px;
}

.code input[type=text] {
  width: 120px;
}

.codeerror {
  height: 30px;
  line-height: 30px;
  overflow: hidden;
}

/* 通用底部按钮 */
.bot {
  text-align: center;
  padding: 0 0 20px 0;
}

.bot a,
.bot button {
  cursor: pointer;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  font-size: 16px;
  background: #a80000;
  border: 0;
  color: #fff;
  margin: 0 5px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.bot a:hover,
.bot button:hover {
  text-decoration: none;
  background: #7a95c6;
}



/* boxType1 */
.boxType1 > .hd,
.mainBox > .mHd {
  height: 38px;
  line-height: 38px;
  border-bottom: 1px solid #cecece;
  background: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.boxType1 > .hd h3,
.boxType1 > .hd .on,
.mainBox > .mHd h3,
.mainBox > .mHd .on {
  color: #fff;
  border-bottom: #a80000 solid 3px;
  text-align: center;
  background: url(../img/tit_s0.gif) right top no-repeat;
}

.boxType1 > .hd h3 a,
.boxType1 > .hd .on a,
.mainBox > .mHd h3 a,
.mainBox > .mHd .on a {
  color: #a80000
}

.boxType2 > .hd {
  background: none;
  border-bottom: 1px solid #ddd;
}

.boxType2 > .hd li {
  display: inline-block;
}

.boxType2 > .hd .on {
  border-bottom: 2px solid #a80000;
  color: #a80000;
}

.boxType2 > .hd .on a {
  color: #a80000;
}
.boxType2 > .hd li.on::after{
  content: "\e600";
  font-family: "iconfont";
  font-size: 23px;
  color: #a80000;
}
/* indBox */
.indBox {
  margin-bottom: 20px;
}

.indBox .iHd {
  height: 46px;
  line-height: 46px;
  background: url(../img/tit_bg.gif) center center no-repeat;
  color: #a80000;
  font-size: 20px;
  text-align:center;
  margin-bottom:10px;
}

.indBox .iHd i {
  display: block;
  width: 40px;
  height: 46px;
  float: left;
  background: #4a6dae;
  margin-right: 4%;
  text-align: center;
}

.indBox .iHd i::after {
  font-family: "iconfont";
  content: "";
}
.indBox .iHd h3{
	display: inline-block;
	background:#fff url(../img/tit_s1.gif) left center no-repeat;
	padding-left:22px;
}
.indBox .iHd a {
  display: inline-block;
  color: #a80000;
  padding: 0 32px 0 10px;
  background:#fff url(../img/tit_s2.gif) right center no-repeat;
}

.indBox .iBd {

}

/* newsList */
.newsList li{font-size: 16px;overflow: hidden;border-bottom: 1px dotted #ccc;height: 46px;line-height: 46px;}
.newsList .date{float: right;color: #999;margin: 0 10px;}
.newsList .node{color: #999;margin-right: 10px;} 
/* 文章内容页 -----------------------------------------*/
.articleCon{
	text-align: left;padding: 3%;text-align: justify;
}
.articleCon .title{
	font-size: 24px;line-height: 1.4;margin-bottom: 10px;
}
.articleCon .subTitle{
	font-size: 18px;color: #555;text-align: center;margin-bottom: 10px;
}
.articleCon .property{
	overflow: hidden;font-size: 14px;margin-bottom: 10px;color: #777;
}
.articleCon .property .size{
	float: right;font-size: 0;
}
.articleCon .property .size a{
	display: inline-block;
	border: 1px solid #ddd;color: #888;width: 24px;height: 20px;text-align: center;line-height: 20px;font-size: 12px;vertical-align: top;margin-left: 8px;-webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px;
}
.articleCon .property .size .l{
	font-size: 16px;font-weight: 500;
}
.articleCon .property span{
	margin-right: 5px;
}
.articleCon .userControl{
	font-size: 14px;overflow: hidden;text-align: left;padding: 10px 0;
}
.articleCon .userControl .a{
	color: #777;margin: 10px 10px 0 0;float: left;
}
.articleCon .conTxt{
	color: #333;font-size: 16px;line-height: 2;padding: 0 0 20px 0;overflow: hidden;word-break: normal;word-wrap: break-word;
}
.articleCon .conTxt video, 
.articleCon .conTxt .videoPlayer {
	max-width:100% !important;height:auto !important;width: auto!important;
}
.articleCon .conTxt img{
	width: 100%!important;
  height: auto !important;
}
.articleCon .conTxt p{
	margin-bottom: 20px;
}
.articleCon .conTxt a{
	color: blue;text-decoration: underline;
}
.articleCon .conTxt em{
	font-style: italic;
}
.articleCon .conTxt ul, 
.articleCon .conTxt ol{
	padding-left: 2em;}
.articleCon .conTxt ul li{
	zoom: normal;list-style: square;text-indent: 0 !important;
}
.articleCon .conTxt ol li{
	zoom: normal;list-style: decimal;text-indent: 0 !important;
}
.printArea .conTxt h1{
	font:normal 16px/200% "Microsoft YaHei"; _font-weight:bold;ont-size: 2em;margin: 0.67em 0;}
.printArea .conTxt h2{
	font-size: 1.5em;margin: 0.75em 0;
}
.printArea .conTxt h3{
	font-size: 1.17em;margin: 0.83em 0;
}
.printArea .conTxt h5{
	font-size: .83em;margin: 1.5em 0;
}
.printArea .conTxt h6{
	font-size: .75em;margin: 1.67em 0;
}
.printArea .conTxt h1, 
.printArea .conTxt h2,
.printArea .conTxt h3, 
.printArea .conTxt h4,
.printArea .conTxt h5, 
.printArea .conTxt h6,
.printArea .conTxt b,
.printArea .conTxt strong{
	font-weight: bolder;
}
.articleCon .page{
	padding: 10px 0;text-align: center;
}
.articleCon .vedioPlayer{
	background: #000;width: 100%;text-align: center;margin: 20px auto;height: auto;
}
.articleCon .others{
	line-height: 1.5;margin-bottom: 15px;
}
.articleCon .others .prev, .articleCon .others .next{
	padding: 5px 0;
}
.articleCon .others .date{
	color: #999;
	font-size: 14px;
	display: none;
} 
/* 相关信息 */
#relativeInfo{
	border-bottom: 1px solid #ddd;
}
#relativeInfo .bd{
	padding: 10px 0 20px 0;
} 
/* 图片-列表页 ----------------------------------------- */
.picPageList{
	overflow: hidden;text-align: center;
}
.picPageList li{
	border: 1px solid #ddd;float: left;width: 48%;margin: 0 0 3% 0;position: relative;background: #fff;overflow: hidden;
}
.picPageList li:nth-child(2n){
	float: right;
}
.picPageList .pic{
	margin: 2%;
}
.picPageList .pic img{
	height: auto;width: 100%;
}
.picPageList .title, .picPageList .titleBg{
	position: absolute;bottom: 0;left: 0;width: 96%;margin: 2%;display: block;overflow: hidden;line-height: 28px;height: 28px;z-index: 3;color: #fff;-webkit-transition: 400ms;-o-transition: 400ms;-moz-transition: 400ms;transition: 400ms;
}
.picPageList .titleBg{
	background: #000;filter: alpha(opacity=60);opacity: 0.6;z-index: 2;
}
.picPageList .title a{
	color: #fff;padding: 0 10px;display: block;font-size: 14px;
}
#footer .btns a {
  display: inline-block;
  padding: 2px 15px;
  background: #fff;
  border-radius: 4px;
  color: #a80000;
  margin: 10px 5px 0 5px;
}
/*# sourceMappingURL=default.css.map */

