body {
    font-family: 'Microsoft YaHei', SimSun, Arial, Helvetica, Tahoma, sans-serif;
    font-size: 14px;
    min-width: 1200px;
    color: #333;
    -webkit-text-size-adjust: none;
    background: url(../images/bg.png) #fff top center no-repeat;
}

html,
body {
    width: 100%;
    height: 100%;
}

* {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
}

.wrap {
    width: 1200px;
    overflow: hidden;
    margin: 0 auto;
    min-height: 800px;
}

.w1200 {
    max-width: 1200px;
    width: 1200px;
    margin: 0 auto;
    height: auto;
}

a {
    color: #333;
    text-decoration: none;
    outline: none;
}

a:link,
a:visited,
a:hover,
a:active {
    text-decoration: none;
}

.clear {
    clear: both;
}

input {
    background-color: none;
    border: 0;
}

input,
button {
    font-size: 100%;
    outline: 0;
    vertical-align: middle;
    -webkit-appearance: none;
}

button {
    border: 0;
    background-color: transparent;
    background-clip: padding-box;
}

ul {
    list-style: none;
}

img {
    border: none;
    vertical-align: middle;
    pointer-events: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.ml30 {
    margin-left: 30px;
}

.mb20 {
    margin-bottom: 20px;
}

.mt30 {
    margin-top: 30px;
}

.mt50 {
    margin-top: 50px;
}


/* 头部 */

.header {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    height: 200px;
}

.logo {
    width: 742px;
    height: 90px;
    margin-top: 50px;
    background: url(../images/logo.png) no-repeat;
}

.search {
    width: 300px;
    height: 40px;
    margin-top: 90px;
    background-color: #fff;
    border-radius: 20px;
}

.searchTxt {
    height: 35px;
    line-height: 35px;
    width: 250px;
    padding-left: 20px;
    background: none;
    margin-top: 2px;
    color: #666;
}

.search_btn {
    width: 50px;
    height: 40px;
    border: none;
    background: none;
    background: url(../images/icon-search.png) center no-repeat;
}


/* 导航栏 */

.nav {
    width: 1200px;
    height: 80px;
    margin: 0 auto;
    background-color: #2A6AEC;
}

.nav>ul>li {
    height: 80px;
    line-height: 80px;
    border-right: 2px solid #427AEB;
}

.nav>ul>li>a {
    padding: 0 10px;
    font-size: 18px;
    color: #fff;
}

.nav ul li {
    float: left;
    position: relative;
}

.nav>ul>li>a,
.nav>ul>li>a:visited {
    display: block;
    text-align: center;
    text-decoration: none;
    width: 169px;
    height: 80px;
    line-height: 80px;
}

.nav>ul>li>ul>li a,
.nav>ul>li>ul>li a:visited {
    display: block;
    text-align: center;
    text-decoration: none;
    width: 170px;
    height: 40px;
    line-height: 40px;
}

.nav ul li ul {
    display: none;
    z-index: 9999;
}

.nav ul li:hover a {
    color: #fff;
    background: #0C4ED2;
}

.nav ul li:hover ul {
    display: block;
    position: absolute;
    top: 80px;
    left: 0;
    width: 170px;
}

.nav ul li:hover ul li a {
    display: block;
    background: #4A83F7;
    color: #E0E9FD;
}

.nav ul li:hover ul li a:hover {
    background: #2A6AEC;
    color: #fff;
}


/* 列表 */

.list_Little {
    height: 40px;
    border-bottom: 1px solid #ddd;
}

.list_Little1 {
    height: 40px;
    background: #f3f3f3;
}

.list_Little h1 {
    height: 30px;
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
    display: inline-block;
    padding-left: 20px;
    color: #2A6AEC;
    width: 150px;
    border-left: 4px solid #2A6AEC;
}

.list_Little1 h1 {
    height: 40px;
    font-size: 18px;
    font-weight: bold;
    line-height: 40px;
    display: inline-block;
    text-align: center;
    color: #fff;
    width: 150px;
    background: #2A6AEC;
}

.more {
    font-size: 14px;
    color: #999;
    float: right;
    line-height: 40px;
    padding-right: 15px;
}

.more:hover {
    text-decoration: underline;
    color: #2A6AEC;
}

.listnews {
    padding: 5px 8px 5px;
    font-size: 16px;
    line-height: 2em;
    overflow: hidden;
    min-height: 340px;
    height: auto;
    border-top: 0 none;
}

.listnews ul {
    clear: both;
}

ul,
li {
    vertical-align: middle;
}

.listnews li {
    background: url(../images/dian.png) 0 center no-repeat;
    padding-left: 14px;
    font-size: 16px;
    line-height: 42px;
    overflow: hidden;
}

.listnews li .date {
    white-space: nowrap;
    color: #999;
    font-size: 14px;
}

.listnews li a {
    max-width: 75%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.listnews li a:hover {
    color: #2A6AEC;
}


/* 友情链接 */

.link {
    border-top: 3px solid #2A6AEC;
    padding: 25px 0;
}

.link>.w1200>span {
    display: block;
    font-size: 18px;
    font-weight: bold;
    float: left;
}

.link ul {
    float: right;
}

.link ul>li {
    float: left;
}

.link ul>li>a {
    font-size: 14px;
    color: #666;
    padding: 0 15px;
    border-left: 1px #ddd solid;
}

.link ul>li>a:hover {
    color: #2A6AEC;
}


/* 尾部 */

.footer {
    background: #033290;
    padding: 50px 0;
}

.footer>p {
    text-align: center;
    color: #fff;
    font-size: 14px;
    line-height: 24px;
}

.table-bordered {
    border-collapse: collapse;
    border: 1px solid #ddd;
}

.table tr td,
.table tr th {
    border: 1px solid #ddd;
    padding: 5px;
}