/*新闻列表css begin*/
.banner-area{
	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;
	position: relative;
    z-index: 9;
}
.pagination > li > a, .pagination > li > span {
    color: #1a418b;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #1a418b;
    border-color: #1a418b;
}

/* 内容 */
.main-container .main{
position: relative;
    width: 75%;
    background-color: #fff;
    z-index: 99;
    border-radius: 5px;
    padding: 30px;
}

/* 列表 */

.main-container .newslist{
	width: 90%;
}

.main-container .newscat-menu{
	padding: 0px 0 60px
}

.main-container .newscat-menu ul{
	display: flex;
	width: 100%;
	justify-content: space-around;
}
.main-container .newscat-menu ul li{
	min-width: 156px;
	padding: 0 26px;
	border-radius: 20px;
	border: 1px solid #b8c1ca;
	font-size: 20px;
	font-weight: 300;
	text-align: center;
	line-height: 36px;
	cursor: pointer;
}
.main-container .newscat-menu .active{
	border: none;
	background: #1a418b;
}
.main-container .newscat-menu .active>a{
	color: #fff;
}


.main-container .newslist{
	margin-bottom: 15px;
}
.main-container .newspage .pagination {
    font-size: 14px;
}
.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;
	font-size: 18px;
}





/*新闻详情css begin*/
.main-container{
	margin-top: -100px;
    background-color: #f6f6f6;
    position: relative;
    width: 100%;
}

.main-container .newstype{
	width: 100%; padding: 60px 0px 0px 20px; 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: 40px;
    font-size: 30px;
    font-weight: 300;
    color: #173551;
    line-height: 50px;
    text-align: center;
}
.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;
	text-align: center;
}
.main-container .post-content .entry-header .post-meta	.post-silder{
	margin: 15px;

}
.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: 20px auto 0px;
}


.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;
}
.newsinfo img{width:65%}

@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;
		position: absolute;
}
.main-container {
    margin-top: 0px;
}
.main-container .main {
    width: 100%;
}
.newsContTime {
    font-size: 18px;
}
.newsContTime span {
    font-size: 18px;
}
.newsContTitle {
    font-size: 16px;
}
.newsLink a {
    width: 90px;
    line-height: 30px;
    font-size: 14px;
}
.main-container .newslist {
    margin: 16px auto;
}
.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;
}

/* 新闻详情 */
.main-container .newstype {
    margin-bottom: 10px;
}

.main-container .post-content .entry-header .entry-title {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 30px;
}
.main-container .post-content .entry-header .post-meta {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 22px;
}
.main-container .main-content {
    margin-bottom: 40px;
    font-size: 16px;
}
.main-container .main-content-prenext {
    font-size: 14px;
}
.main-container .post-content .entry-header .post-meta .post-silder {
    margin: 5px;
}
}

