﻿@charset "utf-8";

html,
body,
div,
ul,
li,
dl,
dt,
dd,
a,
p,
span,
input,
h1,
h2,
img {
    margin: 0;
    padding: 0;
}

ul,
li {
    list-style: none;
}

a {
    color: #333;
    text-decoration: none;
    outline: none;
}

a:hover {
    color: #de0000;
    text-decoration: none;
}

a:focus {
    outline: none;
}

a img {
    border: none;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.mt15 {
    margin-top: 15px;
}

.mt20 {
    margin-top: 20px;
}

.w1200 {
    width: 1200px;
    margin: 0 auto;
}

body {
    background-color: #E8F7FE;
}

.header {
    width: 100%;
    margin: 0 auto;
    background: url(/images/2022/header_bg.png) top center no-repeat;
}

.topbar {
    width: 1200px;
    height: 40px;
    margin: 0 auto;
}

.func {
    float: right;
}

.func li {
    position: relative;
    float: left;
    padding: 0 10px;
    font-size: 14px;
    color: #a37a46;
    line-height: 30px;
    height: 30px
}

.func li.line {
    padding: 0;
    font-size: 14px;
    color: #a37a46;
    line-height: 30px;
    height: 30px;
}

.func li a {
    display: block;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #a37a46;
    overflow: hidden;
}

.func li a span {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
}

.func li .func-qrcode {
    display: none;
    position: absolute;
    left: 0;
    top: 30px;
    z-index: 2;
}

.func li .func-qrcode img {
    width: 140px;
    height: 140px;
}

.site-font {
    float: right;
    width: 100px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    text-align: right;
}

.header-con {
    width: 1200px;
    height: 260px;
    margin: 0 auto;
    overflow: hidden;

}

.logo {
    width: 580px;
    margin: 40px auto 30px;
}

.search {
    width: 580px;
    margin: 0 auto;
}

.search .search-form {
    width: 578px;
    background-color: #fff;
    border: 1px #ddd solid;
    overflow: hidden;
}

.search .search-keywords {
    border: 0;
    width: 518px;
    height: 24px;
    background-color: #fff;
    margin: 10px;
    box-sizing: content-box;
    font-size: 16px;
    outline: none;
    overflow: hidden;
}

.search .search-submit {
    float: right;
    width: 40px;
    height: 44px;
    border: 0;
    background: url(/images/2022/search_btn.png) center center no-repeat;
    vertical-align: top;
    cursor: pointer;
    text-indent: -99em;
    outline: 0;
    overflow: hidden;
}

.search .hot {
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    overflow: hidden;
}

.search .hot span {
    width: 75px;
    font-size: 14px;
    float: left;
    color: #ca1e1c;
}

.search .hot li {
    display: inline;
    float: left;
    margin-right: 10px;
}

.navbar {
    width: 100%;
    margin: 0 auto;
    background: #0091DB;
}

.nav {
    width: 1200px;
    height: 50px;
    margin: 0 auto;
}

.nav li {
    float: left;
    line-height: 50px;
    width: 150px;
    text-align: center;
}

.nav li a {
    display: block;
    font-size: 20px;
    color: #fff;
    background: url(/images/2022/v_line.png) center right no-repeat;
}

.nav li.last a {
    background: none;
}

.nav li.active a {}

.nav li a:hover {}

.main {
    width: 1160px;
    padding: 20px;
    background-color: #fff;
    margin: 20px auto 0;
}

.container {
    background: #fff;
    padding: 20px;
    width: 1160px;
    margin: 20px auto 0;
}

.article-list li {
    padding-left: 15px;
    line-height: 36px;
    background: url(/images/2022/dot.jpg) 3px 16px no-repeat;
    overflow: hidden;
}

.article-list li.line {
    height: 24px;
    background: url(/images/2022/line.gif) center repeat-x;
    padding: 0;
}

.article-list li a {
    font-size: 16px;
}

.article-list li .date {
    color: #999;
    float: right;
    font-size: 14px;
}

.index-main-left {
    width: 690px;
}

.index-main-right {
    width: 450px;
}

.tab-1 {}

.tab-1 li {
    float: left;
    border-left: 1px solid #CBCBCB;
}

.tab-1 li a {
    display: block;
    font-size: 20px;
    padding: 0 15px;
}

.tab-1 li.active {
    border-left: 2px solid #1369c0;
}

.tab-1 li.active a {
    font-weight: bold;
    color: #1369c0;

}

.mod {
    background-color: #fff;
    margin-top: 20px;
}

.mod-title {
    position: relative;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color: #b21416;
    line-height: 120px;
}

.mod-title::before {
    content: "";
    width: 100px;
    height: 2px;
    background-color: #b21416;
    position: absolute;
    display: block;
    left: 50%;
    top: 50%;
    margin-left: -200px;
}

.mod-title::after {
    content: "";
    width: 100px;
    height: 2px;
    background-color: #b21416;
    position: absolute;
    display: block;
    left: 50%;
    top: 50%;
    margin-left: 100px;
}

.position {
    height: 50px;
    line-height: 50px;
    margin-bottom: 20px;
    padding-left: 25px;
    background: url(/images/2022/icon_position.png) center left no-repeat;
    border-bottom: 1px solid #F7F7F7;
}

.footer {
    margin-top: 20px;
    border-top: 4px solid #0091DB;
    padding: 20px 0;
    background-color: #fff;
}

.footer-con {
    width: 1200px;
    margin: 0 auto;
}

.conac {
    width: 190px;
    margin-top: 14px;
    box-sizing: content-box;
    margin-left: 99px;
    border-right: 1px solid #ddd;
}

.j-gov {
    width: 80px;
    height: 80px;
    float: left;
}

.j-jiucuo {
    width: 110px;
    height: 55px;
    float: left;
    padding-top: 12px;
}

.copyright {
    width: 660px;
    padding: 0 15px;
}

.copyright p {
    line-height: 30px;
    color: #333;
    font-size: 16px;
    font-family: "microsoft yahei";
}

.copyright p span {
    margin-right: 10px;
}

.copyright a {
    font-size: 16px;
    font-family: "microsoft yahei";
}

.copyright a:hover {
    text-decoration: underline;
}

.ewm {
    width: 220px;
}