
/****************** 资讯中心 start ******************/
.cate-box{
    width: 100%;
    height: 90px;
    font-size: 18px;
}

.cate-box-item{
    width: 230px;
    /*border: 1px #999999 solid;*/
    background-color: #ffffff;
    align-items: center;
    text-align: center;

    color: #999999;
    line-height: 89px;

    /*box-shadow: 0 1px 4px rgba(0,0,0,0.3), 0 0 40px rgba(0,0,0,0.1) inset;*/
    /*-webkit-box-shadow:0 1px 4px rgba(0,0,0,0.3), 0 0 40px rgba(0,0,0,0.1) inset;*/
    /*-moz-box-shadow:0 1px 4px rgba(0,0,0,0.3), 0 0 40px rgba(0,0,0,0.1) inset;*/
    /*-o-box-shadow: 0 1px 4px rgba(0,0,0,0.3), 0 0 40px rgba(0,0,0,0.1) inset;*/
}

.cate-box-item-active {
    background-color: #186AF2;
    color: #FFFFFF;
    line-height: 90px;
}

@media screen and (min-device-width: 1200px) {
    .cate-box{
        margin-top: -45px;
        z-index: 800;
    }

    .cate-box-item{
        width: 400px;
        height: 90px;

    }
}

@media screen and (max-device-width: 1200px) {
    .cate-box{
        background-color: #ffffff;
    }
}

/****************** 资讯中心 start ******************/
/****************** 资讯中心 start ******************/

.news {
    padding-top: 80px;
}
.news-box {
    padding: 60px 141px;
    border-bottom-style: dot-dot-dash;
}

.news-box-item {
    width: 686px;
    border-bottom: 1px solid #000;
    margin-bottom: 21px;
}

.news-box-item-title {
    height: 28px;
    font-size: 18px;
    font-weight: 500;
    color: #333333;
    line-height: 28px;
    margin-bottom: 14px;
}

.news-box-item-source{
    margin-bottom: 14px;
}

.news-box-item-source span{
    background-color: #eaecee;
    font-weight: 400;
    color: #666666;
    padding:10px 15px;
    border-radius: 6px;
}

.news-box-item-desc {
    width: 100%;
    color: #666666;
    line-height: 50px;
    /*word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;*/
}

.news-box-item-footer {
    justify-content: space-between;
    font-size: 20px;
}

.news-box-item-footer-left {
    /*height: 15px;*/
    font-weight: 400;
    color: #999999;
    /*line-height: 50px;*/
}

.news-box-item-footer-right {
    /*width: 80px;*/
    font-weight: 400;
    color: #999999;
    /*line-height: 50px;*/
}
/****************** 资讯中心 end ******************/

@media screen and (max-device-width: 450px) {
    .cate-box {
        width: 100%;
        height: 60px;
    }
    .cate-box .cate-box-item {
        height: 100%;
        flex: 1;
        line-height: normal;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .news {
        padding-top: 40px;
    }
    .news .news-box {
        width: calc(100% - 40px);
    }
    .news .news-box .news-box-item .news-box-item-title {
        margin-bottom: 2px;
    }
    .news .news-box .news-box-item .news-box-item-source {
        margin-bottom: 0px;
        height: 30px;
    }
    .news .news-box .news-box-item .news-box-item-source span {
        padding: 5px 8px;
        border-radius: 4px;
        font-size: 12px;
    }
}
