@charset "utf-8";
.section{
    min-width: 1290px;
    width: 80%;
    margin:0 auto;   
}
.section .title{
    background: url("../img/left_title.png") no-repeat;
    width: 281px;
    height: 80px;
    text-align: center;
    line-height: 62px;
    font-size: 20px;
}
.section .title a{
    color: rgb(183,189,192);
    font-size: 14px;
}
.section .title p{
    color: rgb(183,189,192);
    margin-top: 10px;
    font-size: 14px;
}
.section .right{
    width: 100%;
}
.right .search{
    margin-top: 35px;
    width: 442px;
    height: 48px;
    background: url("../img/search_bac.png");
    float: right;
    padding: 0;
    color: black;
}
.search #sea_text{
    width: 382px;
    height: 48px;
    background: none transparent scroll 0% 0%;
    margin-top: 4px;
    margin-left: -28px;
    border: 0;
    float: left;
    text-align: center;
}
.search #sea_btn{
    background: url("../img/search_btn.png");
    width:23px;
    height: 26px;
    border: 0;
    float: left;
    margin-top: 0;
    margin-left: 0px;
}
.content{
    clear: both;
    padding-top:35px;
}
.content_body{
    margin-top: 30px;
}
.content_title  p a{
    color: gray;
}
.right_other{
    float: right;
    width: 70%;
}
.left{
    width: 265px;
    float: left;
    margin-top: 160px;
}
.right_other .search{
    margin-top: 35px;
    width: 442px;
    height: 48px;
    background: url("../img/search_bac.png");
    float: right;
    padding: 0;
    color: black;
}
.left .body{
    background: rgb(240,240,240);
    margin-top:-15px;
    width:281px;
}
.left .body div a{
    font-size:14px;
    color:black;
}
.header_bac{
padding-bottom: 35px;
}
.top_bac{
 background:white;
}