@charset "UTF-8";
#left {
  width: 242px;
  margin-top: 28px;
  min-height: 100px;
  display: inline-block;
  vertical-align: top;
}

#right {
  width: 908px;
  margin-top: 28px;
  min-height: 500px;
  background-color: #ffffff;
  border: 1px #dddddd solid;
  display: inline-block;
  margin-left: 16px;
  border-radius: 4px;
}

.left_title {
  width: 100%;
  border: 1px #dddddd solid;
  border-radius: 4px;
}

.left_titleT {
  margin: 18px;
  border-left: 4px #ff9900 solid;
  padding-left: 10px;
}

.left_titleT span {
  font-size: 22px;
  color: #ff9900;
}

.guide {
  width: 100%;
  min-height: 315px;
  background-color: #ffffff;
  border: 1px #dddddd solid;
  margin-top: 6px;
  border-radius: 4px;
}

.guide_top {
  height: 35px;
  line-height: 35px;
  text-indent: 2em;
  color: #cc3300;
  font-size: 15px;
  font-weight: bold;
  background-color: #fafafa;
  border-bottom: 1px #dddddd solid;
}

.guide ul {
  padding: 8px 8px 0 20px;
}

.guide ul li {
  line-height: 30px;
}

.login {
  margin-top: 8px;
  display: block;
}

.right_top {
  width: 100%;
  border-bottom: 1px #dddddd solid;
  height: 40px;
  line-height: 43px;
  padding: 0 20px;
  background-color: #ededed;
}

.right_top img {
  display: inline-block;
  height: 18px;
  width: 18px;
  vertical-align: text-bottom;
  margin-right: 6px;
}

#right > ul {
  width: 700px;
  margin: 1rem auto;
  min-height: 350px;
  padding: 2rem 0;
}

#right > ul > li {
  width: 100%;
  display: block;
  height: 35px;
  line-height: 35px;
  list-style: none;
  background-image: url(/static/image/label.png);
  background-position-x: 0;
  background-position-y: 8px;
  background-repeat: no-repeat;
  background-size: 18px;
  border-bottom: 1px #dddddd dashed;
  padding-left: 30px;
}
