﻿/*大标题*/
.con_bg_title
{
    width: 800px;
    height: 50px;
    background-image: url(../images/Contactus.gif);
    background-repeat: no-repeat;
}
/*内容*/
.con_content
{
    width: 800px;
    height: 300px;
    font-size:14px;
    
 
    
}
.con-txt
{
    margin-top:10px;
    width:340px;
    height: 300px;
    float:left;  
    padding-left:60px;
    font-family:微软雅黑;
    line-height:30px;

 }
 .con-txt span
 { margin-right:20px;}
  .con-txt div
  {
      color:Red;
  }
 .con-txt ul
 { list-style-type:none;}
 .con-img
 {
     width:400px;
     height: 300px;
     float:left;
     
 }