  .content {
    width: 1030px;
    height: auto;
    margin: 0 auto;
    margin-top: 10px;
    padding: 0 10px;
    overflow: hidden;
    /*float: right;*/
}
  .gofeed {
    display: inline-block;
    width:120px;
    line-height:36px;
    text-align:center;
    background:#0a78ca;
    color:#fff;
}
  .Tips {
    width: 1030px;
    height: auto;
    margin-top: 10px;
    overflow: hidden;
}

.Tips_con {
    width: 1015px;
    height: auto;
    padding: 20px 30px;
    background: #f5f9fc;
    border: 1px solid #e5e5e5;
    overflow: hidden;
}

.Tips_con p {
    width: 960px;
    height: auto;
    line-height: 30px;
    float: left;
}

.Tips_con p a {
    color: #1068cd;
}

.Tips_con img {
    width: 160px;
    height: 160px;
    float: right;
}
  
.title_01 {
    width: 100%;
    height: 60px;
    line-height: 60px;
}

.title_01 img {
    width: 24px;
    height: 24px;
    margin-top: 18px;
    float: left;
}

.title_01 p {
    width: auto;
    height: 60px;
    display: block;
    margin-left: 10px;
    float: left;
    font-size: 24px;
    font-weight: bold;
}

.title_01 span {
    width: auto;
    height: 40px;
    float: right;
    margin-top: 10px;
}
/*网上咨询*/
.ZxFill {
    width: 1015px;
    height: auto;
    margin-top: 10px;
    padding: 20px 200px;
    background: #fcfcfe;
    border: 1px solid #ddd;
}

.ZxFill_tit {
    width: 100%;
    height: 50px !important;
    margin: 30px 0;
    line-height: 50px !important;
    font-size: 24px;
    font-weight: bold;
}

.ZxFill_list {
    width: 100%;
    height: auto;
}

.ZxFill_list td {
    height: 120px;
}

.ZxFill_list td p span {
    color: #bd1a2d;
}

.ZxFill_list td textarea {
    width: 99%;
    height: 100px;
    border: 1px solid #ddd;
}

.ZxFill_list td select {
    width: 99%;
    height: 42px;
    padding-left: 2%;
    border-radius: 3px;
    border: 1px solid #ddd;
    color: #999;
}

.ZxFill_list td input {
    width: 97%;
    height: 40px;
    padding-left: 2%;
    border-radius: 3px;
    border: 1px solid #ddd;
    color: #999;
}

.ZxFill_add {
    width: 118px;
    height: 40px;
    display: block;
    text-align: center;
    line-height: 40px;
    background: #fff;
    border-radius: 3px;
    border: 1px solid #ddd;
    transition: all 0.3s ease;
}

.ZxFill_list_xz {
    width: 99%;
    height: 42px;
    position: relative;
}

.ZxFill_list_xz input {
    width: 98% !important;
    height: 40px;
    padding-left: 2%;
    border-radius: 3px;
    border: 1px solid #ddd;
    color: #999;
    position: absolute;
    top: 0px;
    left: 0px;
}

.ZxFill_list_xz p {
    width: 97%;
    height: 40px;
    padding-left: 2%;
    line-height: 40px;
    color: #999;
    position: absolute;
    top: 0px;
    left: 0px;
}

.ZxFill_list_xz_two {
    width: 96%;
    height: auto;
    padding: 2%;
    border: 1px solid #ddd;
    background: #fff;
    position: absolute;
    top: 50px;
    left: 0px;
}

