/*首页样式 start*/
.pageWidth.listpage {
    margin-bottom: 40px;
}
.bg_color{
    background-color:#e9eaee;
}
.mainLeft{
    background-color:#ffffff;
    width: 65%;
    float: left;
    margin-top: 20px;
    min-height:850px;
    border: 1px solid #dbdce0;
}
.mainRight{
    background-color:#ffffff;
    width: 32%;
    float: left;
    margin-left: 21px;
    margin-top: 20px;
    min-height:850px;
    border: 1px solid #dbdce0;
}
.mainLeftTitle,.mainRightTitle {
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #e0e0e0;
}
.mainLeftTitleL,.mainLeftTitleR {
    height: 50px;
    line-height: 50px;
    font-size: 14px;
}
.mainLeftTitleL {
    float: left;
    margin-left: 20px;
}
.mainLeftTitleL span{
    color: #ff4e00;
}
.mainLeftTitleR {
    float: right;
    margin-right: 20px;
}
.mainLeftTitleR img {
    margin-right: 5px;
    margin-top: -4px;
}
.mainRightCon {
    margin-top: 30px;
    border-bottom: 1px solid #e0e0e0;
}
.mainRightCon:last-child{
    border-bottom:none;
}
.mainRightConTitle {
    height: 26px;
    line-height: 26px;
    font-size: 24px;
    color: #000000;
    padding-left: 8px;
    border-left: 4px solid #4380cf;
    margin-bottom: 20px;
    margin-left: 20px;
}
.mainRightConBody {
    display: inline-block;
    padding-bottom: 12px;
    margin-left: 20px;
}
.mainRightConList {
    width: 33.3%;
    text-align: center;
    float: left;
}
.mainRightConList a {
    display: block;
    text-decoration: none;
    margin-right: 25px;
}
.toTopTitle {
    font-size: 15px;
    margin-top: 5px;
    margin-bottom: 5px;
}
.toTcpImg {
    width: 230px;
    height:170px;
    background: url("../images/indexImg1.png") center center no-repeat;
    background-size: contain;
}
.toSaleImg{
    width: 230px;
    height:170px;
    background: url("../images/indexImg2.png") center center no-repeat;
    background-size: contain;
}
.toVisitImg{
    width: 230px;
    height:170px;
    background: url("../images/indexImg3.png") center center no-repeat;
    background-size: contain;
}
.projectImg{
    width: 230px;
    height:170px;
    background: url("../images/project.png") center center no-repeat;
    background-size: contain;
}
.mainRightTitle {
    padding-left: 20px;
}
.mainRightTitle img{
    margin-right: 10px;
    margin-top: -3px;
}
.mainRightTitle{
    font-size: 18px;
    color: #000000;
}
.mainRightBbsList {
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 15px;
    display: inline-block;
    border-bottom: 1px solid #e0e0e0;
}
.mainRightBbsListL {
    width: 5%;
    float: left;
}
.mainRightBbsListR {
    width: 95%;
    float: right;
    padding-left: 15px;
    padding-bottom: 20px;
}
.bbsTitle a,.bbsCon a{
    text-decoration:none;
    display: inline-block;
    margin-bottom: 5px;
}
.bbsTitle a{
    color: #4379be;
}
.bbsCon a{
    color: #999999;
}
/*首页样式 end*/