.content{
	width: 1200px;
	height: auto;
	margin: auto;
	padding-bottom: 30px;
}
.content-nav-left{
	width: 280px;
	height: auto;
	padding: 15px;
	box-sizing: border-box;
	text-align: center;
	display: inline-table;
	padding: 0;
}
.content-nav-left h1{
	width: 100%;
	height: 60px;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	line-height: 60px;
	border: 1px solid #900B0B;
	background-color: rgba(144, 11, 11,1) !important;
	color: #FFFFFF;
}
.content-list-right{
	width: 915px;
	height: auto;
	padding: 15px;
	box-sizing: border-box;
	display: inline-table;
	padding: 0;
	padding-left: 30px;
}

.content-list-right>ul>li{
	width: 100%;
	height: 46px;
	line-height: 46px;
	border-bottom: 1px dashed #EEEEEE;
	transition: .2s;
	padding: 0 10px;
	padding-left: 20px;
	background: url(../img/icon/icon-right.png) no-repeat left;
}
.content-list-right>ul>li:hover,.content-list-right li:hover a{
	color: #900B0B !important;
}
.content-list-right>ul>li:hover{
	box-shadow: 2px 2px 6px 1px rgb(0 0 0 / 50%);
	transform: translateY(-5px);
	font-size: 15px;
}
.content-list-right>ul>li a{
	display: inline-block;
	width: 80%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.content-list-right>ul>li span{
	float: right;
}
.content-pagesbox{
	width: 100%;
	height: 46px;
	line-height: 46px;
	border: 1px solid #EEEEEE;
	margin-top: 30px;
}
.content-detail{
	width: 100%;
	height: auto;
	padding: 15px;
}
.content-detail h1{
	width: 100%;
	height: auto;
	text-align: center;
	padding-bottom: 15px;
	font-size: 26px;
	border-bottom: 1px dashed #EEEEEE;
}
.content-detail .content-resource{
	width: 100%;
	height: 46px;
	line-height: 46px;
	text-align: center;
	margin: 15px 0;
}
.content-text *{
	text-align: justify;
	text-justify: inter-ideograph;
}
.Active{
    background: #900B0B;
    color: #FFFFFF !important;
    border-left: 1px solid #900B0B !important;
    border-bottom: 1px solid #900B0B !important;
    border-right: 1px solid #900B0B !important;
}
.content-nav-left a:hover{
    background: #900B0B;
    color: #FFFFFF !important;
    border-left: 1px solid #900B0B !important;
    border-bottom: 1px solid #900B0B !important;
    border-right: 1px solid #900B0B !important;
}
.detail-news{
	width: 100%;
	height: auto;
}
.detail-news li{
        display:block;
	width: 100%;
	height: 46px;
	padding: 0 10px;
	box-sizing: border-box;
	line-height: 46px;
	border-bottom: 1px dashed #EEEEEE;
	text-align: left !important;
}
.detail-news li label{
	float: right;
}

/*现任领导css*/
.main-content-leader{
	width: 100%;
	height: auto;
	padding: 0px 10px 10px 10px;
	box-sizing: border-box;
	border: 1px solid #E1E1E1;
}
.main-content-leader-item{
	width: 100%;
	height: auto;
	/*padding: 10px;
	box-sizing: border-box;
	border: 1px solid #E1E1E1;*/
	display: flex;
	flex-wrap: nowrap;
	margin-top: 10px;
}
.main-content-leader-item-image{
	width: 180px;
	height: auto;
	padding: 10px;
	box-sizing: border-box;
	border: 1px solid #E1E1E1;
	text-align: center;
}
.main-content-leader-item-image img{
	width: 100%;
	height: auto;
	display: block;
	border: 1px solid #E1E1E1;
}
.main-content-leader-item-image p{
	width: 100%;
	height: auto;
	line-height: 30px;
	border: 1px solid #E1E1E1;
}
.main-content-leader-item-intro{
	width: 680px;
	height: auto;
	padding: 10px;
	box-sizing: border-box;
	border: 1px solid #E1E1E1;
	max-height: 300px;
	overflow: hidden;
	overflow-y: scroll;
}
.main-content-leader-item-intro *{
	text-indent: 32px !important;
	text-align: justify !important;
	text-justify: inter-ideograph !important;
	line-height: 30px !important;
	font-size: 15px !important;
}