* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

ul {
    list-style: none;
}

/* --------- */
.wrap {
    width: 1200px;
    margin: 30px auto;
    position: relative;
    /* border: 1px solid red; */
}

/* ------------- */

/* 选择类别 */
.dem {
    /* width: 940px; */
    width: 1200px;
    border: 1px dashed #c8c8c8;
    margin: 20px 0;
    padding: 10px 0 10px;
    background-color: #ECECEC;
    border-radius: 5px;
}

.dem>div {
    width: 100%;
}

.province {
    /* margin-top:20px ; */
    /* padding-top:10px;  */
    margin: 0 auto;
    width: 100%;
    /* border: 1px solid red; */
}

.province a {
    display: block;
}

.province .fl {
    float: left;
}

.province .fl:first-child {
    width: 120px;
    /* height: 100px; */
    /* border: 1px solid red; */
    text-align: right;
}

.province .fl:first-child div {
    margin-top: 5px;
    font-size: 17px;
    color: #666666;
    font-family: "微软雅黑";
    /* margin-left: 24px; */
}


.province .fl:last-child {
    width: 1078px;
    font-family: "宋体", "Arial Narrow", HELVETICA;
    /* border: 1px solid red; */
}

#HtmlProvince li {
    float: left;
    padding: 5px 3px;
    /* width: 60px; */
    /* height: 20px; */
    font-size: 15px;
}

#HtmlProvince li a {
    /* width: 60px; */
    /* height: 25px; */
    padding: 2px 4px;
    text-align: center;
    /* line-height:25px ; */
    color: #666666;
    text-decoration: none;
}



#HtmlProvince li:hover a {
    color: #dc3023;

}

.current {
    background-color: #f35f23;
    border-radius: 10px;
    color: #fff !important;
    text-decoration: none !important;
}

.current:hover {
    color: #fff !important;
}











/* 求购 */
.buy {
    width: 940px;
    position: relative;
    margin-top: 30px;
}

.buy>ul>li {
    width: 940px;
    border: 1px solid #ccc;
    margin-top: 10px;
    border-radius: 6px;
    height: 152px;
}

.buy>ul>li:hover {
    background: #eee;
}

.buy>ul>li>div {
    margin: 0 auto;
    width: 850px;
}

.buy li>div>div {
    float: left;
    margin-top: 5px;
    /* margin-bottom: 10px; */
}

.buy .buy_cont {
    width: 720px;
}

.buy .buy_cont .buy_cont_tit h2 {
    display: inline-block;
    line-height: 35px;
    font-size: 20px;
    color: #000;
    font-weight: 600;
    margin-right: 50px;
    vertical-align: baseline;
    font-family: "微软雅黑";
}


.buy .buy_cont .buy_cont_table {
    margin-top: 5px;
}

.buy .buy_cont .buy_cont_table table {
    margin: 0;
    border-collapse: collapse;
}


.buy .buy_cont .buy_cont_table table td {
    height: 24px;
    font-size: 14px;
    /* font-weight: 600; */
    border: 1px solid #ccc;
    margin: 0 50px;
    /* font-weight: 600; */
    color: #333;
}
.buy .buy_cont .buy_cont_table table td a{

    text-decoration: none;
    color: #999;
}


.buy .buy_cont .buy_cont_table table td:nth-of-type(2n-1) {
    text-align: right;
    margin-right: -20px;
    width: 120px;
}

.buy .buy_cont .buy_cont_table table td:nth-of-type(2n) {
    text-indent: 1em;
    width: 210px;
    margin: 20px;
    text-indent: 1em;
    color: #999;
    font-size: 12px;
}


.buy .buy_cont .buy_cont_table div {
    margin-top: 5px;
}

.buy .buy_cont .buy_cont_table div span:first-child {
    display: inline-block;
    font-size: 15px;
    /* font-weight: 600; */
    /* border: 1px solid red; */
    margin-left: 75px;
    height: 22px;
    line-height: 22px;
    color: #333;
}

.buy .buy_cont .buy_cont_table div span:last-child {
    display: inline-block;
    color: #777;
    width: 532px;
    line-height: 22px;
    height: 44px;
    overflow: hidden;
    font-size: 14px;
    vertical-align: top;
    margin-left: 2px;
    /* border: 1px solid red; */
}

.buy .buy_r {
    margin-top: 30px;
}

.buy .buy_r div {
    margin-top: 5px;
}

.buy .buy_r div:first-child,
.buy .buy_r div:last-child a {
    width: 130px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #eee;
    display: block;
    /* background: #FF8000; */
    /* font-size: 20px; */
    font-weight: 600;
    text-decoration: none;
}

.buy .buy_r div:first-child {
    font-size: 14px;
    background: rgba(0, 140, 70, .8);
    font-family: "微软雅黑";
    /* cursor: text; */
}
.buy .buy_r div:first-child a{
	display:block;
	color:#fff;
	
}
.buy .buy_r div:first-child a:hover{
	opacity: 1!important;
}


.buy .buy_r div:first-child .align{
    display: inline-block;
    margin-top: -3px;
}


.buy .buy_r div:last-child a {
    background: rgba(255, 128, 0, 0.7);
    font-size: 20px;
}

.buy .buy_r div:last-child a:hover {
    background: rgba(255, 128, 0, 1);
    color: #eee !important;

}





/* 发布求购 */
.issue {
    position: absolute;
    /* right:  0px; */
    left: 50%;
    top: 146px;
    z-index: 100;
    margin-left: 380px;
}

.issue div a {
    text-decoration: none;
    display: block;
    height: 60px;
    line-height: 60px;
    width: 220px;
    /* border: 1px solid red; */
    text-align: center;
    font-size: 26px;
    font-weight: 600;
    font-family: "微软雅黑";
    background: rgba(0, 140, 70, .8);
    color: #eee;
    border-radius: 5px;
}

.issue div a:hover {
    background: rgba(0, 140, 70, 1);
    color: #eee !important;
}