@charset "UTF-8";

/*About*/
.single-head {
    padding: 20px;
    margin-top: 34px;
    position: relative;
    z-index: 5;
    overflow: hidden;
    border-radius: 0;
    background-color: #fff;
    /*border-bottom: 6px solid #015b67;*/
    -webkit-box-shadow: 0px 1px 30px 0px rgba(32, 32, 32, 0.11);
            box-shadow: 0px 1px 30px 0px rgba(32, 32, 32, 0.11);
}

.single-head-right {
    margin-top: 30px;
    position: relative;
    z-index: 5;
    overflow: hidden;
    border-radius: 0;
    background-color: #fff;
    /*border-bottom: 6px solid #015b67;*/
    -webkit-box-shadow: 0px 1px 30px 0px rgba(32, 32, 32, 0.11);
            box-shadow: 0px 1px 30px 0px rgba(32, 32, 32, 0.11);
}

.single-info {
  text-align: left;
  margin: 15px 0;
  position: relative;
}

.post-single-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.post-single-time {
    margin-left: auto; /* 讓時間靠右 */
}

.index_title {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.2;
    position: relative;
    margin: 25px -20px 10px -10px;
    z-index: 10;
    color: #797979;
    width: 100%;
    text-align: left;
}

.index_title span{
    position: absolute;
    content: '';
    width: 100%;
    height: 3px;
    top: 35%;
    left: 0;
    transform: translate(0px, -50%);
    background: linear-gradient(90deg, #016DB8 0%, #46AA94 100%, #46AA94 100%);
    z-index: -3;
}
.index_title h2{
    font-size: inherit;
    line-height: initial;
    padding: 0;
    margin: 0;
    display: inline-block;
    font-weight: inherit;
    position: relative;
    padding-left: 17px;
    letter-spacing: 2px;
    /*  */
    /* z-index: 11; */
}	
.index_title h2 span{
    display: inline-block;
    position: unset;
    width: unset;
    height: unset;
    transform: translate(0,0);
    background: transparent;
    color: var(--primary_color );
    margin-bottom: 20px;
}

.index_title h2::before{
    position: absolute;
    content: '';
    background:#ffaf0036;
    /* background:red; */
    width: 70px;
    height: 70px;
    top: 35%;
    left: 12px;
    transform: translate(0px, -50%);
    z-index: -1;
    border-radius: 50%;
}	

.index_title h2::after{
    position: absolute;
    content: '';
    background-color: #fff;
    width: calc(100% + 10px);
    /* height: 46px; */
    height: 16px;
    top: 40%;
    left: 0;
    transform: translate(0px, -50%);
    z-index: -2;
}

.form-main {
    padding: 15px 30px 40px;
    background-color: #fff;
    -webkit-box-shadow: 0px 1px 30px 0px rgba(32, 32, 32, 0.11);
    box-shadow: 0px 1px 30px 0px rgba(32, 32, 32, 0.11);
    height: 100%;
    min-height: 650px;
    /*border-bottom: 6px solid #015b67;*/
}

.pageContent_topArea {
    padding: 0px 0px 0px 30px;
    /*border-bottom: 1px solid #016db8;*/
    margin-bottom: 0px;
    margin-top: 20px; 
}

.crumb_bg {
    color: #777777;
    font-size: 14px;
}

.crumb_area {
    display: flex;
    flex-wrap: wrap;
    text-align: right;
}

.crumb_area a {
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    color: var(--primary_color);
    font-size: 14px;
    line-height: 22px;
    transition: 0.3s ease all;
}

.crumb_area span {
    display: block;
    font-size: 14px;
    line-height: 20px;
    box-sizing: border-box;
    font-weight: 700;
    margin: 0 5px;
}

.crumb_area .active {
  font-weight: 700;
  color: #1091a5;
}

.crumb_area i {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  line-height: 20px;
}

.right_title {
  font-size: 20px;
  font-weight: 700;
  color: #777;
  line-height: 1.3;
  position: relative;
  border-bottom: 2px solid #1091a5;
  padding-bottom: 0px;
  text-align: left;
  padding-top: 20px;
}

.right_title:after {
    position: absolute;
    content: '';
    bottom: -1px;
    background: #1091a5;
    width: 150px;
    height: 20px;
    right: 0px;
    border-radius: 5px 5px 0px 0px;
}

.right_title strong {
  display: inline-block; /* 確保寬度限制生效 */
  width: 80%; /* 限制文字顯示範圍 */
}

.content_title {
  font-size: 20px;
  font-weight: 700;
  color: #777;
  line-height: 1.3;
  position: relative;
  border-bottom: 2px solid #1091a5;
  padding-bottom: 0px;
  text-align: left;
  padding-top: 20px;
}

.content_title:after {
  position: absolute;
  content: '';
  bottom: -1px;
  background: #1091a5;
  width: 62px;
  height: 10px;
  right: 0px;
}

.content_title strong {
  display: inline-block; /* 確保寬度限制生效 */
  width: 95%; /* 限制文字顯示範圍 */
}

.left_title {
  font-size: 20px;
  letter-spacing: -1px;
  background-color: #16B0C8;
  color: #fff;
  padding: 20px 10px 10px;
}

.leftListArea {
    background-color: #fcfcfc;
}

.leftList {
  font-size: 18px;
}

.leftList.active > a {
  background-color: #e0f4fb;
}

.leftList:hover > a{
  background-color:#e0f4fb
}
                  
.leftList > a {
  display: block;
  /* padding: 13px 45px 13px 35px; */
  padding: 13px 45px 11px 10px;
  text-decoration: none;
  color: #000;
  position: relative;
  font-size: 16px;
  line-height: 22px;
  word-break: break-word;
  font-weight: 500;
  border-bottom: 1px dashed #bebebe;
}

.leftList_open.active {
  display: block;
}

.leftList_open_list.active a {
  color: #1391a6;
}

.leftList_open_list a {
  display: block;
  transition: 0.3s ease all;
  color: #000;
  text-decoration: none;
  padding: 13px 10px 11px 25px;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  word-break: break-word;
  border-bottom: 1px dashed #cecece;
  text-align: left;
}

.leftList_icon.direction {
  position: absolute;
  right: 10px;
  top: 16px;
}

.leftList.active .leftList_icon.direction i.fa-angle-down {
  display: none;
}

.leftList.active .leftList_icon.direction i.fa-angle-up {
  display: block;
}

.leftList_icon i {
  font-size: 19px;
  line-height: 14px;
  color: #777;
}

.leftList_icon.direction i.fa-angle-up {
  display: none;
}

.post-content {
    font-size: 18px;
    line-height: 2rem;
    margin-top: 15px;
    text-align: justify !important;
}

/***course***/
.courses_row
{
	margin-top: 25px;
}
.course_col
{
	margin-bottom: 51px;
}
.course
{
	width: 100%;
	border-radius: 6px;
	background: #FFFFFF;
	box-shadow: 0px 1px 10px rgba(29,34,47,0.1);
}
.course_col:nth-child(odd)
{
  padding-right: 10px;
  padding-left: 10px;
}

.course_image
{
	width: 100%;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
  overflow: hidden;
  text-align: center;
}
.course_image img
{
	max-width: 100%;
}
.course_body
{
	padding-top: 22px;
	padding-left: 10px;
	padding-right: 10px;
  padding-bottom: 2px;
  min-height: 120px;
}
.course_title
{

}
.course_title a
{
	font-size: 18px;
	color: #384158;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.course_title a:hover
{
	color: #14bdee;
}
.course_teacher
{
	font-size: 15px;
	font-weight: 400;
	color: #384158;
	margin-top: 6px;
}
.course_text
{
	margin-top: 13px;
}
.course_footer
{
	padding-left: 30px;
	padding-right: 30px;
}
.course_footer_content
{
	width: 100%;
	border-top: solid 1px #e5e5e5;
	padding-top: 9px;
  padding-bottom: 11px;
  flex-direction: column; /* 改为垂直排列 */
}
.course_info
{
	display: inline-block;
	font-size: 14px;
	font-weight: 400;
	color: #55555a;
}
.course_info:first-child
{
	margin-right: 18px;
}
.course_info i
{
	color: #ffc80a;
}
.course_price
{
	font-size: 18px;
  font-weight: 700;
  text-align: center;
  color: #105194;
  margin-top: 5px; /* 控制与上一行的间距 */
}
.course_price span
{
	font-size: 14px;
	font-weight: 400;
	text-decoration: line-through;
	color: #b5b8be;
	margin-right: 10px;
}
.courses_button
{
	width: 210px;
	height: 46px;
	border-radius: 3px;
	background: #14bdee;
	text-align: center;
	margin: 0 auto;
	margin-top: 41px;
	box-shadow: 0px 5px 40px rgba(29,34,47,0.15);
}
.courses_button:hover
{
	box-shadow: 0px 5px 40px rgba(29,34,47,0.45);
}
.courses_button a
{
	display: block;
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	line-height: 46px;
	color: #FFFFFF;
}

/* 普通样式 */
.post-block ol {
  list-style: decimal !important;
  list-style-position: outside !important; /* 确保数字在外部显示 */
  margin-left: 20px; /* 增加间距确保数字可见 */
  padding-left: 20px;
}

.post-block ol li {
  display: list-item !important; /* 确保 li 显示为列表项 */
}

