html,
body {
	font-size: 16px;
	font-family: "Microsoft YaHei";
	color: #000;
	line-height: 24px;
	min-width: 1280px;
	margin: 0;
	padding: 0;
}

div,
dl,
dt,
dd,
ul,
ol,
li,
p,
h1,
h2,
h3,
img {
	list-style: none;
	padding: 0;
	margin: 0;
	border: none;
}

a {
	text-decoration: none;
	color: #000;
}

a:hover {
	color: #015293;
}

.clear_both:after {
	content: " ";
	clear: both;
	display: block;
	overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	font-size: 12px;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.txtcenter {
	text-align: center;
}

.bor {
	border: 1px solid #CCC;
}

.rel {
	position: relative;
}

.red {
	color: #FF0000;
}

.white {
	color: #FFF;
}

.block {
	display: block;
}

.in-block {
	display: inline-block;
}

.hide {
	display: none;
}

/*清除浮动1*/
.clear {
	clear: both;
	height: 0;
	overflow: hidden;
	clear: both !important;
}

.clear.both {
	height: 10px;
}

/*清除浮动2*/
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

/**
* 文字溢出显示省略号
* 1. Chrome 21+ bug
*/
.ellipsis {
	display: block;
	white-space: nowrap;
	word-wrap: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: left;
}

.ellipsis_dh {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.main1200 {
	width: 1100px;
	margin: 0 auto;
}

.big_bglh {
	width: 100%;
	position: relative;
	background-image: url(../img/20250112_banner.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}

.back_home {
	display: block;
	position: absolute;
	width: 328px;
	height: 55px;
	/* border: 1px solid red; */
	top: calc((100% - 353px) / 2);
	left: calc((100% - 1855px) / 2);
	z-index: 1;
}

@media only screen and (max-width: 1800px) {
	.big_bglh {
		background-image: url(../img/wap_20250112_banner_adapter.jpg);
		padding-top: 219px;
	}
	
	.back_home {
		display: block;
		position: absolute;
		width: 210px;
		height: 55px;
		/* border: 1px solid red; */
		top: calc((100% - 318px) / 2);
		left: calc((100% - 1145px) / 2);
		z-index: 1;
	}
}

/*头条*/
.headline {
	padding-top: 53px;
	margin-bottom: 30px;
	font-family: "microsoft yahei", '宋体'
}

.headline p {
	font-size: 37px;
	font-weight: bold;
	line-height: 36px;
	text-align: center;
}

.headline p a {
	color: #d9000d;
}

.headline span {
	display: block;
	line-height: 30px;
	color: #d9000d;
	text-indent: 2em;
	padding-top: 17px;
	font-size: 16px;
}

.headline span a {
	color: #d9000d;

}

.headline span a:hover {
	color: #d9000d;
	text-decoration: underline;
}

/*大图滚动*/
.lft_pic {
	width: 1100px;
	margin: 0 auto 25px;
}

/* slider-carousel */
.slider-carousel {
	position: relative;
	width: 100%;
	height: 646px;
	overflow: hidden;
}

.slider-carousel .item {
	width: 100%;
	height: 646px
}

.slider-carousel .slidesjs-navigation {
	width: 53px;
	height: 87px;
	display: none;
	position: absolute;
	text-indent: -9999em;
	top: 236px;
	z-index: 100;
}

.slidesjs-previous {
	background: url(../img/20210123_index_btn03.png) no-repeat;
	left: 0px
}

.slidesjs-next {
	background: url(../img/20210123_index_btn02.png) no-repeat;
	right: 0px
}

.slidesjs-previous:hover {
	background: url(../img/20210123_index_btn03.png) no-repeat;
}

.slidesjs-next:hover {
	background: url(../img/20210123_index_btn02.png) no-repeat;
}

.slidesjs-pagination {
	overflow: hidden;
	zoom: 1;
	position: absolute;
	right: 36px;
	top: 609px;
	width: 110px;
	height: 12px;
	z-index: 10;
	overflow: hidden;
}

.slidesjs-pagination-item {
	float: left;
	width: 20px;
	height: 10px;
}

.slidesjs-pagination-item a {
	float: left;
	display: block;
	width: 12px;
	height: 12px;
	text-indent: -9999em;
	margin: 0 5px 0 5px;
	background: url(../img/20210123_banner_li2.jpg) no-repeat;
	_margin: 0 2px 0 2px;
}

.slidesjs-pagination-item a.active {
	background: url(../img/20250112_banner_li1.jpg) no-repeat;
	_margin: 0 2px 0 2px;
}

.slider-carousel .subtitle {
	position: absolute;
	width: 1100px;
	left: 0;
	top: 586px;
	z-index: 2;
	background: #015293;
	line-height: 3px;
}

.slider-carousel .titBg {
	position: absolute;
	width: 100%;
	height: 64px;
	left: 0;
	bottom: 0px;
	z-index: 1;
}

.titBg {
	background: #015293;
}

.slider-carousel .subtitle h6 a {
	text-decoration: none;
	font-weight: normal;
	color: #fff;
	font-size: 18px;
	overflow: hidden;
	margin-left: 50px;
}

.slidesjs-control {
	position: relative;
	left: 0px;
	width: 1200px;
	height: 646px;
}

.slidesjs-container {
	overflow: visible !important
}

/*第一个模块内容-左边*/
/*第二个头部*/
.dys_second_headline {
	float: left;
	width: 768px;
}

.dys_second_headline,
div.second_2020_headline {
	padding: 0 30px;
	margin: 4px 4px 35px 4px;
	color: #005293;
	box-shadow: 0 0 7px #dedede;
	background-color: #e9f4fc;
	width: 644px;
	height: 165px;
}

.dys_second_headline .dys_headline {
	padding-top: 34px;
	text-align: center;
}

.dys_second_headline .dys_headline a {
	font-size: 28px;
	color: #005293;
}

.dys_second_headline .dys_subtitle {
	height: 60px;
	overflow: hidden;
	padding-bottom: 23px;
	line-height: 30px;
	margin-top: 12px;
}

.dys_subtitle a {
	color: #005293;
	font-family: "microsoft yahei";
	font-size: 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;
	text-align: justify;
	text-indent: 2em;
}

/*两会要闻*/
.dys_first_module_left {
	width: 702px;
}

#zxbd .latest_report_live_head {
	margin-bottom: 13px;
}

.dys_news_live {
	float: left;
}

.media_focus,
.dys_news_live {
	background: url(../img/20250112_st-lhyw.jpg) no-repeat;
	height: 37px;
	width: 701px;
	display: block;
}

.dys_latest_more {
	float: right;
	margin-top: -27px;

}

.dys_latest_more a {
	font-family: MicrosoftYaHei;
	color: #057bc7;
	font-size: 16px;
}

.dys_economicHighlights_list li {
	font-size: 20px;
	line-height: 51px;
	overflow: hidden;
	font-family: "microsoft yahei";
	padding-left: 16px;
	background: url(../img/20230112_small_round_icon.png) no-repeat left center;
	_line-height: 36px;
	_height: 36px;
	color: #313131;
}

.dys_economicHighlights_list li a {
	color: #333333;
}

.dys_latest_report_live {
	margin: 16px 0;
}


/*日程*/
.richeng {
	position: relative;
	width: 370px;
	height: 270px;
	background: url(../img/20250112_richengbg.jpg) no-repeat top center;
}

.dys_schedule_content_list {
	height: 230px;
}

.dys_schedule_content_list li {
	display: none;
}

.richengtubiao {
	position: absolute;
	left: 55px;
	top: 10px;
	display: block;
	width: 30px;
	height: 30px;
}

.dys_schedule_content_list_right {
	width: 226px;
	height: 80px;
	overflow: hidden;
	margin: 2px 0 0 12px;
	display: inline;
}

.dys_schedule_day_father {
	width: 370px;
	height: 40px;
	position: absolute;
	right: 0;
	top: 50px;
	background: #1189d1;
}

.dys_schedule_content_list_right2 {
	float: left;
	width: 350px;
	height: 102px;
	margin: 87px 10px 10px;
	overflow: hidden;
	display: inline;
}

.dys_schedule_content_list_right2 .dys_theme a {
	display: block;
	font-family: "微软雅黑";
	font-size: 16px;
	line-height: 26px;
	color: #005292;
}

.dys_schedule_day {
	width: 224px;
	height: 40px;
	position: relative;
	left: 75px;
	top: 5px;
	overflow: hidden;
}

.dys_schedule_day_list {
	position: absolute;
	left: 0;
	top: 0;
}

.dys_schedule_day_list li {
	float: left;
	width: 37px;
	height: 34px;
	line-height: 35px;
	vertical-align: middle;
	font-family: 方正中雅宋简;
	font-size: 14px;
	text-align: center;
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

.dys_schedule_day_list li a {
	display: inline-block;
	width: 34px;
	color: #fff;
}

.dys_schedule_day_list li .day_list_active {
	background: url(../img/20240123_yuan.png) 0 0 no-repeat;
}

/*.dys_schedule_day_list>li:not(:first-child) {
	pointer-events: none;
}

.dys_schedule_day_list>li:nth-child(2),.dys_schedule_day_list>li:nth-child(3),.dys_schedule_day_list>li:nth-child(4),.dys_schedule_day_list>li:nth-child(5) {
	pointer-events: auto;
}*/

.preBtn,
.nextBtn {
	width: 19px;
	height: 36px;
	position: absolute;
	background-position: 0 0;
	background-repeat: no-repeat;
}

.preBtn:hover,
.nextBtn:hover {
	cursor: pointer;
}

.preBtn {
	top: 3px;
	left: 15px;
	background-image: url(../img/20240123_richengprevnextbtn.png);
	background-position: 0 0;
}

.preBtn:hover {
	background-image: url(../img/20240123_richengprevnextbtn.png);
	background-position: -25px 0;
}

.nextBtn {
	top: 3px;
	right: 15px;
	background-image: url(../img/20240123_richengprevnextbtn.png);
	background-position: -57px 0;
}

.nextBtn:hover {
	background-image: url(../img/20240123_richengprevnextbtn.png);
	background-position: -82px 0;
}

/*了不起的大湖南*/
.lh_dhn {
	margin: 19px 0 16px 0;
}

.lhsp_box {
	width: 368px;
}

#zxbd .latest_report_live_head2 {
	margin-bottom: 13px;
	border-bottom: 1px solid #b2b2b2;
}

.dys_news_live2 {
	background: url(../img/20250112_st-lhsp.png) no-repeat;
	width: 370px;
	height: 38px;
	display: block;
	float: left;
}

.dys_latest_more2 {
	float: right;
	margin-top: 12px;
	margin-top: -31px;
}

.dys_latest_more2 a {
	font-family: MicrosoftYaHei;
	color: #a0a0a0;
	font-size: 16px;
	color: #057bc7;
}

.dys_economicHighlights_list2 li {
	font-size: 20px;
	line-height: 46px;
	overflow: hidden;
	font-family: "microsoft yahei";
	padding-left: 16px;
	background: url(../img/20250112_small_round_icon2.png) no-repeat left center;
	_line-height: 36px;
	_height: 36px;
	color: #313131;
}

.dys_economicHighlights_list2 li a {
	color: #333333;
}

.dys_economicHighlights_list2 {
	margin-top: 4px;
}

.dys_latest_report_live2 {
	margin: 30px 0;
}

/*第二个模块内容*/
.lhtj_a {
	position: relative;
	margin: 30px auto 1px auto;
}

.lhtj_core {
	padding: 2px 8px;
	position: absolute;
	left: 1018px;
	top: 24px;
	color: #126ed6;
}

.lhtj_core_a {
	padding: 2px 8px;
	position: absolute;
	left: 1018px;
	top: 24px;
	color: #126ed6;
}

.lhtj_core_b {
	padding: 2px 8px;
	position: absolute;
	left: 1018px;
	top: 24px;
	color: #126ed6;
}

.lhtj_core_c {
	padding: 2px 8px;
	position: absolute;
	left: 1018px;
	top: 24px;
	color: #126ed6;
}

/* 图集短视频 */
.conbox_2024lh {
	padding-top: 46px;
	width: 1100px;
	margin: 0 auto;
	display: flex;
	overflow: hidden;
}

.left_part {
	width: 534px;
	height: 450px;
}

.left_part ul li {
	width: 534px;
	height: 472px;
	position: relative;
}

.left_part ul li a img {
	display: block;
	height: 288px;
}

.left_part ul li h5 {
	width: 493px;
	height: 164px;
	padding: 0px 20px;
	background: #f59065;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 0;
}

.left_part ul li h5 a {
	font-size: 24px;
	line-height: 40px;
	color: #fff;
}

.left_parthov a img {
	background-color: #69cfff;
	border-radius: 8px;
}

.conbox_right {
	width: 564px;
	position: relative;
	right: 0px;
}

.pic_area {
	width: 564px;
	height: 310px;
	float: left;
}

.pictures li.hov .crp_img {
	opacity: 0.7;
}

.pictures li .crp_img a {
	display: block;
	margin: 0;
	padding: 0;
	line-height: normal;
}

.pic_area ul li {
	margin: 0 0 2px 6px;
	float: left;
}

.crp_img img {
	transition: 0.5s;
}

.con_fenjin {
	margin-left: 6px;
}

/*--第三个模块内容--*/
.yq_dbg {
	width: 100%;
	background: url(../img/20250112_lh_bg_b.png) center no-repeat;
}

.zhj-report-body {
	position: relative;
	background: url(../img/20250112_dbg_bg.png) no-repeat;
	height: 564px;
	font-family: "微软雅黑";
	margin: 0 auto;
	margin-top: 7px;
	width: 1100px;
	overflow: hidden;
}

.zhj-report-left {
	/* width: 149px;
	height: 422px;
	position: relative; */
	float: left;
}

.zhj-report-left ul {
	position: absolute;
	left: 86px;
	top: 48px;

}

.zhj-report-left ul li {
	font-size: 24px;
	cursor: pointer;
	width: 173px;
	height: 64px;
	line-height: 21px;
	margin-top: 20px;
	text-align: center;
	margin-left: -1px;
	border-bottom: 1px solid #057bc7;
}

.zhj-report-left ul li.on a {
	color: #0b75bd;
}

.zhj-report-left ul li.on {
	width: 223px;
	height: 76px;
	background: url(../img/20240123_dbg_a.png) 0 0 no-repeat;
	font-weight: bold;
	font-size: 22px;
}

.sdb a,
.bgqw a,
.dzs a,
.dwwyybg a,
.cycp a {
	margin-top: 24px;
}

.zhj-report-left ul li a {
	display: inline-block;
	color: #057bc7;
	text-align: center;
	margin-left: -36px;
}

.dbwyybg {
    width: 223px !important;
    font-size: 16px !important;
}

.dbwyybg a {
	margin-top: 20px;
	line-height: 28px;
}

.zhj-report-left ul li.dbwyybg a {
	margin-left: -60px;
}

.zhj-bbjd {
	width: 684px;
	height: 426px;
}

.zhj-bbjd li {
	line-height: 54px;
	font-size: 18px;
	border-bottom: 1px dashed #c4d2e4;
	overflow-x: hidden;
	padding-left: 10px;
	margin-left: 26px;
}

/*右边--报告全文*/
.zhj-report-right {
	_overflow-x: hidden;
	margin-right: 54px;
	margin-top: 39px;
	float: right;
}

.zhj-bgqw {
	width: 564px;
	height: 418px;
	margin-top: 46px;
	padding: 0px 70px 0 51px;
}

.zhj-bbqw-cont h2 a {
	font-size: 22px;
	color: #194c9f;
	font-weight: bold;
	text-align: center;
	display: block;
}

.zhj-bbqw-cont p {
	display: block;
	line-height: 42px;
	font-size: 16px;
	margin-top: 40px;
	text-align: justify;
	/*text-indent: 2em;*/
}

.zhj-bbqw-cont p a {
	display: block;
	line-height: 35px;
	font-size: 16px;
	margin-top: 21px;
}

.zhj-bbqw-cont p img {
    width: 100%;
}

.bzzs_nav20240124 {
	margin-bottom: 40px;
display: flex;
    justify-content: center;
    align-items: center;
}

.bzzs_nav20240124 .bzzs_nav_item20240124:nth-child(2) {
    margin-right: 10px;
}

.bzzs_hide20240124 {
	display: none !important;
}

.bzzs_nav_item20240124_1 {
	float: left;
	margin-right: 10px;
}

.bzzs_nav_item20240124 {
	width: 172px;
	height: 50px;
	position: relative;
	text-align: center;
	cursor: pointer;
}

.bzzs_nav_item20240124 a {
	position: relative;
	z-index: 2;
	font-size: 24px;
	color: #656565;
	font-weight: normal;
	line-height: 50px;
}

.bzzs_nav_item20240124_2 {
	float: right;
	margin-left: 10px;
}

.bzzs_nav_item20240124_active:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 10px;
	background-color: #cbb486;
	transform: skewX(-17deg);
}

/*两会之声*/
.bzzs_content20240124_img {
	float: left;
	width: 476px;
	height: 337px;
	box-sizing: border-box;
	border: #cbb486 1px solid;
	border-radius: 6px;
	margin-right: 45px;
}

.bzzs_content20240124_img_hide {
	display: none;
}

.bzzs_content20240124_img a {
	position: relative;
	width: 100%;
	height: 100%;
}

.bzzs_content20240124_img_active {
	display: block;
}

.bzzs_nav_item20240124_leave:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 10px;
	transform: skewX(-17deg);
	border: #cbb486 1px solid;
	box-sizing: border-box;
}

