@charset "UTF-8";
body{
	background-color: #fff;
	background: url(../images/xxgk/bodyBg.jpg) center -1px no-repeat;
}
/* flex布局 */
.flex{ display: flex;}
.flexC{ flex: 1;}
.flex-r{/*横向*/display: flex;flex-direction: row;}
.flex-v-html{/*纵向*/display: flex;flex-direction: column;}
.flex-v-body{flex-grow: 1;flex-basis: 0;overflow: hidden;overflow-y: auto;}
.flex-1{flex: 1 0 0;}
.flex-2{flex: 2 0 0;}

.noBg{
	background: transparent !important;
	border: none !important;
	padding: 0 !important;
	box-shadow: 0 0 0 rgba(0,0,0,0) !important;
}
.pdlr20{
	padding: 0 20px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

/*.wrap{*/
/*	width: 1200px;*/
/*}*/

.floatStyle .layui-layer-setwin .layui-layer-close2{
	right: -8px;
	top: -8px;
}

.xxgk-wrap{
	width: 1100px;
	margin: 0 auto;
}
/*头部 start*/
.minH {
	min-height: 450px;
	height: auto !important;
	height: 450px;
}

.top1 {
	height: 45px;
	line-height: 45px;
}

.topL {
	overflow: hidden;
	margin: 0 -13px;
}

.topL a {
	float: left;
	display: inline;
	margin: 0 13px;
	font-size: 15px;
	color: #333333;
	position: relative;
	transition: all .3s linear;
	-webkit-transition: all .3s linear;
}

.topL a::before{
	display: block;
	content: '';
	position: absolute;
	width: 1px;
	height: 13px;
	left: -14px;
	top: 50%;
	margin-top: -6px;
	background: #c1b9b3;
}
.topL span::before{
	display: block;
	content: '';
	position: absolute;
	width: 1px;
	height: 13px;
	left: 0px;
	top: 50%;
	margin-top: -6px;
	background: #c1b9b3;
}
.topL a:hover {
	color: #d63031;
}
.topL span{
	color: #333333;
	position: relative;
	padding: 0 13px;
	font-size: 15px;
	color: #333333;
}
.topR {
	overflow: hidden;
	padding: 7px 0;
}

.topR span {
	font-size: 15px;
	color: #333333;
	padding-right: 15px;
	margin-right: 13px;
	position: relative;
}

.topR span::before {
	display: block;
	content: '';
	position: absolute;
	width: 1px;
	height: 13px;
	right: 0px;
	top: 50%;
	margin-top: -6px;
	background: #c1b9b3;
}

.topR a {
	font-size: 16px;
	color: #333;
	transition: all .3s linear;
	-webkit-transition: all .3s linear;
	height: 30px;
	line-height: 30px;
	margin-left: 20px;
}
.topR a:hover {
	color: var(--themeColor);
}
.topR a.oldBtn{
	padding: 0 15px;
	border-radius: 16px;
	color: #fff !important;
	/*background: var(--themeColor);*/
	background:#C40327;
}
.topR a.wzaBtn{
	padding-left: 20px;
	background: url(../images/wzaIcon1.png) left center no-repeat;
}
.top1:before{
	display: none;
}
.xxgk-top{
	height: 400px;
	overflow: hidden;

}
.xxgk-logo a{
	font-size: 30px;
	font-weight: bold;
	color: #C40327;
	line-height: 73px;
	display: inline-block;
}
.xxgk-logo img{
	height: 40px;
	vertical-align: middle;
}
.xxgk-topTitle{
	padding-top: 33px;
	text-align: center;
}
.xxgk-topTitle span{
	font-weight: bold;
	color: #C40327;
	font-size: 100px;
	/* text-shadow: 4px 2px 4px rgba(0, 0, 0, 0.33); */
	position: relative;
}
.xxgk-topTitle span:before{
	display: none;
	content: "";
	width: 488px;
	height: 2px;
	background: #C40327;
	position: absolute;
	bottom: -12px;
	left: 211px;
}
.xxgk-topTitle2{
	text-align: center;
	font-weight: bold;
	color: #fff;
	font-size: 55px;
	text-shadow: 4px 2px 4px rgba(0, 0, 0, 0.33);
	position: relative;
	padding-top: 40px;
	margin-bottom: 20px;
}
.xxgk-topTitle1{
	text-align: center;
	font-size: 30px;
	color: #C40327;
	line-height: 48px;
	font-weight: bold;
}
.xxgk-top-validCount{
	font-size: 18px;
	color: #fff;
	text-align: center;
	font-weight: bold;
	line-height: 54px;
	background: url(../images/xxgk/tjLine.png) no-repeat center center;
}

.topCare{
	overflow: hidden;
	padding-left: 10px;
}
.topCare div{
	position: relative;
	margin-right: 10px;
	padding: 0 12px;
	border-radius: 20px;
	height: 40px;
}
.topCare div::before{
	display: block;
	content: '';
	position: absolute;
	width: 100%;
	height: 34px;
	top: 3px;
	left: 0;
	background: #ed2b24;
	border-radius: 20px;
}
.topCare div a{
	display: block;
	padding-left: 25px;
	height:40px;
	font-size: 15px;
	color: #fff;
	position: relative;
	z-index: 5;
}
.topCare div a::before{
	display: block;
	content: '';
	position: absolute;
	width: 25px;
	height: 40px;
	left: 0;
	top: 0;
}
.topCare div.topView a::before{
	background: url(../images/topIcon1.png) left center no-repeat;
}
.topCare div.topElder a::before{
	background: url(../images/topIcon2.png) left center no-repeat;
}
.top1L .date{
	margin-right: 10px;
}
/*头部 end*/

/*内容区 start*/
.xxgk-pageMain{
	padding: 0 36px 40px;
	background: rgb(252,252,252);
	border-radius: 5px;
	min-height: 400px;
	height: auto !important;
	height: 400px;
	border: 1px solid #f4f4f4;
	margin-bottom: 50px;
}
.xxgk-pageCon{
	position: relative;
}
.xxgk-pageCon:after{
	display: block;
	content: '';
	clear: both;
	overflow: hidden;
}
.xxgk-policy-pageMain{
	padding: 40px 0 0;
	box-shadow: 0 2px 8px 0 rgba(0,0,0,0.1);
	background: #ffffff;
}
.xxgk-pageRight{
	overflow: hidden;
	border-radius: 3px;
	background: #fff;
	box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .1);
}
.whiteBox.xxgk-pageMain{
	background: #fff;
	box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .08);
}
.whiteBox .xxgk-pageRight{
	box-shadow: none;
}
/*内容区 end*/

