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, hr, button, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  margin: 0;
  padding: 0;
}

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

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

ol, ul, li {
  list-style: none;
}

a {
  text-decoration: none;
  color: #8f97b3;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  text-decoration: none;
  color: #3B99FC;
}

a:active, a:hover {
  outline-width: 0;
}

fieldset, img {
  border: 0;
}

html {
  color: #666;
  background: #fff;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

audio, canvas, video {
  display: inline-block;
  zoom: 1;
}

body, button, input, select, textarea {
  font: 13px tahoma, "Hiragino Sans GB", "microsoft yahei", sans-serif;
  line-height: 1.5;
}

button, input, select, textarea {
  font-size: 100%;
}

button, input[type=button], input[type=reset], input[type=submit] {
  cursor: pointer;
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

del {
  text-decoration: line-through;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

audio,
video {
  display: inline-block;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

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

th {
  text-align: inherit;
}

td {
  word-break: break-all;
  word-wrap: break-word;
}

textarea {
  resize: none;
}

iframe {
  display: block;
}

/*float*/
.clearfix {
  zoom: 1;
}
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
  overflow: hidden;
}

.mt {
  margin-top: 10px;
}

.mt-sm {
  margin-top: 5px;
}

.text-dark {
  color: #333;
}

.text-indent {
  text-indent: 2em;
}

.ysq-box {
  width: 100%;
  margin: 0 auto;
  max-width: 750px;
}

.ysq-header img {
  display: block;
  width: 100%;
  height: auto;
}

.ysq-body {
  padding: 10px 15px 15px 15px;
  line-height: 28px;
}
.ysq-body .main-tit {
  font-size: 20px;
  line-height: 40px;
  font-weight: 700;
  color: #333;
}
.ysq-body .tit {
  color: #3B99FC;
  font-size: 15px;
  padding: 3px 0;
  font-weight: 700;
}
.ysq-body .sub-tit {
  color: #333;
  padding: 5px 0;
  font-weight: 700;
}
#date {
  font-size: 14px;
}