*{
    margin: 0;
    padding:0;
}
.container{
    width: 976px;
    margin: 0 auto;
}
.detail_banner {
    width: 100%;
    height: 295px;
    position: relative;
    /* top: 15px; */
}
.table{
    text-align: center;
    margin-top: 90px;
    margin-bottom: 250px;
    margin-left: 3px;
}
th{
    text-align: center;
    color: #797979;
    font-size: 20px;
    position: relative;
    top: -16px;
}
thead{
    background-color: #F7F7F7;
    border-top: 2px solid #E5E5E5;
    border-bottom: 2px solid #E5E5E5;
    height: 59px;
}
.head{
    height: 80px;
}
tr{
    height: 45px;
}
.table > tbody > tr > td{
    padding: 15px 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border: none;
}
.content{
    background: url("../img/line.png") no-repeat;
    width: 100%;
    height: 100%;
}
/*
 * 页数按钮样式
 */

.page_div a {
    min-width: 30px;
    _width:28px;
    height: 28px;
    border: 1px solid #dce0e0 !important;
    text-align: center;
    margin: 0 4px;
    cursor: pointer;
    line-height: 28px;
    color: #666666;
    font-size: 13px;
    display: inline-block;
}
#firstPage,
#lastPage {
    width: 50px;
    color: #0073A9;
    border: 1px solid #0073A9 !important;
}
#prePage,
#nextPage {
    width: 70px;
    color: #0073A9;
    border: 1px solid #0073A9 !important;
}
.page_div .current {
    background-color: #0073A9;
    border-color: #0073A9;
    color: #FFFFFF;
}
.totalPages {
    margin: 0 10px;
}
.totalPages span,
.totalSize span {
    color: #0073A9;
    margin: 0 5px;
}
a {
    text-decoration: none;
}
#page {
    text-align: center;
    margin-top: 100px;
    margin-bottom: 60px;
}
.number{
    color:red;
    -webkit-text-stroke: 0.6px white;
}

/*列表页样式*/
.pic{
    display: inline-block;
    _zoom: 1;
    _display: inline;
}
.rightDiv{
    display: inline-block;
    _zoom: 1;
    _display: inline;
    width: 820px;
    margin-left: 15px;
}
.table_date{
    float: right;
    color: #A09F9F;
    font-size: 15px;
    margin-right: 15px;
}
.pic_date{
    float: right;
    color: #A09F9F;
    font-size: 15px;
    margin-right: 7px;
}
.name{
    font-size: 16px;
    font-weight: 600;
}
.news_detail{
    color: #6B6B6B;
    font-size: 15px;
    line-height: 25px;
    margin-top: 10px;
    width: 100%;
    height: 100%;
    position: relative;
    left: 0;
}
.col-lg-12{
    height: 177px;
    _height: 80px;
    border-bottom: 1px solid #E3E3E3;
    box-sizing: border-box;
    padding-top: 26px;
}
.table_content{
    /*background: url(../img/line2.png) no-repeat;*/
    width: 100%;
    border-left: 1px solid #E3E3E3;
    margin-top: 50px;
    display:inline-block
}
.news_pic{
    width: 190px;
    height: 120px;
    position: relative;
    top: -8px;
}
.diamond{
    width: 5px;
    height: 5px;
    background-color: #C4C4C4;
    display: inline-block;
    position: relative;
    left: -18px;
    top: -39px;
    _top: -29px;
    font-size: 0;
}
.first_diamond{
    position: relative;
    top: -99px;
}

