html,
body {
	height: 100%;
	width: 100%;
	min-width: 1200px;
}

.newTop {
	background: -moz-linear-gradient(top, #d9e9ff, #ffffff);
	background: -ms-linear-gradient(top, #d9e9ff, #ffffff);
	background: -o-linear-gradient(top, #d9e9ff, #ffffff);
	background: -webkit-linear-gradient(top, #d9e9ff, #ffffff);
	padding: 20px 0;
}

.newTop .news {
	width: 446px;
	margin:0 20px;
}

.newTop .lbt {
	width: 430px;
	height: 302px;
	background-color: #000;
	position: relative;
	overflow: hidden;
	font-size: 0;
}

.newTop .banner img {
	width: 100%;
	height: 302px;
}

.newTop .banner .swiper-slide span {
	position: absolute;
	width: 96%;
	bottom: 0;
	left: 0;
	color: #fff;
	line-height: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	background-color: rgba(0, 0, 0, .6);
	padding: 0 3%;
	font-size: 16px;
}


.newTop .banner>.swiper-pagination-bullets {
	bottom: 50px;
}

.newTop .banner .swiper-pagination-bullet {
	width: 30px;
	height: 3px;
	border-radius: 2px;
}

.banner-box .swiper-button-next,
.banner-box .swiper-button-prev {
	width: 30px;
	height: 44px;
	margin-top: -22px;
	outline: none;
	background-color: rgba(0, 0, 0, .6);
	background-position: left top;
	background-repeat: no-repeat;
}

.banner-box .swiper-button-prev,
.banner-box .swiper-container-rtl .swiper-button-next {
	background-image: url("../img/banner_prev.png");
	left: -40px;
	transition: left 0.3s;
}

.banner-box .swiper-button-next,
.banner-box .swiper-container-rtl .swiper-button-prev {
	background-image: url("../img/banner_next.png");
	right: -40px;
	transition: right 0.3s;
}

.banner-box:hover .swiper-button-prev,
.banner-box:hover .swiper-container-rtl .swiper-button-next {
	left: 0px;
	transition: left 0.3s;
}

.banner-box:hover .swiper-button-next,
.banner-box:hover .swiper-container-rtl .swiper-button-prev {
	right: 0px;
	transition: right 0.3s;
}

.newTop .news .dongtai {
	width: 100%;
	background: none;
	margin-top: 0;
	padding: 0;
}

.newTop .news .dongtai>dl {
	height: 302px;
	position: relative;
	overflow: hidden;
}

.dongtai>dl>dt {
	float: left;
	height: 48px;
	line-height: 48px;
	margin-right: 26px;
}

.newTop .news dl dd a.more {
	float: right;
	color: #939393;
	font-size: 16px;
	margin-top: -36px;
}

.newTop .news .tabmenu.zcfb>dl>dt {
	float: left;
}

.newTop .news .dongtai>dl>dt span {
	line-height: 48px;
	height: 48px;
	margin-top: 0;
	float: left;
	cursor: pointer;
}

.newTop .news .dongtai>dl>dt span.cur {
	font-size: 20px;
	color: #1663cd;
}

.newTop .news .dongtai>dl>dt span.cur a {
	color: #1663cd;
}

.tabmenu.zcfb>dl>dt span {
	/* font-weight: normal; */
	font-size: 20px;
	position: relative;
}

.tabmenu.zcfb>dl>dt span.cur {
	font-weight: bold;
}

.tabmenu.zcfb>dl>dt span.cur::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	height: 3px;
	width: 100%;
	background: #1663cd;
}

/* .tabmenu.zcfb>dl>dt span::before {
	content: '';
	position: absolute;
	right: -14px;
	top: 16px;
	height: 20px;
	width: 1px;
	background: #1663cd;
} */

.tabmenu.zcfb>dl>dt:nth-child(5) span::before {
	display: none;
}

.tabmenu.zcfb>dl>dt em {
	float: left;
	height: 25px;
	width: 1px;
	margin: 9px 25px 9px 0;
}

.tabmenu.zcfb>dl>dd {
	position: absolute;
	left: 0;
	top: 48px;
	display: none;
	width: 100%;
}

.dongtai>dl>dd {
	border-top: 1px solid #c4c4c4;
	width: 100%;
	/* overflow: hidden; */
}


.u-list {
	margin-top: 10px;
}

.u-list>li {
	position: relative;
	background: url("../img/dot.png") left center no-repeat;
	padding-left: 12px;
	height: 42px;
	line-height: 42px;
	font-size: 16px;
}

.u-list>li>a {
	display: inline-block;
	width: 76%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.u-list>li>a em {
	color: #999999;
}

.u-list>li>a em.red {
	color: #dc2328;
}

.u-list>li span {
	position: absolute;
	right: 0;
	top: 0;
	height: 44px;
	color: #929292;
	color: #666;
	font-size: 16px;
}
.inblock1{
	width: 282px;
}
.inblock1 ul{
	margin: 10px 0 0;
}
.inblock1 ul li {
	width: 100%;
	background-image: url(../img/inb1bg2.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 84px;
	line-height: 84px;
	border-radius: 10px;
	text-align: center;
	margin-bottom: 20px;
}
.inblock1 ul li:hover {
	box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
	transform: translateY(-3px);
	transition: all 0.3s ease;
}
.inblock1 ul li:nth-child(2) {
	background-image: url(../img/inb1bg1.jpg);
}

.inblock1 ul li:nth-child(3) {
	background-image: url(../img/inb1bg3.jpg);
	margin-bottom: 0;
}

.inblock1 ul li a {
	display: block;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	text-shadow: #999 1px 1px 2px;
}

.inblock1 ul li a img {
	margin-right: 20px;
	width: 46px;
	vertical-align: middle;
}

.inblock2 {
	margin: 20px 0;
}

.inblock2 ul li {
	float: left;
	margin-right: 2%;
	width: 32%;
	background-image: url(../img/inb2bg1.jpg);
	background-position: center;
	background-repeat: no-repeat;
	height: 130px;
	line-height: 130px;
	border-radius: 10px;
	text-align: center;
	border: 1px solid #dbe7ff;
	box-sizing: border-box;
}



.inblock2 ul li:nth-child(3) {
	margin-right: 0;
}

.inblock2 ul li a {
	display: block;
	font-size: 20px;
	font-weight: bold;
	color: #001638;
	/* text-shadow: #999 1px 1px 2px; */
	position: relative;
	transition: all 0.3s;
}

.inblock2 ul li a::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 0;
	height: 100%;
	border-radius: 10px;
	background-color: rgba(22, 99, 205, .1);
	transition: all 0.3s ease;
	transform: translateX(-50%);
}

.inblock2 ul li a:hover::before {
	width: 100%;
}

.inblock2 ul li a img {
	margin-right: 10px;
	vertical-align: middle;
}
.inblock3{
	padding-bottom: 20px;
	background: #f5f9ff url(../img/inb3bg.jpg) no-repeat center top;
}
.inblock3 .tab{
	padding:20px 0;
}
.inblock3 .tab ul{
	display: flex;
}
.inblock3 .tab ul li{
	width:20%;
	text-align: center;
	background-color: #dee8ff;
	line-height: 50px;
	font-size: 18px;
	color: #1f344d;
	margin-right: 2px;
	cursor: pointer;
}
.inblock3 .tab ul li:last-child{
	margin-right: 0;
}
.inblock3 .tab ul li.active{
	background-color: #4278eb;
	font-weight: bold;
	color:#fff;
}
.inblock3 .con{
	border: 1px solid #dcebfe;
	background-color: #fbfdff;
	padding:20px;
	min-height: 120px;
}
.inblock3 .con .nr{
	display: none;
}
.inblock3 .con .nr.active{
	display: block;
}
.inblock3 .con div{
	line-height: 32px;
	color:#666;
	font-size: 16px;
	text-align: justify;
	text-indent: 2em;
}
.inblock3 .con div p{}
.inblock3 .ad{
	border:1px solid #fff;
	font-size: 0;
}
.insjkb {
	background: #f6f9fc url(../img/sjkbbg.jpg) no-repeat center top;
	background-size: cover;
	padding: 0 0 20px;
}

.insjkb .con {
	/* padding: 10px; */
	font-size: 0;
}

.intit {
	color: #0c1c2d;
	font-size: 28px;
	text-align: center;
	padding: 30px 0;
	font-weight: bold;
}

.intit img {
	vertical-align: middle;
}

.intit span {
	margin: 0 20px;
}

.links {
	background-color: #f0f1f2;
	padding: 20px 0 ;
}

.intitle {
	position: relative;
	color: #000;
	font-size: 16px;
	text-indent: .6em;
	font-weight: bold;
}

.intitle::after {
	position: absolute;
	left: 0;
	top: 10%;
	content: "";
	width: 4px;
	height: 80%;
	background-color: #0054a7;
}

.links ul {
	padding: 20px 0 0;
}

.links ul li {
	float: left;
	background-color: #e9eaea;
	color: #4e4f50;
	width: 23.5%;
	margin: 0 2% 1% 0;
	text-align: center;
	line-height: 42px;
}

.links ul li:nth-child(4n) {
	margin-right: 0;
}

.links ul li a {
	display: block;
	padding: 0 2%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.u-list>li>a:hover,
.newTop .news dl dd a.more:hover,
.links ul li a:hover {
	color: #1663cd;
}

.inMain {
	background-color: #f5f8ff;
	padding-bottom: 20px;
}

.inMain .wz {
	height: 20px;
	line-height: 20px;
	padding: 20px 0;
	display: table-cell;
	color: #666;
}

.inMain .wz a {
	font-size: 16px;
	color: #666;
}

.inMain .wz a:hover {
	color: #2855b6;
}

.inMain .wz img {
	width: 22px;
	vertical-align: middle;
}

.inMain .wz span {
	font-weight: bold;
	color: #2855b6;
}

.inMain .content .mainLeft {
	width: 22%;
	border-top: 5px solid #2855b6;
	padding-top: 20px;
}

.inMain .content .mainLeft ul {
	text-align: center;
}

.inMain .content .mainLeft ul li {
	margin-bottom: 10px;
}

.inMain .content .mainLeft ul li a {
	display: block;
	line-height: 56px;
	font-size: 18px;
	color: #333;
}

.inMain .content .mainLeft ul li.cur a {
	background-color: #dfe9ff;
	color: #2855b6;
	font-weight: bold;
}

.inMain .content .mainRight {
	width: 74%;
	padding: 0 2%;
	border-top: 5px solid #fff;
	padding-top: 20px;
	min-height: 600px;
}

.inMain .content .mainRight h1.title {
	font-size: 30px;
	text-align: center;
	font-weight: bold;
	padding: 20px 0 40px;
	color: #333;
	border-bottom: 1px solid #bfbfbf;
}

.inMain .content .mainRight div.con {
	margin-top: 20px;
	padding-bottom: 30px;
	line-height: 2;
	color: #333;
	text-align: justify;
	font-size: 20px;
	min-height: 500px;
}

.inMain .content .mainRight div.con p {
	font-size: 20px;
	color: #333;
	line-height: 2;
	margin-bottom: 10px;
}

.inMain .content .mainRight div.con img {
	max-width: 80%;
}

.inMain .content .mainRight div.con .lxwm_map img {
	max-width: 100%;
}

.inMain .content .mainRight div.list {
	padding-bottom: 20px;
}

.u-list li.empty {
	height: 1px;
	border-top: 1px solid #c4c4c4;
	margin: 20px 0;
	background: none;
}

.pages {
	margin-top: 15px;
	border-top: 1px solid #c4c4c4;
	padding-top: 20px;
	text-align: right;
	overflow: hidden;
}

.pages a {
	display: inline-block;
	min-width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: rgba(73, 117, 158, 0.1);
	/* padding: 0 9px; */
	font-size: 16px;
	margin-right: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	vertical-align: top;
}

.pages span {
	display: inline-block;
	min-width: auto;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #fff;
	font-size: 16px;
	margin-right: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	vertical-align: top;
}

.pages span.active {
	min-width: 40px;
	/* padding: 0 9px; */
	background: #0A5CAA;
	color: #fff;
}

.pages input {
	display: inline-block;
	border: 1px solid #e9ebee;
	background: #fff;
	height: 40px;
	line-height: 40px;
	width: 40px;
	text-align: center;
	font-size: 14px;
	margin-right: 5px;
}

.content2025 {
	position: relative;
	padding: 20px 50px 80px;
}

.content2025 h1 {
	font-size: 30px;
	text-align: center;
	font-weight: bold;
	margin: 30px 0 50px;
	color: #333;
}

.content2025 h2 {
	font-size: 24px;
	text-align: center;
	font-weight: bold;
	color: #565656;
}

.content2025 div.source {
	color: #9a9a9a;
	font-size: 16px;
	border-bottom: 1px solid #c4c4c4;
	text-align: center;
	margin: 20px 0;
	padding-bottom: 20px;
	position: relative;
}

.content2025 div.source span {
	padding: 0 20px;
}

.cz-icon {
	color: #a1a1a1;
	position: absolute;
	right: 0;
	top: 0;
}

.cz-icon a {
	display: inline-block;
	color: #a1a1a1;
	font-size: 16px;

}

.cz-icon a:hover {
	color: #007fcf;
}

.cz-icon a:last-child {
	margin-left: 6px;
}

.cz-icon a img {
	width: 20px;
	vertical-align: middle;
	margin-right: 6px;
}

.content2025 div.con {
	margin-top: 20px;
	border-bottom: 1px solid #c4c4c4;
	padding-bottom: 30px;
	line-height: 2;
	color: #545454;
	text-align: justify;
	font-size: 20px;
}

.content2025 div.con div.filelist {
	display: none;
}

.content2025 p {
	font-size: 20px;
	color: #646464;
	line-height: 2;
	margin-bottom: 10px;
}

.content2025 img {
	max-width: 80%;
}

.content2025 #share {
	width: auto;
	top: auto;
	bottom: 30px;
}

.content2025 #share-qrcode {
	text-align: center;
	width: auto;
}

.layui-table td,
.layui-table th {
	color: #000;
	font-size: 18px;
}

.layui-table tr th {
	border: 1px #e2e2e2 solid;
	background-color: #63a2f6;
	line-height: 66px;
	/* text-align: center; */
	padding: 0 10px;
	color: #fff;
}

.layui-table tr td {
	line-height: 42px;
	padding: 8px 0;
}

.layui-table tr .layui-table-cell {
	line-height: 50px;
	height: 50px;
}

.layui-table-tool {
	display: none;
}

.layui-table-grid-down .layui-icon {
	margin-top: -22px;
}

.layui-table-page .layui-laypage a,
.layui-table-page .layui-laypage span {
	font-size: 16px;
	height: 30px;
	line-height: 30px;
	color: #333;
}

.layui-table-page .layui-laypage a:hover {
	color: #63a2f6 !important;
	;
}

.layui-laypage .layui-laypage-curr .layui-laypage-em {
	background-color: #63a2f6;
}

.layui-table-page {
	min-height: 91px;
	padding: 32px 16px;
	text-align: center;
}

.layui-table-page .layui-laypage button,
.layui-table-page .layui-laypage input {
	height: 30px;
	line-height: 30px;
}

.layui-table-page select {
	height: 22px;
}

.zscx {
	padding-bottom: 20px;
}

.zscxInput {
	margin: 20px 0 30px 0;
	display: flow-root;
}

.zscxInput span.red {
	color: red;
}

.zscxInput .layui-form-label {
	font-size: 20px;
	width: 120px;
	color: #333;
}

.zscxInput .layui-input-block {
	margin-left: 150px;
}

.zscxInput .layui-btn.layui-bg-blue {
	background-color: #104ed9 !important;
	float: right;
	padding: 0 40px;
	font-size: 20px;
	height: 42px;
	line-height: 42px;
}

.zscxInput .layui-input,
.zscxInput .layui-select,
.zscxInput .layui-textarea {
	font-size: 20px;
	height: 42px;
}

.pgrycx .zscxInput .layui-form-label {
	width: 110px;
	padding: 9px 5px;
}

.pgrycx .zscxInput .layui-btn.layui-bg-blue {
	padding: 0 12px;
}

.pgrycx .zscxInput .layui-input-block {
	margin-left: 130px;
}

.cydwmdTit {
	text-align: center;
	border-bottom: 1px solid #E4E4E4;
	margin-bottom: 30px;
}

.cydwmdTit h1 {
	font-size: 28px;
	line-height: 46px;
	margin: 20px 0;
	font-weight: 500;
	color: #333;
}

.cydwmdTit p {
	font-size: 20px;
	color: #666;
	padding-bottom: 25px;
}

.layui-table-view .layui-table {
	width: 100% !important;
}

.sbwBlock {
	border-radius: 5px;
	box-shadow: #dedede 3px 3px 12px;
	min-height: 430px;
}

.sbwBlock * {
	box-sizing: border-box;
}

.dwxx,
.dwxx .list {
	min-height: auto;
}

.list .mt {
	border-bottom: 1px solid #E4E4E4;
}

.plr30 {
	padding: 20px 30px 30px;
}

.flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.mt {
	height: 48px;
	line-height: 48px;
}

.mt a:hover {
	color: #333;
}

.mt span {
	float: left;
	font-weight: bold;
	font-size: 20px;
	height: 48px;
	line-height: 38px;
	position: relative;
	color: #064eaf;
}

.mt span a {
	color: #064eaf;
}

.mt .more {
	float: right;
	height: 48px;
	padding-top: 22px;
}

.borderBot.mt span {
	/* padding: 0 20px; */
	/* font-size: 28px; */
	border-bottom: 2px solid #064eaf;
}

.cydwsq .yhxzCon {
	border: 1px solid #d5d5d5;
	margin: 20px 0;
	padding: 20px;
}

.cydwsq .yhxzCon h3 {
	text-align: center;
	font-size: 24px;
}

.cydwsq .yhxzCon h3 b {
	color: #064eaf;
}

.cydwsq .yhxzCon div.gdt {
	height: 400px;
	overflow-y: auto;
	margin: 30px 0 0;
	padding-top: 20px;
}

.cydwsq .yhxzCon div.gdt h2 {
	text-align: center;
	line-height: 48px;
}

.cydwsq .yhxzCon div.gdt p {
	line-height: 36px;
	font-size: 18px;
	color: #333;
	text-indent: 2em;
}

.cydwsq .yd {
	line-height: 40px;
}

.cydwsq .yd label {
	color: #333;
	font-size: 20px;
	cursor: pointer;
}

.cydwsq .yd label input {
	width: 20px;
	height: 20px;
	vertical-align: sub;
}

.cydwsq .yd label b {
	color: #064eaf;
	font-weight: normal;
}

.cydwsq .bz {
	/* color: #df0808; */
	font-size: 20px;
	margin: 10px 0 50px 26px;
}

.cydwsq .bz span.red {
	color: #df0808;
}

.cydwsq .btn {
	text-align: center;
	padding-bottom: 30px;
}

.cydwsq .btn a {
	background: #104ed9;
	border-radius: 4px;
	color: #fff;
	font-size: 20px;
	padding: 14px 30px;
}

.cydwsq .btn a:hover {
	background-color: #007fcf;
}

.mt20 {
	margin-top: 20px;
}

.mb20 {
	margin-bottom: 20px;
}

.cjwt {
	min-height: auto;
	margin-bottom: 30px;
}

.cjwt .list {
	min-height: auto;
}

.cjwt .con {
	padding: 30px 0 0;
}

.cjwt .con ul {
	background: #f7f7f7;
	display: flex;
	flex-wrap: wrap;
}

.cjwt .con ul li {
	width: 33.333%;
	border-right: 1px dashed #d7d7d7;
	line-height: 60px;
}

.cjwt .con ul li:nth-child(3n) {
	border-right: 0;
}

.cjwt .con ul li a {
	display: block;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	background: url(../images/dot.png) left center no-repeat;
	padding-left: 13px;
	font-size: 18px;
	cursor: pointer;
}

.layui-layer-cjwt {
	min-height: 260px;
}

.layui-layer-cjwt .layui-layer-content {
	line-height: 30px;
	padding: 20px;

}

.layui-layer-cjwt .layui-layer-title,
.layui-layer-cjwt .layui-layer-content {
	font-size: 18px;
}

.red {
	color: #df0808;
}

.cydwsqBz {
	text-align: center;
	padding-bottom: 20px;
	font-size: 20px;
}

.cydwsqBz span {
	background-color: #fff6ec;
	padding: 10px;
}

.cydwsqReg .borderBot font {
	display: flex;
	line-height: 36px;
	padding-left: 20px;
	font-size: 16px;
}

.w30 {
	width: 30%;
}

.w50 {
	width: 50%;
}

.w70 {
	width: 70%;
}

.w100 {
	width: 100%;
}

.formRow {
	align-items: start;
	margin-top: 20px;
}

.formRow .formCol {
	line-height: 50px;
}

.formRow .formCol span.formleftTitle {
	width: 24%;
	float: left;
	text-align: right;
	color: #333;
	font-size: 16px;
}

.borderBot font {
	display: flex;
	line-height: 36px;
	padding-left: 30px;
	font-size: 16px;
}

.formRow .formCol>label {
	margin-right: 20px;
}

.formRow .formCol input[type=file] {
	border: 1px solid #d5d5d5;
	height: 50px;
	line-height: 50px;
	border-radius: 3px;
	font-size: 16px;
	padding: 0 10px;
	color: #333;
	cursor: pointer;
}

.formRow .formCol .layui-form-radio * {
	font-size: 16px;
}

.formRow .formCol input[type=text],
.formRow .formCol.w100 textarea {
	border: 1px solid #d5d5d5;
	height: 50px;
	line-height: 50px;
	border-radius: 3px;
	font-size: 16px;
	padding: 0 10px;
	color: #333;
	width: 76%;
	float: left;
}

.sqcjgzz .addCon .formRow .formCol span.formleftTitle {
	width: 30%;
}

.sqcjgzz .addCon .formRow .formCol input[type=text],
.sqcjgzz .addCon .formRow .formCol.w100 textarea {
	width: 70%;
}

.formRow .beizhu {
	padding: 0 25px;
	font-size: 16px;
	line-height: 30px;
}

.xzmb {
	text-align: center;
}

.formRow .formCol.w100 span.formleftTitle {
	width: 12%;
}

.formRow .formCol.w100 input {
	width: 84%;
}

.formRow .formCol.w100 textarea {
	width: 88%;
	height: auto;
	line-height: 30px;
	padding: 10px 10px;
	resize: none;
}

#xqzj .formRow .formCol.w100 span.formleftTitle {
	width: 15%;
}

#xqzj .formRow .formCol.w100 textarea,
#xqzj .formRow .formCol.w100 input[type=text] {
	width: 85%;
}

#xqzj ol {
	padding: 0;
	text-align: center;
}

