/* body{
    background: #f3f5f7
} */

body{
    /* background: url(../images/pageBg.png) no-repeat center center;
	background-size: 100% 100%; */
	background: url(../../../public/images/pics/bgCon1.png) no-repeat center center;
    background-size: 100% 100%;
}
/* 公共样式修改 */
.pdlBg .pathbox a:hover{
    color: #fff;
}
.pdlBg .pathbox {
	color: #fff;
	background: transparent;
}

.pdlBg .pathbox a {
	color: #fff;
}

.pdlBg .sortBox p {
	width: 90px;
}

.pdlBg .sortBox .searchNum {
	width: 180px;
}

.pdlBg .sortTimeUp,
.pdlBg .sortTimeDown {
	left: 76px;
}

.pdlBg {
	min-width: 1200px;
	background: url(../images/pdlBg.jpg) no-repeat top center;
	/* background-size: auto 100%; */
}

.bg_white {
	background-color: #fff;
}

ul.dataList {
	box-sizing: border-box;
	/* padding: 0 22px; */
}

ul.dataList li {
	padding: 20px;
	/* border: 1px solid #ededed; */
    margin-bottom: 15px;
    background: url(../images/liBg.png) no-repeat center center;
	background-size: 100% 100%;
}

ul.dataList li:hover{
    background: url(../images/liBgHover.png) no-repeat center center;
	background-size: 100% 100%;
	box-shadow: 0px 4px 13px 0px rgba(55,69,103,0.2);
}

ul.dataList li .pdlLeft{
	width: 875px;
	border-right: 1px solid #e6e6e6;
	box-sizing: border-box;
	padding-right: 50px;
}
ul.dataList li .pdlLeftDiv{
	width: 670px;
}

ul.dataList li .listTitle {
	width: 100%;
	line-height: 22px;
}

ul.dataList li .listTitle .sbIcon {
	height: 22px;
	width: 60px;
	line-height: 22px;
	display: inline-block;
	box-sizing: border-box;
	padding-right: 5px;
}
ul.dataList li .listTitle .sbIcon.sbIcon01{
	background: url(../images/pdl011.png) no-repeat center;
}
ul.dataList li .listTitle .sbIcon.sbIcon02{
	color: #999;
	background: url(../images/pdl02.png) no-repeat center;
}
ul.dataList li .listTitle .sbIcon.sbIcon03{
	background: url(../images/pdl04.png) no-repeat center;
}

ul.dataList li .listTitle a:hover {
	color: #1578f1;
}

ul.dataList li:hover .listTitle a{
	color: #1578f1;
}

ul.dataList li .text-red {
	color: #fa2515;
}

