@import url("https://fonts.googleapis.com/css?family=Noto+Sans+TC:100,300,400,500,700,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300;400&display=swap");
.row div:first-child {
  /* max-width: 808px; */
  max-width: 1024px;
  width: 100%;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.row a img {
  padding: 10px 10px 0 10px !important;
}

@media only screen and (max-width: 900px) {
  .row {
    padding-top: 10px;
    padding-bottom: 15px;
  }
  .row > div:first-child {
    margin-top: 0;
  }
}

.circle-group {
  position: absolute;
  z-index: 2;
  top: 17px;
  left: 15px;
}

.circle-group .photo-number,
.circle-group .large-photo {
  width: 30px;
  height: 30px;
  border-radius: 50%;
}

.circle-group .photo-number p,
.circle-group .large-photo p {
  margin: 0;
  text-align: center;
}

.circle-group .photo-number {
  background-color: #543d3d;
  color: #fff;
  margin-bottom: 10px;
}

.circle-group .large-photo {
  background-color: #fff;
  color: #543d3d;
}

@media only screen and (max-width: 414px) {
  .circle-group {
    top: 12px;
    left: 6px;
  }
  .circle-group .photo-number {
    margin-bottom: 4px;
  }
}

.articleBox,
.itemBox {
  position: relative;
}

.header {
  position: relative;
  width: 100%;
}

.header:before, .header:after {
  position: absolute;
  content: "";
  display: block;
  z-index: 0;
}

.header:before {
  width: calc(100% - (100% - 1280px) / 2);
  height: 50%;
  left: 0;
  background-color: var(--inner-top-bg);
}

.header:after {
  right: 0;
  bottom: 0;
  width: calc((100% - 1280px) / 2);
  height: 400px;
  background-color: #000;
}

.header-container {
  position: relative;
  z-index: 2;
}

.header-news {
  float: left;
  height: 860px;
}

.header-news_article {
  margin-top: 40px;
  display: block;
}

.header-focus {
  position: relative;
  float: right;
  margin-top: 40px;
  width: 920px;
}

.header-focus .item {
  width: 100%;
  position: relative;
}

.header-focus .itemBox {
  position: relative;
  display: block;
  width: 100%;
}

.header-focus .itemBox__img {
  width: 100%;
  height: 460px;
  overflow: hidden;
  overflow: hidden;
  position: relative;
}

.header-focus .itemBox__img img {
  width: 100%;
  height: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.header-focus .itemBox_txt {
  position: relative;
  background-color: #000;
  display: block;
  padding: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 400px;
}

.header-focus .itemBox_txt h3 {
  color: #fff;
  font-size: 30px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.header-focus .itemBox_txt__index {
  font-size: 18px;
  color: #808080;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}

.header-focus .itemBox_txt-writer {
  position: relative;
  margin-top: 20px;
}

@media only screen and (max-width: 1280px) {
  .header-news {
    float: none;
    display: none;
  }
  .header-focus {
    float: none;
    width: 100%;
  }
  .header-focus .itemBox__img {
    height: 450px;
  }
}

@media only screen and (max-width: 900px) {
  .header-focus {
    margin-top: 0;
  }
  .header-focus .itemBox__img {
    height: 48vw;
  }
  .header-focus .itemBox_txt {
    padding: 20px;
    height: 185px;
  }
  .header-focus .itemBox_txt h3 {
    font-size: 20px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
  }
  .header-focus .itemBox_txt__index {
    font-size: 16px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    margin: 5px 0;
    line-height: 1.4;
  }
  .header-focus .itemBox_txt-writer {
    margin-top: 10px;
  }
}

.object {
  position: relative;
  margin-top: 65px;
}

.object--cate, .object--inner {
  margin-top: 0;
}

.object--cate:before, .object--inner:before {
  position: absolute;
  content: "";
  display: block;
  z-index: 0;
  width: calc(100% - (100% - 1280px) / 2);
  height: 480px;
  left: 0;
  top: 0;
  background-color: var(--inner-top-bg);
}

.object--cate .object-container, .object--inner .object-container {
  margin-top: 60px;
  z-index: 2;
}

.object--inner .object-aside {
  margin-top: 367px;
}

.object-container {
  z-index: 2;
}

.object h1 {
  color: #fff;
  font-size: 33px;
  padding-bottom: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: var(--inner-top-bg);
}

.object-article {
  float: left;
  width: 960px;
  padding-right: 20px;
  padding-bottom: 100px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.object-article_block .itemBox {
  display: block;
  line-height: 1.45;
}

.object-article_block .itemBox__img {
  overflow: hidden;
  position: relative;
}

.object-article_block .itemBox__img img {
  width: 100%;
  height: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.object-article_block .itemBox_txt {
  position: relative;
  display: block;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.object-article_block .itemBox_txt h3 {
  color: var(--article-title-text);
  font-size: 30px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-weight: normal;
}

.object-article_block .itemBox_txt__index {
  font-size: 16px;
  color: #959595;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin: 5px 0;
}

.object-article_block .itemBox_txt-writer {
  position: relative;
  margin-top: 20px;
}

.object-article_block .itemBox:first-child {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 20px;
}

.object-article_block .itemBox:first-child .itemBox__img {
  width: 100%;
  height: 460px;
}

.object-article_block .itemBox:nth-child(2) .itemBox__img,
.object-article_block .itemBox:nth-child(2) .itemBox_txt, .object-article_block .itemBox:nth-child(3) .itemBox__img,
.object-article_block .itemBox:nth-child(3) .itemBox_txt {
  float: left;
  width: 45%;
  height: 210px;
  margin-bottom: 40px;
}

.object-article_block .itemBox:nth-child(2) .itemBox_txt, .object-article_block .itemBox:nth-child(3) .itemBox_txt {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 20px;
  width: 55%;
}

.object-article_block .itemBox:nth-child(2):after, .object-article_block .itemBox:nth-child(3):after {
  clear: both;
  content: "";
  display: table;
}

.object-article_block:nth-of-type(3n-1) .itemBox:nth-child(2), .object-article_block:nth-of-type(3n-1) .itemBox:nth-child(3) {
  width: 48%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 40px;
}

.object-article_block:nth-of-type(3n-1) .itemBox:nth-child(2) .itemBox__img,
.object-article_block:nth-of-type(3n-1) .itemBox:nth-child(2) .itemBox_txt, .object-article_block:nth-of-type(3n-1) .itemBox:nth-child(3) .itemBox__img,
.object-article_block:nth-of-type(3n-1) .itemBox:nth-child(3) .itemBox_txt {
  width: 100%;
  height: 210px;
  margin-bottom: 0;
}

.object-article_block:nth-of-type(3n-1) .itemBox:nth-child(2) .itemBox_txt, .object-article_block:nth-of-type(3n-1) .itemBox:nth-child(3) .itemBox_txt {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px;
}

.object-article_block:nth-of-type(3n-1) .itemBox:nth-child(2) {
  float: left;
}

.object-article_block:nth-of-type(3n-1) .itemBox:nth-child(3) {
  float: right;
}

.object-article_block:nth-of-type(3n-1):after {
  clear: both;
  content: "";
  display: table;
}

.object-aside {
  position: relative;
  float: right;
  width: 320px;
  background-color: var(--body-bg);
  -webkit-transition: all .35s;
  transition: all .35s;
}

.object-aside .topNews,
.object-aside .test {
  position: relative;
  width: 300px;
  margin-left: 20px;
  padding: 20px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all .35s;
  transition: all .35s;
}

.object-aside .topNews h4,
.object-aside .test h4 {
  font-size: 20px;
  font-weight: normal;
  color: var(--aside-title-text);
  text-align: right;
  display: block;
  margin-bottom: 20px;
}

.object-aside .topNews-list_article,
.object-aside .test-list_article {
  margin-bottom: 40px;
  display: block;
}

.object-aside .topNews-list_article h5,
.object-aside .test-list_article h5 {
  margin-top: 5px;
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.object-aside .topNews {
  background-color: var(--body-bg);
}

.object-aside .test {
  position: relative;
  padding-bottom: 100px;
  background-color: var(--object-test-gary);
  padding-left: 20px;
  -webkit-transition: all .35s;
  transition: all .35s;
}

.object-aside .test:before {
  position: absolute;
  content: "";
  display: block;
  z-index: 1;
  width: calc((100vw - 1280px) / 2);
  height: 100%;
  top: 0;
  right: calc((100vw - 1280px) / 2 * -1);
  background-color: var(--object-test-gary);
  -webkit-transition: all .35s;
  transition: all .35s;
}

.object-aside .test a {
  position: relative;
  margin-bottom: 40px;
  display: block;
}

.object-aside .test img {
  width: 100%;
  height: auto;
  display: block;
}

.object-aside .adv a {
  position: relative;
  margin-bottom: 10px;
  display: block;
}

.object-writing {
  position: relative;
  float: left;
  width: 960px;
  padding-right: 20px;
  padding-bottom: 100px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.object-writing_top-focus img {
  width: 100%;
}

.object-writing_top .author {
  position: absolute;
  width: 240px;
  height: 200px;
  right: -330px;
  padding: 0 50px;
  top: 158px;
}

.object-writing_top .author-community, .object-writing_top .author-writer {
  text-align: center;
  position: relative;
  padding: 20px 0;
}

.object-writing_top .author-community {
  border-bottom: 1px solid #808080;
}

.object-writing_top .author-community > li {
  display: inline-block;
  margin: 0 5px;
  width: 30px;
  height: 30px;
}

.object-writing_top .author-community__facebook a {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in;
  background: url("../img/icon-f.png") 50% 50% no-repeat;
  background-size: 14px 26px;
}

.object-writing_top .author-community__facebook:hover a {
  background: url("../img/icon-f_over.png") 50% 50% no-repeat;
  background-size: 14px 26px;
}

.object-writing_top .author-community__line a {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in;
  background: url("../img/icon-line.png") 50% 50% no-repeat;
  background-size: 29px 30px;
}

.object-writing_top .author-community__line:hover a {
  background: url("../img/icon-line_over.png") 50% 50% no-repeat;
  background-size: 29px 30px;
}

.object-writing_top .author-writer .writer__img {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 60px;
  height: 60px;
  overflow: hidden;
  position: relative;
}

.object-writing_top .author-writer .writer__img img {
  width: 100%;
  height: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.object-writing_top .author-writer .writer__txt {
  display: inline-block;
  text-align: left;
  font-weight: 300;
  color: #808080;
  vertical-align: middle;
  margin: 10px;
}

.object-writing_top .author-writer .writer__time {
  font-size: 14px;
  display: block;
}

.object-writing_top .author-writer .writer__name {
  padding-right: 0px;
  border-right: 0;
  margin: 0px;
  font-size: 24px;
  display: block;
}

.object-writing_content {
  width: 100%;
  color: var(--inner-content-text);
  font-size: 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-bottom: 50px;
  /*padding-bottom: 100px;*/
}

.object-writing_content hr {
  background-color: #eee;
  border: 0;
  height: 1px;
}

.object-writing_content p {
  margin-right: 20px;
  margin-left: 20px;
}

.object-writing_content p span[style="color:#473a3a;font-size:24px;"] strong {
  color: var(--inner-content-title);
}

.object-writing_content img {
  max-width: calc(100% + 40px);
  height: auto;
  margin-left: -20px;
}

.object-writing_content .caption_text {
  position: relative;
  margin-top: -10px;
  margin-bottom: 20px;
  color: var(--inner-caption-text);
}

.object-writing_content .caption_underline {
  position: relative;
  margin-top: -12px;
  margin-bottom: 30px;
  width: 30%;
  height: 1px;
  background-color: var(--inner-caption-border);
}

.object-writing_source {
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 14px;
  border: 1px solid var(--inner-writing-border);
  border-left: 0;
  border-right: 0;
}

.object-writing_source li {
  padding: 5px 0;
}

.object-writing_source span {
  margin-right: 5px;
  color: var(--inner-writing-title);
}

.object-writing_source a {
  color: #9c7676;
}

.object-writing .editor {
  padding: 30px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 2px solid #373737;
}

.object-writing .editor .writer__img {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 100px;
  height: 100px;
  overflow: hidden;
  position: relative;
}

.object-writing .editor .writer__img img {
  width: 100%;
  height: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.object-writing .editor .writer__txt {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  margin: 10px;
}

.object-writing .editor .writer__name {
  padding-right: 0px;
  border-right: 0;
  margin: 0px;
  font-size: 24px;
  display: block;
  color: var(--inner-writing-title);
}

.object-writing .editor .writer__status {
  font-size: 16px;
  display: block;
  color: #808080;
}

.object-writing .editor .writer__introduce {
  display: inline-block;
  width: calc(100% - 300px);
  font-size: 14px;
  color: var(--inner-content-text);
  float: right;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.object .adBox {
  position: relative;
  z-index: 2;
}

.object .adBox a {
  margin-bottom: 10px;
}

@media only screen and (max-width: 1280px) {
  .object {
    margin-top: 40px;
    background-color: var(--body-bg);
  }
  .object--cate, .object--inner {
    margin-top: 0;
  }
  .object--cate .object-container, .object--inner .object-container {
    margin-top: 0px;
    padding-top: 10px;
  }
  .object--inner .object-aside {
    margin-top: 0;
  }
  .object h1 {
    font-size: 24px;
    padding: 20px;
  }
  .object-article, .object-aside, .object-writing {
    width: 100%;
    float: none;
  }
  .object-article {
    padding-right: 0;
    padding-bottom: 0px;
  }
  .object-aside {
    padding-bottom: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: var(--object-test-gary);
  }
  .object-aside .topNews {
    display: none;
  }
  .object-aside .topNews,
  .object-aside .test {
    width: 100%;
    margin-left: 0;
  }
  .object-aside .test {
    padding-bottom: 0;
    position: relative;
  }
  .object-aside .test:before {
    display: none;
  }
  .object-aside .test h4 {
    display: none;
  }
  .object-aside .test-list {
    display: none;
  }
  .object-aside .test .adBox a {
    float: left;
    margin: 0 5px 10px;
    width: calc(50% - 10px);
  }
  .object-aside .test .adBox:after {
    clear: both;
    content: "";
    display: table;
  }
  .object-writing {
    padding-right: 0;
  }
  .object-writing_top .author {
    position: relative;
    width: 100%;
    top: 0;
    right: 0;
    height: 50px;
    padding: 20px 0px;
    text-align: left;
  }
  .object-writing_top .author-community {
    border-bottom: 0;
    position: absolute;
    right: 20px;
  }
  .object-writing_top .author-writer {
    width: 60%;
    padding: 0;
    margin-left: 20px;
    text-align: left;
  }
  .object-writing_top .author-writer .writer__img {
    width: 35px;
    height: 35px;
  }
}

@media only screen and (max-width: 900px) {
  .object--cate:before, .object--inner:before {
    height: 240px;
  }
  .object-article_block .itemBox {
    line-height: 1.333;
  }
  .object-article_block .itemBox_txt {
    padding: 10px;
  }
  .object-article_block .itemBox_txt h3 {
    font-size: 18px;
  }
  .object-article_block .itemBox_txt-writer {
    margin-top: 10px;
  }
  .object-article_block .itemBox__img img {
    width: 110%;
  }
  .object-article_block .itemBox:first-child .itemBox__img {
    height: 48vw;
  }
  .object-article_block .itemBox:nth-child(2), .object-article_block .itemBox:nth-child(3) {
    padding: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .object-article_block .itemBox:nth-child(2) .itemBox__img,
  .object-article_block .itemBox:nth-child(2) .itemBox_txt, .object-article_block .itemBox:nth-child(3) .itemBox__img,
  .object-article_block .itemBox:nth-child(3) .itemBox_txt {
    height: 22.4vw;
    margin-bottom: 10px;
  }
  .object-article_block .itemBox:nth-child(2) .itemBox_txt, .object-article_block .itemBox:nth-child(3) .itemBox_txt {
    padding: 0 10px;
  }
  .object-article_block .itemBox:nth-child(2) .itemBox_txt__index, .object-article_block .itemBox:nth-child(3) .itemBox_txt__index {
    display: none;
  }
  .object-article_block .itemBox:nth-child(2):after, .object-article_block .itemBox:nth-child(3):after {
    clear: both;
    content: "";
    display: table;
  }
  .object-article_block:nth-of-type(3n-1) .itemBox:nth-child(2), .object-article_block:nth-of-type(3n-1) .itemBox:nth-child(3) {
    margin-bottom: 10px;
    width: 50%;
  }
  .object-article_block:nth-of-type(3n-1) .itemBox:nth-child(2) .itemBox__img,
  .object-article_block:nth-of-type(3n-1) .itemBox:nth-child(2) .itemBox_txt, .object-article_block:nth-of-type(3n-1) .itemBox:nth-child(3) .itemBox__img,
  .object-article_block:nth-of-type(3n-1) .itemBox:nth-child(3) .itemBox_txt {
    height: 22.4vw;
  }
  .object-article_block:nth-of-type(3n-1) .itemBox:nth-child(2) .itemBox_txt, .object-article_block:nth-of-type(3n-1) .itemBox:nth-child(3) .itemBox_txt {
    padding: 10px 0 0;
    height: auto;
  }
  .object-article_block:nth-of-type(3n-1) .itemBox:nth-child(2) .itemBox_txt__index, .object-article_block:nth-of-type(3n-1) .itemBox:nth-child(3) .itemBox_txt__index {
    display: none;
  }
  .object-article_block:nth-of-type(3n-1):after {
    clear: both;
    content: "";
    display: table;
  }
  .object-writing_source,
  .object-writing .editor {
    position: relative;
    width: calc(100% - 40px);
    margin: 0 auto;
  }
  .object-writing .editor .writer__img {
    width: 80px;
    height: 80px;
  }
  .object-writing .editor .writer__introduce {
    display: block;
    width: 100%;
    float: none;
    height: auto;
    margin-top: 10px;
  }
}

@media only screen and (max-width: 768px) {
  .object--cate, .object--inner {
    margin-top: 0;
  }
  .object h1 {
    padding: 10px;
  }
  .object-aside .test {
    padding: 10px 5px 5px;
  }
  .object-writing_content {
    font-size: 16px;
  }
  .object-writing_content .caption_text {
    margin-right: 20px;
    margin-left: 20px;
  }
  .object-writing_content .caption_underline {
    margin-right: 20px;
    margin-left: 20px;
    width: 45%;
  }
}

.adGoogle {
  text-align: center;
  margin-bottom: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 20px;
}

.adGoogle img {
  max-width: 100%;
  height: auto;
}

.gray {
  background-color: var(--object-test-gary);
  -webkit-transition: all .35s;
  transition: all .35s;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 0;
  width: calc((100% - 1280px) / 2 + 300px);
  display: block;
}

@media only screen and (max-width: 1280px) {
  .gray {
    width: 100%;
  }
}

@media only screen and (max-width: 900px) {
  .gray {
    display: none;
  }
}

.owl-dots {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -200px !important;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.owl-dot {
  border: none;
  background-color: transparent;
  display: block !important;
}

@media only screen and (max-width: 900px) {
  .owl-dots {
    margin-top: -93px !important;
  }
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #000000;
}
/*# sourceMappingURL=index.css.map */