.search-area{
    /* font-weight: 300; */
    color: #212529;
}
.btn-primary {
    color: #fff;
    background-color: #1a418b;
    border-color: #1a418b;
    padding: 5px;
    color: #fff;
    border-radius: 5px;
    font-size: 16px;
    /* font-weight: 300; */
}
.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;
}
.search-area  .filter{
    border-left: 1px solid #dddd;
}
.search-area  .intro{
    margin-bottom: 50px;
    padding: 15px;
    font-size: 18px;
    line-height: 40px;
    border-bottom: 1px solid #dddd;
}
.pagination {
    justify-content: center;
    font-size: 18px;
}
.search-area  .option{
    /* display: flex; */
    margin:0 0 40px 20px;
}
.search-area  .option-title{
    /* font-weight: 300; */
    font-size: 18px;
    margin-bottom: 20px;
}
.search-area  .option-filter{
    /* font-weight: 300; */
    display: flex;
    gap: 5px;
    font-size: 16px;
}
.search-area  .option-filter .active{
    padding: 5px;
    border-bottom: 1px solid;
}
.search-area  .job-item{
    border-bottom: 1px solid #cccccc;
    margin: 0 0 25px 0;
    padding: 25px 0px;
}
.search-area  .job-item:hover{
    border-bottom: 0;
    background-color: #eeeeee;
    border-radius: 5px;
}
.search-area  .job-item .text-start{
    font-size: 16px;
}
.search-area  .job-item .text-start h5 >a{
    font-size: 18px;
    /* font-weight: 300; */
}



/* 详情页 */

.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-bottom: 40px; font-size: 36px;
    /* 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;
}
.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 .post-content ul{
	margin-bottom: 40px;
	font-size: 20px;
	/* font-weight: 300; */
	color: #173551;
	line-height: 30px;
}
.main-container .post-content ul li{
	margin-bottom: 5px;
}

.main-container .post-content p{
	line-height: 30px;
}
.main-container .post-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;
}

