@charset "utf-8";
/* CSS Document */
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body, a, div, p, ul li, img {
  margin: 0;
  padding: 0;
}

body {
  font-family: "微软雅黑" !important;
}

a {
  text-decoration: none;
  font-family: "微软雅黑";
  color: #000;
}

ul li {
  list-style: none;
}

.clear {
  clear: both;
}

ul:before, ul:after {
  content: "";
  display: table;
  clear: both;
}

.top_header {
  background: url(2022banner.jpg) top center;
  height: 400px;
background-size: 100% 100%;
}

.top_side {
  width: 1200px;
  margin: 0 auto;
}

.top_side a {
  display: block;
  float: right;
  background-color: #63abeb;
  color: #fff;
  padding: 2px 10px;
  margin-top: 10px;
  font-size: 14px;
}

/*主体部分*/
.container {
  width: 1200px;
  margin: 40px auto;
}

.con_ml {
	margin-bottom: 50px;
	background-color: #fff;
	border: 1px solid #1480C8;
}

.con_ml .con_tabs {
	display: flex;
}

.con_ml .con_tabs .tabs_item {
	flex: 1;
	height: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.con_ml .con_tabs .tabs_item a {
	font-size: 28px;
	font-weight: bold;
	color: #1480C8;
}
.con_ml .con_tabs .tabs_item:first-child:hover {
	background-color: #1480C8;
	color: #fff;
}
.con_ml .con_tabs .tabs_item:first-child:hover a {
	color: #fff;
	background: url("2022zd-icon_gd-2.png") left center no-repeat;
}
.con_ml .con_tabs .tabs_item:first-child a {
	color: #1480C8;
	background: url("2022zd-icon_gd-1.png") left center no-repeat;
	padding-left: 40px;
}
.con_ml .con_tabs .tabs_item:last-child a {
	background: url("2022zd-icon_ml-1.png") left center no-repeat;
	padding-left: 40px;
}
.con_ml .con_tabs .tabs_item:last-child:hover {
	background-color: #1480C8;
	color: #fff;
}
.con_ml .con_tabs .tabs_item:last-child:hover a {
	color: #fff;
	background: url("2022zd-icon_ml-2.png") left center no-repeat;
}

.con_title {
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 20px;
	height: 40px;
	line-height: 40px;
	display: flex;
	justify-content: center;
}

.con_title span:first-child {
	margin-right: 45px;
	width: 269px;
	background: url("2022zd-icon_line1.png") center no-repeat;
}
.con_title span:last-child {
	margin-left: 45px;
	width: 269px;
	background: url("2022zd-icon_line2.png") center no-repeat;
}


.time_box {
	width: 100%;
	overflow: hidden;
}
.time_list {
	float: right;
	width: 276px;
	display: flex;
}
.time_list .time_item {
	flex: 1;
	border: 1px solid #959595;
	line-height: 50px;
	text-align: center;
}
.time_list .time_item a {
	font-size: 20px;
	font-weight: 400;
	color: #333;
}
.time_list .time_item:first-child {
	border-color: #1480C8;
}
.time_list .time_item:first-child a {
	color: #1480C8;
	font-weight: bold;
}
.time_list .time_item:nth-child(2):hover {
	background-color: #1480C8;
	border-color: #1480C8;
}
.time_list .time_item:last-child:hover {
	background-color: #1480C8;
	border-color: #1480C8;
}
.time_list .time_item:nth-child(2):hover a {
	color: #fff;
}
.time_list .time_item:last-child:hover a {
	color: #fff;
}


.con_box {
	margin-top: 30px;
	padding: 20px;
}
.con_box:nth-child(odd) {
    background-color: #FBFBFB;
}

.title_item {
	display: flex;
	line-height: 30px;
}

.box_title {
	padding-right: 15px;
}

.box_title h4 {
	background: url("2022zd-icon_title.png") left center no-repeat;
	padding-left: 40px;
	color: #1480C8;
	font-size: 23px;
	font-weight: bold;
	display: block;
	float: left;
}

.box_title img {
	height: 25px;
	display: block;
	float: left;
	margin-left: 15px;
}

.box_one {
	margin-top: 20px;
}

.sub_tit {
	font-size: 17px;
	font-weight: bold;
	color: #36a9b7;
}

.box_one > ul > li {
	float: left;
	width: 210px;
	height: 60px;
	margin: 10px;
	background: #fff;
	border: 1px solid #E4E4E4;
	text-align: center;
	position: relative;
}

.box_one > ul > li > a {
	display: inline-block;
	line-height: 60px;
	text-align: center;
	font-size: 20px;
	color: #000;
	cursor: pointer;
}

.box_one > ul > li.policy:hover > a {
	background: url("2022zd-icon_right.png") right center no-repeat;
	padding-right: 25px;
}

.box_one > ul > li.policy:hover .box_two {
	display: block;
}

.box_two {
	display: none;
	position: absolute;
	width: 210px;
	box-shadow: 0 0 8px 0 rgba(232,237,250,.6),0 2px 4px 0 rgba(232,237,250,.5);
	background: #fff;
	border-left: 1px solid #E4E4E4;
	border-right: 1px solid #E4E4E4;
	z-index: 9;
}

.box_two > ul > li {
	float: left;
	width: 210px;
	height: 40px;
	border-bottom: 1px solid #E4E4E4;
}

.box_two > ul > li > a {
	display: block;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	color: #1480C8;
	cursor: pointer;
}

/*tanchuang*/
.tc1,
.tc2,
.tc3,
.tc4,
.tc5,
.tc6,
.tc7,
.tc8 {
	position: fixed;
	top: 150px;
	width: 100%;
	height: 500px;
	z-index: 99;
}

.tc1>div,
.tc2>div,
.tc3>div,
.tc4>div,
.tc5>div,
.tc6>div,
.tc7>div,
.tc8>div {
	background-color: #fff;
	width: 1200px;
	height: 500px;
	margin: 0 auto;
	padding: 20px 20px 50px 20px;
}

.fh {
	width: 100%;
	height: 21px;
}

.fh a {
	display: block;
	float: right;
	cursor: pointer;
	color: #085d98;
}

.tc_main {
	margin-top: 20px;
	padding: 0 30px;
}

.tc_main h3 {
	display: block;
	margin: 20px 0;
	color: #085d98;
	font-size: 24px;
	text-align: center;
}

.tc_main p {
	line-height: 40px;
	font-size: 18px;
	height: 350px;
	overflow: auto;
	text-indent: 2em;
}

.BG {
	background-color: #000;
	opacity: 0.2;
	width: 100%;
	min-height: 935%;
	position: absolute;
	top: 0%;
	z-index: 98;
}


.section {
  margin: 20px 0;
}

.subtitle {
  border-bottom: 2px solid #ccc;
}

.subtitle span {
  height: 35px;
  line-height: 35px;
  display: inline-block;
  padding: 0 30px;
  background: #2891fa;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}

.item {
    margin: 20px 0;
    text-align: center;
}

.item-title {
  position: relative;
  padding-left: 10px;
  text-align: left;
  font-size: 18px;
}

.item-title:before {
  content: '';
  display: inline-block;
  width: 4px;
  height: 10px;
  background: #dcdcdc;
  border-radius: 4px;
  position: absolute;
  left: 0;
  top: 8px;
}

.item-title span {
  color: #0062eb;
  font-size: 18px;
}

.ly-hr {
  border-bottom: 2px #ccc solid;
}




.footer {
  clear: both;
}
.footer {
    width: 100%;
    background: #dee0e2;
    border-top: 10px solid #355e92;
    height: auto !important;
}


/* 适老化 */
.newStyle .tabs_item a{
	font-size: 40px !important;
}
.newStyle .container .con_title {
	font-size: 40px;
}
.newStyle .container .con_box h4 {
	font-size: 30px !important;
}
.newStyle .container .con_box .sub_tit {
	font-size: 25px !important;
	margin-top: 10px;
}
.newStyle .container .con_box .sub_tit img{
	width: 70px !important;
}
.newStyle .container .con_box .title_item {
	flex-direction: column;
}
.newStyle .container .con_box .box_one ul li a {
	font-size: 25px !important;
}
.newStyle .container .section .subtitle span{
	font-size: 30px;
}
.newStyle .container .section .items a,
.newStyle .container .section .items span {
	font-size: 25px;
}