* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

a {
	text-decoration: none;
}

ul,
li {
	list-style: none;
}

html,
body {
	min-width: 1200px;
	font: 16px/1.5 "微软雅黑","Microsoft YaHei",Arial, Tahoma, Helvetica, sans-serif;
}


.wrap {
	width: 1200px;
	margin: 0 auto;
}

.fl {
	display: flex;
}

.fl-c {
	display: flex;
	flex-direction: column;
}

.fl-r {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

/* 头部部分 */

/* 选项 */


 .header{
	 width: 100%;

	 z-index: 998;
	 background-color: #fff;
 }
.content{
	padding-top: 0px;
}
.header .tab {
	width: 100%;
	height: 50px;
	background-color: #0a734e;
}

.tabBox {
	width: 1152px;
	margin: 0 auto;
	justify-content: space-between;
}

.leftBox {
	margin-top: 10px;
	height: 40px;
}

.tabBox .leftBox a {
	display: inline-block;
	/* width: 116px; */
	padding: 0 31px;
	text-align: center;
	color: #fff;
	line-height: 40px;
	font-size: 16px;
}

.tabBox .leftBox a:hover,
.tabBox .leftBox .active-a {
	background-color: #fff;
	color: #353535;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}

.tabBox .rightBox {
	height: 50px;
	align-items: center;
}

.tabBox .rightBox a {
	display: inline-block;
	width: 38px;
	height: 38px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #30AE80;
	border-radius: 50%;
	margin-left: 22px;
}

.tabBox .rightBox a:hover {
	background-color: #33bc8a;
}


.tabBox .rightBox a>img {
	width: 19px;
	height: 19px;
}

/* logo + 导航条 */
.header .nav {
	width: 1000px;
	/* margin: 37px auto 16px; */
	margin: 0 auto;
	/* padding-top: 37px; */
}

.header .nav .logo {
	margin-top: 10px;
}



.navBox {
	width: 540px;
	height: 63px;
	margin-top: 45px;
	align-items: flex-start;
}

.navBox div {
	width: 100%;
	height: 100%;
	position: relative;
	display: flex;
	/* align-items: center; */
	justify-content: center;
	font-size: 18px;
}

.navBox div ul {
	position: absolute;
	width: 100%;
	top: 33px;
	left: 0;
	z-index: 50;
	/* padding: 8px 22px 8px; */
	background-color: rgba(49, 49, 49, 0.7);
	font-size: 16px;
	border-top: 5px solid #ffe672;
	text-align: center;
}

.navBox div ul li {
	/* padding: 0 25px; */
	height: 35px;
	line-height: 35px;
	color: #fff;
}

.libackground{background-color: #d8cad042;}

.navBox div ul li a {
	color: #fff;
}

.navBox div ul li a:hover {
	color: #ddd;
}

.navBox div>span a {
	color: #1F1F1F;
}

.navBox>div>span a:hover {
	color: #018353;
	cursor: pointer;
}

.navBox>div>span a:hover {
	color: #018353;
	cursor: pointer;
}

.active-nav {
	color: #018353;
	position: relative;
}

.active-nav:hover::before{
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	top: -15px;
	left: 20px;
	border-width: 10px 10px 0;
	border-style: solid;
	border-color: #018353 transparent transparent;
}

/* .active-nav::before { */
	/* content: ''; */
	/* position: absolute; */
	/* width: 0; */
	/* height: 0; */
	/* top: -15px; */
	/* left: 20px; */
	/* border-width: 10px 10px 0; */
	/* border-style: solid; */
	/* border-color: #018353 transparent transparent; */
/* } */

.active-nav a {
	color: #018353 !important;
}

/* 轮播图 */

.banner {
	position: relative;
}

.slide1 {
	width: 100%;
	min-width: 1200px;
}

.slide1 .swiper-wrapper {
	width: 100%;
}

.slide1 .swiper-slide {
	width: 100%;
	overflow: hidden;
}

.slide1 .swiper-slide>img {
	width: 100%;
	/* transform: scale(1.3); */
}

.slide1 .swiper-slide-active>img {
	/* transform: scale(1.02); */
	/* transition: 4s ease; */
}

.swiper-pagination {
	text-align: right !important;
	bottom: 16px !important;
	/* left: 409px !important; */
}

.swiper-pagination-bullet {
	width: 33px !important;
	display: inline-block;
	opacity: 1 !important;
	font-size: 16px !important;
	margin: 0 8px !important;
	color: #fff;
	text-align: center;
	background: 0 !important;
}

.swiper-pagination-bullet-active {
	width: 33px !important;
	height: 46px !important;
	background: #07A86F !important;
	z-index: 2;
	border-radius: 0 !important;
	line-height: 46px;
}

.button-next,
.button-prev {
	position: absolute;
	width: 30px;
	height: 67px;
	top: 50%;
	z-index: 25;
	outline: 0;
	cursor: pointer;
}

.button-next {
	right: 7%;
}

.button-prev {
	left: 7%;
}

.button-next img,
.button-prev img {
	width: 100%;
}

/* 内容部分 */

.content .topBox {
	margin-top: 38px;
}

/* 新闻 + 图标 */

/* 左半 */
.content .topBox .top-left-Box {
	width: 690px;
	margin-right: 87px;
}

/* 标签选项 */
.top-left-Box .tabs {
	margin-bottom: 43px;
}

.top-left-Box .tabs ul>li {
	color: #3A3A3A;
	font-size: 22px;
	/* margin-right: 15px; */
	cursor: pointer;
	width: 135px;
	background-image: url(../images/qieline.png);
	background-position: right center;
	background-repeat: no-repeat;
	text-align: center;
}

.top-left-Box .tabs ul>li:last-child {
	background-image: none;
}


.top-left-Box .tabs .active-tabs {
	color: #018353;
}

.top-left-Box .tabs a {
	color: #aaa;
	display: flex;
	align-items: center;
}

.top-left-Box .tabs a:hover {
	color: #018353
}

/* 内容 */
.subContent .topBox {
	width: 652px;
	margin: 0 auto;
}

.subContent .topBox .pic {
	width: 314px;
	height: 187px;
	position: relative;
}

.subContent .topBox .pic img {
	width: 100%;
	height: 100%;
}

.subContent .topBox .pic>div {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 37px;
	line-height: 37px;
	text-align: center;
	color: #fff;
	width: 100%;
	background-color: rgba(0, 0, 0, .33);
}

.subContent .topBox .pic>div>p {
	width: 80%;
	margin: 0 auto;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.subContent ul {
	/* width: 660px; */
	height: 275px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin-top: 43px;
	padding-left: 10px;
}

.subContent ul li {
	width: 100%;
	display: flex;
	align-items: center;
}

.subContent ul li:before {
	content: '';
	border: 2px solid #469e80;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	color: red;
	font-weight: bold;
	margin-right: 16px;
}

.subContent ul li p:hover {
	color: #018353;
}

.subContent ul li a {
	display: inline-block;
	width: 100%;
	display: flex;
	align-items: center;
}

.subContent ul li a p {
	width: 76%;
	margin-right: 60px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 18px;
	color: #4E4E4E;
}

.subContent ul span {
	color: #4E4E4E;
	font-size: 14px;
}

.subContent .keshiBox,
.subContent .gonggaoBox {
	display: none;
}

.subContent .gonggaoBox ul {
	height: 505px;
}

.gonggaoBox li {
	/* line-height: 42px; */
}


/* 右半图标 */
.content .topBox .top-right-Box ul {
	width: 390px;
}

.top-right-Box li {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	/* height: 90px; */
	padding-bottom: 25px;
	margin-bottom: 25px;
	border-bottom: 1px solid #dadada;
}

.top-right-Box li:last-child {
	border-bottom: 0;
}

.top-right-Box li a {
	display: flex;
	align-items: center;
	color: #787878;
}

.top-right-Box li a span {
	transition: .2s all;
}

.top-right-Box li a>img {
	margin-right: 15px;
	transition: .2s all;
}

/* 手风琴 */
.content .middleBox {
	width: 100%;
	height: 447px;
	background-color: #E7E7E7;
}

.content .middleBox .effect {
	/* background-color: #00100C; */
	height: 100%;
}

.list_box {
	width: 100%;
	height: 100%;
	/* box-shadow: 0 0 4px black; */
}

.list {
	width: 100%;
	height: 100%;
	list-style: none;
	display: flex;
}

.item_num_top {
	position: relative;
	display: inline-block;
	width: 170px;
	height: 100%;
	overflow: hidden;
	transition: .5s;
}

.item_num_top .non-active-content {
	position: absolute;
	height: 100%;
	width: 170px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	z-index: 2;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	z-index: 21;
}

.item_num_top .non-active-content p {
	margin-top: 70px;
	margin-bottom: 27px;
	font-size: 24px;
}

.item_num_top .non-active-content .hr-line-s {
	width: 47px;
	border-bottom: 1px solid #fff;
}


.item_num_top .mengban {
	position: absolute;
	width: 170px;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 20;
	/* background-color: rgba(0, 0, 0, 0.4); */
}

.selectUser {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 662px;
	min-height: 319px;
	background-color: #fff;
	border-top: 3px solid #138b61;
	display: none;
}

.active {
	width: auto;
	height: 100%;
	overflow: hidden;
	transition: 0.6s linear;
	/* flex-grow: 10; */
}

.active .non-active-content,
.active .mengban {
	display: none;
}

.active a>img {
	transition: all .6s;
}

.active img:hover {
	transform: scale(1.1);
}

.item_img {
	display: inline-block;
	width: 100%;
	height: 100%;
	position: relative;
}

.item_img>img {
	width: 100%;
	height: 100%;
}

.item_img .active-content {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background-color: rgba(0, 0, 0, .2);
}

.item_img .active-content img {
	margin-bottom: 15px;
}

.item_img .active-content p {
	font-size: 30px;
	color: #FFF08B;
	padding-bottom: 10px;
	border-bottom: 1px solid #FFF08B;
	margin-bottom: 16px;
}

.item_img .active-content span {
	font-size: 16px;
	color: #FFF08B;
	width: 100%;
	text-align: center;
	line-height: 30px;
}


/* 专题广告 */

.content .bottomBox {
	margin: 55px auto 46px;
}

.bottomBox a {
	display: inline-block;
	width: 285px;
	height: 127px;
	overflow: hidden;
}

.bottomBox a>img {
	width: 100%;
	height: 100%;
}

.bottomBox a>img:hover {
	transform: scale(0.96);
	transition: 0.6s ease;
}


/* 底部信息 */

.footer {
	background-color: #4a4a4a;
	padding: 10px 0;
}

.baseInfo {
	width: 1250px;
	margin: 0 auto;
	height: 160px;
	display: flex;
	align-items: center;
}

.logoLink {
	width: 560px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.logoLink img{
	width: 340px;
}

.link{
	display: flex;
	flex-direction: column;
}
.link select {
	width: 190px;
	height: 30px;
	outline: 0;
	text-align: center;
	text-align-last: center;
}

.link select:last-child{
	margin-top: 10px;
}

.link select option {
	width: 190px;
	height: 30px;
	text-align: center;
	text-align-last: center;
}



.hr-line-c {
	height: 80px;
	border-right: 1px solid #aaa;
}

.baseInfo .info {
	font-size: 14px;
	color: #fff;
}

.baseInfo .info p {
	margin: 10px 0;
}

.baseInfo .qrCode{
	display: flex;
	/* justify-content: space-between; */
	width: 248px;
}

.baseInfo .qrCode li{
	display: flex;
	flex-direction: column;
	align-items: center;
}

.baseInfo .qrCode li:nth-child(2){
	margin-left: 14px;
}

.baseInfo .qrCode li:last-child{
	margin-left: 8px;
}


.baseInfo .qrCode img {
	/* margin: 0 3px; */
}

.baseInfo .qrCode li p{
	font-size: 14px;
	color: #EAEAEA;
	margin-top: 9px;
}


/* 新闻尾页 */

/* .weiye-tabBox {
	width: 955px;
} */

/* 导航 */
.weiye-nav {
	width: 1200px !important;
	/* padding-right: 80px; */
}

/*
.weiye-nav .navBox {
	width: 668px;
}

.weiye-nav .navBox>div {
	width: 95.42px;
}

.weiye-nav .navBox>div>ul {
	width: 100%;
	padding: 20px 5px;
	text-align: center;
} */

.weiye-line {
	width: 100%;
	border-bottom: 1px solid #B9B8B8;
	padding-top: 158px;
	/* margin-bottom: 29px; */
}

/* 路径导航 */
.weiye-content .path,
.weiye-content .path a {
	font-size: 16px;
	color: #6E6E6E;
}

.weiye-content .path a:hover {
	color: #018353;
}

.weiye-content .path {
	width: 1170px;
	margin: 0 auto 45px;
	padding-top: 15px;
}

.weiye-content .zhengwen {
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}

/* 新闻内容 */

.weiye-content .zhengwen .left{
	width: 900px;
	border-right: 1px solid #dcdcdc;
	padding-right: 20px;
	margin-right: 20px;
}


.weiye-content .news {
	width: 100%;
	padding-left: 17px;
	margin-bottom: 85px;
}

.weiye-content .news .news-title,
.weiye-content .news .news-info {
	width: 100%;
	text-align: center;
}

.weiye-content .news .news-title {
	font-size: 28px;
	font-weight: bold;
	color: #5B5B5B;
	margin-bottom: 20px;
}

.weiye-content .news .news-info {
	font-size: 14px;
	color: #979797;
	margin-bottom: 28px;
}

.weiye-content .news .news-body{
	padding-top: 20px;
	margin-top: 20px;
	border-top: 1px solid #dcdcdc;
	text-indent: 2em;
}
.weiye-content .news .news-body div {
	margin-bottom: 35px;
	text-indent: 2em;
	line-height: 28px;

    font:16px/1.5 "Microsoft YaHei",Arial, Tahoma, Helvetica, sans-serif !important;
}
.weiye-content .news .news-body p {
	margin-bottom: 35px;
	text-indent: 2em;
	line-height: 28px;
    font:16px/1.5 "Microsoft YaHei",Arial, Tahoma, Helvetica, sans-serif !important;
}


.weiye-content .news .news-body p:last-child {
	margin-bottom: 0;
}

.news-body img{
	text-align:center !important;
}

/* 链接 */
.weiye-content .news-link {
	padding: 0 17px;
	margin-bottom: 150px;
}

/* 上下篇 */
.weiye-content .news-link .leftBox {
	height: 50px;
	margin-top: 0;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.weiye-content .news-link .leftBox span {
	color: #069C72;
	font-size: 16px;
	font-weight: bold;
}

.weiye-content .news-link .leftBox>div {
	display: flex;
	align-items: center;
}

.weiye-content .news-link .leftBox a {
	color: #5B5B5B;
	font-size: 16px;
	width: 385px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: inline-block;
}

.weiye-content .news-link .leftBox a:hover {
	color: #018353;
}


/* 外链 */

.weiye-content .news-link .rightBox i {
	width: 22px;
	margin: 0 2px;
}

.weiye-content .news-link .rightBox a {
	display: inline-block;
	padding: 4px;
	border-radius: 50%;
}

.weiye-content .news-link .rightBox a:hover {
	background-color: rgba(24, 127, 77, .6);
	color: #fff;
}


.weiye-content .news-link .rightBox .icon-icon-,
.weiye-content .news-link .rightBox .icon-QQzone,
.weiye-content .news-link .rightBox .icon-weibo {
	font-size: 26px;
}

.weiye-content .news-link .rightBox .icon-qq,
.weiye-content .news-link .rightBox .icon-tengxunweibo,
.weiye-content .news-link .rightBox .icon-add {
	font-size: 20px;
}

/* .weiye-code img {
	margin: 0 8px !important;
} */

/* 右侧内容 */
.weiye-content .right {
	width: 283px;
	/* padding-left:20px; */
}

.weiye-content .right h3 {
	background: url(../images/icon2-2.jpg) no-repeat 0 4px;
	padding-left: 20px;
	padding-bottom: 12px;
	margin-bottom: 10px;
	border-bottom: 1px solid #e5e5e5;
	font-weight: normal;
	line-height: 24px;
	font-size: 20px;
	color: #018353;
	position: relative;
}
.weiye-content .right ul{

}

.weiye-content .right ul li{
	width: 96%;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 14px;
}

.weiye-content .right ul li a{
	color: #222;
}

.weiye-content .right ul li a:hover{
	color: #018353;
}

.weiye-content .right .zxfb{
	margin-bottom: 20px;
}

.weiye-content .right .zxfb li::before{
	content: '';
	width: 4px;
	height: 4px;
	border-radius: 50%;
	display: inline-block;
	background-color: #018353;
	vertical-align: middle;
	margin-right: 15px;
	opacity: .5;
}
.weiye-content .right .xwph ul span{
	display: block;
	height: 15px;
	width: 18px;
	padding: 1px 4px;
	background-color: #07A86F;
	color: #fff;
	font-size: 12px;
	margin-right: 10px;
	line-height: 15px;
	text-align: center;
}
.weiye-content .right .xwph ul li{
	display: flex;
	align-items: center;
}

.weiye-content .right .xwph ul li a{
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}


.weiye-content .right .dwph { margin-top: 30px;}
.weiye-content .right .dwph .ph{
	display: block;
	height: 15px;
	width: 23px;
	padding: 1px 4px;
	background-color: #07A86F;
	color: #fff;margin-top: 8px;
	font-size: 12px;
	line-height: 15px;
	text-align: center;
}
.weiye-content .right .dwph ul li{
	display: flex;
	align-items: center;
}

.weiye-content .right .dwph ul li a{
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}





.wy-path{
	width: 1200px !important;
	padding-bottom: 20px;
	border-bottom: ;
	background-image: url(../images/title_bg.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

/* -------新闻列表页------- */
.weiye-content .path .active-path {
	color: #079C72 !important;
}

/* 路径导航 */
.list-content .path {
	width: 1200px;
	margin: 0 auto;
	padding: 24px 0px;
}

/* 新闻动态选择 */
.list-content .selectBox {
	width: 100%;
	position: relative;
	min-width: 1200px;
	/* margin-bottom: 45px; */
}

.list-content .selectBox img {
	width: 100%;
	height: auto;
}

.list-content .selectBox .selectOption {
	position: absolute;
	bottom: 16%;
	left: 50%;
	transform: translateX(-50%);
}

.list-content .selectBox .selectOption a {
	display: inline-block;
	padding: 6px 19px;
	color: #fff;
	border-radius: 7px;
	background-color: #229CE4;
	font-size: 20px;
	width: 128px;
	margin: 0px 5px;
	text-align: center;
}

.list-content .selectBox .selectOption a:hover {
	background-color: #069C72;
}

.list-content .selectBox .selectOption .active-op {
	background-color: #069C72 !important;
}

/* 新闻列表 */
.list-content .newsList {
	width: 1200px;
	margin: 0 auto;
}

.list-content .newsList li {
	padding-bottom: 25px;
	margin-bottom: 36px;
	border-bottom: 1px solid #e0e0e3;
}

.list-content .newsList .newsItemTitle {
	margin-bottom: 6px;
	color: #333333;
	font-size: 18px;
	margin-right: 90px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.list-content .newsList .listBox a:hover .newsItemTitle {
	color: #018353;
}

.list-content .newsList .newsItemTitleAbs {
	margin-right: 90px;
	color: #333333;

	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	font-size: 14px;
	line-height: 22px;
    height: 44px;


}

.list-content .newsList .newsItemDate {
	margin-right: 90px;
	font-size: 14px;
	color: #B8B8B8;

}

.list-content .newsList .listBox {
	margin-bottom: 40px;

}


/* 分页器 */
.list-content .newsList .pager {
	margin: 0 auto;
	justify-content: center;
	margin-bottom: 45px;
}

.list-content .newsList .pager .left-box a {
	display: inline-block;
	padding: 5px 14px;
	border: 1px solid #ccc;
	border-radius: 5px;
	color: #333;
	height: 40px;
	line-height: 25px;
	margin-right: 5px;
}
.list-content .newsList .pager .left-box span {
	display: inline-block;
	padding: 5px 14px;
	border: 1px solid #ccc;
	border-radius: 5px;
	color: #333;
	height: 40px;
	line-height: 25px;
	margin-right: 5px;
	background-color: #2b9b77;
	color: #fff !important;
}

.picList-pager .left-box span{
	display: inline-block;
	padding: 5px 14px;
	border: 1px solid #ccc;
	border-radius: 5px;
	color: #333;
	height: 40px;
	line-height: 25px;
	margin-right: 5px;
	background-color: #2b9b77;
	color: #fff !important;
}

.list-content .newsList .pager .active-page,
.list-content .newsList .pager .left-box a:hover {
	background-color: #2b9b77;
	color: #fff !important;
}

.list-content .newsList .pager .right-box {
	width: 97px;
	border: 1px solid #ccc;
	border-radius: 5px;
	display: flex;
	margin-left: 20px;
	padding: 5px 14px;
}

.list-content .newsList .pager .right-box input {
	width: 35px;
	border: 0;
	outline: 0;
	color: #2b9b77;
}

.list-content .newsList .pager .right-box span {
	margin: 0 4px;
	color: #999;
}

.list-content .newsList .pager .right-box a {
	border: 0;
	line-height: 25px;
	color: #333;
}

.list-content .newsList .pager .right-box a:hover {
	color: #2b9b77;
}

/* -----财务管理------- */

/* logo + 导航条 */
.finance-logo {
	justify-content: flex-start;
	margin-bottom: 10px !important;
	padding-top: 37px;
}

.finance-logo span {
	margin: 0 15px;
	height: 32px;
	border-left: 1px solid #707070;
}

.finance-logo p {
	font-size: 28px;
	line-height: 28px;
	color: #0B724E;
	margin-bottom: 10px;
}

.finance-line {
	width: 100%;
	border-bottom: 1px solid #D7D7D7;
	margin-bottom: 26px;
}

.finance-nav {
	width: 853px;
	margin: 0 auto;
	margin-bottom: 27px;
}

.finance-nav a {
	color: #333232;
	font-size: 18px;
}

.finance-nav a:hover {
	color: #079C72;
}

.finance-content {}

/* 公用部分 */
.f-wrap {
	width: 1150px;
	margin: 0 auto;
}

.f-line {
	border-bottom: 1px solid #ccc;
	margin-left: 5px;
	margin-bottom: 18px;
}

.f-line>div {
	width: 120px;
	border-top: 3px solid #1e8273;
}

.finance-content .title {
	width: 100%;
	color: #0B724E;
	font-size: 20px;
	padding-bottom: 13px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}


/* 通知公告+科室新闻 */
.finance-content .f-topBox {
	width: 100%;
	/* height: 398px; */
	padding: 270px 0px 0px 0px;
	margin-bottom: 45px;

}

.f-topContent,
.f-middleBox {
	padding-right: 70px;
}


/* 通知公告 */
.f-topContent .left {
	width: 671px;
	height: 389px;

}

/* 头条部分 */
.f-topContent .left .headlines {
	height: 80px;
	width: 100%;
	padding-right: 76px;
	justify-content: space-between;
	margin-bottom: 15px;
}

.f-topContent .left .headlines .left {
	height: 100%;
	width: 70px;
	align-items: center;
}

.f-topContent .left .headlines .left .calendar {
	width: 100%;
	height: 60px;
	flex-direction: column;
}

.f-topContent .left .headlines .left .calendar .month {
	width: 100%;
	background-color: #438e72;
	text-align: center;
	padding: 2px 0;
	color: #fff;
}

.f-topContent .left .headlines .left .calendar .day {
	padding: 3px 0;
	border: 2px solid #ddd;
	border-top: 0;
	text-align: center;
	font-size: 18px;
}


/* 图片头条部分 */
.f-topContent .left .picheadlines {
	height: 124px;
	width: 100%;
	padding: 0px 20px;
	justify-content: space-between;
	margin-bottom: 15px;
}

.f-topContent .left .picheadlines .left {
	height: 100%;
	width: 198px;
	align-items: center;
}

.f-topContent .left .picheadlines .left .piccalendar {
	width: 100%;
	height: 124px;
	flex-direction: column;
}

.f-topContent .left .picheadlines .left .piccalendar .month {
	width: 100%;
	background-color: #438e72;
	text-align: center;
	padding: 2px 0;
	color: #fff;
}

.f-topContent .left .picheadlines .left .piccalendar .day {
	padding: 3px 0;
	border: 2px solid #ddd;
	border-top: 0;
	text-align: center;
	font-size: 18px;
}
.piccalendar img{
	width:100%;
	height: 100%;
}
.f-topContent .left .picheadlines .right {
	width: 425px;
	height: 100%;
	flex-direction: column;
	justify-content: space-around;
}

.f-topContent .left .picheadlines .right p {
	width: 100%;
	color: #187F4D;
	font-size: 20px;
	margin-bottom: 8px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.f-topContent .left .picheadlines .right span {
	color: #696868;
	font-size: 14px;
	text-indent: 2em;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
/**图片头条结束*/


.f-topContent .left .headlines .right {
	width: 495px;
	height: 100%;
	flex-direction: column;
	justify-content: space-around;
}

.f-topContent .left .headlines .right p {
	width: 100%;
	color: #187F4D;
	font-size: 20px;
	margin-bottom: 8px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.f-topContent .left .headlines .right span {
	color: #696868;
	font-size: 14px;
	text-indent: 2em;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

/* 公告列表 */
.f-topContent .left ul {

	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding-right: 30px;
}

.f-topContent .left ul li a {
	display: flex;
	justify-content: space-between;
}

.f-topContent .left ul li a:hover p,
.f-topContent .left ul li a:hover span {
	color: #1A7F5A;
}

.f-topContent .left ul li a p {
	width: 530px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #333232;
	font-size: 16px;
	line-height: 37px;
}


.f-topContent .left ul li a span {
	color: #333232;
}

.f-topContent .left ul li a p:before {
	/* position: absolute; */
	content: '';
	display: inline-block;
	width: 7px;
	height: 13px;
	background-image: url(../images/code1.png);
	background-size: 100% 100%;
	margin-right: 19px;
	vertical-align: middle;
}

/* 科室新闻 */

.f-topContent .right {
	width: 319px;
	height: 389px;
	display: flex;
	flex-direction: column;
}

/* 新闻列表 */
.f-topContent .right ul {
	display: flex;
	flex-direction: column;
	/* flex: 1; */
	justify-content: space-between;
	padding-right: 10px;
	width: 100%;
	margin-top: 10px;

}

.f-topContent .right ul li {
	width: 100%;
	margin: 7px 0px;
}

.f-topContent .right ul li a {
	display: inline-block;
	width: 100%;
	color: #333232;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size:16px;
}

.f-topContent .right ul a:hover {
	color: #438e72;
}


/* 服务指南+政策规章+常用下载 */
.f-middleBox>div {
	width: 320px;
}

.f-middleBox .title {
	padding-bottom: 25px;
}

.f-middleBox .title img {
	margin-right: 10px;
}

.f-middleBox .f-line {
	margin-left: 0;
}

.f-middleBox .left {
	height: 612px;
}

.f-middleBox .left ul {
	padding-right: 10px;
	display: flex;
	flex-direction: column;
	flex: 1;
}

.f-middleBox .left ul li {
	width: 100%;
	border-bottom: 1px solid #ddd;
	padding-bottom: 9px;
	margin-bottom: 15px;
}

.f-middleBox .left ul li:last-child {
	border-bottom: 0;
}

.f-middleBox .left ul li a {
	display: inline-block;
	width: 100%;
}

.f-middleBox .left ul li a:hover p {
	color: #1A805A;
}

.f-middleBox .left ul li a p {
	color: #333232;
	font-size: 16px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.f-middleBox .left ul li a span {
	color: #B2B2B2;
	font-size: 16px;
}

.f-middleBox .right ul li {
	border-bottom: 0;
}

.f-middleBox .right ul li a {
	display: flex;
	align-items: center;
}

.f-middleBox .right ul li p:before {
	/* position: absolute; */
	content: '';
	display: inline-block;
	width: 20px;
	height: 7px;
	background-image: url(../images/code2.png);
	background-size: 100% 100%;
	margin-right: 10px;
	vertical-align: middle;
}

.f-bottomBox {
	padding-left: 5px;
	padding-bottom: 20px;
}

.f-bottomBox .pic {
	width: 341px;
	height: 304px;
	margin-right: 28px;
}

.f-bottomBox .pic>img {
	width: 100%;
	height: 100%;
}

.f-bottomBox .content {
	width: 747px;
	margin-top: 26px;
}

.f-bottomBox .content .title {
	width: 100%;
	margin-bottom: 20px;
}

.f-bottomBox .content .title>img {
	width: 100%;
	height: auto;
}

.f-bottomBox .content .info {
	padding: 0 37px 0 7px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	font-size: 16px;
	color: #333232;
	line-height: 36px;
	margin-bottom: 55px;
	text-indent: 2em;
}

.f-bottomBox .content .more {
	width: 100%;
	text-align: right;
}

.f-bottomBox .content .more a {
	padding: 6px 10px;
	background-color: #0A724E;
	color: #fff;
	font-size: 14px;
}

.f-bottomBox .content .more a:hover {
	background-color: #079C72;
}


/* --------科室导航---------- */

/* 路径导航 */
.depar .path {
	width: 1200px;
}

.departBox {
	margin-bottom: 120px;
}
.labBox{
	margin-top: 54px;
}
/* 顶标题 */
.deparTitle {
	text-align: center;
	color: #069b71;
	font-size: 22px;
	margin-bottom: 38px;
}

.subjectNav {}

.labBox .navItem,
.subjectBox .navItem {
	/* margin-bottom: 15px; */
	display: flex;
}

/* 左侧子标题 */
.departBox .itemTitle {
	width: 180px;
	height: 40px;
	background-color: #069b71;
	text-align: center;
	/* line-height: 40px; */
	color: #fff;
	margin-right: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 20px;
}

/* 内容盒子 */
.labBox .itemBox,
.subjectBox .itemBox {
	width: 100%;
	flex-wrap: wrap;
}

/* 重点学科内容盒子 */
.subjectBox .itemBox a {
	display: block;
	width: 180px;
	height: 38px;
	/* line-height: 38px; */
	border: 1px solid #ECE8E8;
	color: #474747;
	margin-right: 15px;
	margin-bottom: 15px;
	font-size: 14px;
	display: flex;
	align-items: center;
}

.subjectBox .itemBox a .name {
	display: inline-block;
	width: 140px;
	text-align: center;
	border-right: 1px solid #ECE8E8;
}

.subjectBox .itemBox a .go {
	display: inline-block;
	width: 38px;
	text-align: center;
}

/* 重点实验室内容盒子 */
.labBox .itemBox a {
	display: block;
	width: 374px;
	line-height: 38px;
	border: 1px solid #ECE8E8;
	color: #474747;
	margin-right: 15px;
	margin-bottom: 15px;
	font-size: 14px;
}

.labBox .itemBox a .name {
	display: inline-block;
	width: 334px;
	text-align: left;
	border-right: 1px solid #ECE8E8;
	padding-left:20px;
}

.labBox .itemBox a .go {
	display: inline-block;
	width: 38px;
	text-align: center;
}

.subjectBox .itemBox a:hover,
.labBox .itemBox a:hover {
	color: #069b71;
}


/* --------科室介绍---------- */

/* 标题 */
.deparinfoTitle {
	color: #0A724D;
	font-size: 24px;
	margin-bottom: 14px;
	justify-content: space-between;
}

.deparinfoTitle>p {
	display: flex;
	align-items: center;
}

.deparinfoTitle span {
	color: #919191;
	font-size: 18px;
}

.deparinfoTitle a {
	color: #39AA7A;
	font-size: 16px;
	margin-right: 28px;
}


/* 科室介绍 */
.departInfo .infoBox {
	margin-bottom: 68px;
}

.infoContent {
	justify-content: space-between;
}

.infoContent .pic {
	width: 524px;
	height: 378px;
}

.infoContent .pic>img {
	width: 100%;
	height: 100%;
}

.infoContent .infoText {
	width: 630px;
	/*height: 378px; */
}

.infoContent .infoText p {
	margin-top: 35px;
	color: #6E6E6E;
	font-size: 16px;
	text-indent: 2em;
	line-height: 34px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 9;
	-webkit-box-orient: vertical;
}

.infoContent .infoText a {
	display: block;
	float: right;
	background-color: #39aa7a;
	padding: 5px 5px 5px 11px;
	text-align: center;
	color: #fff;
}


/* 分割线 */
.deparInfoLine {
	width: 100%;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 35px;
}

/* 专家团队 */
.expertBox {
	position: relative;
	margin-bottom: 105px;
}

.expertBox .slide2 {
	width: 1200px;
	height: 325px;
}

/* 轮播展示 */
.slide2 .swiper-wrapper {
	width: 100%;
	height: 100%;
}

.slide2 .swiper-slide {
	width: 224px;
	height: 318px;
	position: relative;
}

.slide2 .swiper-slide>img {
	width: 100%;
	height: 100%;
}

.slide2 .swiper-slide .zjInfo {
	position: absolute;
	width: 100%;
	height: 65px;
	background-color: rgba(2, 131, 83, .5);
	bottom: 0;
	left: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: #fff;
}

.arrow-next,
.arrow-prev {
	position: absolute;
	top: 378px;
	right: 18px;
	width: 30px;
	height: 30px;
	outline: 0;
	cursor: pointer;
}

.arrow-prev {
	right: 70px;
}


/* 护理管理 */

.nursing-nav {
	width: 935px;
	margin: 0 auto;
	margin-bottom: 27px;
	padding-right: 40px;
}

.nursing-nav a {
	color: #323131;
	font-size: 18px;
}

.nursing-nav a:hover {
	color: #079C72;
}

.n-topContent .title img,
.n-middleBox .title img {
	margin-right: 10px;
}

.n-topContent>div {
	height: 309px;
}

.n-topContent .left ul {
	height: 240px;
}

.n-topContent .middle ul,
.n-topContent .right ul {
	height: 280px;
}

.n-topContent ul {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.n-middleBox ul li a:hover p,
.n-topContent ul li a:hover p {
	color: #018353;
}

.n-middleBox .left ul p,
.n-topContent .left ul p {
	color: #323131;
	font-size: 16px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	width: 94%;
}

.n-topContent .left ul span {
	color: #B1B1B1;
	font-size: 16px;
}

.n-topContent .middle ul li {
	padding-top: 10px;
	border-top: 1px solid #B1B1B1;
}

.n-topContent .middle ul li:first-child {
	border-top: 0;
}

.n-topContent,
.n-middleBox {
	padding-right: 70px;
}

.n-middleBox .left ul {
	height: 240px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.n-middleBox .left ul p {
	color: #323131;
	font-size: 16px;
}

.n-topContent .left,
.n-middleBox .left {
	width: 320px;
	height:398px;
}

.huli {
	width: 320px;
	height: 400px;
}
.huli .swiper-wrapper{
	width: 100%;
	height: 100%;
}

.huli .swiper-slide{
	width: 100%;
	height: 400px;
	display: flex;
	flex-wrap: wrap;
}

.huli .swiper-slide a{
	display: block;
	width: 31%;
	margin-right: 2.3%;
	border: 0 !important;
	display: flex;
	flex-direction: column;
}

.huli a>div {
	width: 100%;
	height: 140px;
}

.huli a>div>img {
	width: 100%;
	height: 100%;
}

.huli a>p {
	font-size: 12px !important;
	width: 100% !important;
	overflow: auto !important;
	white-space: normal !important;
	text-align: center;
	color: #333;
}


/* 通知公告 */

.g-content .f-topContent .title img {
	margin-right: 10px;
}

/* 医保园地 */
.yibao-nav {
	width: 530px;
}

.yibao-box .left {
	width: 671px;
	height: 389px;
}

.yibao-box .right {
	width: 320px;
}

.yibao-box .left ul {

	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding-right: 30px;
}

.yibao-box .left ul li {
	border-bottom: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}

.yibao-box .left ul li a {
	display: flex;
	justify-content: space-between;
}

.yibao-box .left ul li a p {
	width: 530px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #333232;
	font-size: 16px;
	line-height: 40px;
}

.yibao-box .left-box ul li a:hover span {
	color: #069B71;
}

.yibao-box .left-box ul li a p:before {
	content: '';
	display: inline-block;
	width: 7px;
	height: 13px;
	background-image: url(../images/code1.png);
	background-size: 100% 100%;
	margin-right: 19px;
	vertical-align: middle;
}

.yibao-box .left ul li a span {
	color: #333232;
}


/* 医疗管理 */
.yl-topBox {
	background-color: #fff !important;
}

/* 纪检监察 */
.jj-box {
	padding-right: 30px;
}

/* 科学研究 */
.ky-box .f-topContent .left {
	width: 320px;
}

.ky-box .f-topContent .left ul {

	margin-top:20px;
}

.ky-box .f-topContent .title img {
	margin-right: 10px;
}

.ky-box .f-topContent .left ul li:last-child {
	border-bottom: 0;
}

.ky-box .f-topContent .left ul li {
	width: 100%;
	padding-bottom: 3px;
	margin-bottom: 10px;
	border-bottom: 1px solid rgb(221, 221, 221);
}

.ky-box .f-topContent .left ul li a {
	display: flex;
	flex-direction: column;
}

.ky-box .f-topContent .left ul {
	padding-right: 10px;
}

.ky-box .f-topContent .left ul li a p {
	color: #333232;
	font-size: 16px;
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.ky-box .f-topContent .left ul li a p:before {
	display: none;
}

.ky-box .f-topContent .left ul li a span {
	color: #B2B2B2;
	font-size: 16px;
}

.ky-box .f-topContent .right ul {
	margin-top: 0;
}

.f-middleBox .left ul li a {
	color: #B2B2B2;
	font-size: 16px;
}

.ky-box .f-topContent .left ul li a:hover p {
	color: #438e72;
}


/* 宣传思政 */
.xcsz .f-topContent,
.xcsz .f-middleBox {
	padding-right: 20px;
}

/* 门诊部 */
.mz-box .left ul {
	margin-top: 0 !important;
}

.jzzn {
	padding: 0 8px;
	flex-wrap: wrap;
	justify-content: space-between;
}

.jzznItem {
	width: 142.5px;
	height: 108.7px;
	border: 1px solid #C3C3C3;
	margin-bottom: 14px;
	border-radius: 6px;
}

.jzznItem a {
	display: block;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.jzznItem a:hover {
	background-color: #1e9a8c;
}

.jzznItem a:hover P {
	color: #fff;
}

.jzznItem a:hover span {
	border-bottom: 3px solid #fff;
}

.jzznItem img,
.jzznItem p {
	margin-bottom: 13px;
}

.jzznItem p {
	color: #0F9C90;
	font-weight: bold;
}

.jzznItem span {
	width: 23px;
	border-bottom: 3px solid #0E9C90;
}

/* 齐鲁党建 */
.dj-box .left ul li {
	padding-bottom: 0 !important;
	margin-bottom: 0 !important;
	border-bottom: 0 !important;
}

.dj-box .tongzhi ul {
	height: 225px !important;
}

/* picList */
.picList {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 40px;
}

.picList>div {
	width: 216px;
	margin-bottom: 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 0 12px 25px;
}

.picList>div .pic {
	width: 216px;
	height: 318px;
}

.picList>div .pic img {
	width: 100%;
	height: 100%;
}

.picList>div p {
	/* width: 100%; */
	overflow: hidden;
	/* white-space: nowrap; */
	text-overflow: ellipsis;
	text-align: center;
	color: #1F1F1F;
	font-size:16px;
}

/* 分页器 */
.picList-pager {
	margin: 0 auto;
	justify-content: center;
	margin-bottom: 45px;
}

.picList-pager .left-box a {
	display: inline-block;
	padding: 5px 14px;
	border: 1px solid #ccc;
	border-radius: 5px;
	color: #333;
	height: 40px;
	line-height: 25px;
	margin-right: 5px;
}

.picList-pager .active-page,
.picList-pager .left-box a:hover {
	background-color: #2b9b77;
	color: #fff !important;
}

.picList-pager .right-box {
	width: 97px;
	border: 1px solid #ccc;
	border-radius: 5px;
	display: flex;
	margin-left: 20px;
	padding: 5px 14px;
}

.picList-pager .right-box input {
	width: 35px;
	border: 0;
	outline: 0;
	color: #2b9b77;
}

.picList-pager .right-box span {
	margin: 0 4px;
	color: #999;
}

.picList-pager .right-box a {
	border: 0;
	line-height: 25px;
	color: #333;
}

.picList-pager .right-box a:hover {
	color: #2b9b77;
}

.col-md-3 img{width:100%;}

.title1{
	display: flex;
}

.title2{
	display: flex;
}

.title2 a{
	color: #0B724E;
	    font-size: 16px;
}

		/* 新闻动态选择 */
.depar .selectBox {
	width: 100%;
	position: relative;
	min-width: 1200px;
	/* margin-bottom: 45px; */
}

.depar .selectBox img {
	width: 100%;
	height: auto;
}

.depar .selectBox .selectOption {
	position: absolute;
	bottom: 20%;
	left: 50%;
	transform: translateX(-50%);
}

.depar .selectBox .selectOption a {
	display: inline-block;
	padding: 6px 19px;
	color: #fff;
	border-radius: 7px;
	background-color: #ccb38c;
	font-size: 20px;
	width: 128px;
	margin: 0px 5px;
	text-align: center;
}

.depar .selectBox .selectOption a:hover {
	background-color: #7d5417;
}

.depar .selectBox .selectOption .active-op {
	background-color: #7d5417 !important
}
.depar .path {

	margin: 0 auto;
	padding: 24px 0px;
}

.news-body p img {
	display: block;
	margin: 0 auto;
	max-width: 95%;
}
 




/*---------------------------------2022.09.09新增-------------------------------------------------*/
.list_he{ width: 100%; display: flex; justify-content: space-between;}
.bt li{ text-align: center; font-size: 16px;color: #10583e; line-height: 40px; width: 100%; margin-bottom: 12px; background-color: #edf3f1;}
.bt li:hover{ background: #1e8273; color: #fff;}
.bt1 li{ text-align: center; font-size: 16px;color: #10583e; line-height: 40px; width: 170px; margin-bottom: 12px; background-color: #edf3f1; margin-right: 10px; float: left;}
.clear{ clear:  both;}
.bt1 li:hover{ background: #1e8273; color: #fff;}