/*单页内页导航css begin*/
.banner-area{
	position: relative;
	/* max-width: 2560px; */
	min-width: 1200px;
	margin: 0 auto;
	padding: 100px 80px 0;
	height: 425px;
	width: 100%;
	background-position: 100% 100%;
	background-repeat: no-repeat;
	background-size: cover;
	font-size: 36px;
	font-weight: 300;
	color: #173551;
	line-height: 50px;
}
/* 内页banner文字 */
.banner-area .notesbox{
	position: absolute;
    bottom: 25%;
    right: 0px;
    color: #fff;
    font-weight: bolder;
    font-size: 52px;
}
.banner-area .banner-heading{
	line-height: 70px;
    width: 700px;
    text-align: left;
    float: right;
}

.main-container .main{
	width: 80%;
}
.main-container .newscat-menu{
	padding: 0px 0 15px;
	justify-content: center;
	border-bottom: 1px solid #e8e8e8;
	margin-bottom: 40px;
}

.main-container .newscat-menu ul{
	display: flex;
	/*width: 100%;*/
	justify-content: end;
}
/*.main-container .newscat-menu ul li:first-child{*/
/*	min-width: 256px;*/
/*	padding-left: 0px;*/
/*	text-align: left;*/
/*}*/
.main-container .newscat-menu span{
	min-width: 156px;
	padding: 0 26px;
	font-size: 20px;
	font-weight: 300;
	text-align: center;
	line-height: 36px;
	cursor: pointer;
}
.main-container .newscat-menu ul li {
	min-width: 156px;
	font-size: 20px;
	font-weight: 300;
	text-align: center;
	line-height: 36px;
	cursor: pointer;
}
.main-container .newscat-menu ul li >a {
	color:#212529;
	padding: 0 10px;
}
.main-container .newscat-menu ul li >a:hover {
	color: #1a418b;
	/* border-bottom: 1px solid; */
}
.main-container .newscat-menu span ,.main-container .newscat-menu .navleft{
	padding-left: 0px;
	padding-right: 0px;
}
.main-container .newscat-menu .navright{
	padding-right: 0px;
}
.main-container .newscat-menu .active{

}
.main-container .newscat-menu .active>a{
	/*font-weight: bold;*/
	color: #1a418b;
	font-weight: bolder;
	/* border-bottom:1px solid */
}
.main-container .newscat-menu  .arrow{
	display: none;
	min-width: unset;
	left: 50%;
	bottom: -8px;
	position: absolute;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 8px solid #212529;


}
.main-container .newscat-menu .active .arrow{
	display: block;

	border-top: 8px solid #3963a9;

}


/*新闻详情css begin*/
.main-container{
	margin-top:80px
}


@media (max-width: 768px){
	.banner-area {
		max-width:unset;
		min-width:unset;
		margin: 0 auto;
		padding: 100px 80px 0;
		height: 350px;
		width: 100%;
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		font-size: 36px;
		font-weight: 300;
		color: #173551;
		line-height: 50px;
}
.banner-area .notesbox {
	bottom: 0;
    font-size: 22px;
}
.banner-area .banner-heading {
	line-height: 40px;
    width: 60%;
}
.main-container {
    margin-top: 40px;
}
.main-container .newscat-menu {
    padding: 0px
}
.main-container .newscat-menu ul {
    display: flex;
    width: 100%;
    padding: 20px;
    justify-content: space-around;
}
.main-container .newscat-menu ul li {
    min-width:unset;
    width:33%;
    padding: 0 6px;
    border-radius: 0px;
    border: 1px solid #b8c1ca;
    font-size: 14px;
    font-weight: 300;
    text-align: center;
    line-height: 36px;
    cursor: pointer;
}
}

