@charset "UTF-8";
body, div, dl, dt, dd, ul, li, h1, h2, h3, h4, h5, h6, input, form, a, p, textarea {
    font-family: 微软雅黑, "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: rgb(0, 0, 0);
    margin: 0px;
    padding: 0px;
}
a{
	text-decoration: none;
}
a:hover{
    color: #0c3e83;
}
ul,li{
	list-style: none;
}
:focus {
    outline: none;
}
.form-control:focus{
    box-shadow: none;
    border-color: #f8f9fa;
}
.row-hr{
	margin-top: 20px;
}
/* 顶部 */
.header-top{
	background: #0c3e83;
}
.header-top-wrap{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.header-top span{
	font-size: 14px;
    color: #fff;
    line-height: 48px;
}

/* 导航*/
.navbar{
	border-bottom: 1px solid #ccc;
}
.navbar-collapse{
	overflow: hidden;
}
.navbar-nav{
	display: flex;
	flex-flow: row wrap;
	padding-top: 20px;
}
.navbar .nav-item{
	display: flex;
	align-items: center;
	padding-bottom: 20px
}
.navbar-expand-lg .navbar-nav .nav-link{
	display: inline-block;
	width: 121px;
    font-size: 20px;
    line-height: 20px;
    text-align: center;
	padding:0 20px;
	border-right: 1px solid #999;
}

/* 新闻 */
.index-news-top1{
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-top: 40px;
}
.index-news-top1 span a{
	display: inline-block;
	color: #fff;
    font-size: 18px;
	width: 64px;
    font-weight: bold;
	background-color: #e11a00;
    padding: 10px;
	text-align: center;
}
.index-news-top1 h2{
	margin: 0 auto;
}
.index-news-top1 h2 a{
	color: #0c3e83;
	font-weight: bold;
	font-size: 30px;
}
/* 轮播 */
.index-carousel{
	overflow: hidden;
	background: #999;
}
.index-carousel .carousel-item img{
	height: 330px;
	object-fit: cover;
}
.index-carousel .carousel-indicators{
	left: auto;
	margin: 0 5px 5px 0;
}
.index-carousel .carousel-indicators [data-bs-target]{
	width: 20px;
}
.index-carousel .carousel-caption{
	background-color: rgba(0,0,0,0.5);
	left: 0;
	right: 0;
	bottom: 0;
	padding: 10px;
}
.index-carousel .carousel-caption h5{
	color: #fff;
	font-size: 16px;
	text-align: left;
}
.index-news-box .nav{
	height: 55px;
	background: #f4f4f4;
}
.index-news-box .nav-pills .nav-link{
	height: 62px;
	width: 120px;
	font-size: 22px;
	padding-bottom: 16px;
	color: #000;
}
.index-news-box .nav-pills .nav-link.active, .index-news-box .nav-pills .show>.nav-link{
	background: url(/style/blue/images/tag-blue.png) no-repeat;
	background-size: 100% 100%;
	border-radius: 0;
	color: #fff;
}
.index-news-box .tab-pane li{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    line-height: 40px;
    margin-left: 20px;
    margin-right: 20px;
    border-bottom: 1px solid #d9d9d9;
    height: 40px;
    overflow: hidden;
}
.index-news-box .tab-pane li:hover{
	border-bottom: 1px solid #0c3e83;
}
.index-news-box .tab-pane li:hover a,.index-news-box .tab-pane li:hover span{
	color: #0c3e83;
}
.index-news-box .tab-pane li a{
    flex: 1;
    padding-right: 10px;
}

.index-ad-wrap{
	margin-top: 20px;
	display: flex;
	justify-content: space-around;
}

.index-ad-wrap a img{
	width: 100%;
}

/* 友情链接 */
.links a{
	padding: 0 10px;
	display: inline-block;
}
/* 底部 */
.footer .addr{
	background: #eae8e2;
	padding: 20px 0;
}
.footer .addr p{
	line-height: 32px;
}
.footer .addr span{
	padding-right: 20px;
}
.footer .copyright{
	background: #0c3e83;
	padding: 15px;
}
.footer .copyright .text{
	color: #fff;
}
.footer .copyright a{
	color: #fff;
}

/* 文章 */
.breadcrumb-box{
    font-size: 14px;
    padding: 15px 0;
    border-bottom: 1px solid #ccc;
}
.breadcrumb{
    margin-bottom: 0;
}
.article-title{
    text-align: center;
    font-size: 22px;
    color: #0c3e83;
    font-weight: bold;
    padding: 20px;
    border-bottom: 1px solid #f0f0f0;
}
.article-author{
    text-align: center;
    font-size: 14px;
    color: #a1a1a1;
    padding: 10px 0 20px 0;
}
.article-author span{
    padding: 0 10px;
}
/* 分类栏目 */
.cat-list-box{
    padding-top: 10px;
    margin-right: 20px;
}
.cat-list-link{
    display: flex;
    align-items: center;
    border-bottom: 1px solid #f4f4f4;
}
.cat-list-link .date-box{
    display: flex;
    flex-direction: column;
    width: 60px;
    height: 60px;
    background: #f4f4f4
}
.cat-list-link .date-box .date-d{
    color: #888;
    font-size: 28px;
    line-height: 32px;
    font-weight: bold;
    text-align: center;
}
.cat-list-link .date-box .date-ym{
    color: #888;
    font-size: 12px;
    text-align: center;
}
.cat-list-link:hover .date-box{
    background: #e11a00;
}
.cat-list-link:hover .date-box .date-d,.cat-list-link:hover .date-box .date-ym{
    color: #fff;
}
.cat-list-link:hover{
    border-bottom: 1px solid #0c3e83;
}
.cat-list-link:hover h3{
    color: #0c3e83;
}
.cat-list-link .text-box{
    flex: 1;
    padding: 10px 20px;
}
.cat-list-link .text-box h3{
    font-size: 16px;
}
.cat-list-link .text-box p{
    color: #888;
    font-size: 14px;
    margin-top: 10px;
    line-height: 20px;
}

/* 左侧 */
.side-box .title{
    color: #101010;
    font-size: 24px;
    text-align: left;
    font-family: SourceHanSansSC-regular;
    margin-top: 20px;
    margin-bottom: 20px;
}
.side-box .list-num{
    display: inline-block;
    width: 25px;
    height: 25px;
    line-height: 25px;
    border-radius: 50%;
    background-color: #8c8c93;
    color: #f2f2f2;
    font-size: 14px;
    text-align: center;
    margin-right: 10px;
}
.side-box li{
    display: block;
    height: 28px;
    overflow: hidden;
    margin-bottom: 15px;
}
.side-box li:nth-child(-n+3) .list-num{
    background-color: #e11a00;
}

/* 分页 */
.page-nav{
    margin-top: 20px;
}
.page-nav .pagination{
    justify-content: center;
}
.pagination li a,.pagination li span{
    font-size: 14px;
    color: #a6a6a6;
    border: 1px solid #a6a6a6;
    padding: 3px 10px;
    margin: 0 5px;
}
.pagination li.active span{
    background: #e11a00;
    border: 1px solid #e11a00;
    color: #fff;
}

/* 搜索 */
.search-text{
    background-color:#869497;
    text-align:center;
    padding: 40px;
}
.search-text h1{
    color: #fff;
    font-size: 32px;
}
/* 小屏 */
@media (max-width: 991.98px) {
	.navbar-nav{
		display: flex;
		text-align: right;
		flex-flow: column;
		padding-top: 0;
	}
	.nav-item{
		justify-content: flex-end;
	}
    .index-news-box .nav{
        height: 46px;
    }
    .index-news-box .nav-pills .nav-link{
        height: 50px;
        width: 110px;
        font-size: 18px;
    }
    .index-carousel .carousel-item img{
        height: 280px;
    }
}