﻿
/* 适老化改造 */
.wza-box{/* margin-top: 35px; float: right;*/min-width: 200px;z-index: 20;}
.wza-box a{ display: block;float: right;height: 38px;line-height:38px;padding: 0 16px;font-size: 18px;letter-spacing: 0.32px; }
.wza-box a.wza{ background: #fff;color: #003366; border: 1px solid #003366; border-radius: 2px 0px 0px 2px;}
.wza-box a.oldman{ background:#024181;color: #fff;border: 1px solid #024181;border-radius: 0px 2px 2px 0px; }
 
.slh{     
	float: right;
	margin: 40px 20px;
} 
.oldModel * {
    font-size: 28px !important;
}
html,head,body,div,span,a,ul,ol,li,em,i,p,form,fieldset,h1,h2,h3,h4,h5,h6,table,tr,td,thead,tbody,tfoot,video,dl,dt,dd,img,select,
option {
	font-family: "Microsoft YaHei", 微软雅黑, 宋体, "Arial Narrow", HELVETICA;
	box-sizing: border-box;
	color: #333;
	margin: 0;
	padding: 0
}

:root {
	--theme: #cc3333;
	--font-gray: #3f3f3f;
}

html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%
}

body {
	margin: 0
}

main {
	display: block
}

h1 {
	font-size: 2em;
	margin: 0.67em 0
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible
}

pre {
	font-family: monospace, monospace;
	font-size: 1em
}

a {
	background-color: transparent
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted
}

b,
strong {
	font-weight: bolder
}

code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em
}

small {
	font-size: 80%
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sub {
	bottom: -0.25em
}

sup {
	top: -0.5em
}

img {
	border-style: none
}

button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0
}

button,
input {
	overflow: visible
}

button,
select {
	text-transform: none
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText
}

fieldset {
	padding: 0.35em 0.75em 0.625em
}

legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal
}

progress {
	vertical-align: baseline
}

textarea {
	overflow: auto
}

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto
}

[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px
}

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit
}

details {
	display: block
}

summary {
	display: list-item
}

template {
	display: none
}

[hidden] {
	display: none
}

img,
input {
	border: none;
	outline: none
}

a {
	outline: none;
	text-decoration: none;
	cursor: pointer
}

a:hover {
	color: var(--red);
}

li {
	list-style: none
}

i,
em {
	font-style: normal
}

table,
td {
	border-collapse: collapse
}

.fl {
	float: left
}

.fr {
	float: right
}

.clearfix {
	zoom: 1
}

.clearfix:after,
.ip-view ul li a:after,
.tzyx-bd ul li:after,
.tzyx-bd ul li a:after,
.ex-btn ul li a:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}

.w1200c {
	width: 1200px;
	margin: 0 auto
}

.w1300c {
	width: 1300px;
	margin: 0 auto
}

.show {
	display: block !important
}

.hide {
	display: none !important
}

.m-display {
	display: none !important;
}

#Head {
	background: url(http://www.shilongqu.gov.cn/upload/images/2022/11/d56fb57a11445a2cc335a36e5b090dc7.jpg) top center no-repeat;
	background-size: 100% 100%;
	min-width: 1200px;
}

.top {
	height: 35px;
	background: rgb(255, 255, 255, 0.5);
	backdrop-filter: blur(26px);
	box-shadow: 0px 0px 10px 3px rgb(108, 108, 108, 0.1);
}

.top a {
	display: inline-block;
	margin: 0 10px;
}

.top * {
	line-height: 35px;
	font-size: 15px;
}

.header {
	height: 250px;
	    /* display: flex;
    align-items: flex-start;
    justify-content: space-between; */
}

.header .logo {
	width: 430px;
}

.header .logo img {
	width: 100%;
}


.nav-box {
	background: #035193;
}

.nav-box .nav {
	display: flex;

}

.nav-box .nav a {
	display: inline-block;
	line-height: 50px;
	flex: 1 1 auto;
	text-align: center;
	color: #fff;
	font-size: 18px;
}

.nav-box .nav a.active,
.nav-box .nav a:hover {
	background: #1c71b5;
	/* color: #007ac1; */
	/* font-weight: 600; */
}

/* 内容 */
#Main {
	width: 1200px;
	margin: 30px auto;
}

.gd {
	width: 100%;
	height: auto;
    padding-bottom: 20px;
	/* border:  1px solid; */
}

.gd h3,
.gk h3 {
	height: 50px;
	line-height: 50px;
	color: #035193;
	font-size: 22px;
	padding-left: 15px;
	border-bottom: 1px dashed #d9d5d5;
}

