/* 新闻中心 */

.page-xbxw a {
    display: block;
    width: 100%;
    padding: 5px 0;
    text-decoration: none;
    outline: none;
    position: relative;
}

.page-xbxw .time {
    width: 80px;
    display: inline-block;
    vertical-align: top;
}

.page-xbxw .time>div {
    width: 100%;
    height: 72px;
    border: 1px solid #ffbb40;
    color: #ffbb40;
    text-align: center;
    font-family: Arial Regular;
    transition:all 0s;
}

.page-xbxw a:hover .time>div {
    border: 1px solid #ffbb40;
    color: #fff;
    background-color: #ffbb40;
}

.page-xbxw .time .day {
    display: inline-block;
    padding: 5px 15px;
    font-size: 1.57em;
    border-bottom: 1px solid #ffbb40;
    transition:all 0s;
}

.page-xbxw a:hover .time .day {
    border-bottom: 1px solid #fff;
}

.page-xbxw .time .year {
    display: block;
    line-height: 25px;
    transition:all 0s;
}

.page-xbxw .txt {
    display: inline-block;
    width: 740px;
    padding: 0 15px;
}

.page-xbxw .txt span {
    font-family: 微软雅黑;
    font-size: 1.14em;
    color: #333333;
    font-weight: bolder;
}

.page-xbxw a:hover .txt span {
    color: #014578;
}

.page-xbxw .txt p {
    color: #777777;
    margin: 0;
}

.page-xbxw a:hover .txt p {
    color: #010101;
}


/*PC小屏（col-md-）/992 - 1199*/

@media only screen and (max-width: 1199px) {
    .page-xbxw .time {
        vertical-align: top;
        display: table-cell;
    }
    .page-xbxw .txt {
        display: table-cell;
        vertical-align: middle;
        width: auto;
    }
    .page-xbxw .txt span {
        overflow: hidden;
        line-height: 25px;
        height: 25px;
        display: block;
    }
    .page-xbxw .txt p {
        height: 50px;
        overflow: hidden;
    }
}


/*pad（col-sm-）/768 - 991*/

@media only screen and (max-width: 991px) {}


/*手机（col-md-）/640 - 767*/

@media only screen and (max-width: 767px) {}


/*手机（col-md-）/480 - 639*/

@media only screen and (max-width:639px) {}


/*手机（col-md-）/320 - 479*/

@media only screen and (max-width:479px) {}