.bzzs_nav_item20240124_active a {
	color: #fff;
	font-weight: 700;
}

.bzzs_content20240124_img a img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	overflow: hidden;
}

/* 右边 */
.bzzs_content20240124_text {
	float: left;
	width: 561px;
	height: 336px;
	box-sizing: border-box;
	border: #cbb486 1px solid;
	border-radius: 6px;
	padding: 6px 0;
}

.bzzs_content20240124_text_item {
	height: 40px;
}

.bzzs_content20240124_text_item {
	height: 60px;
	margin-left: 35px;
}

.bzzs_content20240124_text_item_title {
	margin-top: 12px;
	/* margin-top: 24px; */
}

.bzzs_content20240124_text_item_title {
	height: 36px;
	overflow: hidden;
}

.bzzs_content20240124_text_item_memo {
	display: none;
}

.bzzs_content20240124_text_item_active {
	height: 150px;
	padding: 10px 20px 10px 0;
}

.bzzs_content20240124_text_item {
	height: 40px;
}

.bzzs_content20240124_text_item_active {
	width: 596px;
	height: 177px;
	background-color: #ead9a7;
	margin-left: -19px;
	border-radius: 6px;
	padding: 33px 20px 33px 0;
	box-sizing: border-box;
	margin-top: 10px;
}

