/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2018-1-31, 10:11:26
    Author     : Administrator
*/
/*  jQuery实用的响应式选项卡tab切换代码---by zhy  */
.tabs-underline{
    width:843px;
    text-align: center;
    margin-right: 30px;
}

/* The tabs */

.tabs-underline ul{
    list-style: none;
    text-align: left;
    margin: 0;
    padding: 0;
    background-color: #fff;
}

.tabs-underline ul li{
    display: inline-block;
    width: 129px;
    height: 50px;
    line-height: 50px;
    padding-top: 10px;
    text-align: center;
    padding-bottom: 4px;
}

.tabs-underline ul li a{
    display: block;
    text-decoration: none;
    color:  #313131;
    font-size: 16px;
}

.tabs-underline ul li a.tab-active {
    font-weight: bold;
    border-bottom: 4px solid #5aa1e3;
}

/* The content */

.tabs-underline .tabs-content-placeholder{
    overflow: hidden;
    font-weight: normal;
}

.tabs-underline .tabs-content-placeholder div.tab-content-active{
    display: block;
}

.tabs-underline .tabs-content-placeholder dl{
    border: 1px solid #c9c9c9;
    margin-top: 21px;
    background-color: #fff;
    padding: 25px 10px 25px 20px;
    height: 116px;
}
.tabs-underline .tabs-content-placeholder dt,.tabs-underline .tabs-content-placeholder dd{
    float: left;
    margin-right: 20px;
    text-align: left;
    max-width: 590px;
}
.tabs-underline .tabs-content-placeholder dd p.tit{
    font-size: 18px;
    color: #535353;
    font-weight: bold;
    line-height: 27px;
}
.tabs-underline .tabs-content-placeholder dd p.time{
    font-size: 12px;
    color: #959595;
    line-height: 37px;
}
.tabs-underline .tabs-content-placeholder dd p.cont{
    font-size: 14px;
    color: #959595;
    line-height: 25px;
}

.tabs-underline .tabs-content-placeholder div.page_list{display: block;margin-top: 35px;height: 22px;line-height: 22px;margin-bottom: 80px;}
.tabs-underline .tabs-content-placeholder div.page_list a{border: none;background: rgba(250,250,250,0.8);color: #004ea2;}
.tabs-underline .tabs-content-placeholder div.page_list a.on{background: #004ea2;color: #fff;}