/*咨询*/
* {
    color: #585655;
}

.zixun-one {
    width: 960px;
    height: 180px;
    background: url('/static/img/index/taiyi56.png') no-repeat;
    background-size: 100% 100%;
    margin: 0 20px;
}

.zixun-tow {
    margin-top: 30px;
    margin-bottom: 5px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-around;
}

.zixun-tow-acvti {
    border-bottom: 4px solid #643E00;
}

.titx {
    background: rgba(250, 250, 250, 0.5);
    width: 960px;
    margin: 0 20px;
    padding: 10px 0 20px 0;
}

.head-item-left, .head-item-right{
    position: relative;
    display: inline-block;
    width: 475px;
    height: 70px;
    line-height: 70px;
    font-family: fz;
    font-size: 17px;
    margin-top: 20px;
}

.head-item-left{
    text-align: right;
}

.head-item-right{
    text-align: left;
}

.head-item a{
    display: inline-block;
    width: 210px;
    height:70px;
    color:inherit;
    text-align: center;
    padding-top: 10px;
}

.head-item span{
    display: inline-block;
    width: 210px;
    height:70px;
    background: url('/static/img/dragon/title-bg.png') no-repeat left;
    background-size: 100% 100%;
    color: white !important;
    text-align: center;
    padding-top: 8px;
}

.dragon-list span{
    display: inline-block;
    overflow: hidden;
}

.news-date{
    width:120px;
}

.news-title{
    width:200px;
}

.dragon-list {
    width: 960px;
}

.dragon-list a {
    width: 920px;
    margin: 0 20px;
    height: 40px;
    line-height: 40px;
    border-bottom: 0.5px solid rgba(0, 0, 0, 0.2);
}

.dragon-list a *{
    height: 40px;
    line-height: 40px;
}


#station-header {
    width: 100%;
    font-family: fz;
    margin-bottom: 30px;
    color: black;
    font-size: 30px !important;
    text-align: center;
}

.dragon-introduce {
    font-size: 15px !important;
}

#notice-date {
    width: 100%;
    text-align: right;
    font-size: 15px;
    margin: 20px 0;
}

#page {
    margin-top: 20px;
    width: 100%;
    height: 50px;
    line-height: 50px;
    color: #585655;
}

.pagination {
    display: inline-block;
    width: 200px;
    text-align: center;
}

.pagination li {
    display: inline-block;
    font-size: 20px;
    padding: 0 5px;
    color: #585655;
}

.pagination .active span {
    color: #585655;
    border-bottom: 0.5px solid rgba(0, 0, 0, 0.8);
}

.pagination a {
    color: #585655;
}