/*搜索 start*/
.xxgk-search{
	position: relative;
	padding: 84px 0 40px;
	overflow: hidden;
}
.xxgk-searchBox:before,
.xxgk-searchBox:after {
	content: "";
	width: 800px;
	height: 1px;
	background: #cccccc;
	position: absolute;
	border-bottom: 1px solid #ffffff;
	top: 50%;
}
.xxgk-searchBox:before{
	left: -850px;
}
.xxgk-searchBox:after{
	right: -850px;
}
.xxgk-searchBox{
	margin: 0 auto;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	width: 510px;
	height: 46px;
	border: 2px solid #C4100D;
	border-radius: 10px;
	background: #fff;
	position: relative;
}
.xxgk-searchIco{
	display: block;
	width: 44px;
	height: 44px;
	background: url(../images/xxgk/searchIco.png) left center no-repeat;
}
.xxgk-searchBox .inpBox{
	overflow: hidden;
}
.xxgk-searchBox .inpBox.searchInput{
	background: none !important;
}
.xxgk-searchBox .inpBox input{
	background: transparent;
	border: none;
	line-height: 44px;
	height: 44px;
	width: 100%;
	padding: 0 10px;
	font-size: 16px;
	box-sizing: border-box;
	color: #999;
	-webkit-box-sizing: border-box;
}
.xxgk-searchBox .inpBox input::-webkit-input-placeholder{
	font-size: 15px;
}
/*搜索 end*/

/*页面左侧 start*/
.xxgk-pageLeft{
	width: 240px;
	margin-right: 30px;
}
.xxgk-menuDl dd{
	margin-bottom: 15px;

}
.xxgk-menuDl .xxgk-topMenu{
	background: #fff;
	height: 70px;
	/* padding: 0 40px 0 0px; */
	position: relative;
	/*transition: 0.4s ease;*/
	border: 1px solid #e6e6e6;
	font-family: 'SiYuanSongTi';
	display: flex;
}
.xxgk-menuDl .xxgk-topMenu a{
	display: flex;
	flex: 1;
	position: relative;
	z-index:4;
	padding: 0 40px 0 70px;
	cursor: pointer;
}
.xxgk-menuDl .xxgk-topMenu span{
	display: flex;
	overflow: hidden;
	font-size: 23px;
	color: #C4100D;
	line-height: 28px;
	height: 56px;
	padding: 7px 0;
	transition: 0.3s ease;
	align-items: center;
}
.xxgk-menuDl .ico{
	position: absolute;
	top: 0;
	left: 16px;
	width: 40px;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	transition: 0.3s ease;
}
.xxgk-menuDl dd .ico{
	background-image: url(../images/xxgk/defaultIcon.png);
}
.xxgk-menuDl dd.zfxxgkzn .ico{
	background-image: url(../images/xxgk/menuIco1.png);
}
.xxgk-menuDl dd.zfxxgkzd .ico{
	background-image: url(../images/xxgk/menuIco2.png);
}
.xxgk-menuDl dd.zcwj .ico,
.xxgk-menuDl dd.wjjjd .ico{
	background-image: url(../images/xxgk/menuIco3.png);
}
.xxgk-menuDl dd.fdzdgknr .ico{
	background-image: url(../images/xxgk/menuIco4.png);
}
.xxgk-menuDl dd.zfxxgknb .ico{
	background-image: url(../images/xxgk/menuIco5.png);
}
.xxgk-menuDl dd.zfxxgkjbml .ico{
	background-image: url(../images/xxgk/menuIco6.png);
}
.xxgk-menuDl dd.ysqgk .ico{
	background-image: url(../images/xxgk/menuIco7.png);
}
.xxgk-menuDl dd.szfgb .ico{
	background-image: url(../images/xxgk/menuIco8.png);
}
.xxgk-menuDl dd.sjxqptlj .ico{
	background-image: url(../images/xxgk/menuIco9.png);
}

