/* 公共样式 */
a {
  color: #008180;
  text-decoration: none;
}

a:hover {
  color: #00979b;
  border-bottom: 1px dotted #00979b;
}

.search-link {
  font-size: 12px;
}

.search-link span {
  background-color: #ffff00;
  font-weight: bold;
}

.search-box input,
.search-box button {
  font-size: 12px;
}

.search-box input {
  border-radius: 5px 0 0 5px;
  border-color: #008180;
}

.search-box button {
  min-width: 50px;
  border-radius: 0 5px 5px 0;
  background-color: #008180;
  color: #ffffff;
}

.search-box button:hover,
.search-box button:active,
.search-box button:focus {
  color: #ffffff;
  background-color: #009695;
}

/* 公共样式 pagination */
.TP-PAGINATION-view {
  width: fit-content;
}

.TP-PAGINATION-view .page-link {
  color: #008180;
}

.TP-PAGINATION-view .active>.page-link,
.TP-PAGINATION-view .page-link.active {
  color: #ffffff;
  background-color: #008180;
  border-color: #008180;
}

/* columnpageshow 样式 */
.TP-SIDENAVIGATION-btn {
  position: fixed;
  right: 0;
  bottom: 200px;
  width: 40px;
  height: 60px;
  font-size: 25px;
  text-align: center;
  color: #333333;
  background-color: rgba(255, 255, 255, .8);
  border-radius: 5px 0 0 5px;
  border: 2px solid #333333;
  border-right: none;
  z-index: 100;
}

.TP-SIDENAVIGATION-btn div {
  font-size: 12px;
}

.TP-SIDENAVIGATION-view {
  overflow-y: auto;
}

.TP-SIDENAVIGATION-view-categories {
  padding-bottom: 5px;
  border-bottom: 2px solid #008180;
}

.TP-SIDENAVIGATION-view-categories a {
  padding: 10px 0;
  margin: 2px 0;
  border-radius: 2px;
  text-align: center;
  color: #ffffff;
  background-color: #008180;
}

.TP-SIDENAVIGATION-view-cloumn {
  padding: 5px 0;
  font-size: 15px;
}

.TP-SIDENAVIGATION-view-cloumn i {
  margin-right: 5px;
}

.TP-SIDENAVIGATION-view-cloumn a {
  padding: 15px 0;
  border-bottom: 1px dotted #008180;
}

/* header 样式 */
.TP-HEADER-navbar-big ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
}

.TP-HEADER-navbar-big ul li {
  flex: 1;
  height: 42px;
  cursor: pointer;
  background-color: #008180;
  position: relative;
}

.TP-HEADER-navbar-big ul li:after {
  background-color: #aaa;
  content: "";
  height: 60%;
  position: absolute;
  right: 0;
  top: 20%;
  width: 1px;
}

.TP-HEADER-navbar-big ul li:last-child:after {
  display: none;
}

.TP-HEADER-navbar-big ul li:hover {
  background-color: #00979b;
}

.TP-HEADER-navbar-big ul li.active {
  background-color: #00979b;
}

.TP-HEADER-navbar-big ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #ffffff;
  text-decoration: none;
}

.TP-HEADER-breadcrumb {
  display: flex;
  align-items: flex-start;
  font-size: 14px;
}

.TP-HEADER-breadcrumb :nth-child(n+3) {
  margin-left: 10px;
}

/* home 样式 */
.TP-HOME-carousel-item {
  width: 100%;
  position: relative;
  overflow: hidden;
  /* (9/16) * 100% 16:9 */
  /* padding-top: 56.25%; */
  /* (1/1.85) * 100% 1.85:1 */
  /* padding-top: 53.95%; */
  /* (1/2.39) * 100% 2.39:1 */
  padding-top: 41.84%;
}

.TP-HOME-carousel-item:hover {
  border: none;
}

.TP-HOME-carousel-item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.TP-HOME-view {
  border: 1px solid #e4e4e4;
}

.TP-HOME-view-title {
  font-size: 20px;
  font-weight: bold;
  color: #008180;
  border-bottom: 1px solid #e4e4e4;

  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.TP-HOME-view-title a {
  font-size: 15px;
  font-weight: 500;
  color: #666666;
}

.TP-HOME-view-first {
  display: flex;
  align-items: flex-start;
  color: #333333;
  border-right: 1px solid #e4e4e4;
}

.TP-HOME-view-first:hover {
  border: none;
  border-right: 1px solid #e4e4e4;
  color: #333333;
}

.TP-HOME-view-first-left {
  margin-right: 10px;
  height: 100%;
  min-height: 130px;
  border-radius: 2px;
  overflow: hidden;
  position: relative;
  padding-left: 40%;
}

.TP-HOME-view-first-left img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.5s ease;
}

.TP-HOME-view-first-left img:hover {
  transform: scale(1.2);
  object-fit: cover;
  object-position: center;
}

