@charset "UTF-8";
.fontBold {
  font-weight: bold; }

.whiteBlock {
  background: #fff; }

.title {
  font-size: 24px;
  color: #323232;
  line-height: 34px; }

.textCenter {
  text-align: center; }

.tip {
  color: #666; }

.desc {
  font-size: 15px; }

.desc img {
  width: 100%  !important; }

.dot {
  background: #f63e4c;
  width: 5px;
  height: 5px;
  float: left; }

.dotUl li {
  background: url("../images/dot.png") no-repeat;
  /*把你要的圆点样式切好图作为背景*/
  text-indent: 15px;
  background-position-y: 8px; }

.dotUl li a {
  display: inline-block;
  text-indent: initial; }

.breadcrumb {
  background-color: #f3f3f3;
  overflow: hidden; }

.breadcrumb li {
  float: left;
  margin-right: 5px; }

.breadcrumb li a {
  margin-left: 5px;
  margin-right: 5px; }

.breadcrumb li:first-child a {
  margin-left: 0px; }

.breadcrumb li.active {
  color: #666; }

.sdlist-item {
  overflow: hidden;
  margin-bottom: 20px; }

.item-left {
  width: 80%;
  float: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.item-left.active a {
  color: #f52f3e; }

.item-left a {
  font-size: 15px; }

.item-right {
  width: 20%;
  float: left;
  text-align: right;
  color: #666; }

.title-list {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #666; }

.title-row {
  overflow: hidden; }

.title-item {
  width: 50%;
  float: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.title-item a {
  font-size: 20px;
  font-weight: bold; }

.title-item.active a {
  color: #f52f3e; }

/* 循环创建 margin padding */
.m0 {
  margin: 0px !important; }

.mt0 {
  margin-top: 0px !important; }

.mr0 {
  margin-right: 0px !important; }

.mb0 {
  margin-bottom: 0px !important; }

.ml0 {
  margin-left: 0px !important; }

.p0 {
  padding: 0px !important; }

.pt0 {
  padding-top: 0px !important; }

.pr0 {
  padding-right: 0px !important; }

.pb0 {
  padding-bottom: 0px !important; }

.pl0 {
  padding-left: 0px !important; }

.m5 {
  margin: 5px !important; }

.mt5 {
  margin-top: 5px !important; }

.mr5 {
  margin-right: 5px !important; }

.mb5 {
  margin-bottom: 5px !important; }

.ml5 {
  margin-left: 5px !important; }

.p5 {
  padding: 5px !important; }

.pt5 {
  padding-top: 5px !important; }

.pr5 {
  padding-right: 5px !important; }

.pb5 {
  padding-bottom: 5px !important; }

.pl5 {
  padding-left: 5px !important; }

.m10 {
  margin: 10px !important; }

.mt10 {
  margin-top: 10px !important; }

.mr10 {
  margin-right: 10px !important; }

.mb10 {
  margin-bottom: 10px !important; }

.ml10 {
  margin-left: 10px !important; }

.p10 {
  padding: 10px !important; }

.pt10 {
  padding-top: 10px !important; }

.pr10 {
  padding-right: 10px !important; }

.pb10 {
  padding-bottom: 10px !important; }

.pl10 {
  padding-left: 10px !important; }

.m15 {
  margin: 15px !important; }

.mt15 {
  margin-top: 15px !important; }

.mr15 {
  margin-right: 15px !important; }

.mb15 {
  margin-bottom: 15px !important; }

.ml15 {
  margin-left: 15px !important; }

.p15 {
  padding: 15px !important; }

.pt15 {
  padding-top: 15px !important; }

.pr15 {
  padding-right: 15px !important; }

.pb15 {
  padding-bottom: 15px !important; }

.pl15 {
  padding-left: 15px !important; }

.m20 {
  margin: 20px !important; }

.mt20 {
  margin-top: 20px !important; }

.mr20 {
  margin-right: 20px !important; }

.mb20 {
  margin-bottom: 20px !important; }

.ml20 {
  margin-left: 20px !important; }

.p20 {
  padding: 20px !important; }

.pt20 {
  padding-top: 20px !important; }

.pr20 {
  padding-right: 20px !important; }

.pb20 {
  padding-bottom: 20px !important; }

.pl20 {
  padding-left: 20px !important; }

.text-center, .tc {
  text-align: center; }

.text-right, .tr {
  text-align: right; }

.text-left, .tl {
  text-align: left; }

.mt20 {
  margin-top: 20px; }

/*# sourceMappingURL=base.css.map */
