.news-body{
   cursor: default;
    font-family: Avenir,Helvetica,Arial,sans-serif;
    position: relative;
    width: 1200px;
    margin: auto;
    background-color: #fff;
    margin-top: 38px;
    display: flex;
    justify-content: space-between;
}

.icon_svg_img{
    cursor: default;
    font-family: Avenir,Helvetica,Arial,sans-serif;
    vertical-align: -.15em;
    fill: currentColor;
    overflow: hidden;
    width: 41px;
    height: 41px;
}

.news-item{
    cursor: default;
    font-family: Avenir,Helvetica,Arial,sans-serif;
    box-shadow: 0 3px 20px rgba(0,0,0,.06);
    box-sizing: border-box;
    width: 360px;
    padding: 13px 14px;
}

.news-el-row{
    cursor: default;
    font-family: Avenir,Helvetica,Arial,sans-serif;
    position: relative;
    box-sizing: border-box;
}

.news-head{
    cursor: default;
    font-family: Avenir,Helvetica,Arial,sans-serif;
    position: relative;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
}

.news-caption{
    cursor: default;
    font-family: Avenir,Helvetica,Arial,sans-serif;
    position: relative;
    box-sizing: border-box;
    padding: 20px 0;
    margin-top: 50px;
}

.news-icon{
    cursor: default;
    font-family: Avenir,Helvetica,Arial,sans-serif;
    float: left;
    box-sizing: border-box;
    width: 16.66667%;
    display: flex;
    align-items: center;
}

.news-title{
    cursor: default;
    float: left;
    box-sizing: border-box;
    width: 58.33333%;
    font-size: 20px;
    color: #41414b;
    font-family: Microsoft YaHei UI;
    font-weight: 400;
    opacity: 1;
    display: flex;
    align-items: center;
}

.news-more{
    float: left;
    box-sizing: border-box;
    width: 25%;
    font-family: Microsoft YaHei UI;
    font-weight: 400;
    opacity: 1;
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 14px;
    line-height: 18px;
    color: #4f92f1;
}

.news-list{	
    font-family: Avenir,Helvetica,Arial,sans-serif;
    margin: 21px 0;
    cursor: pointer;
}

.news-list-icon{
    font-family: Avenir,Helvetica,Arial,sans-serif;
    cursor: pointer;
    float: left;
    box-sizing: border-box;
    width: 12.5%;
    display: flex;
    justify-content: center;
}

.news-line{
    cursor: pointer;
    float: left;
    box-sizing: border-box;
    width: 62.5%;
    height: 18px;
    font-size: 14px;
    font-family: Microsoft YaHei UI;
    font-weight: 400;
    line-height: 18px;
    color: #41414b;
    opacity: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news-time{
    cursor: pointer;
    float: left;
    box-sizing: border-box;
    width: 25%;
    height: 18px;
    font-size: 14px;
    font-family: Microsoft YaHei UI;
    font-weight: 400;
    line-height: 18px;
    color: #999;
    opacity: 1;
    display: flex;
    justify-content: flex-end;
}

.news-list-row{
    font-family: Avenir,Helvetica,Arial,sans-serif;
    cursor: pointer;
    position: relative;
    box-sizing: border-box;
}

.fast-content{
    cursor: default;
    box-sizing: border-box;
    position: relative;
    width: 1200px;
    margin: auto;
    padding-top: 18px;
    padding-bottom: 10px;
    display: flex;
    justify-content: space-between;
    font-size: 24px;
    font-family: Microsoft YaHei UI;
    font-weight: 400;
    color: #fff;
}

.fast-bg{	
    font-size: 24px;
    font-family: Microsoft YaHei UI;
    font-weight: 400;
    color: #fff;
    float: left;
    box-sizing: border-box;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 280px;
    height: 210px;
    cursor: pointer;
    transition: all .2s linear;
}	

.fast-inner{	
    font-size: 24px;
    font-family: Microsoft YaHei UI;
    font-weight: 400;
    color: #fff;
    cursor: pointer;
    padding: 50px 30px;
}

.fast-el-row{
    font-size: 24px;
    font-family: Microsoft YaHei UI;
    font-weight: 400;
    color: #fff;
    cursor: pointer;
    position: relative;
    box-sizing: border-box;
}

.fast-text{
    font-size: 24px;
    font-family: Microsoft YaHei UI;
    font-weight: 400;
    color: #fff;
    cursor: pointer;
    float: left;
    box-sizing: border-box;
    width: 100%;
}

.fast-right{
    font-size: 24px;
    font-family: Microsoft YaHei UI;
    font-weight: 400;
    color: #fff;
    cursor: pointer;
    float: left;
    box-sizing: border-box;
    width: 100%;
    margin-top: 24px;
}