

.tabulation {
    background: #fff;
}

.col-l {
    float: left;
    width: 98%;
    overflow: hidden;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0,0,0,.05);
    margin-top: 15px;
}

.col-r {
    float: right;
    width: 345px;
    overflow: hidden;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0,0,0,.05);
    margin-top: 15px;
}

.tabulation .title {
    line-height: 28px;
    display: block;
    padding: 20px 20px 10px 35px;
    margin: 0 0 0px;
    overflow: hidden;
    font-size: 20px;
    position: relative;
}

.tabulation .title i {
    background: #005DA8 none repeat scroll 0 0;
    height: 20px;
    left: 20px;
    ;overflow: hidden;
    position: absolute;
    top: 25px;
    width: 6px;
    border-radius: 4px;
}

.tabulation .bzlist {
    margin: 0px 10px 10px 10px;
    overflow: hidden;
}

.tabulation .bzlist a:hover {
    background: #005DA8;
    color: #fff
}

.tabulation .bzlist a {
    float: left;
    font-size: 15px;
    text-decoration: none;
    color: #4b4b4b;
    border-radius: 3px;
    text-indent: 10px;
    width: 50%;
    height: 38px;
    line-height: 38px;
    overflow: hidden;
}

.tabulation .bzlist .current {
    background: #005DA8;
    color: #fff!important;
}

.txtlist {
    padding: 5px 20px;
    height: 100%;
    overflow: hidden
}

.txtlist li {
    float: left;
    widtH: 100%;
    line-height: 38px;
    height: 38px;
    overflow: hidden;
    font-size: 16px;
}

.txtlist li span {
    float: right;
    font-size: 14px;
    color: #8B8B8B;
    padding-left: 10px;
    text-align: left;
}

.txtlist li em {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 18px;
    float: left;
    width: 25px;
    color: #aaa;
}

.txtlist li em.n {
    color: #005DA8;
}

.boxlist {
    height: 100%;
    overflow: hidden;
    padding: 0px 0px 10px 20px;
}

.boxlist li {
    margin-left: 0px;
    widtH: 315px;
    float: left;
    background: #FFc;
    text-indent: 25px;
    background: url(../img/pdf.png) no-repeat 0px 12px;
    font-size: 14px
}

.boxlist li a,.boxlist li a:visited {
    color: #8c8c8c8;
}

.boxlist li a:hover {
    color: #488eff;
}

.boxlist li span {
    padding-right: 14px;
    text-align: right;
    width: 100px;
}

