.container input ::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  font-family: microsoft yahei, tahoma, arial, \5b8b\4f53, sans-serif; }

.container input :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  font-family: microsoft yahei, tahoma, arial, \5b8b\4f53, sans-serif; }

.container input ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  font-family: microsoft yahei, tahoma, arial, \5b8b\4f53, sans-serif; }

.container input :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  font-family: microsoft yahei, tahoma, arial, \5b8b\4f53, sans-serif; }

.container .topList {
  position: relative;
  padding-left: 35px;
  height: 42px;
  line-height: 42px;
  color: #2f6ad0;
  font-size: 12px; }
  .container .topList a {
    color: #4a4a4a; }
  .container .topList em {
    display: inline-block;
    width: 5px;
    height: 9px;
    background: url("../../images/common/icon/linkArrow.png") no-repeat;
    background-size: 100% 100%; }

.container .topList:before {
  position: absolute;
  content: '';
  width: 25px;
  height: 9px;
  top: 16px;
  left: 0;
  background: url("../../images/common/icon/xm-logo.png") no-repeat;
  background-size: 100% 100%; }

.container .details > div {
  float: left; }

.container .details .left {
  width: 186px;
  margin-right: 10px;
  background: #ffffff;
  box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.05); }

.container .details .right .mapContent {
  width: 804px;
  background: #ffffff;
  min-height: 662px;
  padding-bottom: 1px;
  box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.05); }
  .container .details .right .mapContent .history {
    padding: 0 20px; }
    .container .details .right .mapContent .history .historyNav {
      line-height: 50px;
      border-bottom: 1px solid #cddeea; }
      .container .details .right .mapContent .history .historyNav .sub {
        font-size: 15px;
        color: #0b325e; }
  .container .details .right .mapContent .mapDetail {
    padding: 13px 20px 74px; }
    .container .details .right .mapContent .mapDetail .titleLine {
      background: #EFF6FD;
      width: 100%;
      height: 40px;
      line-height: 40px;
      position: relative;
      color: #1C53A1;
      font-size: 14px;
      padding-left: 33px; }
      .container .details .right .mapContent .mapDetail .titleLine:before {
        content: "";
        width: 3px;
        height: 20px;
        background: #2E71BB;
        display: block;
        position: absolute;
        top: 10px;
        left: 20px;
        border-radius: 10px/16px; }
    .container .details .right .mapContent .mapDetail .aLine {
      background: #E1F0FC;
      width: 100%;
      line-height: 50px;
      padding-left: 19px; }
      .container .details .right .mapContent .mapDetail .aLine a {
        font-size: 14px;
        color: #1372E2;
        margin-right: 35px;
        float: left;
        text-decoration: underline; }
​