.bzzs_content20240124_text_item {}

.bzzs_content20240124_text_item_active .bzzs_content20240124_text_item_title {
	font-size: 20px;
	line-height: 36px;
	color: #996c33;
	font-weight: 700;
	margin-left: 40px;
	margin-top: -11px;
}

.bzzs_content20240124_text_item_title {
	margin-top: 12px;
	/* margin-top: 24px; */
}

.bzzs_content20240124_text_item_title {
	height: 36px;
	overflow: hidden;
}

.bzzs_content20240124_text_item_title {
	display: block;
	font-size: 18px;
	line-height: 30px;
	color: #000;
	margin-top: 20px;
}

.bzzs_content20240124_text_item_active .bzzs_content20240124_text_item_memo {
	display: block;
	font-size: 16px;
	line-height: 30px;
	color: #996c33;
	margin: 10px 0 0 40px;
text-align: justify;

}

.bzzs_content20240124_text_item_memo {
	display: none;
}

.bzzs_content20240124_text_item_active::before {
	content: "";
	background: url(../img/20250112_bzzs_2024lh_left.png);
	float: left;
	width: 14px;
	height: 26px;
	margin: 43px 0 0 11px;
}

/*创意产品*/
.cycpBg {
	margin-bottom: 70px;
}

.qglhcycp2020 {
	position: relative;
	width: 1100px;
	height: 453px;
	margin: 0 auto;
}

