.ba_search{
    position: absolute;
    /*top: 75%;*/
    top: 68%;
    left: 50%;
    z-index: 2;
    width: auto;
    height: auto;
    transform: translateX(-50%);
}
.ba_search input.inputA{
	background: #fff;
	font-size: 14px;
	color: #ccc;
	width: 325px;
	line-height: 40px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	text-indent:7%;
	float: left;
}
.ba_search input.inputB{
	float: left;
	width: 58px;
	line-height: 40px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	cursor: pointer;
	background: #24469f url(../images/base/search_icon.png) no-repeat center center;
}

.news_information{
	width: 80%;
    max-width: 1200px;
	height: auto;
	margin: 0 auto 60px;
	overflow: hidden;
	position: relative;
	margin-top: -67px;
	background: #fff;
	border-radius: 5px;
	box-shadow: 0px 0px 12px rgba(0,0,0,0.6);
}
.news_information .news_con_ul{
	margin: 3% auto 0 auto;
}
.news_information dl {
    display: block;
    width: 90%;
    margin: 6% auto 0;
    position: relative;
    margin-top: 3%;
}
.news_information dt {
    position: relative;
    z-index: 8;
    float: left;
    width: 34.90%;
    height: 0;
    padding-top: calc(34.90% * 9 / 16);
    margin-top: 1%;
}
.news_information dt a{
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
}
.news_information dt a img{
	display: block;
	width: 100%;
	height: 100%;
	box-shadow: 0px 0px 2px rgb(0 0 0 / 60%);
	object-fit: cover;
	max-height: 50vw;
}
.news_information dt a:hover img{
	opacity: 0.8;
}
.news_information dl dd{
	display: block;
	width: 73.611%;
    margin-left: 26.89%;
	border-radius: 5px;
	margin-top:3.6%;
    box-shadow: 0px 0px 8px rgba(0,0,0,0.6);
    height: 0;
	padding-top: calc(34.90% * 9 / 16);
    position: relative;
}
.news_information dl dd a{
	display: block;
    width: 73.8693%;
	margin: 0 auto;
	margin-left: 19.346%;
	overflow: hidden;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
}
.news_information dl dd h2{
	font-size: 16px;
	color: #505050;
	font-weight: bold;
	padding: 25px 0 20px;
	border-bottom: 1px solid #CCCDCC;
}
.news_information dl dd h2 em{
	display: inline-block;
	margin-left: 5%;
	font-weight: normal;
	font-size: 14px;
	color: #999999;
}
.news_information dl dd p{
	font-size: 12px;
	color: #9b9b9b;
	line-height: 20px;
	padding-top:2.2%;
}
.news_information dl dd span{
	display: block;
	font-size: 14px;
	color: #24469f;
	width: 80px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	border: 1px solid #24469f;
	border-radius: 3px;
/*    margin-top: 5%;
    margin-bottom: 3.4%;*/
    position: absolute;
    bottom: 7%;
}
.news_information dl dd a:hover h2{
	color: #16466A;
}
.news_information dl dd a:hover span{
	background: #24469f;
	color: #fff;
}


.news_information .page{
	margin: 0 auto;
	overflow: hidden;
	height: 100px;
	text-align: center;
	margin-top: 60px;
}
.news_information .page a{
	font-size: 14px;
	color: #9b9b9b;
	line-height: 100px;
	display: inline-block;
	margin: 0 10px;
}
.news_information .page a font{
	font: 18px/30px consolon;
	font-weight: bold;
}
.news_information .page a:hover,
.news_information .page a.cur{
	color: #16466a;
}