* {
	padding: 0;
	margin: 0;
	border: 0;
	box-sizing: border-box;
}

body {
	font-family: "微软雅黑";
}

a {
	text-decoration: none;
	cursor: pointer;
}

ul, li {
	list-style: none;
}

input {
	border: 0;
	outline: none;
}

i, em {
	font-style: normal;
}

img {
	vertical-align: middle;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clear {
	zoom: 1;
}

.clear:after {
	display: table;
	content: '';
	clear: both;
}

.pcNone {
	display: none !important;
}
.wd100 {
	width: 100% !important;
}
/*搜索结果页*/

.ncsti_search {
	width: 1400px;
	margin: 0 auto;
}

.site {
	font-size: 16px;
	padding: 20px 0;
	color: #0065a4;
}

.site a {
	color: #0065a4;
}

.site a:hover {
	color: #00b19d !important;
}
.search{
	position: relative;
}
.search_enclo_new{
	position: absolute;
    width: 100%;
    top: 99px;
	display: none;
	z-index: 100;
}

.search_box .search_inp {
	height: 99px;
	padding: 24px 0 24px 42px;
	border-bottom: 1px solid #becad5;
	background: rgba(255, 255, 255, 0.6);
	position: relative;
}

.search .searIn {
	float: left;
	display: inline-block;
	width: 1020px;
	height: 50px;
	line-height: 50px;
	border: 1px solid #a5b8c5;
	background: #f1f3f5;
	border-radius: 4px;
	padding: 0 15px;
	padding-left: 50px;
	font-size: 20px;
	color: #115175;
}

.search .searIn::-webkit-input-placeholder {
	color: #a3b6c0;
}

.search_inp .big {
	display: inline-block;
	width: 25px;
	height: 25px;
	position: absolute;
	left: 57px;
	top: 36px;
}

.search_inp .btn {
	float: left;
	display: inline-block;
	background: url("ncsti_searchBtnBg_v2021.png") center no-repeat;
	background-size: 100% 100%;
	width: 140px;
	height: 50px;
	line-height: 50px;
	color: #FFFFFF;
	font-size: 18px;
	text-align: center;
	margin-left: 10px;
	margin-right: 10px;
	border-radius: 4px;
	box-shadow: 0px 16px 15px -7px #afc9d8;
	cursor: pointer;
}

.search_inp .number {
	float: left;
	font-size: 18px;
	display: inline-block;
	width: 140px;
	height: 50px;
	line-height: 50px;
	color: #FFFFFF;
	background: url("ncsti_searchNumBg_v2021.png") center no-repeat;
	background-size: 100% 100%;
	text-align: center;
	border-radius: 4px;
	box-shadow: 0px 16px 15px -7px #ace5e4;
	cursor: pointer;
	position: relative;
}

.search_inp .number ul {
	position: absolute;
	left: 0px;
	top: 48px;
	width: 139px;
	border: 1px solid #00ae9a;
	background: #fff;
	color: #286182;
	display: none;
}

.search_inp .number ul li {
	padding-left: 16px;
	text-align: left;
}

.search_inp .number ul li:hover {
	background: #E7EBEE;
}

.search_inp .number.on ul {
	display: block;
}

.search_inp .number img {
	margin-left: 4px;
}

.search .search_enclo {
	width: 100%;
	height: 72px;
	background: #00b19d;
	padding: 18px 40px;
	color: #FFFFFF;
	margin-bottom: 20px;
	font-size: 18px;
}

.search_enclo input, .search_enclo .office i {
	display: inline-block;
	width: 210px;
	height: 40px;
	border: 1px solid #009181;
	font-size: 18px;
	color: #8598a8;
	padding-left: 18px;
}

.search_enclo .office i {
	background: #FFFFFF;
	cursor: pointer;
	line-height: 38px;
}

.search_enclo .office ul {
	position: absolute;
	left: 0;
	top: 30px;
	width: 210px;
	border: 1px solid #286182;
	background: #fff;
	color: #286182;
	cursor: pointer;
	display: none;
}

.search_enclo .office ul {
	text-align: left;
}

.search_enclo .office ul li {
	padding: 8px 20px;
}

.search_enclo .office ul li:hover {
	background: #E7EBEE;
}

.search_enclo .office.on ul {
	display: block;
}

.search_enclo input::-webkit-input-placeholder {
	/* WebKit, Blink, Edge */
	color: #8598a8;
}

.search_enclo input:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #8598a8;
}

.search_enclo input::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #8598a8;
}

.search_enclo input:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #8598a8;
}

.search_enclo .office, .search_enclo .year, .search_enclo .num {
	position: relative;
}

.search_enclo .trade {
	margin-left: 40px;
}

.search_enclo .year {
	margin: 0 10px;
}

.search_enclo .office img, .search_enclo .year img, .num img {
	position: absolute;
	right: 18px;
	top: 8px;
}

.search_nav {
	width: 100%;
	height: 60px;
	background: url("ncsti_searchBannerBg_v2021.png") center;
	border-bottom: 4px solid #115175;
	overflow: hidden;
	padding-left: 254px;
}

.search_nav li {
	float: left;
	font-size: 18px;
	color: #FFFFFF;
	padding: 20px 40px 16px;
	cursor: pointer;
}

.search_nav li:hover, .search_nav .active {
	background: rgba(0, 0, 0, 0.1);
}

.content_box {
	width: 100%;
	padding: 0 50px;
	background: #fcfdfd;
	overflow: hidden;
}

.search_result {
	color: #8598a8;
	font-size: 16px;
}

.search_result p {
	width: 905px;
	border-bottom: 1px solid #c6d1db;
	padding: 20px 0;
}

.search_result span {
	color: #0065A4;
}

.search_left {
	width: 905px;
	float: left;
}

.search_left li {
	padding: 30px 0;
	border-bottom: 1px dashed #8598a8;
}

.search_left li:hover .info {
	color: #115175;
}

.search_top {
	margin-bottom: 20px;
}

.search_top .tagging {
	float: left;
	width: 90px;
	height: 26px;
	line-height: 26px;
	background: #115175;
	font-size: 14px;
	color: #FFFFFF;
	text-align: center;
	margin-right: 20px;
}

.search_top .title {
	float: left;
	font-size: 20px;
	color: #28303e;
	width: 795px;
	overflow: hidden;
	/*white-space: nowrap;
	text-overflow: ellipsis;*/
	margin-top: -2px;
}

.search_left .info {
	width: 100%;
	color: #8598a8;
	font-size: 16px;
	line-height: 28px;
	margin-bottom: 20px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	height: auto!important;
	max-height: 54px;
}

.search_left .info span, .search_left .title span {
	color: #dd6558;
}

.search_left .date, .search_left .source {
	color: #8598a8;
	font-size: 14px;
}

.search_left .date {
	margin-right: 70px;
}

.search_left .date img, .search_left .source img {
	margin-right: 2px;
	margin-top: -2px;
}

.search_right {
	width: 350px;
	min-height: 1715px;	
	float: right;
	background: #f5f7fa;
	border-left: 1px solid #c6d1db;
	padding: 0 40px;
	display: none;
}

.search_right h2 {
	color: #28303e;
	font-size: 20px;
	padding-top: 30px;
}

.search_right h2 span {
	color: #dd6558;
}

.right_list .title {
	width: 100px;
	height: 34px;
	line-height: 34px;
	border-radius: 34px;
	background: #006ba8;
	color: #FFFFFF;
	font-size: 16px;
	text-align: center;
	margin-bottom: 10px;
	margin-top: 30px;
}

.right_list ul li {
	padding: 18px 0;
	border-bottom: 1px dashed #8b9dad;
}

.right_list ul li a {
	font-size: 16px;
	color: #8598a8;
}

.right_list ul li a:hover {
	color: #115175;
}

.search_right .empty {
	width: 130px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	border: 1px dashed #8b9dad;
	border-radius: 4px;
	background: #e5e9ef;
	font-size: 16px;
	color: #8598a8;
	margin-top: 20px;
	cursor: pointer;
}

/*分页*/

.page {
	position: relative;
	height: 35px;
	margin: 50px 0 50px;
	width: 571px;
	left: 50%;
	margin-left: -282px;
	overflow: hidden;
}

.page a, .page input, .page span {
	display: block;
	float: left;
	height: 35px;
	line-height: 35px;
	margin-right: 5px;
}

.page a {
	height: 35px;
	line-height: 35px;
	padding: 0 12px;
	font-size: 16px;
	color: #333;
	border: 1px solid #dddddd;
	border-radius: 2px;
}

.page a.on {
	color: #fff;
	background: #18649E;
	border: 1px solid #18649E;
}

.page input.text {
	width: 42px;
	text-align: center;
	border: 1px solid #dddddd;
	border-radius: 2px;
}

.page input.submit {
	width: 44px;
	font-size: 16px;
	border: 1px solid #18649E;
	cursor: pointer;
	background: #18649E;
	color: #fff;
	height: 35px;
	border-radius: 4px;
}

/*分页*/

.nypage {
	padding: 50px 0 70px;
	text-align: center;
	color: #333333;
	line-height: 32px;
}

.nypage a {
	display: inline-block;
	min-width: 32px;
	height: 32px;
	text-align: center;
	line-height: 30px;
	color: #333333;
	margin: 0 2px;
	border: 1px solid #dddddd;
	font-size: 16px;
	border-radius: 2px;
}

.nypage a.index, .nypage a.end {
	width: 48px;
}

.nypage a.next {
	width: 65px;
}

.nypage a.cur {
	background: #18649E;
	color: #ffffff;
}

.nypage font {
	display: inline-block;
	vertical-align: middle;
	height: 32px;
	line-height: 32px;
	font-size: 0;
}

.nypage font span {
	display: inline-block;
	height: 32px;
	line-height: 32px;
	font-size: 16px;
	float: left;
}

.nypage font span {
	line-height: 27px;
	margin-right: 3px;
}

.nypage input {
	margin: 0 2px;
	height: 32px;
	line-height: 32px;
	font-size: 16px;
	text-align: center;
	border: 1px solid #dddddd;
	width: 44px;
	float: left;
	margin-top: -2px;
	border-radius: 2px;
	box-sizing: border-box;
}

.nypage #go {
	text-align: center;
	border: 1px solid #dddddd;
	width: 44px;
	height: 32px;
	background: #18649E;
	cursor: pointer;
	color: #fff;
	margin-left: 10px;
	line-height: 32px;
	border-radius: 2px;
	margin-top: -2px;
}

.nypage #go{outline:none;}
.nypage #go:focus{outline:0;}
/*搜索结果图片页*/

.seaResult {
	border-bottom: 1px solid #c6d1db;
	padding: 16px 0;
	margin-bottom: 35px;
}

.searPic_list {
	overflow: hidden;
}

.searPic_list li {
	float: left;
	margin-right: 20px;
	width: 310px;
	position: relative;
	background: #FFFFFF;
	margin-bottom: 20px;
	box-shadow: #ddd 0px 0px 10px 0px;
	overflow: hidden;
	height: 418px;
}

.searPic_list li:nth-child(4n) {
	margin-right: 0;
}
.searPic_list li .pic_box {
	width: 310px;
	height: 232px;
	overflow: hidden;
}
.searPic_list li .pic {
	width: auto;
	height: 100%;
	display: block;
	margin: 0 auto;
}


.searPic_list .tagging {
	position: absolute;
	left: 30px;
	top: 0;
	width: 90px;
	height: 26px;
	line-height: 26px;
	background: #115175;
	font-size: 14px;
	color: #FFFFFF;
	text-align: center;
}

.searPic_list .info {
	padding: 0 30px;
}

.searPic_list .info .title {
	font-size: 20px;
	color: #28303e;
	margin: 30px 0 50px;
	line-height: 30px;
	min-height: 52px;
}

.searPic_list .date, .searPic_list .source, .searPic_list .read {
	display: inline-block;
	font-size: 14px;
	color: #8598a8;
	margin-bottom: 25px;
}

.searPic_list .source, .searPic_list .read img {
	float: right;
}

.searPic_list .date img, .searPic_list .source img {
	margin-right: 2px;
	margin-top: -2px;
}

.searPic_list .read {
	width: 100%;
	margin-bottom: 25px;
}

.searPic_list .read img {
	margin-top: 4px;
}

.search_box .sear_pic {
	background: rgba(255, 255, 255, 0.6);
	font-size: 18px;
}

.sear_pic label {
	color: #8598A8;
}


.sear_pic .date, .sear_pic .tit {
	color: #0065a4;
	cursor: pointer;
	text-decoration: underline;
}
.sear_pic .relevant, .sear_pic .all {
	margin-right: 15px;
}
.sear_pic .relevantAll, .sear_pic .tradeAll {
	color: #004165;
	cursor: pointer;
	text-decoration: none;
}


.sear_pic .type span, .sear_pic .daarea input {
	border: 1px solid #a5b8c5;
	width: 150px;
	cursor: pointer;
}

.sear_pic .daarea input::-webkit-input-placeholder {
	/* WebKit, Blink, Edge */
	color: #8598a8;
}

.sear_pic .daarea input:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #8598a8;
}

.sear_pic .daarea input::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #8598a8;
}

.sear_pic .daarea input:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #8598a8;
}

.sear_pic .type {
	position: relative;
}

.sear_pic .type ul {
	position: absolute;
	left: 20px;
	top: 31px;
	width: 150px;
	border: 1px solid #286182;
	background: #fff;
	display: none;
	z-index: 3;
}

.sear_pic .type ul li {
	padding: 4px 18px;
}

.sear_pic .type ul li:hover {
	background: #E7EBEE;
}

.sear_pic .type span {
	margin: 0 20px;
	width: 150px;
	height: 40px;
	line-height: 38px;
	display: inline-block;
	background: #fff;
	color: #8598a8;
	padding-left: 18px;
	margin-top: -2px;
}

.sear_pic .dates {
	float: right;
	margin-right: 330px;
	margin-top: -2px;
}

.sear_pic .type span.on {
	border: 1px solid #286182;
	color: #286182;
}

.sear_pic .type span.on ul {
	display: block;
}

.sear_pic .type img {
	right: 56px;
	top: 8px;
}

.sear_pic .daarea img {
	top: 10px;
}

/*搜索无结果*/

.noresult {
	padding-top: 75px;
	padding-bottom: 190px;
}

.noresult img {
	width: 315px;
	float: left;
	margin-right: 90px;
	margin-left: 310px;
}

.noresult .tips {
	float: left;
	color: #8598a8;
	font-size: 18px;
	margin-top: 80px;
}

.noresult .tips p {
	margin-bottom: 25px;
}

/*科技动态-四级详情页*/

.dydetail_box {
	padding: 0 100px;
	border-top: 3px solid #115175;
	background: #fcfdfd;
	/*overflow: hidden;*/
	margin-bottom: 60px;
	min-height: 220px;
}

.dydetail_box .dydetail_left {
	width: 805px;
	float: left;
}

.dydetail_header {
	border-bottom: 2px solid #e2e8ed;
	padding-bottom: 30px;
	overflow: hidden;
}

.dydetail_header h1 {
	margin-top: 55px;
	margin-bottom: 40px;
	color: #28303e;
	font-size: 36px;
	line-height: 52px;
}
.wd100 .dydetail_header h1 {
	text-align: center;
}

.dydetail_header span {

}

.dydetail1 {
	display: inline-block;
	float: left;
	height: 30px;
	line-height: 30px;
	color: #8598A8;
}

.dydetail1 span {
	margin-right: 15px;
	display: inline-block;
	vertical-align: top;
}

.dydetail1 .source{
	 overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    max-width: 580px;
}
.dydetail1 span img {
	margin-top: -3px;
}
.dydetail2 span {
	margin-left: 10px;
}

.dydetail2 span:last-child {
	margin-right: 0;
}

.dydetail2 span:first-child:hover {
	color: #18649e;
}

.infoFont i {
	width: 25px;
	height: 25px;
	line-height: 23px;
	display: inline-block;
	border: 1px solid #707070;
	border-radius: 4px;
	text-align: center;
	margin-right: 5px;
	cursor: pointer;
}

.infoFont i:last-child {
	margin-right: 0;
}

.infoFont i:hover, .detIn2Act {
	color: #18649e !important;
	border: 1px solid #18649e !important;
}

.dydetail2 {
	display: initial;
	float: right;
	color: #8598A8;
}

.dydetail2 span {
	cursor: pointer;
	height: 30px;
	line-height: 30px;
	float: left;
}

.dydetail_audio_cont{
	margin-top: 30px;
	overflow-x: auto;
	white-space: nowrap;
}

.dydetail_audio_cont .insertAudio{
	width: 300px;
	display: inline-block;
	margin-right: 20px;
}

.dydetail_audio_cont .insertAudio audio{
	width: 100% !important;
}

.dydetail_content .dydetail_tabs {
	margin-top: 32px;
	overflow: hidden;
}

.dydetail_content .dydetail_tabs li {
	float: left;
	background: #f1f3f5;
	font-size: 18px;
	color: #8598a8;
	padding: 8px 20px;
	border-radius: 4px;
	margin-right: 10px;
	margin-bottom: 10px;
	cursor: pointer;
}

.dydetail_content .dydetail_deta {
	font-size: 20px;
	color: #28303E;
}
.dydetail_content video {
	max-width: 710px;
	height: auto;
}

.dydetail_content .dydetail_deta p {
	line-height: 38px;
	margin: 26px 0;
}

.dydetail_content .dydetail_deta p.cfjs-info{
	color: #000114;
}

.dydetail_content .dydetail_deta p.cfjs-info a{
	color: inherit;
}

.dydetail_content .dydetail_deta p.cfjs-info a:hover{
	color: #0065a4;
}

.dydetail_content .dydetail_deta_file p {
	text-indent: 2em;
	line-height: 38px;
}
.dydetail_content .dydetail_deta_file p:last-child {
	margin-bottom: 60px;
}
.dydetail_content .dydetail_deta img {
	display: block;
	margin: 0 auto;
	max-width: 80%;
}

.dydetail_content .dydetail_deta td img{
	max-width: 100%;
	height: auto;
}

.dydetail_content .dydetail_deta .bol {
	font-weight: 700;
}

.dydetail_content .dydetail_deta p:last-child {
	margin-bottom: 60px;
}

