
/* 栏目标题 */
.home .news {
	padding:20px 0;
}
.home .news .headline {
	height:45px;
	line-height:45px;
	border-bottom:1px solid #e4e4e4;
	margin-bottom:25px;
}
.home .news .headline .title {
	font-size:20px;
	float:left;
	width:110px;
	height:44px;
	text-align:center;
	border-bottom:2px solid #003c80;
}
.home .news .headline .more {
	float:right;
	padding-left:25px;
	margin-right:10px;
	font-size:14px;
}
 #light{
  /*设置字体大小*/
  font-size: 100px;
  /*字体加粗*/
  font-weight: bold;
  /*设置字体颜色为透明色*/
  color: transparent;
  /*设置盒子的背景颜色*/
  background-image: linear-gradient(45deg,#f00, #fff, #ff0, #0f0, #fff, #f0f, #0ff);
  background-size: 300%;
  /*通过background-clip属性按照文字轮廓裁剪*/
  background-clip: text;
  /*添加动画animation：动画名 动画持续时间 匀速 循环播放 */
  animation: move 10s linear infinite;
}

/* @keyframes move {
  0% {
      background-position: 300% 0;
  }
  100% {
      background-position: -300% 0;
  }
}  */
.flicker {
  font-size: 16px;
  color: red;
  animation: flicker 2s infinite alternate;
}

@keyframes flicker {
  0% {
    color: #f00;
  }
  15%{
    color:rgb(255, 187, 0);
  }
  30%{
    color:rgb(251, 255, 0);
  }
  45% {
    color: green;
  }
  60%{
    color: rgb(4, 248, 98);
  }
  75%{
    color: rgb(8, 3, 250);
  }
  90%{
    color: rgb(207, 3, 248);
  }
  100% {
    color: rgb(248, 3, 117);
  }
}
.bi-chat-right-dots{
  font-size: 18px;
  margin-right: 10px;
}

.home .news .headline .more:hover {
	color:#003c80;
}

 .news .indexNews {
  border: 1px solid #e4e4e4;
}
 .news .indexNews .pic {
  height: 246px;
  overflow: hidden; /* 隐藏超出容器部分的图片 */
}
.home img,#special img {
  width: 100%; /* 图片宽度设置为容器宽度 */
  transition: transform 0.3s ease; /* 平滑过渡效果 */
  transform: scale(1); /* 默认缩放比例 */
}
.home img:hover,#special img:hover{
  transform: scale(1.1);
  }
.news .indexNews .details .title {
	font-weight:bold;
	font-size:16px;
        text-align: center;
        overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news .indexNews .details .title a {
	color:#003a7c;
}
.news .indexNews .details .title a:hover {
	color:#a50000;
}
.news .indexNews .details .info {
	height:46px;
	margin-top:5px;
	line-height:1.9;
    text-indent: 2em;
    text-align: center;
    font-size: 12px;
  color: #888;
  overflow: hidden;
}
.newsList{
  margin-left:0;
}
.newsList .col-sm{
  padding-left: 0;padding-right: 0;
}
.news .list{
  border: 1px solid #e4e4e4;
border-top: 2px solid #003c80;
  float: left;
  margin-left: 11px;
  padding: 0 9px;
}
.news .list ul {
  padding-left:0;
}
.news .list ul li{
  padding: 9px 0;border-bottom: 1px dotted #e4e4e4;overflow: hidden;
}

.news .list ul li .list-box .pic {
  width: 32%;
  float: left;
  overflow: hidden;
}
.news .list ul li .list-box .text {
  width: 65%;
  float: right;
}
.news .list ul li .list-box .text p{
  height: 42px;margin-top: 5px;line-height: 1.7;text-indent: 2em;overflow: hidden;font-size: 12px;color: #888;
}
.of a{
  display: block;
  width: 95%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom:10px;
}
.of a:hover{
  color: #003a7c;
  text-decoration: none;
}
#articles .row .col-sm{
  background: #fff0;
  width: 37%;
  text-align: left;
  margin-left: 10px;
}
.top-line{
  height: 45px;line-height: 45px;border-bottom: 1px solid #e4e4e4;margin-bottom: 25px;
}
 .top-line h2{
  font-size: 20px;
  float: left;
  width: 110px;
  height: 44px;
  text-align: center;
  border-bottom: 2px solid #003c80;
  line-height: unset;
}
 .top-line .more{
  float: right;
  padding-left: 25px;
  margin-right: 10px;
  font-size: 14px;
}
.bi-square-fill{
  float: left;font-size: 5px;margin: 8px 5px;color: #003a7c;
}
#special{
  background: #f9f9f9;
  padding-bottom: 45px;
}
#special .row .special-list{
border: 1px solid #e4e4e4;
overflow: hidden;
}
#special .row img{
  width: 100%;
  
}
#special .row p{
  margin: 5px auto;
  overflow: hidden;
}