@charset "UTF-8";

html {
  font-family: 'Microsoft YaHei';
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

a {
  text-decoration: none;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

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

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

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

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

header {
  height: 1.17333rem;
  background-color: #c04848;
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: -moz-flex;
  border-bottom: 2px #ffa970 solid;
}

header .logo {
  width: 4.08rem;
  height: 0.88rem;
  background: url("../images/logo.png") no-repeat center;
  background-size: 4.08rem 0.88rem;
  margin: auto;
}

header .navBtn {
  flex-grow: 1;
  background: url("../images/navBtn.png") no-repeat 0.32rem center;
  background-size: 0.50667rem 0.4rem;
}

header .otherBtn {
  margin-right: 0.32rem;
  flex-grow: 1;
  background: url("../images/otherBtn.png") no-repeat right center;
  background-size: 0.08rem 0.45333rem;
}

header.active {
  background-color: #fff;
  border-bottom-color: #fff;
}

header.active .logo {
  width: 0.73333rem;
  height: 0.82667rem;
  background: url("../images/icon.png") no-repeat center;
  background-size: 0.73333rem 0.82667rem;
}

header.active .navBtn {
  background: url("../images/ico_close.png") no-repeat 0.32rem center;
  background-size: 0.42667rem 0.42667rem;
}

header.active .otherBtn {
  background: url("../images/ico_more.png") no-repeat right center;
  background-size: 0.08rem 0.45333rem;
}

.menu {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: -moz-flex;
  display: none;
  margin: 0;
  padding: 0;
  list-style-type: none;
  flex-direction: column;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
}

.menu > li {
  margin: auto;
  width: 6.4rem;
  border-bottom: 2px solid #f3f3f3;
}

.menu h3.active {
  color: #2acc71;
}

.menu h3.active a {
  color: #2acc71;
}

.menu h3 {
  margin: 0;
  padding: 0;
  height: 1.2rem;
  line-height: 1.2rem;
  font-weight: normal;
  color: #333;
  font-size: 16px;
}

.menu h3 a {
  color: #333;
}

[data-dpr="1.25"] .menu h3 {
  font-size: 20px;
}

[data-dpr="1.5"] .menu h3 {
  font-size: 24px;
}

[data-dpr="2"] .menu h3 {
  font-size: 32px;
}

[data-dpr="2.5"] .menu h3 {
  font-size: 40px;
}

[data-dpr="3"] .menu h3 {
  font-size: 48px;
}

[data-dpr="4"] .menu h3 {
  font-size: 64px;
}

.menu ul {
  list-style-type: disc;
  color: #fff;
}

.menu ul li {
  line-height: 0.93333rem;
  height: 0.93333rem;
  font-size: 15px;
  color: #333;
}

[data-dpr="1.25"] .menu ul li {
  font-size: 19px;
}

[data-dpr="1.5"] .menu ul li {
  font-size: 23px;
}

[data-dpr="2"] .menu ul li {
  font-size: 30px;
}

[data-dpr="2.5"] .menu ul li {
  font-size: 38px;
}

[data-dpr="3"] .menu ul li {
  font-size: 45px;
}

[data-dpr="4"] .menu ul li {
  font-size: 60px;
}

.menu ul li a {
  color: #333;
}

.title-more {
  padding: 0.37333rem 0 0.32rem;
  margin: 0 0.32rem;
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: -moz-flex;
}

.title-more h3 {
  flex-grow: 1;
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-size: 16px;
  color: #c04848;
  line-height: 0.42667rem;
}

[data-dpr="1.25"] .title-more h3 {
  font-size: 20px;
}

[data-dpr="1.5"] .title-more h3 {
  font-size: 24px;
}

[data-dpr="2"] .title-more h3 {
  font-size: 32px;
}

[data-dpr="2.5"] .title-more h3 {
  font-size: 40px;
}

[data-dpr="3"] .title-more h3 {
  font-size: 48px;
}

[data-dpr="4"] .title-more h3 {
  font-size: 64px;
}

.title-more .more {
  font-size: 12px;
  color: #c04848;
  line-height: 0.42667rem;
}

[data-dpr="1.25"] .title-more .more {
  font-size: 15px;
}

[data-dpr="1.5"] .title-more .more {
  font-size: 18px;
}

[data-dpr="2"] .title-more .more {
  font-size: 24px;
}

[data-dpr="2.5"] .title-more .more {
  font-size: 30px;
}

[data-dpr="3"] .title-more .more {
  font-size: 36px;
}

[data-dpr="4"] .title-more .more {
  font-size: 48px;
}

.article {
  border-top: #a3a3a3 dashed 2px;
  margin: 0 0.32rem 2.66667rem;
}

.article h3 {
  margin: 0.32rem 0 0.2rem;
  font-size: 18px;
  color: #333;
}

[data-dpr="1.25"] .article h3 {
  font-size: 23px;
}

[data-dpr="1.5"] .article h3 {
  font-size: 27px;
}

[data-dpr="2"] .article h3 {
  font-size: 36px;
}

[data-dpr="2.5"] .article h3 {
  font-size: 45px;
}

[data-dpr="3"] .article h3 {
  font-size: 54px;
}

[data-dpr="4"] .article h3 {
  font-size: 72px;
}

.article .date {
  font-size: 11px;
  color: #9f9f9f;
  line-height: 0.33333rem;
  height: 0.33333rem;
  margin-bottom: 0.2rem;
  display: block;
}

[data-dpr="1.25"] .article .date {
  font-size: 14px;
}

[data-dpr="1.5"] .article .date {
  font-size: 17px;
}

[data-dpr="2"] .article .date {
  font-size: 22px;
}

[data-dpr="2.5"] .article .date {
  font-size: 28px;
}

[data-dpr="3"] .article .date {
  font-size: 33px;
}

[data-dpr="4"] .article .date {
  font-size: 44px;
}

.article p {
  margin: 0;
  font-size: 16px;
  color: #333;
  line-height: 1.5;
  text-indent: 2em;
}

[data-dpr="1.25"] .article p {
  font-size: 20px;
}

[data-dpr="1.5"] .article p {
  font-size: 24px;
}

[data-dpr="2"] .article p {
  font-size: 32px;
}

[data-dpr="2.5"] .article p {
  font-size: 40px;
}

[data-dpr="3"] .article p {
  font-size: 48px;
}

[data-dpr="4"] .article p {
  font-size: 64px;
}

.article img {
  display: block;
  margin: 0.26667rem auto;
  max-width: 9.36rem;
}

.container {
  width: 10rem;
}
@charset "UTF-8";

/*
    主色调
 */

/*
    header
*/

/*
    content
 */

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

html {
  font-family: 'Microsoft YaHei';
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

a {
  text-decoration: none;
}


audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

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

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

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

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

header {
  height: 1.17333rem;
  background-color: #c04848;
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: -moz-flex;
  border-bottom: 2px #ffa970 solid;
}

header .logo {
  width: 4.08rem;
  height: 0.88rem;
  background: url("../images/logo.png") no-repeat center;
  background-size: 4.08rem 0.88rem;
  margin: auto;
}

header .navBtn {
  flex-grow: 1;
  background: url("../images/navBtn.png") no-repeat 0.32rem center;
  background-size: 0.50667rem 0.4rem;
}

header .otherBtn {
  margin-right: 0.32rem;
  flex-grow: 1;
  background: url("../images/otherBtn.png") no-repeat right center;
  background-size: 0.08rem 0.45333rem;
}

header.active {
  background-color: #fff;
  border-bottom-color: #fff;
}

header.active .logo {
  width: 0.73333rem;
  height: 0.82667rem;
  background: url("../images/icon.png") no-repeat center;
  background-size: 0.73333rem 0.82667rem;
}

header.active .navBtn {
  background: url("../images/ico_close.png") no-repeat 0.32rem center;
  background-size: 0.42667rem 0.42667rem;
}

header.active .otherBtn {
  background: url("../images/ico_more.png") no-repeat right center;
  background-size: 0.08rem 0.45333rem;
}

.menu {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: -moz-flex;
  display: none;
  margin: 0;
  padding: 0;
  list-style-type: none;
  flex-direction: column;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
}

.menu > li {
  margin: auto;
  width: 6.4rem;
  border-bottom: 2px solid #f3f3f3;
}

.menu h3.active {
  color: #c04848;
}

.menu h3.active a {
  color: #c04848;
}

.menu h3 {
  margin: 0;
  padding: 0;
  height: 1.2rem;
  line-height: 1.2rem;
  font-weight: normal;
  color: #333;
  font-size: 16px;
}

.menu h3 a {
  color: #333;
}

[data-dpr="1.25"] .menu h3 {
  font-size: 20px;
}

[data-dpr="1.5"] .menu h3 {
  font-size: 24px;
}

[data-dpr="2"] .menu h3 {
  font-size: 32px;
}

[data-dpr="2.5"] .menu h3 {
  font-size: 40px;
}

[data-dpr="3"] .menu h3 {
  font-size: 48px;
}

[data-dpr="4"] .menu h3 {
  font-size: 64px;
}

.menu ul {
  list-style-type: disc;
  color: #fff;
}

.menu ul li {
  line-height: 0.93333rem;
  height: 0.93333rem;
  font-size: 15px;
  color: #333;
}

[data-dpr="1.25"] .menu ul li {
  font-size: 19px;
}

[data-dpr="1.5"] .menu ul li {
  font-size: 23px;
}

[data-dpr="2"] .menu ul li {
  font-size: 30px;
}

[data-dpr="2.5"] .menu ul li {
  font-size: 38px;
}

[data-dpr="3"] .menu ul li {
  font-size: 45px;
}

[data-dpr="4"] .menu ul li {
  font-size: 60px;
}

.menu ul li a {
  color: #333;
}

.banner-box {
  height: 5.6rem;
  width: 10rem;
  position: relative;
  overflow: hidden;
}

.banner {
  position: relative;
  height: 5.6rem;
  margin: 0;
  padding: 0;
  list-style-type: none;
  width: 99999px;
}

.banner li {
  float: left;
  height: 5.6rem;
  width: 10rem;
}

.point {
  margin: 0;
  padding: 0;
  width: 1.97333rem;
  height: 0.33333rem;
  overflow: hidden;
  position: absolute;
  bottom: 0.26667rem;
  left: 50%;
  margin-left: -0.72rem;
}

.point li {
  width: 0.26667rem;
  height: 0.26667rem;
  float: left;
  border-radius: 50%;
  border: 2px solid #fff;
  margin-right: 0.32rem;
}

.point li.active {
  background: #fff;
}

.news {
  display: block;
  margin-bottom: 0.18667rem;
}

.news .title-more {
  padding: 0.37333rem 0 0.32rem;
  margin: 0 0.32rem;
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: -moz-flex;
}

.news .title-more h3 {
  flex-grow: 1;
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-size: 16px;
  color: #c04848;
  line-height: 0.42667rem;
}

[data-dpr="1.25"] .news .title-more h3 {
  font-size: 20px;
}

[data-dpr="1.5"] .news .title-more h3 {
  font-size: 24px;
}

[data-dpr="2"] .news .title-more h3 {
  font-size: 32px;
}

[data-dpr="2.5"] .news .title-more h3 {
  font-size: 40px;
}

[data-dpr="3"] .news .title-more h3 {
  font-size: 48px;
}

[data-dpr="4"] .news .title-more h3 {
  font-size: 64px;
}

.news .title-more .more {
  font-size: 12px;
  color: #a5a6a6;
  line-height: 0.42667rem;
}

[data-dpr="1.25"] .news .title-more .more {
  font-size: 15px;
}

[data-dpr="1.5"] .news .title-more .more {
  font-size: 18px;
}

[data-dpr="2"] .news .title-more .more {
  font-size: 24px;
}

[data-dpr="2.5"] .news .title-more .more {
  font-size: 30px;
}

[data-dpr="3"] .news .title-more .more {
  font-size: 36px;
}

[data-dpr="4"] .news .title-more .more {
  font-size: 48px;
}

.news .news-banner {
  margin: 0 auto;
  width: 9.36rem;
  height: 5.6rem;
  overflow: hidden;
  position: relative;
}

.news .news-banner ul {
  position: absolute;
  height: 4.4rem;
  margin: 0;
  padding: 0;
  width: 99999px;
  list-style-type: none;
}

.news .news-banner ul a {
  display: block;
  margin-right: 0.37333rem;
  width: 4.45333rem;
  float: left;
}

.news .news-banner ul li {
  float: left;
  margin: 0;
  padding: 0;
}

.news .news-banner ul li .img {
  width: 4.45333rem;
  height: 3.30667rem;
  margin-bottom: 0.21333rem;
}

.news .news-banner ul li h4 {
  padding: 0;
  margin: 0 0 0.16rem;
  font-size: 15px;
  line-height: 0.4rem;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: normal;
}

[data-dpr="1.25"] .news .news-banner ul li h4 {
  font-size: 19px;
}

[data-dpr="1.5"] .news .news-banner ul li h4 {
  font-size: 23px;
}

[data-dpr="2"] .news .news-banner ul li h4 {
  font-size: 30px;
}

[data-dpr="2.5"] .news .news-banner ul li h4 {
  font-size: 38px;
}

[data-dpr="3"] .news .news-banner ul li h4 {
  font-size: 45px;
}

[data-dpr="4"] .news .news-banner ul li h4 {
  font-size: 60px;
}

.news .news-banner ul li p {
  padding: 0;
  margin: 0;
  font-size: 12px;
  color: #c9c9c9;
}

[data-dpr="1.25"] .news .news-banner ul li p {
  font-size: 15px;
}

[data-dpr="1.5"] .news .news-banner ul li p {
  font-size: 18px;
}

[data-dpr="2"] .news .news-banner ul li p {
  font-size: 24px;
}

[data-dpr="2.5"] .news .news-banner ul li p {
  font-size: 30px;
}

[data-dpr="3"] .news .news-banner ul li p {
  font-size: 36px;
}

[data-dpr="4"] .news .news-banner ul li p {
  font-size: 48px;
}

.news .news-banner .btns {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -1.14667rem;
  width: 2.29333rem;
  height: 0.8rem;
  overflow: hidden;
}

.news .news-banner .btns div {
  width: 0.8rem;
  height: 0.8rem;
}

.news .news-banner .btns div.prve {
  float: left;
  background: url("../images/prev.png") no-repeat center;
}

.news .news-banner .btns div.next {
  float: right;
  background: url("../images/next.png") no-repeat center;
}

.notice .title-more {
  padding: 0.37333rem 0 0.32rem;
  margin: 0 0.32rem;
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: -moz-flex;
}

.notice .title-more h3 {
  flex-grow: 1;
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-size: 16px;
  color: #c04848;
  line-height: 0.42667rem;
}

[data-dpr="1.25"] .notice .title-more h3 {
  font-size: 20px;
}

[data-dpr="1.5"] .notice .title-more h3 {
  font-size: 24px;
}

[data-dpr="2"] .notice .title-more h3 {
  font-size: 32px;
}

[data-dpr="2.5"] .notice .title-more h3 {
  font-size: 40px;
}

[data-dpr="3"] .notice .title-more h3 {
  font-size: 48px;
}

[data-dpr="4"] .notice .title-more h3 {
  font-size: 64px;
}

.notice .title-more .more {
  font-size: 12px;
  color: #a5a6a6;
  line-height: 0.42667rem;
}

[data-dpr="1.25"] .notice .title-more .more {
  font-size: 15px;
}

[data-dpr="1.5"] .notice .title-more .more {
  font-size: 18px;
}

[data-dpr="2"] .notice .title-more .more {
  font-size: 24px;
}

[data-dpr="2.5"] .notice .title-more .more {
  font-size: 30px;
}

[data-dpr="3"] .notice .title-more .more {
  font-size: 36px;
}

[data-dpr="4"] .notice .title-more .more {
  font-size: 48px;
}

.notice ul {
  padding: 0;
  margin: 0 0.32rem 0.42667rem;
  list-style-type: none;
  overflow: hidden;
}

.notice ul li {
  margin-bottom: 0.26667rem;
}

.notice ul li a {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: -moz-flex;
}

.notice ul li a .date {
  flex-grow: 1;
  color: #fff;
  text-align: center;
}

.notice ul li a .date .MMdd {
  font-size: 15px;
  height: 0.93333rem;
  background-color: #c04848;
  line-height: 0.93333rem;
  font-weight: bold;
}

[data-dpr="1.25"] .notice ul li a .date .MMdd {
  font-size: 19px;
}

[data-dpr="1.5"] .notice ul li a .date .MMdd {
  font-size: 23px;
}

[data-dpr="2"] .notice ul li a .date .MMdd {
  font-size: 30px;
}

[data-dpr="2.5"] .notice ul li a .date .MMdd {
  font-size: 38px;
}

[data-dpr="3"] .notice ul li a .date .MMdd {
  font-size: 45px;
}

[data-dpr="4"] .notice ul li a .date .MMdd {
  font-size: 60px;
}

.notice ul li a .date .yyyy {
  font-size: 13px;
  height: 0.56rem;
  background-color: #dbdbdb;
}

[data-dpr="1.25"] .notice ul li a .date .yyyy {
  font-size: 16px;
}

[data-dpr="1.5"] .notice ul li a .date .yyyy {
  font-size: 20px;
}

[data-dpr="2"] .notice ul li a .date .yyyy {
  font-size: 26px;
}

[data-dpr="2.5"] .notice ul li a .date .yyyy {
  font-size: 33px;
}

[data-dpr="3"] .notice ul li a .date .yyyy {
  font-size: 39px;
}

[data-dpr="4"] .notice ul li a .date .yyyy {
  font-size: 52px;
}

.notice ul li a .title {
  flex-grow: 6;
  background: #f5f5f5;
  max-width: 7.73333rem;
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: -moz-flex;
}

.notice ul li a .title .text {
  margin: auto;
  padding: 0 0.26667rem;
  flex-grow: 1;
  font-size: 15px;
  line-height: 0.53333rem;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

[data-dpr="1.25"] .notice ul li a .title .text {
  font-size: 19px;
}

[data-dpr="1.5"] .notice ul li a .title .text {
  font-size: 23px;
}

[data-dpr="2"] .notice ul li a .title .text {
  font-size: 30px;
}

[data-dpr="2.5"] .notice ul li a .title .text {
  font-size: 38px;
}

[data-dpr="3"] .notice ul li a .title .text {
  font-size: 45px;
}

[data-dpr="4"] .notice ul li a .title .text {
  font-size: 60px;
}

.bgContent {
  background: url("../images/bg.png");
  padding: 0.53333rem 0 0.69333rem;
}

.starStudent {
  background-color: #c04848;
  padding-bottom: 0.32rem;
  border-radius: 5px;
  margin: 0 0.32rem 0.37333rem;
}

.starStudent .title-more {
  padding: 0.37333rem 0 0.32rem;
  margin: 0 0.32rem;
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: -moz-flex;
}

.starStudent .title-more h3 {
  flex-grow: 1;
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-size: 16px;
  color: #fff;
  line-height: 0.42667rem;
}

[data-dpr="1.25"] .starStudent .title-more h3 {
  font-size: 20px;
}

[data-dpr="1.5"] .starStudent .title-more h3 {
  font-size: 24px;
}

[data-dpr="2"] .starStudent .title-more h3 {
  font-size: 32px;
}

[data-dpr="2.5"] .starStudent .title-more h3 {
  font-size: 40px;
}

[data-dpr="3"] .starStudent .title-more h3 {
  font-size: 48px;
}

[data-dpr="4"] .starStudent .title-more h3 {
  font-size: 64px;
}

.starStudent .title-more .more {
  font-size: 12px;
  color: #fff;
  line-height: 0.42667rem;
}

[data-dpr="1.25"] .starStudent .title-more .more {
  font-size: 15px;
}

[data-dpr="1.5"] .starStudent .title-more .more {
  font-size: 18px;
}

[data-dpr="2"] .starStudent .title-more .more {
  font-size: 24px;
}

[data-dpr="2.5"] .starStudent .title-more .more {
  font-size: 30px;
}

[data-dpr="3"] .starStudent .title-more .more {
  font-size: 36px;
}

[data-dpr="4"] .starStudent .title-more .more {
  font-size: 48px;
}

.starInfo {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: -moz-flex;
  margin: 0 0.26667rem;
  height: 2.85333rem;
  background: #fff;
}

.starInfo .img {
  width: 2.66667rem;
  height: 2.26667rem;
  margin: 0.26667rem;
}

.starInfo .infoBox {
  width: 5.46667rem;
}

.starInfo .infoBox h5 {
  margin: 0.4rem 0 0.2rem;
  font-weight: normal;
  color: #333;
  line-height: 0.4rem;
  font-size: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

[data-dpr="1.25"] .starInfo .infoBox h5 {
  font-size: 19px;
}

[data-dpr="1.5"] .starInfo .infoBox h5 {
  font-size: 23px;
}

[data-dpr="2"] .starInfo .infoBox h5 {
  font-size: 30px;
}

[data-dpr="2.5"] .starInfo .infoBox h5 {
  font-size: 38px;
}

[data-dpr="3"] .starInfo .infoBox h5 {
  font-size: 45px;
}

[data-dpr="4"] .starInfo .infoBox h5 {
  font-size: 60px;
}

.starInfo .infoBox p {
  margin: 0;
  color: #a3a3a3;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

[data-dpr="1.25"] .starInfo .infoBox p {
  font-size: 18px;
}

[data-dpr="1.5"] .starInfo .infoBox p {
  font-size: 21px;
}

[data-dpr="2"] .starInfo .infoBox p {
  font-size: 28px;
}

[data-dpr="2.5"] .starInfo .infoBox p {
  font-size: 35px;
}

[data-dpr="3"] .starInfo .infoBox p {
  font-size: 42px;
}

[data-dpr="4"] .starInfo .infoBox p {
  font-size: 56px;
}

.goodCourse .title-more {
  padding: 0.37333rem 0 0.32rem;
  margin: 0 0.32rem;
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: -moz-flex;
}

.goodCourse .title-more h3 {
  flex-grow: 1;
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-size: 16px;
  color: #c04848;
  line-height: 0.42667rem;
}

[data-dpr="1.25"] .goodCourse .title-more h3 {
  font-size: 20px;
}

[data-dpr="1.5"] .goodCourse .title-more h3 {
  font-size: 24px;
}

[data-dpr="2"] .goodCourse .title-more h3 {
  font-size: 32px;
}

[data-dpr="2.5"] .goodCourse .title-more h3 {
  font-size: 40px;
}

[data-dpr="3"] .goodCourse .title-more h3 {
  font-size: 48px;
}

[data-dpr="4"] .goodCourse .title-more h3 {
  font-size: 64px;
}

.goodCourse .title-more .more {
  font-size: 12px;
  color: #a5a6a6;
  line-height: 0.42667rem;
}

[data-dpr="1.25"] .goodCourse .title-more .more {
  font-size: 15px;
}

[data-dpr="1.5"] .goodCourse .title-more .more {
  font-size: 18px;
}

[data-dpr="2"] .goodCourse .title-more .more {
  font-size: 24px;
}

[data-dpr="2.5"] .goodCourse .title-more .more {
  font-size: 30px;
}

[data-dpr="3"] .goodCourse .title-more .more {
  font-size: 36px;
}

[data-dpr="4"] .goodCourse .title-more .more {
  font-size: 48px;
}

.goodCourse .courseBg {
  width: 6.85333rem;
  height: 5.84rem;
  margin: 0 auto;
  background: url("../images/courseBg.png") no-repeat center;
  background-size: 6.85333rem 5.84rem;
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: -moz-flex;
}

.goodCourse .courseBg .img {
  width: 5.06667rem;
  height: 4rem;
  margin: 1.06667rem auto auto;
}

.imgLayer {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: -moz-flex;
  height: 6.66667rem;
  margin-bottom: 0.37333rem;
}

.imgLayer .layer {
  flex-grow: 1;
  margin: auto 0.32rem;
  background: rgba(0, 0, 0, 0.35);
  overflow: hidden;
}

.imgLayer .layer h3 {
  margin: 0.53333rem auto 0.4rem;
  padding-bottom: 0.32rem;
  border-bottom: 2px solid #fff;
  width: 7.46667rem;
  color: #fff;
  text-align: center;
  font-size: 40px;
}

[data-dpr="1.25"] .imgLayer .layer h3 {
  font-size: 50px;
}

[data-dpr="1.5"] .imgLayer .layer h3 {
  font-size: 60px;
}

[data-dpr="2"] .imgLayer .layer h3 {
  font-size: 80px;
}

[data-dpr="2.5"] .imgLayer .layer h3 {
  font-size: 100px;
}

[data-dpr="3"] .imgLayer .layer h3 {
  font-size: 120px;
}

[data-dpr="4"] .imgLayer .layer h3 {
  font-size: 160px;
}

.imgLayer .layer p {
  margin: 0 auto;
  line-height: 0.6rem;
  font-size: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  width: 7.46667rem;
  color: #fff;
  text-align: center;
}

[data-dpr="1.25"] .imgLayer .layer p {
  font-size: 19px;
}

[data-dpr="1.5"] .imgLayer .layer p {
  font-size: 23px;
}

[data-dpr="2"] .imgLayer .layer p {
  font-size: 30px;
}

[data-dpr="2.5"] .imgLayer .layer p {
  font-size: 38px;
}

[data-dpr="3"] .imgLayer .layer p {
  font-size: 45px;
}

[data-dpr="4"] .imgLayer .layer p {
  font-size: 60px;
}

.imgLayer .layer .more {
  display: block;
  height: 0.66667rem;
  width: 2.26667rem;
  font-size: 13px;
  line-height: 0.66667rem;
  margin: 0.45333rem auto 0;
  color: #fff;
  background: #fca970;
  border-radius: 5px;
  text-align: center;
  margin-bottom: 0.53333rem;
}

[data-dpr="1.25"] .imgLayer .layer .more {
  font-size: 16px;
}

[data-dpr="1.5"] .imgLayer .layer .more {
  font-size: 20px;
}

[data-dpr="2"] .imgLayer .layer .more {
  font-size: 26px;
}

[data-dpr="2.5"] .imgLayer .layer .more {
  font-size: 33px;
}

[data-dpr="3"] .imgLayer .layer .more {
  font-size: 39px;
}

[data-dpr="4"] .imgLayer .layer .more {
  font-size: 52px;
}

.teamScholl .title-more {
  padding: 0.37333rem 0 0.32rem;
  margin: 0 0.32rem;
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: -moz-flex;
}

.teamScholl .title-more h3 {
  flex-grow: 1;
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-size: 16px;
  color: #c04848;
  line-height: 0.42667rem;
}

[data-dpr="1.25"] .teamScholl .title-more h3 {
  font-size: 20px;
}

[data-dpr="1.5"] .teamScholl .title-more h3 {
  font-size: 24px;
}

[data-dpr="2"] .teamScholl .title-more h3 {
  font-size: 32px;
}

[data-dpr="2.5"] .teamScholl .title-more h3 {
  font-size: 40px;
}

[data-dpr="3"] .teamScholl .title-more h3 {
  font-size: 48px;
}

[data-dpr="4"] .teamScholl .title-more h3 {
  font-size: 64px;
}

.teamScholl .title-more .more {
  font-size: 12px;
  color: #a5a6a6;
  line-height: 0.42667rem;
}

[data-dpr="1.25"] .teamScholl .title-more .more {
  font-size: 15px;
}

[data-dpr="1.5"] .teamScholl .title-more .more {
  font-size: 18px;
}

[data-dpr="2"] .teamScholl .title-more .more {
  font-size: 24px;
}

[data-dpr="2.5"] .teamScholl .title-more .more {
  font-size: 30px;
}

[data-dpr="3"] .teamScholl .title-more .more {
  font-size: 36px;
}

[data-dpr="4"] .teamScholl .title-more .more {
  font-size: 48px;
}

.teamScholl .teamScholl-banner {
  margin: 0 0.32rem 0.66667rem;
  height: 4.13333rem;
  overflow: hidden;
  position: relative;
}

.teamScholl .teamScholl-banner ul {
  overflow: hidden;
  position: relative;
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 99999px;
}

.teamScholl .teamScholl-banner ul li {
  float: left;
  margin-right: 0.26667rem;
}

.teamScholl .teamScholl-banner ul li a {
  display: block;
}

.teamScholl .teamScholl-banner ul li a .img {
  width: 2.96rem;
  height: 2.16rem;
}

.teamScholl .teamScholl-banner ul li a h5 {
  font-size: 15px;
  margin: 0.32rem auto 0;
  text-align: center;
  color: #333;
}

[data-dpr="1.25"] .teamScholl .teamScholl-banner ul li a h5 {
  font-size: 19px;
}

[data-dpr="1.5"] .teamScholl .teamScholl-banner ul li a h5 {
  font-size: 23px;
}

[data-dpr="2"] .teamScholl .teamScholl-banner ul li a h5 {
  font-size: 30px;
}

[data-dpr="2.5"] .teamScholl .teamScholl-banner ul li a h5 {
  font-size: 38px;
}

[data-dpr="3"] .teamScholl .teamScholl-banner ul li a h5 {
  font-size: 45px;
}

[data-dpr="4"] .teamScholl .teamScholl-banner ul li a h5 {
  font-size: 60px;
}

.teamScholl .teamScholl-banner .btns {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -1.14667rem;
  width: 2.29333rem;
  height: 0.8rem;
  overflow: hidden;
}

.teamScholl .teamScholl-banner .btns div {
  width: 0.8rem;
  height: 0.8rem;
}

.teamScholl .teamScholl-banner .btns div.prve {
  float: left;
  background: url("../images/prev.png") no-repeat center;
}

.teamScholl .teamScholl-banner .btns div.next {
  float: right;
  background: url("../images/next.png") no-repeat center;
}

footer {
  background-color: #c04848;
  border-top: #ffa970 solid 2px;
  height: 4rem;
  padding-top: 0.45333rem;
  overflow: hidden;
}

footer .footLogo {
  background: url("../images/icon.png") no-repeat center;
  background-size: 1.36rem 1.54667rem;
  width: 1.36rem;
  height: 1.54667rem;
  margin: 0 auto 0.26667rem;
}

footer p {
  line-height: 0.32rem;
  font-size: 12px;
  text-align: center;
  color: #fff;
  line-height: 0.53333rem;
  margin: 0 auto;
  font-family: "微软雅黑";
  font-size: 14px;
}

[data-dpr="1.25"] footer p {
  font-size: 15px;
}

[data-dpr="1.5"] footer p {
  font-size: 18px;
}

[data-dpr="2"] footer p {
  font-size: 24px;
}

[data-dpr="2.5"] footer p {
  font-size: 30px;
}

[data-dpr="3"] footer p {
  font-size: 36px;
}

[data-dpr="4"] footer p {
  font-size: 48px;
}

.container {
  width: 10rem;
}
@charset "UTF-8";

/*
    主色调
 */

/*
    header
*/

/*
    content
 */

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

html {
  font-family: 'Microsoft YaHei';
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

a {
  text-decoration: none;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

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

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

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

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

header {
  height: 1.17333rem;
  background-color: #c04848;
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: -moz-flex;
  border-bottom: 2px #ffa970 solid;
}

header .logo {
  width: 4.08rem;
  height: 0.88rem;
  background: url("../images/logo.png") no-repeat center;
  background-size: 4.08rem 0.88rem;
  margin: auto;
}

header .navBtn {
  flex-grow: 1;
  background: url("../images/navBtn.png") no-repeat 0.32rem center;
  background-size: 0.50667rem 0.4rem;
}

header .otherBtn {
  margin-right: 0.32rem;
  flex-grow: 1;
  background: url("../images/otherBtn.png") no-repeat right center;
  background-size: 0.08rem 0.45333rem;
}

header.active {
  background-color: #fff;
  border-bottom-color: #fff;
}

header.active .logo {
  width: 0.73333rem;
  height: 0.82667rem;
  background: url("../images/icon.png") no-repeat center;
  background-size: 0.73333rem 0.82667rem;
}

header.active .navBtn {
  background: url("../images/ico_close.png") no-repeat 0.32rem center;
  background-size: 0.42667rem 0.42667rem;
}

header.active .otherBtn {
  background: url("../images/ico_more.png") no-repeat right center;
  background-size: 0.08rem 0.45333rem;
}

.menu {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: -moz-flex;
  display: none;
  margin: 0;
  padding: 0;
  list-style-type: none;
  flex-direction: column;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
}

.menu > li {
  margin: auto;
  width: 6.4rem;
  border-bottom: 2px solid #f3f3f3;
}

.menu h3.active {
  color: #c04848;
}

.menu h3.active a {
  color: #c04848;
}

.menu h3 {
  margin: 0;
  padding: 0;
  height: 1.2rem;
  line-height: 1.2rem;
  font-weight: normal;
  color: #333;
  font-size: 16px;
}

.menu h3 a {
  color: #333;
}

[data-dpr="1.25"] .menu h3 {
  font-size: 20px;
}

[data-dpr="1.5"] .menu h3 {
  font-size: 24px;
}

[data-dpr="2"] .menu h3 {
  font-size: 32px;
}

[data-dpr="2.5"] .menu h3 {
  font-size: 40px;
}

[data-dpr="3"] .menu h3 {
  font-size: 48px;
}

[data-dpr="4"] .menu h3 {
  font-size: 64px;
}

.menu ul {
  list-style-type: disc;
  color: #fff;
}

.menu ul li {
  line-height: 0.93333rem;
  height: 0.93333rem;
  font-size: 15px;
  color: #333;
}

[data-dpr="1.25"] .menu ul li {
  font-size: 19px;
}

[data-dpr="1.5"] .menu ul li {
  font-size: 23px;
}

[data-dpr="2"] .menu ul li {
  font-size: 30px;
}

[data-dpr="2.5"] .menu ul li {
  font-size: 38px;
}

[data-dpr="3"] .menu ul li {
  font-size: 45px;
}

[data-dpr="4"] .menu ul li {
  font-size: 60px;
}

.menu ul li a {
  color: #333;
}

.title-more {
  padding: 0.37333rem 0 0.32rem;
  margin: 0 0.32rem;
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: -moz-flex;
}

.title-more h3 {
  flex-grow: 1;
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-size: 16px;
  color: #c04848;
  line-height: 0.42667rem;
}

[data-dpr="1.25"] .title-more h3 {
  font-size: 20px;
}

[data-dpr="1.5"] .title-more h3 {
  font-size: 24px;
}

[data-dpr="2"] .title-more h3 {
  font-size: 32px;
}

[data-dpr="2.5"] .title-more h3 {
  font-size: 40px;
}

[data-dpr="3"] .title-more h3 {
  font-size: 48px;
}

[data-dpr="4"] .title-more h3 {
  font-size: 64px;
}

.title-more .more {
  font-size: 12px;
  color: #a5a6a6;
  line-height: 0.42667rem;
}

[data-dpr="1.25"] .title-more .more {
  font-size: 15px;
}

[data-dpr="1.5"] .title-more .more {
  font-size: 18px;
}

[data-dpr="2"] .title-more .more {
  font-size: 24px;
}

[data-dpr="2.5"] .title-more .more {
  font-size: 30px;
}

[data-dpr="3"] .title-more .more {
  font-size: 36px;
}

[data-dpr="4"] .title-more .more {
  font-size: 48px;
}

.articles {
  margin: 0.13333rem 0 1.06667rem;
  padding: 0;
  list-style-type: none;
}

.articles li {
  border-top: #a3a3a3 dashed 2px;
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: -moz-flex;
  margin: 0 0.32rem;
}

.articles li a {
  flex-grow: 1;
  height: 1.86667rem;
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: -moz-flex;
}

.articles li a .img {
  margin: auto;
  width: 2.05333rem;
  height: 1.36rem;
}

.articles li a .info {
  margin: auto;
  width: 7.33333rem;
  padding: 0.26667rem;
  box-sizing: border-box;
}

.articles li a .info h4 {
  margin: 0 auto 0.13333rem;
  font-size: 17px;
  color: #333;
}

[data-dpr="1.25"] .articles li a .info h4 {
  font-size: 21px;
}

[data-dpr="1.5"] .articles li a .info h4 {
  font-size: 26px;
}

[data-dpr="2"] .articles li a .info h4 {
  font-size: 34px;
}

[data-dpr="2.5"] .articles li a .info h4 {
  font-size: 43px;
}

[data-dpr="3"] .articles li a .info h4 {
  font-size: 51px;
}

[data-dpr="4"] .articles li a .info h4 {
  font-size: 68px;
}

.articles li a .info p {
  margin: 0;
  color: #7d7d7d;
  font-size: 13px;
  line-height: 0.6rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

[data-dpr="1.25"] .articles li a .info p {
  font-size: 16px;
}

[data-dpr="1.5"] .articles li a .info p {
  font-size: 20px;
}

[data-dpr="2"] .articles li a .info p {
  font-size: 26px;
}

[data-dpr="2.5"] .articles li a .info p {
  font-size: 33px;
}

[data-dpr="3"] .articles li a .info p {
  font-size: 39px;
}

[data-dpr="4"] .articles li a .info p {
  font-size: 52px;
}

.container {
  width: 10rem;
}
@charset "UTF-8";

/*
    主色调
 */

/*
    header
*/

/*
    content
 */

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

html {
  font-family: 'Microsoft YaHei';
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

a {
  text-decoration: none;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

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

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

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

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

.title-more {
  padding: 0.37333rem 0 0.32rem;
  margin: 0 0.32rem;
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: -moz-flex;
}

.title-more h3 {
  flex-grow: 1;
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-size: 16px;
  color: #c04848;
  line-height: 0.42667rem;
}

[data-dpr="1.25"] .title-more h3 {
  font-size: 20px;
}

[data-dpr="1.5"] .title-more h3 {
  font-size: 24px;
}

[data-dpr="2"] .title-more h3 {
  font-size: 32px;
}

[data-dpr="2.5"] .title-more h3 {
  font-size: 40px;
}

[data-dpr="3"] .title-more h3 {
  font-size: 48px;
}

[data-dpr="4"] .title-more h3 {
  font-size: 64px;
}

.title-more .more {
  font-size: 12px;
  color: #c04848;
  line-height: 0.42667rem;
}

[data-dpr="1.25"] .title-more .more {
  font-size: 15px;
}

[data-dpr="1.5"] .title-more .more {
  font-size: 18px;
}

[data-dpr="2"] .title-more .more {
  font-size: 24px;
}

[data-dpr="2.5"] .title-more .more {
  font-size: 30px;
}

[data-dpr="3"] .title-more .more {
  font-size: 36px;
}

[data-dpr="4"] .title-more .more {
  font-size: 48px;
}

.article {
  margin: 0 0.32rem 2.66667rem;
}

.article h3 {
  margin: 0.32rem 0 0.2rem;
  font-size: 18px;
  color: #333;
}

[data-dpr="1.25"] .article h3 {
  font-size: 23px;
}

[data-dpr="1.5"] .article h3 {
  font-size: 27px;
}

[data-dpr="2"] .article h3 {
  font-size: 36px;
}

[data-dpr="2.5"] .article h3 {
  font-size: 45px;
}

[data-dpr="3"] .article h3 {
  font-size: 54px;
}

[data-dpr="4"] .article h3 {
  font-size: 72px;
}

.article .date {
  font-size: 11px;
  color: #9f9f9f;
  line-height: 0.33333rem;
  height: 0.33333rem;
  margin-bottom: 0.2rem;
  display: block;
}

[data-dpr="1.25"] .article .date {
  font-size: 14px;
}

[data-dpr="1.5"] .article .date {
  font-size: 17px;
}

[data-dpr="2"] .article .date {
  font-size: 22px;
}

[data-dpr="2.5"] .article .date {
  font-size: 28px;
}

[data-dpr="3"] .article .date {
  font-size: 33px;
}

[data-dpr="4"] .article .date {
  font-size: 44px;
}

.article p {
  margin: 0;
  font-size: 16px;
  color: #333;
  line-height: 1.5;
  text-indent: 2em;
}

[data-dpr="1.25"] .article p {
  font-size: 20px;
}

[data-dpr="1.5"] .article p {
  font-size: 24px;
}

[data-dpr="2"] .article p {
  font-size: 32px;
}

[data-dpr="2.5"] .article p {
  font-size: 40px;
}

[data-dpr="3"] .article p {
  font-size: 48px;
}

[data-dpr="4"] .article p {
  font-size: 64px;
}

.article img {
  display: block;
  margin: 0.26667rem auto;
  max-width: 9.36rem;
}

.container {
  width: 10rem;
}
@charset "UTF-8";

/*
    主色调
 */

/*
    header
*/

/*
    content
 */

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

html {
  font-family: 'Microsoft YaHei';
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

a {
  text-decoration: none;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

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

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

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

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

.title-more {
  padding: 0.37333rem 0 0.32rem;
  margin: 0 0.32rem;
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: -moz-flex;
}

.title-more h3 {
  flex-grow: 1;
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-size: 16px;
  color: #c04848;
  line-height: 0.42667rem;
}

[data-dpr="1.25"] .title-more h3 {
  font-size: 20px;
}

[data-dpr="1.5"] .title-more h3 {
  font-size: 24px;
}

[data-dpr="2"] .title-more h3 {
  font-size: 32px;
}

[data-dpr="2.5"] .title-more h3 {
  font-size: 40px;
}

[data-dpr="3"] .title-more h3 {
  font-size: 48px;
}

[data-dpr="4"] .title-more h3 {
  font-size: 64px;
}

.title-more .more {
  font-size: 12px;
  color: #a5a6a6;
  line-height: 0.42667rem;
}

[data-dpr="1.25"] .title-more .more {
  font-size: 15px;
}

[data-dpr="1.5"] .title-more .more {
  font-size: 18px;
}

[data-dpr="2"] .title-more .more {
  font-size: 24px;
}

[data-dpr="2.5"] .title-more .more {
  font-size: 30px;
}

[data-dpr="3"] .title-more .more {
  font-size: 36px;
}

[data-dpr="4"] .title-more .more {
  font-size: 48px;
}

.articles {
  margin: 0.13333rem 0 1.06667rem;
  padding: 0;
  list-style-type: none;
}

.articles li {
  border-top: #a3a3a3 dashed 2px;
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: -moz-flex;
  margin: 0 0.32rem;
}

.articles li:first-child {
  border-top: none;
}

.articles li a {
  flex-grow: 1;
  height: 1.86667rem;
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: -moz-flex;
}

.articles li a .img {
  margin: auto;
  width: 2.05333rem;
  height: 1.36rem;
}

.articles li a .info {
  margin: auto;
  width: 7.33333rem;
  padding: 0.26667rem;
  box-sizing: border-box;
}

.articles li a .info h4 {
  margin: 0 auto 0.13333rem;
  font-size: 17px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

[data-dpr="1.25"] .articles li a .info h4 {
  font-size: 21px;
}

[data-dpr="1.5"] .articles li a .info h4 {
  font-size: 26px;
}

[data-dpr="2"] .articles li a .info h4 {
  font-size: 34px;
}

[data-dpr="2.5"] .articles li a .info h4 {
  font-size: 43px;
}

[data-dpr="3"] .articles li a .info h4 {
  font-size: 51px;
}

[data-dpr="4"] .articles li a .info h4 {
  font-size: 68px;
}

.articles li a .info p {
  margin: 0;
  color: #7d7d7d;
  font-size: 13px;
  line-height: 0.6rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

[data-dpr="1.25"] .articles li a .info p {
  font-size: 16px;
}

[data-dpr="1.5"] .articles li a .info p {
  font-size: 20px;
}

[data-dpr="2"] .articles li a .info p {
  font-size: 26px;
}

[data-dpr="2.5"] .articles li a .info p {
  font-size: 33px;
}

[data-dpr="3"] .articles li a .info p {
  font-size: 39px;
}

[data-dpr="4"] .articles li a .info p {
  font-size: 52px;
}

.container {
  width: 10rem;
}