@charset "utf-8";

.contain{
    padding: 30px 0;
}
.contain>.fl{
    width: 280px;
}
.contain>.fr{
    width: 870px;
}
.menu{
    text-indent: 15px;
    line-height: 40px;
}
.menu h2{
    font-size: 24px;
    background: #06508a;
    color: #fff;
}
.menu ul li{
    margin-top: 1px;
}
.menu ul li a{
    display: block;
    background: #eee;
    font-size: 16px;
}
.menu ul li a:hover{
    color: #06508a;
    background: #f6f6f6;
}
.lcontact{
    text-indent: 15px;
}
.lcontact h2{
    margin: 20px 0 10px;
    font-size: 24px;
    background: #06508a;
    color: #fff;
    line-height: 40px;
}
.lcontact p{
    font-size: 14px;
}
.lcontact img{
    display: block;
    width: 100%;
    margin-top: 10px;
}
.tit{
    font-size: 16px;
    line-height: 36px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 30px;
}
.list li{
    margin-right: 16px;
}

/*news start*/
.news{
    width: 900px;
}
.news li{
    overflow: hidden;
    padding: 15px 0;
    border-top: 1px dashed #eee;
}
.news li:first-child{
    border: none;
    padding-top: 0;
}
.news img{
    width: 141px;
    height: 116px;
    overflow: hidden;
    display: block;
    float: left;
    padding: 1px;
    border: 1px solid #eee;
}
.new{
    float: right;
    width: 730px;
    height: 127px;
    overflow: hidden;
}
.new h4{
    height: 24px;
    overflow: hidden;
    font-size: 16px;
    line-height: 24px;
}
.new span{
    color: #999;
    font-size: 14px;
}
.new p{
    font-size: 14px;
    color: #666;
    height: 48px;
    overflow: hidden;
}
.new a{
    color: #06508a;
    font-size: 14px;
    line-height: 24px;
}
.new a:hover{
    text-decoration: underline;
}
.news-tit h1{
    font-size: 24px;
    text-align: center;
}
.news-tit span{
    display: block;
    text-align: center;
    color: #999;
    font-size: 14px;
    margin-bottom: 10px;
}
/*news end*/

/*message start*/
.message form{
    width: 500px;
    margin: 30px auto;
    font-size: 14px;
}
.message form div{
    overflow: hidden;
}
.message form label{
    display: block;
    float: left;
    line-height: 26px;
    width: 100px;
    text-align: right;
    margin-bottom: 10px;
}
.message form div input{
    display: block;
    float: left;
    outline: none;
    height: 24px;
    line-height: 24px;
    border: 1px solid #eee;
    padding: 0;
    width: 380px;
    text-indent: 5px;
    margin-bottom: 10px;
}
.message form i{
    display: block;
    float: left;
    line-height: 26px;
    color: #f00;
    margin-bottom: 10px;
}
.message form textarea{
    display: block;
    float: left;
    outline: none;
    height: 72px;
    line-height: 24px;
    border: 1px solid #eee;
    padding: 0;
    width: 380px;
    text-indent: 5px;
    margin-bottom: 10px;
}
.message form p{
    color: #f00;
    text-align: right;
}
.message form .sumb{
    display: block;
    margin: 0 auto;
    width: 100px;
    height: 30px;
    line-height: 30px;
    border: none;
    color: #fff;
    background: #06508a;
    outline: none;
}
.message form .sumb:hover{
    background: #003f70;
}
/*message end*/

.contact{
    margin: 20px 0;
}
.contact h1{
    font-size: 18px;
    line-height: 36px;
}
.contact p{
    font-size: 14px;
    color: #666;
}
.contact iframe{
    border: 1px solid #eee;
    margin-top: 20px;
}