@charset "utf-8";

/* 样式初始化 */

* {
    padding: 0;
    margin: 0;
}



body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
blockquote,
p {
    padding: 0px;
    margin: 0px;
    font-weight: normal;
    border: 0;
    outline: 0;
    outline-style: none;
    vertical-align: baseline;
    background: transparent;
    outline-style: none;
    font-family: "微软雅黑"!important;
}

body {
    min-width: 1200px;
    margin: 0 auto;
}

ol,
ul {
    list-style: none;
}

li {
    list-style-type: none;
}

a {
    text-decoration: none;
    color: #111;
    font-family: "微软雅黑"!important;
}

span {
    font-family: "微软雅黑"!important;
}

*:focus {
    outline: none
}

.clear {
    clear: both;
    height: 0;
}

div,
img {
    border: none;
}

.px1200 {
    width: 1200px;
    margin: 0 auto;
}

body .clear {
    float: none !important;
    clear: both;
    height: 0 !important;
    width: 0 !important;
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
}


/* header -----  top ------ */

.tit-h3 {
    color: #111111;
    font-size: 22px;
    font-weight: 600;
}

.c-blue {
    color: #2c69bc;
}

.c-blue a{
    color: #2c69bc;
}

.c-purple {
    color: #8c75fc;
}

.c-brown {
    color: #906b59;
}

.c-orange {
    color: #ddb287;
}

.c-yellow {
    color: #fdb152;
}

.c-border-purple {
    border-color: #8c75fc;
}

.c-border-brown {
    border-color: #906b59;
}

.c-border-yellow {
    border-color: #fdb152;
}

.tit-h4 {
    color: #111111;
    font-size: 18px;
    font-weight: 600;
}

#header {
    background: url(../images/head-top.png) no-repeat;
    background-position: 46% top;
    padding-bottom: 20px;
}

.top {
    width: 100%;
    height: 35px;
    line-height: 33px;
    overflow: hidden;
    background: #2c69bc;
    color: #fff;
    font-size: 14px;
}

.top .left {
    width: 49%;
    float: left;
}

.top .hy {
    width: auto;
    float: left;
    margin-right: 5px;
}

.top .date {
    width: auto;
    float: left;
    margin-right: 5px;
}

.top .weather {
    width: auto;
    float: left;
    margin-right: 5px;
}

.top .right {
    width: 49%;
    float: right;
}

.top .right a {
    color: #fff;
}

.top .map {
    width: 80px;
    float: right;
    text-align: right;
}

.top .sysc {
    float: right;
    text-align: right;
}

.top .sysc a {
    margin-left: 15px;
}

.top .jtfj {
    width: 90px;
    float: right;
    text-align: right;
}

.top .jtfj a {
    padding: 0 5px;
}

.box {
    align-items: center !important;
}

.icon img {
    transition: all 0.3s;
}

.icon:hover img {
    animation: icon-yh 0.6s linear;
}

@keyframes icon-yh {
    0% {
        transform: rotateZ(0);
    }
    10% {
        transform: rotateZ(10deg);
    }
    20% {
        transform: rotateZ(0);
    }
    30% {
        transform: rotateZ(-10deg);
    }
    40% {
        transform: rotateZ(0);
    }
    50% {
        transform: rotateZ(10deg);
    }
    60% {
        transform: rotateZ(0);
    }
    70% {
        transform: rotateZ(-10deg);
    }
    80% {
        transform: rotateZ(0);
    }
    90% {
        transform: rotateZ(10deg);
    }
    100% {
        transform: rotateZ(0);
    }
}


/* icon 图标组 */

.icon-group {
    overflow: hidden;
}

.icon-group li {
    float: left;
    width: 33%;
    text-align: center;
    margin-top: 20px;
}

.icon-group li a {
    display: block;
}

.icon-group li a div {
    height: 60px;
    line-height: 60px;
}

.icon-group li a div img {
    vertical-align: middle;
}

.icon-group li a p {
    font-size: 18px;
    line-height: 40px;
    color: #222222;
}


/* select 下拉菜单 */

.select {
    position: relative;
}

.select>p {
    padding-right: 35px;
    position: relative;
    background: #fff;
    line-height: 36px;
    padding-left: 20px;
    color: #888888;
    font-size: 14px;
}

