.content{
    width: 1100px;
    margin: 0 auto;
}
.part1{
    padding-top: 18px;
    height: 415px;
}
.search_local{
    width: 257px;
    height: 413px;
    border: 1px solid #d5d5d5;
}
.text1{
    width: 100%;
    border: none;
    border-bottom: 1px solid #d5d5d5;
    padding: 0 10px 0 40px;
    box-sizing: border-box;
    height: 43px;
    background: url("../img/fig.png") no-repeat 10px center;
}
.submit1{
    width: 84px;
    height: 38px;
    background: #0090ba;
    color: white;
    font-size: 14px;
    text-align: center;
    line-height: 38px;
    border: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-top: 20px;
    margin-left: 154px;
}
.a_local{
    padding: 38px 15px;
    border-top: 1px solid #d5d5d5;
    margin-top: 57px;
}
.a_local p{
    font-weight: 500;
    font-size: 14px;
    color: #666666;
    margin-bottom: 11px;
}
.a_local a{
    color: #999999;
    font-size: 12px;
    display: inline-block;
    float: left;
    margin-right: 14px;
    margin-bottom: 5px;
}
/*
-----------------------
                lunbotu
-----------------------
*/
.banner_local{
    width: 821px;
    height: 415px;
    float: right;
    position: relative;
}
.button ul{
    position: absolute;
    bottom: 30px;
    right: 30px;
    z-index: 999;
}
.button ul li{
    width: 38px;
    height: 4px;
    background: #fff;
    display: inline-block;
    cursor: pointer;
    margin: 0 5px;
    float: left;
}
.button ul li.on_green_local{
    background: #0090ba;
}


.some_img{
    width: 821px;
    height: 415px;
    position: relative;
    overflow: hidden;
}
.some_img ul{
    position: absolute;
    transition: left 1s linear;
    left: 0;
}
.some_img ul li{
    width: 821px;
    height: 425px;
    overflow: hidden;
    float: left;
}
.some_img ul li img{
    width: 100%;
    height: 100%;
}








/*
-----------------------
                part2
-----------------------
*/
.part2{
    margin-top: 81px;
    margin-bottom: 40px;
}
.part2:after, .part2:before{
    content: '';
    height: 0;
    display: table;
}
.part2:after{
    clear: both;
}
.part2_nav{}
.part2_nav p{
    line-height: 48px;
    color: #999999;
    font-size: 14px;
}
.part2_nav ul{
    width: 168px;
    height: auto;
    border: 1px solid #d5d5d5;
}
.part2_nav ul li{
    height: 42px;
    border-top: 1px solid #d5d5d5;
    line-height: 42px;
    /*text-align: center;*/
    box-sizing: border-box;
    padding-left: 20px;
}
.part2_nav ul li:first-child{
    border-top: none;
}
.part2_nav ul li a{
    font-size: 14px;
    color: #333333;
}
.part2_nav ul li a:hover{
    color: #0090ba;
}


.part2_list{
    width: 907px;
}
.part2_list h1{
    font-size: 20px;
    color: #333333;
    font-weight: normal;
    border-bottom: 1px solid #d5d5d5;
    line-height: 48px;
}
.list_content{}
.list_content ul li{
    height: 248px;
    overflow: hidden;
    margin-top: 20px;
    border-bottom: 1px solid #d5d5d5;
}
.list_content ul li h2{
    font-size: 18px;
    color: #333333;
    line-height: 20px;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.list_content ul li:hover h2{
    color: #0090ba;
    font-weight: 600;
}
.list_content ul li p{
    font-size: 12px;
    height: 44px;
    line-height: 22px;
    color: #666666;
    overflow: hidden;
    margin-top: 15px;
}
.list_content_img{
    margin-top: 27px;
    height: 103px;
    width: 100%;
    overflow: hidden;
}
.list_content_img img{
    height: 103px;
    display: block;
    float: left;
    margin-right: 10px;
}
.list_content_img h3{
    line-height: 103px;
    font-size: 14px;
    font-weight: normal;
    color: #666666;
    float: left;
    margin-left: 30px;
}