.news .detail-main {
    margin-top: 20px;
}

.news .detail-main>div{
    height: 225px;
}

.detail-main .date {
    display: block;
    margin-bottom: 15px;
    font: bold 27px/27px 'novecento' !important;
    color: #6d8ac4;
}

.detail-main .title {
    font-weight: bold;
    font-size: 18px;
    line-height: 30px;
    color: #474545;
    margin-bottom: 5px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.detail-main .time-num{
    color: #999;
}

.detail-main .detail {
    margin-top: 15px;
    line-height: 22px;
    text-align: justify;
    color: #746969;
    margin-bottom: 10px;
    height: 85px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

.news .to-detail {
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    height: 54px;
    text-align: center;
    line-height: 54px;
    background: #d8e4f3;
    cursor: pointer;
    -webkit-transition: background 400ms;
    transition: background 400ms;
}

.news .to-detail:hover {
    /*background-color: #22297a;*/
}

.news .see-more-btn {
    display: block;
    width: 100%;
    height: 54px;
    cursor: pointer;
    -webkit-transition: background 400ms;
    transition: background 400ms;
}

.news .see-more-btn:hover {
    background-color: #22297a;
    /*background-image: url(../img/btn_more.png);*/
}

.detail-main .img-panel {
    padding-left: 30px;
}

.detail-main .news-img {
    width: 100%;
    height: 225px;
}

.news .news-list {
    margin-top: 30px;
    border-top: 1px solid #ccc;
}

.news-list .link-block {
    border-top: 1px solid #ccc;
}

.news-list .link-block a {
    box-sizing: content-box;
    display: block;
    padding: 24px 0px 24px 0;
    height: 90px;
    -webkit-transition: background-color 400ms;
    transition: background-color 400ms;
}

.news-list .link-block a:hover {
    /*background-color: #e1e1e1;*/
}

.news-list .date-block {
    float: left;
    padding: 0 10px;
    width: 80px;
    height: 88px;
    font: 14px/15px "Segoe UI", "wf_segoe-ui_normal", "Arial", sans-serif;
    color: #444;
    background-color: #d8e4f3;
}

.news-list .date-block .day {
    display: block;
    margin: 10px 0 3px 0;
    font: bold 36px/36px "Segoe UI", "wf_segoe-ui_normal", "Arial", sans-serif;
    color: #22297a;
}

.news-list .link-block a .summary {
    float: right;
    margin-left: 18px;
    width: 650px;
    height: 100%;
    line-height: 18px;
    color: #746969;
}

.news-list .link-block a h1 {
    font-weight: bold;
    font-size: 18px;
    color: #474545;
    margin-bottom: 8px;
    line-height: 26px;
}

.news-list .link-block a h3 {
    margin: -4px 0;
    color: #999;
    font-weight: normal;
    font-size: 12px;
}

.news-list .link-block a p {
    margin-top: 8px;
    height: 36px;
    line-height: 18px;
    color: #746969;
    overflow: hidden;
}



/*公司动态*/
.news-content h1{
    /*font-size: 22px;*/
    color: #22297a;
}
.layui-tab-content{
    margin-top: 20px !important;
}
.right-line{
    padding-right: 40px;
    /*border-right: 1px solid #ccc;*/
}
.recommend-news{
    background: #f1f1f1;
}
.recommend-news>h3{
    height: 50px;
    line-height: 50px;
    padding-left: 10px;
}
.news-row{
    position: relative;
    height: 270px;
}

.news-row img{
    width: 100%;
    height: 160px;
}
.news-row h3{
    font-weight: bold;
    padding: 10px;
}
.news-row .date-area{
    position: absolute;
    bottom: 10px;
    width: 100%;
    padding: 0 10px;
    color: #ccc;
}
.news-row .date-area .dateTime{
    float: left;
    color: #746969;
}
.news-row .date-area .arrow{
    float: right;
    width: 16px;
    height: 16px;
    line-height: 1;
    border: 1px solid #ccc;
    border-radius: 50%;
    text-align: center;
}
.page-area{
    margin-top: 26px;
}
.page-area #mtbd-page,#qydt-page,#sqxw-page{
    text-align: center;
}








