@CHARSET "UTF-8";
.full-container {
    position:relative;
}
.big-slogan {
    width:950px;
    font-size:52px;
    color:#fff;
    position:absolute;
    font-weight:bold;
    top:110px;
    left:355px;
}
.slogan-span {
    margin-left:30px;
}
.slogan {
    width:950px;
    font-size:30px;
    color:#fff;
    position:absolute;
    top:200px;
    left:355px;
}
.full-container.content {
    background-color:#f5f5f5;
}
.full-container .filter-box {
    /*margin:0 auto;
    background-color:#f5f5f5;
    padding-top:0;*/
    width: 1090px;
    height: 1400px;
    padding: 30px 20px;
    margin-top: 5px;
    background-color: #fff;
    position: relative;
}
.news-nav {
    /*width:270px;
    padding:0 10px 50px 0;
    position:relative;*/
    width: 55%;
    padding: 0 10px 50px 0;
    float: left;
}
.news-nav ul{
    width: 90%;
    display: flex;
    margin-left: 10%;
    justify-content: left;
    justify-items: center;
}
.news-nav ul li {
    /*width:160px;
    height:70px;
    background-color:#fff;
    margin-bottom:30px;
    font-size:24px;
    color:#333;
    text-align:center;
    line-height:70px;
    cursor:pointer;
    border-bottom-right-radius:10px;*/
    width: 90px;
    height: 25px;
    line-height: 25px;
    font-size: 14px;
    color: #000;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    padding: 0;
    margin: 0 3px;
    text-align: center;
    cursor: pointer;
}
.news-nav ul li.active:hover{
    color: #fff;
}
.news-nav ul li.active {
    /*background-color:#419ff6;
    !*color:#fff;*!
    color: rgb(232, 149, 43);*/
    /*color: #333;
    font-size: 18px;
    font-weight: 400 !important;
    position: relative !important;
    display: block !important;
    padding: 6.5px 40px;
    text-decoration: none !important;*/
    color: #fff;
    background-color: rgb(232, 149, 43);;
}
.news-nav ul li:hover{
    color: rgb(232, 149, 43);
    border: 1px solid rgb(232, 149, 43);
}
.demand-search {
    /*height:120px;
    padding:30px 50px;
    background-color:#fff;
    margin-bottom:20px;
    text-align:center;*/
    margin-right: 10%;
    display: flex;
    float: right;
    clear: both;
    position: absolute;
    top: 30px;
    right: 5%;
}
.input-search {
    /*width:510px;
    height:54px;
    padding:8px 12px;*/
    width: 220px;
    height: 37px;
    background-color: rgb(255, 255, 255);
    border: 1px solid rgba(0, 0, 0, 0.3);
    padding-left: 2px;
    padding-right: 2px;
    /* position: absolute;
     right: 120px;
     bottom: 28px;*/
    display: inline-block;
}
.s-btn {
    /*display: inline-block;
    width: 120px;
    height: 54px;
    line-height: 54px;
    font-size: 18px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    background-color: #419ff6;
    position: relative;
    top: 3px;
    left: -5px;
    border: 1px solid #419ff6;*/
    width: 50px;
    height: 37px;
    line-height: 30px;
    display: inline-block;
    /* position: absolute;
     bottom: 28px;
     right: 71px;*/
    color: #fff;
    background-color: #e8952b;
    border: 3px solid #e8952b;
    text-align: center;
    cursor: pointer;
}
.news-list {
    /*width:890px;
    padding:0 15px 15px 15px;
    background-color:#f6f7f9;*/
    width: 100%;
    /*background-color: #f6f7f9*/
}
.news-ul {
    overflow:hidden;
    background: #fff;
    border-top: 3px solid #ddd;
}
.news-ul li {
    width:100%;
    background-color:#fff;
    cursor:pointer;
    border-bottom:3px solid #ddd;
    padding:10px 15px 10px 30px;
    position:relative;
}
.news-ul li .demand-name {
    font-size:16px;
    height:34px;
    width:800px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    color:#000;
    line-height:38px;
    margin-bottom:15px;
}
.news-ul li .demand-name:hover {
    /*color:#419ff6;*/
    color: rgb(232, 149, 43);
}
.news-ul li .demand-line {
    font-size:14px;
    color:#999;
    line-height:32px;
}
.news-ul li .demand-line .time{
    float: right;
    display: inline-block;
    margin-right: 5%;
}
.news-ul li .demand-line .demand-item {
    display:inline-block;
    width: 220px;
    height:34px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    line-height: 34px;
    vertical-align: top;
}
.news-ul li .detail-btn {
    position:relative;
    padding:5px 12px;
    font-size:14px;
    color:#fff;
    background-color:#419ff6;
    cursor:pointer;
    top:-20px;
    left:680px;
    display:inline;
}
/* 需求详情页面样式 start */
.detail {
	min-height:500px;
	padding:15px;
	position: relative
}
.detail .dd-name {

	height:42px;
	font-size:24px;
	color:#000;
	/* line-height:42px; */
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	font-weight:bold;
	padding-left:10px;
	margin-bottom:16px;
	border-bottom: 1px solid #ddd;
    margin-top: -5px;
    text-align:center;
    padding-right:180px;
}
.title-name{
	height:42px;
	font-size:16px;
	color:#000;
	/* line-height:42px; */
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	font-weight:bold;
	padding-left:13px;
	margin-bottom:16px;
	border-bottom: 1px solid #ddd;
    padding-top:5px;
}

.title-name:after{
	content:"";
	width:90px;
	height:14px;
	display:block;
	margin-left:-15px;
	border-bottom:2px solid #419ff6;
}

.detail .dd-line {
	padding-left:10px;
	line-height:30px;
	font-size:14px;
	color:#000;
	padding: 10px 8px;
}
#desciption{line-height:30px;}
#remarks{line-height:30px;}
.detail .shop-info ul li {
	text-align:left;
}

.d-line {
	width:900px;
	height:10px;
	position:relative;
	left:-27px;
	background-color:#f5f5f5;
	margin:16px 0;
}

.title .sname{
	width:auto;
	margin-left:10px;
}

.shop-info ul{
	margin-top:-28px;
}
.shop-info ul li{
	display:block;
	border-bottom:1px dashed #ddd;
	padding:10px 0;


}
.shop-info ul li p{
	line-height:36px;
	padding:0;
	margin:0;
	font-size:14px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.shop-info ul li p span{
	color:#419ff6;
	display:inline-block;
	font-size:14px;
	font-weight:bold;
	margin-right:5px;
}
.shop-info ul li p a{
	font-weight:bold;
}
#shop_name{
	font-size:16px;
}
.box-hasline{
	margin-bottom: 0;
    border-bottom: 1px solid #ddd;
    padding: 20px 0 !important;
}

.timeBox {
	position: absolute;
    top: 0;
    right: 40px;
    padding-top: 10px;
    padding-left:20px;
}
.timeBox img{
	width:20px;
	height:20px;
	margin-right:5px;
	margin-top:-2px;
}
#prompt{color:red;}
.btn-focus{
	position: absolute;
	top: -2px;
	right: 120px;
	padding-top: 12px;
	padding-left:20px;
	font-size: 14px;
}
.btn-focus .focus.focus-down {
	width: 30px;
	height: 20px;
	margin: -2px 5px;
	display: inline-block;
	padding: 0 5px;
	text-align: center;
	cursor: pointer;
	background-image: url(/images/icons_equips.png);
	background-repeat: no-repeat;
	background-position: 10px 0;
	background-size: 130px;
	vertical-align: sub;
}