.m4{margin: 0 4%;}
            .lr_text_img_list li{padding: 15px 0;position: relative;border-bottom: 1px solid #eee;}
            .lr_text_img_list li a{display: block;overflow: hidden;position: relative;padding-left: 145px;}
            .lr_text_img_list li a .img_item{display: inline-block;width: 130px;height: 80px;position: absolute;left: 0;}
            .lr_text_img_list li a .img_item img{border-radius: 3px;width: 130px;}
            .lr_text_img_list li a .content p{font-size: 16px;color: #000;font-weight: 400;overflow: hidden;margin-top: 5px;line-height: 20px;height: 40px;}
            .lr_text_img_list li a .content .info{overflow: hidden;margin-top: 10px;}
            .lr_text_img_list li a .content .info span{font-size: 12px;font-weight: 400;color: #999;}
            .lr_text_img_list li a .content .info .type{float: left;}
            .lr_text_img_list li a .content .info .time{float: right;}
			
			.ui-icon-list {
	width: 100%;
	box-sizing: border-box;
	overflow: hidden;
	padding: 0.15rem;
	font-size: 12px;
	line-height: 20px;
}

.ui-icon-list li {
	width: 25%;
	float: left;
}

.ui-icon-list li a {
	display: block;
	padding: 0.15rem;
	text-align: center;
}

.ui-icon-list li a img {
	display: block;
	width: 64px;
	height: 64px; 
	margin: 0 auto 0.05rem;
}

.ui-icon-list li .btn {
	display: block;
	width: 80%;
	max-width: 0.6rem;
	border-radius: 0.4rem;
	margin: 0.15rem auto;
	border: 1px solid #e3e3e3;
}

.ui-icon-list li .btn.fc-red {
	background-color: #23C385;
	color: #fff;
	border: none;
}

.ui-classswiper {
	width: 100%;
	box-sizing: border-box;
	padding: 0 10px 30px;
}



.ui-classswiper img {
	display: block;
	height: 100%;
	width: auto;
	position: absolute;
	right: 0;
	top: 0;
}

.ui-classswiper .swiper-slide a {
	display: block;
	height: 40px;
	box-sizing: border-box;
	border: 1px solid #e3e3e3;
	border-radius: 4px;
	overflow: hidden;
	position: relative;
	line-height: 40px;
	width: 155px;
	margin-left: 5px;
}

.ui-classswiper .swiper-slide a strong {
	display: block;
	font-size: 14px;
	text-align: center;
}

.ui-classswiper .swiper-slide a span {
	display: block;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
}
/* 去掉 ul 左侧默认圆点和缩进 */
.lr_text_img_list {
    list-style: none; /* 去掉黑点 */
    padding-left: 0;  /* 去掉默认缩进 */
    margin: 0;
	background-color: #ffffff;
}
/* 标题整体 */
.listnewtit {
    font-size: 16px;
    font-weight: 500;
    color: #333;
    background: #f8f9fa;       /* 和 common_box 背景统一 */
    padding: 10px 12px;         /* 内边距，和列表项呼应 */
    border-left: 4px solid #3399ff;  /* 蓝色左侧标记，更醒目 */
    margin: 0 4% 8px 4%;        /* 左右和 common_box.m4 一致，底部留空 */
    position: relative;
    border-radius: 4px;
}

/* 右侧更多链接 */
.listnewtit span {
    float: right;
    font-size: 13px;
    font-weight: 400;
}

.listnewtit span a {
    color: #3399ff;
    text-decoration: none;
    font-weight: 400;
    transition: color 0.2s;
}

.listnewtit span a:hover {
    color: #1a73e8;   /* 悬停颜色变化 */
}

.listyear {
    background: #fff;        /* 白色背景 */
    padding: 10px 12px;      /* 内边距上下左右 */
    overflow-x: auto;        /* 年份过多可横向滚动 */
    -webkit-overflow-scrolling: touch; /* 手机滑动更顺畅 */
    border-radius: 6px;      /* 圆角 */
    border: 1px solid #eee;  /* 淡边框 */
    margin: 10px 4%;         /* 和列表统一左右边距 */
}

/* ul 去掉默认样式 */
.listyear ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;          /* 横向排列 */
    gap: 12px;              /* 每个年份间隔 */
    flex-wrap: nowrap;      /* 不换行，超出可滚动 */
}

/* li 内部 a 样式 */
.listyear li a {
    display: block;
    padding: 6px 12px;
    font-size: 14px;
    color: #555;
    text-decoration: none;
    border-radius: 4px;
    transition: all 0.2s;
    white-space: nowrap;    /* 避免换行 */
}

/* hover 效果 */
.listyear li a:hover {
    background: #f0f8ff;
    color: #3399ff;
}

/* 当前年份高亮 */
.listyear li a.curr {
    color: #fff;
    font-weight: bold;
    background: #3399ff;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

.page {
    clear: both;
    margin-top: 20px;
}

.page {
  margin: 30px 0;
  overflow: hidden;
  text-align: center; /* 让 ul 内链接居中 */
}

.page ul {
  padding: 0;
  margin: 0 auto;
  list-style: none;
  display: inline-block; /* 让 ul 宽度自适应内容 */
}

.page ul li {
  display: inline-block; /* 横向排列 li */
  margin: 0 5px; /* li 之间间距 */
}

.page ul a {
  display: inline-block;
  padding: 6px 12px;
  border: 1px solid #d7d7d7;
  color: #666;
  border-radius: 3px;
  text-decoration: none;
  min-width: 32px;
  text-align: center;
  font-size: 14px;
  box-sizing: border-box;
}

.page ul a:hover,
.page ul a.nextclass {
  background: #488eff;
  color: #fff;
  border-color: #488eff;
}

.page ul li.active > span,
.page ul a.thisclass {
  background: #f4a100;
  color: #fff;
  border-color: #f4a100;
  cursor: default;
}