﻿@charset "UTF-8";
@font-face {
  font-family: "SourceHanSansCN-Regular";
  src: url("./fonts/SourceHanSansCN-Regular.woff") format("woff"), url("./fonts/SourceHanSansCN-Regular.ttf") format("truetype"), url("./fonts/SourceHanSansCN-Regular.eot") format("embedded-opentype");
}

@font-face {
  font-family: 'SourceHanSerifCN-Regular';
  src: url("./fonts/SourceHanSerifCN-Regular.woff") format("woff"), url("./fonts/SourceHanSerifCN-Regular.ttf") format("truetype"), url("./fonts/SourceHanSerifCN-Regular.eot") format("embedded-opentype");
}

/* yui3 reset.css */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img {
  border: 0;
  vertical-align: top;
}

address,
caption,
cite,
code,
dfn,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before,
q:after {
  content: "";
}

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  *font-size: 100%;
}

legend {
  color: #000;
}

iframe {
  display: block;
}

/* yui3 fonts */
body {
  color: #333;
  font-size: 14px;
  font-family: "SourceHanSansCN-Regular";
}

select,
input,
button,
textarea {
  font: 99% arial, helvetica, clean, sans-serif;
}

table {
  font-size: inherit;
  font: 100%;
}

pre,
code,
kbd,
samp,
tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%;
}

a {
  text-decoration: none;
}

input,
button,
textarea {
  font-family: "SourceHanSansCN-Regular";
  border: 0;
  outline: 0;
}

input[type=text]::-ms-clear,
input[type=password]::-ms-reveal {
  display: none;
}

textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
  color: #999;
}

textarea::-moz-placeholder,
input::-moz-placeholder {
  color: #999;
}

textarea:-moz-placeholder,
input:-moz-placeholder {
  color: #999;
}

textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
  color: #999;
}

.placeholder {
  color: #999;
}

/* utilities */
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}

.clearfix:after {
  clear: both;
}

.l {
  float: left !important;
}

.r {
  float: right !important;
}

.hidden {
  display: none !important;
}

.invisible {
  visibility: hidden !important;
}

.trans {
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);
}

.text-overflow {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* 通用样式 */
.header {
  padding-bottom: 42px;
}

.logo-left {
  float: left;
  margin-top: 40px;
}

.logo-tt {
  display: block;
  max-width: 100%;
  display: block;
  margin: 31px auto 0;
}

.com-hd {
  font-size: 0;
  text-align: center;
}

.com-tt {
  display: inline-block;
  vertical-align: top;
  text-align: left;
  width: 213px;
  height: 52px;
  line-height: 38px;
  background: url("../images/com_tt.png") center center no-repeat;
  font-family: 'SourceHanSerifCN-Regular';
}

.com-tt-left {
  display: inline-block;
  vertical-align: top;
  padding-top: 2px;
  width: 88px;
  height: 50px;
  text-align: center;
  line-height: 34px;
  font-size: 32px;
  font-weight: bold;
  color: #fff;
  background: url("../images/com_tt_left.png") left top no-repeat;
}

.com-tt-right {
  padding-left: 9px;
  font-size: 37px;
  color: #0d7ddc;
  font-weight: 800;
}

/* 公共列表样式 */
.infor-bd {
  position: relative;
  padding-top: 20px;
  margin: 0 30px;
}

.infor-more {
  position: absolute;
  right: 0;
  top: -7px;
  height: 24px;
  line-height: 24px;
  font-size: 14px;
  color: #999;
}

.infor-bar {
  padding: 19px 0;
  border-bottom: 1px solid #f2f2f2;
}

.infor-bar:last-child {
  border-color: transparent;
}

.infor-con {
  display: block;
  height: 31px;
  line-height: 31px;
  font-size: 16px;
  color: #a3a3a3;
}

.infor-text {
  position: relative;
  padding-left: 14px;
  margin-right: 115px;
  color: #717171;
}

.infor-text > span {
  font-weight: bold;
  color: #0070d7;
}

.infor-text::before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  left: 0;
  top: 50%;
  margin-top: -3px;
  border-radius: 50%;
  background-color: #0d7ddc;
}

.main {
  background-color: #fff;
  border-radius: 18px;
}

/* 当前位置 */
.location {
  height: 74px;
  padding: 26px 0 0 22px;
}

.location-text {
  padding-left: 25px;
  height: 26px;
  line-height: 26px;
  font-size: 14px;
  background: url("../images/location_icon.png") left center no-repeat;
}


.location-text > a,
.location-text {
  color: #0d7ddc;
}

.location-text > .grey {
  color: #666;
}

/* 767 */
@media (max-width: 767px) {
  .infor-text {
    margin-right: 85px;
  }
  .infor-bar {
    padding: 10px 0;
  }
}

/* 450 */
@media (max-width: 450px) {
  .infor-bd {
    margin: 0 15px;
  }
}
