@charset "utf-8";

/* CSS Document */
.pic {
	position: relative;
}

.pic:before {
	display: block;
	content: '';
	padding-top: 60%;
}

.pic img {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	object-fit: cover;
	object-position: center center;
}

/* 设置图片经过放大 */
.imghover .pic {
	overflow: hidden;
}

.imghover img {
	overflow: hidden;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.imghover:hover img {
	transform: scale(1.09);
	-webkit-transform: scale(1.09);
}

.fl {
	float: left;
	display: inline;
}

.fr {
	float: right;
	display: inline;
}

.thhd {
	overflow: hidden;
	height: 230px;
	padding: 30px 0;
}

.bottom-boxtitlew {
	height: 21px;
	line-height: 21px;
	overflow: hidden;
	font-size: 20px;
	color: #000;
	margin-bottom: 20px;
	font-weight: bold;
	padding-left: 30px;
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 20px;
}

.bottom-boxLeft {
	width: 50%;
	overflow: hidden;
	border-right: 1px solid #E5E5E5;
	height: 170px;
}

.bottom-boxDl {
	overflow: hidden;
	margin: 0 0;
	padding: 0;
}

.bottom-boxDl dd {
	float: left;
	display: inline;
	margin: 0;
}

.bottom-boxDl dd .con {
	margin-right: 30px;
}

.bottom-boxDl dd .pic {
	width: 265px;
	height: 80px;
	overflow: hidden;
	border-radius: 4px;
	position: relative;
}

.bottom-boxDl dd .pic img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	object-fit: cover;
	object-position: center center;
}

.bottom-boxUl {
	padding-top: 15px;
	overflow: hidden;
}

.bottom-boxUl li {
	float: left;
	display: inline;
	width: 50%;
	box-sizing: border-box;
	padding-left: 15px;
	position: relative;
}

.bottom-boxUl li::after {
	display: block;
	content: "";
	position: absolute;
	width: 7px;
	height: 7px;
	left: 0;
	top: 50%;
	background: #e1e1e1;
	overflow: hidden;
	border-radius: 7px;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	margin-top: -4px;
}

