      /* 眼睛图标 */
.eye-icon {
  display: inline-block;
  width: 1.5em; /* 增加整体尺寸 */
  height: 1.5em; /* 增加整体尺寸 */
  border: 0.15em solid #999; /* 设置为灰色 */
  border-radius: 75% 15%;
  transform: rotate(45deg);
  position: relative;
  vertical-align: middle; /* 垂直居中对齐 */
  margin-right: 0.4em; /* 添加与文本的间距 */
}

.eye-icon::before {
  content: '';
  position: absolute;
  width: 0.48em; /* 增加瞳孔尺寸 */
  height: 0.48em; /* 增加瞳孔尺寸 */
  border: 0.15em solid #999; /* 设置为灰色 */
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); /* 精确居中瞳孔 */

}
/* 确保容器也垂直居中 */
.date-container span {
  display: inline-flex;
  align-items: center;
  vertical-align: middle;
}

        .category-tag {
            background: #e74c3c;
            color: white;
            padding: 5px 12px;
            border-radius: 20px;
            font-size: 0.85rem;
            font-weight: 600;
        }
		
/*model.asp*/
.new_left {
	width: 74%;
}
.new_left H3 {
	text-indent: 1em;
	COLOR: #666;
	FONT-SIZE: 0.9rem
}
.new_text{
	margin:2rem 0 0 20px;
}
.new_con{
	line-height: 2rem;
	font-size: 1.2rem;
	letter-spacing:2px;
}
 .new_right{
	width: 26%
}
.nav_tit{ 
	position:relative;
	margin:0px 0px 3rem 1rem;
}
.new-s{
	border: #CCC 1px solid;
	padding: 5px;
}
.new-s ol{
	padding-left: 17px;
}
.new-s li{
	text-align: left;
	line-height: 25px
}
.datefrom{ height:26px; text-align:right; font-size:13px}

.new_table{
}
.new_table span{
	display: inline-block;
	line-height: 2.3rem;
	padding: 0.4rem;
	font-size: 1.2rem;
}
.btn{
	background: #010c80;
	color:#fff;
}
.tit{
	height: 30px;
	line-height: 30px;
	COLOR: #ffffff;
	FONT-SIZE: 1.1rem;
	FONT-WEIGHT: bold;
	background: #5e9fd9;
	margin-top: 10px;
	text-align: left;
	padding-left: 10px;
}
.tit a{
	position: absolute;
	right:10%

}
.tit a:link,.tit a:visited{
	color:#fff;

}
.d_line{
	BORDER-BOTTOM: #cccccc 1px dotted;
	MARGIN: 20px 0px 20px 0px;
	HEIGHT: 1px;
	CLEAR: both;
}