@charset "utf-8";

/*引入一些常用的css*/
html {
	background-color: #fff;
	color: #000;
	font-size: 16px;
}
.single-line-date {
  /* 核心改动点 */
  display: inline-flex; /* 保持行内弹性布局 */
  width: auto;/* 明确宽度自适应 */
  min-width: 1920px; /* 可选：防止内容过短时变形 */

  /* 保留原有样式 */
  margin: 0 auto;
  align-items: center;
  gap: 20px;
  padding: 12px 25px;
  background: linear-gradient(145deg, #f6f8fa 0%, #e9ecef 100%);
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.3);
  font-family: 'Segoe UI', system-ui;
  font-size: 16px;
  color: #2d3436;
  transition: all 0.3s ease;
  
  /* 新增优化项 */
  white-space: nowrap; /* 强制不换行 */
  margin: 10px; /* 增加外间距避免贴边 */
}

/* 移动端适配优化 */
@media (max-width: 480px) {
  .single-line-date {
    min-width: unset; /* 取消最小宽度限制 */
    gap: 8px; /* 缩小元素间距 */
    padding: 8px 12px; /* 压缩内边距 */
    font-size: 14px;
  }

  /* 缩小分隔线间距 */
  .single-line-date > span:not(:last-child)::after {
    right: -8px;
  }
}

body,
ul,
ol,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
figure,
form,
fieldset,
legend,
input,
textarea,
button,
p,
blockquote,
th,
td,
pre,
input,
xmp {
	margin: 0;
	padding: 0
}

.rdxw_content ul li {
  padding-left: 1px;
  cursor: pointer;
  color: #073889;
}

.rdxw_content ul li::marker {
  content: '▍';
}
li {
	list-style: none;
}



h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: tahoma, arial, "Hiragino Sans GB", "微软雅黑", simsun, sans-serif
}

h1,
h2,
h3,
h4,
h5,
h6,
b,
strong {
	font-weight: normal
}

address,
cite,
dfn,
em,
i,
optgroup,
var {
	font-style: normal
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	text-align: left
}

caption,
th {
	text-align: inherit
}

fieldset,
img {
	border: 0
}


