/*
* @Author: Marte
* @Date:   2016-05-18 11:09:00
* @Last Modified by:   Marte
* @Last Modified time: 2016-06-07 15:39:34
*/
.postion {
    height: 34px;
    line-height: 34px;
}
.groupBuy-lists{
    width: 250px;
    margin-right: 16px;
    border: 1px solid #ddd;
}
.groupBuy-lists h4{
    font-size: 16px;
    font-weight: 600;
    padding-left: 14px;
    line-height: 42px;
    color: #000;
}
.groupBuy-lists h5{
    position: relative;
    font-size: 14px;
    font-weight: 600;
    height: 30px;
    line-height: 30px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding-left: 35px;
}
.groupBuy-lists h5 i{
    position: absolute;
    left: 10px;
    top: 8px;
    display: block;
    width: 15px;
    height: 16px;
    background: url(../img/detail/jiajian_icon.png) center bottom no-repeat;
    cursor: pointer;
}
.groupBuy-lists h5 i.cur{
    background-position: center top;
}
.groupBuy-lists h5 a{
    display: block;
    width: 100%;
    height: 100%;
}
.groupBuy-menu{
    /*display: none;*/
}
.groupBuy-menu a{
   display: block;
   line-height: 30px;
   color: #666;
   padding-left: 35px;
}
.hangYe{
	width:930px;
    background: #fff;
    padding-bottom: 10px;
}
.hangYe-title{
    width: 930px;
    height: 65px;
    border-top: 1px solid #ccc;
    background: url(../img/hangye/hangye_title_bg.png) center no-repeat;
}
.hangYe-content-title{
    line-height: 70px;
    font-size: 36px;
    font-weight: 400;
    text-align: center;
}
.hangYe-content img{
    width: 500px!important;
    height: auto!important;
    margin: 20px auto;
}
.hangYe-content div{
    padding: 0px 35px;
    line-height: 35px;
}
.hangYe-content p {
    padding: 10px 20px;
    line-height: 26px;
    font-size: 14px;
    text-indent: 2em;
}
.hangYe-preNext{
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.hangYe-preNext a{
    color: #333;
}
.hangYe-preNext p{
    line-height: 30px;
    padding: 0 20px;
}
/* 行业资讯文章分页 */
.textPage{
    width: 100%;
    margin-top: 20px;
    text-align: center;
    line-height: 35px;
}
.textPage ul{
    overflow: hidden;
    display: inline-block;
}
.textPage li{
    float: left;
}
.textPage li a{
    padding: 5px 10px;
    margin-right: 5px;
    border: 1px solid #888;
    border-radius: 3px;
    cursor: pointer;
    color: #000;
    clear: both;
    text-indent: none;
}
.textPage li.thisclass a{
    background-color: #1997bc;
    border-color: transparent;
    color: #fff;
    border-radius: 3px;
}
.textPage li a:hover{
    background-color: #1997bc;
    border-color: transparent;
    color: #fff;
    border-radius: 3px;
}