.xxgk-menuDl .btn{
	position: absolute;
	right: 15px;
	width: 25px;
	height: 100%;
	top: 0;
	background: url(../images/xxgk/show.png) center center no-repeat;
	cursor: pointer;
	display: none;
	z-index:4;
}
.xxgk-menuDl dd.on .xxgk-topMenu,
.xxgk-menuDl dd.hover .xxgk-topMenu{
	background: #C4100D;
	border-color: #C4100D;
}
.xxgk-menuDl dd .xxgk-topMenu:hover{
	background:#C4100D;
	box-shadow: 0 6px 20px 0 rgb(62 104 250/20%);
}
.xxgk-menuDl dd.on .xxgk-topMenu span,
.xxgk-menuDl dd.hover .xxgk-topMenu span{
	color: #fff;
}
.xxgk-menuDl dd .xxgk-topMenu:hover span{
	color: #fff;
}
.xxgk-menuDl dd .xxgk-topMenu:hover .ico{
	background-image: url(../images/xxgk/defaultIcon_h.png);
}
.xxgk-menuDl dd.zfxxgkzn .xxgk-topMenu:hover .ico{
	background-image: url(../images/xxgk/menuIco1_h.png);
}
.xxgk-menuDl dd.zfxxgkzd .xxgk-topMenu:hover .ico{
	background-image: url(../images/xxgk/menuIco2_h.png);
}
.xxgk-menuDl dd.zcwj .xxgk-topMenu:hover .ico,
.xxgk-menuDl dd.wjjjd .xxgk-topMenu:hover .ico{
	background-image: url(../images/xxgk/menuIco3_h.png);
}
.xxgk-menuDl dd.fdzdgknr .xxgk-topMenu:hover .ico{
	background-image: url(../images/xxgk/menuIco4_h.png);
}
.xxgk-menuDl dd.zfxxgknb .xxgk-topMenu:hover .ico{
	background-image: url(../images/xxgk/menuIco5_h.png);
}
.xxgk-menuDl dd.zfxxgkjbml .xxgk-topMenu:hover .ico{
	background-image: url(../images/xxgk/menuIco6_h.png);
}
.xxgk-menuDl dd.ysqgk .xxgk-topMenu:hover .ico{
	background-image: url(../images/xxgk/menuIco7_h.png);
}
.xxgk-menuDl dd.szfgb .xxgk-topMenu:hover .ico{
	background-image: url(../images/xxgk/menuIco8_h.png);
}
.xxgk-menuDl dd.sjxqptlj  .xxgk-topMenu:hover .ico{
	background-image: url(../images/xxgk/menuIco9_h.png);
}
.xxgk-menuDl dd.hover .ico,
.xxgk-menuDl dd.on .ico{
	background-image: url(../images/xxgk/defaultIcon_h.png);
}
.xxgk-menuDl dd.zfxxgkzn.hover .ico,
.xxgk-menuDl dd.zfxxgkzn.on .ico{
	background-image: url(../images/xxgk/menuIco1_h.png);
}
.xxgk-menuDl dd.zfxxgkzd.hover .ico,
.xxgk-menuDl dd.zfxxgkzd.on .ico{
	background-image: url(../images/xxgk/menuIco2_h.png);
}
.xxgk-menuDl dd.zcwj.hover .ico,
.xxgk-menuDl dd.zcwj.on .ico,
.xxgk-menuDl dd.wjjjd.hover .ico,
.xxgk-menuDl dd.wjjjd.on .ico{
	background-image: url(../images/xxgk/menuIco3_h.png);
}
.xxgk-menuDl dd.fdzdgknr.hover .ico,
.xxgk-menuDl dd.fdzdgknr.on .ico{
	background-image: url(../images/xxgk/menuIco4_h.png);
}
.xxgk-menuDl dd.zfxxgknb.hover .ico,
.xxgk-menuDl dd.zfxxgknb.on .ico{
	background-image: url(../images/xxgk/menuIco5_h.png);
}
.xxgk-menuDl dd.zfxxgkjbml.hover .ico,
.xxgk-menuDl dd.zfxxgkjbml.on .ico{
	background-image: url(../images/xxgk/menuIco6_h.png);
}
.xxgk-menuDl dd.ysqgk.hover .ico,
.xxgk-menuDl dd.ysqgk.on .ico{
	background-image: url(../images/xxgk/menuIco7_h.png);
}
.xxgk-menuDl dd.szfgb.hover .ico,
.xxgk-menuDl dd.szfgb.on .ico{
	background-image: url(../images/xxgk/menuIco8_h.png);
}
.xxgk-menuDl dd.sjxqptlj.hover .ico,
.xxgk-menuDl dd.sjxqptlj.on .ico{
	background-image: url(../images/xxgk/menuIco9_h.png);
}