.bottom-boxUl li a {
	display: block;
	height: 18px;
	line-height: 18px;
	overflow: hidden;
	font-size: 12px;
	color: #666;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}

.bottom-boxUl li:hover::after {
	background: #2867ce;
}

.bottom-boxUl li:hover a {
	color: #2867ce;
}

.bottom-boxCenter {
	padding-left: 38px;
	height: 170px;
}

.bottom-boxRight {
	overflow: hidden;
	height: 170px;
}

/* 设计稿新增 start */

/* 当前位置 start */
.location {
	padding-left: 26px;
	background: url(../images/home.png) left 14px no-repeat;
	font-size: 14px;
	color: #666;
	overflow: hidden;
}

.location span {
	font-size: 14px;
	color: #666;
	float: left;
	display: inline;
}

.location a {
	float: left;
	display: inline;
	font-size: 14px;
	color: #666;
}

.location em {
	float: left;
	display: inline;
	font-size: 14px;
	color: #666;
}

.location a.hover {
	color: #2867ce;
}

/* 当前位置 end */
/*新闻详情start by:fpx*/
/*newsView*/
.articleBox {
	line-height: 36px;
	padding: 10px 0;
	color: #666666;
	font-size: 16px;
}

.articleBox img {
	max-width: 100%;
}

.articleTitle {
	clear: both;
	text-align: center;
	padding: 0 60px;
	line-height: 40px;
	font-size: 20px;
	color: #333333;
	font-weight: bold;
}

.articleContent {
	margin-bottom: 40px;
	color: #555555;
	font-size: 21px;
	line-height: 40px;
	font-family: "仿宋", serif;
}

.articleTime {
	display: block;
	clear: both;
	text-align: center;
	color: #999;
	font-size: 0px;
	line-height: 30px;
	padding: 0px 0 10px 0;
}

.articleTime .span {
	display: inline-block;
	margin: 0 10px;
	vertical-align: middle;
	font-size: 14px;
}

.articleFont span {
	cursor: pointer;
}

.articleFont span.span1 {
	margin-left: 5px;
}

.articleFont span.span3 {
	margin-right: 5px;
}

.articleFont span.span2 {
	margin: 0 8px;
}

.articleFont span.hover {
	color: #bd1a2d;
	font-weight: bold;
}

.pageUp {
	display: block;
	line-height: 34px;
	padding: 22px 0;
	border-top: 1px solid #f0f0f0;
	color: #666666;
	font-size: 16px;
}

.pageUp a {
	font-size: 16px;
	color: #666;
}

.pageUp a:hover {
	color: #2867ce;
}

.articlePage {
	clear: both;
	text-align: center;
	font-family: Arial;
	padding: 10px 0;
}

.articlePage a {
	margin: 0 1px;
	background: #ccc;
	padding: 5px 10px;
	display: inline-block;
}

.articlePage a:hover {
	color: #fff;
	background: #b80b0b;
}

.articlePage a.hover {
	color: #fff;
	background: #b80b0b;
}

/* 音频 start */
.audiojs audio {
	position: absolute;
	left: -1px;
	opacity: 0;
}

.audiojs {
	z-index: 99999;
	background: #fff;
	overflow: hidden;
	font-family: monospace;
	font-size: 12px;
	border-radius: 5px;
	box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
	width: 400px;
	margin: 0 auto;
	border: 1px solid #e5e5e5\9;
}

.audiojs .play-pause {
	width: 25px;
	height: 27px;
	padding: 4px 6px;
	margin: 0px;
	float: left;
	overflow: hidden;
	position: relative;
}

.audiojs .play-pause:before {
	content: '';
	display: block;
	border-right: 1px solid #e5e5e5;
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	transform: scaleX(0.3);
}

.audiojs p {
	display: none;
	width: 25px;
	height: 27px;
	margin: 0px;
	cursor: pointer;
}

.audiojs .play {
	display: block;
}

.audiojs .scrubber {
	position: relative;
	float: left;
	width: 240px;
	background: #f5f5f5;
	height: 14px;
	margin: 10px;
	top: 1px;
	overflow: hidden;
}

.audiojs .progress {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 14px;
	width: 0px;
	background: #fbbc05;
	z-index: 1;
}

.audiojs .loaded {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 14px;
	width: 0px;
	background: #ffeebb;
	cursor: pointer;
}


.audiojs .time {
	overflow: hidden;
	height: 35px;
	line-height: 36px;
	margin: 0px 0px 0px 6px;
	padding: 0px 6px 0px 12px;
	position: relative;
	color: #666;
}

.audiojs .time:before {
	content: '';
	display: block;
	border-left: 1px solid #e5e5e5;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	transform: scaleX(0.3);
}

.audiojs .time em {
	padding: 0px 2px 0px 0px;
	color: #666;
	font-style: normal;
}

.audiojs .time strong {
	padding: 0px 0px 0px 2px;
	font-weight: normal;
}

.audiojs .error-message {
	display: none;
	padding: 0px 10px;
	height: 35px;
	overflow: hidden;
	line-height: 36px;
	white-space: nowrap;
	color: #666;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-icab-text-overflow: ellipsis;
	-khtml-text-overflow: ellipsis;
	-moz-text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
}

.audiojs .error-message a {
	color: #666;
	text-decoration: none;
	padding-bottom: 1px;
	border-bottom: 1px solid #999;
	white-space: wrap;
}

.audiojs .play {
	background: url(../plugIn/audio/images/play.png) center center no-repeat;
	background-size: 14px;
}

.audiojs .loading {
	background: url(../plugIn/audio/images/loading.png) center center no-repeat;
	background-size: 14px;
	-webkit-animation: fa-rotating 2s infinite linear;
	animation: fa-rotating 2s infinite linear;
}

.audiojs .loading:before {
	content: '';
}

@keyframes fa-rotating {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

.audiojs .error {
	background: url(../plugIn/audio/images/error.png) center center no-repeat;
	background-size: 14px;
}

.audiojs .pause {
	background: url(../plugIn/audio/images/pause.png) center center no-repeat;
	background-size: 16px;
}

.playing .play,
.playing .loading,
.playing .error {
	display: none;
}

.playing .pause {
	display: block;
}

.loading .play,
.loading .pause,
.loading .error {
	display: none;
}

.loading .loading {
	display: block;
}

.error .time,
.error .play,
.error .pause,
.error .scrubber,
.error .loading {
	display: none;
}

.error .error {
	display: block;
}

.error .play-pause p {
	cursor: auto;
}

.error .error-message {
	display: block;
}

/* 音频 end */

/**
 * 文章阅读页-内容上部大图
 */
#play {
	width: 800px;
	height: 480px;
	position: relative;
	/* overflow: hidden; */
	background: #fff;
	border: 1px solid #e9e9e9;
	margin: 20px auto 0 auto;
}

#play .change_a {
	width: 40%;
	height: 100%;
	position: absolute;
	top: 0;
	z-index: 1;
	cursor: pointer;
	display: block;
}

