@charset "utf-8";
.wrap {
  background-color: #fff;
  box-sizing: border-box;
  padding: 0.2rem;
}
/*# sourceurl=//m.ofweek.com/newsite/css/main_index.css?v=20201009 */
/*@ sourceurl=//m.ofweek.com/newsite/css/main_index.css?v=20201009 */
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
div,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
button,
th,
td,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  margin: 0;
  padding: 0;
}
html.fix,
html.fix body {
  height: 100%;
  overflow: hidden;
}
body {
  font-family: pingfang sc, lantinghei sc, helvetica neue, helvetica, arial, microsoft yahei, "sans-serif";
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  max-width: 750px;
  margin: 0 auto;
  font-size: 0.3rem;
  -webkit-font-smoothing: antialiased;
}
html {
  color: #000;
  background: #fff;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
}
* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
textarea {
  resize: vertical;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset,
img {
  border: 0;
}
ul {
  list-style: none;
}
img {
  vertical-align: top;
}
input {
  -webkit-appearance: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
a {
  text-decoration: none;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.cb {
  clear: both;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.db {
  display: block;
}
.dn {
  display: none;
}
.fn-text-overflow,
.fn-ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.no-pt {
  padding-top: 0;
}
.main_wrapper {
  background-color: #f1f1f1;
}
.main_wrapper .list {
  background-color: #fff;
}
.main_wrapper .list li {
  border-bottom: 1px solid #e8e8e8;
  padding: 0.2rem;
  position: relative;
}
.main_wrapper .list li a{
	font-size: 0.32rem;
    font-family: pingfang sc;
    font-weight: bold;
    color: #212121;
    line-height: 1.4;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    flex-direction: column;
    margin-bottom: 0.25rem;
}
.main_wrapper .list li .textwrap {
  width: 4.7rem;
}
.main_wrapper .list li .noimg {
  width: 100%;
}
.main_wrapper .list li img {
  display: block;
  width: 2.25rem;
}
.main_wrapper .list li h3 a {
  font-size: 0.32rem;
  font-family: pingfang sc;
  font-weight: bold;
  color: #212121;
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  flex-direction: column;
  margin-bottom: 0.25rem;
}
.main_wrapper .list li .timer {
  font-size: 0.25rem;
  font-family: pingfang sc;
  font-weight: 500;
  color: #cccccc;
}
.intro {
  overflow: hidden;
  margin-bottom: 0.25rem;
}
.intro img {
  width: 3rem;
  height: 3rem;
  margin-right: 0.3rem;
}
.intro h3 {
  font-size: 0.35rem;
  font-family: pingfang sc;
  font-weight: bold;
  color: #333333;
  line-height: 1.6;
}
.intro p {
  font-size: 0.25rem;
  font-family: pingfang sc;
  font-weight: 400;
  color: #4d4d4d;
  line-height: 1.8;
}