#xqzj ol.tab li {
	list-style: none;
	display: inline-block;
	width: 20%;
	background-color: #fff;
	text-align: center;
	border: 1px solid #e1ecfe;
	color: #0a5caa;
	margin-right: 10px;
	cursor: pointer;
	font-size: 16px;
}

#xqzj ol.tab li.cur {
	background-color: #e1ecfe;
}

#dwxx .formRow .formCol.w100 span.formleftTitle {
	width: 12%;
}

#dwxx .formRow .formCol.w100 textarea,
#dwxx .formRow .formCol.w100 input[type=text] {
	width: 88%;
}

.sqcjgzz .addCon .formRow .formCol.w100 span.formleftTitle {
	width: 15%;
}

.sqcjgzz .addCon .formRow .formCol.w100 textarea,
.sqcjgzz .addCon .formRow .formCol.w100 input[type=text] {
	width: 85%;
}

.formRow .formCol.bgdz input[type=text] {
	width: 50.1%;
}

.formRow .formCol.txdz input[type=text] {
	width: 70%;
	margin: 20px 0 0 30%;
}

.lxrxx,
.lxrxx .list {
	min-height: inherit;
}

/* .lxrxx .formRow .formCol span.formleftTitle {
	width: 20%;
}

.lxrxx .formRow .formCol input[type=text],
.lxrxx .formRow .formCol.w100 textarea {
	width: 80%;
} */

