.page-body .container {
  margin-top: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background: url(/bundles/topxiaweb/img/background-white.png) 0 0 no-repeat;
}

.page-body .content {
  float: left;
  margin-top: 20px;
  margin-left: 20px;
  width: 712px;
}

.page-body .content img {
  max-width: 700px;
}



.sidebar-shell {
  position: relative;
  float: right;
  margin-top: 20px;
  margin-right: 20px;
}

.sidebar-module {
  padding: 3px;
  background: #EEE;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  display: block;
  width: 190px;
  margin-bottom: 20px;
  font-size: 12px;
}

.sidebar-module>ul {
  background: #fafafb;
  border: solid #CACACA;
  border-width: 1px 1px 0px 1px;
  margin: 0px;
}

.sidebar-module>p {
  background: #fafafb;
  border: solid #CACACA;
  border-width: 1px;
  padding: 8px 10px;
  margin: 0px;
  display: block;
  line-height: 1.4em;
}

.sidebar-module li {
  list-style-type: none;
}

.sidebar-module>ul>li {
  border-bottom: 1px solid #CACACA;
  text-decoration: none;
}

.sidebar-module>ul>li:hover {
  text-decoration: none;
}


.sidebar-module>ul div,
.sidebar-module>ul h3 {
  margin: 0px;
  color: #666;
  text-shadow: 1px 1px 0px #fff;
  border-bottom: 1px solid #CACACA;
  font-size: 14px;
  background-color: #e1e1e1;
  background-image: -moz-linear-gradient(top, #f1f1f1, #e1e1e1);
  background-image: -ms-linear-gradient(top, #f1f1f1, #e1e1e1);
  background-image: -o-linear-gradient(top, #f1f1f1, #e1e1e1);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f1f1f1), to(#e1e1e1));
  background-image: -webkit-linear-gradient(top, #f1f1f1, #e1e1e1);
  background-image: linear-gradient(top, #f1f1f1, #e1e1e1);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f1f1f1', EndColorStr='#e1e1e1');
}

.sidebar-module>ul li h3:hover,
.sidebar-module>ul h3.disable {
  background-color: #e1e1e1;
  background-image: -moz-linear-gradient(top, #e1e1e1, #d1d1d1);
  background-image: -ms-linear-gradient(top, #e1e1e1, #d1d1d1);
  background-image: -o-linear-gradient(top, #e1e1e1, #d1d1d1);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e1e1e1), to(#d1d1d1));
  background-image: -webkit-linear-gradient(top, #e1e1e1, #d1d1d1);
  background-image: linear-gradient(top, #e1e1e1, #d1d1d1);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#e1e1e1', EndColorStr='#d1d1d1');
}

.sidebar-module>ul h3,
.sidebar-module>ul h3.disable span {
  padding: 8px 0px 8px 10px;
  color: #666;
  display: block;
  text-decoration: none;
}

.sidebar-module>ul h3.disable span {
  padding-left: 20px;
  background-image: url(/bundles/topxiaweb/img/active-arrow.png);
  background-position: left center;
  background-repeat: no-repeat;
  cursor: default;
}

.sidebar-module>ul h3:hover a {
  text-decoration: none;
}

.sidebar-module ul ul,
.sidebar-module .spacer {
  display: block;
  padding-bottom: 2px;
  background-color: #FAFAFB;
  margin: 0 0 0 0;
}

.sidebar-module ul ul li {}

.sidebar-module ul ul li:hover,
.sidebar-module li.disable {
  background-color: #f0f0f3;
}

.sidebar-module li.disable {
  background-image: url(/bundles/topxiaweb/img/active-arrow.png);
  background-position: left center;
  background-repeat: no-repeat;
}

.sidebar-module ul ul li a,
.sidebar-module ul ul li span {
  padding: 3px 0px 3px 10px;
  display: block;
  text-decoration: none;
}

.sidebar-module ul ul li span {
  padding-left: 20px;
  cursor: default;
}

.info-header {
  box-shadow: 0 4px 4px 0 #EDEDED;
}

.info-footer {
  padding: 40px 0;
  background-size: 100% 100%;
  background-color: #20B573;
}

.info-footer .footer-context {
  margin: 0 auto 48px;
  font-size: 40px;
  text-align: center;
  color: #FFFFFF;
}

.info-footer .footer-btn {
  margin: 0 auto;
  width: 162px;
  height: 40px;
  background-color: #FFFFFF;
  text-align: center;
  border-radius: 4px;
}

.info-footer a {
  font-size: 18px;
  color: #20B573;
  letter-spacing: 0;
  line-height: 40px;
}

.detail-other {
  background: #FFFFFF;
  border: 1px solid #EDEDED;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.10);
  border-radius: 8px;
}

.detail-other .detail-other-title {
  padding: 20px;
  font-size: 16px;
  color: #333333;
  border-bottom: 1px solid #EDEDED;
}

.detail-other-content {
  padding: 20px 20px 0px;
}

.detail-other .detail-other-content .detail-other-left {
  padding-bottom: 20px;
  float: left;
  width: 548px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.detail-other .detail-other-content .detail-other-left a {
  font-size: 14px;
  color: #333333;
}

.detail-other .detail-other-content .detail-other-right {
  float: right;
  color: #999999;
}