body{
    background: #F7F9FC;
}
.main_container{
    padding: 31px 0 62px;
}
.companyleft{
    float: left;
    width: 800px;
    background: #fff;
    padding: 0 20px;
    box-sizing: border-box;
}
.bigtitle{
    width: 100%;
    font-size: 20px;
    font-weight: 800;
    line-height: 73px;
    border-bottom: 1px solid #eee;
}
.newsinfo{
    padding-bottom: 20px;
}
.newsinfo .every{
    padding: 30px 0;
    border-bottom: 1px solid #eee;
}
.newsinfo .time{
    float: left;
    width: 70px;
    height: 70px;
    border: 1px solid #eee;
    border-radius: 4px;
    text-align: center;
    font-size: 36px;
    color: #666;
}
.newsinfo .time p:first-of-type{
    font-size: 14px;
    margin-top: 4px;
}
.newsinfo .inforight{
    display: block;
    float: left;
    width: calc(100% - 92px);
    margin-left: 20px;
}
.newsinfo .inforight p:first-of-type{
    font-size: 20px;
}
.newsinfo .inforight p:nth-of-type(2){
    font-size: 14px;
    color: #999;
    margin: 20px 0 12px;
}
.newsinfo .inforight p:nth-of-type(2) b{
    color: #2277DA;
}
.newsinfo .inforight p:nth-of-type(2) span:first-of-type{
    display: inline-block;
    border-right: 1px solid #999;
    height: 14px;
    line-height: 14px;
    padding-right: 10px;
}
.newsinfo .inforight p:nth-of-type(2) span:last-of-type{
    margin-left: 8px;
}
.newsinfo .loadmore{
    display: block;
    width: 180px;
    height: 42px;
    background: #FFFFFF;
    border: 1px solid;
    border-image: linear-gradient(0deg, #F23145, #F6784D) 10 10;
    color: #F23145;
    line-height: 42px;
    text-align: center;
    margin: 27px auto 0;
}
.companyright{
    float: right;
}
.companyright .companyright_top{
    width: 371px;
    height: 374px;
    background: #fff;
    padding: 0 20px;
    box-sizing: border-box;
}
.companyright_top ul li{
    margin-top: 20px;
}
.companyright_top ul li span{
    position: relative;
    top: -2px;
    display: inline-block;
    width: 6px;
    height: 6px;
    background: linear-gradient(0deg, #F23145 0%, #F6784D 100%);
    margin-right: 6px;
}
.companyright_top ul li a{
    font-size: 14px;
}
.companyright_bottom{
    width: 371px;
    height: 304px;
    background: #fff;
    margin-top: 30px;
    padding-left: 20px;
    box-sizing: border-box;
}
.companyright_bottom .bigtitle{
    width: 96%;
    margin-right: 20px;
}
.companyright_bottom div p{
    display: inline-block;
    padding: 8px 18px;
    border: 1px solid #999;
    font-size: 14px;
    color: #999;
    margin-right: 18px;
    margin-top: 20px;
    cursor: pointer;
}
.companyright_bottom div p:hover{
    border: 1px solid #F23145;
    color: #F23145;
}