.lxrxx .formRow .formCol.txdz input[type=text] {
	margin-left: 20%;
}


.formRow .formCol.w20 {
	width: 15%;
	text-align: right;
	font-size: 16px;
}

.formRow .formCol.w80 {
	width: 85%;
}

.formRow .formCol label {
	cursor: pointer;
}

.formRow .formCol .layui-form-checkbox i {
	/* height: 30px; */
}

.layui-form-select dl dd.layui-this {
	color: #064eaf;
}

.layui-input:focus,
.layui-textarea:focus {
	border-color: #064eaf !important;
	box-shadow: 0 0 0 3px rgba(6, 78, 175, .08);
}

.pgsq .layui-form-checkbox[lay-skin=primary]:hover>i,
.pgsq .layui-form-checked[lay-skin=primary]>i {
	border-color: #064eaf !important;
	background-color: #064eaf;
}

.pgsq .layui-form-checkbox[lay-skin=primary] {
	min-width: 240px;
}

.pgsq .layui-form-checkbox>div {
	font-size: 18px;
}

.pgsq i.layui-icon-question {
	cursor: pointer;
}

.addCon {
	/* display: none; */
	padding: 20px 20px 0;
	border: 1px solid #d5d5d5;
	border-radius: 3px;
	margin-bottom: 20px;
	position: relative;
}