.ZxFill_list_xz_two ul {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.ZxFill_list_xz_two ul li {
    width: 50%;
    height: 36px;
    line-height: 36px;
    float: left;
}

.ZxFill_list_yzm {
    width: 100%;
    height: 42px;
}

.ZxFill_list_yzm input {
    width: 180px !important;
    height: 42px !important;
    float: left;
    border: 1px solid #ddd;
}

.ZxFill_list_yzm img {
    width: 90px !important;
    height: 42px !important;
    float: left;
    margin-left: 20px;
}

.ZxFill_list_yzm a {
    width: auto;
    height: 42px;
    line-height: 42px;
    float: left;
    margin-left: 20px;
}

.ZxFill_btn {
    width: 280px;
    height: 42px;
    margin: 0 auto;
    margin-top: 60px;
    margin-bottom: 40px;
}

.ZxFill_btn a {
    float: left;
    margin: 0 10px;
}

.btn_cz {
    width: 118px;
    height: 40px;
    display: block;
    text-align: center;
    line-height: 40px;
    background: #fff;
    border-radius: 3px;
    border: 1px solid #ddd;
    transition: all 0.3s ease;
}

.btn_cz:hover {
    border: 1px solid #0071f1;
    color: #0071f1;
}

.btn_tj {
    width: 120px;
    height: 42px;
    display: block;
    text-align: center;
    line-height: 40px;
    background: #1068cd;
    border-radius: 3px;
    color: #fff !important;
    transition: all 0.3s ease;
}

.btn_tj:hover {
    background: #0071f1;
}

table {
    border-collapse:collapse;
    border-spacing:0; 
}

th { 
    background:#f7fbfc; 
}

table.thetable { 
    width:90%; 
    margin:0 auto; 
    font-size:16px; 
    text-align:center; 
    color:#444; 
}

table.thetable, table.thetable tr, table.thetable tr th, table.thetable tr td { 
    border:1px solid #8fbfd8; 
    padding:10px; 
    line-height:40px; 
    font-weight:normal; 
}

table.thetable tr td { 
    color:#000; 
}

.thetd1 { 
    text-align:left; 
}

.right_title { 
    border-bottom:1px solid #d2d2d2; 
    height:40px; 
    line-height:40px; 
}

.right_title h2 { 
   font-size:18px; 
   font-weight:bold; 
   padding:0 10px; 
   color:#005fb7; 
   border-bottom:1px solid #005fb7; 
   float:left; 
}
button,input,select,textarea {width:100%;margin:5px 0;border:1px solid #ccc;vertical-align:baseline; *vertical-align:middle;box-sizing:border-box;}
input { padding:0 10px; }
table.thetable1 { width:600px; margin:50px auto; font-size:16px; text-align:center; color:#444; line-height:50px; }
table.thetable1 input { height:50px; margin:10px 0; font-size:16px; }
table.thetable1 .thesubmit { width:200px; margin:10px auto; height:46px; }
table.thetable1 .thesubmit:hover { background:#005fb7; color:#fff; cursor:pointer; }
h3 {
    font-size: 16px;
    color: #999;
    font-weight: normal;
}
.title_03 {
    width: 100%;
    height: 57px;
    line-height: 59px;
    border-bottom: 1px solid #ddd;
}

.title_03_con {
    min-width: 120px;
    height: 56px;
    float: left;
    border-bottom: 4px solid #c71f2c;
}

.title_03 img {
    width: 24px;
    height: 24px;
    margin-top: 18px;
    float: left;
}

.title_03 p {
    width: auto;
    height: 60px;
    display: block;
    margin-left: 10px;
    float: left;
    font-size: 24px;
    font-weight: bold;
}

.title_03 span {
    width: auto;
    height: 60px;
    float: right;
}
.wycxlist {
    width: 100%;
}

.wycxlist li {
    width: 100%;
    padding: 25px 1%;
}
.TwoList01 {
    width: 100%;
    height: auto;
    margin-top: 20px;
}

.TwoList01 li {
    width: 100%;
    /*height: 42px;*/
    line-height: 42px;
    overflow: hidden;
}
.TwoList01 li a {
    width: 88%;
    height: 42px;
    float: left;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.TwoList01 font{
    font-size: 15px; 
    font-family: Microsoft YaHei; 
    font-weight: 400; 
    color: #B70000; 
    line-height: 17px; 
    padding-left: 10px; 
    border-left: 1px solid #999999; 
    float: left; 
    margin-top: 6px;
}
.TwoList01 li span {
    width: auto;
    height: 42px;
    float: right;
    text-align: right;
    color: #666;
}
.btn {
    width: 67px  !important;
    height: 28px !important;
    border: 1px solid #C4D6EB;
    border-radius: 16px;
    font-size: 13px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #396EA0;
    line-height: 30px;
    float: left;
    margin-left: 10px;
    text-align: center;
}
.searchly {
    width: 731px;
    text-align: center;
    margin: 42px auto;
}

.searchly input {
    width: 418px;
    height: 43px;
    border: 2px solid #CECECE;
    border-radius: 8px;
    line-height: 43px;
    float: left;
    padding: 0 2%;
    margin-bottom: 20px;
}

.searchly a {
    width: 138px;
    height: 43px;
    background: #c71f2c;
    border-radius: 8px;
    line-height: 43px;
    font-size: 17px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
    margin-left: 8px;
    margin: 0 auto;
    display: inline-block;
    margin-top: 42px;
}

.searchly a img {
    width: 18px;
    height: 18px;
    vertical-align: middle;
}

.TwoList01 li a {
    width: 50%;
    height: 42px;
    float: left;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.btn {
    width: 67px  !important;
    height: 28px !important;
    border: 1px solid #C4D6EB;
    border-radius: 16px;
    font-size: 13px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #396EA0;
    line-height: 30px;
    float: left;
    margin-left: 10px;
    text-align: center;
}

.wycxlist font {
    font-size: 15px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #B70000;
    line-height: 17px;
    padding-left: 10px;
    border-left: 1px solid #999999;
    float: left;
    margin-top: 6px;
}
  </style>
    <style>
.our-line {
    float: left;
    width: 100%;
}

.top-30 {
    margin-top: 30px;
}

.zixun-xiangxi {
    border-top: #dcdcdc solid 1px;
    border-left: #dcdcdc solid 1px;
}

.zixun-xiangxi tr td {
    height: 50px;
    border-right: #dcdcdc solid 1px;
    border-bottom: #dcdcdc solid 1px;
    padding: 15px 25px 15px 25px;
}

.zixun-xiangxi .biaoti {
    text-align: center;
    font-weight: bold;
    margin-top: 20px;
}

.zixun-xiangxi .biaoti font {
    float: left;
    margin-top: 20px;
    text-align: center;
    width: 100%;
}

.zixun-xiangxi span {
    float: left;
    width: 90%;
/*height:21px;*/
    overflow: hidden;
    line-height: 30px;
}

.zixun-xiangxi .cont span {
    float: none;
    width: auto;
/*height:21px;*/
    overflow: hidden;
    line-height: unset;
}

.zixun-xiangxi tr td.cont {
    padding: 15px 25px 15px 25px;
    line-height: 30px;
    text-align: justify;
    text-justify: inter-ideograph;
}

.zixun-xiangxi.our-line tr .cont p {
    font-size: 16px !important;
    font-family: "微软雅黑" !important;
}

.our-line .z {
    float: left;
    font-size: 18px;
    color: #c71f2c;
    font-weight: bold;
    margin-bottom: 20px;
}
.wycxlist li:nth-child(2n) {
    background: #F8FBFD;
}
.our-line {
    float: left;
    width: 100%;
}

.top-30 {
    margin-top: 30px;
}

.zixun-xiangxi {
    border-top: #dcdcdc solid 1px;
    border-left: #dcdcdc solid 1px;
}

.zixun-xiangxi tr td {
    height: 50px;
    border-right: #dcdcdc solid 1px;
    border-bottom: #dcdcdc solid 1px;
    padding: 15px 25px 15px 25px;
}

.zixun-xiangxi .biaoti {
    text-align: center;
    font-weight: bold;
    margin-top: 20px;
}

.zixun-xiangxi .biaoti font {
    float: left;
    margin-top: 20px;
    text-align: center;
    width: 100%;
}

.zixun-xiangxi span {
    float: left;
    width: 90%;
/*height:21px;*/
    overflow: hidden;
    line-height: 30px;
}

.zixun-xiangxi .cont span {
    float: none;
    width: auto;
/*height:21px;*/
    overflow: hidden;
    line-height: unset;
}

.zixun-xiangxi tr td.cont {
    padding: 15px 25px 15px 25px;
    line-height: 30px;
    text-align: justify;
    text-justify: inter-ideograph;
}

.zixun-xiangxi.our-line tr .cont p {
    font-size: 16px !important;
    font-family: "微软雅黑" !important;
}

.our-line .z {
    float: left;
    font-size: 18px;
    color: #c71f2c;
    font-weight: bold;
    margin-bottom: 20px;
}