.dydetail_box .dydetail_right {
	width: 350px;
	min-height: 1052px;
	float: right;
	background: #f5f7fa;
	border-left: 1px solid #c6d1db;
	padding: 0 25px;
	display: none;
	margin-top: 55px;
}

.dydetail_right li {
	border-bottom: 1px dashed #a8b6c2;
	padding: 10px 0;
	margin-top: 24px;
}

.dydetail_right li:last-child {
	border-bottom: 0;
}

.dydetail_right .tit {
	width: 100px;
	height: 35px;
	line-height: 33px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	background: #006ba8;
	border-radius: 35px;
	margin-top: 60px;
}

.dydetail_right .character .picname img {
	width: 180px;
	height: auto;
}

.character .picname {
	text-align: center;
}

.character .picname .name {
	font-size: 18px;
	color: #004165;
	margin: 20px 0 10px;
}

.character .info {
	font-size: 16px;
	color: #28303E;
}

.character .info dl {
	margin: 14px 0;
	width: 299px;
	overflow: hidden;
}

.character .info dl dt {
	color: #8598a8;
	float: left;
	width: 80px;
	margin-top: 2px;
}

.character .info dl dd {
	float: right;
	width: 219px;
	line-height: 1.5;
}

/*政策法规-四级详情页*/

.statute_box {
	padding: 60px 50px;
}

.statute_box .statute_header {
	border: 1px solid #c6d1db;
	padding: 58px 66px 30px;
}

.statute_header h1 {
	text-align: center;
	line-height: 55px;
	color: #28303E;
	font-size: 36px;
}

.statute_header .headerInfo {
	color: #8598a8;
	font-size: 16px;
	margin-top: 36px;
	padding-bottom: 30px;
	border-bottom: 1px solid #c6d1db;
	overflow: hidden;
}

.headerInfo .dydetail1 {
	float: left;
}

.headerInfo .dydetail1 img, .headerInfo .dydetail2 img {
	margin-top: -3px;
}

.weibo, .wechat {
	width: 30px;
	height: 30px;
}

.headerInfo .dydetail2 span:first-child:hover {
	color: #8598a8;
	;
}

.headerInfo .dydetail2 span:nth-child(2):hover {
	color: #006ba8;
}

.statute_header .dydetail2 {
	float: right;
}

.statute_content {
	font-size: 20px;
	color: #28303e;
}

.statute_content h2 {
	font-weight: normal;
	text-align: center;
	padding: 50px 0 0;
	display: none;
}
.statute_content .cont {
	padding-top: 20px;
}
.statute_content .cont img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}
.statute_content .cont video{
	max-width: 100%;
}

.statute_content .cont p:not(:first-child) {

}

.statute_content .cont p {
	line-height: 38px;
    margin: 26px 0;
}

.dydetail_deta div {
	line-height: 36px;
	margin: 26px 0;
}

.statute_content .luo {
	margin-bottom: 20px;
	padding-top: 20px;
}

.statute_content .luo p {
	text-align: right;
	margin-bottom: 10px;
}

.statute_content .cont table {
	width: 85%;
	border-top: 1px solid #333;
	border-left: 1px solid #333;
	border-collapse:collapse;
	margin: 40px auto 0;
	background: none!important;
}
.statute_content .cont table td {
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	padding: 5px;
}
.statute_content .cont table p {
	margin: 0!important;
	text-indent: 0!important;
}




.enclosure {
	font-size: 20px;
	margin-top: 30px;
}

.enclosure li a {
	color: #006ba8;
}

.enclosure li {
	margin-bottom: 15px;
}

.enclosure li:last-child {
	margin-bottom: 0;
}

.enclosure p {
	margin-bottom: 10px;
}

.enclosure li img {
	margin-left: 10px;
}

/*要闻动态-三级列表*/

.news_box h1 {
	font-size: 42px;
	color: #004165;
	text-align: center;
	padding: 20px;
}

.news_box li {
	margin-bottom: 20px;
	background: #ffffff;
	padding: 15px 30px 15px 15px;
	position: relative;
	overflow: hidden;
}

.news_box li:hover .day, .news_box li:hover .month, .news_box li:hover h2 {
	color: #0065a4;
}

.news_box li:hover {
	box-shadow: #d8e5ed 0px 0px 15px 4px;
}

.news_box .tagging {
	height: 26px;
	line-height: 25px;
	background: #115175;
	font-size: 14px;
	color: #FFFFFF;
	text-align: center;
	position: absolute;
	top: 0;
	right: 50px;
	padding: 0 6px;
}

.news_box .date {
	float: left;
	width: 66px;
}

.news_box .date .day {
	font-size: 45px;
	color: #28303E;
	font-weight: 700;
	text-align: center;
}

.news_box .date .month {
	color: #28303e;
	font-size: 16px;
	text-align: center;
}

.news_box .info {

}

.news_box .info h2 {
	font-size: 20px;
	color: #28303E;
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 30px;
}

.news_box .info h2 span {
	font-size: 16px;
	font-weight: normal;
	color: #28303E;
	display: block;
	float: right;
	padding-left: 20px;
}

.news_box .info h2 .i-title{
	float: none;
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
	padding-left: 0;
}
.news_box .imgleft {
	display: block;
	float: left;
	margin-right: 30px;
	width: 200px;
	height: 150px;
	object-fit: cover;
	font-family: 'object-fit: cover;'
}
.news_box .imgboxtitle {
	display: flex;
	justify-content: center;
	align-items:center;
	float: left;
	margin-right: 30px;
	width: 200px;
	height: 150px;
	background: url("imgleftbg.jpg") no-repeat;
	background-size: cover;
	text-align: center;
	color: #999;
	font-size: 20px;
	font-weight: bold;
	padding: 0 10px;
}
.news_box .info p {
font-size: 16px;
color: #8598A8;
line-height: 30px;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
/* text-indent: 2em; */
}

.news_box .info .notice_lables{
	text-align: left;
	margin-top: 5px;
	text-indent: 0;
}

.news_box .info .notice_lables span{
	display: inline-block;
	padding: 0px 8px;
	margin-left: 5px;
	text-indent: 0;
	color: #fff;
	font-size: 14px;
	    border-radius: 10px;


}

