/*index-header部分start*/
.header{
    width: 100%;
    min-width: 1280px;

    background: url("../images/news-bg1.png") no-repeat ;
     background-size: 100% 100%;
}
/*index-header部分end*/


/*news-main部分start*/
.news-main{
    width: 100%;
    background: #eae9e8;
}
.news-main-w{
    width: 70%;
    margin: 0 15%;
}
.news-main-box{
    margin: 27px 0;
    padding: 2% 10%;
    background: #fff;
}
.news-main-box-date{
    font: 0.2rem/0.34rem "microsoft yahei";
    margin: 1% 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: start;
}
.news-main-box-tit{
    font: 0.4rem /0.56rem "microsoft yahei";
    color: #333;
    margin:2% 0 4% 0;
}
.news-main-box-redtip{
    display: inline-block;
    width: 84px;
    height: 28px;
    background: #ff0000;
    border-radius: 2px;
    font: 0.2rem/0.34rem "microsoft yahei";
    color: #fff;
    text-align: center;
}
.news-main-box-orangetip{
    display: inline-block;
    width: 84px;
    height: 28px;
    background: #f79421;
    border-radius: 2px;
    font: 16px/28px "microsoft yahei";
    color: #fff;
    text-align: center;
}
.news-main-box-time{
    display: inline-block;
    font: 16px "microsoft yahei";
    color: #999;
    margin-left: 10px;
}
.news-main-box-img{
    margin: 2% 0;
    width:100%;
}
.news-main-box-img>img{
    width:100%;
}
.news-main-box-text{
    width: 100%;
    font: 18px/32px "microsoft yahei";
    color: #999;
    margin:2% 0;
}
.news-main-box-more a{
    display: block;
    font: 18px "microsoft yahei";
    color: #999;
    width: 100%;
    text-align: right;
}
.news-main-box-more a:hover{
    color: #f79421;
}
.news-main-box-nothing{
    font: 18px "microsoft yahei";
    color: #999;
    text-align: center;
    padding: 48px 0;
}
/*news-main部分end*/