/* 二级菜单 */
.secondNav{
	height: 520px;
	overflow: hidden;
	display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    position: absolute;
    top: 130px;
    margin: 0 auto;
}

.header-nav-content{
	width: 1280px;
	height: 510px;
	background: #fff;
	/* padding: 15px 20px 0px 20px; */
    padding: 20px 30px;
    box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.3);

}
.nav-content-dj,
.nav-content-hz,
.nav-content-zx,
.nav-content-gy,
.nav-content-ky,
.nav-content-tx{
	display: flex;
	flex-direction: row;
	/* display: none; */
}
.nav-content-dj .content-item,
.nav-content-hz .content-item,
.nav-content-zx .content-item{
	flex: 1;
	width: 30%;
	margin: 0px 10px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.content-item-top,
.content-item-bottom{
	flex: 1;
}
.content-item-top ul li,
.content-item-bottom ul li{
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin: 13px 0px ;
}
.content-item-top i,
.content-item-bottom i{
	font-size: 10px;
    color: #009040;
    vertical-align: middle;
	margin-right: 7px;
}
.item-title{
	font-size: 20px;
    font-weight: bold;
    color: #111111;
    line-height: 22px;
	/* border-left: 4px solid #36715B;*/
	padding-left: 10px; 
	margin-bottom: 30px;
	position: relative;
}
.item-title::before{
	content: "";
    width: 4px;
    height: 24px;
    background: #36715B;
    position: absolute;
    left: 0px;
    top: 0px;
}
.item-title:hover a{
	color: #36715B;

}
.item-img img{
	width:95%;
	height: 200px;
	margin-bottom: 22px;
}
.content-item-top ul li a,
.content-item-bottom ul li a{
	color: #333333;
line-height: 24px;
}
.ywqt{
    margin-bottom: 20px;
}
.ywqt-img img{
	width: 100%;
}
.jdjc-img{
	height: 90px;
	font-size: 18px;
	color: #FFFFFF;
    line-height: 24px;
    text-shadow: 0px 2px 2px rgba(0,0,0,0.2);
	padding: 20px;
	background: url(/images/jdjcImg.png) no-repeat;
	background-size: 100%;
}
.jdjc-img p{
	color: #FFFFFF;
}
.second-title{
	font-weight: bold;
    color: #555555;
    line-height: 16px;
    margin-top: 12px;
}
.rczp{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.rczp-item{
	width: 48%;
	margin-bottom: 10px;
	padding: 8px 10px;
}
.rczp-item p{
	font-size: 18px;
	color: #FFFFFF;
line-height: 24px;
text-shadow: 0px 2px 2px rgba(0,0,0,0.2);
margin-bottom: 0px;
}
.rczp-item1{
	background: url(/images/rczpImg1.png) no-repeat;
	background-size: 100%;
}
.rczp-item2{
	background: url(/images/rczpImg2.png) no-repeat;
	background-size: 100%;
}
.rczp-item3{
	background: url(/images/rczpImg3.png) no-repeat;
	background-size: 100%;
}
.rczp-item4{
	background: url(/images/rczpImg4.png) no-repeat;
	background-size: 100%;
}

.nav-content-gy .content-item-left{
    width: 80%;
	display: flex;
	flex-direction: column;
}
.nav-content-gy .content-item-right{
	width: 20%;
	flex: 1;
}

/* 关于-现任领导 */
.xrld-title{
	display: flex;
	justify-content: space-between;
	margin-right: 20px;
}
.xrld-btn{
	width: 32px;
	height: 32px;
	border: none;
	color: #fff;
	font-weight: 400;
}
.xrld-btn i{
	color: #fff;
	font-size: 15px;
	margin-right: 0px !important;
}
.leftBtn{
	background-color: #36715B;
	opacity: 0.5;
}
.rightBtn{
	margin-left: 10px;
	background-color: #36715B;
	opacity: 1;
}
.xrld{
    height: 40% !important;
}
.leaders{
	width: 980px;
	height: 101px;
	/* display: flex; */
	overflow: hidden;
	position: absolute; 
}
.leaders li{
	/* width: 25%; */
	/* width: 230px; */
	float: left;
	background: linear-gradient(360deg, #FFFFFF 0%, #EAF2EF 100%);
    border: 1px solid #EEEEEE;
	padding: 14px;
	margin-top: 0px !important;
	margin-right: 20px !important;
}
.leader-img{
	display: flex;
}
.leader-img .leader-info{
	width: 120px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin-left: 14px;
}
.leader-name{
	font-weight: bold;
    color: #333333;
}
.other-info{
	display: flex;
	flex-direction: column;
	font-size: 14px;
	line-height: 16px;
	color: #555555;

}
.other-info span {
    line-height: 16px;
}
.bggk-content{
	margin-right: 20px;
}
.bggk-content p{
	color: #555555;
	text-align: left;
}
.bggk-content-top{
	display: flex;
}
.bggk-content-top img{
	width: 288px;
	height: 90px;
	padding: 0px 10px 10px 0px;
}
/* 关于-历史沿革 */
.lsyg-img{
	display: flex;
	flex-direction: column;
	align-items: center;
}
.lsyg-item{
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: end;
	height: 80px;
	color: #FFFFFF;
	line-height: 16px;
	padding: 8px;
}
.Preparation{
	background: url(/images/history1.png);
}
.Phase1{
	background: url(/images/history2.png);
}
.Phase2{
	background: url(/images/history3.png);
}
.Phase3{
	background: url(/images/history4.png);
}
.downIcon{
    margin: 4px 0px;
}
.downIcon img{
	width: 16px;
	height: 16px;
}


/* 科研 */
.nav-content-ky .content-item-left{
width: 70%;
padding-right: 30px;
}
.nav-content-ky .content-item-right{
	width: 30%;
}
.kpbzh-content{
	display: flex;
}
.kpbzh-content ul{
	flex: 1;
}
.kycg-item-bottom{
    margin-top: 20px;
	position: relative;
}
.kycg-content{
	position: relative;
	height: 180px;
	overflow: hidden;
}
.kycg-content .kycg-content-item{
	display: flex;
	
}
.kycg-left{
	width: 140px;
	height: 180px;
	margin-right: 20px;
}
.kycg-right{
	display: flex;
    flex-direction: column;
    position: relative;
    justify-content: space-between;
}
.book-title{
	font-weight: bold;
    color: #555555;
    line-height: 24px;
	margin-bottom: 10px;
}
.book-detail{
	color: #555555;
    line-height: 24px;
	text-align: left;
}
.pageNum{
	margin-top: 20px;
}
.switch{
	display: flex;
	justify-content: space-between;
	position: absolute;
	bottom: 0px;
	right:0px;
}
.currentPage{
	color: #36715B;
	font-size: 24px;
}
.totalPage{
	font-size: 14px;
}
.bwgyj-top{
	width: 100%;
	height: 142px;
	background-color: #C8D6D7;
	padding: 17px;
	position: relative;
}
.pubdate{
	position: absolute;
	top: 0px;
	right: 0px;
	width: 120px;
	color: #FFFFFF;
    line-height: 24px;
	background-color: #36715B;
	text-align: center;
}
.bwgyj-top img{
	height: 180px;
}
.bwgyj-bottom{
	margin-top: 80px;
}
.yj-book-name{
	color: #555555;
    line-height: 24px;
	margin-top: 10px;
}
.yj-right{
	position: relative;
}
.more{
	position: absolute;
	bottom: 20px;
	right: 0px;
}
 span{
	vertical-align: bottom;
	font-weight: bold;
color: #456C6F;
line-height: 20px;
}

/* 体系 */
.nav-content-tx{
	padding: 0px;
}
.nav-content-tx .content-item-left{
	width: 33%;
	padding: 5px 10px;
	background-color: #F7FAF9;
	padding: 20px 30px;
}
.nav-content-tx .content-item-right{
	width: 67%;
	padding: 20px 30px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.left-title{
    font-weight: bold;
	font-size: 20px;
	color: #111111;
	margin-bottom: 20px;
}
.left-content{
    margin-top: 10px;
    line-height: 25px;
	color: #555555;
	text-align: left;
}
.tx-right-top,
.tx-right-bottom{
	height: 45%;
}
.tx-right-top .nav-tabs li:hover .active{
	border-bottom: none;
}
.tx-right-top .nav-tabs li:hover a{
    font-size: 18px;
    font-weight: bold;
    color: #111111;
}
.tab-items{
	display: flex;

}
.tab-items ul{
	flex: 1;
}
.tab-items ul li,
.tab-items ul li{
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin: 10px 0px ;
}
.tab-items i{
	font-size: 10px;
    color: #009040;
    vertical-align: middle;
	margin-right: 7px;
}
.tx-right-bottom{
	display: flex;
}
.stkjg,
.szkjg{
	flex: 1;
}
.szkjg-content{
    line-height: 25px;
	color: #555555;
	margin-top: 15px;
}