﻿@import "rest.css";

/* 顶部 */
.head {
    margin: 0 auto;
    text-align: center;
    background: url(./banner.png) no-repeat;
    background-size: cover;
    box-sizing: border-box;
    /* position: relative; */
    z-index: 995;
}

.head .main {
    margin: 0 auto;
    box-sizing: border-box;
}

.head .main .left {
    float: left;
}

.head .main .right {
    float: right;
}

.head .main .left img {
    float: left;
    vertical-align: middle;
}

.head .main .left div {
    color: #ee2621;
    float: left;
    vertical-align: middle;
}

.head .main .right a {
    color: #fff;
    background-color: #f7b218;
    border-radius: 22px;
}

.head .search input {
    color: #999999;
    vertical-align: middle;
    box-sizing: border-box;
}

.head .search a {
    color: #fff;
    background-color: #f7b218;
    vertical-align: middle;
    border: 0;
}

/* 主体 */
.body {
    margin: 0 auto;
    z-index: 999;
    /* position: absolute;
    left: 0;
    right: 0; */
}

.body .jrtt {
    background-color: #fff;
    box-sizing: border-box;
}

.body .jrtt span {
    background: url(./xw.png) no-repeat;
    background-size: cover;
    display: inline-block;
    color: #fff;
    text-align: center;
    box-sizing: border-box;
}

.body .jrtt .content {
    float: right;
    vertical-align: top;
}

.body .jrtt .content a:nth-child(1) {
    color: #000;
}

.body .jrtt .content a:nth-child(2) {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #626262;
}

.body .jrtt .content a:nth-child(2):hover {
    color: #035fa8;
}

/* 轮播图 */
.focusBox {
    position: relative;
    width: 100%;
    overflow: hidden;
    text-align: left;
    background: white;
}

.focusBox .pic img {
    width: 100%;
    display: block;
}

.focusBox .txt-bg {
    position: absolute;
    bottom: 0;
    z-index: 1;
    width: 100%;
    background: #333;
    filter: alpha(opacity=40);
    opacity: 0.4;
    overflow: hidden;
}

.focusBox .txt {
    position: absolute;
    z-index: 2;
    width: 100%;
    overflow: hidden;
}

.focusBox .txt li {
    position: absolute;
}

.focusBox .txt li a {
    display: block;
    color: white;
    font-weight: bold;
    text-decoration: none;
}

.focusBox .num {
    position: absolute;
    z-index: 3;
}

.focusBox .num li {
    float: left;
    position: relative;
    border-radius: 50%;
    overflow: hidden;
    text-align: center;
    cursor: pointer;
}

.focusBox .num li a,
.focusBox .num li span {
    position: absolute;
    z-index: 2;
    display: block;
    color: white;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-decoration: none;
}

.focusBox .num li span {
    z-index: 1;
    background: black;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.focusBox .num li.on a,
.focusBox .num a:hover {
    background: #f60;
}

/* 切换新闻 */
.body .news {
    background-color: #f6f6f6;
    box-sizing: border-box;
}

.body .news .content {
    background-color: #fff;
    box-sizing: border-box;
}

.body .news .content a {
    color: #000;
}

.button {
    display: block !important;
}

.body .news .content .top li a {
    display: none;
}

.body .news .content .top li:nth-child(1) a {
    display: inline-block;
}

.body .news .content .top li:nth-child(1) a span:nth-child(2) {
    background-color: #666;
    display: inline-block;
    vertical-align: middle;
}

.body .news .content .top li:nth-child(1) {
    float: left;
}

.body .news .content .top li:nth-child(2) {
    float: right;
    background-color: #f6f6f6;
    color: #1492ff;
    text-align: center;
}

.body .news .content .top .right span {
    color: #1492ff;
}

.active {
    color: #1492ff !important;
}

/* 新闻列表 */
.body .news .content .bottom li {
    list-style-type: square;
}

.body .news .content .bottom li::marker {
    color: #1492ff;
}

.body .news .content .bottom li a {
    vertical-align: middle;
}

.body .news .content .bottom li a span {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.body .news .content .bottom li a:hover {
    color: #035fa8;
}

.body .news .content .bottom li .time {
    color: #999999;
    float: right;
}

.news-bottom {
    display: none;
}

/* 三个要闻 */
.body .news .images li {
    text-align: center;
    background-color: #fff;
    float: left;
    font-weight: bold;
}

.body .news .images li span {
    vertical-align: middle;
}

.body .news .images li a {
    display: block;
}

.body .news .images li img {
    vertical-align: middle;
}

/* 专题专栏 */
.body .ztzl {
    box-sizing: border-box;
}

.body .ztzl .bottom a img {
    display: block;
}

.body .ztzl .top a:nth-child(1) {
    float: left;
    font-weight: bold;
}

.body .ztzl .top a:nth-child(2) {
    float: right;
    background-color: #f6f6f6;
    color: #1492ff;
    text-align: center;
}

/* 我们的政府 */
.text {
    text-align: center;
}

.text a span {
    color: #1492ff;
}

.goverment .zfwj {
    position: relative
}

.goverment .zfwj a {
    position: absolute;
    right: 0;
    bottom: 0;
    font-weight: bold;
}

/* 政务服务 */
.zwfw .zwfw-div {
    background-color: #f6f6f6;
    box-sizing: border-box;
}

.zwfw .zwfw-main li {
    float: left;
    text-align: center;
}

.zwfw .zwfw-main {
    background-color: #fff;
    box-sizing: border-box;
}

/* 重点领域信息公开 */
.zdly .top a:nth-child(2) {
    float: right;
    background-color: #f6f6f6;
    color: #1492ff;
    text-align: center;
}

.zdly .top a:nth-child(1) span {
    font-weight: bold;
}

.zdly .top a:nth-child(2) span {
    color: #1492ff;
}

.zdly .bottom ul li {
    float: left;
    text-align: center;
    box-sizing: border-box;
}

/* 互动交流 */
.hdjl .news .box ul li {
    float: left;
    text-align: center;
}

.hdjl .news .box {
    background-color: #fff;
}

/* 底部网站 */
.bottom-webkit {
    background-color: #c5e4fe;
    position: relative;
}

.bottom-webkit .btn-select {
    box-sizing: border-box;
    margin: 0 auto;
}

.bottom-webkit .btn-select .move>li {
    float: left;
    box-sizing: border-box;
}

.bottom-webkit .btn-select .move>li>a {
    display: block;
}

.bottom-webkit .web-content {
    display: none;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    background-color: #fff;
    box-sizing: border-box;
    border-radius: 5px;
}

.bottom-webkit .web-content ul li {
    float: left;
}

/* 结束 */
.end .top {
    box-sizing: border-box;
}

.end .top li {
    float: left;
    background-color: #37a2ff;
    text-align: center;
    box-sizing: border-box;
}

.end .top li p {
    color: #fff;
}

.end .detail {
    margin: 0 auto;
    text-align: center;
}

.end .detail ul {
    box-sizing: border-box;
}

.end .detail ul li {
    float: left;
    color: #fff;
}

.end .detail ul li img {
    display: inline-block;
}