@CHARSET "UTF-8";
body,html{
    width: 100%;
    height: 100%;
    font-family:'Microsoft YaHei','微软雅黑';
}
.rel {
	position: relative;
}
.abs {
	position: absolute;
}
.link{
	display: block;
	width: 100%;
	height: 100%;
	color: #333333;
}
header .header-left{
	visibility: hidden!important;
}
.ellipsis1{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.ellipsis2{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.content-wrap {
	width: 100%;
	height: 100%;
}

/*===content start===*/
.content {
	overflow-y: scroll;
	overflow-x: hidden;
	-webkit-overflow-scrolling:touch;
	background: #F5F5F5;
	padding-bottom: 1.3rem;
}
.white {
	background: #ffffff;
	margin-bottom: 0.4rem;
}
/*===content end===*/
/*===banner start===*/
.banner {
	width: 10rem;
	height: 5.6rem;
	background: url(../images/m_jms_list_privince_imgs/shen_03.png) no-repeat center center;
	background-size: 100% 100%;
}
/*===banner end ===*/
/*===search start ===*/
.search-wraper {
	left: 0.4rem;
	right: 0.4rem;
	top: -3.7rem;
	padding: 0.53rem 0.4rem 0.17rem; 
	border-radius: 0.08rem;
    background: #ffffff;
    box-shadow: rgba(153,153,153,0.7) 0px 0px 25px;
}
.search-wraper .search-top {
	height: 1.2rem;
	background: #EFEFEF;
	border-radius: 0.08rem;
	-webkit-border-radius: 0.08rem;
	font-size: 0;
    overflow: hidden;
    margin-bottom: 0.4rem;
}
.search-wraper .search-top .search-icon {
	width: 0.33rem;
	height: 0.32rem;
	background: url(../images/m_jms_list_privince_imgs/shen_06.png) no-repeat center center;
	background-size: 100% 100%;
	display: inline-block;
	vertical-align: top;
	margin-left: 0.35rem;
	margin-top: 0.44rem;
}
.search-wraper .search-top input {
	display: inline-block;
	vertical-align: top;
	height: 0.4rem;
	line-height: 0.4rem;
	padding: 0.4rem 0;
	width: 5.3rem;
	padding-left: 0.2rem;
    background: transparent;
    border: 0;
    outline:none;
    font-size: 0.37rem;
}
.search-top .search-button {
	float: right;
	height: 1.2rem;
	line-height: 1.2rem;
	width: 2.4rem;
	text-align: center;
	background: #FF832A;
	font-size: 0.48rem;
	color: #ffffff;
	right: 0;
}
.search-wraper .title {
	height: 0.53rem;
	line-height: 0.53rem;
	margin-bottom: 0.29rem;
	font-size: 0.37rem;
	color: #333333;
	text-align: left;
}
.search-wraper .citys {
	font-size: 0;
}
.search-wraper .citys li{
	display: inline-block;
	margin-right: 0.50rem;
	margin-bottom: 0.51rem;
	height: 0.43rem;
	line-height: 0.43rem;
}
.search-wraper .citys li:nth-child(7n) {
	margin-right: 0;
}
.search-wraper .citys li a {
	font-size: 0.37rem;
	color: #666666;
	display: inline-block;
    vertical-align: top;
}
/*===search end ===*/
/*===no data start ===*/ 
.no-date-wraper {
	width: 100%;
	text-align: center;
	font-size: 0;
}
.no-date-wraper .title {
	font-size: 0.48rem;
	color: #333333;
	height: 0.5rem;
	line-height: 0.5rem;
	padding: 0.56rem 0 0.97rem;
}
.no-date-wraper .img-bg {
	display: inline-block;
	width: 2.13rem;
	height: 1.87rem;
	background: url(../images/m_jms_list_privince_imgs/im_kbface.png) no-repeat center center;
	background-size: 100% 100%;
}
.no-date-wraper .text {
	font-size: 0.35rem;
	color: #999999;
	line-height: 0.53rem;
	padding-bottom: 1.07rem;
	padding-top: 0.56rem;
}
/*===no data end ===*/
/*===jms wraper start ===*/ 
.jms-wraper {
	padding: 0 0.4rem 0.67rem;
}
.jms-wraper .jms-title {
	height: 1.77rem;
	line-height: 1.77rem;
	text-align: center;
	color: #333333;
	font-size: 0.48rem;
}
.jms-wraper .jms-list .jms-item {
	height: 2.4rem;
	padding: 0.43rem 0;
	border-top: 1px solid #EAEAEA;
}
.jms-wraper .jms-list .jms-item:last-child {
	padding-bottom: 0;
}
.jms-list .jms-item .left-img {
	width: 3.2rem;
	height: 2.4rem;
	left: 0;
	top: 0.43rem;
}
.left-img img {
	width: 100%;
	height: 100%;
}
.jms-item .right-content {
	height: 2.4rem;
	padding-left: 3.8rem;
	text-align: left;
}
.jms-item .right-content .company-name {
	font-size: 0.37rem;
	color: #333333;
	height: 0.38rem;
	line-height: 0.38rem;
	margin-bottom: 0.23rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.jms-item .right-content .company-des {
	font-size: 0.35rem;
	color: #999999;
	height: 0.38rem;
	line-height: 0.4rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.right-content .tabs {
	height: 0.35rem;
	font-size: 0;
	margin-top: 0.22rem;
    white-space: nowrap;
}
.right-content .tabs .tab-icon {
	display: inline-block;
	vertical-align: top;
	width: 0.29rem;
	height: 0.29rem;
	padding: 1px;
	background: url(../images/m_jms_list_privince_imgs/shen_10.png) no-repeat center center;
	background-size: 100% 100%;
	margin-right: 0.17rem;
}
.right-content .tabs .tab-text {
	height: 0.35rem;
	line-height: 0.35rem;
	display: inline-block;
	vertical-align: top;
	font-size: 0.29rem;
	color: #999999;
	margin-right: 0.36rem;
}
.right-content .tabs .tab-text:last-child{
	margin-right: 0;
}
.right-content .ask-btn {
	width: 1.92rem;
	height: 0.64rem;
	text-align: center;
	line-height: 0.64rem;
	background: linear-gradient(90deg,rgba(37,148,255,1) 0%,rgba(99,163,244,1) 100%);
	border-radius: 0.32rem;
	color: #ffffff;
	font-size: 0.29rem;
    margin-top: 0.2rem;
}
/*===jms wraper end ===*/
.see-more {
	width: 9.2rem;
	height: 1.2rem;
	line-height: 1.2rem;
	text-align: center;
	margin: 0.8rem auto;
	background: linear-gradient(90deg,rgba(39,93,245,1) 0%,rgba(99,163,244,1) 100%);
	border-radius: 0.13rem;
	color: #ffffff;
	font-size: 0.48rem;
}