﻿body {
}
div{
    margin:0 auto;
}
ul,li {
	list-style:none
}
a:link,a:visited {
	text-decoration:none;
}
.top{
    background-color:#f7f7f7;
    margin:0 auto;
    width:100%;
    min-width:1200px;
    height:130px;
}
.topMess{
    margin:0 auto;
    height:130px;
    width:1170px;
}
.topLeft{
    float:left;
    width:700px;
    height:30px;
    margin-top:50px;
}
.topTitle{
    font-size:26px;
    color:#0b99ff;
    font-weight:bold;
    float:left;
}
.topTitle1{
    color:#000;
    border-left:1px solid #000;
    height:30px;
    margin-left:18px;
    float:left;
    font-size:16px;
    padding-left: 18px;
    line-height: 30px;
}
.topRight {
    float: right;
    display: inline-block;
    margin-top: 24px;
    height: 80px;
    text-align: right;
    position:relative;
}
.topRight p {
    font-size: 16px;
    color: #000;
    margin: 0;
    line-height: 30px;
    text-align: right;
}
.topRight font {
    font-size: 16px;
    color: #0b99ff;
    font-weight: bold;
    letter-spacing: 1px;
}
.search {
    height: 24px;
    width: 222px;
    border: 1px solid #bcbcbc;
    border-radius: 24px;
    margin-top: 15px;
    text-align: left;
    position: absolute;
}
.search img {
    position: absolute;
    left: 180px;
    top: 1.5px;
}
.search input {
    width: 85%;
    height: 100%;
    font-size: 10px;
    border: none;
    margin-left: 14px;
    padding: 0px;
    outline: none;
    background-color: #f7f7f7;
}

.nav{
    background-color:#0b99ff;
    margin:0 auto;
    width:100%;
    min-width:1200px;
    height:45px;
}
.navMess{
    margin:0 auto;
    height:45px;
    width:1170px;
}
.navMess ul li{
    float:left;
    position:relative;
}
.navMess ul li a{
    padding-left:15px;
    padding-right:15px;
    color:#fff;
    font-size:15px;    
    border-right:1px solid #fff;
    line-height:45px;
}

.newsNav {
    position: absolute;
    z-index: 999;
    background-color: #f5f5f3;
    left: 0px;
}
.newsNav a {
    padding: 0;
    display: block;
    float: none;
    height: 40px;
    line-height: 40px;
    padding-left: 20px;
    padding-right: 20px;
    font-weight: normal;
    color: black !important;
    font-size: 10px!important;
    text-align: center;
}
.newsNav a:hover{
    color: #0b99ff!important;
}