.select>p i {
    position: absolute;
    right: 0;
    top: 0;
    width: 36px;
    height: 36px;
    background: #fff url() no-repeat;
    background-position: center center;
}

.select ul {
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    padding: 10px 0;
    display: none;
    z-index: 9;
}

.select ul li {
    line-height: 30px;
    font-size: 14px;
    color: #666;
    padding: 0 20px;
    cursor: pointer;
}

.select ul li:hover {
    background: #2c69bc;
    color: #fff;
}


/* logo------- */

.logo {
    width: 1200px;
    margin-top: -19px;
    margin-left: auto;
    margin-right: auto;
}

.logo a {
    display: block;
    background: url(../images/logo-bj.png) no-repeat;
    background-position: center top;
}

.logo a img {
    display: block;
    margin: 0 auto;
}


/* 搜索 ------------ */

.hd-search {
    width: 470px;
    margin: 30px auto;
}

.hd-ss-box {
    font-size: 0;
}

.ss-text {
    width: 309px;
    padding: 0 20px 0 40px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #5989cb;
    background: url(../images/icon-search.png) no-repeat;
    background-position: 15px center;
    border-right: none;
    vertical-align: middle;
}

.ss-text::placeholder {
    color: #5989cb;
}

.ss-btn {
    background: #d61d1a;
    color: #fff;
    width: 100px;
    height: 42px;
    vertical-align: middle;
}


/* nav 导航--------------- */

.nav {
    padding-top: 5px;
    border-bottom: 4px solid #2c69bc;
    position: relative;
}

.nav>ul>li {
    float: left;
    width: 14.285%;
}

.nav>ul>li>a {
    display: block;
    font-size: 0;
    font-size: 20px;
    font-weight: 600;
    color: #2c69bc;
    height: 30px;
    line-height: 30px;
    text-align: center;
    padding-bottom: 15px;
    position: relative;
}

.nav>ul>li.active {
    background: url(../images/navxz.png) no-repeat center bottom;
}

.nav>ul>li>a>img {
    vertical-align: middle;
    transition: all 0.3s;
}

.nav>ul>li>a>span {
    vertical-align: middle;
    margin-left: 5px;
}

.nav .ejlm {
    position: absolute;
    z-index: 999;
    left: 0;
    top: 100%;
    border-top: 6px solid #235395;
    height: 46px;
    background: #9eb2d0;
    /*background: rgba(183,196,215,1);*/
    width: 100%;
    display: none;
}

.nav .ejlm div {
    width: 1200px;
    margin: 0 auto;
    line-height: 46px;
}

.nav .ejlm a {
    display: inline;
    padding: 0 20px;
    line-height: 46px;
    font-size: 16px;
    color: #fff;
    width: 100%;
}

.nav .ejlm a:hover {
    color: #235395;
}

.nav>ul>li:hover {
    background: url(../images/navxz.png) no-repeat center bottom;
}

.nav>ul>li:hover>a>img {
    -ms-transform: rotate(15deg);
    -moz-transform: rotate(15deg);
    -webkit-transform: rotate(15deg);
    -o-transform: rotate(15deg);
    transform: rotate(15deg);
}

.nav>ul>li:hover .ejlm {
    display: block;
}


/* slideBox 轮播图公共样式 */

.slideBox {
    position: relative;
}

.slideBox .hd {
    position: absolute;
    bottom: 20px;
    right: 15px;
    z-index: 9;
}

.slideBox .hd ul {
    overflow: hidden;
}

.slideBox .hd ul li {
    float: left;
    margin-left: 5px;
    width: 12px;
    height: 12px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    background: #fff;
    transition: width 0.3s;
    cursor: pointer;
}

.slideBox .hd ul li.on {
    background: #2c69bc;
}

.slideBox .bd ul li a {
    display: block;
    position: relative;
}

.slideBox .bd ul li a img {
    display: block;
    width: 100%;
    transition: all 1s;
}

.slideBox .bd ul li a p {
    position: absolute;
    left: 20px;
    right: 120px;
    bottom: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: #fff;
    font-size: 18px;
    line-height: 20px;
}

.slideBox .bd ul li a:hover img {
    transform: scale(1.05);
}

.zzc {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: url(../images/zzc.png) repeat-x;
    background-position: center bottom;
}


/*文字 列表 切换标题*/

.slideTxtBox {
    position: relative;
}

.slideTxtBox .hd ul {
    border-bottom: 1px solid #c2cfe3;
    margin-bottom: 10px;
}

