﻿body {
  margin: 0;
  padding-top: 70px;
  padding-bottom: 70px;
  font-size: 12px;
  line-height: 1.6em;
  _background: url(../images/subtle_grunge.png);
}

a {
  color: #555;
  text-decoration: none;
}

a:hover, a:focus {
  color: #2a6496;
  text-decoration: none;
}

.h1, h1 {
  font-size: 1.5em;
}

.h2, h2 {
  font-size: 1.25em;
}

.h3, h3 {
  font-size: 1.2em;
}

.h4, h4 {
  font-size: 1.1em;
}
/*padding*/
.pt10 {
  padding-top: 10px;
}

.p10 {
  padding: 10px;
}

.p20 {
  padding: 20px;
}

/*margin*/
.mt05 {
  margin-top: 0.5em;
}

.mt1 {
  margin-top: 1em;
}

.mt2 {
  margin-top: 2em;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt70 {
  margin-top: 70px;
}

.mr10 {
  margin-right: 10px;
}

.mb10 {
  margin-bootom: 10px;
}

.m10 {
  margin: 10px;
}

.text-cut {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.panel-body {
  padding: 10px;
}
.panel-title {
    font-size: 14px;
  }
.bg-gray {
  background-color: #F2F2F2;
  margin-top: 0.5em;
}

a.bg-gray:hover {
  background-color: #D5D5D5;
}

.bg-gray h3 {
  font-size: 1em;
  line-height: 1.7em;
  padding: 5px;
  margin: 10px 0;
}

.infodot {
  border-top: 1px dashed #ccc;
  margin: 10px 0;
}

.page-header {
  padding-bottom: 9px;
  margin: 20px 0;
  border-bottom: 1px solid #eee;
}

.well_white {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 10px;
  background-color: #fff;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
}

.well_black {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 10px;
  background-color: #312923;
  border: 1px solid #3C2B47;
  border-radius: 6px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
}

.well_555 {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 10px;
  background-color: #555;
  border: 1px solid #3C2B47;
  border-radius: 6px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
}

.well_5_1 {
  min-height: 20px;
  padding: 2px 18px;
  margin-bottom: 10px;
  border: 1px solid #F6F6F6;
  border-radius: 6px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
}

.well_t {
  min-height: 20px;
  padding: 10px;
  margin-bottom: 10px;
  background: #E2E2E2 url(../images/fashion.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  border: 1px solid #efefef;
  border-radius: 10px;
  background: rgba(225,225,225,0.6);
/*前三个参数为rgb颜色，第四个参数为透明度*/
  filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#7Fffffff,endcolorstr=#7Fffffff);
/*#7F000000的前两位为16进制透明度，后六位为16进制颜色*/
  ;-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
}

.txt {
  border-radius: 2px;
  padding: 5px 8px;
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.6;
  color: inherit;
  background-color: #fff;
  border-bottom: 1px solid #ddd;
}

.lei {
  border-radius: 6px;
  padding: 10px 15px;
  margin-bottom: 15px;
  font-size: 12px;
  font-weight: normal;
  line-height: 2.15;
  color: inherit;
  background-color: #FCFCFC;
}

.page_intro {
  border-radius: 6px;
  padding: 10px 15px;
  margin-bottom: 15px;
  font-size: 12px;
  font-weight: normal;
  line-height: 2.1428571435;
  color: inherit;
  background-color: #eeeeee;
}

.index_page_list {
  border-radius: 6px;
  padding: 8px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: normal;
  color: inherit;
  background-color: #fff;
  text-align: center;
}

.well_border_left {
  min-height: 20px;
  padding: 0 0 0 30px;
  margin: 10px;
  border-left: 1px solid #e3e3e3;
}

.well_border_right {
  min-height: 20px;
  padding: 10px;
  padding-left: 0;
  margin-bottom: 10px;
  border-right: 1px solid #e3e3e3;
}

.bg1 {
  background-image: url(../images/128_1.png);
  background-position: bottom right;
  background-repeat: no-repeat;
}

.bg2 {
  background-image: url(../images/128.png);
  background-position: bottom right;
  background-repeat: no-repeat;
}

.tags_page_list {
  border-radius: 4px;
  padding: 8px;
  margin-bottom: 8px;
  font-size: 12px;
  font-weight: normal;
  color: inherit;
  background-color: #F6F6F6;
  text-align: center;
}

.tags_page_list a {
  color: #333;
  text-decoration: none;
}

.tags_page_list a:hover {
  color: #f30;
}

.newslist {
}

.newslist dt {
  line-height: 2.1428571435;
}

.newslist dd {
  margin-bottom: 10px;
}

.t-header {
  padding-bottom: 10px;
  margin: 20px 0 30px;
  border-bottom: 1px solid #ccc;
}

.t-header1 {
  padding-bottom: 15px;
  margin: 20px 0 20px;
  border-bottom: 1px solid #efefef;
}

.content {
  word-break: break-all;
}

.content p {
  margin-bottom: 15px;
  line-height: 2em;
}

.content img {
  display: block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
}

/*list*/
.list_page {
  text-align: center;
  margin: 10px;
}

.list_page a {
  background: #fff;
  margin: 0px 1px;
  padding: 4px 6px;
  border: 1px solid #eee;
  color: #333;
}

.list_page span {
  background: #eee;
  color: #000;
  margin: 0px 1px;
  padding: 4px 6px;
  border: 1px solid #eee;
}

.list_page b {
  background: #fff;
  margin: 0px 1px;
  padding: 4px 6px;
  border: 1px solid #eee;
  color: #333;
}

.list_page b input {
  border: 0;
  margin: 0;
  padding: 0;
  font-weight: normal;
  width: 12px;
  vertical-align: middle;
  text-align: center;
}

.btn-danger1 {
  color: #fff;
  background-color: #DF6D6A;
  border-color: #D9534F;
}

.btn-danger1:hover,
.btn-danger1:focus,
.btn-danger1:active,
.btn-danger1.active,
.open > .dropdown-toggle.btn-danger1 {
  color: #fff;
  background-color: #AE423F;
  border-color: #AE423F;
}

.btn-danger1:active,
.btn-danger1.active,
.open > .dropdown-toggle.btn-danger1 {
  background-image: none;
}

.btn-danger1.disabled,
.btn-danger1[disabled],
fieldset[disabled] .btn-danger1,
.btn-danger1.disabled:hover,
.btn-danger1[disabled]:hover,
fieldset[disabled] .btn-danger1:hover,
.btn-danger1.disabled:focus,
.btn-danger1[disabled]:focus,
fieldset[disabled] .btn-danger1:focus,
.btn-danger1.disabled:active,
.btn-danger1[disabled]:active,
fieldset[disabled] .btn-danger1:active,
.btn-danger1.disabled.active,
.btn-danger1[disabled].active,
fieldset[disabled] .btn-danger1.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}

@media(max-width:480px) {
  .h1, h1 {
    font-size: 1.4em;
  }

  .h2, h2 {
    font-size: 1.25em;
  }
}