﻿/* 顶部区域样式 */
.site-header {
    background-color: #1D202E;
    padding: 20px 0;
    border-bottom: 1px solid #323541;
}

.header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.logo-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    position: relative;
}

.leaf-icon {
    position: absolute;
    left: -35px;
    top: -15px;
    width: 50px;
    height: 50px;
    background-image: url('../../images/images/leaf.png');
    background-size: contain;
    background-repeat: no-repeat;
    transform: rotate(-15deg);
    z-index: 1;
}


/* 小幕设备 (手) */
@media (max-width: 768px) {

    /* 调整叶子图标位置 */
    .leaf-icon {
        left: -25px;
        top: -10px;
        width: 35px;
        height: 35px;
    }
}

/* 图标样式保持不变 */
.news-icon {
    width: 2rem;
    height: 2rem;
    background-color: #FFF3E0;
    color: #F4A460;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* 关闭按钮样式 */
.breaking-news .btn-close {
    opacity: 0.5;
    transition: all 0.3s ease;
}

.breaking-news .btn-close:hover {
    opacity: 1;
    transform: rotate(90deg);
}

/* 响应式调整 */
@media (max-width: 768px) {
    .breaking-news .alert {
        font-size: 0.85rem;
    }
}
.path{
    margin-bottom: 1rem;
	line-height:48px;
	padding:0.2rem 1rem;
}
.path a{color: #999;
font-size: 0.85rem;
}
.content-box{min-height:600px;
}
.content-box h4{margin-bottom:1.5rem;
font-size:1.8rem;
font-family: Roboto;
font-weight: bold;
}

.lssues-list{list-style:none;
padding:0;
margin:0;
}
.lssues-list li{
    background-color: #f9f9f9;
	list-style:none;
	margin-bottom:1rem;
	padding:2.5rem 1rem;
}

.lssues-list li:nth-child(2n) {
    background-color: #fff;
}
.table-thead{
    --bs-table-bg: #f9f9f9;
	border-color:#f9f9f9;
	--bs-table-color: #999;
	line-height:2.5rem;
 
}
.table tbody tr{vertical-align:middle;
}
.table tbody tr td{padding:1rem 0;
}
.table tbody tr a{color:#333;
font-weight:bold;
}
.bname{margin-bottom:0.8rem;
}
.bname a{text-decoration:none;
display:inline-block;
}
.bname a h5{color:#333;
margin-bottom:0;
/*line-height:3.5rem;*/
}
.bname a span{color:#999;}
.qk-loop {
    margin: 0.5rem 0;
}
.qk-loop a {
    color: #000;
    text-decoration: none;
    border-radius: 8px;
    display: block;
    padding: 1rem 0.5rem;
    background:#f3f3f3;
    font-size: 1rem;
}
.qk-loop a:hover{background:#4CAF50;
color:#FFF;
}
.i-icon{background:#fcecdc;
color:#fbc596;
font-size:1.5rem;
line-height:3.5rem;
border-radius:100%;
width:3rem;
height:3rem;
float:left;
margin-right:0.5rem;
}
.pub-list{margin:0;
padding:0;
}
.pub-list li {
    line-height: 28px;
    border-bottom: 1px #CCCCCC dashed;
    margin-bottom: 2px;
    background-image: url(../images/images/dot.png);
    background-repeat: no-repeat;
    background-position: left center;
	list-style:none;
	padding:0.8rem 0.8rem;
}
.pub-list li:first-child{
	 border-top: 1px #CCCCCC dashed;
	 }
.pub-list li a{ color: #333;
    text-decoration: none;

}
.news-time{color:#999;
float:right;
}
.aims-icon{
    display: flex;
    align-items: top;
    justify-content: center;
    margin-bottom: 10px;
    font-size: 32px;
    color: #4CAF50;
	position:relative;
}
.aims-icon img{}
.upaims {
    vertical-align: super;
    font-size:16px;
	 background:#faa353;
    color: #fff;
	width:60px;
	height:30px;
	line-height:30px;
	position:absolute;
	text-align:center;
	right:0rem;
	top:-1rem;
	border-radius:10px;
}
.aims-title a{color:#333;
text-decoration:none;
}
.aims-title a:hover{
	color:#4CAF50;
}
.aims-date{color:#999;
}
.aims-btn{
 display: flex;
    align-items: center;
    justify-content: center;
	text-align:center;
	margin-top:2rem;
	
}
.aims-btn span{
	font-size:14px;
	color: #333;
	
}
.aims-btn i {
    font-size: 1.1rem;
    padding: 0.8rem;
    background:#4CAF50;
    border-radius: 8px;
    width: 40px;
    height: 40px;
    justify-content: center;
    transition: all 0.3s ease;
	margin-left:0.3rem;
	color:#FFF;
}
#pages { padding:14px 0 10px; font-family:宋体; margin-top:10px; }
#pages a {display:inline-block; height:38px; line-height:38px; background:#fff; border:1px solid #e3e3e3; text-align:center; color:#333; padding:0 10px; border-radius:5px;}
#pages a.a1 {  width:84px; padding:0 }
#pages a:hover { background:#008000; color:#fff; text-decoration:none }
.show-subdate{color:#999;
}
.show-subtext{color:#333;
}
.guest-content{padding:1rem 0 0 0;
}
.guest-icon{float:left;
}
.guest-icon i{width:100px;
height:100px;
text-align:center;
line-height:100px;
font-size:3rem;
border-radius:100%;
color:#4CAF50;
background:#FFF;
border:1px solid #f9f9f9;
box-shadow: 1px 1px 2px 1px rgba(12, 0, 46, 0.1);
}
.guest-text{
float:right;
width:84%;
}
.guest-text h6{font-weight:bold;
}
.sie-tit{color:#4CAF50;
padding:1rem 0;
font-weight:bold;
}
.sie-stit{color:#000;
font-weight:bold;
}
.base-info{padding:1rem 0;
}
.base-doi{background: linear-gradient(135deg, #3AAE6B 0%, #3B6077 100%) !important;
padding:0.5rem;
border-radius: 10px 0 10px 0;
    transform: skew(-20deg);
	color:#FFF;
}
.pdf-bg{background:#f9f9f9;
padding:1rem 0.8rem;
}
.pdf-icon{color:#4CAF50;
font-size:2.5rem;
}
.pdf-btn{
    background: #4CAF50;
    color: #fff;
	font-size:1rem;
	padding:0.5rem;
}
.p-div{padding-top:1rem;
}
.p-up{color:#999;
}
.p-up i{padding-right:0.2rem;
}
.p-up-txt a{color:#333;
}
.p-up-txt i{padding-left:0.2rem;
}
.footer-bottom p{color:#FFF;
}
.footer-bottom p a{color:#FFF;
text-decoration:none;
}
.aims-h6{font-family: Roboto;
font-weight: 300;
font-size: 18px;
color: #2ACD70;
line-height: 28px;
}
.topics-box{
padding:1rem 1rem;
margin-bottom:1.5rem;
min-height:310px;
}
.topics-1{background:#E2EDF4;
}
.topics-2{background:#F4EDE5;
}
.topics-3{background:#F4F8E9;
}
.topics-4{background:#F5F7FA;
}
.topics-5{background:#E2EDF4;
}
.topics-6{background:#E7F5ED;
}
.topics-7{background:#F4F8E9;
}
.topics-8{background:#F5F7FA;
}
.topics-box i{padding:1rem 0;
}
.aims-tubiao img{padding:1rem 0;

}
.topics-box h5{font-family: Roboto;
font-weight:bold;

}
.topics-box p{font-family: Roboto;
font-weight: 500;
}
.change-box{background:#f3f3f3;
padding:1rem 1rem;
position: relative;
margin:1rem 0;
}
.change-box h5{font-weight:bold;
}
.changup{
    font-size: 16px;
    color: #fff;
    width: 160px;
    height: 30px;
    line-height: 30px;
    position: absolute;
    text-align: center;
    right: 0rem;
    top: 0;
	background-color: #4CAF50;
    border-radius: 10px 0 10px 0;
    transform: skew(-20deg);
	}
.contact-box{background:#f3f3f3;
padding:1rem 1rem;
}
.contact-box h6{font-size:18px;
font-weight:bold;
}
.contact-box h6 a{font-size:18px;
font-weight:bold;
color:#2ACD70;
}
.board-title{color:#2ACD70;
font-weight:bold;
font-size:20px;
padding-top:0.5rem;
}
.board-list{margin:2rem 0;
}
.board-chief-img{float:left;
width:20%;
}
.board-chief-img img{
    height: 138px;
    border-radius:100%;
	width:138px;
	margin-right:1rem;
}
.board-chief-content{float:right;
width:78%;
margin-left:0.5rem;
}
.board-chief-content p{margin:0;
}
.chief-name{float:left;
margin-bottom:1rem;
width:68%;
}
.chief-name h6{font-weight:bold;
font-size:1.1rem;
}
.name-Website-active{
    border-radius: 30px;
    background: #2ACD70;
    height: 42px;
	line-height:42px;
    align-items: center;
    font-size: 16px;
    color: #fff;
	width:120px;
	text-align:center;
	display:inline-block;
}
.name-Website{
    border-radius: 30px;
    background: #f3f3f3;
    height: 42px;
	line-height:42px;
    align-items: center;
    font-size: 16px;
    color: #2ACD70;
	width:120px;
	text-align:center;
	display:inline-block;
}
.name-btn{float:right;
width:32%;
}
.name-emali{width: 2.8rem;
    height: 2.8rem;
	line-height:2.8rem;
    background:#f3f3f3;
    border-radius: 50%;
    display:inline-block;
    align-items: center;
    justify-content: center;
	text-align:center;
}
.name-emali em{color:#2ACD70;
}
.page-cons h1{font-size:1.1rem;
}
.page-cons h2{font-size:1.1rem;
}
.content-box h1 a{font-size:1.2rem;
color:#2ACD70;
font-weight:bold;
}
.content-box h4.show-title{font-size:1.3rem;
}
/*.cblue {
    color: #4CAF50;
}*/
.uplabel {
    vertical-align: super;
    font-size:0.6rem;
    color: #333333;
}
.content-box h1{font-size:1.1rem;
}
.content-box h2{font-size:1.1rem;
}
/*.content-box h3{font-size:1.1rem;
}*/
.content-box h1 a{font-size:1.2rem;
color:#2ACD70;
font-weight:bold;
}
.line{border-bottom:1px solid #eee;
padding:1rem 0;
}
p.orange{color:#F93;
}
.green{color:#4CAF50;
}
.hs_date{margin-bottom:1rem;
}