.mt40 {
	margin-bottom: 68px;
}

.qglhcycp2020 .arrow-left {
	background: url(../img/20230112_arrow-left.png) no-repeat 0 0;
	position: absolute;
	left: 6px;
	top: 50%;
	margin-top: -20px;
	width: 24px;
	height: 41px;
}

.qglhcycp2020 .arrow-right {
	background: url(../img/20230112_arrow-right.png) no-repeat 0 0;
	position: absolute;
	right: 1px;
	top: 50%;
	margin-top: -20px;
	width: 24px;
	height: 41px;
}

.swiper-container {
	height: 453px;
	width: 1040px;
	padding-top: 10px !important;
}

.creativeProductContent {
	transition: all ease 0.5s;
	float: left;
	display: inline;
	margin-left: 8px;
	width: 248px;
	height: 402px;
	position: relative;
}

.creativeProductContent a img {
	width: 248px;
	height: 293px;
}

.creative {
	top: 40px;
}

.creativeProductContent:hover {
	transform: translateY(-10px);
	-webkit-transform: translateY(-10px);
	/*Safari 和 Chrome*/
	-moz-transform: translateY(-10px);
	/*Firefox*/
	-ms-transform: translateY(-10px);
	/*IE9*/
	-o-transform: translateY(-10px);
	/*Opera*/
}

