/* line 17, home.scss */
.p-home-img {
  width: 100%;
}
/* line 24, home.scss */
.p-home-h-01 {
  display: block;
  padding: 6px 8px 6px 12px;
  background-color: #707070;
  color: #fff;
  border-top-left-radius: 20px;
  border-top-right-radius: 2px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 2px;
  font-size: 18px;
  font-size: 1.8rem;
}
/* line 39, home.scss */
.p-home-h-03-wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
/* line 46, home.scss */
.p-home-h-03-a {
  display: inline-block;
  padding: 4px 8px;
  background-color: #2fb7fa;
  border: 1px solid #2fb7fa;
  border-radius: 20px;
  font-size: 13px;
  font-size: 1.3rem;
  color: #fff;
}
/* line 56, home.scss */
.p-home-h-03-a:hover {
  background-color: #fff;
  border: 1px solid #2fb7fa;
  color: #2fb7fa;
  text-decoration: none;
  transition: 0.15s;
}
/* line 70, home.scss */
.p-home-announce-banner {
  padding: 6px;
  background-color: #707070;
  border: 1px solid #303030;
}
/* line 75, home.scss */
.p-home-announce-banner img {
  width: 100%;
}
/* line 79, home.scss */
.p-home-account {
  padding: 8px;
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.5);
  border: 1px solid #c0c0c0;
}
/* line 87, home.scss */
.p-home-account-name {
  display: block;
  font-size: 13px;
  font-size: 1.3rem;
}
/* line 93, home.scss */
.p-home-account-hr {
  margin: 8px 0;
  border: none;
  border-top: 1px solid #c0c0c0;
}
/* line 100, home.scss */
.p-home-account-coin {
  display: block;
  margin-top: 8px;
  font-size: 13px;
  font-size: 1.3rem;
}
/* line 108, home.scss */
.p-home-twitter {
  overflow: hidden;
  padding: 8px;
  background-color: #2fb7fa;
  border-radius: 3px;
}
/* line 115, home.scss */
.p-home-twitter h2 {
  color: #fff;
}
/* line 120, home.scss */
.p-home-twitter-body {
  margin-top: 6px;
  background-color: #fff;
  border-radius: 3px;
}
/* line 130, home.scss */
.p-home-news_list-li {
  border-bottom: 1px solid #dddddd;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 100%;
  padding: 6px 0;
  text-decoration: none;
  cursor: pointer;
}
/* line 142, home.scss */
.p-home-news_list-li a {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 100%;
  text-decoration: none;
  color: inherit;
}
/* line 154, home.scss */
.p-home-news_list-li:hover .p-home-news_list-li-title {
  text-decoration: underline;
}
/* line 157, home.scss */
.p-home-news_list-li-title {
  display: block;
  position: relative;
}
/* line 163, home.scss */
.p-home-news_list-li-date {
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
  text-align: right;
}
/* line 175, home.scss */
.p-home-news_content-li {
  display: none;
}
/* line 184, home.scss */
.p-home-news_content-sub_title {
  display: block;
  font-size: 13px;
  font-size: 1.3rem;
}
/* line 190, home.scss */
.p-home-news_content-title {
  display: block;
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: bold;
}
/* line 197, home.scss */
.p-home-news_content-date {
  display: block;
  text-align: right;
  font-size: 13px;
  font-size: 1.3rem;
}
/* line 204, home.scss */
.p-home-news_content-content {
  margin-top: 16px;
}
/* line 209, home.scss */
.p-home-news_content-is-show {
  display: block;
}
/* line 211, home.scss */
.p-home-news_content-hr {
  margin-top: 8px;
  margin-bottom: 8px;
  border: none;
  border-top: 1px solid #e0e0e0;
}
/* line 220, home.scss */
.p-home-content_list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -4px;
}
/* line 226, home.scss */
.p-home-content_list li {
  padding: 4px;
}
@media screen and (min-width: 0px) {
  /* line 226, home.scss */
  .p-home-content_list li {
    width: 33.33333%;
  }
}
@media screen and (min-width: 544px) {
  /* line 226, home.scss */
  .p-home-content_list li {
    width: 25%;
  }
}
/* line 233, home.scss */
.p-home-content_list li img {
  width: 100%;
}

/* line 243, home.scss */
.timeline-Widget {
  border-radius: 0px !important;
}