/* 首页左侧标题右侧图片的幻灯片开始 */
.film_focus{width:830px;height:340px;overflow:hidden;position:relative;margin:12px auto;}
.film_focus .film_focus_imgs_wrap{background:url(../images/load.gif) no-repeat center center;}
.film_focus ul.film_focus_imgs{height:340px;height:9999em;position:absolute;right:0;top:0;overflow:hidden;}
.film_focus ul.film_focus_imgs li{height:340px;overflow:hidden;}
.film_focus ul.film_focus_imgs li img{height:340px;width:626px;}
.film_focus .film_focus_desc h3{height:45px;line-height:45px;overflow:hidden;position:absolute;left:203px;bottom:0;background:rgba(0, 0, 0, .5);color:#fff;width:100%;padding-left:20px;z-index:99;font-size:16px;filter:progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#7F000000', endColorstr='#7F000000');}
.film_focus ul.film_focus_nav {
    width: 205px;
    height: 340px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 100;
    background-color: #f5f5f5;
}
.film_focus ul.film_focus_nav li{height:47px;background:#d7d7dc;margin:0px 0px 5px 0;padding:0px 18px 0 16px;position:relative;width:160px;cursor: pointer;cursor: hand;color:#333;font-weight:bold;font-size:14px;overflow:hidden;line-height:47px;}
.film_focus ul.film_focus_nav li.cur{background:url(../images/hd_on.png) no-repeat;width:160px;height:132px;left:0px;padding:0px 33px 0 25px;word-break:break-all;color:#fff;font-weight:bold;font-size:14px;overflow:hidden;line-height:30px;}
.film_focus ul.film_focus_nav li b{display:none;font-size14px;}
.film_focus ul.film_focus_nav li b span{display:block}
.film_focus ul.film_focus_nav li.cur b{display:block;vertical-align: middle;display: table-cell;height:132px;}
.film_focus ul.film_focus_nav li.cur span{display:none}

/* 首页左侧标题右侧图片的幻灯片结束 */


.time-top{
    min-width: 1240px;
    height: 45px;
    line-height: 45px;
    border-top: 1px solid #c7c7c7;
    border-bottom: 1px solid #c7c7c7;
    background-color: #fbfbfb;
    position: relative;
    overflow: visible;
    font-family: Microsoft YaHei;
    z-index: 9000;
}

.time-top samp{ margin-left:20%;}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "\0020"
}

textarea {
	overflow: auto;
	resize: vertical
}

.divlog{
    width: 1185px;
    margin: auto;
    padding-top: 84px;
    
}

mark {
	background-color: transparent
}

a,
ins,
s,
u,
del {
	text-decoration: none
}

sup,
sub {
	vertical-align: baseline
}

html {
	overflow-x: hidden;
	height: 100%;
	font-size: 50px;
	-webkit-tap-highlight-color: transparent;
}

body {
	font-family: Arial, "Microsoft Yahei", "Helvetica Neue"，"宋体", Helvetica, sans-serif;
	color: #333;
	font-size: .28em;
	line-height: 1;
	-webkit-text-size-adjust: none;
	


}

hr {
	height: .02rem;
	margin: .1rem 0;
	border: medium none;
	border-top: .02rem solid #cacaca;
}

a {
	color: #3f3f3f;
	text-decoration: none;
}

a:hover {
	color: #0069D9;
}

input {
	outline: none;
	height: 30px;
	text-indent: 22px;
}

/* 通用类 */
.fl {
	float: left;
}

.fr {
	float: right;
}

/* 头部 */
.header {
	width: 100%;
	height: 280px;

    background: #eeefee url(../images/top_bg_ss.png) no-repeat;


}

.header_nva{width:100%; height:51px; background:#2387dc;  }

.nav {
	width: 1210px;
	margin: 0 auto;
	
	font-size: 18px;
}

.nav_bar ul {
	height: 53px;
	padding: 0 10px;
	
}

.nav_bar ul li {
	line-height: 53px;
	color: #8f8f8f;
	height: 51px;
	margin-left:5px;
	

}


.nav_bar ul li:hover{background:#c15213; color:fff; line-height:51px; }


.nav_bar ul li a {
	display: block;
	line-height: 14px;
	margin-top: 20px;
	padding: 0px 15px;
	border-right:1px solid #8f8f8f;
	color: #fff;
	font-size: 15px;

}

.nav_bar ul li:last-child a{
	border-right:none;
}

.nav_bar ul .active a{
	color: #fff;
	background:##c15213;
}

.search {
	height: 30px;
	padding-top: 10px;
}


.search .in {
	height: 28px;
	width: 120px;
	border: 1px solid #dfdfdf;
	border-radius: 0px;
	outline: none;
}

.search .btn_search {
	display: block;
	width: 30px;
	height: 28px;
	border-radius: 0px;
	border: 1px solid #dfdfdf;
	outline: none;
	font-size: 16px;
	background-color: white;
	cursor: pointer;
}

.btn_search img {
	width: 20px;
	height: 20px;
	margin: 5px 5px;
}


/* 中间内容 */
.main {
	width: 1200px;
	margin: 0 auto;
}



.main_left {
	width: 830px;
	height: auto;
}

.main_right {
	width: 350px;
	height: auto;

}

.left_box_1 {
	height: 350px;
	margin-top: 12px;
}

/* slideBox */
.slideBox {
	width: 830px;
	height: 350px;
	overflow: hidden;
	position: relative;
	border: 1px solid #ddd;
}

.slideBox .hd {
	height: 25px;
	overflow: hidden;
	position: absolute;
	right: 23px;
	bottom: 5px;
	z-index: 1;
}

.slideBox .hd ul {
	overflow: hidden;
	zoom: 1;
	float: left;
}

.slideBox .hd ul li {
	float: left;
	margin-right: 8px;
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	background: #fff;
	cursor: pointer;
}

.slideBox .hd ul li.on {
	background: #f00;
	color: #fff;
}

.slideBox .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}

.slideBox .bd li {
	zoom: 1;
	vertical-align: middle;
}

.slideBox .bd img {
	width: 95%;
	height: 100%;
	display: block;
padding: 20px 20px 20px 20px;
background: #f7f7f7;
}

.slideBox .title {
	width: 830px;
	height: 35px;
	line-height: 35px;
	left: 0;
	bottom: 0;
	position: absolute;
	z-index: 2;
	background: rgba(0, 0, 0, 0.6);
	color: #FFFFFF;
	text-align: center;
	font-size: 14px;
}

.title:hover {
	color: #0069D9;
}

.left_box_2 {
	width: 830px;
	height: 510px;
	margin-top: 30px;
}

.left_box_2 ul li {
	height: 160px;
	border-bottom: #f5f1f1 1px inset;
	margin-top: 15px;
	    background: #fbfbfb;
}


.left_box_2 ul li:nth-child(3) {
	border-bottom: #ffffff 1px inset;
}

.left_img {
	width: 250px;
	height: 140px;
}

.left_img img{
	width: 250px;
	height: 140px;
	border-radius: 4%;
}

.news {
	padding-left: 18px;
	width: 550px;
	
}


.news_top {
	height: 20px;
}

.tag {
	width: 45px;
	height: 20px;
	background-color: #eb5a53;
	color: #f5f5f5;
	text-align: center;
	line-height: 20px;
}

.news_title {
	margin-left: 18px;
	font-size: 16px;
	font-weight: 600;
	width: 485px;
	line-height: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.description {
	margin-top: 16px;
	height: 105px;
	width: 550px;
	font-size: 14px;
	overflow: hidden;
	line-height: 23px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	    font-family: "Microsoft Yahei";
	    color: #6f6b6b;
	   
	    text-align: justify;
    text-justify:distribute-all-lines; // 这行必加，兼容ie浏览器
    text-align-last: justify;
	    
	    

	    
	    
}

.left_box_3 {
	width: 830px;
}

.left_box_3 .picMarquee-left {
	width: auto;
	overflow: hidden;
	position: relative;
	border: 1px solid #ffffff;
}

.left_box_3 .picMarquee-left .hd {
	overflow: hidden;
	height: 35px;
	background: #2387dc;
	padding: 0 10px;
}

.left_box_3 .picMarquee-left .hd .prev,
.left_box_3 .picMarquee-left .hd .next {
	display: block;
	width: 5px;
	height: 9px;
	float: right;
	margin-right: 5px;
	margin-top: 10px;
	overflow: hidden;
	cursor: pointer;
	background: url("../images/arrow.png") no-repeat;
	background-color: white;
	width: 15px;
	height: 15px;
}

.left_box_3 .picMarquee-left .hd .next {
	background-position: 6px -47px;
}

.left_box_3 .picMarquee-left .hd .prev {
	background-position: 4px 3px;
}

.left_box_3 .picMarquee-left .hd .prevStop {
	background-position: -60px 0;
}

.left_box_3 .picMarquee-left .hd .nextStop {
	background-position: -60px -50px;
}

.left_box_3 .picMarquee-left .bd {
	padding: 10px 0px;
}

.left_box_3 .picMarquee-left .bd ul {
	overflow: hidden;
	zoom: 1;
}

.left_box_3 .picMarquee-left .bd ul li {
	margin: 0 8px;
	float: left;
	_display: inline;
	overflow: hidden;
	text-align: center;
}

.left_box_3 .picMarquee-left .bd ul li .pic {
	text-align: center;
}

.left_box_3 .picMarquee-left .bd ul li .pic img {
	width: 250px;
	height: 140px;
	display: block;
	padding: 2px;
	border: 1px solid #f7f1f1;
}

.left_box_3 .picMarquee-left .bd ul li .pic a:hover img {
	border-color: #999;
}

.left_box_3 .picMarquee-left .bd ul li .title {
	line-height: 24px;
	height: 24px;
	padding-top: 15px;
	width: 250px;
}

.text {
	line-height: 20px;
	margin-left: 5px;
	height: 20px;
	width: 200px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: left;
}


.mzyl {
	font-size: 18px;
	color: white;
	line-height: 35px;
	font-weight: 600;
}

.mzyl:hover {
	color: #ff5500;
}

.right_box1 {
	margin-top: 12px;
}



.top_img_1 {
	width: 350px;
	height: 175px;
	position: absolute;
	z-index: 1;
}

.top_img_1 img {
	width: 350px;
	height: 175px;
	position: absolute;
	z-index: 1;
}

.column {
	height: 25px;
	width: 85px;
	background-color: #ff7f00;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	line-height: 25px;
	text-align: center;

}

.column a {
	color: white;
	font-size: 16px;
	color: white;
}

.column a:hover {
	color: #000000;
}

.top_img_1 .title {
	height: 25px;
	font-size: 14px;
	width: 100%;
	background: rgba(0, 0, 0, 0.1);
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 2;
	line-height: 25px;
	text-align: center;
	color: white;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.top_img_1 a {
	color: white;
	font-size: 16px;
}

.top_img_1 .title:hover {
	color: #0069D9;
}

.top_img_2 {
	width: 170px;
	height: 170px;
	position: absolute;
	z-index: 1;
}


.top {
	width: 350px;
	height: 175px;
}

.bottom {
	width: 350px;
	height: 170px;
	margin-top: 7px;
}

.top_img_2 {
	width: 170px;
	height: 170px;
	position: absolute;
	z-index: 1;
}

.top_img_2 img {
	width: 170px;
	height: 170px;
}


.top_img_2 .title {
	height: 25px;
	font-size: 14px;
	width: 100%;
	background: rgba(0, 0, 0, 0.1);
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 2;
	line-height: 25px;
	text-align: center;
	color: white;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.top_img_2 .title:hover {
	color: #0069D9;
}

.flp {
	margin-left: 180px;
}


.right_box2 {
	width: 350px;
	height: auto;
}

.rdxw {
	width: auto;
	height: 300px;
	margin-top: 20px;
	border-top: #474b49 solid 3px;
}

.top_title {
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-bottom: #dcdcdc solid 1px;
}

.top_title .title {
	color: #4189dd;
	font-size: 18px;
	font-weight: 600;
}

.top_title .title:hover,
.top_title .more:hover {
	color: #aa0000;
}

.top_title .more {
	color: #b299a5;
}

.top_title .title img {
	width: 7px;
	margin-right: 10px;
}


.rdxw_content ul li {
	padding-top: 17px;
	width: 330px;
	list-style: square;
	list-style-position: inside;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-left: 20px;
}

.sssy {
	margin-top: 20px;
}

.sssy ul li {
	width: 105px;
	margin-left: 11px;
}

.sssy ul li img {
	width: 105px;
	height: 105px;
}

.sssy ul li a {
	display: block;
	width: 105px;
	line-height: 25px;
	text-align: center;
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.sssy_h {
	height: 200px;
}


.jjfz_top {
	height: 80px;
}

.jjfz_img {
	width: 85px;
	height: 64px;
	margin-top: 12px;
}

.jjfz_title {
	height: 64px;
	width: 253px;
	margin-top: 12px;
	margin-left: 12px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.jjfz_h {
	height: auto;
}

.jjfz_title a {
/*	display: block;*/
	height: 45px;
	border-bottom: #dcdcdc solid 1px;
	line-height: 45px;
	font-size: 16px;
	font-weight: 600;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-bottom: 15px;
}

.jjfz_content {
	margin-top: 5px;
	height: 80px;
	overflow: hidden;
	line-height: 26px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}


.Photos {
	margin-top: 20px;
}

.Photos .picMarquee-left {
	width: 1200px;
	overflow: hidden;
	position: relative;
	padding-top: 20px;
}

.Photos.picMarquee-left .hd {
	overflow: hidden;
	height: 30px;
	background: #f4f4f4;
	padding: 0 10px;
}

.Photos .picMarquee-left .hd .prev,
.Photos .picMarquee-left .hd .next {
	display: block;
	width: 5px;
	height: 9px;
	float: right;
	margin-right: 5px;
	margin-top: 10px;
	overflow: hidden;
	cursor: pointer;
	background: url("../images/arrow.png") no-repeat;
}

.Photos .picMarquee-left .hd .next {
	background-position: 0 -50px;
}

.Photos .picMarquee-left .hd .prevStop {
	background-position: -60px 0;
}

.Photos .picMarquee-left .hd .nextStop {
	background-position: -60px -50px;
}

.Photos .picMarquee-left .bd {
	padding: 10px 0px;
	border-top: #073889 solid 3px;
}

.Photos .picMarquee-left .bd ul {
	overflow: hidden;
	zoom: 1;
}

.Photos .picMarquee-left .bd ul li {
	margin: 0 8px;
	float: left;
	_display: inline;
	overflow: hidden;
	text-align: center;
}

.Photos .picMarquee-left .bd ul li .pic {
	text-align: center;
}

.Photos .picMarquee-left .bd ul li .pic img {
	width: 290px;
	height: 160px;
	display: block;
	padding: 2px;
	border: 1px solid #ccc;
}

.Photos .picMarquee-left .bd ul li .pic a:hover img {
	border-color: #999;
}

.Photos.picMarquee-left .bd ul li .title {
	line-height: 24px;
}

.Photos .picMarquee-left .bd .picList .title {
	margin-top: 5px;
	width: 300px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}


.tpxs {
	font-size: 18px;
	color: #eb5a53;
	line-height: 35px;
	font-weight: 600;
	margin-left: 10px;
}


/* 视频 */
#cans {
	position: relative;
	margin: 0 auto;
	width: 1200px;
}

#video {
	/*height: 80vh;*/
	float: left;
	background: #2e3338;
	position: relative;
	padding-top: 20px;
	/*去掉这句将会使得video优先级失效*/
	z-index: 99;
}

aside {
	float: left;
	height: 498px;
	width: 350px;
	background: #2e3338;
	position: relative;
}

aside header h4 {
	color: white;
	margin-bottom: 20px;
	margin-top: 5px;
	text-align: center;
}

aside ul {
	height: 478px;
	background: #2e3338;
	overflow-x: hidden;
	overflow-y: auto;
	list-style: none;
	text-align: center;
	margin-left: 15px;
}

/* 设置滚动条的样式 */
aside ul::-webkit-scrollbar {
width:12px;
height: 499px;
}
/* 滚动槽 */
aside ul::-webkit-scrollbar-track {
-webkit-box-shadow:inset006pxrgba(0,0,0,0.3);
border-radius:10px;
}
/* 滚动条滑块 */
aside ul::-webkit-scrollbar-thumb {
border-radius:10px;
background:rgba(0,0,0,0.1);
-webkit-box-shadow:inset006pxrgba(0,0,0,0.5);
}
aside ul::-webkit-scrollbar-thumb:window-inactive {
background:rgba(255,0,0,0.4);
}







aside ul li {
	color: #fff;
	font-size: 14px;
	line-height: 30px;
	width: 330px;
	height: 119px;
	cursor: pointer;
	text-align: left;
	border-bottom: #797979 dashed 1px;
	padding-top: 20px;
}

aside ul li:hover {

	background-color: #7c7c7c;
	font-weight: 600;
}

aside #playList-hidden {
	position: absolute;
	bottom: 250px;
	right: 0;
	width: 20px;
	height: 32px;
	background: lightgoldenrodyellow;
	font-size: 16px;
	font-weight: bold;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	opacity: 0.5;
	z-index: 10000;
}

#cans #playList-show1 {
	margin-top: 230px;
	width: 20px;
	height: 32px;
	background: lightgoldenrodyellow;
	font-size: 16px;
	font-weight: bold;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	opacity: 1;
	visibility: hidden;
}

#cans #playList-show1:hover,
aside #playList-hidden:hover {
	opacity: 0.7;
}

.select {
	color: #eb5a53;
}

.video_select {
	margin-top: 10px;
	height: 90px;
	width: 160px;
	float: left;
}

.video_n{
	margin-top: 10px;
	height: 90px;
	width: 160px;
	float: left;
}



.video_title {
	margin-left: 10px;
	width: 139px;
	overflow: hidden;
	    font-weight: bold;
	line-height: 26px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
}

/* 底部 */
.footer {
	width: 1200px;
	margin: auto;
	margin-top: 30px;
	border-top: #474b49 solid 3px;
}

.footer_content {
	width: 610px;
	height: 100px;
	margin: auto;
	margin-top: 30px;
}

.footer_info {
	margin-left: 20px;
}

.info_top {
	padding-bottom: 20px;
}

.footer_info a {
	padding: 0px 5px;
	color: #777777;
}

.info_top a:hover {
	color: #0069D9;
}

.footer_info p {
	padding: 0px 5px;
	line-height: 26px;
	font-size: 14px;
}

.footer_info p a:hover {
	color: #0069D9;
}


.dqwz {
	width: auto;
	height: 40px;
	margin-top: 20px;
	line-height: 40px;
}

.dqwz img{
	margin:-4px 10px;
}


/* actGotop */

.actGotop{position:fixed;_position:absolute;bottom:100px;right:50px;width:64px;height:64px;display:none;}

.actGotop a,.actGotop a:link{width:64px;height:64px;display:inline-block;background:url(../images/blog7year_gotop.png) no-repeat;_background:url(images/blog7year_gotop.gif) no-repeat;outline:none;}

.actGotop a:hover{background:url(../images/blog7year_gotopd.png) no-repeat;outline:none;}



/*-----黄历-------*/
 .calendar {
            padding: 0px; 
           
           
        }
        .date-section {
            text-align: center;
            margin-bottom: 0px;
		
			
        }
		
		 .date-section lu li{
            text-align: center;
            margin-bottom: 20px;
			float:left;
			list-style: none;
			margin-left: 12px;
        }
		
		 .yi{
            text-align: center;
            margin-bottom: 20px;
			float:left;
			list-style: none;
			margin-left: 12px;
			font-weight: bold;
			color: #4caf50;
        }
			 .ji{
            text-align: center;
            margin-bottom: 20px;
			float:left;
			list-style: none;
			margin-left: 12px;
			font-weight: bold;
			color: #F44336;;
        }
		
		
        .lunar-date {
            color: #c00;
            font-size: 1.2em;
        }
        .almanac-table {
            width: 100%;
            border-collapse: collapse;
            margin-top: 15px;
        }
        .almanac-table td {
            padding: 10px;
            border: 1px solid #ddd;
        }
        .auspicious {
            color: green;
        }
        .inauspicious {
            color: red;
        }
        #hourly-auspicious {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 8px;
            margin-top: 15px;
        }
        .hour-item {
            padding: 6px;
            border-radius: 4px;
            text-align: center;
            background: #f8f8f8;
        }
        .current-hour {
            background-color: #ffeb3b !important;
            box-shadow: 0 2px 4px rgba(0,0,0,0.1);
        }
        #refresh-time {
            color: #666;
            font-size: 0.9em;
            margin-top: 10px;
        }


.top_1{
  height: 40px;
    line-height: 40px;
    background-color: #edf2fa;
    width: 1920px;
    text-align: center;
    margin: 0 auto;
}

.top_2{
  height: 40px;
    line-height: 40px;
    width: 1200px;
    text-align: center;
    margin: 0 auto;
}