.gd ul li {
	font-size: 16px;
	color: #333333;
	padding: 0px 6px;
	line-height: 60px;
	height: 60px;
	overflow: hidden;
	vertical-align: top;
	border-bottom: 1px solid #efeded;
}

.gd li p {
	display: inline-block;
	width: 92%;
	padding-right: 20px;
	padding-left: 5px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	vertical-align: top;
}

.gd li p a {
	text-decoration: none;
	font-size: 16px;
	color: #333333;
	transition: 0.4s;
}

.gd li span {
	color: #999999;
}

.gd li p a:hover {
	color: #0b5997;
	padding-left: 5px;
}

.gk {
	width: 100%;
	height: auto;
	margin-top: 30px;
	/* border:  1px solid; */
}

.bottomIcon {
	width: 100%;
	height: 110px;
	margin-top: 30px;
	display: flex;
	align-items: center;
	justify-content: space-around;
	/* border: 1px solid; */
}

.bottomIcon a {
	width: 24%;
	height: 90%;
	display: inline-block;
    font-size: 21px;
    font-weight: bold;
	border-right: 2px solid #Fff;
	/* 	border: 1px solid blue; */
	display: flex;
	align-items: center;
	justify-content: center;
	color: #0b5997;
	background: #e1eef9;
}

.bottomIcon a:hover {
	cursor: pointer;
	color: #0b5997;
	margin-top: 5px;
}

.bottomIcon a img {
	width: 40px;
	height: 40px;
	margin-right: 25px;
}

/* 目录 */
.content_nav {
	background: #F5F5F5;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	margin: 25px auto 20px;
	color: #015293;
	font-size: 0px;
    padding-left: 10px;
}

.content_nav li {
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
}

.content_nav img {
	vertical-align: middle;
	margin: 0px 15px;
}

.content_nav a,
.content_nav span {
	color: #0b5997;
}

.content_nav span {
	font-size: 16px;
}

.content_main {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}

.content_main .main_l {
	float: left;
	width: 260px;
	/* border: 1px #e0e0e0 solid; */
	margin-right: 20px;
	padding-bottom: 6px;
}

.main_l ul li {
	width: 260px;
	height: 60px;
	background: #f5f5f5;
	line-height: 60px;
	text-align: center;
	margin: 3px auto;
}

.span_style {
	background: #0b5997 !important;
	color: #ffffff !important;
	margin: 10px auto 0 !important;
	font-size: 16px;
}

.main_l ul li a {
	font-size: 16px;
	color: #666666;
	text-decoration: none;
	display: inline-block;
	width: 100%;
}

.main_l ul li a:hover {
	background-color: #eaf0f5;
}

.main_l .on {
	color: #0b5997;
	font-weight: bold;
}

.content_main .main_r {
	float: right;
	width: 920px;
	/* border: 1px #e0e0e0 solid; */
	padding: 0 10px 30px 30px;
	margin-bottom: 50px;
}

.main_r h5 {
	height: 39px;
	line-height: 39px;
	border-bottom: 1px solid #ccc;
}

.main_r h5 span {
	display: inline-block;
	width: 80px;
	height: 39px;
	line-height: 39px;
	font-size: 17px;
	border-bottom: 3px solid #0b5997;
	text-align: center;
}

.main_r .main_list {
	width: 100%;
	/* border-bottom: 1px #e0e0e0 solid; */

	padding-bottom: 15px;
}

.main_r .main_list li {
	font-size: 16px;
	color: #333333;
	line-height: 60px;
	height: 60px;
	overflow: hidden;
	vertical-align: top;
	width: 280px;
	float: left;
	background: #e9eff5;
	margin-right: 13px;
	margin-top: 30px;
}

.main_list li a {
	text-align: center;
	display: block;
	text-decoration: none;
	font-size: 16px;
	color: #333333;
	transition: 0.4s;
}

.main_list li a:hover {
	color: #0b5997;
}

/* 公开目录 */
.mlpic {
	width: 100%;
	margin-top: 25px;
}

