body {background-color: #F7F7F7;}
/*.top {
	position: relative;
	width: 100%;
	height: 200px;
	background: url(../img/bg-top.png) center center no-repeat;
	display: flex;
	justify-content: center;
    align-items: center;
}
.top .tp-logo {
	position: absolute;
	left: 30px;
	top: 20px;
}*/

.content {
	overflow: hidden;
	width: 1140px;
	height: auto;
	background-color: #ffffff;
	padding: 30px 80px;
	margin: 0 auto;

}
.list-nav {
	overflow: hidden;
	width: 1140px;
	height: 50px;
	border-radius: 2px;
	margin: 0 auto;
	margin-bottom:20px;
}

.list-nav ul {
	overflow: hidden;
	display: flex;
	justify-content: space-between;
}
.list-nav ul li {
	cursor: pointer;
	float: left;
	width: 32%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 16px;
	color: #333333;
	background-color: #f5f5f5;
	transition: all .3s ease-in-out;
}
/*.list-nav ul li:hover,*/
.list-nav ul li.on {
	color: #FFFFFF;
	background-color: #FC8452;
}

.list-item {
	overflow: hidden;
	width: 820px;
	height: 50px;
	border-radius: 2px;
	margin: 5px auto 0;
}
.list-item ul li {
	cursor: pointer;
	float: left;
	width: 50%;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 16px;
	color: #333333;
	background-color: #f5f5f5;
	transition: all .3s ease-in-out;
}
/*.list-nav ul li:hover,*/
.list-item ul li.on {
	color: #FFFFFF;
	background-color: #5292f7;
}

/*二级标题*/
.list-xbt {
	overflow: hidden;
	width: 100%;
	height: auto;
	border-bottom: 1px solid #f0f0f0;
	box-sizing: border-box;
}
.list-xbt ul {
	overflow: hidden;
	box-sizing: border-box;
	border-left: 1px solid #f0f0f0;
	border-right: 1px solid #f0f0f0;
	padding: 10px;
	padding-top: 0;
	
}
.list-xbt ul li {
	float: left;
	cursor: pointer;
	width: auto;
	height: 20px;
	line-height: 20px;
	color: #4580c7;
	border-radius: 2px;
	background-color: #F3F6FA;
	padding: 0 5px;
	margin: 0 5px;
	margin-top: 10px;
}
.list-xbt ul li.on {
	color: #FFFFFF;
	background-color: #4580c7;
}

/*橘色*/
.list-xbt ul li {
	color: #FC8452;
	background-color: rgba(252, 132, 82, .05);
}
.list-xbt ul li.on {
	color: #FFFFFF;
	background-color: #FC8452;
}

.con-item {
	width: 100%;
	height: auto;
}

/*page-list*/
.con-item .list-tit {
	width: 100%;
	height: 40px;
	line-height: 40px;
	color: #ffffff;
	background-color: #BECBDB;
}
.con-item .tit-bt {
	float: left;
	display: block;
	width: 900px;
	padding-left: 20px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.con-item .tit-time {
	float: right;
	display: block;
	width: 160px;
	text-align: center;
}
.con-item .list-con {
	width: 100%;
	height: auto;
	background-color: #FFFFFF;
}
.con-item .list-con ul li {
	cursor: pointer;
	overflow: hidden;
	width: 100%;
	height: auto;
	line-height: 40px;
}
.con-item .list-con ul li:hover{
	background-color: #F0F3F7;
}

/*page-table*/
.con-item .con-table,
.con-item .con-table table {
	width: 100%;
	height: auto;
	border-collapse: collapse;
    border-spacing: 0;
}
.con-item .con-table table tr:nth-child(even) {
	background-color: #ffffff;
}
.con-item .con-table table tr th {
	height: 40px;
	color: #FFFFFF;
	font-size: 16px;
	background-color: #BECBDB;
}
.con-item .con-table table tr td {
	height: 40px;
	text-align: center;
}


/*page-content*/
.con-item .tit-content {
	width: 90%;
	height: auto;
	line-height: 36px;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 2px;
	color: #333333;
	margin: 0 auto;
	margin-bottom: 20px;
}
.con-item .con-content {
	line-height: 24px;
	font-size: 16px;
	color: #333333;
	margin-bottom: 20px;
}
.con-item .con-content p {
	margin-bottom: 15px;
	text-indent: 2rem;
}
.con-item .con-content img {
	display: block;
	width: 600px;
	height: auto;
	margin: 0 auto;
	margin-bottom: 15px;
}


/*标题横向切换*/
.nav-item {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: auto;
	box-sizing: border-box;
	padding: 0 30px;
	margin-bottom: 30px;
}
.nav-item li {
	cursor: pointer;
	width: auto;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #666666;
	font-size: 16px;
	font-weight: bold;
	margin: 0 40px;
}
.nav-item li.swiper-slide-active {
	/*font-size: 24px;*/
	transform: scale(1.3);
	color: #3377C9;
}
.swiper-button-next:after, .swiper-button-prev:after {
	transform: scale(.5);
}
.swiper-button-next, .swiper-rtl .swiper-button-prev {
	right: 0;
	left: auto;
}
.swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: 0px;
    right: auto;
}


/*信息来源*/
.con-tis {
	width: 100%;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 14px;
	color: #333333;
}
.con-tis span {
	margin: 0 10px;
}

/*标题-民族宗教*/
.list-tit-mzzj {
	overflow: hidden;
	width: 100%;
	height: auto;
	box-sizing: border-box;
	border: 1px solid #f5f5f5;
	border-bottom: none;
}
.list-tit-mzzj p {
	cursor: pointer;
	float: left;
	width: 50%;
	height: 36px;
	line-height: 36px;
	font-size: 16px;
	text-align: center;
	background-color: #fafafa;
}
.list-tit-mzzj p.on {
	font-weight: bold;
	background-color: #e5e5e5;
}
.list-xbt-tit {
	color: #333333;
	font-size: 14px;
	font-weight: bold;
	padding-top: 5px;
	border-left: 1px solid #f0f0f0;
	border-right: 1px solid #f0f0f0;
	padding-left: 15px;
}