/*
* @Author: Marte
* @Date:   2016-05-18 11:09:00
* @Last Modified by:   Marte
* @Last Modified time: 2016-06-07 13:53:32
*/
/* 资讯列表页 */
.bk20{
    height: 20px;
    clear: both;
    overflow: hidden;
}
.hangye-banner {
    width: 100%;
    height: 380px;
    background: url(../img/hangye/hangye_banner.jpg) top center no-repeat;
}
.profession-title {
    width: 1200px;
    height: 120px;
    border-top: 1px solid #ccc;
    background: url(../img/hangye/hangye_title_bg.png) center no-repeat;
}
.profession-news li{
    height: 149px;
    margin-top: 20px;
    border-bottom: 1px dashed #d0d0d0;
}
.profession-news li img{
    width: 125px;
    height: 125px;
    margin-right: 20px;
    float: left;
}
.news-text{
    width: 980px;
}
.news-text h4{
    font-size: 18px;
    margin-top: 15px;
    margin-bottom: 10px;
    color: #000;
}
.news-text p{
    font-size: 14px;
    color: #666;
    margin-bottom: 15px;
}
.news-text i{
    color: #666;
}
.news-text span{
    display: block;
    width: 83px;
    height: 21px;
    border: 2px solid #999;
    text-align: center;
    line-height: 21px;
}
/* 详情页 */
.postion {
    height: 34px;
    line-height: 34px;
}
.hangYe{
	width:910px;
    background: #fff;
    padding-bottom: 10px;
}
.hangYe-title{
    width: 1200px;
    height: 120px;
    background: url(../img/hangye/hangye_title_bg.png) center no-repeat;
}
.hangYe-content-title{
    line-height: 50px;
    font-size: 26px;
    text-align: center;
    border-bottom: 1px solid #dddddd;
}
.hangYe-content img{
    width: 748px;
    margin: 68px auto;
}
.hangYe-content p{
    padding: 10px 45px;
    line-height: 24px;
    color: #000;
}
.hangYe-preNext{
    width: 910px;
    /*border-top: 1px solid #ccc;*/
    border-bottom: 1px solid #ccc;
    margin: 10px auto;
}
.hangYe-preNext a{
    display: block;
    color: #000;
    padding: 5px 0;
}
.contbox{
     padding: 0 20px;
     line-height: 24px;
}
.contbox p{
    font-size: 14px;
    color: #333;
    line-height: 26px;
    text-indent: 2em;
}
.contbox img{
    display: block;
    width: 500px!important;
    height: auto!important;
    margin: 10px auto;
}
/* 行业资讯文章分页 */
.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;
}