.newsList{
	width: 100%;
	padding: 0 4vw;
	margin-top: 5vh;
}
.newsList_search{
	height: 6vh;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #080c2a;
}
.newsList_search_titel{
	font-weight: bold;
	font-size: 1.2vw;
}
.search_box{
	width: 31%;
	height: 3vh;
	border-radius: 1.5vh;
	border: 1px solid #080c2a;
	padding:0 1vw;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.search_icon{
	width: 1vw;
}
.search_icon:hover{
	background-color: #f2f2f2;
	border-radius: 1vw;
	cursor:pointer;
}
input{
	border: none;
	flex: 1;
	width: 9vw !important;
}
.no_news_{
	font-size: 24px;
	font-family: Source Han Sans CN, Source Han Sans CN;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 24px;
	border-radius: 49px 49px 49px 49px;
	opacity: 1;
	color: #ccc;
	padding: 10vw 0;
	text-align: center;
}
 
 input:focus{
       outline: none;
}
.new_list_item{
	width: 100%;
	padding: 30px 0;
	border-bottom: 1px solid #080c2a;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.new_list_item_left{
	width: 180px;
	height: 106px;
	border-radius: .4vw;
	margin-right: 1.5vw;
}
.seeInfo{
	width:7vw ;
	height: 3vh;
	background-color: #080c2a;
	color: #fff;
	text-align: center;
	line-height: 3vh;
	border-radius: 1.5vw;
	font-size: .9vw;
	user-select: none;
	cursor:pointer;
}
.seeInfo:hover{
	color: #f2f2f2;
	background-color: rgba(0,0,0,.7);
}
.new_list_item_center{
	width: 788px;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	min-height: 106px;
	
}
.new_list_item_center_title{
	font-size: 24px;
	font-weight: 500;
	color: #333333;
	font-weight:bold;
	overflow: hidden;
	width: 788px;
}
.new_list_item_center_text{
	font-size: 16px;
	font-weight: 500;
	color: #666666;
	line-height: 16px;
	overflow: hidden;
	color: #808080;
	width: 788px;
}
.new_list_item_center_time{
	font-size: 14px;
	font-weight: 300;
	color: #666666;
	line-height: 14px;
	overflow: hidden;
	width: 788px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.uni-ellipsis {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}
.see_icon{
	width: 25px;
	height: 25px;
	margin-right: 15px;
}
.see_icon_box{
	display: flex;
	align-items: center;
}
.page_list{
	display: flex;
	align-items: center;
	justify-content: center;	
	margin-top: 2vh;
	cursor:pointer;
	user-select: none;
}
.page_num{
	width: 16px;
	height: 16px;
	background-color: #acaec2;
	color: #fff;
	font-size: 13px;
	text-align: center;
	line-height: 16px;
	margin-left: 16px;
	margin-right: 16px;
	border-radius: 8px;
}
.page_box{
	
	width: 74px;
	height: 30px;
	border-radius: 15px 15px 15px 15px;
	opacity: 1;
	border: 1px solid #333333;
	padding: 0 10px;
	/* background-color: red;	 */
	display: flex;
	margin-left: 16px;
	margin-right: 16px;
}
.page_box_inpu{
	width: 50px !important;
	height: 30px;
	flex: 1;
	text-align: center;
	
}
.next_btn{
	width: 74px;
	height: 30px;
	border-radius: 15px 15px 15px 15px;
	opacity: 1;
	font-size: 14px;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 30px;
	text-align: center;
	
	background-color: #080b2a;
	/* font-size: 0.7vw;
	text-align: center;
	line-height: 1vw;
	border-radius: 1vw;
	color: #fff; */
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button{
    -webkit-appearance: none !important;
    margin: 0;
}
#list_id{
	width: 1200px;
}












.new_bgc{
	width: 100%;
	height: 750px;
	background-color: #f5f5f5;
	
}
img {	
   user-select: none;
    -webkit-user-drag:none;
}
.new_list_box{
	width: 100%;
	min-height:500px ;
	display: flex;
	justify-content: center;
}
.new_list_box_concent{
	width: 1200px !important;
	min-height: 500px;
}
.new_list_box_title{
	padding: 100px 0 40px 0;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #333;
}
.new_list_box_title_left{
	display: flex;
	align-items: center;
}
.title_shu{
	width: 4px;
	height: 56px;
	background: #333333;
	border-radius: 0px 0px 0px 0px;
	opacity: 1;
	margin-right: 24px;
}
.new_list_box_title_right{
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 32px;
	border-radius: 16px 16px 16px 16px;
	opacity: 1;
	border: 1px solid #333333;
	padding: 0 16px;
	width: 330px;
	
}
.search_css{
	cursor: pointer;
	width: 32px;
	height: 32px;
	transition: width .4s ,height .4s;
}
.search_css:hover{
	width: 35px;
	height: 35px;
}

input{
	
	 border: none; /* 移除默认边框 */
}
input:focus {
    outline: none; /* 自定义选中边框样式 */
}
.Search_input{
	height: 32px;
	flex: 1;
}
.shu_right{
	height: 56px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.shu_right_p1{
	font-size: 32px;
	font-family: Source Han Sans CN, Source Han Sans CN;
	font-weight: bold;
	color: #333333;
	line-height: 32px;
}
.shu_right_p2{
	font-size: 16px;
	font-family: Source Han Sans CN, Source Han Sans CN;
	font-weight: 300;
	color: #333333;
	line-height: 16px;
	letter-spacing: 1px;
}
.chooseIndex{
	background-color: #333 !important;
}
.news_page_list{
	margin-bottom: 40px;
}