body{
			background: #fff;
		}
        .Text td{
            height: 25px;
            padding: 4px;
            border: solid 1px #52b8bd;
        }
        .Text table{
            border-color: #52b8bd !important;
            text-align: center;
            border: solid 1px #52b8bd;
        } 

        .esDjnav{ width: 100%; border-bottom: 0; padding-bottom: 0; }
        .esDjnav dl{ width: 100%; }
        .esDjnav dl dd{ width: 815px; }
                 .esHead,.esMain,.esFoot{position: relative;z-index: 1;}
				  *{margin: 0;padding: 0;}
		  .insert_template{margin: 15px 0;}
		  .insert_template .list,.insert_template .title{font-size: 14px;line-height: 28px;color: #333;margin-top: 10px;}
		  .insert_template .title{color: #FF0013;}
		  .insert_template .content2{background-color: #F3F3F3;padding: 20px;margin-top: 15px;margin-bottom: 20px; box-sizing: border-box;display: flex;justify-content: space-between;gap: 55px;}
		  .insert_template .content2 .content_info{overflow: hidden;flex: 1;}
		  .insert_template .content2 .content_info img{display: inline-block;width: 68px!important;height: 68px!important;border-radius: 15px!important;float: left;margin:0 10px 0 0;}
		  .insert_template .content2 .content_info h2{color: #000;font-size: 15px;font-weight: 500;margin: 0;}
		  .insert_template .content2 .content_info .info_text{font-size: 15px;line-height: 20px;color: #666;overflow: hidden;text-overflow: ellipsis;white-space: normal;margin-top: 10px;}
		  .insert_template .content2 .content_info .cate span em{font-style: inherit;}
		  .insert_template .content2 .btn_info{margin-top: 20px;display: flex;justify-content: space-between;gap: 20px;flex: none;}
		  .insert_template .content2 .btn_info a{display: inline-block;font-size: 14px;
		  padding:0 15px;min-width: 100px; height: 36px;line-height: 36px;text-decoration: none;text-align: center;color: #fff;background-color: #43ab04;border-radius: 8px;font-weight: 400;}
		  .insert_template.two .content2{border: 1px solid #ffd9a8;background-color: #fffcf9;}
		  .insert_template.tp1 .content2  .btn_info a.r{background-color: #379be9;}
		  .insert_template.tp2 .content2  .btn_info a.r{background-color: #333;}
		  .insert_template.tp3 .content2 .content_info img{display: inline-block;width: 85px!important;height: 85px!important;border-radius: 15px!important;float: left;margin:0 10px 0 0;}
		  .insert_template.tp3 .content2 .content_info .info_text span{color:#FC3E35;}
	#recommend_kx {
    padding: 10px 0 0;
}

#recommend_kx .date {
    font-size: 12px;
    color: #B4B4B4;
    line-height: 32px;
}

#recommend_kx .title {
    font-size: 14px;
    color: #333333;
    line-height: 23px;
    padding: 0;
    text-align: left;
    border: none;
    cursor: pointer;
}

#recommend_kx li {
    position: relative;
    padding-left: 20px;
    padding-bottom: 14px;
}

#recommend_kx li::before {
    display: block;
    position: absolute;
    left: 0;
    top: 12px;
    content: '';
    width: 12px;
    height: 12px;
    box-sizing: border-box;
    border: 3px solid #E5E5E5;
    background: #fff;
    border-radius: 50%;
    z-index: 1;
}

#recommend_kx li::after {
    display: block;
    position: absolute;
    left: 5px;
    top: 12px;
    content: '';
    width: 1px;
    height: 100%;
    box-sizing: border-box;
    border: 1px dashed #DEDEDE;
    /*! border-radius: 50%; */
}

#recommend_kx li .title:hover,#recommend_kx li.active .title {
    color: #0279ff;
}

#recommend_kx li:hover::before,#recommend_kx li.active::before {
    border-color: #0279ff;
}

#recommend_kx .bzintro {
    display: none;
    margin: 5px 0;
    font-size: 12px;
    color: #8c8c8c;
}

#recommend_kx li:last-of-type::after {
    display: none;
}

#recommend_kx .btn-more {
    display: flex;
    justify-content: center;
    width: 120px;
    border-radius: 2px 2px 2px 2px;
    border: 1px solid #0279ff;
    font-size: 14px;
    font-weight: 400;
    color: #0279ff;
    line-height: 32px;
    text-align: center;
    margin: 0 auto;
}

.intro-box {
    font-family: "Microsoft YaHei", Arial, sans-serif;
    font-size: 16px;
    line-height: 1.8; /* 同步文章正文行距 */
    color: #333;
    border-left: 4px solid #4A90E2;
    padding: 15px 20px;
    background-color: #f9f9f9;
    border-radius: 8px;
    margin: 20px 0;
}

.highlight-text {
    display: inline-block;
    background: linear-gradient(90deg, #ffeaa7, #fab1a0);
    color: #2d3436;
    padding: 5px 10px;
    border-radius: 6px;
    font-weight: 600;
    line-height: 1.8; /* 和文章正文一致 */
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.file-size {
    font-size: 12px;
    color: #636e72;
    margin-left: 8px;
    background-color: rgba(255,255,255,0.7);
    padding: 1px 5px;
    border-radius: 4px;
    font-weight: 400;
}

.articleBox .Text h2 {
    font-size: 20px;
    font-weight: bold;
    margin: 45px 0 0 0;
	color: #000000;
}
.articleBox .Text p {
margin-top:5px;
margin-bottom:5px;
line-height: 34px;
text-indent: 2em;
}

.article-lead-box {
background-color: #f7f9fa;
border-left: 4px solid #d4af37;
padding: 20px 24px;
margin: 25px 0;
border-radius: 0 8px 8px 0;
box-shadow: 0 2px 6px rgba(0,0,0,0.02);
}
.lead-tag {
display: inline-block;
font-size: 12px;
color: #d4af37;
font-weight: bold;
letter-spacing: 1px;
text-transform: uppercase;
margin-bottom: 8px;
}
.lead-main-title {
font-size: 20px;
color: #2c3e50;
margin: 0 0 6px 0;
font-weight: 600;
letter-spacing: 0.5px;
}
.lead-sub-title {
font-size: 15px;
color: #7f8c8d;
margin: 0;
line-height: 1.5;
}