.student_list ul li{
	width: 48%;
	margin-right: 4%;
	 height: 210px;
	float: left;
	position: relative;
	top: 0;
	margin-bottom: 30px;
}
.student_list ul li a{ display: block; width: 100%; height: 100%;}
.student_list ul li:last-child{ margin-right: 0; }
.student_list ul li img{ max-width: 100%; position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: 1;}
.tagging h3{ font-size: 40px; color: #fff; position: relative; z-index: 2; margin-bottom: 15px; margin-left: 30px; margin-top: 40px;}
.tagging p{ font-size: 16px; color: #fff; line-height: 25px; position: relative; z-index: 2;margin-left: 30px; }

.peoplezp_list ul li{ width: 18.7%; height: 325px; margin-right: 1.6%; margin-bottom: 50px; float: left; position: relative; }
.peoplezp_list ul li:last-child{ margin-right: 0; }
.peoplezp_list ul li a{ display: block; width: 100%; height: 100%;background: url('/temp/images/newimg/image8_10.jpg') no-repeat center center; background-size: cover; }
.peoplezp_list ul li img{ display: block; width: 61px; height: 61px; margin:40px auto 15px;}
.peoplezp_list ul li p{ font-size: 24px; color: #fff; text-align: center; line-height: 40px; }

.news_box .info .notice_lables span.num1{
    background: #a2c7dd;
}

.news_box .info .notice_lables span.num2{
    background: #c6b0b0;
}

.news_box .info .notice_lables span.num3{
    background: #dcc69b;
}


.news_box .info .notice_lables span.num4{
    background: #acc3b1;
}

.news_box .info .notice_lables span.num5{
    background: #a2d7ce;
}

.news_box .info .notice_lables span.num6{
    background: #70b1d5;
}

.news_box .info .notice_lables span.num7{
    background: #ccc;
}


/* 通知公告调整*/
.news_box.notice_new_box{
    overflow: hidden;
}
.news_box.notice_new_box h1{
    float: left;
    padding-top: 20px;
    padding-left: 18px;
}

.news_box.notice_new_box .notice_labels{
    float: left;
    margin-left: 30px;
    font-size: 0;
    padding-top: 30px;
    box-sizing: border-box;
}

.news_box.notice_new_box .lb_item{
    display: inline-block;
    width: 115px;
    height: 55px;
    line-height: 45px;
    font-size: 18px;
    color: #004165;
    text-align: center;
    cursor: pointer;
    margin-right: 7px;
    background: url("kc_notice_btn_bg1.png") no-repeat;
    background-size: 100% auto;
    vertical-align: top;
}
.news_box.notice_new_box .lb_item:hover, .news_box.notice_new_box .lb_item.active {
    background: url("kc_notice_btn_bg2.png") no-repeat !important;
    background-size: 100% auto;
    color: #ffffff;
    height: 55px !important;
    box-shadow: none !important;
}

/* 通知公告修改 */
.news_box.notice_new_box .lb_item:nth-child(n+2){
    color: #fff;
    height: 45px;
}

.news_box.notice_new_box .lb_item:nth-of-type(2){
    background: #97c0d7;
    box-shadow: 1px 1px 6px 0px #a4deff;
}

.news_box.notice_new_box .lb_item:nth-of-type(3){
    background: #bea7a7;
    box-shadow: 1px 1px 6px 0px #bea7a7;
}

.news_box.notice_new_box .lb_item:nth-of-type(4){
    background:  #d8be94;
    box-shadow: 1px 1px 6px 0px #ffe6bd;
}

.news_box.notice_new_box .lb_item:nth-of-type(5){
    background:  #a3bba9;
    box-shadow: 1px 1px 6px 0px #a3bba9;
}

.news_box.notice_new_box .lb_item:nth-of-type(6){
    background:  #99d1c8;
    box-shadow: 1px 1px 6px 0px #99d1c8;
}


.news_box.notice_new_box .lb_item:nth-of-type(7){
    background: #70b1d5;
    box-shadow: 1px 1px 6px 0px #70b1d5;
}

.news_box.notice_new_box .lb_item:nth-of-type(8){
    background:  #c5c5c5;
    box-shadow: 1px 1px 6px 0px #c5c5c5;
}

.news_box.notice_new_box .lb_item.cfjs_item{
    background:  #e5726d;
    box-shadow: 1px 1px 6px 0px #e5726d;
}

.news_box.notice_new_box .lb_item.cfjs_item:hover{
	background:  #e5726d !important;
    box-shadow: 1px 1px 6px 0px #e5726d !important;
    height: 45px !important;
}

.news_box.notice_new_box .notice_search{
    float: right;
    width: 188px;
    height: 45px;
    line-height: 45px;
    position: relative;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    margin-top: 30px;
}

.news_box.notice_new_box .notice_search input{
    text-indent: 10px;
    font-size: 18px;
    border: 1px solid #ccc;
    height: 45px;
    line-height: 45px;
    border-radius: 5px;
    vertical-align: top;
    width: 100%;
    box-sizing: border-box;
    padding-right: 62px;
}

.news_box.notice_new_box .notice_search .s_btn{
    width: 60px;
    height: 45px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    background: url("header_searchBtn.jpg") no-repeat;
    background-position: center center;
}


/* 通知公告修改  end*/



/* 通知公告 处罚警示  begin  */
.news_box.notice_new_box.notice_cfjs_box h1{
	float: none;
}

.news_box.notice_new_box.notice_cfjs_box .notice_labels{
	margin-left: 0;
	padding-top: 10px;
}

.news_box.notice_new_box.notice_cfjs_box .notice_search{
	margin-top: 10px;
	float: left;
	margin-left: 20px;
	width: 280px;
}

.news_box.notice_new_box.notice_cfjs_box .notice_cfjs_btn{
	cursor: pointer;
	width: 114px;
	height: 46px;
	background: url("kc-notice-cfjs-btn.png") no-repeat;
	float: right;
	margin-top: 10px;
	display: block;
}

.news_box.notice_new_box.notice_cfjs_box .clear{
	margin-bottom: 12px;
}

/* 通知公告 处罚警示  end  */


/*要闻动态-三级人才*/

.personnel_nav {
	overflow: hidden;
	margin-top: 20px;
	margin-bottom: 40px;
}

.nav_list li {
	width: 300px;
	height: 65px;
	float: left;
	margin-right: 8px;
	cursor: pointer;
	position: relative;
}

.nav_list li p {
	width: 100%;
	height: 55px;
	line-height: 55px;
	color: #004165;
	font-size: 26px;
	text-align: center;
	border: 1px solid #004165;
}

.nav_list li img {
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -10px;
	display: none;
}

.nav_list li.act img, .nav_list li:hover img {
	display: block;
}

.nav_list li:first-child {
	margin-left: 237px;
}

.nav_list .act p.active, .nav_list li p:hover {
	color: #fff;
	background: url("ncsti_searchBtnBg_v2021.png") center repeat;
	background-size: 100% 100%;
}

.personnel_search {
	width: 1100px;
	margin: 0 auto;
	height: 90px;
	line-height: 90px;
	background: rgba(255, 255, 255, 0.6);
	font-size: 18px;
	color: #004165;
	margin-bottom: 40px;
}

.personnel_search .searName, .personnel_search .personnel_area {
	float: left;
	position: relative;
}

.personnel_area .arr {
	position: absolute;
	top: 43px;
	right: 150px;
}

.personnel_search .searName input, .personnel_search .personnel_area input, .checkAraea {
	width: 300px;
	height: 40px;
	line-height: 40px;
	color: #8598a8;
	font-size: 18px;
	border: 1px solid #a5b8c5;
	margin-left: 15px;
	padding-left: 17px;
	position: relative;
	display: inline-block;
}

.personnel_area label, .personnel_area .area, .personnel_search1 .searName label, .personnel_search1 .searName input {
	float: left;
}

.personnel_search1 .searName input {
	margin-top: 26px;
	margin-right: 10px;
}

.personnel_area .checkAraea {
	background: #FFFFFF;
	line-height: 36px;
	margin-right: 10px;
	cursor: pointer;
}

.personnel_area .area.on {
	color: #286182;
}

.personnel_area .area.on ul {
	display: block;
}

.personnel_area .area ul {
	position: absolute;
	left: 91px;
	top: 66px;
	width: 300px;
	border: 1px solid #a5b8c5;
	background: #fff;
	padding: 8px 0;
	z-index: 99;
	display: none;
}

.personnel_area .area ul li {
	padding-left: 17px;
	height: 40px;
	line-height: 40px;
	cursor: pointer;
}

.personnel_area .area ul li:hover {
	background: #E7EBEE;
}

.searName input::-webkit-input-placeholder {
	color: #8598a8;
}

.searName input:-moz-placeholder {
	color: #8598a8;
}

.searName input::-moz-placeholder {
	color: #8598a8;
}

.searName input:-ms-input-placeholder {
	color: #8598a8;
}

.personnel_search .searName span, .personnel_search .personnel_area span {
	display: inline-block;
	width: 130px;
	height: 40px;
	line-height: 39px;
	color: #FFFFFF;
	cursor: pointer;
}

.personnel_search .searName label, .personnel_search .personnel_area label {
	margin-left: 40px;
}

.personnel_search .searName span {
	background: url("headerNav_hover_bg.png") center no-repeat;
	background-size: 100% 100%;
}

.personnel_search .personnel_area span {
	background: url("ncsti_searchNumBg_v2021.png") center no-repeat;
	background-size: 100% 100%;
}

.searName span img, .personnel_area span img {
	margin-right: 4px;
	margin-left: 34px;
	margin-top: -3px;
}

.personnel_box {
	overflow: hidden;
}

.personnel_box ul li {
	width: 320px;
	margin-right: 40px;
	background: #fff;
	position: relative;
	padding: 0 28px 30px;
	margin-bottom: 40px;
	float: left;
}

.personnel_box ul li:nth-child(4n) {
	margin-right: 0;
}

.personnel_box ul li .tagging {
	height: 26px;
	line-height: 25px;
	background: #115175;
	font-size: 14px;
	color: #FFFFFF;
	text-align: center;
	overflow: hidden;
	margin-bottom: 30px;
}

.personnel_box li .picname {
	text-align: center;
}

.personnel_box li .picname .perPic {
	width: 180px;
	height: 180px;
	margin: 0 auto;
	border-radius: 180px;
	background: #f1f3f5;
	text-align: center;
	line-height: 180px;
}

.personnel_box li .picname img {
	width: 160px;
	height: 160px;
	border-radius: 80px;
	border: 1px solid #2f84b6;
}

.personnel_box li .picname .name {
	margin: 30px 0 20px;
	font-size: 20px;
	color: #28303e;
}

.personnel_box li .info {
	font-size: 16px;
	color: #8598a8;
	line-height: 26px;
	margin-bottom: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	height: 85px;
	text-indent: 2em;
}

.personnel_box li .more {
	color: #8598a8;
	font-size: 14px;
}

.personnel_box li .more img {
	float: right;
	margin-top: 5px;
}

/*政策法规-智能推荐政策*/

.recom_title {
	font-size: 42px;
	color: #004165;
	margin-bottom: 55px;
	margin-top: 20px;
	text-align: center;
}

.recom_box {
	padding: 30px 60px 60px !important;
}

.fl1 {
	padding-top: 60px !important;
	padding-bottom: 0 !important;
}

.recom_pop {
	font-size: 18px;
	color: #8598A8;
	overflow: hidden;
	margin-bottom: 30px;
}

.recom_pop img {
	float: right;
	width: 100px;
	cursor: pointer;
}

.recom_table {
	width: 100%;
	color: #28303e;
	font-size: 16px;
	border: 1px solid #c6d1db;
}

.recom_table th, .recom_table td {
	padding: 18px 0;
	text-align: left;
}

.recom_table th:first-child, .recom_table td:first-child {
	width: 80px;
	text-align: center;
}
.recom_table th:nth-child(3),.recom_table th:nth-child(4){
	width: 11%;
}
.recom_table td:nth-child(2) {
	width: 780px;
	padding-right: 20px;
}

.recom_tab {
	width: 100%;
	color: #28303e;
	font-size: 16px;
	border: 1px solid #c6d1db;
	margin-bottom: 60px;
}
.recom_tab th:nth-child(3) {
	text-align: center;
}
.recom_tab td:nth-child(2) {
	width: 1010px;
	padding-right: 20px;
}
.recom_tab td:nth-child(3) {
	text-align: center;
}


.intell td:hover a p {
	color: #12AD94;
}

.recom_table tbody tr:nth-child(odd) {
	background: #fbfcfe;
}

.recom_table tbody tr:nth-child(even) {
	background: #f4f8fa;
}

.recom_table thead tr {
	background: #e1edf5;
	color: #004165;
	font-size: 18px;
	font-weight: 700;
}

/*政策法规-智能推荐项目*/

.project_table thead tr th:last-child {
	text-align: center;
}

.project_table tbody tr td:last-child {
	text-align: center;
	color: #0065a4;
	cursor: pointer;
}

.project_table tbody tr td:last-child span {
	color: #0065a4;
}

.project_table tbody tr td:last-child span:hover {
	color: #12ad94;
}

/*政策法规-三级列表页*/

.recom_menu {}

.recom_menu .menuTi {
	padding: 10px 20px;
	color: #fafafa;
	font-size: 18px;
	background: #0faa91;
}

.recom_menu .meun_list {
	padding: 26px 20px 20px;
	color: #004165;
	font-size: 16px;
	background: url("kc_policiesBg_v2021.png") center no-repeat;
	background-size: 100% 100%;
	margin-bottom: 20px;
}

.recom_menu .meun_list dl {
	overflow: hidden;
	margin-bottom: 10px;
}

.recom_menu .meun_list dt {
	float: left;
	margin-top: 3px;
	color: #8598A8;
}

.recom_menu .meun_list dd {
	overflow: hidden;
}

.meun_list dl:first-child li:last-child {
	margin-left: 30px;
}

.meun_list dd li {
	float: left;
	height: 30px;
	padding: 0 20px;
	border-radius: 30px;
	line-height: 28px;
	text-align: center;
	margin-right: 20px;
	font-size: 16px;
	cursor: pointer;
}

.meun_list dd li:hover, .meun_list dd li.active {
	color: #ffffff;
	background: #006ba8;
}

/*科创服务-我要找空间*/

.space_nav {
	padding: 35px 60px;
	background: rgba(255, 255, 255, 0.7);
	box-shadow: #d9e7f1 2px 0px 15px 4px;
	font-size: 18px;
	color: #004165;
	overflow: hidden;
	margin-bottom: 40px;
}

.space_nav dt {
	float: left;
	font-weight: 700;
	margin-top: 8px;
}

.space_nav ul li {
	float: left;
	width: 210px;
	height: 44px;
	line-height: 40px;
	text-align: center;
	background: url("kc_spaceBox.png") center;
	background-size: 100% 100%;
	margin-right: 20px;
	cursor: pointer;
	border-radius: 4px;
	border: 2px solid #f4f5f7;
}

.space_nav ul li:hover, .space_nav ul li.active {
	background: url("ncsti_searchBtnBg_v2021.png") center;
	background-size: 100% 100%;
	color: #fff;
	border-radius: 6px;
}

.space_box {
	overflow: hidden;
}

.space_box ul li {
	margin-right: 20px;
	margin-bottom: 20px;
	width: 335px;
	background: #FFFFFF;
	float: left;
}

.space_box ul li:nth-child(4n) {
	margin-right: 0;
}

.space_box ul li .pic {
	width: 335px;
	height: 140px;
}

.space_box .space_tit {
	padding: 20px;
	overflow: hidden;
}

.space_box .space_tit .name {
	font-size: 18px;
	color: #004165;
	float: left;
}

.space_box .space_tit .map {
	font-size: 14px;
	color: #8197a6;
	float: right;
}

.space_box .space_tit .map img {
	margin-right: 4px;
	margin-top: -1px;
}

.space_box .info {
	padding: 0 20px 20px;
	font-size: 16px;
	color: #8598A8;
}

.space_box .info p {
	margin-bottom: 10px;
}

.spa {
	margin-top: 20px;
	text-align: center;
}

.spa img {
	width: 254px;
}

/*科创中心-资质详情页*/

.quali_header {
	padding: 58px 40px !important;
	overflow: hidden;
}

.quali_header .headerInfo {
	margin-left: 26px;
	margin-right: 26px;
}

.quali_content .lack {
	text-align: right;
	padding-top: 20px;
	padding-right: 26px;
	overflow: hidden;
}

.quali_content .lack p {
	float: right;
	width: 200px;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	color: #FFFFFF;
	background: #006ba8;
	border-radius: 4px;
	text-align: center;
	cursor: pointer;
}

.quali_content .quali_info {
	margin-top: 10px;
}

.quali_info .info_box {
	width: 100%;
	border: 1px dashed #dd6558;
	background: #f9eeec;
	position: relative;
}

.condition_box {
	position: absolute;
	right: 15%;
	top: 200px;
	width: 420px;
	border: 2px solid #dd6558;
	background: #fcfdfd;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

.condition_box .condition_tit {
	width: 417px;
	height: 60px;
	line-height: 60px;
	background: url("kc_qualiBg_v2021.png") center repeat;
	background-size: 100% 100%;
	padding: 0 20px;
	font-size: 18px;
	color: #ffffff;
}

.condition_box .condition_tit img {
	float: right;
	margin-top: 22px;
	cursor: pointer;
}

.condition_box .condition_info {
	padding: 40px 30px 15px;
	font-size: 18px;
	color: #000000;
}

.condition_box .condition_info div {
	line-height: 30px;
	margin-bottom: 25px;
}

.condition_box .condition_foot {
	height: 55px;
	background: #f9eeec;
}

.condition_box .condition_foot div:first-child {
	float: left;
	width: 50%;
	height: 55px;
	line-height: 55px;
	text-align: center;
	color: #dd6558;
	border-right: 1px solid #edb6af;
	cursor: pointer;
}

.condition_box .condition_foot div:last-child {
	float: right;
	width: 50%;
	height: 55px;
	line-height: 55px;
	text-align: center;
	color: #dd6558;
	border-right: 1px solid #edb6af;
	cursor: pointer;
}

.quali_content .quali_info {
	font-size: 18px;
	color: #28303e;
}

.quali_info .info p:nth-child(2) {
	margin-top: 10px;
}

.quali_content .quali_info h4 {
	margin-top: 45px;
	margin-left: 26px;
}

.quali_content .quali_info .info:first-child h4 {
	margin-top: 0;
}

.quali_content .quali_info p {
	margin-bottom: 10px;
	line-height: 30px;
	margin-left: 26px;
}

/*科技动态-人物详情页*/

.leading_content {
	overflow: hidden;
}

.leading_intro {
	overflow: hidden;
	margin-top: 80px;
	margin-bottom: 70px;
}
.leading_intro .pin {
	text-align: center;
}

.leading_content img {
	width: 375px;
	height: 480px;
}

.leading_info {
	float: left;
	width: 626px;
}

.leading_info .name {
	font-size: 36px;
	color: #28303E;
	margin: 60px 0 55px;
}

.leading_info .info dl {
	margin-bottom: 35px;
	width: 626px;
	overflow: hidden;
}

.leading_info .info dt {
	float: left;
	color: #8598a8;
	font-size: 20px;
	width: 102px;
	margin-top: 1px;
}

.leading_info .info dd {
	font-size: 20px;
	color: #28303E;
	line-height: 1.5;
	float: left;
	width: 524px;
}

.leading_int .title {
	color: #28303e;
	font-size: 30px;
	margin-left: -16px;
}

.leading_int p {
	text-indent: 2em;
	margin-bottom: 30px;
	font-size: 20px;
	line-height: 37px;
}

/*创科服务-创业者服务*/

.serve_tit {
	background: url("kc_serviceTit_v2021.png") center no-repeat;
	background-size: 100% 100%;
	padding: 18px 0;
}

.service_tabs {
	margin-bottom: 50px;
}

.service_box {
	padding: 60px 60px 0 !important;
}

.service_tabs a {
	display: inline-block;
	margin-right: 26px;
}

.service_tabs a:last-child {
	margin-right: 0;
}

.service_table tr td:last-child a {
	color: #0065A4;
}

.service_table tr td:first-child {
	width: 120px;
}

.service_box tr td:nth-child(2) {
	width: 1000px;
}

.service_box tr td:nth-child(2) p {
	width: 930px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

/*科技动态-一区多园.*/

.quTit {
	margin-top: 40px !important;
}

.quTit img {
	width: 770px !important;
}

.area_pic {
	width: 1400px;
	height: 440px;
	background: url("kc_quBoxPic_v2021.jpg") center no-repeat;
	background-size: 100% 100%;
	position: relative;
	margin: 0 auto;
}

.area_pic .pic_box {
	width: 640px;
	height: 260px;
	background: rgba(0, 0, 0, 0.4);
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -320px;
	margin-top: -130px;
}

.area_pic .pic_box .name {
	color: #FFFFFF;
	font-size: 60px;
	text-align: center;
	margin-bottom: 20px;
	margin-top: 50px;
}

.area_pic .pic_box .ino {
	color: #FFFFFF;
	font-size: 30px;
	text-align: center;
}

.title_box {
	width: 100%;
	text-align: center;
	margin: 25px 0;
}

.title_box img {
	width: 590px;
}

.area_tabs {
	overflow: hidden;
	padding: 40px 40px 20px;
	box-shadow: #e8ebee 0px 0px 22px 2px;
	margin-bottom: 14px;
}

.area_tabs li {
	float: left;
	margin-right: 21px;
	height: 80px;
	width: 170px;
	background: url("kc_quBox_v2021.png") center no-repeat;
	background-size: 100% 100%;
	border-radius: 4px;
	margin-bottom: 20px;
	line-height: 80px;
	text-align: center;
	color: #004165;
	font-size: 22px;
	cursor: pointer;
}
.area_tabs li a{
	display: block;
}
.area_tabs li:nth-child(7n) {
	margin-right: 0;
}

.area_tabs li:hover, .area_tabs li.active {
	background: url("kc_quBoxAct_v2021.png") center no-repeat;
	background-size: 100% 100%;
	color: #ffffff;
}
.area_tabs li:hover a, .area_tabs li.active a {
	color: #ffffff;
}

.area_content {
	padding: 0 150px;
	background: #FFFFFF;
	overflow: hidden;
	margin-bottom: 100px;
}

.area_info {
	margin-top: 40px;
}

.area_content h3 {
	font-size: 36px;
	color: #28303e;
	margin: 50px 0;
	text-align: center;
}

.area_content p {
	font-size: 20px;
	color: #28303E;
	margin-bottom: 35px;
	text-indent: 2em;
	line-height: 37px;
}

/*科创服务-创业者找资金列表*/

.capital_table {
	width: 100%;
	overflow: hidden;
	border-collapse: separate;
	border-spacing: 0px 20px;
}

.capital_table thead th {
	font-size: 22px;
	color: #004165;
	padding: 14px 20px;
	font-weight: 400;
	text-align: left;
}

.capital_table tbody td {
	background: #FFFFFF;
	padding: 30px 20px;
	margin-bottom: 20px;
	font-size: 19px;
}

.capital_table tbody tr td:nth-child(2) {
	color: #28303e;
	font-weight: 700;
}

.capital_table tbody tr td:nth-child(3), .capital_table tbody tr td:nth-child(4) a {
	color: #8598a8;
}

.capital_table tbody td:nth-child(2) p {
	max-width: 460px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.capital_logo {
	border: 1px solid #C6D1DB;
	display: inline-block;
	padding: 14px 20px;
}

.capital_logo img {
	width: 290px;
}

.banTit {
	margin-top: 0 !important;
}
.banTit p {
	font-size: 42px;
	font-weight: bold;
	padding: 20px 0;
	color: #004165;
}
.banTit img {
	width: 530px !important;
}

.business {
	margin-bottom: 0 !important;
}

/*添加模块*/

.authentication_title {
	background: url("authentication_title_bg.png") no-repeat center;
	font-size: 42px;
	color: #004165;
	font-weight: bold;
	text-align: center;
	height: 91px;
	line-height: 91px;
	margin-top: 80px;
	margin-bottom: 30px;
}

.authentication_own_title {
	font-size: 32px;
	text-align: center;
	color: #004165;
	background: url("authentication_own_title_bg.png") no-repeat center;
	margin-bottom: 10px;
}

.authentication_ownBox {
	text-align: center;
}

.authentication_own_pic {
	display: inline-block;
	width: 440px;
	height: 175px;
	margin-top: 40px;
	margin-left: 34px;
	transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
}

.authentication_own_pic:hover {
	transform: translateY(-10px);
	animation-play-state: running;
}

.authentication_own_pic:nth-child(3n+1) {
	margin-left: 0;
}

.authentication_own_pic img {
	display: block;
	width: 100%;
	height: 100%;
}

.authentication_recommendBox {
	display: none;
}

.authentication_recommend_title {
	font-size: 32px;
	text-align: center;
	color: #004165;
	background: url("authentication_recommend_title_bg.png") no-repeat center;
	margin-bottom: 10px;
	margin-top: 28px;
}

.authentication_more {
	font-size: 16px;
	text-align: center;
	background: url("authentication_more_bg.png") no-repeat center;
	color: #004165;
	margin-top: 28px;
}

.authentication_more span {
	cursor: pointer;
	background: url("authentication_more_btn_bg.png") no-repeat right;
	padding-right: 20px;
}
.keyan {
	float: right;
	position: relative;
}
.keyan .keyan1 {
	display: block;
	position: absolute;
	left: 0;
	top: 85px;
	width: 260px;
	height: 50px;
}
.keyan .keyan2 {
	display: block;
	position: absolute;
	left: 283px;
	top: 85px;
	width: 100px;
	height: 50px;
}


/*科创服务-创业者找资金列表*/
.capital_list .capital_title{
	width: 97%;
	margin: 0 auto;
	font-size: 22px;
	color: #004165;
	font-weight: 400;
	padding: 25px 0;
}
.capital_title span{
	margin-right: 90px;
}
.capital_title span:nth-child(1){
	margin-right: 400px;
}
.capital_title span:nth-child(2){
	margin-right: 320px;
}
.capital_title span:last-child{
	margin-right: 0;
}
.capital_list li{
	background: url("zjbg.jpg");
	padding: 20px;
	font-size: 16px;
	overflow: hidden;
	margin-bottom: 20px;
	position: relative;
	min-height: 150px;
}
.capital_list li h3{
	color: #28303e;
	font-weight: 700;
	font-size: 19px;
	position: absolute;
	top: 64px;
	left: 460px;
}
.capital_list .capital_logo{
	border: 1px solid #C6D1DB;
	display: inline-block;
	padding: 014px 20px;
	float: left;
	background: #F3F3F3;
}
.capital_logo img{
	width: 290px;
	height: 85px;
}
.capital_list .box{
	float: right;
	padding-top: 45px;
	color: #8598a8;
	width: 450px;
}
.capital_list .box p {
	float: left;
	display: block;
}
.capital_list .box p:first-child{
	width: 190px;
}
.title_box{
	width: 100%;
	text-align: center;
}
.dydetail_deta table {
	width: 85% !important;
	border-top: 1px solid #333;
	border-left: 1px solid #333;
	border-collapse:collapse;
	margin: 40px auto 0 !important;
	background: none!important;
}
.dydetail_deta table td {
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	padding: 5px;
}
.dydetail_deta table p {
	margin: 0!important;
	text-indent: 0!important;
}
.ops_shareLayer .ops_icons a.icon_weixin i:hover {
	background-image: url("ncsti_policiesWechatAct_v2021.png");
}
.ops_shareLayer .ops_icons a.icon_sina i:hover {
	background-image: url("ncsti_policiesMicroAct_v2021.png");
}
.fujian p {
	line-height: 40px;
}
.weixin_popup_head span {
	margin-left: 4px;
}

.paperMore{
	display: block;
    text-align: right;
}
.paperList dd{
	display: none;
}
.paperList dd a{
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
}
.dydetail_deta_file {
	margin-top: 40px;
	font-size: 20px;
}

.placeUl .newChangeBox{
	display: inline-block;
    box-sizing: border-box;
    border: 1px solid #A5B8C5;
	height: 30px;
    line-height: 28px;
    cursor: pointer;
    font-size: 14px;
    color: #8598a8;
    padding-left: 0;
    background: url("policy_check_bg.png") no-repeat 90%;
    position: relative;
	min-width: 120px;
	box-sizing: border-box;
	margin-left: -20px;
	padding-left: 10px;
    padding-right: 30px;
}

.newChangeBox.on {
    border: 1px solid #286182;
    color: #286182;
}
.newChangeList{
    position: absolute;
    left: -1px;
    top: 28px;
    width: 100%;
    border: 1px solid #286182;
    background: #fff;
    padding: 8px 0;
    display: none;
	z-index: 1;
}
.newChangeBox.on .newChangeList {
    display: block;
}
.placeUl>li{
	height: 30px;
    padding: 0 10px;
    line-height: 28px;
    text-align: center;
    margin-right: 20px;
    font-size: 14px;
	float: left;
}
.place_title{
	height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
	margin-right: 10px;
}
.meun_list>div{
	margin-bottom: 10px;
}
.newChangeList li:hover {
    background: #E7EBEE;
}
.placeCur{
	cursor: pointer;
}
.placeCur.on{
	color: #ffffff;
    background: #006ba8;
    border-radius: 15px;
}
.scopeNum{
	width: 90%;
}
/*政策解读视频轮播*/
.regulationsVideoBox {
	margin-top: 40px;
}

.regulationsVideoCnt {
	display: block;
	float: left;
	width: 320px;
	height: 180px;
	margin-left: 40px;
	position: relative;
}

.regulationsVideoCnt>img {
	display: block;
	width: 100%;
	height: 100%;
}

.regulationsVideo_btnBox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.2);
}

.regulationsVideo_btnBox img {
	display: block;
	margin: 72px auto 0;
}

.regulationsVideoCnt:first-child {
	margin-left: 0;
}

.regulationsVideoCnt:hover .regulationsVideo_btnBox {
	background: none;
}

.swiper_jiedu {
	height: 280px;
	margin-bottom: 30px;
}
.pagination_dynamic {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	z-index: 999;
}

.pagination_dynamic .swiper-pagination-switch {
	display: inline-block;
	width: 17px;
	height: 17px;
	background: url("dynamic_swiper_paginationBg.png") no-repeat center;
	cursor: pointer;
	padding: 5px 16px;
}

.pagination_dynamic .swiper-active-switch {
	background: url("dynamic_swiper_paginationBg_hover.png") no-repeat center;
}
/*政策解读视频轮播end*/

/*科创服务-创业者找资金银行列表*/
.bank_list .bank_title{
	width: 97%;
	margin: 0 auto;
	font-size: 22px;
	color: #004165;
	font-weight: 400;
	padding: 25px 0;
}
.bank_title span{
	margin-right: 94px;
}
.bank_title span:nth-child(1){
	margin-right: 340px;
}
.bank_title span:nth-child(2){
	margin-right: 120px;
}
.bank_title span:last-child{
	margin-right: 0;
}
.bank_list li{
	background: url("zjbg.jpg");
	padding: 20px 20px 0 20px;
	font-size: 18px;
	overflow: hidden;
	position: relative;
	min-height: 150px;
}
.bank_list li h3{
	color: #28303e;
	font-size: 18px;
	position: absolute;
	top: 64px;
	left: 400px;
	width: 200px;
	font-weight: normal;
}
.bank_list .bank_logo{
	border: 1px solid #C6D1DB;
	display: inline-block;
	padding: 14px 20px;
	float: left;
	background: #F3F3F3;
}
.bank_logo img{
	width: 290px;
	height: 85px;
}
.bank_list .box{
	float: right;
	padding-top: 45px;
	color: #8598a8;
	width: 150px;
	word-break: break-all;
	text-align: center;
}
.bank_list .box p {
	float: left;
	display: block;
}
.bank_list .box p:first-child{
	width: 160px;
}
.bank_list .bank_cont {
	display: table-cell;
	padding-bottom: 20px;
}
.bank_list .bank_cont p {
	display: table-cell;
	padding: 0 10px;
	vertical-align: middle;
}
.bank_list .bank_cont p:nth-child(1) {
	width: 370px;
}
.bank_list .bank_cont p:nth-child(2) {
	width: 17%;
}
.bank_list .bank_cont p:nth-child(3) {
	width: 14%;
}
.bank_list .bank_cont p:nth-child(4) {
	width: 14%;
}
.bank_list .bank_cont p:nth-child(5) {
	width: 14%;
}
.bank_list .bank_cont p:nth-child(6) {
	text-align: center;
}
.bank_list .bank_cont .bankimg {
	border: 1px solid #C6D1DB;
	padding: 10px;
	display: block;
	text-align: center;
}
.bank_list ul li span {
	display: none;
}
.bank_list .line {
	clear: both;
	border-bottom: 1px solid #C6D1DB;
	height: 1px;
}

.affairNav {
	margin: 16px auto 0;
	width: 622px;
}

.affairNav li {
	width: 200px;
	line-height: 45px;
	background: url("affairNav_li_bg.jpg") no-repeat;
	margin-left: 5px;
	text-align: center;
	display: inline-block;
}

.affairNav li:first-child {
	margin-left: 0;
}

.affairNav li a {
	font-size: 20px;
	color: #004165;
	display: block;
}

.affairNav li.on a {
	color: #fff;
}

.affairNav img {
	display: none;
	margin: 0 auto;
}

.affairNav li.on img {
	display: block;
}

.affairNav li.on {
	background: url("affairNav_li_bg_hover.jpg") no-repeat;
}
.trends_nav .affairNav {
	width: 100%;
	text-align: center;
}

.trends_nav .affairNav li {
	width: 226px;
	height: 55px;
	background-size: 100% 55px;
	line-height: 55px;
}
.trends_nav .dynamic_list_det:nth-child(4n+1) {
	margin-left: 0;
}

.trends_nav .dynamic_list_det {
	margin-top: 38px;
}

.oldurl p {
	tab-index: 2em;
}
/*科创服务-创业者找资金银行列表end*/

/*一区多园*/
.area_swiper{position: relative;}
.area_swiper .img{float: left;}
.area_swiper .img,
.area_swiper .img img{width: 682px;height: 449px;}
.area_swiper .cont{float: left;width: 718px;height: 449px;position: relative;box-sizing: border-box;padding: 49px 70px 0 60px;
	background: url("cont_bg_1400.jpg") no-repeat;}
.area_swiper .cont h2{color: #333333;font-size: 26px;line-height: 40px;}
.area_swiper .cont p{color: #333333;font-size: 18px;line-height: 32px;padding: 22px 0 26px;}
.area_swiper .cont h4{color: #8598a8;font-size: 18px;font-weight: normal;}
.area_swiper .cont .more{color: #8598a8;font-size: 18px;background: url("arrow.png") no-repeat right center;
	background-size: 27px 13px;padding-right: 38px;position: absolute;bottom: 61px;right: 70px;}
.area_swiper .arrow-left,
.area_swiper .arrow-right{width: 49px;height: 49px;background: url("prev_c.png") no-repeat;
	background-size: 49px 49px;position: absolute;top: auto;margin-top: 0;bottom: 50px;left: 744px;z-index: 5;}
.area_swiper .arrow-right{background: url("next_c.png") no-repeat;left: 802px;}
.area_swiper .arrow-left:hover{background: url("prev_cd.png") no-repeat;}
.area_swiper .arrow-right:hover{background: url("next_cd.png") no-repeat;}
.area_swiper .pagination{bottom: 26px;width: 682px;position: absolute;left: 0;z-index: 5;text-align: center;}
.area_swiper .swiper-pagination-switch{width: 12px;height: 12px;background: #4d4d4d;border: 1px solid #aab6c0;margin: 0 5px;
	border-radius: 100%;display: inline-block;cursor: pointer;}
.area_swiper .swiper-active-switch{background: #006ba8;border: 1px solid #76a9c6;}
.area_swiper .swiper-container{width: 1400px;height: 449px;}
.m_slide{display: none;}

/*需求发布*/
.release{text-align:center;padding: 20px 0;}
.release h2{color: #004165;font-size: 42px;}
.release p{color: #004165;font-size: 20px;}
.demand{background:#fcfdfd;border-top: 4px solid #115175;box-shadow: 0 0 18px rgba(241,243,245,1);padding: 60px 60px 0;
	box-sizing: border-box;height: 807px;margin-bottom: 98px;}
.demand li{overflow: hidden;padding-bottom: 30px;}
.demand li h3{float: left;color: #004165;font-size: 18px;font-weight: normal;height: 44px;line-height: 44px;}
.demand li h3 span{color: #dd6558;font-size: 18px;display: inline-block;padding-right: 7px;}
.demand li h3 label{display: none;}
.demand li .tent{float: right;width: 1179px;position: relative;}
.demand li .tent .text{width: 100%;height: 44px;line-height: 44px;background:#ffffff;border: 1px solid #a5b8c5;font-family: '微软雅黑';
	color: #004165;font-size: 18px;outline: none;padding: 0 18px;box-sizing: border-box;border-radius: 3px;}
.demand li .tent .text::-webkit-input-placeholder,
.demand li .tent textarea::-webkit-input-placeholder{
	　　color:#a3b6c0;font-size:18px;
}
.demand li .tent .text:-moz-placeholder,
.demand li .tent textarea:-moz-placeholder{
	　　color:#a3b6c0;font-size:18px;
}
.demand li .tent .text::-moz-placeholder,
.demand li .tent textarea::-moz-placeholder{
	　　color:#a3b6c0;font-size:18px;
}
.demand li .tent .text:-ms-input-placeholder,
.demand li .tent textarea:-ms-input-placeholder{
	　　color:#a3b6c0;font-size:18px;
}
.demand li .tent textarea{width: 100%;height: 210px;background:#ffffff;border: 1px solid #a5b8c5;font-family: '微软雅黑';
	color: #004165;font-size: 18px;outline: none;padding: 12px 18px;box-sizing: border-box;border-radius: 3px;overflow: auto;
	resize:none;}
.demand li .fileBox{position: relative;}
.demand li .fileBox,
.demand li .fileBox .file,
.demand li .fileBox span{width: 109px;height: 34px;line-height: 34px;}
.demand li .fileBox .file{position: absolute;top: 0;left: 0;z-index: 3;opacity: 0;cursor: pointer;border:0;outline: none;}
.demand li .fileBox span{background:#0065a4;text-align: center;color: #ffffff;font-size: 16px;border-radius: 3px;display: block;}
.demand li:nth-child(3) h3{margin-top:-5px;}
.img-box{margin-top: 15px;}
.img-box .up-p{margin-bottom: 20px;font-size: 16px;color: #555;}
.z_photo .z_file{position: relative;}
.z_file  .file{width: 102px;height: 102px;opacity: 0;position: absolute;top: 0px;left: 0px;z-index: 100;cursor: pointer;}
.z_photo .up-section{position: relative;margin-right: 20px;margin-bottom: 20px;}
.up-section .close-upimg{position: absolute;top: -9px;right: -9px;display: block;z-index: 10;cursor: pointer;
	width: 21px;height: 21px;}
.up-section .up-span{display: block;width: 100%;height: 100%;visibility: hidden;position: absolute;top: 0px;left: 0px;
	z-index: 9;background: rgba(0,0,0,.5);}
/*.up-section:hover .up-span{visibility: visible;}*/
.z_photo .up-img{display: block;width: 100%;height: 100%;}
.loading{border: 1px solid #D1D1D1;/*background:url(loading.gif) no-repeat center;*/}
.up-opcity{opacity: 0;}
.img-name-p{display: none;}
.upimg-div .up-section {width: 102px;height: 102px;}
.img-box .upimg-div .z_file {width: 102px;height: 102px;}
.z_file .add-img {display: block;width: 102px;height: 102px;}
.mask{z-index: 1000;display: none;position: fixed;top: 0px;left: 0px;width: 100%;height: 100%;background: rgba(0,0,0,.2);}
.mask .mask-content{width: 370px;position: absolute;top: 50%;left: 50%;margin: -140px 0 0 -185px;height: 280px;text-align: center;
	border: 1px solid #dd6558;border-radius: 5px;overflow: hidden;background: #fcfdfd;}
.mask .mask-content .title{width: 370px;height: 48px;line-height: 48px;background:url("title_top.png") no-repeat;}
.mask .mask-content .title h3{color: #ffffff;font-size: 18px;float: left;padding-left: 23px;height: 48px;line-height: 48px;
	margin-top: 0;}
.mask .mask-content .title .close{display: block;float: right;width: 17px;height: 17px;background:url("mask-close.png") no-repeat;
	margin: 16px 17px 0 0;}
.mask .mask-content .del-p{color: #333333;font-size: 18px;background:url("gt.png") no-repeat center top;
	background-size: 60px 60px;padding: 73px 0 43px;margin-top: 35px;}
.mask-content .check-p{height: 56px;line-height: 56px;position: absolute;bottom: 0px;left: 0px;width: 100%;border-top: 1px solid #f3d3ce;
	font-size: 0;}
.mask-content .check-p span{width: 50%;display:inline-block;text-align: center;color:#dd6558;font-size: 18px;background: #f9eeec;
	cursor: pointer;}
.check-p .del-com{border-left: 1px solid #edb6af;box-sizing: border-box;}
.demand li .cancel{width: 148px;height: 44px;line-height: 44px;background:#fafbff;border: 1px solid #bdcbdd;cursor: pointer;
	color: #6e8da9;font-size: 18px;outline: none;border-radius: 3px;display:inline-block;}
.demand li .submit{width: 148px;height: 44px;line-height: 44px;background:#0065a4;border: 1px solid #0065a4;cursor: pointer;
	color: #ffffff;font-size: 18px;outline: none;border-radius: 3px;display:inline-block;margin-left: 20px;}
.demand li .btnBox{font-size: 0;text-align: center;padding-top: 50px;}

/*我要建议*/
.proposal_checkbox{
	height: 44px;
	line-height: 44px;
	padding-left: 30px;
}
.proposal_checkbox span{
	margin-right: 50px;
	color: #004165;
	font-size: 18px;
}
.proposal_checkbox span img{
	margin-top: -3px;
	cursor: pointer;
}
/*我要查信*/
.meInformation .personnel_area span.sar{
	background: url("policy_btn1.jpg") center no-repeat !important;
	background-size: 100% 100%;
	margin-left: 10px;
}
.meInformation .searName label,.meInformation .personnel_area label{
	margin-left: 40px;
}
.meInformation .personnel_area .area i{
	display: inline-block;
	position: relative;
	padding-right: 10px;
}
.meInformation .personnel_area .area i input{
	width: 135px;
	border: 0;
	height: 38px;
	line-height: 38px;
	float: left;
	margin-left: 0;
	padding-left: 10px;
	cursor: pointer;
}
.meInformation .personnel_area .area i:nth-child(2) input{
	margin-left: 0;
}
.meInformation .personnel_area .area i img{
	margin-top: -5px;
}
.meInformation .personnel_area .area{
	height: 40px;
	line-height: 40px;
	margin-top: 25px;
	background: #fff;
	border: 1px solid #a5b8c5;
	margin-left: 15px;
}

.release.release_in h2{
	padding-bottom: 0;
}
.information_nav .nav_list li{
	width: 178px;
}
.information_nav .nav_list li p{
	background: url("kc_infoTab_bg.png") center repeat;
	background-size: 100% 100%;
	border: 0;
}
.meInformation_list li{
	padding: 25px 45px;
	background: #fff;
	position: relative;
	overflow: hidden;
	font-size: 16px;
	margin-bottom: 15px;
}
.meInformation_list li:hover div.me_info h3.title{
	color: #0065a4;
}
.meInformation_list div.me_info{
	float: left;
	width: 950px;
	margin-right: 100px;
}
.meInformation_list div.me_info h3.title{
	font-size: 18px;
	color: #28303E;
	margin-bottom: 15px;
	margin-top: 15px;
}
.meInformation_list div.me_info p{
	color: #8598a8;
	line-height: 1.5;
}
.meInformation_list div.me_status{
	float: left;
	width: 60px;
}
.meInformation_list div.me_date{
	float: right;
	width: 140px;
}
.meInformation_list div.me_status p:first-child ,.meInformation_list div.me_date p:first-child{
	margin-top: 15px;
	color: #8598a8;
	margin-bottom: 15px;
}
.meInformation_list li .tagging{
	width: 85px;
	height: 26px;
	line-height: 26px;
	background: #115175;
	font-size: 14px;
	color: #FFFFFF;
	text-align: center;
	position: absolute;
	top: 0;
	left: 45px;
}
.meInformation_list{
	display: none;
}
.meInformation_list1{
	display: block;
}
/*在线调查*/
.online_survey ul li{
	width: 440px;
	background: #fff;
	padding: 50px 35px 30px;
	position: relative;
	box-shadow:#e9eff2 0px 0px 15px 0px;
	margin-bottom: 40px;
	margin-right: 40px;
	float: left;
}
.online_survey ul li:nth-child(3n){
	margin-right: 0;
}
.online_survey ul li .tagging{
	width: 90px;
	height: 26px;
	line-height: 26px;
	background: #115175;
	font-size: 14px;
	color: #FFFFFF;
	text-align: center;
	position: absolute;
	top: 0;
	left: 35px;
}
.online_survey ul li .tagging.taggingDis{
	background: #ced4d7;
}
.online_survey ul li:hover h3{
	color: #0065a4;
}
.online_survey ul li h3{
	color: #28303e;
	font-size: 20px;
	line-height: 1.5;
	margin-bottom: 20px;
	height: 60px;
	overflow: hidden;
}
.online_survey ul li .info{
	color: #8598a8;
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 15px;
	height: 8em;
}
.online_survey ul li .date{
	color: #8598a8;
	font-size: 14px;
	float: left;
}

.online_survey ul li .sj{
	float: right;
	color: #8598a8;
	font-size: 14px;
}
.online_survey ul li .date img{
	margin-top: -4px;
	margin-right: 3px;
}
/*互动交流*/
.communication{

}
.communication a{
	float: left;
}
.communication a:hover{
	transform: translateY(-10px);
	animation-play-state: running;
}
.communication a{
	margin-right: 40px;
	transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
}
/*
.communication a:nth-child(2n){
	margin-right: 0;
}
*/
.communication a:nth-child(2n){
	margin-right: 0;
}
.communication a img{
	/*width: 440px;*/
	width: 680px;
}
.letter_list ul{
	clear: both;
	overflow: hidden;
}
.letter_list li{
	width: 320px;
	position: relative;
	margin-right: 40px;
	float: left;
	background: url("kc_lxxd_new_bg.jpg") no-repeat;
	background-size: 100% auto;
	height: 220px;
}

.letter_list li a{
	display: block;
	height: 100%;
	box-sizing: border-box;
	padding: 35px 40px;
}
.letter_list li:last-child{
	margin-right: 0;
}
.letter_list li p.img{
}
.letter_list li h3{
	height: 135px;
	overflow: hidden;
	line-height: 34px;
	font-size: 20px;
	color: #28303e;
}
.letter_list li:hover h3{
	color: #0065a4;
}
.letter_list li p.info{
	display: none;
}
.letter_list li div.date{
	color: #8598a8;
	font-size: 14px;
}
.letter_tab_more{
	display: block;
	width: 200px;
	height: 53px;
	line-height: 51px;
	font-size: 16px;
	color: #004165;
	margin: 32px auto 60px;
	border: 1px solid #004165;
	background: url("policy_tab_more_bg.png") no-repeat 65%;
	padding-left: 70px;
}
.letter_tab_more:hover{
	color: #fff;
	background: url("policy_tab_more_bg_hover.png") no-repeat 65% #004165;
}
.online_list ul li{
	width: 330px;
	margin-right: 26px;
	position: relative;
	float: left;
}
.online_list ul li img{
	width: 100%;
}
.online_list ul li:last-child{
	margin-right: 0;
}
.online_list ul li p.tagging{
	width: 105px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	background: url("kc_diaochaIcon_v2021.png") center no-repeat;
	background-size: 100% 100%;
	color: #ffffff;
	font-size: 18px;
	padding-right: 5px;
	position: absolute;
	top: -6px;
	left: 10px;
}
.online_list ul{
	padding-top: 6px;
	clear: both;
	overflow: hidden;
}
/*互动交流*/
.ncsti_search{
	position: relative;
}
.proposal_mask{
	position: absolute;
	width: 250px;
	height: 50px;
	background: rgba(0,0,0,0.5);
	bottom: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
	text-align: center;
	line-height: 50px;
	display: none;
}

.letter_list li p.info {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    display: box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    box-orient: vertical;
    display: none;
}

.letter_list li p.img {
    width: 76px;
    float: right;
    position: absolute;
    top: 80px;
    right: 40px;
    z-index: 2;
}

.letter_list li p.img img{
	display: block;
	width: 100%;
}

.letter_list li .date img {
    margin-right: 5px;
}
.online_list ul li:first-child,.online_list ul li:nth-child(3){
	background: url("kc_diaocha1_v2021.png") center no-repeat;
	background-size: 100% 100%;
	height: 206px;
}
.online_list ul li:nth-child(2),.online_list ul li:nth-child(4){
	background: url("kc_diaocha2_v2021.png") center no-repeat;
	background-size: 100% 100%;
	height: 206px;
}
.online_list .titleBox{
	padding: 35px 20px;
	font-size: 20px;
	line-height: 32px;
	margin-top: 7px;
}
.online_list ul li:first-child .titleBox,.online_list ul li:nth-child(3) .titleBox{
	color: #005fb9;
}
.online_list ul li:nth-child(2) .titleBox,.online_list ul li:nth-child(4) .titleBox{
	color: #19757d;
}

/*我要建议*/
.demand {
	position: relative;
}

.demand .proposal_mask {
	position: absolute;
	width: 250px;
	height: 50px;
	background: rgba(0, 0, 0, 0.5);
	bottom: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
	text-align: center;
	line-height: 50px;
	display: none;
}

.demand li .tent .text.proposal_code {
	width: 200px;
	float: left;
	margin-right: 10px;
}

.codeImg {
	height: 44px;
}

.demand li {
	position: relative;
}

.demand li p.tips {
	position: absolute;
	color: red;
	bottom: 4px;
	left: 116px;
	display: none;
}


textarea::-webkit-input-placeholder {
	color: #a3b6c0;
}

.proposal_checkbox span {
	cursor: pointer;
}

.codeImg {
	cursor: pointer;
}


@keyframes circleProgressLoad_right{
    0%{
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
    }
    50%{
        transform: rotate(225deg);
        -webkit-transform: rotate(225deg);
    }
    100%{
        transform: rotate(225deg);
        -webkit-transform: rotate(225deg);
    }
}
@keyframes circleProgressLoad_left{
    0%{
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
    }
    50%{
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
    }
    100%{
        transform: rotate(225deg);
        -webkit-transform: rotate(225deg);
    }
}

@-webkit-keyframes circleProgressLoad_right{
    0%{
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
    }
    50%{
        transform: rotate(225deg);
        -webkit-transform: rotate(225deg);
    }
    100%{
        transform: rotate(225deg);
        -webkit-transform: rotate(225deg);
    }
}
@-webkit-keyframes circleProgressLoad_left{
    0%{
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
    }
    50%{
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
    }
    100%{
        transform: rotate(225deg);
        -webkit-transform: rotate(225deg);
    }
}

.circleProgress_wrapper{
    width: 30px;
    height: 30px;
    position: relative;
}

.wrapper{
    width: 15px;
    height: 33px;
    position: absolute;
    top:0;
    overflow: hidden;
}
.right{
    right:0;
}
.left{
    left:0;
}
.circleProgress{
    width: 26px;
    height: 26px;
    border: 3px solid #13AE96;
    border-radius: 50%;
    position: absolute;
    top:0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    box-sizing: content-box;
}
.rightcircle{
    border-top-color: #F0F0F0;
    border-right-color: #F0F0F0;
    right:0;
    animation: circleProgressLoad_right 30s linear;
    animation-play-state:paused;
    -webkit-animation: circleProgressLoad_right 30s linear;
    -webkit-animation-play-state:paused;
}
.leftcircle{
    border-bottom-color: #F0F0F0;
    border-left-color: #F0F0F0;
    left:0;
    animation: circleProgressLoad_left 30s linear;
    animation-play-state:paused;
    -webkit-animation: circleProgressLoad_left 30s linear;
    -webkit-animation-play-state:paused;
}

    
.audioBtnBox {
    position: relative;
}

.audioBtn {
    position: absolute;
    display: block;
    left: 9px;
    top: 10px;
    width: 14px;
    content: url("begin.png");
}

.audioBtn.audioOn{
    content: url("pause.gif");
    top: 9px;
}


.music {
    display: none;
}
.musicBox{
    float: right;
}



/*我要查信*/
.meInformation_list{
	display: block;
	position: relative;
}
.personnel_search .personnel_area{
	margin-left: 170px;
}
.meInformation_list div.me_date{
	width: 170px;
}
.meInformation_list{
	display: block !important;
}


.resWord {
	color: #0645ad;
	border-bottom: 1px solid #0645ad;
	cursor: pointer;
	position: relative;
}

.tooltiptext {
	visibility: hidden;
	background: #2b6ba3;
	color: #DEDEDE;
	text-align: left;
	border-radius: 6px;
	padding: 20px 30px;
	position: absolute;
	z-index: 1;
	bottom: 22px;
	line-height: normal;
	left: -240px;
	width: 500px;
	max-height: 200px;
	overflow-y: scroll;
	font-size: 16px;
	line-height: 1.5;
	text-indent: 2em;
	font-weight: normal;
}

.tooltiptext::-webkit-scrollbar {
	width: 4px;
	/*height: 4px;*/
}

.tooltiptext::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 5px #B9B9B9;
	background: #B9B9B9;
}


.tooltiptextArr {
	content: "";
	position: absolute;
	top: 0;
	left: 55%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: black transparent transparent transparent;
	visibility: hidden;
}

.resWord:hover > .tooltiptext,
.resWord:hover > .tooltiptextArr {
    visibility: visible;
}

.resWord:hover >  .resWord:hover +.tooltiptext{
	display: none;
}


/*科创会客厅-政策解读*/

.news_box2 h1 {
    padding: 15px 0 40px;
}

.news_box2 .imgbox {
    float: left;
    position: relative;
    margin-right: 30px;
    width: 240px;
    height: 180px;
    overflow: hidden;
}

.news_box2 .imgbox .imgbox_pic {
    display: block;
    height: 100%;
	width: 100%;
}
.news_box2 .video {
	width: 320px;
}
.imgbox_tag {
    width: 90px;
    height: 26px;
    line-height: 26px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    position: absolute;
    left: 10px;
    top: 0;
    z-index: 1;
}

.imgbox_tag_greenBg {
    background-color: #12ad95;
}

.imgbox_tag_redBg {
    background-color: #dd5041;
}

.imgbox_icon {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 51px;
    height: 51px;
    margin: -25px 0 0 -25px;
}

.imgbox_icon_video {
    background: url("video_icon.png") no-repeat;
    background-size: 100% 100%;
}

.imgbox_icon_play {
    background: url("play_icon.png") no-repeat;
    background-size: 100% 100%;
}

.imgbox_timesBox {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 27px;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-size: 14px;
    line-height: 27px;
    padding: 0 10px 0 18px;
    box-sizing: border-box;
    overflow: hidden;
    border-top-left-radius: 20px;
}

.news_box2 .info h2 {
    margin-top: 11px;
    margin-bottom: 26px;
}

.news_box2 .info .info_text {
    font-size: 16px;
    color: #8598a8;
    line-height: 36px;
    text-indent: 0;
}

.news_box2 .info .info_text_times {
    background: url("view_icon2.png") no-repeat left center;
    padding-left: 26px;
    display: none;
}
/************搜索新增***************/

.search_box .search_inp{
    z-index: 300;
}
 .search .searIn {
    border-color: #ccc;
    background: #fff;
}
.search_inp .new_search_list {
    position: absolute;
    top: 72px;
    width: 1020px;
    background-color: #fff;
    border: 1px solid #cccccc;
    border-radius: 0 0 4px 4px;
    border-top: none;
    z-index: 99;
    box-sizing: border-box;
    padding: 0 20px 20px 50px;
    font-size: 18px;
    line-height: 44px;
    overflow: hidden;
    display: none;
}
.search_inp .new_search_list li {
    cursor: pointer;
    color: #999999;
}
.search_inp .new_search_list li span {
    color: #333333;
}
.search_inp .new_search_list li:first-of-type {
    padding-top: 10px;
    border-top: 1px solid #cccccc;
}

/*  搜索 资质认证 新增 */
.new_search_zzrz{
    padding: 20px 0;
    overflow: hidden;

    border-bottom: 1px dashed #8598a8;
}

.new_search_zzrz .zzrz_item{
        width: 280px;
    float: left;
    margin-right: 30px;
        background: url("certification_bg2.png") no-repeat;
    background-size: 100% 100%;
    margin-bottom: 30px;
}

.new_search_zzrz .zzrz_item:nth-of-type(3n){
    margin-right: 0
}

.new_search_zzrz .zzrz_item a{width:280px; height: 130px; display: table-cell; vertical-align:middle;font-size: 24px; color: #fcfdfd; line-height:35px; font-weight: bold; text-align: center; padding: 0 6px;}

.new_search_zzrz .zzrz_item div {line-height: 50px; height: 50px; background: url("jiangxiang_fbg.gif") repeat-x;}
.new_search_zzrz .zzrz_item div a {padding: 2px 10px; font-size: 18px; font-weight: normal; color: #000; display: inline;border-right: 1px #9AB5C3 solid; border-radius: 0;box-sizing: border-box;width: 33.3%;}
.new_search_zzrz .zzrz_item div a:hover {color: #9AB5C3;}
.new_search_zzrz .zzrz_item div a.canClick:hover {color: #9AB5C3 !important;}
.new_search_zzrz .zzrz_item div a:last-child {border-right: 0}
@media screen and (max-width: 1440px) {
	.keyan .keyan1 {
		left: 0;
		top: 55px;
		width: 185px;
		height: 50px;
	}
	.keyan .keyan2 {
		left: 190px;
		top: 55px;
		width: 100px;
		height: 50px;
	}
	.business {
		margin-bottom: 0 !important;
	}
	.title_box {
		width: 100%;
		text-align: center;
		margin: 20px 0;
	}
	.title_box img {
		width: 400px;
	}
	.banTit p {
		font-size: 35px;
		font-weight: bold;
		color: #004165;
	}
	.banTit img {
		width: 370px !important;
	}
	/*搜索结果页*/
	.ncsti_search {
		width: 1000px;
		margin: 0 auto;
	}
	.site {
		font-size: 14px;
		color: #0065a4;
		padding: 18px 0;
	}
	.site a {
		color: #0065a4;
	}
	.site a:hover {
		color: #00b19d !important;
	}
	.search_box .search_inp {
		height: 82px;
		padding: 20px 0 20px 20px;
		border-bottom: 1px solid #becad5;
		background: rgba(255, 255, 255, 0.6);
		position: relative;
	}
	.search .searIn {
		float: left;
		display: inline-block;
		width: 710px;
		height: 40px;
		line-height: 40px;
		border: 1px solid #a5b8c5;
		background: #f1f3f5;
		border-radius: 4px;
		padding: 0 10px;
		padding-left: 55px;
		font-size: 16px;
		color: #115175;
	}
	.search .searIn::-webkit-input-placeholder {
		color: #a3b6c0;
	}
	.search_inp .big {
		display: inline-block;
		width: 25px;
		height: 25px;
		position: absolute;
		left: 43px;
		top: 28px;
	}
	.search_inp .btn {
		float: left;
		display: inline-block;
		background: url("ncsti_searchBtnBg_v2021.png") center no-repeat;
		background-size: 100% 100%;
		width: 115px;
		height: 40px;
		line-height: 40px;
		color: #FFFFFF;
		font-size: 15px;
		text-align: center;
		margin-left: 10px;
		margin-right: 10px;
		border-radius: 4px;
		box-shadow: 0px 16px 15px -7px #afc9d8;
		cursor: pointer;
	}
	.search_inp .number {
		float: left;
		display: inline-block;
		font-size: 15px;
		width: 115px;
		height: 40px;
		line-height: 40px;
		color: #FFFFFF;
		background: url("ncsti_searchNumBg_v2021.png") center no-repeat;
		background-size: 100% 100%;
		text-align: center;
		border-radius: 4px;
		box-shadow: 0px 16px 15px -7px #ace5e4;
		cursor: pointer;
		position: relative;
	}
	.search_inp .number ul {
		position: absolute;
		left: 0px;
		top: 38px;
		width: 115px;
		border: 1px solid #00ae9a;
		background: #fff;
		color: #286182;
		z-index: 99;
		display: none;
	}
	.search_inp .number ul li {
		padding-left: 16px;
		text-align: left;
	}
	.search_inp .number ul li:hover {
		background: #E7EBEE;
	}
	.search_inp .number.on ul {
		display: block;
	}
	.search_inp .number img {
		margin-left: 4px;
	}
	.search .search_enclo {
		width: 100%;
		height: 60px;
		background: #00b19d;
		padding: 16px 20px;
		color: #FFFFFF;
		margin-bottom: 16px;
		font-size: 15px;
	}
	.search_enclo_new{
		top: 81px;
	}
	.search_enclo input, .search_enclo .office i {
		width: 170px;
		height: 30px;
		border: 1px solid #009181;
		font-size: 15px;
		color: #8598a8;
		padding-left: 14px;
	}
	.search_enclo .offices {
		display: inline-block;
		float: left;
	}
	.search_enclo .office i {
		background: #FFFFFF;
		cursor: pointer;
		line-height: 26px;
	}
	.search_enclo .office ul {
		position: absolute;
		left: 0;
		top: 27px;
		width: 170px;
		border: 1px solid #286182;
		background: #fff;
		color: #286182;
		cursor: pointer;
		display: none;
	}
	.search_enclo .office ul {
		text-align: left;
	}
	.search_enclo .office ul li {
		padding: 8px 20px;
	}
	.search_enclo .office ul li:hover {
		background: #E7EBEE;
	}
	.search_enclo .office.on ul {
		display: block;
	}
	.search_enclo input::-webkit-input-placeholder {
		color: #8598a8;
	}
	.search_enclo input:-moz-placeholder {
		color: #8598a8;
	}
	.search_enclo input::-moz-placeholder {
		color: #8598a8;
	}
	.search_enclo input:-ms-input-placeholder {
		color: #8598a8;
	}
	.search_enclo .office, .search_enclo .year, .search_enclo .num {
		position: relative;
	}
	.search_enclo .trade {
		margin-left: 40px;
	}
	.search_enclo .year {
		margin: 0 10px;
	}
	.search_enclo .office img, .search_enclo .year img, .num img {
		position: absolute;
		right: 14px;
		top: 11px !important;
	}
	.search_enclo .office img, .search_enclo .year img {
		top: 8px !important;
	}
	.search_enclo .type img {
		top: 6px !important;
		right: 50px !important;
	}
	.search_nav {
		width: 100%;
		height: 50px;
		background: url("ncsti_searchBannerBg_v2021.png") center;
		border-bottom: 4px solid #115175;
		overflow: hidden;
		padding-left: 130px;
	}
	.search_nav li {
		float: left;
		font-size: 15px;
		color: #FFFFFF;
		padding: 16px 36px 13px;
		cursor: pointer;
	}
	.search_nav li:hover, .search_nav .active {
		background: rgba(0, 0, 0, 0.1);
	}
	.content_box {
		width: 100%;
		padding: 0 30px;
		background: #fcfdfd;
		overflow: hidden;
	}
	.search_result {
		color: #8598a8;
		font-size: 14px;
	}
	.search_result p {
		width: 630px;
		border-bottom: 1px solid #c6d1db;
		padding: 16px 0;
	}
	.search_result span {
		color: #0065A4;
	}
	.search_left {
		width: 630px;
		float: left;
	}
	.search_left li {
		padding: 24px 0;
		border-bottom: 1px dashed #8598a8;
	}
	.search_left li:hover .info {
		color: #115175;
	}
	.search_top {
		margin-bottom: 14px;
	}
	.search_top .tagging {
		float: left;
		width: 85px;
		height: 22px;
		line-height: 22px;
		background: #115175;
		font-size: 12px;
		color: #FFFFFF;
		text-align: center;
		margin-right: 18px;
	}
	.search_top .title {
		float: left;
		font-size: 16px;
		color: #28303e;
		width: 527px;
		overflow: hidden;
		/*white-space: nowrap;
		text-overflow: ellipsis;*/
	}
	.search_left .info {
		width: 100%;
		color: #8598a8;
		font-size: 14px;
		line-height: 24px;
		margin-bottom: 18px;
		text-overflow: -o-ellipsis-lastline;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		line-clamp: 2;
		-webkit-box-orient: vertical;
	}
	.search_left .info span, .search_left .title span {
		color: #dd6558;
	}
	.search_left .date, .search_left .source {
		color: #8598a8;
		font-size: 12px;
	}
	.search_left .date {
		margin-right: 60px;
	}
	.search_left .date img, .search_left .source img {
		margin-right: 2px;
		margin-top: -2px;
	}
	.search_right {
		width: 270px;
		min-height: 1400px;
		float: right;
		background: #f5f7fa;
		border-left: 1px solid #c6d1db;
		padding: 0 40px;
	}
	.search_right h2 {
		color: #28303e;
		font-size: 18px;
		padding-top: 30px;
	}
	.search_right h2 span {
		color: #dd6558;
	}
	.right_list .title {
		width: 80px;
		height: 28px;
		line-height: 28px;
		border-radius: 28px;
		background: #006ba8;
		color: #FFFFFF;
		font-size: 14px;
		text-align: center;
		margin-bottom: 10px;
		margin-top: 30px;
	}
	.right_list ul li {
		padding: 15px 0;
		border-bottom: 1px dashed #8b9dad;
	}
	.right_list ul li a {
		font-size: 13px;
		color: #8598a8;
	}
	.right_list ul li a:hover {
		color: #115175;
	}
	.search_right .empty {
		width: 105px;
		height: 25px;
		line-height: 25px;
		text-align: center;
		border: 1px dashed #8b9dad;
		border-radius: 4px;
		background: #e5e9ef;
		font-size: 12px;
		color: #8598a8;
		margin-top: 15px;
		cursor: pointer;
	}
	/*分页*/
	.page {
		position: relative;
		height: 35px;
		margin: 50px 0 50px;
		width: 564px;
		left: 50%;
		margin-left: -282px;
		overflow: hidden;
	}
	.page a, .page input, .page span {
		display: block;
		float: left;
		height: 35px;
		line-height: 35px;
		margin-right: 5px;
	}
	.page a {
		height: 30px;
		line-height: 30px;
		padding: 0 12px;
		font-size: 14px;
		color: #333;
		border: 1px solid #dddddd;
		border-radius: 2px;
	}
	.page a.on {
		color: #fff;
		background: #18649E;
		border: 1px solid #18649E;
	}
	.page input.text {
		width: 42px;
		text-align: center;
		border: 1px solid #dddddd;
		border-radius: 2px;
		height: 30px;
	}
	.page input.submit {
		width: 40px;
		font-size: 14px;
		border: 1px solid #18649E;
		cursor: pointer;
		background: #18649E;
		color: #fff;
		height: 30px;
		line-height: 30px;
		border-radius: 2px;
	}
	/*分页*/
	.nypage {
		padding: 50px 0 70px;
		text-align: center;
		color: #333333;
		line-height: 28px;
	}
	.nypage a {
		display: inline-block;
		min-width: 28px;
		height: 28px;
		text-align: center;
		line-height: 28px;
		color: #333333;
		margin: 0 2px;
		border: 1px solid #dddddd;
		font-size: 14px;
		border-radius: 2px;
	}
	.nypage a.index, .nypage a.end {
		width: 40px;
	}
	.nypage a.next {
		width: 54px;
	}
	.nypage a.cur {
		background: #18649E;
		color: #ffffff;
	}
	.nypage font {
		display: inline-block;
		vertical-align: middle;
		height: 28px;
		line-height: 28px;
		font-size: 0;
	}
	.nypage font span {
		display: inline-block;
		height: 28px;
		line-height: 28px;
		font-size: 14px;
		float: left;
	}
	.nypage font span {
		line-height: 23px;
		margin-right: 3px;
	}
	.nypage input {
		margin: 0 2px;
		height: 28px;
		line-height: 28px;
		font-size: 13px;
		text-align: center;
		border: 1px solid #dddddd;
		width: 37px;
		float: left;
		margin-top: -3px;
		border-radius: 2px;
	}
	.nypage #go {
		text-align: center;
		border: 1px solid #dddddd;
		width: 37px;
		height: 26px;
		background: #18649E;
		cursor: pointer;
		color: #fff;
		margin-left: 10px;
		line-height: 26px;
		border-radius: 2px;
		margin-top: -1px;
	}
	/*搜索结果图片页*/
	.seaResult {
		border-bottom: 1px solid #c6d1db;
		padding: 16px 0;
	}
	.searPic_list {
		overflow: hidden;
	}
	.searPic_list li {
		float: left;
		margin-right: 10px;
		width: 227px;
		position: relative;
		background: #FFFFFF;
		margin-bottom: 10px;
		box-shadow: #ddd 0px 0px 10px 0px;
		height: 321px;
	}
	.searPic_list li:nth-child(4n) {
		margin-right: 0;
	}
	.searPic_list li .pic_box {
		width: 227px;
		height: 170px;
		overflow: hidden;
	}
	.searPic_list .tagging {
		position: absolute;
		left: 20px;
		top: 0;
		width: 85px;
		height: 22px;
		line-height: 22px;
		background: #115175;
		font-size: 12px;
		color: #FFFFFF;
		text-align: center;
	}
	.searPic_list .info {
		padding: 0 20px;
	}
	.searPic_list .info .title {
		font-size: 16px;
		color: #28303e;
		margin: 20px 0 40px;
		line-height: 26px;
	}
	.searPic_list .date, .searPic_list .source, .searPic_list .read {
		display: inline-block;
		font-size: 12px;
		color: #8598a8;
		margin-bottom: 20px;
	}
	.searPic_list .source, .searPic_list .read img {
		float: right;
	}
	.searPic_list .date img, .searPic_list .source img {
		margin-right: 2px;
		margin-top: -2px;
	}
	.searPic_list .read {
		width: 100%;
		margin-bottom: 20px;
	}
	.searPic_list .read img {
		margin-top: 3px;
	}
	.search_box .sear_pic {
		background: rgba(255, 255, 255, 0.6);
		font-size: 15px;
	}
	.sear_pic label {
		color: #8598A8;
	}
	/*.sear_pic .relevant, .sear_pic .all {
		color: #004165;
		cursor: pointer;
		margin-right: 15px;
	}
	.sear_pic .date, .sear_pic .tit {
		color: #0065a4;
		cursor: pointer;
		text-decoration: underline;
	}*/
	.sear_pic .daarea {
		display: inline-block;
		width: 125px;
	}
	.sear_pic .type span, .sear_pic .daarea input {
		border: 1px solid #a5b8c5;
		width: 125px;
		cursor: pointer;
	}
	.sear_pic .type span {
		margin: 0 20px;
		width: 125px;
		height: 30px;
		line-height: 28px;
		display: inline-block;
		background: #fff;
		color: #8598a8;
		padding-left: 14px;
		margin-top: -1px;
	}
	.sear_pic .dates {
		float: right;
		margin-right: 108px;
		margin-top: -1px;
	}
	.sear_pic .type ul {
		position: absolute;
		left: 20px;
		top: 25px;
		width: 125px;
		border: 1px solid #286182;
		background: #fff;
		display: none;
	}
	.sear_pic .type ul li {
		padding: 8px 14px;
	}
	.sear_pic .type img {
		right: 56px;
		top: 8px;
	}
	/*搜索无结果*/
	.noresult {
		padding-top: 65px;
		padding-bottom: 130px;
	}
	.noresult img {
		width: 260px;
		float: left;
		margin-right: 75px;
		margin-left: 220px;
	}
	.noresult .tips {
		float: left;
		color: #8598a8;
		font-size: 15px;
		margin-top: 64px;
	}
	.noresult .tips p {
		margin-bottom: 20px;
	}
	/*科技动态-四级详情页*/
	.dydetail_box {
		padding: 0 60px;
		border-top: 3px solid #115175;
		background: #fcfdfd;
		/*overflow: hidden;*/
	}
	.dydetail_box .dydetail_left {
		width: 560px;
		float: left;
	}
	.dydetail_header {
		border-bottom: 0;
		padding-bottom: 0;
	}
	.wd100 .dydetail_header {
		border-bottom: 2px solid #e2e8ed;;
		padding-bottom: 20px;
	}
	.dydetail_header h1 {
		margin-top: 45px;
		margin-bottom: 30px;
		color: #28303e;
		font-size: 30px;
		line-height: 47px;
	}
	.dydetail_header span {
		font-size: 14px;
		color: #8598A8;
		margin-right: 76px;
	}
	.wd100 .dydetail_header span {
		font-size: 14px;
		color: #8598A8;
		margin-right: 10px;
	}
	.dydetail1 span:last-child {
		margin-right: 0;
		margin-bottom: 15px;
	}
	.infoFont i {
		width: 23px;
		height: 23px;
		line-height: 20px;
		display: inline-block;
		border: 1px solid #707070;
		border-radius: 4px;
		text-align: center;
		margin-right: 5px;
		cursor: pointer;
	}
	.infoFont i:last-child {
		margin-right: 0;
	}
	.infoFont i:hover, .detIn2Act {
		color: #18649e !important;
		border: 1px solid #18649e !important;
	}
	.dydetail1 {
		display: block;
		float: none;
	}
	.dydetail2 {
		display: block;
	}
	.wd100 .dydetail1 {
		display: inline-block;
		float: left;
	}
	.wd100 .dydetail2 {
		margin-top: 0;
		padding-bottom: 0;
		border-bottom: 0;
		display: initial;
		float: right;
	}
	.dydetail1 span {
		margin-right: 10px;
	}
	.dydetail1 .source{
		max-width: 300px;
	}
	.dydetail2 span:first-child:hover {
		color: #18649e;
	}
	.dydetail2 span {
		cursor: pointer;
		margin-right: 6px;
		margin-left: 0;
	}
	.dydetail2 span:last-child {
		margin-left: 114px;
	}
	.wd100 .dydetail2 span {
		margin-left: 10px;
		margin-right: 6px;
	}
	.wd100 .dydetail2 span:last-child {
		margin-right: 0;
	}
	.dydetail_content .dydetail_tabs {
		margin-top: 24px;
		overflow: hidden;
	}
	.dydetail_content .dydetail_tabs li {
		float: left;
		background: #f1f3f5;
		font-size: 18px;
		color: #8598a8;
		padding: 8px 15px;
		border-radius: 4px;
		margin-right: 8px;
		margin-bottom: 8px;
	}
	.dydetail_content .dydetail_deta {
		font-size: 18px;
		color: #28303E;
	}
	.dydetail_deta_file {
		font-size: 18px;
	}
	.dydetail_content .dydetail_deta p {
		line-height: 34px;
		margin: 23px 0;
	}
	.dydetail_content .dydetail_deta_file p {
		text-indent: 2em;
		line-height: 34px;
	}
	.dydetail_content .dydetail_deta_file p:last-child{
		margin-bottom: 40px;
	}
	.dydetail_content .dydetail_deta .bol {
		font-weight: 700;
	}
	.dydetail_content .dydetail_deta p:last-child {
		margin-bottom: 40px;
	}
	.dydetail_box .dydetail_right {
		width: 270px;
		min-height: 1096px;
		float: right;
		background: #f5f7fa;
		border-left: 1px solid #c6d1db;
		padding: 0 20px;
		margin-top: 55px;
	}
	.dydetail_right li {
		border-bottom: 1px dashed #a8b6c2;
		padding: 10px 0;
		margin-top: 24px;
	}
	.dydetail_right li:last-child {
		border-bottom: 0;
	}
	.dydetail_right .tit {
		width: 80px;
		height: 28px;
		line-height: 27px;
		text-align: center;
		font-size: 14px;
		color: #fff;
		background: #006ba8;
		border-radius: 28px;
		margin-top: 52px;
	}
	.dydetail_right .character .picname img {
		width: 140px;
		height: auto;
	}
	.character .picname {
		text-align: center;
	}
	.character .picname .name {
		font-size: 15px;
		color: #004165;
		margin: 15px 0 10px;
	}
	.character .info {
		font-size: 14px;
		color: #28303E;
	}
	.character .info dl {
		margin: 10px 0;
		width: 229px;
		overflow: hidden;
	}
	.character .info dl dt {
		color: #8598a8;
		float: left;
		width: 70px;
		margin-top: 1px;
	}
	.character .info dl dd {
		line-height: 1.5;
		float: right;
		width: 159px;
	}
	/*政策法规-四级详情页*/
	.statute_box {
		padding: 35px 30px;
	}
	.statute_box .statute_header {
		border: 1px solid #c6d1db;
		padding: 45px 40px 20px;
	}
	.statute_header h1 {
		text-align: center;
		line-height: 47px;
		color: #28303E;
		font-size: 30px;
	}
	.statute_header .headerInfo {
		color: #8598a8;
		font-size: 14px;
		margin-top: 30px;
		padding-bottom: 20px;
		border-bottom: 1px solid #c6d1db;
		overflow: hidden;
	}
	.headerInfo .dydetail1 {
		float: left;
	}
	.headerInfo .dydetail1 img, .headerInfo .dydetail2 img {
		margin-top: -3px;
	}
	.weibo, .wechat {
		width: 28px;
		height: 28px;
	}
	.headerInfo .dydetail2 span:first-child:hover {
		color: #8598a8;
		;
	}
	.headerInfo .dydetail2 span:nth-child(2):hover {
		color: #006ba8;
	}
	.headerInfo .dydetail2 span:last-child {
		margin-left: 0;
	}
	.headerInfo .dydetail2 {
		margin-top: 0;
		border-bottom: 0;
		padding-bottom: 0;
	}
	.statute_header .dydetail2 {
		float: right;
	}
	.statute_content {
		font-size: 18px;
		color: #28303e;
	}
	.statute_content h2 {
		font-weight: normal;
		text-align: center;
		padding: 30px 0 0;
	}
	.statute_content .cont {

	}
	.statute_content .cont p:not(:first-child) {

	}
	.statute_content .cont p {
		line-height: 34px;
    margin: 23px 0;
	}
	.dydetail_deta div {
		line-height: 32px;
		margin-bottom: 1em;
	}
	.statute_content .luo {
		margin-bottom: 20px;
		padding-top: 15px;
	}
	.statute_content .luo p {
		text-align: right;
		margin-bottom: 10px;
	}
	.enclosure {
		font-size: 16px;
		margin-top: 30px;
	}
	.enclosure li a {
		color: #006ba8;
	}
	.enclosure li {
		margin-bottom: 15px;
	}
	.enclosure li:last-child {
		margin-bottom: 0;
	}
	.enclosure p {
		margin-bottom: 10px;
	}
	.enclosure li img {
		margin-left: 8px;
	}
	/*要闻动态-三级列表*/
	.news_box h1 {
		font-size: 35px;
		color: #004165;
		text-align: center;
		padding: 15px 0 25px;
	}
	.news_box li {
		margin-bottom: 20px;
		background: #ffffff;
		padding: 15px 30px 15px 15px;
		position: relative;
		overflow: hidden;
	}
	.news_box li:hover .day, .news_box li:hover .month, .news_box li:hover h2 {
		color: #0065a4;
	}
	.news_box li:hover {
		box-shadow: #d8e5ed 0px 0px 15px 4px;
	}
	.news_box .tagging {
		height: 22px;
		line-height: 22px;
		background: #115175;
		font-size: 12px;
		color: #FFFFFF;
		text-align: center;
		position: absolute;
		top: 0;
		right: 35px;
	}
	.news_box .date {
		float: left;
		width: 60px;
	}
	.news_box .date .day {
		font-size: 38px;
		color: #28303E;
		font-weight: 700;
		text-align: center;
	}
	.news_box .date .month {
		color: #28303e;
		font-size: 14px;
		text-align: center;
	}
	.news_box .info {

	}
	.news_box .info h2 {
		font-size: 16px;
		color: #28303E;
		margin-top: 8px;
		margin-bottom: 8px;
		line-height: 24px;
	}

	.news_box .info h2 .musicBox{
		margin-top: -5px;
	}
	.news_box .info h2 span {
		font-size: 14px;
	}

	.news_box .info h2 .i-title{
		font-size: 14px;
	}
	.news_box .info p {
		font-size: 14px;
		color: #8598A8;
		line-height: 24px;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
	}

    /*通知公告*/
    .news_box.notice_new_box .notice_labels {
        margin-left: 20px;
    }
    .news_box.notice_new_box .lb_item {
        font-size: 14px;
        width: 80px;
        height: 40px;
        line-height: 34px;
        margin-right: 4px;
    }

    /*通知公告修改*/
    .news_box.notice_new_box .lb_item:hover, .news_box.notice_new_box .lb_item.active{
        height: 40px !important;
        line-height: 32px;
        background-size: 100% auto !important;
    }

    .news_box.notice_new_box .lb_item:nth-of-type(n+2){
        height: 32px;
        line-height: 32px;
    }

    .news_box.notice_new_box .lb_item.cfjs_item{
    	height: 32px;
    	line-height: 32px;
    }

    .news_box.notice_new_box .notice_search{
        width: 130px;
        height: 32px;
        line-height: 32px;
    }
		
	.news_box.notice_new_box .lb_item.cfjs_item:hover{
		height: 32px !important;
	}		
    .news_box.notice_new_box .notice_search input{
        height: 32px;
        line-height: 32px;
        font-size: 14px;
        padding-right: 50px;
    }

    .news_box.notice_new_box .notice_search .s_btn{
        width: 46px;
        height: 32px;
        background-size: 120% auto;
    }

    /*要闻动态-三级人才*/
    .personnel_nav {
        overflow: hidden;
        margin-top: 20px;
        margin-bottom: 32px;
        margin-left: 35px;
    }
    .nav_list li {
        width: 230px;
        height: 55px;
        float: left;
        margin-right: 8px;
        cursor: pointer;
        position: relative;
    }
    .nav_list li p {
        width: 100%;
        height: 45px;
        line-height: 42px;
        color: #004165;
        font-size: 22px;
        text-align: center;
        border: 1px solid #004165;
    }
    .nav_list li img {
        position: absolute;
        bottom: 0;
        left: 50%;
        margin-left: -10px;
        display: none;
    }
    .nav_list li.act img, .nav_list li:hover img {
        display: block;
    }
    .nav_list li:first-child {
        margin-left: 110px;
    }
    .nav_list .act p.active, .nav_list li p:hover {
        color: #fff;
        background: url("ncsti_searchBtnBg_v2021.png") center repeat;
        background-size: 100% 100%;
    }
    .personnel_search {
        width: 860px;
        margin: 0 auto;
        height: 80px;
        line-height: 80px;
        background: rgba(255, 255, 255, 0.6);
        font-size: 15px;
        color: #004165;
        margin-bottom: 35px;
    }
    .personnel_search .searName, .personnel_search .personnel_area {
        float: left;
        position: relative;
    }
    .personnel_area .arr {
        position: absolute;
        top: 38px;
        right: 110px;
    }
    .personnel_search .searName input, .personnel_search .personnel_area input, .checkAraea {
        width: 240px;
        height: 30px;
        line-height: 30px;
        color: #8598a8;
        font-size: 15px;
        border: 1px solid #a5b8c5;
        margin-left: 15px;
        padding-left: 14px;
        position: relative;
        display: inline-block;
    }
    .personnel_area label, .personnel_area .area, .personnel_search1 .searName label, .personnel_search1 .searName input {
        float: left;
    }
    .personnel_search1 .searName input {
        margin-top: 26px;
        margin-right: 10px;
    }
    .personnel_area .checkAraea {
        background: #FFFFFF;
        line-height: 27px;
        margin-right: 10px;
        cursor: pointer;
    }
    .personnel_area .area.on {
        color: #286182;
    }
    .personnel_area .area.on ul {
        display: block;
    }
    .personnel_area .area ul {
        position: absolute;
        left: 75px;
        top: 55px;
        width: 240px;
        border: 1px solid #a5b8c5;
        background: #fff;
        padding: 8px 0;
        z-index: 99;
        display: none;
    }
    .personnel_area .area ul li {
        padding-left: 17px;
        height: 40px;
        line-height: 40px;
        cursor: pointer;
    }
    .personnel_area .area ul li:hover {
        background: #E7EBEE;
    }
    .searName input::-webkit-input-placeholder {
        color: #8598a8;
    }
    .searName input:-moz-placeholder {
        color: #8598a8;
    }
    .searName input::-moz-placeholder {
        color: #8598a8;
    }
    .searName input:-ms-input-placeholder {
        color: #8598a8;
    }
    .personnel_search .searName span, .personnel_search .personnel_area span {
        display: inline-block;
        width: 90px;
        height: 30px;
        line-height: 29px;
        color: #FFFFFF;
        cursor: pointer;
    }
    .personnel_search .searName label, .personnel_search .personnel_area label {
        margin-left: 30px;
    }
    .personnel_search .searName span {
        background: url("headerNav_hover_bg.png") center no-repeat;
        background-size: 100% 100%;
    }
    .personnel_search .personnel_area span {
        background: url("ncsti_searchNumBg_v2021.png") center no-repeat;
        background-size: 100% 100%;
    }
    .searName span img, .personnel_area span img {
        margin-right: 4px;
        margin-left: 17px;
        width: 16px;
        margin-top: -3px;
    }
    .personnel_box {
        overflow: hidden;
    }
    .personnel_box ul li {
        width: 235px;
        margin-right: 20px;
        background: #fff;
        position: relative;
        padding: 45px 24px 20px;
        margin-bottom: 20px;
        float: left;
    }
    .personnel_box ul li:nth-child(4n) {
        margin-right: 0;
    }
    .personnel_box ul li .tagging {
        width: 174px;
        height: 22px;
        line-height: 22px;
        background: #115175;
        font-size: 12px;
        color: #FFFFFF;
        text-align: center;
        position: absolute;
        top: 0;
        left: 20px;
    }
    .personnel_box li .picname {
        text-align: center;
    }
    .personnel_box li .picname .perPic {
        width: 145px;
        height: 145px;
        margin: 0 auto;
        border-radius: 145px;
        background: #f1f3f5;
        text-align: center;
        line-height: 145px;
    }
    .personnel_box li .picname img {
        width: 120px;
        height: 120px;
        border-radius: 60px;
        border: 1px solid #2f84b6;
    }
    .personnel_box li .picname .name {
        margin: 20px 0 25px;
        font-size: 16px;
        color: #28303e;
    }
    .personnel_box li .info {
        font-size: 14px;
        color: #8598a8;
        line-height: 23px;
        margin-bottom: 20px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        height: 50px;
    }
    .personnel_box li .more {
        color: #8598a8;
        font-size: 12px;
    }
    .personnel_box li .more img {
        float: right;
        margin-top: 3px;
    }
    /*政策法规-智能推荐政策*/
    .recom_title {
        font-size: 35px;
        color: #004165;
        margin-bottom: 45px;
        margin-top: 15px;
        text-align: center;
    }
    .recom_box {
        padding: 20px 0 50px !important;
    }
    .fl1 {
        padding-top: 50px !important;
        padding-bottom: 0 !important;
    }
    .recom_pop {
        font-size: 15px;
        color: #8598A8;
        overflow: hidden;
        margin-bottom: 15px;
        padding: 0 25px;
    }
    .recom_pop img {
        float: right;
        width: 85px;
        cursor: pointer;
    }
    .recom_table {
        width: 100%;
        color: #28303e;
        font-size: 14px;
    }
    .recom_table th {
        font-size: 15px;
    }
    .recom_table th, .recom_table td {
        padding: 16px 0;
        text-align: left;
    }
    .recom_table th:first-child, .recom_table td:first-child {
        width: 80px;
        text-align: center;
    }
    .recom_table td:nth-child(2) {
        width: 560px;
        padding-right: 20px;
    }
    .intell td:hover a p {
        color: #12AD94;
    }
    .recom_table tbody tr:nth-child(odd) {
        background: #fbfcfe;
    }
    .recom_table tbody tr:nth-child(even) {
        background: #f4f8fa;
    }
    /*政策法规-智能推荐项目*/
    .project_table thead tr th:last-child {
        text-align: center;
    }
    .project_table tbody tr td:last-child {
        cursor: pointer;
        text-align: center;
        color: #0065a4;
    }
    .project_table tbody tr td:last-child span:hover {
        color: #12ad94;
    }
    /*政策法规-三级列表页*/
    .recom_menu .menuTi {
        padding: 10px 15px;
        color: #fafafa;
        font-size: 15px;
        background: #0faa91;
    }
    .recom_menu .meun_list {
        padding: 20px 15px 15px;
        color: #004165;
        font-size: 14px;
        background: url("kc_policiesBg_v2021.png") center no-repeat;
        background-size: 100% 100%;
        overflow: hidden;
        margin-bottom: 20px;
    }
    .recom_menu .meun_list dl {
        overflow: hidden;
        margin-bottom: 10px;
    }
    .recom_menu .meun_list dt {
        float: left;
        margin-top: 3px;
        color: #8598A8;
    }
    .recom_menu .meun_list dd {
        overflow: hidden;
    }
    .meun_list dl:first-child li:last-child {
        margin-left: 27px;
    }
    .meun_list dd li {
        float: left;
        height: 27px;
        padding: 0 20px;
        border-radius: 27px;
        line-height: 25px;
        text-align: center;
        margin-right: 20px;
        font-size: 14px;
        cursor: pointer;
    }
    .meun_list dd li:hover, .meun_list dd li.active {
        color: #ffffff;
        background: #006ba8;
    }
    /*科创服务-我要找空间*/
    .space_nav {
        padding: 24px;
        background: rgba(255, 255, 255, 0.7);
        box-shadow: #d9e7f1 2px 0px 15px 4px;
        font-size: 15px;
        color: #004165;
        overflow: hidden;
        margin-bottom: 40px;
    }
    .space_nav dt {
        float: left;
        font-weight: 700;
        margin-top: 6px;
    }
    .space_nav ul li {
        float: left;
        width: 170px;
        height: 35px;
        line-height: 30px;
        text-align: center;
        background: url("kc_spaceBox.png") center;
        background-size: 100% 100%;
        margin-right: 20px;
        cursor: pointer;
        border-radius: 4px;
        border: 2px solid #f4f5f7;
    }
    .space_nav ul li:first-child {
        width: 110px;
    }
    .space_nav ul li:last-child {
        margin-right: 0;
    }
    .space_nav ul li:hover, .space_nav ul li.active {
        background: url("ncsti_searchBtnBg_v2021.png") center;
        background-size: 100% 100%;
        color: #fff;
        border-radius: 6px;
    }
    .space_box {
        overflow: hidden;
    }
    .space_box ul li {
        margin-right: 20px;
        margin-bottom: 20px;
        width: 320px;
        background: #FFFFFF;
        float: left;
    }
    .space_box ul li:nth-child(3n) {
        margin-right: 0;
    }
    .space_box ul li:nth-child(4n) {
        margin-right: 20px;
    }
    .space_box ul li .pic {
        width: 320px;
        height: 130px;
    }
    .space_box .space_tit {
        padding: 20px;
        overflow: hidden;
    }
    .space_box .space_tit .name {
        font-size: 18px;
        color: #004165;
        float: left;
    }
    .space_box .space_tit .map {
        font-size: 14px;
        color: #8197a6;
        float: right;
    }
    .space_box .space_tit .map img {
        margin-right: 4px;
        margin-top: -1px;
    }
    .space_box .info {
        padding: 0 20px 20px;
        font-size: 15px;
        color: #8598A8;
    }
    .space_box .info p {
        margin-bottom: 10px;
    }
    .spa {
        margin-top: 20px;
        text-align: center;
    }
    .spa img {
        width: 210px;
    }
    /*科创中心-资质详情页*/
    .quali_header {
        padding: 40px 20px !important;
        overflow: hidden;
    }
    .quali_header .headerInfo {
        margin-left: 26px;
        margin-right: 26px;
    }
    .quali_content .lack {
        text-align: right;
        padding-top: 20px;
        padding-right: 26px;
        overflow: hidden;
    }
    .quali_content .lack p {
        float: right;
        width: 235px;
        height: 32px;
        line-height: 32px;
        font-size: 15px;
        color: #FFFFFF;
        background: #006ba8;
        border-radius: 4px;
        text-align: center;
        cursor: pointer;
    }
    .quali_content .quali_info {
        margin-top: 10px;
    }
    .quali_info .info_box {
        width: 100%;
        border: 1px dashed #dd6558;
        background: #f9eeec;
        position: relative;
    }
    .condition_box {
        position: absolute;
        right: 0;
        width: 350px;
        border: 2px solid #dd6558;
        background: #fcfdfd;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
    }
    .condition_box .condition_tit {
        width: 346px;
        height: 53px;
        line-height: 53px;
        background: url("kc_qualiBg_v2021.png") center repeat;
        background-size: 100% 100%;
        padding: 0 20px;
        font-size: 15px;
        color: #ffffff;
    }
    .condition_box .condition_tit img {
        float: right;
        margin-top: 17px;
        cursor: pointer;
    }
    .condition_box .condition_info {
        padding: 22px 25px 8px;
        font-size: 15px;
        color: #000000;
    }
    .condition_box .condition_info div {
        line-height: 26px;
        margin-bottom: 18px;
    }
    .condition_box .condition_foot {
        height: 45px;
        background: #f9eeec;
    }
    .condition_box .condition_foot div:first-child {
        float: left;
        width: 50%;
        height: 45px;
        line-height: 45px;
        text-align: center;
        color: #dd6558;
        border-right: 1px solid #edb6af;
        cursor: pointer;
    }
    .condition_box .condition_foot div:last-child {
        float: right;
        width: 50%;
        height: 45px;
        line-height: 45px;
        text-align: center;
        color: #dd6558;
        border-right: 1px solid #edb6af;
        cursor: pointer;
    }
    .quali_content .quali_info {
        font-size: 16px;
        color: #28303e;
    }
    .quali_info .info p:nth-child(2) {
        margin-top: 10px;
    }
    .quali_content .quali_info h4 {
        margin-top: 40px;
        margin-left: 26px;
    }
    .quali_content .quali_info .info:first-child h4 {
        margin-top: 0;
    }
    .quali_content .quali_info p {
        margin-bottom: 10px;
        line-height: 28px;
        margin-left: 26px;
    }
    /*科技动态-人物详情页*/
    .leading_content {
        overflow: hidden;
    }
    .leading_intro {
        overflow: hidden;
        margin-top: 70px;
        margin-bottom: 65px;
    }
    .leading_content img {
        width: 310px;
        height: 400px;
        margin-left: 40px;
        margin-right: 70px;
        float: left;
    }
    .leading_info {
        float: left;
        width: 438px;
    }
    .leading_info .name {
        font-size: 30px;
        color: #28303E;
        margin: 50px 0 45px;
    }
    .leading_info .info dl {
        margin-bottom: 32px;
        width: 438px;
        overflow: hidden;
    }
    .leading_info .info dt {
        float: left;
        color: #8598a8;
        font-size: 16px;
        width: 82px;
    }
    .leading_info .info dd {
        font-size: 16px;
        color: #28303E;
        line-height: 1.5;
        float: left;
        width: 356px;
    }
    .leading_int .title {
        color: #28303e;
        font-size: 25px;
        margin-left: -16px;
    }
    .leading_int p {
        text-indent: 2em;
        margin-bottom: 25px;
        font-size: 16px;
        line-height: 30px;
    }
    /*创科服务-创业者服务*/
    .service_box {
        padding: 45px 40px 0 !important;
    }
    .service_table tr td:last-child a {
        color: #0065A4;
    }
    .service_table tr td:last-child a:hover {
        color: #12AD94;
    }
    .service_table tr td:first-child {
        width: 100px;
    }
    .service_box tr td:nth-child(2) {
        width: 740px;
    }
    .service_box tr td:nth-child(2) p {
        width: 740px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .serve_tit {
        background: url("kc_serviceTit_v2021.png") center no-repeat;
        background-size: 100% 100%;
        padding: 18px 0;
    }
    .service_tabs {
        margin-bottom: 50px;
    }
    .service_tabs a {
        display: inline-block;
        margin-right: 15px;
    }
    .service_tabs img {
        width: 320px;
    }
    .service_tabs a:last-child {
        margin-right: 0;
    }
    /*科技动态-一区多园.*/
    .area_pic {
        width: 1000px;
        height: 400px;
        background: url("kc_quBoxPic_v2021.jpg") center no-repeat;
        background-size: 100% 100%;
        position: relative;
        margin: 0 auto;
    }
    .area_pic .pic_box {
        width: 540px;
        height: 220px;
        background: rgba(0, 0, 0, 0.4);
        position: absolute;
        left: 50%;
        top: 50%;
        margin-left: -270px;
        margin-top: -110px;
    }
    .area_pic .pic_box .name {
        color: #FFFFFF;
        font-size: 50px;
        text-align: center;
        margin-bottom: 15px;
        margin-top: 40px;
    }
    .area_pic .pic_box .ino {
        color: #FFFFFF;
        font-size: 25px;
        text-align: center;
    }
    .quTit img {
        width: 640px !important;
    }
    .area_tabs {
        width: 1000px;
        margin: 0 auto;
        overflow: hidden;
        padding: 35px 30px 10px;
        box-shadow: #e8ebee 0px 0px 22px 2px;
        margin-bottom: 20px;
    }
    .area_tabs li {
        float: left;
        margin-right: 20px;
        height: 65px;
        width: 140px;
        background: url("kc_quBox_v2021.png") center no-repeat;
        background-size: 100% 100%;
        border-radius: 4px;
        margin-bottom: 20px;
        line-height: 65px;
        text-align: center;
        color: #004165;
        font-size: 18px;
        cursor: pointer;
    }
    .area_tabs li:nth-child(7n) {
        margin-right: 20px;
    }
    .area_tabs li:nth-child(6n) {
        margin-right: 0;
    }
    .area_tabs li:hover, .area_tabs li.active {
        background: url("kc_quBoxAct_v2021.png") center no-repeat;
        background-size: 100% 100%;
        color: #ffffff;
    }
    .area_content {
        width: 1000px;
        margin: 0 auto;
        padding: 0 50px;
        background: #FFFFFF;
        overflow: hidden;
        margin-bottom: 60px;
    }
    .area_content img {
        width: 100%;
    }
    .area_info {
        margin-top: 40px;
    }
    .area_content h3 {
        font-size: 30px;
        color: #28303e;
        margin: 40px 0;
        text-align: center;
    }
    .area_content p {
        font-size: 16px;
        color: #28303E;
        margin-bottom: 30px;
        text-indent: 2em;
        line-height: 34px;
    }
    /*科创服务-创业者找资金列表*/
    .capital_table {
        width: 100%;
        overflow: hidden;
        border-collapse: separate;
        border-spacing: 0px 20px;
    }
    .capital_table thead th {
        font-size: 18px;
        color: #004165;
        padding: 0 15px;
        font-weight: 400;
        text-align: center;
    }
    .capital_table tbody td {
        background: #FFFFFF;
        padding: 25px 20px;
        margin-bottom: 20px;
        font-size: 16px;
        text-align: center;
    }
    .capital_table tbody tr td:nth-child(2) {
        color: #28303e;
        font-weight: 700;
    }
    .capital_table tbody tr td:nth-child(3), .capital_table tbody tr td:nth-child(4) a {
        color: #8598a8;
    }
    .capital_table tbody td:nth-child(2) p {
        max-width: 260px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .capital_logo {
        border: 1px solid #C6D1DB;
        display: inline-block;
        padding: 14px 20px;
    }
    .capital_logo img {
        width: 220px;
        height: 65px;
    }
    /*添加模块*/
    .authentication_title {
        font-size: 35px;
        height: 72px;
        line-height: 72px;
        background-size: auto 100%;
        margin-top: 60px;
    }
    .authentication_own_title {
        font-size: 26px;
    }
    .authentication_own_pic {
        display: inline-block;
        width: 314px;
        height: 146px;
        margin-top: 20px;
        margin-left: 20px;
    }
    .authentication_recommend_title {
        font-size: 26px;
    }
    .authentication_more {
        font-size: 13px;
    }
    /*科创服务-创业者找资金列表*/
    .capital_list .capital_title {
        width: 97%;
        margin: 0 auto;
        font-size: 18px;
        color: #004165;
        font-weight: 400;
        padding: 25px 0;
    }
    .capital_title span {
        margin-right: 70px;
    }
    .capital_title span:nth-child(1) {
        margin-right: 266px;
    }
    .capital_title span:nth-child(2) {
        margin-right: 230px;
    }
    .capital_title span:last-child {
        margin-right: 0;
    }
    .capital_list li {
        background: #FFFFFF;
        padding: 20px;
        font-size: 16px;
        overflow: hidden;
        margin-bottom: 20px;
        position: relative;
        min-height: 130px;
    }
    .capital_list li h3 {
        color: #28303e;
        font-weight: 700;
        font-size: 16px;
        position: absolute;
        top: 54px;
        left: 360px;
    }
    .capital_list .capital_logo {
        border: 1px solid #C6D1DB;
        display: inline-block;
        padding: 14px 20px;
        float: left;
    }
    .capital_logo img {
        width: 220px;
    }
    .capital_list .box {
        float: right;
        padding-top: 35px;
        color: #8598a8;
        width: 310px;
    }
    .capital_list .box p {
        float: left;
        display: block;
    }
    .capital_list .box p:first-child {
        width: 120px;
    }
    .title_box {
        width: 100%;
        text-align: center;
    }
    /*一区多园*/
    .area_swiper .img, .area_swiper .img img {
        width: 484px;
        height: 374px;
    }
    .area_swiper .cont {
        width: 516px;
        height: 374px;
        padding: 42px 57px 0 53px;
        background: url("cont_bg_1400.jpg") no-repeat;
        background-size: 516px 374px;
    }
    .area_swiper .cont h2 {
        font-size: 23px;
        line-height: 34px;
    }
    .area_swiper .cont p {
        font-size: 15px;
        line-height: 26px;
        padding: 16px 0 20px;
    }
    .area_swiper .cont h4 {
        font-size: 15px;
    }
    .area_swiper .cont .more {
        font-size: 15px;
        background: url("arrow.png") no-repeat right center;
        background-size: 23px 11px;
        padding-right: 32px;
        bottom: 50px;
        right: 57px;
    }
    .area_swiper .arrow-left, .area_swiper .arrow-right {
        width: 41px;
        height: 41px;
        background: url("prev_c.png") no-repeat;
        background-size: 41px 41px;
        bottom: 41px;
        left: 536px;
    }
    .area_swiper .arrow-right {
        background: url("next_c.png") no-repeat;
        left: 585px;
        background-size: 41px 41px;
    }
    .area_swiper .arrow-left:hover {
        background: url("prev_cd.png") no-repeat;
        background-size: 41px 41px;
    }
    .area_swiper .arrow-right:hover {
        background: url("next_cd.png") no-repeat;
        background-size: 41px 41px;
    }
    .area_swiper .pagination {
        bottom: 24px;
        width: 484px;
    }
    .area_swiper .swiper-pagination-switch {
        width: 10px;
        height: 10px;
        margin: 0 3px;
    }
    .area_swiper .swiper-container {
        width: 1000px;
        height: 374px;
    }
    /*需求发布*/
    .release {
        padding: 11px 0 42px;
    }
    .release h2 {
        font-size: 34px;
        padding-bottom: 35px;
    }
    .release p {
        font-size: 16px;
    }
    .demand {
        border-top: 3px solid #115175;
        box-shadow: 0 0 15px rgba(241, 243, 245, 1);
        padding: 50px 50px 0;
        height: 673px;
        margin-bottom: 67px;
    }
    .demand li {
        padding-bottom: 24px;
    }
    .demand li h3 {
        font-size: 15px;
        height: 37px;
        line-height: 37px;
    }
    .demand li h3 span {
        font-size: 15px;
        padding-right: 5px;
    }
    .demand li .tent {
        width: 807px;
    }
    .demand li .tent .text {
        height: 37px;
        line-height: 37px;
        font-size: 15px;
        padding: 0 15px;
    }
    .demand li .tent .text::-webkit-input-placeholder, .demand li .tent textarea::-webkit-input-placeholder {
        color:#a3b6c0;
        font-size:15px;
    }
    .demand li .tent .text:-moz-placeholder, .demand li .tent textarea:-moz-placeholder {
        color:#a3b6c0;
        font-size:15px;
    }
    .demand li .tent .text::-moz-placeholder, .demand li .tent textarea::-moz-placeholder {
        color:#a3b6c0;
        font-size:15px;
    }
    .demand li .tent .text:-ms-input-placeholder, .demand li .tent textarea:-ms-input-placeholder {
        color:#a3b6c0;
        font-size:15px;
    }
    .demand li .tent textarea {
        height: 174px;
        font-size: 15px;
        padding: 9px 15px;
    }
    .demand li .fileBox, .demand li .fileBox .file, .demand li .fileBox span {
        width: 92px;
        height: 30px;
        line-height: 30px;
    }
    .demand li .fileBox span {
        font-size: 14px;
    }
    .img-box {
        margin-top: 12px;
    }
    .z_file .file {
        width: 86px;
        height: 86px;
    }
    .z_photo .up-section {
        margin-right: 16px;
        margin-bottom: 16px;
    }
    .up-section .close-upimg {
        top: -7px;
        right: -7px;
        width: 17px;
        height: 17px;
    }
    .upimg-div .up-section {
        width: 86px;
        height: 86px;
    }
    .img-box .upimg-div .z_file {
        width: 86px;
        height: 86px;
    }
    .z_file .add-img {
        width: 86px;
        height: 86px;
    }
    .mask .mask-content {
        width: 309px;
        margin: -117px 0 0 -154.5px;
        height: 234px;
    }
    .mask .mask-content .title {
        width: 309px;
        height: 40px;
        line-height: 40px;
        background:url("title_top.png") no-repeat;
        background-size: 309px 40px;
    }
    .mask .mask-content .title h3 {
        font-size: 15px;
        padding-left: 19px;
        height: 40px;
        line-height: 40px;
    }
    .mask .mask-content .title .close {
        width: 15px;
        height: 15px;
        background:url("mask-close.png") no-repeat;
        background-size: 15px 15px;
        margin: 14px 14px 0 0;
    }
    .mask .mask-content .del-p {
        font-size: 15px;
        background:url("gt.png") no-repeat center top;
        background-size: 51px 51px;
        padding: 62px 0 35px;
        margin-top: 28px;
    }
    .mask-content .check-p {
        height: 46px;
        line-height: 46px;
    }
    .mask-content .check-p span {
        font-size: 15px;
    }
    .demand li .cancel, .demand li .submit {
        width: 124px;
        height: 37px;
        line-height: 37px;
        font-size: 15px;
    }
    .demand li .submit {
        margin-left: 16px;
    }
    .demand li .btnBox {
        padding-top: 43px;
    }
    .demand li:nth-child(3) {
        padding-bottom: 0;
    }
    /*最新-一区多园*/
    .garden_content {
        padding: 40px 30px;
        background: #fff;
    }
    .map_cont {
        width: 562px;
        height: 557px;
        background: url("kc_mapBg_v2021.png") center no-repeat;
        background-size:100% 100%;
        position: relative;
        float: left;
    }
    .map_cont img {
        width: 26px;
    }
    .map_cont img.img1 {
        position: absolute;
        top: 243px;
        left: 180px;
    }
    .map_cont img.img2 {
        position: absolute;
        top: 136px;
        left: 158px;
    }
    .map_cont img.img3 {
        position: absolute;
        top: 213px;
        left: 324px;
    }
    .map_cont img.img4 {
        position: absolute;
        bottom: 117px;
        left: 230px
    }
    .map_cont img.img5 {
        position: absolute;
        bottom: 115px;
        left: 94px;
    }
    .map_cont img.img6 {
        position: absolute;
        bottom: 184px;
        left: 346px;
    }
    .map_cont img.img7 {
        position: absolute;
        top: 287px;
        left: 233px;
    }
    .map_cont img.img8 {
        position: absolute;
        top: 280px;
        left: 212px;
    }
    .map_cont img.img9 {
        position: absolute;
        top: 266px;
        left: 256px;
    }
    .map_cont img.img10 {
        position: absolute;
        bottom: 176px;
        left: 180px;
    }
    .map_cont img.img11 {
        position: absolute;
        bottom: 236px;
        left: 134px;
    }
    .map_cont img.img12 {
        position: absolute;
        bottom: 210px;
        left: 100px;
    }
    .map_cont img.img13 {
        position: absolute;
        top: 170px;
        right: 40px;
    }
    .map_cont img.img14 {
        position: absolute;
        top: 85px;
        right: 209px;
    }
    .map_cont img.img15 {
        position: absolute;
        top: 82px;
        right: 162px;
    }
    .map_cont img.img16 {
        position: absolute;
        top: 42px;
        left: 64px;
    }
    .map_info {
        width: 335px;
        height: 557px;
        float: right;
        border:1px solid #e7e9eb;
        background: #f8fbfc;
        padding-bottom: 30px;
    }
    .map_info .map_tabs {
        width: 100%;
        height: 50px;
        line-height: 50px;
        color: #006ba8;
        font-size: 20px;
        background: url("kc_tabs1_v2021.png") center no-repeat;
        background-size: 100% 100%;
        margin-bottom: 30px;
    }
    .map_info .map_tabs li {
        width: 50%;
        text-align: center;
        float: left;
        cursor: pointer;
    }
    .map_info .map_tabs li.on {
        color: #fff;
    }
    .map_info_box {
        padding: 0 30px;
        color: #004165;
        font-size: 16px;
        height: 435px;
        overflow-y: scroll;
    }
    .map_info_box::-webkit-scrollbar {
        background: #ecf2f5;
        border-radius: 8px;
    }
    .map_info_box::-webkit-scrollbar-thumb {
        background: #d2e4ee;
        border-radius: 8px;
    }
    .map_info_box .info_box p {
        line-height: 30px;
    }
    .area_cont_tabs {
        background: #fff;
        box-shadow:#fff 0px 0px 0;
        padding-top: 0;
        border-bottom:1px dashed #60a4c7;
    }
    .area_cont_tabs li {
        width: 110px;
        height: 50px;
        line-height: 50px;
        margin-right: 10px;
        background: url("kc_quBox1_v2021.png") center no-repeat;
        background-size: 100% 100%;
    }
    .area_cont_tabs li:nth-child(7n) {
        margin-right:10px;
    }
    .area_cont_tabs li:nth-child(8n) {
        margin-right:0;
    }
    .area_cont_tabs {
        margin-bottom: 0;
    }
    .area_map_cont h3 {
        margin: 30px 0;
    }
    .area_map_cont .area_content {
        display: none;
    }
    .area_map_cont .area_content1 {
        display: block;
    }
    /*我要建议*/
    .proposal_checkbox {
        height: 37px;
        line-height: 37px;
        padding-left: 30px;
    }
    .proposal_checkbox span {
        margin-right: 50px;
        color: #004165;
        font-size: 15px;
    }
    .proposal_checkbox span img {
        width: 20px;
        margin-top: -2px;
        cursor: pointer;
    }
    .demand li.text {
        padding-bottom: 24px;
    }
    /*我要查信*/
    .meInformation .personnel_area span.sar {
        background: url("policy_btn1.jpg") center no-repeat !important;
        background-size: 100% 100%;
        margin-left: 10px;
    }
    .meInformation .searName label, .meInformation .personnel_area label {
        margin-left: 25px;
    }
    .meInformation .personnel_area .area i {
        display: inline-block;
        position: relative;
        padding-right: 10px;
    }
    .meInformation .personnel_area .area i input {
        width: 100px;
        border: 0;
        height: 28px;
        line-height: 28px;
        float: left;
        margin-left: 0;
        padding-left: 10px;
        cursor: pointer;
    }
    .meInformation .personnel_area .area i:nth-child(2) input {
        margin-left: 0;
    }
    .meInformation .personnel_area .area i img {
        margin-top: -5px;
    }
    .meInformation .personnel_area .area {
        height: 30px;
        line-height: 30px;
        margin-top: 25px;
        background: #fff;
        border: 1px solid #a5b8c5;
        margin-left: 15px;
    }
    input::-webkit-input-placeholder {
        color: #a3b6c0;
    }
    .release.release_in h2 {
        padding-bottom: 0;
    }
    .information_nav .nav_list li {
        width: 135px;
    }
    .information_nav .nav_list li p {
        background: url("kc_infoTab_bg.png") center repeat;
        background-size: 100% 100%;
        border: 0;
    }
    .meInformation_list li {
        padding: 25px 45px;
        background: #fff;
        position: relative;
        overflow: hidden;
        font-size: 14px;
        margin-bottom: 15px;
    }
    .meInformation_list div {
        float: left;
    }
    .meInformation_list div.me_info {
        float: left;
        width: 620px;
        margin-right: 80px;
    }
    .meInformation_list div.me_info h3.title {
        font-size: 18px;
        color: #28303E;
        margin-bottom: 10px;
        margin-top: 10px;
    }
    .meInformation_list div.me_info p {
        color: #8598a8;
        line-height: 1.5;
    }
    .meInformation_list div.me_status {
        float: left;
        width: 50px;
    }
    .meInformation_list div.me_date {
        float: right;
        width: 120px;
    }
    .meInformation_list div.me_status p:first-child, .meInformation_list div.me_date p:first-child {
        margin-top: 10px;
        color: #8598a8;
        margin-bottom: 10px;
    }
    .meInformation_list li .tagging {
        width: 76px;
        height: 22px;
        line-height: 22px;
        background: #115175;
        font-size: 12px;
        color: #FFFFFF;
        text-align: center;
        position: absolute;
        top: 0;
        left: 45px;
    }
    /*在线调查*/
    .online_survey ul li {
        width: 313px;
        background: #fff;
        padding: 35px 30px 25px;
        position: relative;
        box-shadow:#e9eff2 0px 0px 15px 0px;
        margin-bottom: 30px;
        margin-right: 30px;
        float: left;
    }
    .online_survey ul li:nth-child(3n) {
        margin-right: 0;
    }
    .online_survey ul li .tagging {
        width: 90px;
        height: 22px;
        line-height: 22px;
        background: #115175;
        font-size: 12px;
        color: #FFFFFF;
        text-align: center;
        position: absolute;
        top: 0;
        left: 35px;
    }
    .online_survey ul li .tagging.taggingDis {
        background: #ced4d7;
    }
    .online_survey ul li:hover h3 {
        color: #0065a4;
    }
    .online_survey ul li h3 {
        color: #28303e;
        font-size: 18px;
        line-height: 1.5;
        margin-bottom: 12px;
    }
    .online_survey ul li .info {
        color: #8598a8;
        font-size: 14px;
        line-height: 1.5;
        margin-bottom: 12px;
    }
    .online_survey ul li .date {
        color: #8598a8;
        font-size: 12px;
    }
    .online_survey ul li .date img {
        width: 12px;
        margin-top: -2px;
    }
    /*互动交流*/
    .communication a {
        margin-right: 30px;
    }
    .communication a img {
        width: 485px;
    }
    .letter_list li {
        width: 227px;
        margin-right: 25px;
    }
    .letter_list li p.img {
        text-align: center;
        margin-bottom: 15px;
    }
    .letter_list li h3 {
        font-size: 18px;
        line-height: 1.5;
        height: 100px;
    }
    .letter_list li p.info {
        font-size: 14px;
        color: #8598a8;
        margin-bottom: 15px;
        line-height: 1.5;
    }
    .letter_list li div.date {
        color: #8598a8;
        font-size: 12px;
    }
    .letter_tab_more {
        display: block;
        width: 170px;
        height: 44px;
        line-height: 41px;
        font-size: 14px;
        color: #004165;
        margin: 24px auto 60px;
        border: 1px solid #004165;
        background: url("policy_tab_more_bg.png") no-repeat 65%;
        background-size: 10px;
        padding-left: 60px;
    }
    .online_list ul li {
        width: 236px;
        margin-right: 18px;
        position: relative;
        float: left;
    }
    .online_list ul li p.tagging {
        width: 95px;
        height: 28px;
        line-height: 28px;
        text-align: center;
        background: url("kc_diaochaIcon_v2021.png") center no-repeat;
        background-size: 100% 100%;
        color: #ffffff;
        font-size: 16px;
        padding-right: 5px;
        position: absolute;
        top: -5px;
        left: 10px;
    }
    .online_list ul {
        padding-top: 5px;
        clear: both;
        overflow: hidden;
    }
    /*互动交流*/
    .online_list ul li:first-child, .online_list ul li:nth-child(3) {
        height: 147px;
    }
    .online_list ul li:nth-child(2), .online_list ul li:nth-child(4) {
        height: 147px;
    }
    .online_list .titleBox {
        padding: 35px 20px;
        font-size: 13px;
        line-height: 22px;
    }
    .letter_list li p.img {
            width: 50px; right: 30px;
    top: 55px;   }
    .letter_list li a{
    	padding: 20px 25px;
    }
	/*我要建议*/
	.codeImg {
		height: 37px;
	}
	/*我要查信*/
	.meInformation_list div.me_date{
		width: 145px;
	}
    /*科创会客厅-政策解读*/
    .news_box2 li {
        padding: 13px 30px 13px 13px;
    }
    .news_box2 .imgbox {
        float: left;
        position: relative;
        margin-right: 25px;
        width: 200px;
        height: 150px;
    }
	.news_box2 .video {
		width: 266px;
	}
    .imgbox_tag {
        width: 75px;
        height: 22px;
        line-height: 22px;
        font-size: 12px;
    }
    .imgbox_icon {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 43px;
        height: 43px;
        margin: -21px 0 0 -21px;
    }
    .imgbox_icon_video {
        background: url("video_icon1000.png") no-repeat;
        background-size: 100% 100%;
    }
    .imgbox_icon_play {
        background: url("play_icon1000.png") no-repeat;
        background-size: 100% 100%;
    }
    .imgbox_timesBox {
        height: 23px;
        font-size: 12px;
        line-height: 23px;
    }
    .news_box2 .info h2 {
        margin-top: 9px;
        margin-bottom: 22px;
    }
    .news_box2 .info .info_text {
        font-size: 14px;
        line-height: 30px;
    }
    .news_box2 .info .info_text_times {
        background: url("view_icon2_1000.png") no-repeat left center;
        padding-left: 25px;
    }
    /************搜索新增***************/
    .search .searIn {
        border-color: #ccc;
        background: #fff;
    }
    .search_inp .new_search_list {
        top: 58px;
        width: 710px;
        padding: 0 20px 10px 50px;
        font-size: 16px;
        line-height: 34px;
    }
    .search_inp .new_search_list li:first-of-type {
        padding-top: 6px;
        border-top: 1px solid #cccccc;
    }

    /*  搜索 资质认证 新增 */
    .new_search_zzrz .zzrz_item{
                    width: 200px;
    margin-right: 15px;
    margin-bottom: 15px;
    }

    .new_search_zzrz .zzrz_item a{
            height: 96px;
    font-size: 18px;
    line-height: 30px;
    }

    .new_search_zzrz .zzrz_item div a{
            font-size: 14px;
    padding: 2px 4px;
    }

    .new_search_zzrz .zzrz_item div{
            line-height: 40px;
        height: 40px;
    }

    .news_box.notice_new_box.notice_cfjs_box h1{
    	padding-bottom: 10px;
    }

    .news_box.notice_new_box.notice_cfjs_box .notice_search{
    	width: 220px;
    }

    .news_box.notice_new_box.notice_cfjs_box .notice_cfjs_btn{
    	width: 80px;
	    height: 32px;
	    background-size: 100% auto;
    }

    .startBusiness_list .kcfw_new_list li .li_main .zzrz-cont .top + div{
    	margin-top: -10px !important;
    }

    .placeUl .newChangeBox ul{
    	padding: 4px 0;
    	line-height: 22px;
    }

}