.TP-HOME-view-first-right {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.TP-HOME-view-first-right div:nth-child(1) {
  color: #008180;
  font-size: 16px;
  font-weight: bold;
}

.TP-HOME-view-first-right div:nth-child(2) {
  color: #999999;
}

.TP-HOME-view-first-right div:not(:first-child) {
  font-size: 12px;
}

.TP-HOME-view-list {
  margin-left: 10px;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;

  font-size: 16px;
  color: #333333;
}

.TP-HOME-view-list::after {
  content: " ";
  position: absolute;
  left: -10px;

  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #333333;
}

.TP-HOME-view-list div:nth-child(1) {
  flex: 1;
}

.TP-HOME-view-list div:nth-child(2) {
  font-size: 14px;
  width: 200px;
  color: #999999;
}

/* footer 样式 */
.TP-FOOTER-box {
  border-top: 3px solid #008180;
  font-size: 12px;
}

.TP-FOOTER-box .icon-box {
  display: flex;
  justify-content: center;
}

.TP-FOOTER-box .icon-box img {
  height: 60px;
  width: auto;
}

/* columnpageshow 样式 */
.TP-COLUMNPAGESHOW-view {
  background-color: #f3f3f3;
  max-height: 500px;
  overflow-y: auto;
}

.TP-COLUMNPAGESHOW-view a {
  display: block;
  padding: 5px;
  width: 100%;
  color: #ffffff;
  background-color: #009695;
  border-radius: 2px;
  display: flex;
  align-items: center;
}

.TP-COLUMNPAGESHOW-view a i {
  font-size: 13px;
  margin-right: 5px;
}

.TP-COLUMNPAGESHOW-view a:not(:first-child) {
  margin-top: 2px;
}

.TP-COLUMNPAGESHOW-view a:hover {
  border: none;
}

/* mediareleases 样式 */
.TP-MEDIARELEASES-thumbnail-container {
  width: 100%;
  height: 180px;
  overflow: hidden;
  position: relative;

  border-radius: 5px;
  background:
    linear-gradient(to bottom, transparent, #255759 95%),
    linear-gradient(to right, #20797b, #00f5ff 95%);
}

.TP-MEDIARELEASES-thumbnail-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.5s ease;
}

.TP-MEDIARELEASES-thumbnail-container img:hover {
  transform: scale(1.2);
  object-fit: cover;
  object-position: center;
}

.TP-MEDIARELEASES-thumbnail-container .text-box {
  width: 100%;
  height: 100%;
  color: #ffffff;
  /* background: linear-gradient(to bottom, #00979b, #003133 95%); */

  font-size: 50px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;

  transform: rotate(-25deg);
  white-space: nowrap;
  transition: font-size 0.5s ease;
}

.TP-MEDIARELEASES-thumbnail-container .text-box:hover {
  font-size: 60px;
}

.TP-MEDIARELEASES-line {
  margin-top: 15px;
  margin-bottom: 20px;
  border-bottom: 1px solid #cccccc;
}

/* content 样式 */
.TP-CONTENT-title {
  color: #008180;
  border-bottom: 1px solid #cccccc;
}

.TP-CONTENT-time {
  display: flex;
  align-items: center;
}

/* 文章各个元素间隔 */
#article {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

/* #article * {
  margin: 5px 0;
} */

#article h1,
#article h2,
#article h3,
#article h4,
#article h5,
#article h6 {
  width: 100%;
  font-weight: normal;
}

#article h1,
#article h2,
#article h3 {
  margin: 15px auto;
  font-size: 25px;
  font-weight: 900;
}

#article h1 {
  text-align: center;
}

#article h2 {
  text-align: center;
  padding-bottom: 10px;
  border-bottom: 2px solid #e06c75;
}

#article h3 {
  border-left: 2px solid #008180;
  padding-left: 10px;
}

#article h4,
#article h5,
#article h6 {
  font-size: 15px;
  font-weight: 900;
}

#article h4 {
  text-align: left;
}

#article h5 {
  text-align: center;
}

#article h6 {
  text-align: right;
}

#article a {
  color: #2196f3;
  text-decoration: none;
  border-bottom: 1px dotted;
}

#article a:hover {
  border-bottom: 2px double;
}

#article h1 a:hover {
  border-bottom: none;
}

#article code {
  border-radius: 3px;
  box-shadow: 0px 0px 5px #999;
}

#article img {
  display: block;
  margin: 20px auto;
  max-width: 80%;
  height: auto;
  border-radius: 5px;
  box-shadow: 0px 0px 8px #999;
}

#article pre {
  font-size: 14px;
  margin: 20px 0 15px;
}

#article p {
  width: 100%;
  margin: 0 0 10px;
  line-height: 30px;
  text-indent: 2em;
}

/* 表格处理 */
#article table {
  width: 100%;
  border: 0;
  margin: 20px 0 50px 0;
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 35px;
  border-radius: 8px;
  box-shadow: 0px 0px 5px #999;
}

#article table th {
  background: #73b1e0;
  font-weight: 800;
  font-size: 18px;
  text-align: left;
  line-height: 35px;
  color: #fff;
}

#article table tr:nth-child(odd) {
  background: #f4f4f4;
}

#article table tr:hover,
#article table td:hover {
  background: #badbf5;
  color: #fff;
}

#article table td,
table th {
  padding: 5px 20px 5px 20px;
}

#article table tr:first-child th:first-child {
  border-top-left-radius: 3px;
}

#article table tr:first-child th:last-child {
  border-top-right-radius: 3px;
}

#article table tr:last-child td:first-child {
  border-bottom-left-radius: 3px;
}

#article table tr:last-child td:last-child {
  border-bottom-right-radius: 3px;
}