/* 轮播图 */
.banner {
	width: 100%;
	height: 500px;
	background-color: #F9FAFC;
}
.swiper-container {
	max-width: 1920px;
	height: 500px;
}

.swiper-slide {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.swiper-container .swiper-pagination-bullet {
	width: 15px;
	height: 15px;
}
.swiper-container .swiper-pagination-bullet-active {
  opacity: 1;
  background: #fff;
}
/* 内容1 */
.nav {
	width: 100%;
	padding: 30px 0;
	background-color: #f9fafc;
}

.nav-box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.nav-left {
	width: 400px;
	height: 400px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.nav-left-text {
	width: 100%;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.nav-height {
	height: 50px;
}
.nav-padding{
	padding: 0 5px;
	box-sizing: border-box;
}
.nav-buttom a{
	font-size: 12px;
	color: #56a6eb;
}
.nav-border{
	border-bottom: 1px solid #d5e7f1;
	margin-bottom: 10px;
}
.nav-header {
	font-size: 24px;
	color: #1b4f8b;
	font-weight: bold;
}

.nav-occupation {
	width: 90px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #fff;
	background-color: #1d4a83;
}
.nav-left-title{
	width: 100%;
}
.nav-left-caption{
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.nav-right{
	width: 800px;
}
/* 新闻轮播图 */
.journalism-banner{
	width: 375px;
	height: 350px;
}
.journalism-banner-container{
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}
.journalism-banner-container .swiper-pagination-bullet-active {
  opacity: 1;
  background-color: rgba(255,0,0,0.3);
}
.journalism-banner-img{
	width: 100%;
	height: 310px;
	background-repeat: no-repeat;
	background-size: 100% 310px;
}
.journalism-banner-title{
	display: flex;
	justify-content: center;
	width: 100%;
	height: 40px;
	line-height: 40px;
	color: #000;
	background-color: #e9ecf1;
}
.journalism-banner-container .swiper-pagination{
	display: flex;
	justify-content: flex-end;
	box-sizing: border-box;
	bottom: 45px!important;
	padding-right: 15px;
	border: 0;
}
.journalism-banner-container .swiper-pagination-bullet{
	border: 0px!important;
}
.journalism-banner-container .swiper-pagination-bullet{
	width: 20px;
	height: 20px;
	border-radius: 0;
	line-height: 20px;
	text-align: center;
	color: #fff;
	border: 1px solid #fff;
}
.nav-right-time{
	width: 425px;
	height: 350px;
}
.nav-time-li{
	display: flex;
	align-items: center;
	max-height: 110px;
}
.journalism-time{
	width: 425px;
	height: 350px;
}
.journalism-time-ymd{
	font-size: 12px;
	color: #1f4a81;
	padding: 0 15px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	flex-shrink: 0;
}
.journalism-time-ymd div:last-child{
	margin-top: 5px;
	font-size: 18px;
	font-weight: bold;
}
.journalism-time-box{
	height: 350px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 15px 0;
	box-sizing: border-box;
}
.journalism-time-li{
	display: flex;
	max-height: 110px;
}
.journalism-time-content{
	padding-left: 12px;
	box-sizing: border-box;
	border-left: 2px solid #dbe8f1;
	width: 80%;
}
.journalism-content-text{
	width: 100%;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	font-size: 14px;
}
.journalism-content-title{
	width: 100%;
	height: 40px;
	line-height: 20px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.journalism-content-text a{
	width: 100%;
	color: #000;
	cursor: pointer;
}
.journalism-content-text a:hover{
	color: #204a86;
}
.journalism-content-title a{
	font-size: 12px;
	color: #ccc;
}
/* 内容2 */
.content{
	padding: 30px 0;
}
.content-box{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.constant-width{
	width: 600px;
	flex-shrink: 0;
}
.nav-border{
	border-bottom: 1px solid #e6eff4;
}
.nav-header-border{
	height: 50px;
	line-height: 50px;
	width: 120px;
	text-align: left;
	border-bottom: 2px solid #1f4983;
}
.constant-text{
	width: 100%;
	min-height: 185px;
	padding: 10px 0;
	box-sizing: border-box;
}
.constant-text-ul{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.constant-li{
	width: 100%;
	height: 30px;
	line-height: 30px;
	display: flex;
	justify-content: space-between;
	font-size: 12px;
	color: #999;
	cursor: pointer;
}
.constant-li-hover{
	width: 80%;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #333;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.constant-li:hover .constant-li-hover{
	color: #1f4983;
}
.icon-link{
	width: 100%;
	padding: 40px 0;
	background-image: url(../images/colbg.jpg);
	background-repeat: no-repeat;
	background-size: 100%;
}
.icon-link-flex{
	width: 100%;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
.col{
	width: 390px;
	height: 220px;
	display: flex;
	flex-direction: column;
}
.col div{
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	cursor: pointer;
	color: #fff;
}
.col01{
	background-color: #006e61;
}
.col02{
	background-color: #1d4a83;
}
.col-ul-li{
	display: flex;
	flex-direction: column;
}
.col a{
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	display: inline-block;
	color: #fff;
}
.col03{
	background-color: #ab2723;
}