*{
    margin: 0;padding: 0;
}
body{
    line-height: 180%;
    font-family: "宋体";

}
tbody{
    display: table-row-group;
    vertical-align: middle;
}
table{
    /*width: 950px;*/
    /*height:160px;*/
    /*border: 1px solid red;*/
    margin: auto;
}
.heade tbody tr td img{
    width:950px;
    height:300px;
}
/*中间导航栏*/
.middle{
    width: 950px;
    border: 0;
    align: center;
    border-color:inherit;
}
.middle_a a{
    font-size:15px;
    color:#ffffff;
    padding-left:15px;
    text-decoration: none;
}
.middle_a a:hover{
    color: black;
}
.middle tr{
    background-color:#3F6ADE;
}
/*具体内容*/
.content{
    width: 950px;
    /*border:1px solid orange;*/
}
.content_right tbody tr td img{
    width: 180px;
    height:160px;
    padding-left: 10px;
    padding-right: 10px;
}
.txhei04{
    line-height: 35px;
}
.content_right{
    /*margin-top: -25px;*/
    margin-left:10px;
    /*border:1px solid red;*/
}
.content_left{
    margin-top:10px;
}
.content_left_a{
    border-radius:10px;
    background-color: lightblue;
}
.content_right_a{
    border: 1px solid #D4E5F7;
}
.foot{ font-size:12px;line-height:24px;text-align:center;border-top:solid 5px #3F6ADE;width:950px;height:auto;overflow:hidden;margin:0px auto;padding-top:15px;}
.foot a{text-decoration: none; color: black;}