
/****************** 资讯中心 start ******************/
.cate-wrap {
    width: 100%;
    padding-top: 15px;
}
.cate-line {
    border-bottom: 1px solid #DCDCDC;
    margin: 20px 0 20px 0;
}
.cate-box{
    width: 100%;
    /*height: 90px;*/
    font-size: 18px;
}

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

    color: #999999;
    line-height: 48px;
    cursor: pointer;

    /*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: #F67706;
    color: #FFFFFF;
    border-color: #F67706 !important;
}

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

    .cate-box-item{
        /*width: 145px;
        height: 50px;*/
    }
}

@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;
    padding: 20px;
    background-color: #F0F0F0;
}

.news-box-item-left {
    max-width: 25%;
    margin-right: 20px;
}
.news-box-item-left img {
    max-width: 100%;
}
.news-box-item-right {
    flex: 1;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

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

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

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

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

.new-box-item-imgs {
    width: 100%;
    overflow: hidden;
    display: flex;
}
.new-box-item-imgs img {
    max-width: 20%;
    max-height: 100px;
    margin-right: 20px;
}

.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-wrap {
        padding-top: 0;
    }
    .cate-line {
        border-bottom: none;
        margin: 0;
    }
    .cate-box {
        width: 100%;
        height: 50px;
    }
    .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);*/
        width: 100%;
    }
    .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;
    }
    .new-box-item-imgs img {
        max-height: 60px;
    }
}