#play .prev_a {
	left: 0;
}

#play .next_a {
	right: 0
}

#play .change_a span {
	width: 16px;
	height: 27px;
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -13px;
	display: block !important;
}

#play .prev_a span {
	background: url(../images/file/artArrow.png) no-repeat 0 0;
	left: -36px;
}

#play .prev_a span:hover {
	background-position: 0 -27px;
}

#play .next_a span {
	background: url(../images/file/artArrow.png) no-repeat -16px 0;
	right: -36px;
}

#play .next_a span:hover {
	background-position: -16px -27px;
}

#play .img_ul {
	position: relative;
	z-index: 1;
	width: 800px;
	height: 480px;
	overflow: hidden;
}

#play .img_ul li {
	position: relative;
	z-index: 1;
	width: 800px;
	height: 480px;
	background: #fff;
	margin: 0 0 5px 0;
}

#play .img_ul li img {
	position: absolute;
}

.imgMove {
	width: 820px;
	clear: both;
	margin: 20px auto;
	position: relative;
}

.img_hd {
	margin: 0 auto;
	overflow: hidden;
	height: 110px;
	position: relative;
}

.img_hd ul {
	position: absolute;
	z-index: 1
}

.img_hd ul li {
	float: left;
	height: 108px;
	width: 183px;
	margin: 0 10px;
	cursor: pointer;
	background: #fff;
	border: 1px solid #d4d4d4;
	position: relative;
	border-radius: 3px;
	padding: 3px;
	box-sizing: border-box;
}

.img_hd ul li p {
	height: 100px;
	width: 175px;
	display: block;
	background: #fff;
	position: relative;
}

.img_hd ul li i {
	display: block;
	clear: both;
	line-height: 20px;
	padding: 0 5px;
	background: #000;
	color: #fff;
	position: absolute;
	right: 3px;
	bottom: 3px;
	z-index: 99999999999999;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
}

.img_hd ul li img {
	position: absolute;
	height: 100px;
	width: 175px;
}

.img_hd ul li.on {
	border: 1px solid rgba(40, 103, 206, 0.85);
	background: rgba(40, 103, 206, 0.85);
}

.imgMove .bottom_a {
	width: 20px;
	height: 25px;
	display: none;
	cursor: pointer;
	z-index: 10;
	float: left;
	top: 15px;
	position: absolute;
	z-index: 9999999999999;
}

.imgMove .prev_a {
	background-position: left top;
	left: 0;
}

.imgMove .next_a {
	background-position: right top;
	right: 0;
}

.articleHand {
	clear: both;
	font-size: 16px;
	padding: 10px 0px;
	overflow: hidden;
}

.articleHand a {
	display: block;
	line-height: 32px;
	padding: 0 20px 0px 30px;
	float: left;
	background: url(../images/file/file.png) no-repeat left center;
}

.articleHand a.word {
	background: url(../images/file/word.png) no-repeat left 3px;
	color: #37a6ff !important;
}

.articleHand a.ppt {
	background: url(../images/file/ppt.png) no-repeat left center;
	color: #ff7735 !important;
}

.articleHand a.excel {
	background: url(../images/file/excel.png) no-repeat left center;
	color: #15bf44 !important;
}

.articleHand a.pdf {
	background: url(../images/file/pdf.png) no-repeat left center;
	color: #1369c0 !important;
}

.articleHand a.zip {
	background: url(../images/file/zip.png) no-repeat left 3px;
	color: #ff9779 !important;
}

.artEwm {
	text-align: center;
	margin: 0 auto;
}

.artEwm .ewm {
	/* border: 1px solid #f3f3f3; */
	width: 132px;
	height: 132px;
	border-radius: 3px;
	padding: 8px;
	margin: 0 auto;
}

.artEwm .ewm img {
	display: block;
	width: 100%;
	height: 100%;
}

.artEwm .text {
	height: 45px;
	line-height: 45px;
	text-align: center;
	font-size: 16px;
	color: #333;
	margin-bottom: 13px;
}

.articleBottom {
	border-top: 1px solid #e3e3e3;
	overflow: hidden;
	height: 94px;
}

