/*新闻列表css begin*/

.main-container .pagenavtitle{
	font-size: 28px;
	text-align: center;
	font-weight: 300;
	color: #173551;
	line-height: 25px;
	justify-content: center;
	padding-bottom: 40px;
}

.main-container .jiogugrouplist{
	padding: 0 0 21px;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.main-container .jiogugrouplist .ad-name{
	font-size: 20px;
	color: #173551;
	padding: 20px 0 14px;
	font-weight: 300;
}
.main-container .jiogugrouplist .city-list{
	padding: 0 0 21px;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.main-container .jiogugrouplist .city{
	min-width: 72px;
	padding: 0 19px;
	height: 32px;
	margin-right: 20px;
	margin-bottom: 14px;
	border-radius: 5px;
	border: 1px solid #979797;
	font-size: 18px;
	text-align: center;
	font-weight: 400;
	color: #173551;
	line-height: 30px;
	cursor: pointer;
}
.main-container .jiogugrouplist .active {
	color: #fff;
	background: #173551;
}
.main-container .departmentbox {
	/* padding:40px 0; */
	min-height: 200px;


}
.departmentbox h5{
	font-size:20px
}
.departmentbox .card:hover{
	color: #fff;
	background-color: #1b418b;
}

.main-container .departmentbox .card{
	border: 0;
	/* border-right: 1px solid rgba(0,0,0,.125); */
	 /* border-left: 1px solid rgba(0,0,0,.125); */

}
.main-container .departmentbox .card:nth-child(2n){
	/* border: 0; */
	/* border-right: 1px solid rgba(0,0,0,.125); */
	 border-left: 1px solid rgba(0,0,0,.125);

}
.main-container .newslist{
	margin-bottom: 15px;
}
.main-container .newsContBox .fengmian{
	width: 100%;
	height: 230px;
	padding: 5px;
	transition: all .5s ease 0s;
	overflow: hidden;
}
.main-container .newsContBox .fengmian:hover {
	padding: 0;
}

.main-container .newspage .pagination {
	justify-content: center;
}
.card-text{
	line-height: 30px;
}

.pre-line{
	white-space: pre-line;
    margin: 0px;
    padding: 0px;
}



/*新闻详情css begin*/
.main-container{
	margin-top:80px
}

.main-container .newstype{
	width: 100%; padding: 60px 0px 0; margin-bottom: 70px; font-size: 16px; font-weight: 300; color: #353c98; line-height: 22px;
}
.main-container .newstype a{
	color: #353c98;
}
.main-container .post-content .entry-header .entry-title{
	margin-bottom: 40px; font-size: 36px; font-weight: 300; color: #173551; line-height: 50px;
}
.main-container .post-content .entry-header .post-cat{
	display: inline-block; min-width: 34px; height: 21px; background: #353c98; font-size: 16px; font-weight: 300; color: #fff; line-height: 21px; text-align: center; margin-bottom: 17px;
}

.main-container .post-content .entry-header .post-meta{
	margin-bottom: 49px; font-size: 16px; font-weight: 300; color: #173551; line-height: 22px;
}

.main-container .post-content .entry-header .post-author{
	margin-right: 10px
}
.main-container .post-content .entry-header .post-meta-date{
	margin-right: 10px
}
.main-container .post-content .entry-header .post-comment{
}


/*新闻内容详情*/
.main-container .main-content{
	margin-bottom: 40px;
	font-size: 20px;
	font-weight: 300;
	color: #173551;
	line-height: 30px;
}
.main-container .main-content img{
	margin: 0 auto;
}


.main-container .main-content-pagenav{
	/*margin-bottom: 40px;*/
	font-size: 20px;
	font-weight: 300;
	color: #173551;
	line-height: 40px;
}

.main-container .main-content-prenext{
 	margin-bottom: 40px;
	font-size: 20px;
	font-weight: 300;
	color: #173551;
	line-height: 30px;
}

.card-text-address{
	max-width: 62px;
}


/* 英文版特色设置 */
.en .card-text-address{
	max-width: unset;
}


@media (max-width: 768px){
	.main-container {
		margin-top: 20px;
	}
	.main-container .pagenavtitle {
		padding-bottom: 0px;
	}

	.main-container .container-fluid{
		padding-left: 0px;
   }
	.main-container .jiogugrouplist .city-list {
		padding:0 0 5px;
	}

	.main-container .jiogugrouplist .ad-name {
		font-size: 18px;
		color: #173551;
		padding: 10px;
		font-weight: 300;
	}
	.main-container .jiogugrouplist .city {
		min-width: 30px;
		padding: 0 5px;
		height: 32px;
		margin-right: 5px;
		margin-bottom: 5px;
		border-radius: 5px;
		border: 1px solid #979797;
		font-size: 15px;
		text-align: center;
		font-weight: 400;
		line-height: 30px;
		cursor: pointer;
	}

	.main-container .departmentbox {
		padding: 15px 0px;
		min-height: auto;

	}
	.main-container .departmentbox .card {
		border-left: 0px;
		border-right: 0px;
	}
	.main-container .departmentbox .card .card-body {
		padding: 0px;
	}
	.card-text:last-child {
		padding-bottom: 15px;
    	border-bottom: 2px solid #efeaea;
	}
	.text-muted {
		font-size: 16px;
		line-height: 30px;
		font-weight: initial;
 	}


	.pre-line{
		white-space: pre-line;
		margin: unset;
		padding: 0 15px;
	}
	.card-text-address{
		max-width: 62px;
	}
}

