/*公共样式*/
* {
    margin: 0;
    padding: 0;
    outline: none;
}
html, body {
    width: 100%;
}
body {
    margin: 0;
    padding: 0;
    font-family:"Microsoft YaHei","SimSun","Arail","Tabhoma";
    line-height: 1;
    background: #f2f8ff;
    color: #333;
    text-align: left;
}
input {
    padding-top:0;
    padding-bottom:0;
}
input::-moz-focus-inner {
    border:none;
    padding:0;
}
input,select,textarea {
    outline:0;
}
textarea {
    resize:none;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
img {
    border:0;
}
ul,ol {
    list-style: none;
}
a {
    color: #333;
    outline-style:none;
    text-decoration: none;
}
a:hover {
    cursor:pointer;
    text-decoration: none;
}
a:link, a:visited, a:active{
    text-decoration:none;
}
.clearfix:before,.clearfix:after {
    content:"";
    display:table;
}
.clearfix:after {
    clear:both;
}
.clearfix {
    *zoom:1;/*IE/7/6*/
}
.pull-left {
    float: left;
}
.pull-right {
    float: right;
}
.show {
    display:block!important;
}
.hide {
    display:none!important;
}
.auto {
    margin-left:auto;
    margin-right:auto;
}
.text-overflow {
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap
}

.container {
    width: 1150px;
    margin: 0 auto;
    overflow: hidden;
}
/*头部*/
.main-header {
    position: relative;
    width: 100%;
    height: 287px;
    background: url(../images/head_bg.png) top center;
    overflow: hidden;
}
.main-header .header-inner {
    position: relative;
    width: 100%;
    height: 237px;
    overflow: hidden;
}
.main-header .top-bar {
    margin-top: 30px;
    height: 78px;
}
.main-header .bottom-bar {
    margin-top: 30px;
}
.main-header .logo {
    float: left;
}
/*顶部搜索框*/
.main-header .header-search {
}
.header-search {
    float:right;
    width:365px;
    height:40px;
    background-color: rgba(255, 255, 255, 0.2);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#33ffffff, endColorstr=#33ffffff);
    overflow:hidden;
}
.header-search .header-search-input{
    width:310px;
    height:40px;
    border:none;
    background:none;
    color: #fff;
    font-size:16px;
    text-indent: 20px;
    float:left;
    line-height:40px;
}
.header-search input::-webkit-input-placeholder{
    color: #e0f0ff;
}
.header-search input::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color: #e0f0ff;
}
.header-search input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color: #aaa;
}
.header-search input:-ms-input-placeholder{  /* Internet Explorer 10-11 */
    color: #aaa;
}
.header-search .header-search-btn{
    display:block;
    float:right;
    width:55px;
    height:40px;
    background:#0465c2 url(../images/icon_search.png) center no-repeat;
    border: solid 1px #0465c2;
    outline: none;
    cursor: pointer;
}
.header-search .header-search-btn:hover {
    background-color: #0157ab;
}