.addCon .delDiv {
	position: absolute;
	right: 20px;
	top: 10px;
	margin-top: 0;
}

.scsqbBz {
	padding: 20px 0 0;
}

.text-center {
	text-align: center;
}

.xzdbBtn button.btn.btn-blue {
	background-color: #104ed9;
	outline: none;
	border-radius: 4px;
	padding: 10px 40px;
	border: none;
	font-size: 20px;
	color: #fff;
	cursor: pointer;
}

.layui-form-radio:hover *,
.layui-form-radioed,
.layui-form-radioed>i {
	color: #104ed9;
}

.xzdbBtn p.bz {
	padding: 20px 0 0;
	color: #9c9c9c;
	font-size: 18px;
}

.cydwsqRegBtn {
	margin: 30px 0 10px;
	text-align: center;
}

.cydwsqRegBtn button.btn.btn-blue,
.scjtfa button.btn.btn-blue,
.ztxzdwz button.btn.btn-blue {
	background-color: #104ed9;
	outline: none;
	border-radius: 4px;
	padding: 10px 40px;
	border: none;
	font-size: 20px;
	color: #fff;
	cursor: pointer;
}

.xzdbBtn button.btn.btn-blue:hover,
.scjtfa button.btn.btn-blue:hover,
.ztxzdwz button.btn.btn-blue:hover {
	opacity: .8;
}

