@charset "UTF-8";
@import url("../../assets/css/notoSans.css");
@import url("../../assets/css/fontawesome.css");
address,
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
  margin: 0;
  padding: 0;
}

html {
  overflow-y: scroll;
  min-width: 1440px;
}
html.noscroll {
  overflow: hidden;
}

body {
  margin: 0;
  padding: 0;
  height: 100%;
  font-family: "Noto Sans KR", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: 400;
  background: white;
  color: #111;
  letter-spacing: 0px;
}

a {
  color: #111;
  text-decoration: none;
}
a:visited {
  text-decoration: none;
}
a:hover {
  color: #252525;
}

/* 스크롤 바 : 삭제 */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: white;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #d8d8d8;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #cacaca;
}

/****
*  Flex layout
*
*
**/
.flex-row,
.flex-row-nowrap {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}

.flex-row-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.flex-col,
.flex-col-nowrap {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
}

.flex-col-wrap {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

.green {
  color: Limegreen;
}

.blue {
  color: #1676ff;
}

.red {
  color: tomato;
}

.orange {
  color: DarkOrange;
}

.deli {
  padding-left: 8px;
  padding-right: 8px;
  color: #bbb;
}
.deli:before {
  content: "|";
}

.top-banner {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  text-align: left;
  background: #333;
}
.top-banner .top-banner-container {
  width: 1335px;
  margin: auto;
  display: flex;
}

.header {
  display: block;
  width: 100%;
  height: 120px;
  margin: 0;
  text-align: left;
  background: #f9f9f9;
}
.header .header-container {
  width: 1335px;
  height: 120px;
  margin: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.header .header-container .logo-area {
  flex: 1;
  display: flex;
  align-items: center;
}
.header .header-container .button-search {
  flex-basis: 400px;
  text-align: right;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
}
.header .header-container .button-search .buttons {
  flex-basis: 20px;
}
.header .header-container .button-search .buttons ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.header .header-container .button-search .buttons ul li {
  display: inline-block;
  height: 20px;
  line-height: 20px;
  font-size: 13px;
  font-weight: 400;
  border: none;
  padding-left: 5px;
  padding-right: 5px;
  margin-right: 5px;
  color: #333;
}
.header .header-container .button-search .buttons ul li.rss a i {
  color: FireBrick;
}
.header .header-container .button-search .buttons ul li a {
  color: #111;
  text-decoration: none;
}
.header .header-container .button-search .buttons ul li a i {
  font-size: 14px;
  color: gold;
}
.header .header-container .button-search .buttons ul li.current {
  background: #f3f3f3;
  color: #999;
}
.header .header-container .button-search .search-form {
  flex: 1;
  width: 100%;
  display: flex;
  align-items: center;
}
.header .header-container .button-search .search-form .search-input {
  position: relative;
  height: 32px;
  line-height: 32px;
  width: 100%;
}
.header .header-container .button-search .search-form .search-input input {
  height: 28px;
  width: 200px;
  padding-left: 12px;
  padding-right: 12px;
  border-radius: 8px;
  border: 1px solid #999;
  font-size: 14px;
  font-weight: 400;
  color: #111;
  margin: 0;
}
.header .header-container .button-search .search-form .search-input input:focus {
  border: 1px solid RoyalBlue;
}
.header .header-container .button-search .search-form .search-input .button-search {
  position: absolute;
  top: 5px;
  right: 6px;
  width: 24px;
  height: 24px;
  margin: 0;
  padding: 0;
  border-radius: 6px;
  font-size: 18px;
  cursor: pointer;
}
.header .header-container .button-search .search-form .search-input .button-search:hover {
  background: #f0f0f0;
}
.header .header-container .button-search .search-form .search-input .button-search:hover i {
  color: #111;
}
.header .header-container .button-search .search-form .search-input .button-search i {
  margin-top: 2px;
  margin-right: 2px;
  color: #999;
}

.topbar {
  display: block;
  width: 100%;
  height: 42px;
  margin: 0;
  text-align: left;
  background: #111;
}
.topbar .topbar-container {
  width: 1335px;
  height: 42px;
  margin: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.topbar .topbar-container ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.topbar .topbar-container ul li {
  display: inline-block;
  height: 42px;
  line-height: 42px;
  font-size: 15px;
  font-weight: 500;
  padding-left: 12px;
  padding-right: 12px;
  margin-right: 2px;
  letter-spacing: 0.5px;
}
.topbar .topbar-container ul li:hover {
  background: #2b2b2b;
}
.topbar .topbar-container ul li.active {
  background: #444444;
}
.topbar .topbar-container ul li.active a:visited {
  background: #9d9d9d;
}
.topbar .topbar-container ul li a {
  text-decoration: none;
  color: white;
}
.topbar .topbar-container ul li a:visited {
  text-decoration: none;
  color: white;
}

.topbar2 {
  display: block;
  width: 100%;
  height: 37px;
  margin: 0;
  text-align: left;
  background: #090909;
  border-top: 2px solid #444444;
}
.topbar2 .topbar-container {
  width: 1335px;
  height: 36px;
  margin: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  padding-top: 2px;
  padding-bottom: 2px;
}
.topbar2 .topbar-container ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.topbar2 .topbar-container ul li {
  display: inline-block;
  height: 32px;
  line-height: 32px;
  font-size: 14px;
  font-weight: 400;
  padding-left: 12px;
  padding-right: 12px;
  letter-spacing: 0.5px;
  border-right: 1px solid #191919;
}
.topbar2 .topbar-container ul li:last-child {
  border-right: none;
}
.topbar2 .topbar-container ul li:hover {
  background: #232323;
}
.topbar2 .topbar-container ul li.active {
  background: #3a3a3a;
}
.topbar2 .topbar-container ul li.active a:visited {
  background: #9d9d9d;
}
.topbar2 .topbar-container ul li a {
  text-decoration: none;
  color: white;
}
.topbar2 .topbar-container ul li a:visited {
  text-decoration: none;
  color: white;
}

.content {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  text-align: left;
  background: #f9f9f9;
  padding-top: 8px;
}
.content.bg-gray {
  background: #eee;
}
.content .content-container {
  width: 1335px;
  height: auto;
  margin: auto;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
}
.content .content-container .sub-page {
  width: 1335px;
  height: auto;
  margin: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  margin-bottom: 12px;
}
.content .content-container .sub-page.reverse .sub-page-left {
  margin-left: 20px;
  margin-right: 0;
}
.content .content-container .sub-page.reverse .sub-page-right {
  flex-basis: 260px;
  border-right: 1px solid #ccc;
}
.content .content-container .sub-page .sub-page-left {
  flex: 1;
  margin-right: 24px;
}
.content .content-container .sub-page .sub-page-left .location {
  letter-spacing: 1px;
  height: 32px;
  width: 1323px;
  line-height: 36px;
  width: 100%;
  margin-bottom: 8px;
  position: relative;
  overflow: hidden;
}
.content .content-container .sub-page .sub-page-left .location .line {
  height: 30px;
  border-bottom: 1px solid #777777;
}
.content .content-container .sub-page .sub-page-left .location span.text {
  display: inline-block;
  position: absolute;
  top: 6px;
  left: 0;
  height: 28px;
  line-height: 28px;
  font-size: 17px;
  font-weight: 700;
  background: #f9f9f9;
  padding-left: 12px;
  padding-right: 12px;
  border-left: 5px solid #777777;
}
.content .content-container .sub-page .sub-page-right {
  flex-basis: 350px;
  padding-left: 24px;
}

.sublinks {
  display: block;
  width: 100%;
  height: 42px;
  margin: 0;
  margin-bottom: 16px;
  text-align: left;
  background: white;
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
}
.sublinks .sublinks-container {
  width: 1335px;
  height: 42px;
  margin: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  text-align: center;
}
.sublinks .sublinks-container ul {
  width: auto;
  max-width: 1335px;
  height: 42px;
  margin: auto;
  display: block;
  list-style: none;
  padding: 0;
  margin: 0 auto;
}
.sublinks .sublinks-container ul li {
  display: inline-block;
  height: 42px;
  line-height: 42px;
  font-size: 14px;
  font-weight: 500;
  border: none;
  margin-right: 0;
  color: #333;
}
.sublinks .sublinks-container ul li:last-child:after {
  content: "";
}
.sublinks .sublinks-container ul li:after {
  content: "|";
  color: #ccc;
  padding-left: 10px;
  padding-right: 10px;
}

.footer {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  text-align: left;
  background: white;
  margin-bottom: 30px;
}
.footer .footer-container {
  width: 1335px;
  margin: auto;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
}
.footer .footer-container div.line {
  text-align: center;
  height: 24px;
  line-height: 24px;
  padding: 0;
  margin: 0;
  color: #666;
}
.footer .footer-container div.line i {
  margin-right: 4px;
}
.footer .footer-container div.copyright {
  padding-top: 5px;
  text-align: center;
  color: #000;
  font-weight: 500;
}

.move-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  text-align: center;
  font-size: 30px;
  color: #666;
}

.ui-pagination {
  text-align: center;
  margin-top: 12px;
  margin-bottom: 12px;
  background: transparent;
}
.ui-pagination .page {
  position: relative;
  display: inline-block;
  height: 32px;
  width: 32px;
  line-height: 32px;
  border: 1px solid #ddd;
  border-radius: 3px;
  color: #666;
  font-size: 14px;
  font-weight: 400;
  margin-left: 2px;
  margin-right: 2px;
  cursor: pointer;
}
.ui-pagination .page:hover {
  color: black;
  background: #eee;
}
.ui-pagination .page.current {
  cursor: default;
  font-weight: 900;
  color: #111;
  border: 1px solid #a2a2a2;
}
.ui-pagination .page.current:hover {
  color: #666;
  background: transparent;
}
.ui-pagination .page.left-block {
  width: auto;
  padding-left: 7px;
  padding-right: 7px;
  margin-right: 12px;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
}
.ui-pagination .page.right-block {
  width: auto;
  padding-left: 7px;
  padding-right: 7px;
  margin-left: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
}

.ui-articleranklist {
  margin: 0;
  padding: 0;
  border: 1px solid #ccc;
  background: white;
  padding-top: 8px;
  margin-bottom: 16px;
}
.ui-articleranklist .ba-title {
  height: 28px;
  line-height: 28px;
  font-size: 16px;
  font-weight: 700;
  color: #111;
  padding-left: 20px;
  margin-bottom: 8px;
  border-left: 4px solid #111;
  margin-bottom: 10px;
}
.ui-articleranklist ul {
  list-style: none;
  padding-left: 12px;
  padding-right: 12px;
  margin: 0;
}
.ui-articleranklist ul li {
  margin-bottom: 4px;
  width: 300px;
  height: 70px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  border-bottom: 1px solid #eee;
}
.ui-articleranklist ul li:last-child {
  border-bottom: none;
}
.ui-articleranklist ul li .title {
  flex: 1;
  margin-right: 8px;
  background: white;
  height: 70px;
  line-height: 22px;
  font-size: 14px;
  font-weight: 400;
  color: #111;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  color: #666;
}
.ui-articleranklist ul li .thumbnail {
  flex-basis: 90px;
  max-width: 90px;
  height: 62px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border: 1px solid #f0f0f0;
  border-radius: 4px;
  cursor: pointer;
}

.ui-tagcloud {
  border: 1px solid #ccc;
  margin-bottom: 16px;
}
.ui-tagcloud .title {
  background: #eeeeee;
  color: #1676ff;
  padding: 5px 5px 7px 5px;
  text-align: center;
  font-size: 14pt;
  font-family: "Exo 2", sans-serif;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
}
.ui-tagcloud .keywords {
  padding: 5px 5px 5px 5px;
  background: #ffffff;
  padding: 8px;
  text-align: center;
}
.ui-tagcloud .keywords .keyword {
  border: 1px solid #ccc;
  background: white;
  color: #333;
  font-size: 13px;
  font-weight: 400;
  display: inline-block;
  margin: 0 4px 4px 0;
  padding: 3px 5px 3px 5px;
}
.ui-tagcloud .keywords .keyword_bold {
  border: 1px solid #ccc;
  background: #f0f0f0;
  color: #111;
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
  margin: 0 2px 2px 0;
  padding: 3px 5px 3px 5px;
}

.sub-page-right .weekly-hotissue {
  margin-top: 32px;
  margin-bottom: 24px;
}
.sub-page-right .weekly-hotissue .weekly-hotissue-title {
  height: 30px;
  line-height: 30px;
  font-size: 19px;
  font-weight: 700;
  letter-spacing: -1px;
  margin-bottom: 8px;
  color: darkblue;
}
.sub-page-right .weekly-hotissue ul {
  list-style: none;
  background: #eee;
  padding: 16px 12px 12px 8px;
  margin: 0;
}
.sub-page-right .weekly-hotissue ul li {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  height: 24px;
  margin-bottom: 8px;
}
.sub-page-right .weekly-hotissue ul li:nth-child(-n+3) .rank {
  color: black;
}
.sub-page-right .weekly-hotissue ul li:nth-child(-n+3) .title > a {
  color: black;
}
.sub-page-right .weekly-hotissue ul li .rank {
  flex-basis: 30px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  font-size: 18px;
  font-style: italic;
  font-weight: 900;
  color: #888;
}
.sub-page-right .weekly-hotissue ul li .title {
  flex: 1;
  height: 26px;
  line-height: 26px;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -1px;
  padding-left: 4px;
  overflow: hidden;
}
.sub-page-right .weekly-hotissue ul li .title a {
  color: #666;
}
.sub-page-right .cate-new {
  margin-bottom: 18px;
}
.sub-page-right .cate-new .cate-new-title {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  height: 30px;
  margin-bottom: 2px;
}
.sub-page-right .cate-new .cate-new-title .rect {
  flex-basis: 25px;
  margin-top: 4px;
  height: 24px;
  line-height: 30px;
  overflow: hidden;
  position: relative;
}
.sub-page-right .cate-new .cate-new-title .rect i {
  color: red;
  font-size: 20px;
}
.sub-page-right .cate-new .cate-new-title .rect .inner-rect {
  position: absolute;
  top: -3px;
  left: 4px;
  display: block;
  height: 51px;
  width: 7px;
  background: #5e5e5e;
  border-left: 4px solid #b7b7b7;
  border-right: 3px solid black;
  transform: rotate(10deg);
}
.sub-page-right .cate-new .cate-new-title .text {
  flex: 1;
  height: 30px;
  line-height: 30px;
  font-size: 18px;
  font-weight: 700;
  padding-left: 4px;
  letter-spacing: -0.5px;
}
.sub-page-right .cate-new .cate-new-title .more {
  flex-basis: 60px;
  height: 30px;
  line-height: 30px;
  text-align: right;
  padding-right: 8px;
}
.sub-page-right .cate-new ul {
  list-style: none;
  padding: 2px 12px 8px 12px;
  margin: 0;
  border: 1px solid #ccc;
}
.sub-page-right .cate-new ul li {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
}
.sub-page-right .cate-new ul li:first-child {
  margin-top: 6px;
  padding-bottom: 6px;
}
.sub-page-right .cate-new ul li:last-child {
  margin-bottom: 0;
}
.sub-page-right .cate-new ul li .title {
  height: 32px;
  line-height: 32px;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.8px;
  overflow: hidden;
}
.sub-page-right .cate-new ul li .title i {
  color: #333;
  font-size: 13px;
  padding-right: 4px;
}
.sub-page-right .cate-new ul li .thum-text {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  height: 80px;
}
.sub-page-right .cate-new ul li .thum-text .thumbnail {
  flex-basis: 115px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border: 1px solid #eee;
  cursor: pointer;
}
.sub-page-right .cate-new ul li .thum-text .summary {
  flex: 1;
  height: 80px;
  line-height: 20px;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: -0.5px;
  padding-left: 8px;
  color: #777;
  padding-right: 8px;
  overflow: hidden;
}

.content .content-container .sub-page .sub-page-left .sub-page-content .aboutus {
  padding: 20px;
}
.content .content-container .sub-page .sub-page-left .sub-page-content .aboutus .top-text {
  font-size: 30px;
  font-weight: 700;
  color: #111;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 27px;
}
.content .content-container .sub-page .sub-page-left .sub-page-content .aboutus .top-text .emp-black {
  color: #000;
  font-size: 36px;
  font-weight: 900;
}
.content .content-container .sub-page .sub-page-left .sub-page-content .aboutus .top-text .emp-blue {
  color: #111;
  font-size: 32px;
  font-weight: 900;
}
.content .content-container .sub-page .sub-page-left .sub-page-content .aboutus .mid-text {
  font-size: 15px;
  font-weight: 400;
  color: #333;
  line-height: 200%;
  margin-bottom: 100px;
}
.content .content-container .sub-page .sub-page-left .sub-page-content .map {
  padding: 20px;
}
.content .content-container .sub-page .sub-page-left .sub-page-content .map .top-text {
  font-size: 30px;
  font-weight: 700;
  color: #111;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 27px;
}
.content .content-container .sub-page .sub-page-left .sub-page-content .map .mid-text {
  font-size: 15px;
  font-weight: 400;
  color: #333;
  line-height: 160%;
  margin-bottom: 100px;
}
.content .content-container .sub-page .sub-page-left .sub-page-content .map .mid-text .info {
  padding-top: 24px;
  padding-left: 80px;
}
.content .content-container .sub-page .sub-page-left .sub-page-content .protectionpolicy {
  padding: 20px;
}
.content .content-container .sub-page .sub-page-left .sub-page-content .protectionpolicy .top-text {
  font-size: 30px;
  font-weight: 700;
  color: #111;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 27px;
}
.content .content-container .sub-page .sub-page-left .sub-page-content .protectionpolicy .mid-text {
  font-size: 15px;
  font-weight: 400;
  color: #333;
  line-height: 160%;
  margin-bottom: 100px;
}
.content .content-container .sub-page .sub-page-left .sub-page-content .protectionpolicy .mid-text .top-box {
  border: 1px solid #ccc;
  border-radius: 6px;
  padding: 16px;
  line-height: 180%;
  margin-bottom: 24px;
}
.content .content-container .sub-page .sub-page-left .sub-page-content .protectionpolicy .mid-text .top-box ul {
  padding: 6px;
  list-style: none;
}
.content .content-container .sub-page .sub-page-left .sub-page-content .protectionpolicy .mid-text .top-box ul li {
  color: #222;
  font-weight: 500;
}
.content .content-container .sub-page .sub-page-left .sub-page-content .protectionpolicy .mid-text .group-title {
  font-size: 16px;
  font-weight: 500;
  color: #111;
  line-height: 150%;
  margin-bottom: 7px;
}
.content .content-container .sub-page .sub-page-left .sub-page-content .protectionpolicy .mid-text .group-text {
  font-size: 14px;
  font-weight: 500;
  color: #555;
  margin-bottom: 24px;
  padding-left: 8px;
}
.content .content-container .sub-page .sub-page-left .sub-page-content .denycrawlemail {
  padding: 20px;
}
.content .content-container .sub-page .sub-page-left .sub-page-content .denycrawlemail .top-text {
  font-size: 30px;
  font-weight: 700;
  color: #111;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
}
.content .content-container .sub-page .sub-page-left .sub-page-content .denycrawlemail .mid-text {
  font-size: 15px;
  font-weight: 400;
  color: #333;
  line-height: 250%;
  margin-bottom: 300px;
}
.content .content-container .sub-page .sub-page-right .sub-menu {
  margin-top: 30px;
}
.content .content-container .sub-page .sub-page-right .sub-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.content .content-container .sub-page .sub-page-right .sub-menu ul li {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  height: 48px;
  line-height: 48px;
  font-size: 15px;
  font-weight: 400;
  color: #222;
  padding-left: 16px;
  border-bottom: 1px solid #bbb;
}
.content .content-container .sub-page .sub-page-right .sub-menu ul li:last-child {
  border-bottom: none;
}
.content .content-container .sub-page .sub-page-right .sub-menu ul li.active {
  padding-left: 20px;
  font-weight: 700;
  color: #111;
  border-left: 10px solid #aaaaaa;
}

.embed-container {
  position: relative;
  margin-top: 36px;
  margin-bottom: 36px;
  height: 422px;
  overflow: hidden;
  max-width: 100%;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.main-ticker {
  width: 1335px;
  height: 36px;
  margin: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  margin-bottom: 8px;
}
.main-ticker .left-area {
  flex-basis: 100px;
  border-radius: 4px;
  margin-right: 4px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  background: #c4c4c4;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.2px;
}
.main-ticker .right-area {
  flex: 1;
  padding-left: 20px;
  text-align: left;
}

.main-top {
  width: 1335px;
  height: auto;
  margin: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  margin-bottom: 28px;
}
.main-top .left-area {
  flex-basis: 780px;
}
.main-top .center-area {
  flex-basis: 180px;
  border-right: 1px solid #ddd;
  padding-left: 24px;
}
.main-top .center-area ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.main-top .center-area ul li {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  width: 154px;
  padding-bottom: 6px;
  margin-top: 6px;
}
.main-top .center-area ul li:first-child {
  margin-top: 0;
}
.main-top .center-area ul li:last-child {
  margin-bottom: 0;
}
.main-top .center-area ul li .thumbnail {
  flex-basis: 90px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border-radius: 4px;
  cursor: pointer;
}
.main-top .center-area ul li .title {
  height: 40px;
  line-height: 20px;
  font-size: 14px;
  font-weight: 500;
  padding-top: 2px;
  padding-right: 8px;
  overflow: hidden;
}
.main-top .right-area {
  flex-basis: 326px;
  margin-left: 24px;
}
.main-top .right-area ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.main-top .right-area ul li {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  height: 75px;
  padding-bottom: 6px;
  margin-top: 6px;
  border-bottom: 1px solid #eee;
}
.main-top .right-area ul li:first-child {
  margin-top: 0;
}
.main-top .right-area ul li:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
.main-top .right-area ul li .thumbnail {
  flex-basis: 110px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border-radius: 4px;
  cursor: pointer;
}
.main-top .right-area ul li .title {
  height: 70px;
  flex: 1;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: -0.3px;
  padding-top: 2px;
  padding-right: 8px;
  overflow: hidden;
}

.main-middle {
  width: 1335px;
  height: auto;
  margin: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  margin-bottom: 24px;
}
.main-middle .left-area {
  flex-basis: 960px;
  margin-right: 24px;
  padding-top: 24px;
  border-top: 1px solid #333;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.main-middle .left-area .middle-article {
  flex: 1;
  margin-right: 24px;
}
.main-middle .left-area .middle-article ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.main-middle .left-area .middle-article ul li {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  padding-bottom: 8px;
  margin-top: 8px;
  border-bottom: 1px solid #eee;
}
.main-middle .left-area .middle-article ul li:first-child {
  margin-top: 0;
}
.main-middle .left-area .middle-article ul li:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
.main-middle .left-area .middle-article ul li .title {
  flex-basis: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 20px;
  font-weight: 700;
  padding-left: 4px;
  margin-bottom: 4px;
  overflow: hidden;
  color: black;
}
.main-middle .left-area .middle-article ul li .thum-summary {
  flex-basis: 100px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.main-middle .left-area .middle-article ul li .thum-summary .thumbnail {
  flex-basis: 150px;
  height: 100px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border-radius: 4px;
  border: 1px solid #eee;
  cursor: pointer;
}
.main-middle .left-area .middle-article ul li .thum-summary .summary {
  flex: 1;
  height: 100px;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.5px;
  color: #555;
  padding-left: 16px;
  overflow: hidden;
}
.main-middle .left-area .middle2-article {
  flex-basis: 355px;
  border-left: 1px solid #ddd;
  padding-left: 24px;
}
.main-middle .left-area .middle2-article ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.main-middle .left-area .middle2-article ul li {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  height: 85px;
  padding-bottom: 8px;
  margin-top: 8px;
  border-bottom: 1px solid #eee;
}
.main-middle .left-area .middle2-article ul li:first-child {
  margin-top: 0;
}
.main-middle .left-area .middle2-article ul li:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
.main-middle .left-area .middle2-article ul li .thumbnail {
  flex-basis: 80px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border-radius: 4px;
  border: 1px solid #eee;
  cursor: pointer;
}
.main-middle .left-area .middle2-article ul li .title {
  flex: 1;
  height: 72px;
  font-size: 16px;
  font-weight: 500;
  padding-top: 6px;
  padding-left: 22px;
  padding-bottom: 6px;
  letter-spacing: -0.4px;
  overflow: hidden;
}
.main-middle .right-area {
  flex-basis: 276px;
  padding-left: 24px;
  border-left: 1px solid #ddd;
  text-align: right;
}

.category-title {
  font-size: 20px;
  font-weight: 900;
  color: black;
  padding-left: 8 px;
  margin-top: 20px;
  margin-bottom: 16px;
}

.main-category {
  display: flex;
  position: relative;
  flex-direction: row;
  flex-flow: row wrap;
  margin-bottom: 12px;
  width: 100%;
}
.main-category .category {
  flex-basis: 429px;
  background: white;
  margin-right: 24px;
  margin-bottom: 28px;
  border-radius: 6px;
  border-bottom: 1px solid #999;
  box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.2);
}
.main-category .category:nth-child(3n) {
  margin-right: 0;
}
.main-category .category .category-article {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.main-category .category .category-article .article {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  margin-left: 24px;
  margin-right: 24px;
  padding-top: 12px;
  padding-bottom: 12px;
  border-top: 1px solid #ccc;
}
.main-category .category .category-article .article:first-child {
  flex-direction: column;
  margin: 0;
  padding: 0;
  border-top: none;
}
.main-category .category .category-article .article:first-child .thumbnail {
  flex-basis: 230px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.main-category .category .category-article .article:first-child .title {
  flex-basis: 68px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
  align-items: center;
}
.main-category .category .category-article .article:last-child {
  margin-bottom: 0;
}
.main-category .category .category-article .article .thumbnail {
  flex-basis: 90px;
  height: 70px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  cursor: pointer;
}
.main-category .category .category-article .article .title {
  flex: 1;
  max-height: 70px;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: -0.3px;
  padding-top: 2px;
  padding-right: 8px;
  overflow: hidden;
}
.main-category .category .category-name {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -1.5px;
  height: 50px;
  line-height: 50px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  border-top: 1px solid #bbb;
  background: #f3f3f3;
  cursor: pointer;
}
.main-category .category .category-name .more {
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 0;
  margin-left: 6px;
}

.main-best-recommend {
  display: flex;
  position: relative;
  flex-direction: row;
  flex-flow: nowrap;
  margin-bottom: 12px;
  width: 100%;
  margin-top: 36px;
  margin-bottom: 36px;
}
.main-best-recommend .rank-list {
  flex-basis: 415px;
  margin-right: 16px;
}
.main-best-recommend .rank-list .rank-title {
  height: 30px;
  line-height: 30px;
  font-size: 19px;
  font-weight: 700;
  letter-spacing: -1px;
  margin-bottom: 18px;
  color: darkblue;
}
.main-best-recommend .rank-list .rank-title.recommend {
  color: darkgreen;
}
.main-best-recommend .rank-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.main-best-recommend .rank-list ul li {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  height: 24px;
  margin-bottom: 22px;
}
.main-best-recommend .rank-list ul li:nth-child(1) .rank {
  color: black;
}
.main-best-recommend .rank-list ul li:nth-child(1) .title > a {
  color: black;
}
.main-best-recommend .rank-list ul li:nth-child(2) .rank {
  color: #444;
}
.main-best-recommend .rank-list ul li:nth-child(2) .title > a {
  color: #444;
}
.main-best-recommend .rank-list ul li:nth-child(3) .rank {
  color: #666;
}
.main-best-recommend .rank-list ul li:nth-child(3) .title > a {
  color: #666;
}
.main-best-recommend .rank-list ul li:nth-child(4) .rank {
  color: #888;
}
.main-best-recommend .rank-list ul li:nth-child(4) .title > a {
  color: #888;
}
.main-best-recommend .rank-list ul li:nth-child(5) .rank {
  color: #999;
}
.main-best-recommend .rank-list ul li:nth-child(5) .title > a {
  color: #999;
}
.main-best-recommend .rank-list ul li .rank {
  flex-basis: 30px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  font-size: 18px;
  font-style: italic;
  font-weight: 900;
}
.main-best-recommend .rank-list ul li .title {
  flex: 1;
  height: 26px;
  line-height: 26px;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: -1px;
  padding-left: 4px;
  padding-right: 8px;
  overflow: hidden;
}
.main-best-recommend .cate-slide {
  flex: 1;
  margin-left: 24px;
}
.main-best-recommend .cate-slide .cate-slide-title {
  margin-bottom: 18px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.main-best-recommend .cate-slide .cate-slide-title .title {
  flex: 1;
  height: 30px;
  line-height: 30px;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -1px;
}
.main-best-recommend .cate-slide .cate-slide-title .more {
  flex-basis: 80px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  font-weight: 400;
  text-align: right;
  padding-left: 8px;
}

.swiper.main {
  width: 780px;
  height: 433px;
}
.swiper.main .main-slide {
  position: relative;
  width: 780px;
  height: 433px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border-radius: 6px;
}
.swiper.main .main-slide .caption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc(100% - 16px);
  height: 100px;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
  font-size: 24px;
  font-weight: 700;
  color: white;
  text-shadow: 2px 2px 2px black;
  padding-top: 60px;
  padding-left: 20px;
  padding-right: 20px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  cursor: pointer;
}

.swiper.main-cate {
  width: 449px;
  height: 250px;
}
.swiper.main-cate .swiper-wrapper .swiper-slide .main-cate-slide {
  position: relative;
  width: 449px;
  height: 250px;
}
.swiper.main-cate .swiper-wrapper .swiper-slide .main-cate-slide .thumbnail {
  width: 449px;
  height: 210px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.swiper.main-cate .swiper-wrapper .swiper-slide .main-cate-slide .caption {
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.5px;
  overflow: hidden;
}
.swiper.main-cate .swiper-pagination {
  top: 0;
  right: 16px;
  text-align: right;
}

.swiper.main-ticker {
  width: 1230px;
  height: 36px;
}
.swiper.main-ticker .swiper-wrapper .swiper-slide .main-ticker-slide {
  height: 36px;
  line-height: 36px;
}
.swiper.main-ticker .swiper-wrapper .swiper-slide .main-ticker-slide a {
  overflow: hidden;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: -0.5px;
}

.content .content-container .sub-page.category .sub-page-left .category-header {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  height: 40px;
  line-height: 40px;
}
.content .content-container .sub-page.category .sub-page-left .category-header .left-area {
  flex: 1;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -1px;
  padding-left: 4px;
}
.content .content-container .sub-page.category .sub-page-left .category-header .left-area a {
  color: #444;
}
.content .content-container .sub-page.category .sub-page-left .category-header .left-area .category-name {
  font-size: 26px;
  color: #000;
}
.content .content-container .sub-page.category .sub-page-left .category-header .left-area i {
  font-size: 16px;
  color: #777;
  padding-left: 8px;
}
.content .content-container .sub-page.category .sub-page-left .category-header .left-area .count {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  margin-left: 12px;
}
.content .content-container .sub-page.category .sub-page-left .category-header .right-area {
  flex-basis: 300px;
  text-align: right;
}
.content .content-container .sub-page.category .sub-page-left .category-header .right-area .all {
  height: 40px;
  line-height: 40px;
  padding-right: 8px;
}
.content .content-container .sub-page.category .sub-page-left .category-header .right-area .view-type {
  display: inline-block;
  width: 40px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  margin-right: 8px;
  margin-top: 4px;
  font-size: 20px;
  color: #666;
  border: 1px solid #999;
  border-radius: 4px;
}
.content .content-container .sub-page.category .sub-page-left .category-header .right-area .view-type.active {
  background: #cecece;
  border: 1px solid black;
  color: black;
}
.content .content-container .sub-page.category .sub-page-left .cate-top-slide {
  margin-top: 8px;
  margin-bottom: 32px;
}
.content .content-container .sub-page.category .sub-page-left .cate-top-list {
  width: 100%;
  margin-bottom: 22px;
}
.content .content-container .sub-page.category .sub-page-left .cate-top-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.content .content-container .sub-page.category .sub-page-left .cate-top-list ul li {
  width: 456px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  padding-bottom: 6px;
  margin-right: 25px;
  margin-bottom: 16px;
}
.content .content-container .sub-page.category .sub-page-left .cate-top-list ul li:nth-child(2n) {
  margin-right: 0;
}
.content .content-container .sub-page.category .sub-page-left .cate-top-list ul li .title {
  height: 30px;
  line-height: 30px;
  font-size: 17px;
  font-weight: 500;
  padding-bottom: 2px;
  overflow: hidden;
}
.content .content-container .sub-page.category .sub-page-left .cate-top-list ul li .article-info {
  flex: 1;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.content .content-container .sub-page.category .sub-page-left .cate-top-list ul li .article-info .thumbnail {
  flex-basis: 90px;
  height: 64px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  cursor: pointer;
}
.content .content-container .sub-page.category .sub-page-left .cate-top-list ul li .article-info .summary {
  flex: 1;
  height: 64px;
  line-height: 20px;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.5px;
  color: #666;
  padding-left: 8px;
  overflow: hidden;
}
.content .content-container .sub-page.category .sub-page-left .category-articles ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.content .content-container .sub-page.category .sub-page-left .category-articles ul li {
  height: 98px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  border-top: 1px solid #ccc;
  padding-top: 12px;
  margin-top: 16px;
  margin-bottom: 16px;
}
.content .content-container .sub-page.category .sub-page-left .category-articles ul li:last-child {
  padding-bottom: 16px;
  border-bottom: 1px solid #ccc;
}
.content .content-container .sub-page.category .sub-page-left .category-articles ul li .thumbnail {
  flex-basis: 160px;
  min-width: 160px;
  max-width: 160px;
  height: 98px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border: 1px solid #eee;
}
.content .content-container .sub-page.category .sub-page-left .category-articles ul li .article-info {
  flex: 1;
  max-width: 758px;
  width: 877px;
  margin-left: 16px;
}
.content .content-container .sub-page.category .sub-page-left .category-articles ul li .article-info .title {
  flex: 1;
  height: 28px;
  line-height: 28px;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #111;
}
.content .content-container .sub-page.category .sub-page-left .category-articles ul li .article-info .summary {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.5px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: #666;
}
.content .content-container .sub-page.category .sub-page-left .category-articles ul li .article-info .editor-regdate {
  font-size: 14px;
  font-weight: 400;
  color: #999;
  margin-top: 6px;
}
.content .content-container .sub-page.category .sub-page-left .sub-page-content {
  height: auto;
  width: 937px;
  padding-top: 8px;
}
.content .content-container .sub-page.category .sub-page-left .sub-page-content .category-all-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.content .content-container .sub-page.category .sub-page-left .sub-page-content .category-all-list ul li {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  margin-top: 4px;
  margin-bottom: 4px;
}
.content .content-container .sub-page.category .sub-page-left .sub-page-content .category-all-list ul li:nth-child(5n) {
  border-bottom: 1px solid #bbb;
  padding-bottom: 12px;
  margin-bottom: 12px;
}
.content .content-container .sub-page.category .sub-page-left .sub-page-content .category-all-list ul li:last-child {
  padding-bottom: 16px;
  border-bottom: 1px solid #ccc;
}
.content .content-container .sub-page.category .sub-page-left .sub-page-content .category-all-list ul li .title-area {
  flex: 1;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -1px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #111;
  margin-bottom: 6px;
}
.content .content-container .sub-page.category .sub-page-left .sub-page-content .category-all-list ul li .title-area .category {
  font-size: 13px;
  letter-spacing: -0.5px;
  font-weight: 400;
  color: #777;
  margin-right: 4px;
}
.content .content-container .sub-page.category .sub-page-left .sub-page-content .category-all-list ul li .right-area {
  flex-basis: 230px;
  height: 30px;
  line-height: 30px;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: -0.5px;
  color: #777;
  text-align: right;
}
.content .content-container .sub-page.category .sub-page-left .sub-page-content .category-all-web ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.content .content-container .sub-page.category .sub-page-left .sub-page-content .category-all-web ul li {
  height: 110px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  border-top: 1px solid #ccc;
  padding-top: 12px;
  margin-top: 16px;
  margin-bottom: 16px;
}
.content .content-container .sub-page.category .sub-page-left .sub-page-content .category-all-web ul li:last-child {
  padding-bottom: 16px;
  border-bottom: 1px solid #ccc;
}
.content .content-container .sub-page.category .sub-page-left .sub-page-content .category-all-web ul li .thumbnail {
  flex-basis: 180px;
  min-width: 180px;
  max-width: 180px;
  height: 110px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border: 1px solid #eee;
}
.content .content-container .sub-page.category .sub-page-left .sub-page-content .category-all-web ul li .article-info {
  flex: 1;
  max-width: 738px;
  width: 877px;
  margin-left: 16px;
}
.content .content-container .sub-page.category .sub-page-left .sub-page-content .category-all-web ul li .article-info .title {
  flex: 1;
  height: 30px;
  line-height: 30px;
  font-size: 20px;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #111;
  margin-bottom: 6px;
}
.content .content-container .sub-page.category .sub-page-left .sub-page-content .category-all-web ul li .article-info .summary {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.5px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: #666;
}
.content .content-container .sub-page.category .sub-page-left .sub-page-content .category-all-web ul li .article-info .editor-regdate {
  font-size: 14px;
  font-weight: 400;
  color: #999;
  margin-top: 6px;
}
.content .content-container .sub-page.category .sub-page-left .sub-page-content .category-all-image ul {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 16px;
  display: flex;
  flex-wrap: wrap;
}
.content .content-container .sub-page.category .sub-page-left .sub-page-content .category-all-image ul li {
  flex-basis: 295px;
  height: 230px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  margin-right: 22px;
  margin-bottom: 28px;
  border: 1px solid #d6d6d6;
  border-radius: 6px;
  box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.1);
}
.content .content-container .sub-page.category .sub-page-left .sub-page-content .category-all-image ul li:nth-child(3n) {
  margin-right: 0;
}
.content .content-container .sub-page.category .sub-page-left .sub-page-content .category-all-image ul li .thumbnail {
  width: auto;
  height: 170px;
  min-height: 170px;
  max-height: 170px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom: 1px solid #d6d6d6;
  margin-bottom: 4px;
}
.content .content-container .sub-page.category .sub-page-left .sub-page-content .category-all-image ul li .title {
  height: 48px;
  line-height: 22px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.5px;
  padding: 0 8px 0 8px;
  color: #111;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.content .content-container .sub-page.category .sub-page-left .sub-page-content .nocategory {
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  color: #333;
  padding-top: 200px;
}
.swiper.cate-top {
  width: 937px;
  height: 230px;
}
.swiper.cate-top .swiper-wrapper .swiper-slide .slide-cate-top {
  width: 937px;
  height: 230px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.swiper.cate-top .swiper-wrapper .swiper-slide .slide-cate-top .thumbnail {
  flex-basis: 300px;
  width: 360px;
  height: 210px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.swiper.cate-top .swiper-wrapper .swiper-slide .slide-cate-top .caption {
  flex: 1;
  padding-left: 18px;
  height: 210px;
  overflow: hidden;
}
.swiper.cate-top .swiper-wrapper .swiper-slide .slide-cate-top .caption .title {
  max-height: 84px;
  line-height: 42px;
  font-size: 30px;
  font-weight: 300;
  letter-spacing: -2px;
  overflow: hidden;
  margin-bottom: 6px;
}
.swiper.cate-top .swiper-wrapper .swiper-slide .slide-cate-top .caption .summary {
  line-height: 24px;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: -1px;
  overflow: hidden;
}
.swiper.cate-top .swiper-pagination {
  bottom: 0;
  right: 20px;
  text-align: right;
}

.content .content-container .sub-page.view .sub-page-left .view-header {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  height: 46px;
  line-height: 46px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 16px;
}
.content .content-container .sub-page.view .sub-page-left .view-header .left-area {
  flex: 1;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -1px;
  padding-left: 4px;
}
.content .content-container .sub-page.view .sub-page-left .view-header .left-area a {
  color: #444;
}
.content .content-container .sub-page.view .sub-page-left .view-header .left-area .category-name {
  font-size: 26px;
  color: #000;
}
.content .content-container .sub-page.view .sub-page-left .view-header .left-area i {
  font-size: 16px;
  color: #777;
  padding-left: 8px;
}
.content .content-container .sub-page.view .sub-page-left .view-header .right-area {
  flex-basis: 300px;
}
.content .content-container .sub-page.view .sub-page-left .view-header .right-area .all {
  height: 40px;
  line-height: 40px;
  text-align: right;
  padding-right: 8px;
}
.content .content-container .sub-page.view .sub-page-left .view-header .right-area .view-type {
  text-align: right;
  padding-right: 12px;
  font-weight: 500;
}
.content .content-container .sub-page.view .sub-page-left .view-header .right-area .view-type span.active {
  color: #6f6f6f;
}
.swiper.cate-top {
  width: 937px;
  height: 230px;
  padding: 0;
  margin: 0;
}
.swiper.cate-top .cate-top-slide {
  width: 937px;
  height: 230px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.swiper.cate-top .cate-top-slide .thumbnail {
  flex-basis: 300px;
  width: 360px;
  height: 210px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.swiper.cate-top .cate-top-slide .caption {
  flex: 1;
  padding-left: 18px;
  height: 210px;
  overflow: hidden;
}
.swiper.cate-top .cate-top-slide .caption .title {
  max-height: 84px;
  line-height: 42px;
  font-size: 30px;
  font-weight: 300;
  letter-spacing: -2px;
  overflow: hidden;
  margin-bottom: 6px;
}
.swiper.cate-top .cate-top-slide .caption .text {
  line-height: 24px;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: -1px;
  overflow: hidden;
}

.content .content-container .sub-page .sub-page-left .sub-page-content .search-header {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  height: 26px;
  line-height: 26px;
  margin-bottom: 8px;
  border-bottom: 1px dotted #bbb;
}
.content .content-container .sub-page .sub-page-left .sub-page-content .search-header.no-border {
  border-bottom: none;
}
.content .content-container .sub-page .sub-page-left .sub-page-content .search-header .page-info {
  flex-basis: 143px;
  padding-left: 8px;
}
.content .content-container .sub-page .sub-page-left .sub-page-content .search-header .count-info {
  flex: 1;
  text-align: left;
  padding-right: 12px;
  font-weight: 400;
  font-size: 14px;
}
.content .content-container .sub-page .sub-page-left .sub-page-content .search-header .count-info .word {
  color: #1676ff;
  font-weight: 900;
}
.content .content-container .sub-page .sub-page-left .sub-page-content .search-header .count-info .count {
  font-weight: 900;
  margin-left: 16px;
}
.content .content-container .sub-page .sub-page-left .sub-page-content .search-noresult {
  padding: 100px;
}
.content .content-container .sub-page .sub-page-left .sub-page-content .search-noresult .message {
  font-size: 15px;
  font-weight: 400;
  color: #333;
  margin-bottom: 50px;
}
.content .content-container .sub-page .sub-page-left .sub-page-content .search-noresult .message .query {
  font-weight: 900;
  color: #111;
}
.content .content-container .sub-page .sub-page-left .sub-page-content .search-noresult .guide {
  line-height: 28px;
  font-size: 14px;
  font-weight: 400;
  color: #333;
  margin-bottom: 300px;
}
.content .content-container .sub-page .sub-page-left .sub-page-content .search-noresult .guide i {
  color: #bbb;
  margin-right: 12px;
}
.content .content-container .sub-page .sub-page-left .sub-page-content .search-noresult .guide .red {
  color: tomato;
  font-weight: 700;
}
.content .content-container .sub-page .sub-page-left .sub-page-content .search-noresult .guide .green {
  color: #2bb02b;
  font-weight: 700;
}
.content .content-container .sub-page .sub-page-left .sub-page-content .search-noresult .guide .green i {
  color: Limegreen;
  margin: 0;
}
.content .content-container .sub-page .sub-page-left .sub-page-content ul.search-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.content .content-container .sub-page .sub-page-left .sub-page-content ul.search-list li {
  margin-bottom: 32px;
  height: 80px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.content .content-container .sub-page .sub-page-left .sub-page-content ul.search-list li .thumbnail {
  flex-basis: 130px;
  max-width: 130px;
  height: 80px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border: 1px solid #f0f0f0;
  border-radius: 4px;
}
.content .content-container .sub-page .sub-page-left .sub-page-content ul.search-list li .article-info {
  flex: 1;
  width: 877px;
  margin-left: 16px;
}
.content .content-container .sub-page .sub-page-left .sub-page-content ul.search-list li .article-info .title-line {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  height: 28px;
  line-height: 28px;
  margin-bottom: 8px;
}
.content .content-container .sub-page .sub-page-left .sub-page-content ul.search-list li .article-info .title-line .title {
  flex: 1;
  font-size: 17px;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #111;
}
.content .content-container .sub-page .sub-page-left .sub-page-content ul.search-list li .article-info .title-line .reg-date {
  flex-basis: 80px;
  text-align: right;
  padding-right: 8px;
  font-size: 12px;
  color: #666;
}
.content .content-container .sub-page .sub-page-left .sub-page-content ul.search-list li .article-info .summary {
  font-size: 14px;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: #666;
}

.content .content-container .sub-page .sub-page-left .sub-page-content .article-header {
  padding: 8px;
  padding-bottom: 4px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
}
.content .content-container .sub-page .sub-page-left .sub-page-content .article-header .title {
  font-size: 32px;
  font-weight: 700;
  color: #111;
  margin-bottom: 10px;
}
.content .content-container .sub-page .sub-page-left .sub-page-content .article-header .subject {
  font-size: 24px;
  font-weight: 500;
  color: #666;
  margin-bottom: 10px;
}
.content .content-container .sub-page .sub-page-left .sub-page-content .article-header .author-regdate {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  height: 32px;
  line-height: 32px;
  margin-top: 24px;
}
.content .content-container .sub-page .sub-page-left .sub-page-content .article-header .author-regdate .author {
  flex: 1;
  height: 24px;
  line-height: 24px;
  padding-left: 16px;
  font-size: 13px;
  font-weight: 400;
  color: #666;
}
.content .content-container .sub-page .sub-page-left .sub-page-content .article-header .author-regdate .author i {
  color: #999;
  margin-right: 4px;
}
.content .content-container .sub-page .sub-page-left .sub-page-content .article-header .author-regdate .regdate {
  flex-basis: 200px;
  height: 24px;
  line-height: 24px;
  text-align: right;
  font-size: 13px;
  font-weight: 400;
  color: #666;
}
.content .content-container .sub-page .sub-page-left .sub-page-content .article-header .author-regdate .regdate i {
  color: #999;
  margin-right: 4px;
}
.content .content-container .sub-page .sub-page-left .sub-page-content .article-header .author-regdate .zoom {
  flex-basis: 80px;
  text-align: right;
}
.content .content-container .sub-page .sub-page-left .sub-page-content .article-header .author-regdate .zoom i {
  font-size: 20px;
  color: #666;
  margin: 0 4px;
  cursor: pointer;
}
.content .content-container .sub-page .sub-page-left .sub-page-content .article-header .author-regdate .zoom i:hover {
  color: #111;
}
.content .content-container .sub-page .sub-page-left .sub-page-content .article-header .author-regdate .share {
  flex-basis: 200px;
  position: relative;
  height: 32px;
  line-height: 32px;
  padding-right: 35px;
}
.content .content-container .sub-page .sub-page-left .sub-page-content .article-header .author-regdate .share #kakaotalk-sharing-btn {
  position: absolute;
  display: inline;
  margin-left: 4px;
  height: 26px;
  line-height: 40px;
  top: 0;
  right: 0;
}
.content .content-container .sub-page .sub-page-left .sub-page-content .article-header .author-regdate .share #kakaotalk-sharing-btn img {
  height: 26px;
}
.content .content-container .sub-page .sub-page-left .sub-page-content .article-content .no-content {
  display: block;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  color: #333;
  padding-top: 200px;
  padding-bottom: 200px;
}
.content .content-container .sub-page .sub-page-left .sub-page-content .article-content .main-text {
  display: block;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  line-height: 175%;
  text-align: justify;
  padding: 8px 4px 20px 4px;
  border-bottom: 1px dotted #999;
}
.content .content-container .sub-page .sub-page-left .sub-page-content .article-content .article-copyright {
  display: block;
  height: 28px;
  line-height: 28px;
  font-size: 14px;
  font-weight: 400;
  color: #666;
  padding-left: 8px;
}
.content .content-container .sub-page .sub-page-left .sub-page-content .article-content .article-tags {
  display: block;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  margin: 16px 0 28px 0;
}
.content .content-container .sub-page .sub-page-left .sub-page-content .article-content .article-tags .tags-title {
  position: relative;
  display: inline-block;
  flex-basis: 36px;
  background: red;
  height: 26px;
  line-height: 26px;
  font-size: 13px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  background: DarkOliveGreen;
  border-radius: 3px;
  padding-left: 8px;
  padding-right: 8px;
  margin-right: 16px;
}
.content .content-container .sub-page .sub-page-left .sub-page-content .article-content .article-tags .tags-title::before {
  content: "";
  position: absolute;
  z-index: 1;
  border-width: 6px;
  border-style: solid;
  border-color: transparent transparent transparent DarkOliveGreen;
  left: 100%;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.content .content-container .sub-page .sub-page-left .sub-page-content .article-content .article-tags .tags {
  flex: 1;
}
.content .content-container .sub-page .sub-page-left .sub-page-content .article-content .article-tags .tags a {
  margin-right: 12px;
  font-size: 14px;
}
.content .content-container .sub-page .sub-page-left .sub-page-content .article-share {
  display: block;
  height: 32px;
  line-height: 32px;
  text-align: right;
}
.content .content-container .sub-page .sub-page-left .sub-page-content .article-share i {
  font-size: 28px;
  margin-left: 8px;
  cursor: pointer;
}
.content .content-container .sub-page .sub-page-left .sub-page-content .article-share i.fa-print {
  font-size: 26px;
  color: MediumSeaGreen;
}
.content .content-container .sub-page .sub-page-left .sub-page-content .article-share i.fa-external-link-square {
  color: DarkOrchid;
}
.content .content-container .sub-page .sub-page-left .sub-page-content .article-share i.fa-square-twitter {
  color: DodgerBlue;
}
.content .content-container .sub-page .sub-page-left .sub-page-content .article-share i.fa-square-facebook {
  color: SteelBlue;
}
.content .content-container .sub-page .sub-page-left .sub-page-content .article-related,
.content .content-container .sub-page .sub-page-left .sub-page-content .article-previous {
  margin: 0;
  padding: 0;
  border: 1px solid #ccc;
  background: white;
  padding-top: 8px;
  margin-bottom: 16px;
}
.content .content-container .sub-page .sub-page-left .sub-page-content .article-related .ba-title,
.content .content-container .sub-page .sub-page-left .sub-page-content .article-previous .ba-title {
  height: 28px;
  line-height: 28px;
  font-size: 16px;
  font-weight: 700;
  color: #111;
  padding-left: 20px;
  margin-bottom: 8px;
  border-left: 4px solid #111;
  margin-bottom: 10px;
}
.content .content-container .sub-page .sub-page-left .sub-page-content .article-related ul,
.content .content-container .sub-page .sub-page-left .sub-page-content .article-previous ul {
  list-style: none;
  padding-left: 12px;
  padding-right: 12px;
  margin: 0;
}
.content .content-container .sub-page .sub-page-left .sub-page-content .article-related ul li,
.content .content-container .sub-page .sub-page-left .sub-page-content .article-previous ul li {
  margin-bottom: 4px;
  height: 65px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  border-bottom: 1px solid #eee;
}
.content .content-container .sub-page .sub-page-left .sub-page-content .article-related ul li:last-child,
.content .content-container .sub-page .sub-page-left .sub-page-content .article-previous ul li:last-child {
  border-bottom: none;
}
.content .content-container .sub-page .sub-page-left .sub-page-content .article-related ul li .thumbnail,
.content .content-container .sub-page .sub-page-left .sub-page-content .article-previous ul li .thumbnail {
  flex-basis: 90px;
  max-width: 90px;
  height: 60px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border: 1px solid #f0f0f0;
  border-radius: 4px;
  margin-right: 16px;
}
.content .content-container .sub-page .sub-page-left .sub-page-content .article-related ul li .title,
.content .content-container .sub-page .sub-page-left .sub-page-content .article-previous ul li .title {
  flex: 1;
  background: white;
  height: 60px;
  line-height: 22px;
  font-size: 15px;
  font-weight: 400;
  color: #111;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: #666;
  display: flex;
  align-items: center;
}
