body,
div,
ul,
li,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
select,
p,
dl,
dt,
dd,
a,
img,
button,
form,
table,
th,
tr,
td,
tbody,
article,
aside,
details,
figcaption,
figure,
mid-cer,
header,
hgroup,
menu,
nav,
section {
	margin: 0px;
	padding: 0px;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

ul,
li {
	list-style-type: none;
}

img {
	border-style: none;
	vertical-align: middle;
}

a {
	color: #333;
}

a:link,
a:active,
a:visited,
a:hover {
	text-decoration: none;
}

button:focus {
	outline: none;
	border: 1px solid white;
}

input,
textarea {
	outline: none;
	border: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical>.btn-group:before,
.btn-group-vertical>.btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
	display: table;
	content: " ";
}

.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical>.btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after {
	clear: both;
}

.nav-position-inner {
	background: url(../image/2022HKU_017.png) no-repeat left;
	padding-left: 15px;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	color: #666666;
	margin-top: 20px;
}




@media screen and (min-width:1200px){
	
.banner_general {
	/*position: relative;*/
	background: url(/style/picture/2022HKU_135.jpg) no-repeat center;
	background-size: 100%;
	height: 200px
}

.banner_general img {
	width: 100%;
}
}
.container {
	width: 1320px;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

.list_lb {
	background-color: #F5F7FA;
}

.list_con {
	padding: 15px 0;
	background-color: #F5F7FA;
	position: relative;
}

.list_con table {
	max-width: 100% !important;
}

.list_box {
	background-color: #FFFFFF;
	width: 100%;
	padding: 40px 25px 30px 25px;
	box-shadow: 0px 2px 5px 0px rgba(230, 230, 230, 0.7);
}

.list_title {
	background: url(../image/2022HKU_300.png) no-repeat center;
	background-size: 100%;
}

.list_title span {
	float: left;
	font-weight: bold;
	font-size: 28px;
	background-color: #FFFFFF;
	padding-right: 20px;
}

.list_body {
	margin-top: 20px;
	margin-bottom: 10px;
}

.list_body a {
	position: relative;
	width: 100%;
	display: block;
	overflow: hidden;
	padding: 10px;
	background-color: #F5F7FA;
	padding-left: 20px;
	margin-bottom: 10px;
	font-size: 16px;
}

.list_body a:after {
	content: "";
	position: absolute;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	bottom: 40%;
	left: 10px;
	margin: auto;
	background-color: #CCCCCC;
}

.list_body a:hover {
	background-color: #007fc3;
	color: #FFFFFF;
	transition: 0.3s;
}

.list_body a:hover:after {
	background-color: #FFFFFF;
}

.list_text {
	float: left;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	width: 62%;
	display: inline-block;
}

.list_time {
	float: right;
	overflow: hidden;
}

.page {
	width: 100%;
	text-align: center;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.page li {
	margin-left: 5px;
	margin-bottom: 5px;
}

.page a {
	border: 1px solid #CCCCCC;
	padding: 10px 15px;
	font-size: 14px;
	display: inline-block;
}

.page a:hover {
	background-color: #4683CE;
	color: #FFFFFF;
	transition: 0.3s;
}

.page .thisclass {
	background: #4683CE;
	color: #fff;
	padding: 10px 14px;
	border: 1px solid #CCCCCC;
}

.cmbd_body {
	margin: 25px 0;
}

.cmbd_body a {
	width: 100%;
	margin-bottom: 10px;
	display: inline-block;
}

.cmbd_body a:hover {
	background-color: #007fc3;
	color: #FFFFFF;
}

.cmbd_body a:hover .cmbd_title span {
	background-color: #007fc3;
}

.cmbd_img {
	position: relative;
}

.cmbd_img_bg {
	width: 100%;
}

.cmbd_img_btn {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin: auto;
	transform: translateY(-30px);
}

.cmbd_title {
	font-size: 16px;
	padding: 10px 2px;
	position: relative;
}

.cmbd_title p {
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	text-align: justify;
	transition: .3s;
	min-height: 46px;
}

.cmbd_title span {
	position: absolute;
	right: 0px;
	bottom: 10px;
	background-color: #FFFFFF;
	transition: color .3s;
}

.xwzx_body a {
	padding: 40px 0;
	display: block;
	overflow: hidden;
	border-bottom: 1px dashed #E5E5E5;
}

.xwzx_body a:hover .xwzx_body_text p,
.xwzx_body a:hover .xwzx_body_time {
	color: #007fc3;
	transition: 0.3s;
}

.xwzx_body_img {
	position: relative;
	float: left;
	width: 40%;
	margin-right: 15px;
}

.xwzx_body_img_bg {
	width: 100%;
	border-radius: 10px;
}

.xwzx_body_img_btn {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin: auto;
	transform: translateY(-15px);
	width: 30px;
	height: 30px;
}

.xwzx_body.pic .xwzx_body_text {
	margin-top: 35px;
}

.xwzx_body_text p {
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	font-size: 20px;
	margin-bottom: 10px;
	font-weight: bold;
	padding-right: 13px;
	display: -webkit-box;
	text-align: justify;
}

.xwzx_body_text span {
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	text-align: justify;
	font-size: 14px;
	line-height: 30px;
	color: #666666;
}

.xwzx_body.electrons {
	display: flex;
	flex-wrap: wrap;
	padding-top: 20px;
}

.xwzx_body.electrons a {
	width: 33.333%;
	padding: 20px 0;
}

.nav_body .xwzx_body.electrons a .xwzx_body_time {
	margin: 0;
	float: initial;
	border-right: 0;
	padding-right: 0;
}

.xwzx_body.electrons .xwzx_body_text p {
	padding-right: 0;
	text-align: center;
}

.xwzx_body.electrons .xwzx_body_time {
	text-align: center;
}

.xwzx_body.electrons .xwzx_body_time img {
	width: 90%;
}

.djkx_body {
	margin-top: 15px;
}

.djkx_body a {
	margin-bottom: 20px;
	display: inline-block;
	width: 100%;
	font-size: 14px;
	vertical-align: top;
}

.djkx_body_top {
	position: relative;
}

.djkx_body_top_bg {
	width: 100%;
}

.djkx_body_top_btn {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin: auto;
	transform: translateY(-30px);
}

.djkx_body_bottom p {
	text-align: center;
	padding: 10px 0;
	border-bottom: 1px solid #CCCCCC;
	position: relative;
	height: 61px;
}

.djkx_body_bottom span {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	transform: translate(0, -50%);
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	max-height: 40px;
}

.djkx_body a:hover .djkx_body_bottom p {
	color: #D30006;
	border-bottom: 2px solid #D30006;
}

.djkx_body_top i {
	width: 100%;
	height: 100%;
}

.list_item {
	/* margin: 0 -6px; */
	overflow-x: scroll;
	overflow-y: hidden;
	display: -webkit-box;
	display: block;
	white-space: nowrap;
	margin-top: 15px;
}

.list_item::-webkit-scrollbar {
	display: none
}

.list_item a {
	display: block;
	float: left;
	width: 100px;
	border: 2px solid #4683CE;
	border-radius: 25px;
	font-size: 16px;
	text-align: center;
	margin-right: 12px;
	font-weight: bold;
	padding-top: 2px;
}

.list_item_active {
	background-color: #4683CE;
	color: #FFFFFF;
}

.list_item1 {
	text-align: center;
}

.list_item1 a {
	display: inline-block !important;
	float: none !important;
}

.zbgg_body {}

.sxsjy_body {
	margin-bottom: 25px;
}

.sxsjy_body a {
	padding: 15px 0;
	display: block;
	overflow: hidden;
	border-bottom: 1px dashed #E5E5E5;
	position: relative;
}

.sxsjy_body a:hover .sxsjy_body_text span {
	color: #007fc3;
	border-bottom: 3px solid #007fc3;
	transition: 0.3s;
}

.sxsjy_body_img {
	position: relative;
	float: left;
	width: 40%;
	margin-right: 15px;
}

.sxsjy_body_img_bg {
	width: 100%;
}

.sxsjy_body_img_btn {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin: auto;
	transform: translateY(-15px);
	width: 30px;
	height: 30px;
}

.sxsjy_body_text {}

.sxsjy_body_text span {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: inline-block;
	font-size: 16px;
	border-bottom: 3px solid transparent;
	width: calc(60% - 15px);
}

.sxsjy_body_text p {
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	text-align: justify;
	font-size: 12px;
	color: #666666;
}

.sxsjy_body_time {
	position: absolute;
	font-size: 12px;
	right: 0;
	bottom: 15px;
	background-color: #FFFFFF;
	padding-left: 10px;
}

.llwyh_body {
	margin-top: 20px;
}

.llwyh_body>div {
	margin-bottom: 15px;
	cursor: pointer;
}

.llwyh_body>div:hover .llwyh_body_text {
	background-color: #007fc3;
	transition: 0.3s;
}

.llwyh_body>div:hover .llwyh_body_text i {
	background-color: #FFFFFF;
	transition: 0.3s;
}

.llwyh_body>div:hover .llwyh_body_text span,
.llwyh_body>div:hover .llwyh_body_text a {
	color: #FFFFFF;
	transition: 0.3s;
}

.llwyh_body_img {}

.llwyh_body_img img {
	width: 100%;
}

.llwyh_body_text {
	text-align: center;
	background-color: #F5F7FA;
	padding: 10px 14px;
}

.llwyh_body_text span {
	display: block;
	color: #666666;
	font-size: 16px;
	margin-bottom: 20px;
}

.llwyh_body_text i {
	width: 40px;
	height: 1px;
	background-color: #4683CE;
	display: block;
	margin: auto;
	margin-bottom: 7px;
}

.llwyh_body_text a {
	color: #4683CE;
	font-size: 14px;
}

.list_box .smgc_title {
	position: relative;
	padding-bottom: 8px;
	margin-bottom: 12px;
	margin-top: 12px;
}

.list_box .smgc_title span {
	font-size: 18px;
	font-weight: bold;
}

.list_box .smgc_title::after {
	content: "";
	position: absolute;
	background: url(../image/2022HKU_035.png) no-repeat bottom;
	background-size: 100%;
	height: 4px;
	width: 100%;
	bottom: 0;
	left: 0;
}

.tddt_body a {
	margin-bottom: 20px;
	display: inline-block;
	width: 100%;
	font-size: 14px;
}

.tddt_body a:hover {
	background-color: #007fc3;
	color: #FFFFFF;
}

.tddt_body a:hover .cmbd_title span {
	background-color: #007fc3;
}

.gycs_MarginTop {
	margin-top: 20px !important;
}

.gltd_body {
	margin-top: 20px;
}

.gltd_body img {
	max-width: 100%
}

.gltd_body_item {
	padding: 10px;
	background-color: #F2F3F7;
	margin-bottom: 10px;
	cursor: pointer;
}


.gltd_body_item_left {
	width: 32%;
	float: left;
	margin-right: 10px;
}

.gltd_body_item_left img {
	width: 100%;
}

.gltd_body_item_name {
	color: #007fc3;
	font-weight: bold;
	font-size: 16px;
}

.gltd_body_item_zw {
	font-size: 14px;
	color: #333333;
	margin-bottom: 12px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.gltd_body_item_right span {
	font-size: 14px;
	color: #666666;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	text-align: justify;
}

.gltd_body .alertContain_wrap {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	background: rgba(0, 0, 0, .5);
	overflow: auto;
	display: none;
}

.gltd_body .alertContain {
	margin-bottom: 100px !important;
}

.gltd_body .alertTitle {
	position: relative;
	font-size: 18px;
	font-weight: bold;
	background: #007fc3;
	color: #fff;
	padding: 10px 5px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	text-align: center;
}

.gltd_body .alertTitle img {
	position: absolute;
	right: 15px;
	max-width: 6%;
	cursor: pointer;
}

.gltd_body .introduce_main {
	background: #fff;
	padding: 20px;
	max-height: 500px;
	overflow-y: auto;
}

.gltd_body .introduce_left img {
	width: 100%;
	border: 1px solid #ccc;
}

.gltd_body .introduce_rigth .name {
	font-weight: bold;
	color: #007fc3;
	font-size: 20px;
	margin-top: 10px;
}

.gltd_body .introduce_rigth .zw,
.gltd_body .introduce_content {
	margin-top: 10px;
	font-size: 18px;
}

.gltd_body .introduce_content {
	color: #666;
}

.alertContain {
	margin: 150px auto 0;
	z-index: 9999;
}

.xqy_box {
	background-color: #FFFFFF;
	width: 100%;
	padding: 20px;
	box-shadow: 0px 2px 5px 0px rgb(230 230 230 / 70%);
}

.xqy_title {
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.xqy_title p {
	font-size: 18px;
	font-weight: bold;
	padding: 0 10px;
	text-align: center;
}


.xqy_ly {
	text-align: center;
	margin-bottom: 45px;
}

.xqy_ly span {
	display: inline-block;
	font-size: 14px;
	text-align: center;
	color: #666666;
}

.xqy_con {
	margin-bottom: 30px;
}

.xqy_con p,
.xqy_con {
	text-align: left;
	font-size: 16px;
	line-height: 2;
	font-family: "微软雅黑", "Microsoft YaHei";
	color: #666666;
}

.xqy_con img {
	max-width: 100%;
}

.xqy_fj {
	font-size: 16px;
	overflow: hidden;
	color: #333;
}

.xqy_fj .sp {
	float: left;
	width: 45%;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.xqy_fj .xp {
	float: right;
	width: 45%;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.xqy_fj a {
	font-size: 16px;
	margin: 15px 0;
	color: #666666;
}

.xqy_share {
	text-align: right;
}

.xqy_share>span {
	color: #666666;
}

.ylcx_body {
	margin-top: 20px;
}

.ylcx_body_item {
	margin-bottom: 30px;
}

.ylcx_body_item>span {
	display: block;
	height: 30px;
	border-left: 5px solid #69D19C;
	font-size: 18px;
	padding-left: 10px;
	margin-bottom: 7px;
}

.ylcx_body_xmjs {
	padding: 0 15px;
	font-size: 16px;
	line-height: 28px;
	text-align: justify;
}

.ylcx_body_xmdt a {
	display: block;
	width: 100%;
	padding: 0 15px;
	margin-bottom: 20px;
}

.ylcx_body_xmdt a:hover .ylcx_body_xmdt_title_time {
	color: #69D19C;
	transition: 0.3s;
}

.ylcx_body_xmdt a:hover .ylcx_body_xmdt_icon {
	background-color: #69D19C;
	border: 1px solid #69D19C;
	transition: 0.3s;
}

.ylcx_body_xmdt a:hover .ylcx_body_xmdt_icon .hui {
	display: none;
}

.ylcx_body_xmdt a:hover .ylcx_body_xmdt_icon .bai {
	display: inline-block;
}

.ylcx_body_xmdt a>img {
	width: 100%;
	margin-bottom: 15px;
}

.ylcx_body_xmdt_title {
	margin-bottom: 15px;
}

.ylcx_body_xmdt_title_time {
	color: #666666;
	font-weight: bold;
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 5px;
	margin-bottom: 10px;
	font-size: 20px;
}

.ylcx_body_xmdt_title_title {
	color: #333333;
	font-size: 16px;
	margin-bottom: 10px;
	text-align: justify;
}

.ylcx_body_xmdt_title span {
	color: #999999;
	font-size: 14px;
	line-height: 22px;
	text-align: justify;
}

.ylcx_body_xmdt_icon {
	border: 1px solid #E6E6E6;
	border-radius: 4px;
	width: 50px;
	height: 20px;
	text-align: center;
	line-height: 15px;
}

.bai {
	display: none;
}

.ylcx_body_fj {
	background-color: #F5F7FA;
	padding: 8px 15px;
	position: relative;
}

.ylcx_body_fj span,
.ylcx_body_fj a {
	color: #4683CE;
	font-size: 16px;
}

.ylcx_body_fj span {
	position: absolute;
}

.ylcx_body_fj a {
	display: block;
	padding-left: 70px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
}

.ylxt_body {
	margin-top: 25px;
}

.ylxt_body_part {
	margin-bottom: 30px;
}

.ylxt_body_part img {
	width: 100%;
	margin-bottom: 20px;
}

.ylxt_body_part p {
	font-size: 16px;
	text-indent: 2em;
	text-align: justify;
}

.jkjy_title {
	padding-bottom: 20px !important;
	margin-bottom: 20px !important;
}

.jkjy_title ul {
	overflow-x: scroll;
	overflow-y: hidden;
	display: -webkit-box;
	display: block;
	white-space: nowrap;
}

.jkjy_title ul li {
	display: block;
	margin-right: 12px;
	float: left;
}

.jkjy_title ul li a {
	display: inline-block;
	width: 100px;
	border-radius: 25px;
	font-size: 16px;
	text-align: center;
	display: block;
	border: 2px solid #4683ce;
	padding: 2px 0;
}

.jkjy_title ul li a.active {
	background: #4683ce;
	color: #fff;
}

.jkjy_title ul::-webkit-scrollbar {
	display: none
}

.yyjs_body {}

.yyjs_body h3 {
	font-size: 18px;
	margin: 20px 0;
}

.yyjs_body_part1 {
	margin-bottom: 15px;
}

.yyjs_body_part1 p {
	text-indent: 2em;
	font-size: 16px;
	margin-bottom: 10px;
	line-height: 25px;
}

.yyjs_body_part1 img {
	width: 100%;
}

.yyjs_body_part1_img img:nth-of-type(n+2) {
	margin-top: 20px;
}

.yyjs_body_part2 {
	background-color: #F2F3F7;
	padding: 15px;
	margin-bottom: 10px;
}

.yyjs_body_part2>p {
	color: #007fc3;
	font-weight: bold;
	border-left: 4px solid #007fc3;
	padding-left: 5px;
	margin-bottom: 10px;
	font-size: 14px;
}

.yyjs_body_part2>p span {
	color: #666666;
	font-weight: bold;
	font-size: 14px;
}

.yyjs_body_part2>span {
	display: block;
	margin-bottom: 15px;
	color: #333333;
	font-size: 14px;
	line-height: 25px;
	padding-left: 9px;
}

.yyjs_body_part2_text {
	margin-bottom: 15px;
}

.yyjs_body_part2_text p {
	font-size: 14px;
	line-height: 25px;
	padding-left: 9px;
}

.yyjs_body_part3_left,
.yyjs_body_part3_right {
	display: block;
	width: 100%;
	margin-right: 10px;
	background-color: #F2F3F7;
	margin-bottom: 10px;
	padding: 13px 15px;
	overflow: hidden;
}

.yyjs_body_part3 span {
	display: inline-block;
	font-size: 14px;
	width: 70%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	position: relative;
	padding-left: 10px;
}

.yyjs_body_part3 span:after {
	content: '';
	width: 5px;
	height: 5px;
	background-color: #007fc3;
	border-radius: 50%;
	position: absolute;
	top: 45%;
	left: 0;
}

.yyjs_body_part3 a {
	float: right;
	font-size: 14px;
	background: #FFFFFF;
	border: 1px solid #999999;
	border-radius: 13px;
	display: inline-block;
	padding: 0 10px;
}

.yyjs_body_part4>p {
	font-weight: bold;
}

.yyjs_body_part4 p {
	font-size: 16px;
	line-height: 25px;
}

.hlb_body {
	margin-top: 10px;
}

.hlb_body>img {
	width: 100%;
	margin-bottom: 10px;
}

.hlb_body>p {
	margin-bottom: 10px;
	font-size: 14px;
	text-align: justify;
	color: #666666;
}

.hlb_body>a {
	float: right;
	margin-bottom: 20px;
	color: #4683CE;
}

.hlb_body>a img {
	margin-right: 5px;
}

.hlb_body_title {
	text-align: center !important;
}

.hlb_body_fj {
	background-color: #F5F7FA;
	padding: 10px 15px;
	color: #4683CE;
	font-size: 14px;
}

.hlb_body_fj a {
	color: #4683CE;
	font-size: 14px;
}

.list_con {
	padding: 20px 0;
}

.list_body a {
	font-size: 18px;
	padding: 20px;
	padding-left: 35px;
}


.list_title i {
	width: 80%;
	margin-top: 18px;
}

.list_body a:after {
	width: 7px;
	height: 7px;
	left: 15px;
	bottom: 45%;
}

.list_text {
	width: 80%;
}

.list_body {
	margin-bottom: 30px;
}



.page .pre {
	margin-left: 5px;
}

.cmbd_body {
	margin: 25px -10px;
}

.cmbd_body a {
	width: calc(50% - 22px);
	margin: 0 10px;
	margin-bottom: 20px;
}

.cmbd_title {
	padding: 20px 6px;
}

.cmbd_title span {
	bottom: 20px;
	right: 6px;
}



.xwzx_body_time h1 {
	font-size: 28px;
	font-weight: 700;
}


.xwzx_body_img {
	margin-right: 37px;
}

.xwzx_body_img_btn {
	width: 60px;
	height: 60px;
	transform: translateY(-30px);
}

.xwzx_body_img_bg {
	border-radius: 25px;
}

.djkx_body {
	margin: 0 -15px;
	margin-top: 30px;
}

.djkx_body a {
	margin: 0 15px;
	width: calc(50% - 33px);
	margin-bottom: 40px;
	font-size: 18px;
}

.djkx_body_bottom p {
	padding: 20px 0;
	height: 92px;
}

.djkx_body_bottom span {
	max-height: 52px;
}

.list_item {
	margin: 0 -13px;
	margin-top: 30px;
	margin-bottom: 20px;
}

.list_item a {
	height: 50px;
	line-height: 42px;
	font-size: 24px;
}

.sxsjy_body a {
	padding: 30px 0;
}

.sxsjy_body_img {
	margin-right: 30px;
}

.sxsjy_body_img_btn {
	width: 60px;
	height: 60px;
	transform: translateY(-30px);
}

.sxsjy_body_text span {
	-webkit-line-clamp: 1;
	font-size: 20px;
	margin-bottom: 15px;
	padding-right: 13px;
}

.sxsjy_body_text {
	margin-bottom: 15px;
}

.sxsjy_body_text p {
	font-size: 16px;
	line-height: 30px;
}

.sxsjy_body_time {
	position: static;
	font-size: 16px;
	color: #666666;
	padding-left: 0;
}

.sxsjy_body_text span {
	width: calc(60% - 30px);
}

.list_box .smgc_title {
	padding-bottom: 12px;
	margin-bottom: 25px;
	margin-top: 25px;
}

.list_box .smgc_title span {
	font-size: 24px;
}

.tddt_body {
	margin: 0 -15px;
}

.tddt_body a {
	margin: 0 15px;
	width: calc(50% - 33px);
	margin-bottom: 20px;
	font-size: 18px;
}

.gycs_MarginTop {
	margin-top: 30px !important;
}

.gltd_body_item_right span {
	-webkit-line-clamp: 3;
}

.gltd_body_item {
	padding: 20px;
}

.gltd_body_item_left {
	margin-right: 20px;
}

.gltd_body .alertContain {
	width: 670px;
	margin: 110px auto 0;
}

.gltd_body .alertTitle {
	font-size: 20px;
	padding: 12px 20px;
}

.gltd_body .introduce_main {
	padding: 40px;
	max-height: 600px;
}

.gltd_body .introduce_main>.row {
	margin-bottom: 90px;
}

.gltd_body .introduce_rigth .name {
	font-size: 24px;
}

.gltd_body .introduce_rigth .zw,
.gltd_body .introduce_content {
	font-size: 16px;
}


.xqy_title p {
	font-size: 28px;
}

.xqy_con {
	margin-bottom: 55px;
}

.xqy_con table {
	width: 100% !important;
}

.ylcx_body_item>span {
	font-size: 24px;
	height: 50px;
	margin-bottom: 14px;
	padding-left: 20px;
}

.ylcx_body_xmdt a>img {
	margin-bottom: 30px;
}

.ylcx_body_xmdt_title_time {
	font-size: 30px;
}

.ylcx_body_xmdt_title_time {
	margin-bottom: 20px;
}

.ylcx_body_xmdt_title_title {
	font-size: 18px;
}

.ylcx_body_xmdt_title {
	margin-bottom: 25px;
}

.ylcx_body_xmdt_icon {
	width: 100px;
	height: 30px;
	line-height: 25px;
}

.ylcx_body_xmdt a {
	margin-bottom: 40px;
}

.ylcx_body_fj span,
.ylcx_body_fj a {
	font-size: 18px;
}

.ylcx_body_fj a {
	padding-left: 90px;
}

.ylcx_body_xmjs {
	padding-left: 25px;
}

.jkjy_title ul {
	margin: 0 -10px;
}

.jkjy_title ul li {
	padding: 0 10px;
	margin-right: 0;
	width: 25%;
}

.jkjy_title {
	padding-bottom: 40px !important;
	margin-bottom: 40px !important;
}

.jkjy_title ul li a {
	border-radius: 25px;
	font-size: 24px;
	font-weight: bold;
	padding: 8px 0px;
	width: 150px;
}

.yyjs_body h3 {
	font-size: 24px;
	margin: 53px 0;
}

.yyjs_body_part1 {
	margin-bottom: 30px;
}

.yyjs_body_part1 p {
	margin-bottom: 30px;
}

.yyjs_body_part2 {
	padding: 40px 35px 30px 35px;
}

.yyjs_body_part2>p {
	margin-bottom: 25px;
}

.yyjs_body_part2>span,
.yyjs_body_part2_text {
	margin-bottom: 45px;
}

.yyjs_body_part2_text p,
.yyjs_body_part2>span {
	line-height: 30px;
}

.yyjs_body_part2>p,
.yyjs_body_part2>p span {
	font-size: 20px;
}

.yyjs_body_part2>p {
	padding-left: 10px;
}

.yyjs_body_part2>span,
.yyjs_body_part2_text p {
	padding-left: 14px;
}

.yyjs_body_part2 {
	margin-bottom: 20px;
}

.yyjs_body_part3_left,
.yyjs_body_part3_right {
	padding: 15px 35px;
	font-size: 18px;
}

.yyjs_body_part3 span {
	padding-top: 5px;
}

.yyjs_body_part3 a {
	padding: 2px 20px;
}

.yyjs_body_part3_left,
.yyjs_body_part3_right {
	margin-bottom: 50px;
}

.yyjs_body_part4_left {
	padding-left: 7px;
}

.yyjs_body_part4_right {
	padding-left: 13px;
}

.yyjs_body_part1 p,
.yyjs_body_part4 p {
	line-height: 36px;
}

.yyjs_body_part3 span {
	padding-left: 22px;
}

.yyjs_body_part3 span:after {
	width: 8px;
	height: 8px;
}


.list_body a:hover {
	padding-left: 72px;
}

.list_body a:hover:after {
	left: 44px;
	width: 10px;
	height: 10px;
}

.list_con {
	padding: 25px 0 30px 0;
}

.list_body a {
	padding: 20px 30px 20px 35px;
}



.list_body {
	margin-bottom: 40px;
}

.cmbd_body {
	margin-top: 40px;
}

.cmbd_body a {
	width: calc(25% - 23px);
	margin: 0 10px;
	margin-bottom: 20px;
}

.xwzx_body_time p {
	display: block;
	text-align: center;
	font-weight: normal;
	font-size: 20px;
}

.xwzx_body_img {
	width: 24%;
	margin-left: 40px;
	margin-right: 30px;
}

.xwzx_body {
	margin-bottom: 60px;
}

.xwzx_body .yyjjtext {
	margin-top: 40px;
	color: #666;
	line-height: 25px
}

.nav_body {
	width: 80%;
	float: right;
}

.nav_body .xwzx_body a .xwzx_body_img {
	margin-left: 37px;
	width: 27%;
}



.djkx_body a {
	width: calc(33% - 31px);
	font-size: 16px;
}

.djkx_body_bottom p {
	padding: 10px 0;
	height: 67px;
}

.djkx_body_bottom span {
	max-height: 46px;
}

.sxsjy_body_img {
	margin-left: 0px !important;
}

.llwyh_body>div {
	width: calc(33.333333% - 20px);
}


.list_box .smgc_title {
	padding-bottom: 18px;
	margin-bottom: 50px;
	margin-top: 62px;
}

.list_box .smgc_title::after {
	height: 6px;
}

.tddt_body a {
	width: calc(33% - 31px);
	font-size: 16px;
}

.xqy_box {
	padding: 33px 40px 33px 40px;
}

.xqy_con img {
	/*width: auto;*/
}

.ylxt_body_part p {
	line-height: 36px;
}

.jkjy_title ul li a {
	background: #e4eefa;
	border: 0;
	width: 100%;
}

.jkjy_title {
	padding-bottom: 40px !important;
	margin-bottom: 40px !important;
}

.gltd_body .alertContain {
	width: 800px;
}

.gltd_body .introduce_rigth .name {
	margin-top: 20px;
}

.gltd_body .introduce_rigth .zw {
	margin-top: 20px;
}

.gltd_body .introduce_content {
	margin-top: 25px;
}

.xwzx_body_img {
	margin-left: 80px;
}

.nav_body .xwzx_body.pic a .xwzx_body_time {
	width: 155px;
	height: 130px;
	overflow: hidden;
}

.nav_body .xwzx_body.pic a .xwzx_body_time img {
	width: 100%;
}

.nav_body .xwzx_body a .xwzx_body_time {
	margin: 15px 40px 10px 24px;
	float: left;
	border-right: 1px solid #f0f0f0;
	padding-right: 40px;
}

.djkx_body a {
	font-size: 18px;
}

.djkx_body_bottom p {
	padding: 20px 0;
	height: 93px;
}

.djkx_body_bottom span {
	max-height: 52px;
}

.sxsjy_body_img {
	width: 28%;
}

.sxsjy_body_text span {
	width: calc(72% - 30px);
}

.llwyh_body {
	margin-top: 50px;
}

.llwyh_body>div {
	width: calc(25% - 20px);
	margin-bottom: 30px;
}

.llwyh_body_text {
	padding: 20px 10px;
}

.llwyh_body_text span {
	padding: 0 5px;
	margin-bottom: 24px;
}

.tddt_body a {
	font-size: 18px;
}

.gycs_MarginTop {
	margin-top: 50px !important;
}

.gltd_body_item_name {
	font-size: 24px;
}

.gltd_body_item_zw {
	font-size: 16px;
}

.gltd_body_item_right span {
	font-size: 16px;
	-webkit-line-clamp: 4;
}

.gltd_body .alertContain {
	margin: 120px auto 0;
}

.xqy_con {
	margin-bottom: 73px;
}

.ylcx_body_xmdt {
	margin-right: -30px;
}

.ylcx_body_xmdt a {
	width: 49%;
	display: inline-block;
	padding: 0px 30px 0px 25px;
}

.ylcx_body_xmdt a>img {
	margin-bottom: 15px;
}

.ylcx_body_item {
	margin-bottom: 60px;
}

.ylcx_body_xmdt_title span {
	display: block;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	display: -webkit-box;
}

.ylxt_body_part p {
	line-height: 36px;
}

.one p,
.two p {
	margin-top: -10px;
}

.one img,
.two img {
	width: 52%;
}

.one img {
	float: left;
	padding-right: 32px;
}

.two img {
	float: right;
	padding-left: 32px;
}

.three {
	margin-bottom: 40px;
	font-size: 0;
}

.three_layout_one {
	margin-bottom: 20px;
}

.three_layout_one p {
	display: inline-block;
	vertical-align: middle;
	width: 48%;
}

.three img {
	width: 52%;
	padding-right: 32px;
	margin-bottom: 0;
}

.four {
	text-align: center;
}