/*导航条*/
.navbar {
    position: relative;
    width: 100%;
    height: 50px;
    background: #0465c2;
    overflow: hidden;
}
.navbar .container{
    position: relative;
    z-index: 2;
}
.navbar ul {
    position: relative;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
.navbar ul li {
    float: left;
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}
.navbar ul li a {
    display: block;
    text-decoration: none;
    text-align: center;
    padding: 0 30px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}
.navbar ul li a:hover {
    background: #2c8dea;
}
.navbar ul li.active a {
    background: #2c8dea;
}
.navbar .current-location {
    float: left;
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-size: 18px;
}
.navbar .current-location .current-city {
    float: left;
    font-size: 18px;
    font-weight: bold;
}
.navbar .current-location .current-city span {
    margin: 0 5px;
}
.navbar .current-location .change-city {
    font-size: 18px;
    font-weight: normal;
    margin-left: 20px;
    color: #fff;
}
.navbar .current-location .change-city span {
    text-decoration: underline;
}

/*主体内容区域*/
.main-content {
    margin-top: 20px;
    margin-bottom: 20px;
}
.main-wrap {
    position: relative;
    background: #ffffff;
    min-height: 400px;
    height: auto;
    border: solid 1px #e3e8f0;
    overflow: hidden;
}
.archive-file-img {
    position: absolute;
    top: 45px;
    left: 700px;
    width: 208px;
    height: 98px;
    z-index: 20;
}

/*地区切换*/
.left-content {
    float: left;
    width: 760px;
    border: solid 1px #e3e8f0;
    overflow: hidden;
}
.right-slide {
    float: left;
    margin-left: 20px;
    width: 368px;
    overflow: hidden;
}
.right-slide .panel {
    position: relative;
    background: #fff;
    border: solid 1px #e3e8f0;
    overflow: hidden;
    margin-bottom: 20px;
}
.panel .panel-head {
    height: 45px;
    line-height: 45px;
    padding: 0px 20px;
    border-bottom: solid 1px #ddd;
}
.panel .panel-head h3 {
    float: left;
    border-bottom: solid 1px #0465c2;
}
.panel .panel-head .more {
    float: right;
    color: #999999;
}
.panel .panel-body {
    padding: 10px 15px;
}
.panel .panel-body ul li {
    overflow: hidden;
    line-height: 25px;
    padding-left: 13px;
    background: url(../images/liststyle.png) no-repeat left 12px;
    margin-bottom: 10px;
    /* border-bottom: dashed 1px #ddd; */
}
.panel .panel-body ul li a {
    float: left;
    display: block;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    color: #333;
    font-size: 16px;
}
.panel .panel-body ul li:hover a {
    color: #0465c2;
}
.panel .panel-body ul li span {
    float: right;
    font-size: 14px;
    color: #999;
}

.documents ul li, .newest ul li {
    line-height: 25px;
    background-position: left 12px;
}
.documents ul li a, .newest ul li a {
    width: 235px;
}
.city-box {
    position: relative;
    background: #ffffff;
    padding: 0 20px;
    overflow: hidden;
}
.city-box li {
    position: relative;
    border-bottom: dashed #eee 1px;
    border-top: #fff 1px solid;
    overflow: hidden;
}
.city-box ul li dl {
    border-bottom: #fff 1px solid;
    padding-bottom: 20px;
    border-top: #fff 1px solid;
    padding-top: 20px
}
.city-box ul li dl a {
    line-height: 20px;
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 5px 25px;
    zoom:1;display: inline-block;
    height: 20px;
    border-radius: 0;
    font-weight: normal;
    color: #333;
    font-size: 16px;
    border: solid 1px #ffffff;
    text-decoration: none;
}
.city-box ul li dl dt a{
    margin-bottom: 0;
    font-weight: bold;
    background: url(../images/icon_location.png) no-repeat left center;
}
.city-box a:hover {
    border-color: #2c8dea;
    background: #2c8dea;
    color: #fff;
    text-decoration: none;
}
.city-box dt {
    margin-bottom: 10px;
}

/*预决算列表页*/
/*公共标题栏*/
.basic-title {
    padding: 20px;
    background: #fff;
    border-bottom: solid 1px #eee;
    overflow: hidden;
}
.basic-title h3 {
    height: 20px;
    line-height: 20px;
    padding-left: 10px;
    border-left: solid 4px #0465c2;
    font-size: 18px;
    color: #0465c2;
}
.basic-title .back {
    display: block;
    font-size: 16px;
    padding-left: 20px;
    background: url(../images/icon_back.png) no-repeat left center;
    color: #666;
}
.basic-title .back:hover {
    color: #0465c2;
}
.basic-title .current-city {
    float: left;
    padding-left: 30px;
    background: url(../images/icon_city.png) no-repeat 5px center;
    height: 34px;
    line-height: 34px;
    font-size: 16px;
}
.basic-title .current-city a {
    display: inline-block;
    height: 34px;
    line-height: 34px;
    color: #0465c2;
}
.basic-title .current-city a:hover {
    text-decoration: underline;
}
/*地区切换*/
.change-city {
    float: right;
    display: inline-block;
    background: #ff9200;
    padding: 0 10px;
    height: 34px;
    line-height: 34px;
    font-size: 14px;
    text-align: center;
    color: #fff;
    margin-left: 20px;
}
.change-city:hover {
    background-color: #de8105;

}
.change-city a {
    display: inline-block;
    *zoom:1;
    *display: inline;
    height: 34px;
    line-height: 34px;
}
.current-city .select-box {
    display: inline-block;
    *zoom:1;
    *display: inline;
    padding-left: 30px;
    background: url("../images/icon_right_arrow.png") no-repeat 5px center;
}
.current-city select {
    display: inline-block;
    padding: 0 5px;
    width: 180px;
    height: 34px;
    line-height: 34px;
    font-size: 16px;
    color: #333;
    border: solid 1px #ddd;
}
.current-city select:hover {
    border-color: #ddd;
}

/*首页*/
.content-body {
    padding: 20px;
    background: #fff;
    overflow: hidden;
}
.column {
    position: relative;
    overflow: hidden;
}
.column .column-head {
    position: relative;
    height: 50px;
    background: #f3f5f8;
    padding: 0 10px;
    overflow: hidden;
}
.column .column-head h3 {
    float: left;
    height: 20px;
    line-height: 20px;
    margin-top: 15px;
    font-size: 16px;
    padding-left: 15px;
    border-left: solid 4px #0465c2;
}
.column .column-body {
    padding: 10px 0;
    overflow: hidden;
}
.department-list {
    position: relative;
    overflow: hidden;
}
.department-list h3 {
    padding: 0 10px;
    overflow: hidden;
    clear: both;
    text-align: left;
    height: 40px;
    line-height: 40px;
    border-bottom: solid 1px #ddd;
    margin-top: 10px;
    margin-bottom: 10px;
}
.department-list ul {
    position: relative;
    overflow: hidden;
    margin-left: -40px;
}
.department-list li {
    float: left;
    width: 514px;
    padding: 0 10px;
    height: 40px;
    margin-bottom: 10px;
    font-size: 16px;
    border-bottom: dashed 1px #ddd;
    margin-left: 40px;
    overflow: hidden;
}
.department-list li span.num {
    float: left;
    display: inline-block;
    line-height: 40px;
    width: 30px;
    margin-right: 10px;
}
.department-list .department-title a {
    float: left;
}
.department-list .department-title .department-name {
    display: inline-block;
    width: 350px;
}
.department-list .department-title .btn {
    display: inline-block;
    width: 70px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    margin-left: 10px;
    margin-top: 7px;
    color: #0465c2;
    font-size: 14px;
    border: solid 1px #0465c2;
}
.department-list .department-title a.btn:hover {
    background: #0465c2;
    border-color: #0465c2;
    color: #fff;
}
.department-list li .department-name {
    float: left;
    display: inline-block;
    width: 310px;
    line-height: 40px;
    color: #333;
    text-overflow:ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.department-list li .department-name.two-row {
    line-height: 22px;
    margin-top: 3px;
}
.department-list li a.btn {
    float: left;
    display: inline-block;
    width: 70px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    margin-left: 10px;
    margin-top: 7px;
    color: #0465c2;
    font-size: 14px;
    border: solid 1px #0465c2;
}
.department-list li:hover a.department-name{
    font-weight: bold;
}
.department-list li a.btn:hover {
    background: #0465c2;
    border-color: #0465c2;
    color: #fff;
}
.main-column .department-list ul {
    margin: 0;
    padding: 0;
}
.main-column .department-list li {
    margin: 0;
    width: 1088px;
}

/*查询部门搜索框*/
.search-box {
    float: right;
}
.search-box span {
    float: left;
    height: 30px;
    line-height: 30px;
    margin-right: 10px;
}
.search-box .search-ipt {
    float: left;
    margin: 0;
    padding: 0;
    height: 28px;
    line-height: 28px;
    border: solid 1px #ddd;
    border-right: 0;
    padding: 0 10px;
    outline: none;
}
.search-box .search-btn {
    float: left;
    display: block;
    height: 28px;
    line-height: 28px;
    width: 60px;
    text-align: center;
    background: #2c8dea;
    border: solid 1px #2c8dea;
    font-size: 14px;
    color: #fff;
}
.search-box .search-btn:hover {
    background-color: #1e6ebb;
    border-color: #1e6ebb;
}
/*选项卡*/
.tabs .tabs-head {
    height: 40px;
    line-height: 40px;
    border-bottom: solid 1px #ddd;
}
.tabs .tabs-head ul li {
    float: left;
    display: block;
    padding: 0 15px;
    font-size: 16px;
    color: #333;
    cursor: pointer;
}
.tabs .tabs-head ul li:hover {
    color: #0465c2;
}
.tabs .tabs-head ul li.on {
    border-bottom: solid 2px #0465c2;
    color: #0465c2;
}
.tabs .tabs-head .more {
    float: right;
    padding: 0 15px;
}


.tabs .tabs-body {
    position: relative;
    padding: 20px 0;
    clear: both;
}
.content-list li {
    height: 45px;
    line-height: 45px;
    background: url(../images/liststyle.png) no-repeat 6px center;
    padding: 0 25px;
    border-bottom: dashed 1px #ddd;
    overflow: hidden;
}
.content-list li a {
    float: left;
    font-size: 16px;
    color: #333;
}
.content-list li a:hover {
    color: #0465c2;
}
.content-list li span.date {
    float: right;
    font-size: 16px;
    color: #666;
}

.list-content {
    position: relative;
    padding: 20px;
    background: #ffffff;
}
/*分页*/
.pager {
    position: relative;
    overflow: hidden;
    margin-top: 40px;
    text-align: center;
}
/*.pager a{
    display: inline-block;
    padding: 6px 12px;
    line-height: 16px;
    border: solid 1px #ddd;
    margin: 0 5px;
    color: #333;
}
.pager a.on, .pager a:hover {
    background: #2c8dea;
    border-color: #2c8dea;
    color: #fff;
}*/
.loading {
    text-align: center;
    margin: 50px auto;
    /*background: url("../images/loading.gif") no-repeat 5px center;*/
}
.loading .loading-text {
    margin-top: 10px;
    color: #666;
    font-size: 14px;
}
.no-data {
    padding: 80px 0;
    text-align: center;
    font-size: 14px;
    color: #333;
}
/*返回顶部*/
.back-to-top {
    position: fixed;
    display: none;
    width: 60px;
    height: 60px;
    bottom: 40px;
    background: #4199ea;
    font-size: 14px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    -webkit-box-shadow: 0px 0px 10px rgba(0,120,108,0.2);
    -moz-box-shadow: 0px 0px 10px rgba(0,120,108,0.2);
    box-shadow: 0px 0px 10px rgba(0,120,108,0.2)
}
.back-to-top span {
    display: block;
    width: 50%;
    margin: 0 auto;
    margin-top: 12px;
    line-height: 18px;
}

/*全文检索*/
.search-content {
    background: #ffffff;
    border: solid 1px #e3e8f0;
    padding: 20px;
}
.search-content .search-title {
    font-size: 16px;
    margin-bottom: 10px;
}
.search-content .search-title span {
    color: red;
}
.search-content .search-count {
    padding-bottom: 10px;
    border-bottom: solid 1px #ddd;
    margin-bottom: 20px;
    font-size: 14px;
    color: #999;
}
.search-form {
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
}
.search-form .input-group {
    position: relative;
    display: flex;
    /* display: table;
    border-collapse: separate; */
}
.search-form .input-group input {
    float: left;
    position: relative;
    width: 1004px;
    height: 36px;
    line-height: 36px;
    padding: 0 15px;
    font-size: 16px;
    border: solid 2px #2c8dea;
}
.search-form .input-group .city-select {
    width: 160px;
    margin-right: 10px;
    border: solid 2px #2c8dea;
}
.search-form .input-group .city-select:after {
    position: absolute;
    display: block;
    top: 45%;
    right: 10px;
    content: '';
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #4B4B4B;
    pointer-events:none;
}
.search-form .input-group .search-key {
    width: 800px;
}
.search-form .input-group button {
    float: left;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    width: 70px;
    background: #2c8dea;
    color: #fff;
    border: solid 1px #2c8dea;
    outline: none;
    cursor: pointer;
}
.search-form .input-group button:hover {
    background-color: #0465c2;
    border-color: #0465c2;
}
.search-result ul li h4 {
    font-size: 16px;
    margin-bottom: 10px;
}
.search-result ul li {
    position: relative;
    padding: 10px 0;
    margin-bottom: 10px;
    border-bottom: dashed 1px #eee;
}
.search-result ul li h4 a {
    color: #333;
    font-size: 16px;
    font-weight: normal;
}
.search-result ul li h4 span {
    color: red;
}
.search-result ul li p {
    color: #999;
}

/*内容页*/
.article-detail {
    padding: 20px;
    background: #fff;
}
.article-title {
    min-height: 45px;
    line-height: 45px;
    font-size: 24px;
    text-align: center;
    margin-bottom: 10px;
}
.article-info {
    text-align: center;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    margin-bottom: 20px;
}
.article-content {
    padding: 20px;
    border-top: dashed 1px #ddd;
    overflow: hidden;
}
.article-content p {
    font-size: 16px;
    line-height: 2;
    margin-bottom: 10px;
}
.article-content .annex {
    margin-top: 20px;
    overflow: hidden;
}
.article-content .annex h3 {
    border-left: solid 4px #0465c2;
    padding-left: 15px;
    margin-bottom: 20px;
    font-size: 16px;
    color: #333;
}
.article-content .annex h4 {
    display: block;
    height:30px;
    line-height: 30px;
    margin-bottom: 10px;
    font-size: 14px;
    overflow: hidden;
}
.article-content .annex ul {
    position: relative;
    padding: 0;
    overflow: hidden;
}
.article-content .annex ul li {
    position: relative;
    width: 1065px;
    display: block;
    border-top: solid 1px #d3d8e4;
    border-left: solid 1px #d3d8e4;
    border-right: solid 1px #d3d8e4;
    height: auto;
    margin-bottom: 10px;
}
.article-content .annex .file-basic {
    line-height: 50px;
    padding: 0 15px;
    background: #f3f5f8;
    border-bottom: solid 1px #d3d8e4;
    font-size: 14px;
}
.article-content .annex .file-name {
    color: #333;
}
.article-content .annex .file-name:hover {
    text-decoration: underline;
}
.article-content .annex ul li .download-btn {
    position: absolute;
    right: 15px;
    top: 12px;
    width: 50px;
    height: 26px;
    line-height: 26px;
    font-size: 14px;
    text-align: center;
    background: #fff;
    color: #0465c2;
    border: solid 1px #0465c2;
}
.article-content .annex ul li .download-btn:hover {
    background: #0465c2;
    color: #fff;
}
.article-content .annex .file-explain-item {
    padding: 0 20px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    border-bottom: solid 1px #d3d8e4;
}
.article-content .annex .file-explain-item .file-explain-name {
    float: left;
    margin-right: 10px;
}
.article-content .annex .file-explain-item .file-explain-name:hover {
    text-decoration: underline;
    color: #0465c2;
}
.article-content .annex .file-explain-item .file-explain-down {
    margin-right: 10px;
    float: right;
}
.article-content .annex .file-explain-item .file-explain-down:hover {
    text-decoration: underline;
    color: #0465c2;
}

    /*foot*/
.foot-container{
    width:100%;
    background-color:#044d92;
    height:245px;
    border-top:#013c74 5px solid;
}
.foot-centre{
    width:1150px;
    padding-top:10px;
    margin:0 auto;
}
.foot-link{
    width:200px;
    height:32px;
    line-height:32px;
    font-size:20px;
    color:#fff;
    padding-left:27px;
    background:url(../images/link.png) left center no-repeat;
    margin-bottom:8px;
}
.foot-link-container{
    width:1092px;
    height:27px;
    padding-bottom:29px;
    border-bottom:#013c74 1px solid;
    margin-left:26px;
}
.foot-link-container select{
    width:252px;
    background-color:#013c74;
    border:none;
    color:#fff;
    font-size:18px;
    line-height:18px;
    padding:8px 0 8px 20px;
}
.foot-link-select{
    margin:0 23px 0 0;
}
.foot-other{
    width:1092px;
    margin-left:26px;
    padding-top:10px;
}
.foot-characters1{
    width:810px;
    height:120px;
    float:left;
    line-height:30px;
    font-size:15px;
    color:#fff;
    background:url(../images/vertical-dotted.png) right center no-repeat;
}
.foot-characters2{
    width:295px;
    height:120px;
    float:left;
    line-height:30px;
    font-size:15px;
    color:#fff;
}
.foot-characters3{
    width:262px;
    height:120px;
    float:left;
    line-height:30px;
    font-size:15px;
    color:#fff;
    background:url(../images/vertical-dotted.png) right center no-repeat;
}
.foot-other-icon{
    width:250px;
    height:130px;
    float:right;
}
.foot-other-icon img{
    margin-left:25px;
}
.foot-map{
    height:30px;
    padding-top:6px;
    /*	padding-left:87px;*/
    float:right;
}
.foot-map a{
    display:block;
    float:left;
    line-height:30px;
    color:#fff;
    font-size:15px;

}
.foot-map span{
    display:block;
    float:left;
    line-height:30px;
    color:#fff;
    padding:0 8px;
}
/*/foot*/

.float-window {
    position: fixed;
    right: 0;
    bottom: 204px;
    width: 230px;
    height: 150px;
    z-index: 996;
}
.float-window .close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #ffffff;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    cursor: pointer;
    z-index: 998;
}
.float-window .img-link, .float-window .img-link img {
    display: block;
    width: 230px;
    height: 150px;
}