@import url("common.css");

body{
	color:#666;
}
.other-title{
	color: #f60;
	border-top: 1px solid;
	padding: 0 20px;
	display: block;
	height: 46px;
	line-height: 45px;
	background-color: #ffefe3;
	font-weight: bold;
}
.plate-title {
	position: relative;
	height: 40px;
	line-height: 40px;
	padding-left: 25px;
	color: #f60;
	margin: 0;
	border-bottom: 1px solid;
	font-size: 15px;
	background-color: #fff;
}

.plate-title::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 13px;
	margin: auto;
	height: 15px;
	border-left: 2px solid;
}
/* 面包屑导航 */
.layui-breadcrumb {
	margin: 30px 0;
}

.layui-breadcrumb span {
	color: #666;
}

.layui-breadcrumb .title {
	margin-right: 10px;
}

.layui-breadcrumb a:hover {
	color: #4AA3DE !important
}

/* 详情 */
.content{
	width: 950px;
	display: inline-block;
	vertical-align: top;
}

.detail {
	background-color: #fff;
	padding: 30px 20px;
}

.detail .adr {
	text-align: center;
}

.detail .adr p,
.detail .adr img {
	display: inline-block;
	vertical-align: middle;
	color: #f60;
	font-size: 16px;
}

.detail .adr p span {
	font-size: 14px;
	padding: 1px 5px;
	color: #fff;
	background-color: #17a3ff;
	border-radius: 2px;
	margin-right: 3px;
}

.detail .adr p span.end {
	background-color: #f60;
}

.detail .other {
	font-size: 13px;
	margin-top: 10px;
	margin-bottom: 20px;
	text-align: center;
}

.detail .other i {
	font-style: normal;
}

.layui-table td,
.layui-table th {
	text-align: center !important;
}

.layui-table td.table-goods-name{
	width: 300px;
}

.detail .adr-detail {
	padding: 25px;
	border-top: 1px dashed #ccc;
	border-bottom: 1px dashed #ccc;
}

.detail .adr-detail .adr-detail-list {
	line-height: 1.5;
	color: #666;
}

.detail .adr-detail .adr-detail-list * {
	display: inline-block;
	vertical-align: top;
}
.detail .adr-detail .adr-detail-list + .adr-detail-list{
	margin-top: 20px;
}
.detail .adr-detail .adr-detail-list p{
	display: block;
	margin-bottom: 5px;
}

.detail .adr-detail .adr-detail-list b {
	margin: 0 10px;
	color: #333;
}

.detail .other-info {
	margin-top: 10px;
}

.detail .other-info .title {
	position: relative;
	padding-left: 30px;
	height: 40px;
	font-size: 13px;
	margin-bottom: 10px;
	display: block;
	line-height: 40px;
}

.detail .other-info .title::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 15px;
	margin: auto;
	height: 16px;
	border-left: 4px solid #17a3ff;
}
.detail .other-info li{
	width: 100%;
	font-size: 0;
}
.detail .other-info li *{
	display: inline-block;
	vertical-align:middle;
}
.detail .other-info .goods-data-list{
	border: 1px solid #ddd;
	background-color: #efefef;
	text-align: center;
	width: 453px;
}
.detail .other-info .goods-data-list + .goods-data-list{
	border-left: none;
}
.detail .other-info li + li .goods-data-list {
    border-top: none;
}

.detail .other-info .goods-data-list span{	
	width: 186px;
	font-size: 13px;
	font-weight: bold;
}
.detail .other-info .goods-data-list p{
	width: 265px;
	text-align: center;
	font-size: 13px;
	background-color: #fff;
	border-left: 1px solid #ddd;
	height:40px;
	line-height: 40px;
}
.detail .other-info .goods-data-list.long{
	width: 907px;
}
.detail .other-info .goods-data-list.long p{
    width: 720px;
}

.detail .tips {
    margin: 20px auto 0;
    font-size: 13px;
    padding-left: 25px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.detail .tips .tips-txt{
	display: inline-block;
	vertical-align: middle;
	line-height: 36px;
}
.detail .tips img{
	display: inline-block;
	vertical-align: text-bottom;
}
.detail .tips a {
    float: right;
    width: 110px;
    padding: 8px 0;
    border-radius: 4px;
    text-align: center;
    font-size: 15px;
    color: #fff;
    background-color: #17a3ff;
}
.detail .tips a.end{
	background-color: #f00;
}

/* 竞价公司 */
.company .other-title{
	color: #17a3ff;
	background-color: #d2e8f6;
	margin-top: 20px;
}
.company ul{
	background-color: #fff;
	padding:0 20px 10px;
}
.company li{
	padding:13px;
	border-bottom: 1px dashed #c7c7c7;
}
.company li .info{
	display: inline-block;
}
.company li strong{
	color:#333;
	margin-right: 5px;
}
.company li .year{
	font-size:13px;
}
.company li .year i{
	font-size: 15px;
	color:#f60;
	padding:0 3px;
}
.no-data{
	text-align: center;
	line-height:40px ;
}

/* 其他货源 */
.other-goods .goods-content{
	padding:10px;
	background-color: #fff;
}
.other-goods .layui-table th,
.other-goods .layui-table td {
	border: none;
	font-size: 12px;
}



/* 侧面信息 */
.side-info{
	display: inline-block;
	vertical-align: top;
	width: 238px;
	margin-left: 8px;
}

/* 发布人部分 */
.issuer{
	background-color: #fff;
}
.issuer ul{
	padding: 15px 0;
}
.issuer li{
	line-height: 22px;
	padding:4px 10px;
	font-size: 12px;
}
.issuer li h5{
	font-weight: bold;
	padding-left: 20px;	
	height: 20px;
	width: 80px;
	display: inline-block;
	vertical-align: top;
	position: relative;
	box-sizing: border-box;
}
.issuer li h5::before{
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width:20px;
	height: 100%;
	background-image: url(../images/list/rm_ico.png);
	background-repeat: no-repeat;
}
.issuer li h5.ico01::before{
    background-position: 0 -139px;
}
.issuer li h5.ico02::before{
    background-position: 0 -92px;
}
.issuer li h5.ico03::before{
    background-position: 0 -45px;
}
.issuer li h5.ico04::before{
    background-position: 0 1px;
}
.issuer li h6 {
	display: inline-block;
	vertical-align: top;
    word-wrap: break-word;
    width: 120px;
}

/* 其他 */
.recommend{
	background-color: #fff;
}
.recommend li {
	padding: 10px;
	font-size: 13px;
}

.recommend li+li {
	border-top: 1px dashed #ddd;
}

.recommend li span.company {
	font-size: 15px;
	font-weight: bold;
	display: block;
}

.recommend li span.adr {
	margin: 3px 0;
	display: block;
}

.recommend li p {
	color: #999;
	font-size: 12px;
	margin-bottom: 5px;
}

.recommend li .attestation span {
	font-size: 14px;
	display: inline-block;
	vertical-align: middle;
}