.xxgk-menuDl .hasMenu .btn{
	display: block;
}
.xxgk-subMenu{
	background: #fff;
	display: none;
	box-shadow: 0 3px 15px 0 rgb(0 0 0/10%);
	padding-top: 10px;
	max-height:610px;
	overflow: hidden;
	overflow-y:auto;
	box-sizing: border-box;
}
/* 滚动条 */
.xxgk-subMenu::-webkit-scrollbar {
	width: 5px;
	background: #dddddd;
}

.xxgk-subMenu::-webkit-scrollbar-button {
	display: none;
}

.xxgk-subMenu::-webkit-scrollbar-thumb {
	width: 5px;
	background: #c4100d;
}

.xxgk-subMenu::-webkit-scrollbar-corner {
	background: none;
}

/* ::-webkit-resizer {} */
.xxgk-subMenu::-webkit-scrollbar:horizontal {
	height: 5px;
}
.xxgk-subMenu:not(.zcwj) {
	padding: 20px;
	position: relative;
	z-index:5;
}
.xxgk-subMenu.zcwj li{padding-bottom: 10px;}
.xxgk-subMenu.zcwj ul{padding-top: 10px}
.xxgk-menuDl dd.hover .xxgk-subMenu{
	display: block;
}
.xxgk-subMenu li.hasMenu .xxgk-subMenuT a{
	padding-right:20px;
}
.xxgk-subMenu li.hasMenu .xxgk-subMenuT .xxgk-subMenuTbtn{
	position: absolute;
	background: url(../images/xxgk/zwxxgk_bnt7.png) left center no-repeat;
	width: 20px;
	height: 36px;
	left: 10px;
	top: 50%;
	margin-top: -18px;
	z-index:5;
	cursor: pointer;
}
.xxgk-subMenu li{
	margin-bottom: 1px;
}
.xxgk-subMenuT{
	position: relative;
}
.xxgk-subMenuT{
	display: flex;
	position: relative;

	background-color: #e5e5e5;
}
.xxgk-subMenuT a{
	flex: 1;
	padding: 7px 0 7px 30px;
	line-height: 22px;
	font-size: 16px;
	color: #333;
	transition: 0.3s;
	margin-bottom: 1px;
}
.xxgk-subMenu li.on .xxgk-subMenuT a,
.xxgk-subMenu li.hover .xxgk-subMenuT a,
.xxgk-subMenuT a:hover{color: #C4100D;background-color: #f5e0e2;}

.xxgk-subMenuT a:hover{
	color: #C4100D;
}
.xxgk-subMenu:not(.zcwj) .xxgk-subMenuT{
	background: none;
}
.xxgk-threeMenu{
	padding-left:0px;
	background:#fff;
	position:relative;
	top:-1px;
}
.xxgk-subMenu li.hover .xxgk-threeMenu{
	display:block;
}
.xxgk-threeMenu a{
	display: block;
	line-height: 20px;
	font-size: 16px;
	color: #333;
	padding: 5px 10px 5px 55px;
	position: relative;
	font-family: 'SiYuanSongTi';
	background: url(../images/xxgk/arrow.png) 40px center no-repeat;
}
.xxgk-threeMenu .xxgk-threeMenuBtn{
	position: absolute;
	background: url(../images/xxgk/zwxxgk_bnt7.png) center center no-repeat;
	width: 25px;
	height: 30px;
	left: 15px;
	top: 0%;
	z-index: 5;
	cursor: pointer;
	display: none;
}

.xxgk-subMenu:not(.zcwj) .xxgk-threeMenu a{
	padding: 5px 10px 5px 40px;
}
.xxgk-subMenu:not(.zcwj) .xxgk-threeMenu a:before{
	left: 30px;
}
.xxgk-subMenu:not(.zcwj) .xxgk-threeTopMenu{
	padding: 10px 0;
	border: 1px solid #e4e4e4;
	border-top: none;
	display: none;
}
.xxgk-subMenu .xxgk-threeTopMenu{
	display: none;
}
.xxgk-threeMenu a.hover,.xxgk-threeMenu a:hover{
	color:#C4100D;
}
.xxgk-threeMenu a.hover:before, .xxgk-threeMenu a:hover:before{
	 background:#C4100D;
 }
.xxgk-fourMenu{
	display: none;
	padding: 5px 0;
}
.xxgk-fourMenu a{
	display: block;
	padding: 5px 10px 5px 50px;
	line-height: 24px;
	font-size: 14px;
	font-family: 'SiYuanSongTi';
	color: #333;
}
.xxgk-fourMenu a:hover,
.xxgk-fourMenu a.hover{
	color:#C4100D;
}
.xxgk-threeTopMenu li.hasMenu .xxgk-threeMenuBtn,
.xxgk-threeTopMenu li.hover .xxgk-fourMenu{
	display: block;
}
.xxgk-subMenu li.hover .xxgk-threeTopMenu{
	display:block;
}
.xxgk-threeTopMenu li.hover .xxgk-threeMenu a{
	color: #C4100D;
}
.xxgk-threeTopMenu  li.on .xxgk-threeMenu a{
	color: #C4100D;
}

/*状态切换 start*/
.xxgk-menuDl dd.hover .btn{
	background: url(../images/xxgk/hide.png) center center no-repeat;
}
.xxgk-menuDl dd .xxgk-topMenu:hover .btn{
	background: url(../images/xxgk/show_h.png) center center no-repeat;
}
.xxgk-menuDl dd.hover.on .btn{
	background: url(../images/xxgk/hide.png) center center no-repeat;
}
.xxgk-menuDl dd.on .btn{
	background: url(../images/xxgk/hide.png) center center no-repeat;
}
.xxgk-menuDl dd.hover .xxgk-topMenu:hover .btn{
	background: url(../images/xxgk/hide.png) center center no-repeat;
}
.xxgk-menuDl dd.on .xxgk-topMenu:hover .btn{
	background: url(../images/xxgk/hide.png) center center no-repeat;
}
.xxgk-menuDl dd.on.hover.active .xxgk-topMenu .btn{
	background: url(../images/xxgk/show_h.png) center center no-repeat;
}
.xxgk-menuDl dd.hover.active .btn,
.xxgk-menuDl dd.hover.active .xxgk-topMenu:hover .btn{
	background: url(../images/xxgk/show_h.png) center center no-repeat;
}
.xxgk-subMenu li.hover .xxgk-subMenuT .xxgk-subMenuTbtn{
	background: url(../images/xxgk/zwxxgk_bnt701.png) center center no-repeat;
}
.xxgk-subMenu li.hover.on .xxgk-subMenuT .xxgk-subMenuTbtn{
	background: url(../images/xxgk/zwxxgk_bnt701.png) center center no-repeat;
}
.xxgk-subMenu li.on .xxgk-subMenuT .xxgk-subMenuTbtn{
	background: url(../images/xxgk/zwxxgk_bnt701.png) center center no-repeat;
}
.xxgk-subMenu li.hover.active .xxgk-subMenuT .xxgk-subMenuTbtn{
	background: url(../images/xxgk/zwxxgk_bnt7.png) center center no-repeat;
}

.xxgk-threeTopMenu li.hover .xxgk-threeMenu .xxgk-threeMenuBtn{
	background: url(../images/xxgk/zwxxgk_bnt701.png) center center no-repeat;
}
.xxgk-threeTopMenu li.hover.on .xxgk-threeMenu .xxgk-threeMenuBtn{
	background: url(../images/xxgk/zwxxgk_bnt7.png) center center no-repeat;
}
.xxgk-threeTopMenu li.on .xxgk-threeMenu .xxgk-threeMenuBtn{
	background: url(../images/xxgk/zwxxgk_bnt701.png) center center no-repeat;
}
.xxgk-threeTopMenu li.hover.active .xxgk-threeMenu .xxgk-threeMenuBtn{
	background: url(../images/xxgk/zwxxgk_bnt7.png) center center no-repeat;
}
/*页面左侧 end*/

/*公共部分 start*/
.xxgk-listTitle1{
	border-bottom: 1px solid #e5e5e5;
}
.xxgk-listTitle1 span{
	display: block;
	width: 110px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	background: #C4100D;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
}
.xxgk-listMore a{
	display: block;
	margin: 0 auto;
	color: #666;
	font-size: 16px;
	text-align: center;
	background: #f2f2f2;
	width: 100px;
	height: 30px;
	line-height: 30px;
	border-radius: 2px;
	transition: 0.4s ease;
}
.xxgk-listMore a:hover {
	color: #fff;
	background: #C4100D;
}
.xxgk-listTitle2{
	font-size: 18px;
	color: #666;
	padding: 0 25px;
}
.xxgk-listTitle3{
	overflow: hidden;
	margin: 0 20px;
	background: #C4100D;
	display: flex;
	justify-content: space-between;
	/* border-bottom: 2px solid #ccc; */
}
.xxgk-listTitle3 span{
	float: left;
	height: 42px;
	line-height: 42px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	padding: 0 20px;
}
.xxgk-listTitle3 a{
	display: block;
	height: 42px;
	line-height: 42px;
	font-size: 16px;
	color: #fff;
	transition: all .4s;
	-webkit-transition: all .4s;
	padding: 0 15px;
}
.xxgk-listTitle3 a:hover{
	font-weight: bold;
}
.xxgk-navTitle{
	overflow: hidden;
	margin: 0 20px;
	display: flex;
	justify-content: space-between;
	border-bottom: 2px solid #f2f2f2;
}
.xxgk-navTitle span{
	display: inline-block;
	height: 42px;
	line-height: 42px;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	padding: 0 20px;
	background: #C4100D;
}
/*公共部分 end*/



/*页码开始 start*/
.xxgk-page{padding:10px 0 5px 0;text-align: center;clear: both;font-size: 14px;}
.xxgk-page a{margin: 0 1px; display: inline-block;overflow: hidden;padding:7px 12px;color:#999999;background: #fff; transition: 0.3s; border-radius: 2px; border: 1px solid #e5e5e5; }
.xxgk-page span{display: inline-block; padding: 6px 2px; position: relative; top: -15px;}
.xxgk-page a:hover{background: #C4100D;color: #fff;border-color: #C4100D;}
.xxgk-page a.hover{background: #C4100D;color: #fff;border-color: #C4100D;}
.xxgk-page input{display: inline-block;vertical-align: top;width: 36px;height: 35px;padding: 0 5px;border: 1px solid #e6e6e6;border-radius: 2px;text-align: center}
.xxgk-page input.xxgk-pageDetail{width: 30px; height: 30px; text-align: center; border-radius: 3px; color: #999999; position: relative; top: -13px;}
.xxgk-page label{color:#999999;position: relative;top: -11px;}
.xxgk-page input.xxgk-page_bnt{border: none; width: 30px; height: 25px; cursor: pointer; background: none; color: #999999; position: relative; top: -13px;}

.xxgk-page a div{
	width: 11px;
	height: 19px;
	background-position: center center;
	background-repeat: no-repeat;
}
.xxgk-page a.firstPage div{background-image: url(../images/xxgk/page/icon12.png)}
.xxgk-page a.prevPage div{background-image: url(../images/xxgk/page/icon13.png)}
.xxgk-page a.nextPage div{background-image: url(../images/xxgk/page/icon14.png)}
.xxgk-page a.lastPage div{background-image: url(../images/xxgk/page/icon15.png)}

.xxgk-page a.firstPage:hover div{background-image: url(../images/xxgk/xxgk/page/icon12h.png)}
.xxgk-page a.prevPage:hover div{background-image: url(../images/xxgk/page/icon13h.png)}
.xxgk-page a.nextPage:hover div{background-image: url(../images/xxgk/page/icon14h.png)}
.xxgk-page a.lastPage:hover div{background-image: url(../images/xxgk/page/icon15h.png)}

.xxgk-page a.firstPage.disabled{background:#E2E2E2;border-color: #E2E2E2;}
.xxgk-page a.prevPage.disabled{background:#E2E2E2;border-color: #E2E2E2;}
.xxgk-page a.nextPage.disabled{background:#E2E2E2;border-color: #E2E2E2;}
.xxgk-page a.lastPage.disabled{background:#E2E2E2;border-color: #E2E2E2;}

.xxgk-page a.firstPage.disabled div{background-image: url(../images/xxgk/page/icon12.png)}
.xxgk-page a.prevPage.disabled div{background-image: url(../images/xxgk/page/icon13.png)}
.xxgk-page a.nextPage.disabled div{background-image: url(../images/xxgk/page/icon14.png)}
.xxgk-page a.lastPage.disabled div{background-image: url(../images/xxgk/page/icon15.png)}
/*页码开始 end*/


/* 文件检索 start */
.xxgk-docRetrieve{
	background-color: #F5F5F5;
	padding: 20px;
}
.xxgk-docRetrieve .item{
	width: 50%;
	float: left;
	margin-bottom: 15px;
}
.xxgk-docRetrieve .title{
	width: 70px;
	float: left;
	font-size: 16px;
	line-height: 30px;
	height: 30px;
	text-align: right;
}
.xxgk-docRetrieve .info{
	margin: 0 20px 0 80px;
	background-color: #e8e8e8;
	border-radius: 2px;

}
.xxgk-docRetrieve .inpBox input{
	width: 100%;
	padding: 0 8px;
	border: none;
	background-color: transparent;
	line-height: 30px;
	height: 30px;
}
.layui-laydate-content td.laydate-selected{
	background-color: #ddedff !important;
}
.layui-laydate-footer span:hover {
	color: #C4100D !important;
}
.xxgk-docRetrieve .btn{
	text-align: center;
}
.xxgk-docRetrieve .btn1,
.xxgk-docRetrieve .btn2{
	padding: 0 20px;
	height: 32px;
	line-height: 32px;
	background-color: #C4100D;
	border-radius: 3px;
	margin: 0 5px;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	cursor: pointer;
	transition: 0.3s;
}
.xxgk-docRetrieve .btn2{
	background-color: #e8e8e8;
	color: #666;
}
.xxgk-docRetrieve .btn1:hover,
.xxgk-docRetrieve .btn2:hover{
	transform: translateY(-1px);
	box-shadow:  0 0 8px 0 rgba(0,0,0,0.1);
}
/* 文件检索 end */

/* ————— 当前位置 star ————— */
.locationBox {
	height:60px;
	line-height: 60px;
	overflow: hidden;
	background: url(../images/locationBg.png) bottom center repeat-x;
	background-size: 100% 5px;
}

.locationBox span {
	float: left;
	display: inline;
	width: 30px;
	height:60px;
	padding-left: 0;
	background: url(/lcs/pc/images/locationIcon.png) left center no-repeat;
}

.locationBox a {
	float: left;
	display: inline;
	height: 60px;
	line-height: 60px;
	font-size: 16px;
	color: #333333;
	transition: .4s;
}

.locationBox a.hover {
	/*color: var(--themeColor);*/
	color: #C4100D;

}

.locationBox a:hover {
	color: #C4100D;
}

.locationBox em {
	float: left;
	display: inline;
	width: 18px;
	height: 60px;
	line-height: 60px;
	font-size: 14px;
	font-style: normal;
	text-align: center;
	padding: 0 5px;
	color: #333;
}
.zfgbLocation .locationBox{
	background: none;
}
/* ————— 当前位置 end ————— */

/* ————— 底部 start ————— */
.fileNumber{
	float: left;
	display: inline;
	width: 200px;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	color: #666;
}

/* ————— 底部 end ————— */



/*子站首页 start*/
/*公共部分start*/
.indexTitle{
	text-align: center;
	height: 92px;
	line-height: 52px;
	position: relative;
	overflow: hidden;
	padding: 20px 0;
}
.indexTitle .title{
	display: inline-block;
	padding: 0 20px;
	position: relative;
	font-size: 36px;
	color: #000;
	font-family: 'SiYuanSongTi';
}
.indexTitle .title span{
	font-size: 48px;
	line-height: 1;
	color: #C4100D;
	font-family: 'YunFengFeiYunTi';
	margin-right: 12px;
	transform: translateY(8px);
	position: relative;
}
.indexTitle .title span:after {
	position: absolute;
	content: '';
	right: -10px;
	top: -15px;
	width: 72px;
	height: 77px;
	background: url(../images/tit01.png) no-repeat 50% / 100% 100%;
}
.indexTitle .title::before{
	display: block;
	content: '';
	position: absolute;
	width: 800px;
	height: 52px;
	left: -800px;
	top: 0;
	background: url(../images/titleLineL.png) right center no-repeat;
}
.indexTitle .title::after{
	display: block;
	content: '';
	position: absolute;
	width: 800px;
	height: 52px;
	right: -800px;
	top: 0;
	background: url(../images/titleLineR.png) left center no-repeat;
}
.indexTitle .more{
	position: absolute;
	right: 0;
	top: 20px;
	font-size: 14px;
	line-height: 24px;
}
.indexTitle .more a{
	display: block;
	color: #C61613;
}
.commonTitleL{
	text-align: left;
	height: 92px;
	line-height: 52px;
	position: relative;
	overflow: hidden;
	padding: 20px 0;
}
.commonTitleL .title{
	display: inline-block;
	padding: 0 20px;
	position: relative;
	font-size: 36px;
	color: #000;
	font-family: 'SiYuanSongTi';
}
.commonTitleL .title::after {
	display: block;
	content: '';
	position: absolute;
	width: 800px;
	height: 52px;
	right: -800px;
	top: 0;
	background: url(../images/titleLineR.png) left center no-repeat;
}
.commonTitleL .title span{
	font-size: 48px;
	line-height: 1;
	color: #C4100D;
	font-family: 'YunFengFeiYunTi';
	margin-right: 12px;
	transform: translateY(8px);
	position: relative;
}
.commonTitleL .title span:after {
	position: absolute;
	content: '';
	right: -10px;
	top: -15px;
	width: 72px;
	height: 77px;
	background: url(../images/tit01.png) no-repeat 50% / 100% 100%;
}
.commonTitleL .more{
	position: absolute;
	right: 0;
	top: 20px;
	font-size: 14px;
	line-height: 24px;
}
.commonTitleL .more a{
	display: block;
	color: #C61613;
}
.aline_r {
	position: relative;
	background-image: linear-gradient(#C22A3C, #C22A3C);
	background-position: 0 100%;
	background-size: 0 1px;
	background-repeat: no-repeat;
	transition: background-size .5s;
}
.alin_r:hover .aline_r{background-size: 100% 1px; color: #C22A3C}
/*公共部分end*/
/* 首页 start */
.subsiteCoumn1Top{
	margin-bottom: 40px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.subsiteCoumn1L {
	width: 48.93%;
	align-self: flex-end;
}
.subsiteBanner{
	position: relative;
	height: 440px;
	overflow: hidden;
}
.subsiteBanner:after {
	position: absolute;
	content: '';
	left: 0;
	right: 0;
	bottom: 0;
	height: 87px;
	z-index: 3;
	background: linear-gradient(180deg, transparent 0%, #000000 82%);
}
.subsiteBanner .pic{
	width: 100%;
	height: 440px;
}
.subsiteBanner .pic::before{
	display: none;
}
.subsiteBanner .time {
	position: absolute;
	left: 23px;
	top: 0;
	width: 93px;
	height: 87px;
	color: #fff;
	padding: 8px 0 24px;
	text-align: center;
	background: url(../images/indexTimeBg.png) no-repeat top center / 100% 100%;
	z-index: 5;
	box-sizing: border-box;-webkit-box-sizing: border-box;
}
.subsiteBanner .time span{
	display: block;
	line-height: 36px;
	height: 36px;
	font-size: 36px;
	margin-bottom: 3px;
}
.subsiteBanner .time em{
	display: block;
	line-height: 20px;
	height: 20px;
	font-size: 14px;
	font-style: normal;
}
.subsiteBanner .subsiteSlickHtml{
	position: absolute;
	height: 60px;
	width: 100%;
	left: 0;
	bottom: 0;
	z-index: 5;
	padding: 0 15px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.subsiteBanner .subsiteSlickHtml .title {
	height: 60px;
	line-height: 60px;
	margin-right: 150px;
}
.subsiteBanner .subsiteSlickHtml .title  a{
	font-size: 18px;
	color: #fff;
}
.focusSlickDots{
	position: absolute;
	right: 15px;
	padding: 25px 0;
	text-align: right;
	width: 150px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.focusSlickDots span{
	display: inline-block;
	width: 10px;
	height: 10px;
	background: #fff;
	border-radius: 10px;
	margin: 0 4px;
	transition: all .5s;
	-webkit-transition: all .5s;
}
.focusSlickDots span.swiper-pagination-bullet-active{
	width: 32px;
	background: #C61613;
}
.subsiteCoumn1R{
	width: 48.57%;
}
.subsiteCoumn1Dl dd{
	position: relative;
	line-height: 56px;
	border-bottom: 1px dashed #D8D8D8;
}
.subsiteCoumn1Dl dd .con{
	overflow: hidden;
}
.subsiteCoumn1Dl dd .con .time{
	float: right;
	display: inline;
	font-size: 14px;
	color: #9E9E9E;
}
.subsiteCoumn1Dl dd .con .title i{
	float: left;
	display: inline;
	width: 6px;
	height: 6px;
	background: #C61613;
	border-radius: 50%;
	margin-right: 14px;
	margin-top: 25px;
}
.subsiteCoumn1Dl dd .con .title{
	overflow: hidden;
}
.subsiteCoumn1Dl dd .con .title a{
	font-size: 18px;
	color: #111111;
	transition: all .5s;
	-webkit-transition: all .5s;
	padding-right: 20px;
	display: block;
}
.subsiteCoumn1Dl dd:hover .con .title a{
	font-weight: 700;
}
.subsiteCoumn2Dl{
	overflow: hidden;
	margin: 0 -10px;
	padding: 12px 0;
}
.subsiteCoumn2Dl dd{
	float: left;
	display: inline;
	width: 20%;
	padding: 12px 0;
}
.subsiteCoumn2Dl dd a{
	display: flex;
	height: 70px;
	align-items: center;
	margin: 0 10px;
	padding: 0 15px;
	background: #FCF2F2;
	border: 1px solid #FADBDB;
}
.subsiteCoumn2Dl dd span{
	display: block;
	height: 36px;
	width: 36px;
	background-repeat: no-repeat;
	background-position: center center;
	margin-right: 15px;
}
.subsiteCoumn2Dl dd em{
	flex: 1;
	font-size: 18px;
	line-height: 26px;
	color: #111111;
	transition: .5s;
	font-style: normal;
}
.subsiteCoumn2Dl dd a:hover em {
	font-size: 20px;
	color: #C61613;
	font-weight: 700;
}
.subsiteCoumn3{
	padding: 26px 0 55px;
}
.subsiteCoumn3L,
.subsiteCoumn3LR{
	width: 48.42%;
}
.subsiteCoumn3Dl .con{
	overflow: hidden;
	height: 50px;
	line-height: 50px;
}
.subsiteCoumn3Dl .con .time{
	float: right;
	display: inline;
	font-size: 18px;
	color: #9E9E9E;
}
.subsiteCoumn3Dl .con .title{
	overflow: hidden;
	position: relative;
	padding: 0 40px 0 20px;
}
.subsiteCoumn3Dl .con .title a{
	font-size: 18px;
	color: #111;
}
.subsiteCoumn3Dl .con .title:before{
	position: absolute;
	content: '';
	left: 5px;
	width: 4px;
	height: 7px;
	top: 50%;
	transform: translateY(-50%);
	color: #333;
	background: url("../images/img-2-24.png") no-repeat 50%/100%;
}
.subsiteCoumn3Dl .con:hover:hover a{
	color: #C61613;
	font-weight: 700;
}
.subsiteCoumn3Dl .con:hover .title:before{
	background-image: url("../images/img-2-25.png");
}
.subsiteCoumn4{
	padding:0px 0 65px;
}
.subsiteCoumn4Slick .bd{
	overflow: hidden;
}
.subsiteCoumn4Slick .swiper-slide{
	float: left;
	display: inline;
	width: 25%;
}
.subsiteCoumn4Slick .swiper-slide a{
	display: block;
	margin: 0 15px;
}
.subsiteCoumn4Slick .swiper-slide .pic::before{
	padding-top: 66.6667%;
}
.subsitePage .xxgk-top{
	display: none;
}
.subsitePage .zfgbPageTop{
	padding: 60px 20px 50px;
}
/* 首页 end */


