@charset "utf-8";
/* CSS Document */
*{
	margin: 0;
	padding: 0;
}
html,body{
	width:100%;
	min-width:1550px;
 }
a{
	text-decoration:none;
	color:black;
	font-size:18px;
   }
body{
	text-align: center;
	font-family: -apple-system-font,Helvetica Neue,sans-serif;
	text-rendering:ptimizeLegibility;
	margin: 0;
	padding: 0;
	width: 100%;
    background-color: white;
}
.dy{
    width: 1300px;
    height: auto;
    margin: 4% auto 0 auto;
	padding: 0 1%;
    background: linear-gradient(0deg, 
    rgba(219, 235, 155, 0.25), 
    rgba(19, 90, 197, 0.25));
    border-radius: 5px;
}
.dy p{
    text-indent: 2em;
    text-align: left;
	margin: 0 auto;
    padding: 2% 0;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.05);
    line-height: 2;
    color: #026aad;
    font-size: 19px;
	max-width: 1200px;
}
.container {
    width: 1300px;
    margin: 4% auto 0 auto;
    background: white;
    overflow: hidden;
}
.content-wrapper {
    display: flex;
    min-height: 380px; 
    margin-top: 2%;
}
.carousel-container {
    width: 55%;
    position: relative;
    overflow: hidden;
    background: #2c3e50;
    border-radius: 12px 0 0 12px;
}
.carousel {
    width: 100%;
    height: 100%;
    position: relative;
}
.carousel-inner {
    width: 100%;
    height: 100%;
    position: relative;
}
.carousel-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 1s ease;
    background-size: cover;
    background-position: center;
}
.carousel-item.active {
    opacity: 1;
}
.carousel-controls {
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    gap: 10px;
    z-index: 10;
}
.carousel-indicator {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.6);
    cursor: pointer;
    transition: all 0.3s ease;
    border: 1px solid transparent;
}
.carousel-indicator.active {
    background: white;
    transform: scale(1.2);
    border-color: rgba(0, 0, 0, 0.2);
}
.titles-container {
    width: 45%;
    background: #f8f9fa;
    padding: 0;
    display: flex;
    flex-direction: column;
    text-align: left;
}
.title-list {
    list-style: none;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}
.title-item {
    padding: 14px 25px; 
    border-bottom: 1px dashed #ced4da;
    transition: all 0.3s ease;
    flex-grow: 1;
    display: flex;
    align-items: center;
}
.title-item:hover {
    background: rgba(41, 98, 255, 0.05);
}
.title-item:last-child {
    border-bottom: none;
}
.title-item a {
    text-decoration: none;
    color: #212529;
    font-size: 16px; 
    font-weight: 500;
    width: 100%;
    transition: color 0.3s ease;
    line-height: 1.4;
}
.title-item a:hover {
    color: #2962ff;
}
.tlxc{
	width: 1355px;
	height: auto;
	overflow: hidden;
	margin: 6% auto 0 auto;
}
.tlxc_main{
	width: 100%;
	height: auto;
	margin: 2% auto 0 auto;
}
.tlxc_main_img{
	width: 32%;
	float: left;
	margin:0 0 1% 0.7%;
	height: auto;
}
.tlxc_main_img img{
    border-radius: 5px;
}
.tlxc_main p{
	line-height: 1.8;
	width: 99%;
	height: auto;
	margin: 2% auto;
}
.atlas{
	width: 1355px;
	height: auto;
	overflow: hidden;
	margin: 2% auto 0 auto;
}
.panel{
	margin: 4% auto 0 auto;
	width:1300px;
	position: relative;
}
.panel_head{
	color: #0169a4;
	font-size: 30px;
	font-weight:800;
    text-align: left;
    background-color: white;
    padding: 2% 0 2% 2%;
}
.weibo{
	margin: 0 auto;
	background: #eee;
	opacity: 0.9;
	transition: all 0.3s;
}
.end{
    text-align: center;
    margin-top: 40px;
    height: 90px;
    width: 100%;
}
.end p {
    font-size: 15px;
    font-weight: bold;
    line-height: 30px;
	text-align: center;
}
.end a {
    font-size: 15px;
}
