
/*===========================================主体设置===========================================*/
.jzxk_one .jzxk_two
{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;

	z-index: 1;
	overflow: hidden;
}


.jzxk_one .jzxk_news .jzxk_title{
	 height:100px; 
	 width:1100px; 
	 margin-right:auto; 
	 margin-left:auto;
	 text-align:center;
	 padding-top:30px;
}

.jzxk_title_sub{
	 font-weight:600px;
	 font-size:22px;
	 text-align:center;
	 letter-spacing:3px;
	 background-color:#FFFFFF;
	 padding:10px;
	 width:auto;
   	border-top-right-radius: 15px; /* 右上角的圆角 */
  	border-bottom-right-radius: 15px; /* 右下角的圆角 */
  	border-top-left-radius: 15px; /* 右上角的圆角 */
  	border-bottom-left-radius: 15px; /* 右下角的圆角 */
}


/*===========================================新闻动态详情页===========================================*/

.jzxk_one .jzxk_news .jzxk_box{
	width: 1100px;
	height: 76%;
	background: rgba(255,255,255,0.9);
	padding: 20px;
	overflow: auto;
	overflow-x: hidden;

	margin-right:auto;
	margin-left:auto;
}
/*
.jzxk_one .jzxk_news .jzxk_box .title{
	line-height: 50px;

	text-align: center;

	border-bottom: 1px dashed #aaa;
	margin-bottom: 20px;
}
.jzxk_one .jzxk_news .jzxk_box .title h3{
	line-height: 30px;
	font-size: 18px;
}
.jzxk_one .jzxk_news .jzxk_box .title span{
	margin: 0 5px;
}
.jzxk_one .jzxk_news .jzxk_box .center p{
	line-height: 30px;
	text-indent: 2em;
}
.jzxk_one .jzxk_news .jzxk_box .center img{
	max-width: 100%;
	margin-right:auto;
	margin-left:auto;
}
.jzxk_one .jzxk_news .jzxk_box .article{
	margin: 20px 0 0;
}
.jzxk_one .jzxk_news .jzxk_box .article .pext{
	float: left;
}
.jzxk_one .jzxk_news .jzxk_box .article .next{
	float: right;
}
.jzxk_one .jzxk_news .jzxk_box .crumbs{
	color: #000;
	line-height: 30px;
	overflow: hidden;
	margin: 0 0 20px 0;
}
.jzxk_one .jzxk_news .jzxk_box .crumbs a{
	color: #000;
}
.jzxk_one .jzxk_news .jzxk_box .crumbs li{
	width: auto;
	height: auto;
	float: left;
	border: none;
	margin: 0;
	background: none;
}


.cac_menu_bg{
	color:#FFFFFF;
  	background-color: var(--cc_menu_bgg);
}
.cac_menu_bg a.active{
  background-color: var(--cc_menu_txt);
}
.cac_menu_bg a:not(.active):hover{
  background-color: var(--cc_menu_txt);
}
*/