.articleBottomL {
	margin-top: 30px;
}

.artShare {
	height: 32px;
	overflow: hidden;
}

.artShare span {
	float: left;
	display: inline;
	font-size: 16px;
	color: #999;
	line-height: 32px;
}

.artShare .share {
	float: left;
	display: inline;
}

.artShare .share a {
	width: 32px;
	height: 32px;
	padding: 0;
	margin: 0 5px;
}

.artShare .share a.bshare-sinaminiblog {
	background: url(../images/share.png) left center no-repeat;
	background-size: auto 32px;
}

.artShare .share a.bshare-weixin {
	background: url(../images/share.png) -42px center no-repeat;
	background-size: auto 32px;
}

.artShare .share a.bshare-qqim {
	background: url(../images/share.png) -85px center no-repeat;
	background-size: auto 32px;
}

.articleBottomR {
	padding: 30px 0;
	overflow: hidden;
}

.artBtn {
	overflow: hidden;
	float: left;
	display: inline;
	margin-left: 10px;
}

.artBtn a {
	display: block;
	height: 32px;
	line-height: 32px;
	padding: 0 27px;
	background: #f3f4f8;
	border-radius: 5px;
	font-size: 16px;
	color: #999;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.artBtn a:hover {
	color: #fff;
	background: #9e1d2c;
}


/* 简介的标题 start */
.briefTitle {
	height: 24px;
	line-height: 42px;
	font-size: 18px;
	font-weight: bold;
	color: #2867ce;
	text-align: center;
	position: relative;
	z-index: 2;
}

.briefTitle1 {
	text-align: center;
	height: 20px;
	line-height: 20px;
	font-size: 14px;
	text-transform: uppercase;
	position: relative;
	z-index: 1;
	color: rgba(40, 103, 206, 0.15);
}

.articleBox {
	line-height: 30px;
	font-size: 14px;
	color: #666;
}

.briefBox1 {
	padding: 0 60px;
	border: 1px solid #fafafa;
	/* box-shadow: 0 0px 7px rgba(0,0,0,0.08); */
}

.articleTitle1 {
	line-height: 58px;
	border-bottom: 1px solid #eeeeee;
	font-size: 29px;
	font-weight: bold;
	font-family: "宋体";
	color: #333333;
}

/* 简介的标题 end */
/*新闻详情end by:fpx*/


/* 计算器 start */
.jsqTop {
	height: 60px;
	position: relative;
	padding: 0 120px;
	background: #f2f7fd;
}

.jsqTopTitle {
	font-size: 16px;
	color: #2867ce;
	line-height: 60px;
}

.jsqTopLeft {
	position: absolute;
	width: 80px;
	height: 80px;
	left: 10px;
	top: -10px;
	background: #6595e0;
	z-index: 2;
	border-radius: 10px;
}

.jsqTopLeftC {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 18px;
}

.jsqTopLeftC span {
	line-height: 26px;
}

.jsqContent {
	border-bottom: 1px solid #eeeeee;
}
.jsqContent:after{
	display: block;
	content: '';
	clear: both;
	visibility: hidden;
}
.jsqContent_left {
	width: 605px;
	text-align: center;
	position: relative;
}

.jsqContent_left::after {
	display: block;
	content: "";
	position: absolute;
	width: 1px;
	top: 14px;
	bottom: 30px;
	right: 0;
	background: #eee;
}

.jsqContent_leftC {
	text-align: center;
}

.jsqForm {
	display: inline-block;
}

.jsq_Title {
	height: 45px;
	line-height: 45px;
	padding-left: 21px;
	background: url(../images/scsj.png) left center no-repeat;
	font-size: 16px;
	color: #333;
	text-align: left;
}

.jsqFormDd {
	padding: 10px 10px;
}

.jsqForm_title {
	/* width: 70px; */
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	color: #333;
}

.jsqFormCon {
	margin-left: 80px;
	min-height: 40px;
}

.sqForm_ipt {
	width: 100%;
	height: 40px;
	line-height: 40px;
	padding: 0 10px;
	border: 1px solid #f0f0f0;
	box-sizing: border-box;
	outline: none;
	font-size: 14px;
	color: #333;
}

.sqForm_ipt:focus {
	border-color: #333;
}

.jsqForm_text {
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	color: #333;
	padding: 0 10px;
}

.jsqForm_Div .demo2 {
	position: relative;
	border: 1px solid #cde4fd;
	box-sizing: border-box;
}