.cydwsqRegBtn button.btn.btn-blue:hover {
	opacity: .8;
}

.selectDiv input[type=text] {
	width: 100% !important;
}

.layui-form-select .layui-edge {
	margin-top: 20px;
}

.layui-form-radio {
	margin-top: 0px;
}

.blue {
	margin-left: 10px;
}

.ml0 {
	margin-left: 0;
}

.text_slh {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.sbwBlock .formRow .formCol .layui-btn {
	background-color: #104ed9;
	font-size: 16px;
}

.gywmrig_con .gywm_article {
	font-size: 18px !important;
	line-height: 34px !important;
	text-align: justify !important;
	/* line-break: anywhere!important;*/
}

.gywmrig_con .gywm_article * {
	font-size: 18px !important;
	font-family: 'microsoft yahei ui', 'microsoft yahei', 'helvetica neue', arial, 'hiragino sans gb', sans-serif !important;
}

.gywmrig_con .gywm_article dl {
	float: left;
	margin: 10px 0 10px 0;
	width: 50%;
}

.gywmrig_con .gywm_article dt {
	float: left;
	font-weight: bold;
}

.inMain .content .gywmrig_con .gywm_article dt img {
	padding-right: 10px;
	max-width: inherit;
	vertical-align: top;
}

.gywmrig_con .gywm_article dd {
	float: left;
}

.gywmrig_con .gywm_article .lxwm_map {
	padding-top: 20px;
}