.creativeProductContent .headerImg {
	display: block;
	width: 248px;
}

.creativeProductContent .headerImg img {
	width: 248px;
	height: 260px;
	border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
	-ms-border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	-o-border-radius: 10px 10px 0 0;
	border: none;
	display: block;
}

.creativeProductContent .headerImg .tupianActive {
	border-radius: 0 0 10px 10px;
	-webkit-border-radius: 0 0 10px 10px;
	-ms-border-radius: 0 0 10px 10px;
	-moz-border-radius: 0 0 10px 10px;
	-o-border-radius: 0 0 10px 10px;
}

.creativeProductContent h5 {}

.creativeProductContent h5 {
	position: absolute;
	top: 216px;
	left: 0;
	z-index: 100;
	background: orange;
	padding: 0 26px;
	font-size: 22px;
	color: #fff;
	height: 32px;
	line-height: 30px;
}

.creativeProductContent h5 span {
	position: absolute;
	right: -20px;
	top: 0;
	width: 0;
	height: 0;
	border-bottom: 32px solid orange;
	border-right: 20px solid transparent;
	_display: none;
}

.creativeProductContent p {
	height: 102px;
	border-radius: 0 0 10px 10px;
	-webkit-border-radius: 0 0 10px 10px;
	-ms-border-radius: 0 0 10px 10px;
	-moz-border-radius: 0 0 10px 10px;
	-o-border-radius: 0 0 10px 10px;
	font-family: '微软雅黑';
	font-size: 18px;
	padding: 40px 20px 0 20px;
}

.creativeProductContent .cre_a {
	background: #3d5e93;
}

.creativeProductContent .cre_b {
	background: #dbc589;
}

.creativeProductContent p.cycpActive {
	border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
	-ms-border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	-o-border-radius: 10px 10px 0 0;
}

.creativeProductContent p a {
	color: #fff;
}