.demo2 .seljg {
	padding-right: 40px;
	line-height: 40px;
	color: #333;
	font-size: 15px;
	cursor: pointer;
	background: #dfedfd;
}

.demo2 .seljg input {
	display: block;
	width: 100%;
	height: 40px;
	border: none;
	background: none;
	font-size: 15px;
	color: #333;
	text-align: left;
	background: #dfedfd;
	outline: none;
}

.demo2 i {
	display: block;
	width: 40px;
	height: 42px;
	background: #2867ce url(../images/nextSelect.png) no-repeat center center;
	position: absolute;
	right: 0px;
	top: -1px;
	cursor: pointer;
}

.demo2 .selTj {
	overflow: hidden;
	border: 1px solid #dddddd;
	border-top: none;
	max-height: 240px;
	overflow-y: auto;
	position: absolute;
	left: -1px;
	right: 0px;
	top: 40px;
	background: #FFF;
	display: none;
	z-index: 100000
}

.demo2 .selTj a {
	display: block;
	height: 40px;
	line-height: 40px;
	padding-left: 10px;
	color: #666666;
	margin-bottom: 1px;
	font-size: 14px;
}

.demo2 .selTj a:hover {
	background: #f8f8f8;
	color: #2867ce;
}

.demo2 .selTj a.hover {
	background: #f8f8f8;
	color: #2867ce;
}

.w_125 {
	width: 125px;
}

.w_362 {
	width: 362px;
}

.w_85 {
	width: 85px;
}

.algLeft .demo2 .seljg {
	text-align: left;
	padding: 0 20px;
}

.algLeft .demo2 .seljg input {
	text-align: left;
}

.jsqBtn {
	text-align: center;
}

.jsqBtnC {
	display: inline-block;
	overflow: hidden;
}

.jsqBtnC .con {
	float: left;
	display: inline;
	margin: 0 5px;
	width: 160px;
}

.jsqBtnC .con a {
	display: block;
	height: 40px;
	line-height: 40px;
	border-radius: 5px;
	background: #f5f5f5;
	font-size: 14px;
	color: #666;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.jsqBtnC .con.submitw a {
	background: #2867ce;
	color: #FFFFFF;
}

.jsqBtnC .con.submitw a:hover {
	opacity: .8;
}

.jsqContent_right {
	overflow: hidden;
	padding-left: 65px;
}

.w_290 {
	width: 290px;
}

.w_175 {
	width: 175px;
}

.w_289 {
	width: 289px;
}

.jsqFormTip {
	text-align: left;
	line-height: 30px;
	font-size: 14px;
	color: #999;
}

.jsqTopTitleTip {
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #999;
}

.w_355 {
	width: 355px;
}

.jsqTabel {
	display: inline-block;
	width: 475px;
}

.sqTabel_title {
	height: 30px;
	line-height: 30px;
	text-align: left;
}

.sqTabel_title span {
	display: inline-block;
	height: 30px;
	line-height: 30px;
	padding-right: 30px;
	background: url(../images/tip.png) top right no-repeat;
	font-size: 14px;
	color: #333;
}

.dkjsqTable {
	width: 100%;
}

.dkjsqTable tr td {
	border: 1px solid #F0F0F0;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	color: #333;
	padding: 0 20px;
	text-align: left;
}

table {
	border-collapse: collapse;
	margin: auto;
}

.dkjsqTable tr td:nth-child(1) {
	background: #F8F8F8;
}

.dkjsqTable tr td:nth-child(2) {
	padding: 0 20px;
	text-align: right;
}

.dkjsqTable tr td .con.red {
	color: #cc0000;
}

.redro {
	text-align: left;
	overflow: hidden;
}

.redro span {
	float: left;
	display: inline;
	padding-left: 34px;
	height: 40px;
	line-height: 40px;
	background: url(../images/check.png) left center no-repeat;
	margin-right: 20px;
	font-size: 14px;
	color: #333;
	cursor: pointer;
}

.redro span.hover {
	background: url(../images/check_h.png) left center no-repeat;
}

.w_160 {
	width: 160px;
}

.w_180 {
	width: 180px;
}

.jsqFormCheck {
	margin-left: 10px;
}

.jsqFormCheck span {
	cursor: pointer;
	display: block;
	height: 40px;
	line-height: 40px;
	padding-left: 30px;
	background: url(../images/xz.png) left center no-repeat;
	font-size: 14px;
	color: #333;
}