/* .main_list .ml li {
	  width: 100%;
    font-size: 16px;
    color: #333333;
    padding: 0px 6px;
    line-height: 60px;
    height: 60px;
    overflow: hidden;
    vertical-align: top;
    border-bottom: 1px solid #efeded;
		clear: both;
		background: none;
		    margin-top: 5px;
}
.main_list .ml li p {
    display: inline-block;
    width: 89%;
    padding-right: 20px;
    padding-left: 5px;
    vertical-align: top;
		
}
.main_list .ml li p a {
    text-decoration: none;
    font-size: 16px;
    color: #333333;
    transition: 0.4s;
		text-align: left;
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
}
.main_list .ml li span {
    color: #999999;
} */
/* 新媒体 */
.main_r .main_list .xmt {
	font-size: 16px;
	color: #333333;
	/* line-height: 60px; */
	height: auto;
	overflow: hidden;
	vertical-align: top;
	width: 205px;
	float: left;
	background: #e9eff5;
	margin-right: 15px;
	margin-top: 30px;
}

.main_list .xmt a {
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	text-decoration: none;
	font-size: 16px;
	color: #333333;
	transition: 0.4s;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 5px;
}

.main_list .xmt a img {
	width: 100%;
    height: 195px;
}

.main_list .xmt a span {
	width: 100%;
	height: 50px;
	/* border: 1px solid; */
	line-height: 25px;
	margin-top: 10px;
	padding: 0 7px;
}

.main_list .xmt a span:hover {
	color: #0b5997;
}

/* 医院内容 */
.jianjie {
	width: 1200px;
	height: auto;
	padding-bottom: 10px;
	margin: 30px auto;
	background-color: #e1eef9;
	text-align: center;
	overflow: hidden;
}

.jianjie h3 {
	line-height: 65px;
	font-size: 28px;
	padding-bottom: 15px;
}
.jianjie .jjcon{
	width: 1170px;
	height: auto;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 10px;
}
.jjcon img{
	display: block;
	width: 425px;
	    height: 230px;
}
.jjcon  .jjtxt{
	 width: 730px;
	 /* height: 330px; */
}

.jianjie li {
	float: left;
	width: 50%;
	height: 40px;
	line-height: 18px;
	text-align: left;
	padding-left: 30px;
	font-size: 17px;
}

.kands {
	width: 1200px;
	height: 300px;
	margin: 30px auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	/* border:  1px solid; */
}

.kands .item {
	width: 585px;
	height: 300px;
	/* border:  1px solid; */
}

.kands .item h3 {
	height: 50px;
	line-height: 50px;
	border-bottom: 1px solid #ccc;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.kands .item h3 span {
	display: inline-block;
	width: 80px;
	height: 50px;
	line-height: 50px;
	font-size: 17px;
	border-bottom: 3px solid #0b5997;
	text-align: center;
}

.kands .item h3 a {
	display: block;
	color: #666;
	font-size: 14px;
	font-weight: normal;
}

.kands .item ul li {
	font-size: 16px;
	color: #333333;
	padding: 0px 6px;
	line-height: 60px;
	height: 60px;
	overflow: hidden;
	vertical-align: top;
	border-bottom: 1px solid #efeded;
	background: url(http://www.zhq.gov.cn/images/index/li-bg.png) left center no-repeat;
	padding-left: 10px;
}

.kands .item ul li p {
	display: inline-block;
	width: 83%;
	padding-right: 20px;
	padding-left: 5px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	vertical-align: top;
}

.kands .item ul li p a {
	text-decoration: none;
	font-size: 16px;
	color: #333333;
	transition: 0.4s;
}

.kands .item ul li p a:hover {
	color: #015293;
	padding-left: 5px;
}

.kands .item ul li span {
	color: #999999;
}

.kands .item ul li p {}






.foot {
	width: 100%;
	height: auto;
	overflow: hidden;
	background-color: #F2F3F5;
}

.foot .foot_bottom {
	/* border: 1px solid red; */
	width: 1200px;
	height: 180px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
}

.foot_bottom .foot_l {
	/* border: 1px solid green; */
	width: 300px;
	height: 210px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.foot_bottom .foot_c {
	/* border: 1px solid green; */
    width: 860px;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: left;
    font-size: 15px;
    color: #666;
}

.c_one {
	width: 570px;
	color: #333;
	margin: 30px auto 0px;
	text-align: center;
}

.c_one a {
	display: inline-block;
	width: 230px;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 34px;
	color: #333;
}

.c_two,
.c_three {
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	color: #333;
	margin: 5px 0px 0px;
}

.foot_c p,
.foot_c a {
	margin-top: 10px;
	color: #666;
}

.foot_c a {
	cursor: pointer;
	line-height: 34px;
}

.foot_c a:hover {
	color: #4279B1;
}

.foot_bottom .foot_r {
	/* border: 1px solid green; */
	width: 300px;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: center;

}

.foot_bottom .foot_r a{
	 margin-left: 15px;
}