.paraoverflow1 {
	display: -webkit-box !important;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

ul.dataList li .pOrangr{
	color: #ffffff;
	background: url(../../../public/images/common/pOrangrBg.png) no-repeat center center;
	height: 43px;
	padding: 4px 10px 0 10px;
	box-sizing: border-box;
	box-shadow: 0px 0px 12px -5px rgba(175,6,1,0.24);
	border-radius: 3px;
	font-size: 20px;
}
ul.dataList li .text-orange{
	color: #fc8600;
}

ul.dataList li .list_Center {
    width: 100px;
}

ul.dataList li .pdlRight{
	width: 275px;
}
ul.dataList li .pdlRight a.aBtnTxt{
	color: #1578f1;
	border-left: 1px solid #e6e6e6;
}
ul.dataList li .pdlRight a.aBtnTxt:first-child{
	border-left: 0;
}

ul.dataList li .pdlRight a.aBtnTxt:hover{
	color: #035fd0;
}

/************************************************弹窗  开始***************************************************/
/* 奖励措施 开始 */
.zh_popUpaward .zh_popUpcon {
    width: 500px;
	top:35%
}
.zh_popUpaward .textBox {
    padding: 20px 20px;
    height: 200px;
}
*.scroll-bar {
    overflow-x: hidden;
}
.scroll-bar {
    overflow: auto;
}
.zh_popUpaward .textBox h3{
    color: #308bd8;
    font-size: 18px;
    text-align: center;
}
.zh_popUpaward .textBox ul {
    padding-top: 10px;
}
.zh_popUpaward .textBox li {
    line-height: 32px;
}
.zh_popUpaward .textBox li em {
    padding-left: 10px;
    background: url(../images/icons/icon_zcGreyPoint.png) no-repeat left center;
}
/* 奖励措施 结束 */
/* 资讯弹窗 开始 */
.zh_popUpbgSteward img {
    height: auto;
    max-width: 100%;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
}
.zh_popUpbgSteward .zh_popUpcon {
    width: 500px;
    height: 490px;
    max-height: 490px;
    background-color: #fff;
    box-shadow: 0 2px 3px 2px #ccc;
    margin: 0 auto;
    top: 20%;
    z-index: 101;
}
.zh_popUpbgSteward .zh_popUpcon .centerBox {
    position: relative;
}
.zh_popUpbgSteward .zh_popUpcon .topSteward {
    position: absolute;
    left: 15px;
    top: -3px;
	display: inline-block;
}
.servieInfo {
    width: 410px;
    margin-left: 70px;
    padding-top: 15px;
    border-bottom: 1px dashed #eee;
    padding-bottom: 15px;
}
.servieInfo dl dt {
    margin-right: 15px;
}
.servieInfo dl dt img {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    border: 1px solid #eee;
    padding: 5px;
}
.servieInfo dl .userInfo {
    font-size: 24px;
    color: #333;
    margin: 20px 0 15px;
}
.servieInfo dl dd em {
    font-size: 14px;
    color: #666;
    display: inline-block;
    padding: 5px;
    background: #edf5fe;
    margin-right: 5px;
}
.linkInfo {
    margin-top: 15px;
}
.linkInfo img {
    margin-right: 5px;
}
.linkInfo i {
    border-left: 1px solid #9dcefa;
    margin: 0 10px;
}
.btnGroup {
    text-align: center;
}
.zh_popUpbgSteward .btnGroup a {
    width: 130px;
    height: 40px;
    line-height: 40px;
    border-radius: 18px;
    display: inline-block;
    text-align: center;
    color: #fff;
    background: #308bd8;
}
.btnGroup {
    text-align: center;
}
.btnGroup a img {
    margin-right: 10px;
}
.centerBox {
    text-align: center;
}
.zh_popUpbgSteward h3 {
    text-align: center;
    font-size: 20px;
    color: #308bd8;
    font-weight: bold;
    line-height: 40px;
}
.zh_popUpbgSteward h3 span {
    margin: 0 10px;
}
.detail_List {
    margin-top: 15px;
    padding: 0 35px;
}
.detail_List li {
    width: 208px;
}
.detail_List li:first-child {
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
.detail_List li:nth-child(2) {
    border-bottom: 1px solid #eee;
}
.detail_List li:nth-child(3) {
    border-right: 1px solid #eee;
}
.detail_List li dl {
    height: 90px;
}
.detail_List li dl dt {
    height: 100%;
    float: left;
    width: 30px;
    margin-right: 10px;
}
.detail_List li dl dd {
    width: 140px;
    float: left;
}
.detail_List li dl dd.title {
    font-size: 16px;
    color: #333333;
    margin-bottom: 15px;
}
.detail_List li dl dd.content {
    font-size: 14px;
    color: #999;
}
.zh_alertCloseBtn {
    position: absolute;
    top: 10px;
    right: 10px;
    display: block;
    width: 20px;
    height: 20px;
    background: url(../images/pdl05.png) no-repeat center center;
    outline: none;
    cursor: pointer;
    border: none;
}
/* 资讯弹窗 结束 */
/*弹窗出现动画*/
.animated {
	-webkit-animation-duration: .7s;
	animation-duration: .7s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.zh_fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDown {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -10%, 0);
		transform: translate3d(0, -10%, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInDown {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -10%, 0);
		transform: translate3d(0, -10%, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

/*弹窗消失动画*/
.zh_fadeOutUp {
	-webkit-animation-name: fadeOutUp;
	animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUp {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -25%, 0);
		transform: translate3d(0, -25%, 0);
	}
}

@keyframes fadeOutUp {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -25%, 0);
		transform: translate3d(0, -25%, 0);
	}
}

/* 新样式 */
.sortBox p.bdRight1{
    width: 90px;
}
.projectType{
    display: inline-block;
    line-height: 26px;
    height: 26px;
    padding: 0 10px;
    color: #1578f1;
    /* border: 1px solid #0187e6; */
	background: #deedff;
    border-radius: 4px;
	max-width: 670px;
}

/* 奖励措施弹窗 */
.popBox {
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.7);
	z-index: 999;
}

.popBox .popDiv {
	width: 800px;
	left: 50%;
	margin-left: -400px;
	top: 15%;
	padding: 0 20px 40px 30px;
	background-color: #fff;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	box-sizing: border-box;
}

.popBox .popDiv .popTitle {
	width: 715px;
	height: 80px;
	line-height: 80px;
}

.popBox .popDiv .popDate {
	width: 740px;
	max-height: 300px;
	overflow-y: scroll;
	overflow-x: hidden;
	box-sizing: border-box;
	padding: 15px 20px;
	background-color: #f1f2f3;
	color: #4c4c4c;
	line-height: 24px;
}

.popBox .popDiv .popDate::-webkit-scrollbar {
	width: 5px;
	height: 4px;
}

.popBox .popDiv .popDate::-webkit-scrollbar-thumb {
	border-radius: 5px;
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	background-color: #ccd0d4;
}

.popBox .popDiv .popDate:S:-webkit-scrollbar-track {
	border-radius: 0;
}
/* 头部 */
.headerBtm{
	height: 160px;
    background: url(../../../public/images/common/headerBottom_bg01.png) no-repeat top center;
    background-size: 100% 100%;
	overflow: hidden;
}
.headerBtm .titPic {
    margin-top: 38px;
    margin-left: -72px;
    width: 370px;
    height: 84px;
    background: url(../../../public/images/common/headerBg_wh01.png) no-repeat center center;
    background-size: 100% 100%;
}
.headerBtm .titPic img{
    margin-top: 24px;
    display: block;
    margin-right: 46px;
}
.isHot{
    height: 27px;
    width: 25px;
    display: inline-block;
	background:url(../images/icon_hot.png) no-repeat center center;
	margin-top: -5px;
	vertical-align: middle;
}

.colorfa8936{
    color: #fc8600;
}