.jsqFormCheck.hover span {
	background: url(../images/xz_h.png) left center no-repeat;
}

.w_350 {
	width: 350px;
}

.jsqFormCheckMsg{
	cursor: pointer;
	display: block;
	height: 40px;
	line-height: 40px;
	padding-left: 10px;
	font-size: 14px;
	color: #CC0000;
}

/* 计算器 end */

/* 查询结果 start */
.topics {
	line-height: 58px;
	font-size: 18px;
	font-weight: bold;
	color: #333;
	border-bottom: 1px solid #eeeeee;
}
.textList dd{
	padding: 15px 0;
	margin: 0;
}
.textList dd .con{
	background: #fcfcfc;
	overflow: hidden;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}
.textList dd .con .conLeft{
	width: 122px;
	height: 160px;
	text-align: center;
}
.textList dd .con .data{
	height: 34px;
	line-height: 34px;
	font-size: 24px;
	font-weight: bold;
	color: #666;
}
.textList dd .con .year{
	height: 26px;
	line-height: 26px;
	font-size: 16px;
	color: #999;
}
.textList dd .conRight{
	overflow: hidden;
	height: 160px;
}
.textList dd .title a{
	display: block;
	height: 36px;
	line-height: 36px;
	font-size: 16px;
	color: #333;
	overflow: hidden;
}
.textList dd .text{
	height: 56px;
	line-height: 28px;
	font-size: 14px;
	color: #666;
}
.textList dd .con:hover{
	transform: translateY(-3px);
	-webkit-transform: translateY(-3px);
	box-shadow: 0 3px 7px rgba(0,0,0,0.08);
}
.textList dd .con:hover .title a{
	color: #2867ce;
}
/* 查询结果 end */
/* 设计稿新增 end */
.productItems{
	position: relative;
}
.productItems span{
	height: 24px;
	line-height: 24px;
	font-size: 12px;
	color: #999;
	overflow: hidden;
}
.productItems em{
	float: right;
	display: inline;
	width: 24px;
	height: 24px;
	background: url(../images/tipNew.png) center center no-repeat;
	background-size: 20px;
}
.productItemsC{
	position: absolute;
	width: 400px;
	border-radius: 5px;
	bottom: 15px;
	left: -80px;
	padding-bottom: 20px;
	z-index: 5;
	transform: translateY(-20px);
	-webkit-transform: translateY(-20px);
	transition: all .3s;
	-webkit-transition: all .3s;
	visibility: hidden;
	opacity: 0;
}
.productItems:hover .productItemsC{
	transform: translateY(0px);
	-webkit-transform: translateY(0px);
	visibility: visible;
	opacity: 1;
}
.productItemsC .text{
	padding: 10px;
	background: #fff;
	border-radius: 5px;
	line-height: 24px;
	font-size: 13px;
	color: #333;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.07);
	position: relative;
	z-index: 3;
}
.productItemsC::before{
	display: block;
	content: '';
	position: absolute;
	width: 18px;
	height: 18px;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	left: 50%;
	margin-left: -11px;
	bottom: 11px;
	background: #fff;
	z-index: -1
}

.clamp1{word-break: break-all;display: -webkit-box !important;-webkit-line-clamp: 1 !important;-webkit-box-orient: vertical;overflow: hidden;}
.clamp2{word-break: break-all;display: -webkit-box !important;-webkit-line-clamp: 2 !important;-webkit-box-orient: vertical;overflow: hidden;}
.clamp3{word-break: break-all;display: -webkit-box !important;-webkit-line-clamp: 3 !important;-webkit-box-orient: vertical;overflow: hidden;}
.clamp4{word-break: break-all;display: -webkit-box !important;-webkit-line-clamp: 4 !important;-webkit-box-orient: vertical;overflow: hidden;}
.clamp5{word-break: break-all;display: -webkit-box !important;-webkit-line-clamp: 5 !important;-webkit-box-orient: vertical;overflow: hidden;}
.clamp6{word-break: break-all;display: -webkit-box !important;-webkit-line-clamp: 6 !important;-webkit-box-orient: vertical;overflow: hidden;}
.clamp7{word-break: break-all;display: -webkit-box !important;-webkit-line-clamp: 7 !important;-webkit-box-orient: vertical;overflow: hidden;}
.clamp8{word-break: break-all;display: -webkit-box !important;-webkit-line-clamp: 8 !important;-webkit-box-orient: vertical;overflow: hidden;}

