﻿@charset "utf-8";

@font-face {
	font-family: "sym";
	src: url("../fonts/SourceHanSansCN-Medium.ttf") format("truetype"),
		 url("../fonts/SourceHanSansCN-Medium.eot") format("embedded-opentype"),
		 url("../fonts/SourceHanSansCN-Medium.svg") format("svg");
}


@font-face{
	font-family: "brass";
	src:url("../fonts/REGULAR.OTF")
}
*{margin:0;padding:0;}
body{ font-family: syrh,"Microsoft YaHei", Arial, Helvetica, sans-serif;margin:0px; padding:0px; margin:0px auto; font-size:16px; color:#333; width:100%;  zoom:1;min-width:1200px;}
ul,li,form, dl,dt,dd,div,ul,li,p,em,i,address{ font-style:normal; list-style:none; padding: 0px; margin: 0px;}
h1,h2,h3,h4,h5,h6{ padding:0px; margin:0px;}
select,input,textarea,button{ font-size:14px; border-radius:0; -webkit-border-radius:0; color:#333;font-family: Microsoft YaHei,arial, sans-serif;}
input:focus { outline: none;}
input,button,select,textarea{ border:0px;outline:none;/*-webkit-appearance:none;*//*强制去除表单自带的样式*/}
button{ cursor:pointer;}
textarea{resize:none;/*-webkit-appearance:none;*//*强制去除textarea自带的样式*/}
textarea,input,select { background:none; border:none; margin:0; padding:0;}
article,aside,footer,header,hgroup,nav,section,figure,fxigcaption,address{ display: block;} /*html5设置*/
figure,figcaption{ margin:0px; padding:0px;}
audio,canvas,progress,video { display: inline-block; vertical-align: baseline;}
img{ max-width:100%; border:none; border:0;  vertical-align:middle;}
a{ color:#333333; text-decoration:none;transition: all ease 0.3s;}
a:focus {outline:none; -moz-outline:none;}
a:hover{ text-decoration:none; color:#2c9bca;}
.fl{float:left;}
.fr{float:right;}
.clear{ clear:both;}

/*单行文本省略号*/
.dot {
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.dot2, .dot3, .dot4 {
	display: -webkit-box;
	display: box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
	-webkit-box-orient: vertical;
}
.dot2 {
	-webkit-line-clamp: 2;
}
/*多行文本省略号*/
.dot3 {
	-webkit-line-clamp: 3;
}
.dot4 {
	-webkit-line-clamp: 4;
}

/*input字体*/
:-moz-placeholder {color: #999999;}
::-moz-placeholder {color: #999999;}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {color: #999999;}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {color: #999999;}

select {
	/*Chrome和Firefox里面的边框是不一样的，所以复写了一下*/
	border: solid 1px #d9d9d9; text-indent:1em;
	/*很关键：将默认的select选择框样式清除*/
	appearance: none; color:#999999;
	-moz-appearance: none;
	-webkit-appearance: none;
	/*在选择框的最右侧中间显示小箭头图片*/
	background: url(../images/selectarr.png) no-repeat scroll 95% center transparent;
	/*为下拉小箭头留出一点位置，避免被文字覆盖*/
	padding-right: 14px;
}

/*清除ie的默认选择框样式清除，隐藏下拉箭头*/
select::-ms-expand {
display: none;
}

/*网页滚动条*/
::-webkit-scrollbar{
	width: 6px; height:6px;-webkit-overflow-scrolling : touch;
	background-color: #e6e6e6;}
::-webkit-scrollbar-track{
	background-color: #e6e6e6;}
::-webkit-scrollbar-thumb{
	border-radius: 10px;
	background-color: #58504a;}
::-webkit-scrollbar-button{
	height: 0px;
	background-color: #e6e6e6;}

/*effict*/
.Scale-img {overflow: hidden;cursor: pointer; zoom:1; overflow: hidden;}
.Scale-img img,.Scale-img span {opacity: 1;-webkit-transition: opacity 0.6s, -webkit-transform 0.6s;transition: opacity 0.6s, transform 0.6s;}
.Scale-img:hover img,.Scale-img:hover span {opacity: 1;-webkit-transform: scale3d(1.05,1.05,1.05);transform: scale3d(1.05,1.05,1.05); top:0px; left:0px;}
.effict{transition: all ease 0.3s;}
.imgbox{ overflow:hidden; position:relative; /*background:url(../uploadfiles/nopic.jpg) center center no-repeat; background-size:contain;*/}
.imgbox span{ background-position:center center; background-repeat:no-repeat; background-size:cover; position:absolute; left:0px; top:0px; width:100%; height:100%;display: flex;align-items: center;justify-content: center;}
.imgbox img{ width:auto !important; max-height:100%;}


/*pages*/
.Pages{margin-top:50px;text-align: center;position: relative;}
.Pages a.a_first,
.Pages a.a_end,
.Pages > span:not(.p_page){display: none;}
.Pages em{display: inline-block; font-style: normal;}
.Pages a{display: inline-block;line-height: 40px; width: 40px; margin: 0 2px;border-radius: 50%;}
.Pages a.a_cur,
.Pages a:hover{color: #fff;background: #2c9bca;}
.Pages .p_page > a{height: 40px;width:100px;font-family: syl;}
.Pages .p_page > a img{position: relative;top:-3px;margin:0 5px;}
.Pages .p_page > a:hover{background: #fff;color:#333;}

.Pages .a_prev{position: absolute;left:0;top:0;}
.Pages .a_next{position: absolute;right:0;top:0;}

@media(max-width:640px){
.Page002623{padding: 6vw 0 8vw 0;}
.Pages em{display: none;}
.Pages a{background-color: #eee;}
}
/*pages end*/


.Contain{max-width:1360px;width:95%;margin:0 auto;}
.Top{height:100px;line-height: 100px;background:#fff;}
.Top .m-btn{display: none;cursor: pointer;padding:15px 5px;border-radius: 5px;z-index:999;margin-top:7px;margin-left:10px;}
.Top .m-btn span{display: block;width:25px;height:3px;background:#0096d5;position: relative;-webkit-transition: all 200ms cubic-bezier(.4,0,0,1);-o-transition: all 200ms cubic-bezier(.4,0,0,1);transition: all 200ms cubic-bezier(.4,0,0,1);}
.Top .m-btn span::before, .m-btn span::after{content:'';display: block;height:3px;width:25px;background: #0096d5;position: absolute;left: 0;-webkit-transition: all 200ms cubic-bezier(.4,0,0,1);-o-transition: all 200ms cubic-bezier(.4,0,0,1);transition: all 200ms cubic-bezier(.4,0,0,1);}
.Top .m-btn span:before {top: -8px;}
.Top .m-btn span:after {bottom: -8px;}
.Top .m-btn.active span {background: transparent;}
.Top .m-btn.active span:before {transform: rotate(-48deg) translate(-6px, 5px);-webkit-transform: rotate(-48deg) translate(-6px, 5px);-o-transform: rotate(-48deg) translate(-6px, 5px);width: 24px;}
.Top .m-btn.active span:after {transform: rotate(48deg) translate(-6px, -5px);-webkit-transform: rotate(48deg) translate(-6px, -5px);-o-transform: rotate(48deg) translate(-6px, -5px);width: 24px;}

.Top .MainNav ul{height:100px;}
.Top .MainNav ul li{display: inline-block;margin-left:40px;font-size: 18px;position: relative;}
.Top .MainNav ul li::before{content:'';display: block;width:100%;height:2px;background: #2c9bca;position: absolute;left:0;bottom:30px;transition: all .5s;-webkit-transition: all .5s;transform: rotateY(90deg);-webkit-transform: rotateY(90deg);}
.Top .MainNav ul li a{color:#000;}
.Top .MainNav ul li.on::before{transform: rotateY(0);-webkit-transform: rotateY(0);}
.Top .MainNav ul li.on a{color:#2c9bca;}
.Top .MainNav ul li:hover::before{transform: rotateY(0);-webkit-transform: rotateY(0);}
.Top .MainNav ul li:hover a{color:#2c9bca;}

/* Bottom */
.Bottom{background:#181818;}
.Bottom .BottomBox{padding:40px 0 30px 0;border-bottom:1px solid rgba(255,255,255,0.1);}
.Bottom .BottomBox .Bottomcon{margin-top:20px;width:50%;}
.Bottom .BottomBox .Bottomcon ul li{display: inline-block;color:#afafaf;font-family: syl;}
.Bottom .BottomBox .Bottomcon ul li:first-child{margin-right:50px;}
.Bottom .BottomBox .Bottomcon ul li .ico{margin-bottom:20px;}
.Bottom .BottomBox .Bottomcon ul li  p span{font-family: syrh;color:#fff;opacity: 0.8;}


.Bottom .BottomBox .BottomTel{margin-top:20px;}
.Bottom .BottomBox .BottomTel h1{font-family: dinb;font-size: 32px;color:#2ba5d8;margin-bottom:20px;}
.Bottom .BottomBox .BottomTel span{font-size: 14px;color:#fff;opacity: 0.6;}

.Bottom .BottomBox .Ewa img{}
.Bottom .CopyRight{padding:20px 0;}
.Bottom .CopyRight .bottomIco ul li{display: inline-block;width:40px;height:40px;border-radius: 50%;background:rgba(255,255,255,0.2);display: inline-block;text-align: center;line-height: 40px;margin-left:5px;}
.Bottom .CopyRight .con{font-size: 14px;font-family: syl;color:#afafaf;line-height: 40px;}
.Bottom .CopyRight .con a{color:#afafaf;}


.HomeBan {position: relative;}
.HomeBan .item{position: relative;}
.HomeBan .item .img{padding-top:550px;}
.HomeBan .item .txt{position: absolute;width:100%;left:0;top:36%;transform: translateY(-50%);-webkit-transform: translateY(-50%);color:#fff;}
.HomeBan .item .txt h1{font-size: 68px;font-weight: bold;font-family: sym;}
.HomeBan .item .txt p{font-size: 22px;letter-spacing: 9px;font-family: syl;margin-top:5px;}
.HomeBan .slick-dots{position: absolute;width:100%;left:0;bottom:20px;text-align: center;}
.HomeBan .slick-dots li{display: inline-block;margin:0 8px;width:18px;height:18px;background:url(../images/dot.png) no-repeat center center;}
.HomeBan .slick-dots li.slick-active{background:url(../images/dotc.png) no-repeat center center;}
.HomeBan .slick-dots li button{display: none;}

.LoginForm{position: absolute;top:50%;width:100%;right:0;margin-top:-200px;}
.LoginForm .Form{width:360px;height:400px;background:#fff;}
.LoginForm .Form .FormNav{border-bottom:1px solid #e6e6e6;padding:10px 30px 0;line-height: 60px;}
.LoginForm .Form .FormNav li{display: inline-block;margin-right:30px;position: relative;}
.LoginForm .Form .FormNav li a{font-size: 20px;color:#000;}
.LoginForm .Form .FormNav li.on a{font-weight: bold;color:#2c9bca;}
.LoginForm .Form .FormNav li:nth-child(2){margin-right:0;}
.LoginForm .Form .FormNav li::before{content:'';display: block;width:100%;height:3px;background:#2c9bca;position: absolute;left:0;bottom:-1px;transition: all .5s;-webkit-transition: all .5s;transform: rotateY(90deg);-webkit-transform: rotateY(90deg);}
.LoginForm .Form .FormNav li.on::before,.LoginForm .Form .FormNav li:hover::before{transform: rotateY(0);-webkit-transform: rotateY(0);}
.LoginForm .Form .FormBox{padding:20px 30px;}
.LoginForm .Form .FormBox .inputBox{height:50px;line-height: 50px;background:#f5f5f5;border-radius: 10px;padding-left:50px;position: relative;margin-bottom:10px;}
.LoginForm .Form .FormBox .inputBox .ico{position: absolute;left:0;top:0;width:50px;text-align: center;}
.LoginForm .Form .FormBox .inputBox.yzm{padding-right:100px;}
.LoginForm .Form .FormBox .inputBox.yzm .yzmbox{width:90px;height:36px;position: absolute;right:8px;top:50%;margin-top:-18px;}
.LoginForm .Form .FormBox .inputBox.yzm .yzmbox img{position: absolute;top:0;left:0;}
.LoginForm .Form .FormBox .formBtn{margin-top:30px;}
.LoginForm .Form .FormBox .formBtn button{width:100%;height:50px;line-height: 50px;background:#2c9bca;color:#fff;text-align: center;border-radius: 10px;font-size: 16px;}
.LoginForm .Form .FormBox .other{font-size: 14px;margin-top:15px;}
.LoginForm .Form .FormBox .other a{color:#999;}
.LoginForm .Form .FormBox .other a.forgetbtn{color:#999;}

.HomeNum{background:#fff;padding:30px 0;}
.HomeNum ul::after{content:'';display: block;clear: both;}
.HomeNum ul li{width:25%;float:left;box-sizing: border-box;text-align: center;display: flex;align-items: center;justify-content: center;position: relative;}
.HomeNum ul li .ico{display: inline-block;margin-right:20px;}
.HomeNum ul li .con{display: inline-block;text-align: left;font-family: syl;}
.HomeNum ul li .con p b{font-size: 46px;color:#2c9bca;font-family: brass;font-weight: normal;position: relative;top:6px;}
.HomeNum ul li::before{content:'';display: block;width:1px;height:80%;background:#ececec;position: absolute;left:0;top:50%;transform: translateY(-50%);-webkit-transform: translateY(-50%);}
.HomeNum ul li:first-child::before{display: none;}


.HomeNav{background:#fff;margin:40px 0 29px;}
.HomeNav li{width: 25%;text-align: center; float: left;padding:42px 0 20px;line-height: 70px;position: relative;font-size: 19px;}
.HomeNav li img{display: block;margin:0px auto;border-radius: 50%;background:#2c9bca;width: 128px;height: 128px;}
.HomeNav li:hover img{box-shadow: 0 0 20px rgba(0,35,50,0.2);}
/* .HomeNav li a{} */
.HomeNav li:hover img{box-shadow: 0 0 20px rgba(0,35,50,0.2);}
.HomeNav li:hover a{font-weight: bold;}
.HomeNav li:after{content: "";right: 0;top: 72px;width: 1px;height: 120px;position: absolute;background:#ebebeb;}
.HomeNav li:last-child:after{display: none;}


body{background: #f3f3f3;}
.w900{/*width:66%;*/box-sizing: border-box;background: #fff;padding:30px 40px;height:485px;}
.w430{width:32%;box-sizing: border-box;background: #fff;padding:30px 40px 20px;height:485px;}
.HomeMain{padding:0px 0 60px;}
.HomeMain .HomePart_1{margin-bottom:30px;}
.HomeTit{border-bottom:1px solid #e3e3e3;padding-bottom:18px;line-height: 40px;}
.HomeTit .titbox{padding-left:50px;position: relative;}
.HomeTit .titbox .ico{position: absolute;left:0;top:50%;margin-top:-20px;}
.HomeTit .titbox h1{font-size: 30px;}
.HomeTit .More a{color:#2c9bca;font-size: 14px;font-family: syl;}

.HomeMain .slideTxt .hd {margin:20px 0 10px 0;}
.HomeMain .slideTxt .hd ul::after{content:'';display: block;clear: both;}
.HomeMain .slideTxt .hd ul li{float:left;height:35px;line-height: 35px;border-radius: 35px;padding:0 15px;position: relative;font-size: 19px; position: relative;}
.HomeMain .slideTxt .hd ul li::before{content:'';display: block;width:1px;height:14px;background: #d8d8d8;position: absolute;left:0;top:50%;margin-top:-7px;}
.HomeMain .slideTxt .hd ul li:first-child::before{display: none;}
.HomeMain .slideTxt .hd ul li.on{background:#2c9bca;}
.HomeMain .slideTxt .hd ul li.on a{color:#fff;}
.HomeMain .slideTxt .hd ul li.on li::before{display: none;}

.HomeList dl dd{line-height: 59px;border-bottom:1px dotted #e5e5e5;padding-left:15px;padding-right:80px;position: relative;font-family: syl;}
.HomeList dl dd::before{content:'';display: block;width:4px;height:4px;background:#2c9bca;border-radius: 50%;position: absolute;left:0;top:50%;margin-top:-2px;}
.HomeList dl dd span{color:#999;position: absolute;right:0;top:0;}

.HomeList_1 dl dd{padding-right:210px;}
.HomeList_1 dl dd span{color:#2c9bca;}
.HomeList_2 dl dd{border-bottom:none;line-height: 45px;}

.HomeHelp .HomeHelpBox .HelpTop{padding:15px 0 15px 0;margin-bottom:10px;border-bottom:1px dotted #e5e5e5;}
.HomeHelp .HomeHelpBox .HelpTop h1{font-size: 20px;margin-bottom:8px;}
.HomeHelp .HomeHelpBox .HelpTop .dec{font-size: 14px;line-height: 25px;color:#999;height:75px;}

.HomeZcfg .HomeZcfgBox .img{padding-top:130px;margin:20px 0 5px 0;}

.nMain{padding:30px 0 60px 0;}
.nMain .nMainBox{background:#fff;padding:60px;}

.nTit{border-bottom:2px solid #2c9bca;padding-bottom:15px;}
.nTit .h1{font-size: 36px;}
.Position{font-size: 14px;color:#999;line-height: 40px;position: relative;top:12px;}
.Position a{color:#999;}
.Position span{color:#000;}


/* 公示公告 */
.Gongsgg .GongSearch{text-align: center;margin:60px 0 40px 0;}
.Gongsgg .GongSearch ul li{display: inline-block;margin:0 8px;line-height: 60px;}
.Gongsgg .GongSearch ul li span{display: inline-block;margin-right:10px;}
.Gongsgg .GongSearch ul li .inputbox{display: inline-block;width:300px;height:60px;background:#f5f5f5;box-sizing: border-box;font-size: 16px;}
.Gongsgg .GongSearch ul li .inputbox input{width:100%;padding:0 20px;box-sizing: border-box;font-size: 16px;}
.Gongsgg .GongSearch ul li .inputbox #test6 input{font-size: 16px;}
.Gongsgg .GongSearch ul li .inputbox #test6 .layui-input-inline{display: inline-block;width:40%;text-align: center;}
.Gongsgg .GongSearch ul li .inputbox #test6 .layui-form-mid{display: inline-block;}
.Gongsgg .GongSearch ul li .inputbox #test6 .layui-input-inline input{text-align: center;padding:0;}
.Gongsgg .GongSearch ul li.date .inputbox{background: url(../images/date.png) no-repeat center right 20px #f5f5f5;}
.Gongsgg .GongSearch ul li .inputbox #test6{padding-right:40px;}
.Gongsgg .GongSearch button{width:130px;height:60px;line-height: 60px;text-align: center;background: #2c9bca;color:#fff;font-size: 16px;}
.Gongsgg .GongSearch button img{position: relative;margin-right:10px;}

.Gongsgg .GongsggBox ul li.tit{line-height: 70px;font-size: 18px;color:#fff;background: #2c9bca;font-family: sym;}
.Gongsgg .GongsggBox ul li.tit span.s1{color:#fff;}
.Gongsgg .GongsggBox ul li.tit span.s3{color:#fff;}
.Gongsgg .GongsggBox ul li.tit span.s4{color:#fff;}
.Gongsgg .GongsggBox ul li span{display: block;float:left;text-align: center;}
.Gongsgg .GongsggBox ul li::after{content:'';display: block;clear: both;}
.Gongsgg .GongsggBox ul li span.s1{width:17%;}
.Gongsgg .GongsggBox ul li span.s2{width:48%;text-align: left;}
.Gongsgg .GongsggBox ul li span.s3{width:15%;color:#999;}
.Gongsgg .GongsggBox ul li span.s4{width:20%;color:#999;}
.Gongsgg .GongsggBox ul li{line-height: 60px;border-bottom:1px solid #ebebeb;font-family: syl;}
.Gongsgg .GongsggBox ul li.state1 span.s1{color:#2c9bca;}

@media(max-width:1024px){
	body{min-width:300px;}
	.Contain{margin:0 15px;max-width: none;width: auto;}

	.Top{height: 60px;line-height:normal;padding:10px 0 0 0;}
	.Top .Logo img{height: 35px;}
	.Top .MainNav {float: none !important;clear:both;}
	.Top .MainNav ul li{display: block;float: left;width: 25%;text-align: center;margin-left: 0;line-height: 25px;font-size: 16px;}
	.Top .MainNav ul li::before{bottom: 0;}

	.HomeBan .item .img{}
	.LoginForm .Form{width: 100%;height: auto;}
	.LoginForm .Form .FormBox .inputBox{height: 32px;line-height: 32px;}
	.LoginForm .Form .FormBox .formBtn button{height: 40px;line-height: 40px;}

	.LoginForm {margin-top: -150px;}
	.HomeBan .item .txt h1 {font-size: 24px;}
	.HomeBan .item .txt p {font-size: 16px;letter-spacing: 4px;}

	.HomeBan .item .txt{top:35px;transform: translateY(0%);
		-webkit-transform: translateY(0%);}
}

@media(max-width:768px){
	.HomeNav{margin:20px 0;}
	.HomeMain .slideTxt .hd ul li{width: 33.333%;padding:0;text-align: center;}
	.HomeNav li img{width: 50px;height: 50px;}
	.HomeNav li{line-height: 40px;font-size: 16px;padding:20px 0;}
	.HomeNav li:after {top: 15px;height: 90px;}

	.HomeTit .titbox h1{font-size: 20px;}

	.w900{padding:15px;height: auto;}
	.HomeMain .slideTxt .hd ul li{font-size: 14px;}
	.HomeList dl dd{padding-right: 0;line-height: 28px;padding-top:8px;padding-bottom: 8px;}
	.HomeList dl dd span{position: static;}
	.HomeList dl dd::before {top: 20px;}

	.Bottom .BottomBox .Bottomcon ul li .ico{margin-bottom: 8px;margin-right: 10px;}
	.Bottom .BottomBox{padding:20px 0;}
	.Bottom .BottomBox .Bottomcon{width: auto; float: none !important;}
	.Bottom .BottomBox .Bottomcon ul li{margin-bottom: 10px;font-size: 14px;display: flex;align-items: center;}
	.Bottom .BottomBox .BottomTel h1{font-size: 24px;}

	.Bottom .Ewa {float: none !important;text-align: center;}
	.Bottom .CopyRight .bottomIco{float: none !important;text-align: center;}
	.Bottom .CopyRight .con{float: none !important;text-align: center;}
}

/*20220428*/
.TopBox{line-height: 50px;color: #999999;}
.TopBox p span{display: inline-block;color: #2c9bca;margin-right: 20px;}
.TopBox ul li{display: inline-block;margin-left: 30px;}
.TopBox ul li img{display: inline-block;margin: 0 5px;position: relative;top: -2px;}

@media(max-width: 768px){
	.TopBox p{display: none;}
	.TopBox{line-height: 35px;font-size: 14px;}
	.TopBox ul li{margin-left: 20px;}


	.fpbox {padding: 5%;}
	.fpbox li{padding-left: 0;display: flex;align-items: center;}
	.fpbox li label{font-size: 14px;background: #f2f2f2;padding:0 20px;position: unset;}
	.fpbox li .text{flex: 1;}

	.steps{display: flex;align-items: center;justify-content: space-between;}
	.steps img{display: none;}
	.steps p{font-size: 12px;}
	.steps p span{font-size: 20px;display: block;}

	.cjzh ul{width: 100%;}

	.nMain .nMainBox{padding: 10px;}
	.Gongsgg .GongSearch ul li:last-child{margin-top: 10px;}

	/* .Gongsgg .GongsggBox ul li::after{content: none;} */
	.Gongsgg .GongsggBox ul li.tit{font-size: 12px;}
	.Gongsgg .GongsggBox ul li.tit span.s1{width: 20%;text-align: center;}
	.Gongsgg .GongsggBox ul li.tit span.s2{width: 30%;text-align: center;}
	.Gongsgg .GongsggBox ul li.tit span.s31{width: 20%;text-align: center;}
	.Gongsgg .GongsggBox ul li.tit span.s4{width: 30%;text-align: center;}

	.Gongsgg .GongsggBox ul li span.s1{width: 20%;font-size: 12px;}
	.Gongsgg .GongsggBox ul li span.s2{width: 30%;font-size: 12px;}
	.Gongsgg .GongsggBox ul li span.s3{width: 20%;font-size: 12px;}
	.Gongsgg .GongsggBox ul li span.s4{width: 30%;font-size: 12px;}

	.Gongsgg .sgsglist li a{display: flex;}
	.Gongsgg .sgsglist li a p{flex: 1;font-size: 14px;}
	.Gongsgg .sgsglist li a span{font-size: 12px;}
}
