*{ list-style-type:none;}
ul{ margin:0px; padding:0px;}
html {
  scroll-behavior: smooth;
}
body {
    margin: 0px;
    padding: 0px;
    font-family: "微软雅黑";
    width: 100%; background-color:#fff;
}



.index_nei{background: url(../img/index_01.png) no-repeat center top; width:100%; min-width: 1100px; height:1200px; background-color: #1cb5ee;}
.index_nei img{display: block; width: 100%;}
.daohang{ width:100%;  height: 100px;background-color: rgba(0, 0, 0, 0.2); font-family:"宋体";}
.daohang ul{ width: 1100px; margin: auto; display: flex;justify-content:space-between;}
.daohang li{ height: 100px; width:130px; text-align: center; line-height: 100px; font-size:20px; color: #fff; font-weight: bold;}
.daohang li a:link, .daohang li a:visited {color:#fff;text-decoration: none;}
.daohang li a:hover {color: #fff;text-decoration: none; background-color: #1cb5ee; display: block;}

.index_nei_list{background: url(../img/list_top.png) no-repeat center bottom;width:100%; min-width: 1100px; height:380px;}
.index_nei_list img{display: block; width: 100%;}
.daohang_list{ width:100%;  height:80px;background-color:#F2F2F2; font-family:"宋体";}
.daohang_list ul{ width: 1100px; margin: auto; display: flex;justify-content:space-between;}
.daohang_list li{ height: 80px; text-align: center; line-height: 80px; font-size:20px; color: #fff; font-weight: bold;}
.daohang_list li a:link, .daohang_list li a:visited {color:#333;text-decoration: none;}
.daohang_list li a:hover {color: #1cb5ee;text-decoration: none;}


.flex-container {display: flex; align-items: center; margin: 40px 0;}
.line { flex: 1; height: 1px;margin: 0;}
.text-content { padding: 0 20px; font-size:18px; white-space: nowrap;}

.col_one{color: #022d8d;}
.col_tow{color: #fff;}
.col_th{color: #1cb5ee; }
.ty_title{ width: 100%;font-family:"宋体"; font-size:40px; font-weight: bold; line-height:50px;}

/*********第一屏***********/
.first{ width: 100%;  background-color: #fafafa; min-height:500px;  padding:30px 0;}
.first_nei{width: 1100px; margin: auto;}
.first_title{display: flex;justify-content:space-between;align-items: center; }

.news_wrap{ width: 100%;}
.time{ width:100px; padding: 20px 0; height: 100%; text-align: center; margin-right: 20px;}
.time strong{font-size:56px; color: #1cb5ee; line-height:40px; padding-right:0px;}
.time b{font-size:16px; color: #333; line-height: 30px;}
.news_wrap  a:link, .news_wrap  a:visited {text-decoration: none;}
.news_wrap  a:hover {text-decoration: none;}


.news-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
}

.news-list li {
  background-color: #fff;
  width: 45%;
  padding: 2%;
  margin: 20px 0;
  border-radius: 5px;
  height:70px;
  overflow: hidden;
  box-shadow: 0 8px 10px rgba(0,0,0,0.1);
  display: flex;
  align-items: center; 
}

.news-list li a {
  display: flex;
  align-items: center; 
  justify-content: space-between;
  width: 100%;
  text-decoration: none;
}

.time {
  text-align: center;
  white-space: nowrap;
}



.text {
  font-size: 22px;
  color: #2b2b2b;
  flex: 1;
  overflow: hidden;
}



.page-wrap {text-align: center;}
.pagination { display: inline-block; padding-left: 0;margin: 20px 0;border-radius: 4px;}
.pagination li {float: left;  background-color: #dbdbdb;color: #fff;  margin: 0 10px; border-radius: 5px;}
.pagination .active{ background-color: #1cb5ee!important; color: #fff!important;}
.pagination li a:link, .pagination li a:visited {text-decoration: none;color: #fff; display: block;  padding: 6px 10px;}
.pagination li a:hover {text-decoration: none;color: #fff;}


.ty_title_x{font-size:16px; font-weight: bold; width: 200px; text-align:right;}
.ty_title_x a:link, .ty_title_x a:visited {color:#333;text-decoration: none;}
.ty_title_x a:hover {color: #022d8d;text-decoration: none;}



/*********第二屏***********/
.second{ width: 1100px;margin: auto;}
.bg_l{background-color: #22b5e9;}
.col_f{color: #fff;}
.bg_w{background-color: #fff;}
p{ padding:10px 0; margin: 0; font-size: 18px; line-height: 32px;}

.ellipsis-multiline {  display: -webkit-box;  -webkit-box-orient: vertical; -webkit-line-clamp: 2;  overflow: hidden; text-overflow: ellipsis;}
.suo{text-indent: 2em;}


.si p{font-family:'宋体'; font-size:20px; line-height:36px;}
.wu p{ font-size:18px; line-height:36px; color: #022d8d;}
.wu_f{ width: 24%; border: 4px solid #dfaf63; border-radius: 20px; padding:1% 3%;}

.liu p{ font-size:18px; line-height:36px; color: #fff;}
.qi p{ font-size:18px; line-height:36px; color: #333;}

.jiu{background: url(../img/jiu.png) no-repeat center bottom; }

.shi{background: url(../img/shi.png) no-repeat center top; }


.list_novel{ display: flex;justify-content:flex-start;align-items:center; font-size: 16px; color: #8F8F8F; font-weight: bold; max-width: 1100px;}
.list_novel a:link, .list_novel a:visited {color:#8F8F8F;text-decoration: none; padding: 0 10px;}
.list_novel a:hover {color: #1cb5ee;text-decoration: none;}
.list_novel span{padding: 0 10px; color: #000;}

/* 返回顶部按钮样式 */
#backToTop {
  display: none; /* 默认隐藏 */
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: #1cb5ee;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  font-size: 18px;
  box-shadow: 0 5px 5px rgba(0,0,0,0.4);
}

#backToTop:hover {
  background-color: #022d8d;
}

/* 新闻详情页面样式 */
.news-title {
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  color: #333;
  margin: 20px 0;
}

.news-meta {
  text-align: center;
  margin: 15px 0; border-bottom: 1px dotted #ddd; padding-bottom: 20px;display: flex;justify-content:center; 
}

.news-time {
  color: #8F8F8F;
  font-size: 16px;
 display: flex;align-items:center; padding:0 20px;
}
.news-time img {
 padding-right:8px;
}
.news-content {
  margin: 30px 0;
  font-size: 18px;
  line-height: 32px;
  color: #333;
}

.news-content p {
  text-indent: 2em;
  margin: 15px 0;
}
.news-content p img{
  width: 93%;
}

.news-image {
  text-align: center;
  margin: 20px 0;
}

.news-image img {
  width: 80%;
  height: auto;
}

.img {
  transition: transform 0.8s ease; /* 平滑过渡：0.3秒，缓动 */
}

/* 修改为直接对 .img 类进行悬停操作 */
.img:hover {
  transform: scale(1.1); /* 放大到原图的 110% */
}

/* 二级菜单样式 */
.dropdown {
  position: relative;
}
.dropdown span{ font-size:18px; font-family:'微软雅黑';}

.dropdown .submenu {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  background-color: rgba(0, 0, 0, 0.8);
  width: 200px;
  z-index: 1000;
  padding: 10px 0;
  margin: 0;
  list-style: none;
}

.dropdown:hover .submenu {
  display: block;
}

.submenu li {
  width: 100%;
  height: auto;
  line-height: normal;
  text-align: center;
  padding: 10px 0;
  font-size: 18px; 
  font-family: '宋体'; 
  font-weight: bold;
  white-space: nowrap;
}

.submenu li a {
  color: #fff;
  text-decoration: none;
  display: block;
  padding: 5px 0;
}

.submenu li a:hover {
  color: #1cb5ee;
  background-color: transparent;
}

/* 子章节标题样式 */
#index_section3 .ty_title, #index_section8 .ty_title {
  margin-top: 20px;
}

.dropdown .submenuA {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  background-color: rgba(255, 255, 255, 0.9);
  width: 200px;
  z-index: 1000;
  padding: 10px 0;
  margin: 0;
  list-style: none;
}

.dropdown:hover .submenuA {
  display: block;
}

.submenuA li {
  width: 100%;
  height: auto;
  line-height: normal;
  text-align: center;
  padding: 10px 0;
  font-size: 18px; 
  font-family: '宋体'; 
  font-weight: bold;
  white-space: nowrap;
}

.submenuA li a {
  color: #fff;
  text-decoration: none;
  display: block;
  padding: 5px 0;
}

.submenuA li a:hover {
  color: #1cb5ee;
  background-color: transparent;
}