.slideTxtBox .hd ul li {
    float: left;
    cursor: pointer;
    border-bottom: 1px solid transparent;
    position: relative;
    top: 1px;
    padding: 0 10px 10px 10px;
    margin-left: 7px;
}

.slideTxtBox .hd ul li:first-child {
    margin-left: 0;
}

.slideTxtBox .hd ul li a {
    display: block;
    font-size: 20px;
    font-weight: 600;
    color: #111111;
}

.slideTxtBox .hd ul li.on {
    border-color: #2c69bc;
}

.slideTxtBox .hd ul li.on a {
    color: #2c69bc;
}

.slideTxtBox .bd ul .more {
    position: absolute;
    top: 0;
    right: 0;
}

.more {
    line-height: 25px;
    font-size: 14px;
    color: #222222;
}

.more:hover {
    color: #235395;
}


/*文字 列表 */

.i-list li {
    position: relative;
    font-size: 18px;
    line-height: 44px;
    padding: 0 100px 0 15px;
    background: url(../images/i-list-dot.png) no-repeat;
    background-position: 3px center;
}

.i-list li a {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #111111;
}

.i-list li a:hover {
    color: #2c69bc;
}

.i-list li span {
    position: absolute;
    right: 0;
    top: 0;
    color: #888888;
    font-size: 16px;
}

.text-list2 li {
    margin-top: 38px;
}

.text-list2 li:first-child {
    margin-top: 30px;
}

.text-list2 li a {
    display: block;
    overflow: hidden;
    transition: all 0.3s;
}

.tlist2-date {
    float: left;
    width: 75px;
    margin-right: 20px;
    margin-right: 15px;
    background: #f5f5f5;
    color: #2c69bc;
    text-align: center;
    padding: 5px 0;
}

.tlist2-date p {
    font-size: 28px;
    line-height: 30px;
}

.tlist2-date div {
    width: 13px;
    height: 2px;
    margin: 4px auto;
    background: #2c69bc;
}

.tlist2-date span {
    display: block;
    color: #2c69bc;
    font-size: 12px;
    line-height: 20px;
}

.tlist2-info {
    overflow: hidden;
}

.tlist2-info p {
    font-size: 18px;
    line-height: 30px;
    color: #111;
    height: 60px;
    overflow: hidden;
    white-space: pre-wrap;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.text-list2 li a:hover {
    padding: 0 10px;
    background: #f5f5f5;
}

.text-list2 li a:hover .tlist2-info p {
    color: #2c69bc;
}


/* 图片列表 */

.img-list ul {
    overflow: hidden;
}

.img-list ul li {
    float: left;
    width: 285px;
    margin-left: 20px
}

.img-list ul li:first-child {
    margin-left: 0;
}

.img-list ul li a {
    display: block;
}

.img-pic {
    overflow: hidden;
}

.img-pic img {
    display: block;
    width: 100%;
    height: 190px;
    transition: all 1s;
}

.img-list ul li a p {
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 18px;
    color: #111;
    line-height: 45px;
}

.img-list ul li a:hover img {
    transform: scale(1.1);
}

.img-list ul li a:hover p {
    color: #2c69bc;
}


/* #footer 底部------------ */

#footer {
    background: #eef5ff;
}

.foot-c {
    display: table;
    padding: 28px 0;
}

.foot-l {
    display: table-cell;
    width: 340px;
    vertical-align: middle;
    background: #e7f1ff;
    text-align: center;
    border-left: 35px solid #eef5ff;
}

.foot-m {
    display: table-cell;
    width: 430px;
    vertical-align: middle;
    background: #e7f1ff;
    text-align: center;
    padding: 20px 0;
    border-left: 15px solid #eef5ff;
    border-right: 15px solid #eef5ff;
}

.foot-m h3 {
    font-size: 15px;
    font-weight: 600;
    color: #434343;
    margin-bottom: 10px;
}

.foot-m p {
    color: #434343;
    font-size: 15px;
    line-height: 25px;
}

.foot-r {
    display: table-cell;
    width: 340px;
    vertical-align: middle;
    background: #e7f1ff;
    text-align: center;
    font-size: 0;
}

.foot-r div {
    display: inline-block;
    margin: 0 6px;
}

.foot-r div img {
    width: 74px;
    border: 5px solid #fff;
}

