
.notice_one{
	background:#fff;
	display: flex;
	width: 16rem;
	margin:0 auto;
	padding-top:0.8rem;
	padding-bottom:1rem;
	
}
.loop_notice{
	display: flex;
	overflow: hidden;
	width:7.5rem;
}
 .notice_one .p_loopitem{
	 position: relative;
 }
   .notice_one .img_tit{
font-size: 0.16rem;
position: absolute;
bottom:0;
width:100%;
padding:0.24rem 0.15rem 0.15rem 0.21rem;
}
  .notice_one .img_box {
	  width: 7.5rem;
	  height: 100%;
	  object-fit: cover;
	  overflow: hidden;
  }
.l_notice{
	padding:0 1rem;
}
.one_list{
	display:flex;
	flex-wrap: wrap;
}
.one_items{
	display: block;
	    height: auto;
		padding:0.2rem 0.21rem 0.2rem 0.29rem;
}
.one_items:hover{
	
background: #F1F1F1;
}
.notice_one .one_list .one_items:hover .tit{
	font-weight: bold;
}
 .notice_one .one_list .tit{
	font-size: 0.18rem;
	font-weight: normal;
	color: #333333;

}
 .notice_one .one_list .date{
	 font-size: 0.14rem;
	 color: #999999;
	 margin-top:0.15rem;
 }
 .notice_one .img_box:hover .scale_img{
	transform: scale(1.1);
}
 .notice_one .img_box .scale_img{
	transition: var(--tran_03);
}
 .notice_one .img_tit{
		background-image: url("../img/7_notice/tit_bg.png");
		background-size: cover;
		color: #fff;
		}
		
/* two */
.notice_two{
		
background: #F5F6F8;
}
.two_box{
	padding:1rem 0rem;
	width:14rem;
	margin:0 auto;
}
.two_list{

}
.two_list .list_items{
	display: flex;
	align-items: center;
	margin-bottom:0.4rem;
	padding:0.3rem 0.52rem 0.29rem 0.4rem;
	background:#fff;
}
.two_list .list_items:hover .year{
		color:#C6982F;
}

.two_list .list_items:hover .day{
	color:#C6982F;
}
.date_box{
	/* border-right:0.01rem solid #CCCCCC; */
	width:1.5rem;
	position:relative;
}
.date_box::after{
	content: '';
	display: block;
	position: absolute;
	right:0;
	top:50%;
	transform: translateY(-50%);
	width: 0.01rem;
	height: 1.6rem;
	background: #CCCCCC;
}
.date_box .day{
font-size: 0.8rem;
font-weight: 900;
color: #999999;
line-height: 1;
}
	.date_box .year{
		font-size: 0.2rem;
		font-weight: 900;
		color: #999999;
	}
	.two_info{
		width:11.3rem;
		padding-left:0.3rem;
	}
	.two_info .tit{
		font-size: 0.2rem;
		font-weight: bold;
		color: #333333;
	}
	.two_info .tit::after{
		content:'';
		display: block;
		width: 0.8rem;
		height: 0.03rem;
		background: #005BAB;
		border-radius: 0.03rem 0.03rem 0.03rem 0.03rem;
		margin:0.2rem 0rem;
	}
	.two_info .p_summary{
		font-size: 0.16rem;
		color: #666666;
		line-height: 0.3rem;
	}
	
@media only screen and (max-width: 1024px) {
.notice_one{
        padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 0.4rem;
    }
    .notice_one{
        display: block;
        width: 100%;
    }
    .notice_one .img_tit{
        font-size: 14px;
    }
    .one_items{
        padding: 10px;
        width: 100%;
    }
    .notice_one .one_list .tit{
        font-size: 14px;
    }
    .notice_one .one_list .date,.date_box .year,.two_info .p_summary{
        font-size: 12px;
    }
    .two_box{
        padding: 0.4rem 0rem;
        width: 100%;
    }
    .two_list .list_items{
        padding: 0.3rem;
    }
    .date_box{
        /*width: 2.5rem;*/
    }
    .loop_notice,.notice_one .img_box{
        width: 100%;
    }
    .two_info{
        width: 5.3rem;
    }
    .two_info .tit{
        font-size: 14px;
    }
}