
.log-header {
    height: 50px;
}
.log-header-a{
	width: 5px;
	height: 30px;
	float:left;     
	margin-top: 20px;
	background-color: #006AFF;
}
.log-header-b{
	float:left; 
	margin-top: 20px;
	margin-left:20px;
	height: 30px;
	line-height: 30px;
	font-size: 26px;
	font-weight: 600;
}
.news-contents {
    width: 1200px;
    margin: 50px auto;
}
.g-mt55 {
    margin-top: 55px;
}
.gw-fc-3 {
    color: #333;
}
.gw-fc-6 {
    color: #666;
}
.gw-dis-b {
    display: block;
}
.news-contents .news-wrap ul {
    border-top: 1px solid #eae9e9;
}
.news-contents .news-wrap ul li {
    padding: 40px 0;
    border-bottom: 1px solid #eae9e9;
}
.news-list-l {
    width: 597px;
}
.news-list-l a {
    font-weight: 700;
    overflow: hidden;
}
.news-list-l span {
    margin: 30px 0 40px;
}
.news-list-l p {
    line-height: 28px;
    max-height: 170px;
    overflow: hidden;
}
.news-list-r {
    width: 470px;
    height: 260px;
}
.news-list-r img {
    width: 100%;
    height: 100%;
}
.wrap .box-r {
    float: left;
    width: 830px;
}
.wrap .box-l{    
	margin-left: 50px;
    padding-top: 30px;
}
.wrap .box-l img{
	width: 310px;
}
.wrap  .box-r .title {
    line-height: 1;
}
.m-col {
    padding-top: 5px;
}
.m-col .item {
    padding: 30px 0 29px;
    overflow: hidden;
    border-bottom: 1px solid #f1f1f1;
}
.m-col .img {
    float: left;
    width: 230px;
    height: 175px;
    position: relative;
}
.m-col a {
    color: inherit;
}
.m-col img {
    width: 230px;
    height: 175px;
    transition-property: opacity;
    transition-duration: .15s;
    transition-timing-function: linear;
}
.m-col .text {
    float: left;
    width: 560px;
    padding-left: 30px;
}
.m-col .tit {
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
    max-height: 52px;
    overflow: hidden;
    display: block;
    color: #394043;
    text-decoration: none;
    margin-top: -3px;
}
.m-col .summary {
    max-height: 72px;
    margin: 11px 0;
    font-size: 14px;
    line-height: 24px;
    color: #888c8e;
    overflow: hidden;
}
.m-col .info {
    font-size: 12px;
    overflow: hidden;
    line-height: 14px;
    margin-bottom: 19px;
}
.m-col .time {
    color: #b0b3b4;
    float: left;
}
.m-col .topic {
    height: 25px;
    overflow: hidden;
}
.m-col .item-topic:first-child {
    margin-left: 0;
}
.m-col .item-topic {
    float: left;
    padding: 0 6px;
    line-height: 25px;
    color: #849aae;
    background-color: #eef2f6;
    margin-left: 5px;
}



.m-ban.fpnews {
    background-image: url(/static/home/img/saascloud/banner1.png);
    height: 333px;
}
.m-ban.fplogs {
    background-image: url(/static/home/img/saascloud/banner2.jpg);
    height: 333px;
}
.news-tab {
    background-color: #f7f8fb;
    height: 52px;
}
.news-tab-l{
    width: 1200px;
    margin:0 auto;
    display: flex;
    line-height: 50px;
}
.news-tab-nav{
    cursor: pointer;
    padding: 0px 25px;
    margin-right: 30px;
    color: #595961;
}
.news-tab-active{
    border-bottom:2px solid #2589ff;
    color:#2589ff;
}