.foot-r div p {
    font-size: 15px;
    color: #434343;
    line-height: 22px;
    margin-top: 5px;
}

.foot-bq {
    background: #e7f1ff;
    padding: 15px 0;
    text-align: center;
}

.foot-bq span {
    font-size: 15px;
    line-height: 26px;
    color: #434343;
}

.foot-bq p {
    font-size: 15px;
    line-height: 26px;
    color: #434343;
}

#link {
    border-top: 8px solid #2c69bc;
}

.links {
    background: #fff;
    overflow: hidden;
}

.home_links {
    padding: 16px 0;
    height: auto;
    overflow: hidden;
}

.home_links .link {
    margin: 0 auto;
    text-align: center;
}

.dhlj li {
    display: inline-block;
    text-align: left;
    padding: 0 60px;
    border-right: 1px solid #ddd;
    font-size: 16px;
    color: #444;
    line-height: 23px;
    cursor: pointer;
}

.dhlj li p {
    padding-right: 35px;
    background: url(../images/link.png) right center no-repeat;
}

.dhlj li.on p {
    background: url(../images/linkxz.png) right center no-repeat;
    color: #2c69bc;
}

.home_links_drop ul {
    display: none;
    font-size: 16px;
    padding: 20px 0;
    overflow: hidden;
    width: 1200px;
    margin: 0 auto;
    border-top: 1px solid #ddd;
}

.home_links_drop ul li {
    float: left;
    width: 20%;
    line-height: 30px;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
}

.home_links_drop ul li a:hover {
    color: #2c69bc;
}


/* 右侧漂浮 */

.ycpf {
    position: fixed;
    top: 50%;
    right: 120px;
    z-index: 99;
    margin-top: -140px;
}

.ycpf ul {
    width: 100%;
}

.ycpf ul li {
    margin-bottom: 15px;
    position: relative;
}

.ycpf ul li a {
    display: block;
    width: 64px;
    height: 64px;
    line-height: 64px;
    background: #f3f9ff;
    text-align: center;
    border-radius: 50%;
    transition: all 0.3s;
}

.ycpf ul li .an {
    vertical-align: middle;
    display: inline-block;
    display: none;
    transition: all 0.3s;
}

.ycpf ul li .an:first-child {
    display: inline-block;
}

.ycpf ul li .ewm {
    opacity: 0;
    display: none;
    /**/
    position: absolute;
    top: 0;
    right: -10px;
    width: 75px;
    height: 106px;
    padding: 8px 13px 8px 8px;
    background: url(../images/pfewmbj.png) no-repeat left top;
    transition: all 0.3s;
}

.ycpf ul li .ewm img {
    width: 75px;
    height: 75px;
    display: block;
}

.ycpf ul li .ewm span {
    display: block;
    width: 100%;
    height: 22px;
    line-height: 32px;
    color: #333;
    text-align: center;
    font-size: 12px;
}

.ycpf ul li:hover a {
    background: #2c69bc;
}

.ycpf ul li:hover a .an {
    display: inline-block;
}

.ycpf ul li:hover a .an:first-child {
    display: none;
}

.ycpf ul li:hover .ewm {
    opacity: 1;
    right: 47px;
    display: block;
}

.gkjg ul li{ margin-right:40px; padding-left:0 !important}
/* 政府机构汇聚页 */
.zfjg{
	width:100%;
	height: auto;
	overflow: hidden;
	margin-bottom:10px
	
}
.zfjg_title {
	font-size: 16px;
	color: #FFFFFF;
	background: #2c69bc;
	line-height: 36px;
	font-weight: bold;
	float: left;
	padding: 0 10px;
	margin-bottom:0;
	margin-top: 20px;
	border-radius: 8px;
}

.zfjg_list {
	height: auto;
	overflow: hidden;
	padding: 10px 0;
}

.zfjg_list ul{
	margin-bottom:0!important;
	margin:0!important;
	border:none!important;
	overflow: hidden;
}

.zfjg_list ul li{
	list-style: none;
	width: 23%;
	float: left;
	font-size: 16px;
	height: 40px;
	text-align: left;
	line-height: 40px;
	border: none!important;
	margin: 10px;
}

.zfjg_list ul li a{
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-decoration:none;
	color: #4d4d4d;
	padding: 0!important;
	border-bottom: none!important;
	font-size: 18px;
}