/*头部开始********************************************************************************************/
@charset "utf-8";
/*html {filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);-webkit-filter: grayscale(100%);}*/
.cur_def{
    cursor:default!important;
}
.wrap {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}
html, body {
    position: relative;
    width: 100%;
    font-size: 14px;
    font-family: Microsoft YaHei, Arial, SimSun, Tahoma, Geneva, sans-serif;
    background: #fff;
    color: #333333;
    margin: 0;
    padding: 0;
}
/* slide默认css */
.slideBox .bd {
    overflow: hidden;
}
/*导航点样式*/
.slideBox .hd {
    overflow: hidden;
    position: absolute;
    right: 15px;
    bottom: 12px;
    z-index: 1;
}
.slideBox .hd ul {
    overflow: hidden;
    zoom: 1;
}
.slideBox .hd ul li {
    float: left;
    margin: 0 2px;
    width: 8px;
    height: 8px;
    background: #fff;
    cursor: pointer;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.slideBox .hd ul li.on {
    background: #4387dd;
}
/* 下面是前/后按钮代码，如果不需要删除即可 */
.slideBox .prev, .slideBox .next {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    width: 24px;
    height: 40px;
    filter: alpha(opacity=50);
    opacity: 0.5;
    background-size: 100% 100% !important;
}
.slideBox .prev {
    left: 10px;
}
.slideBox .next {
    right: 10px;
}
.slideBox .prev:hover, .slideBox .next:hover {
    filter: alpha(opacity=100);
    opacity: 1;
}
.slideBox .prevStop {
    display: none;
}
.slideBox .nextStop {
    display: none;
}
/*顶部----------------------------------------------*/
.top_bg {
    background: url(top_img.png) no-repeat top center;
}
.bottom_bg {
    background: url(index_bg.jpg) no-repeat bottom center;
    background-size: 100% 100%;
}
.top_logo {
    position: relative;
}
.top_logo .header_top {
    line-height: 32px;
    height: 32px;
    background: rgba(10, 84, 171, 0.24);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    color: #fff;
}
.top_logo .curr_time {
}
.top_logo .curr_time span {
    margin-right: 8px;
}
.top_logo .tips {
}
.top_logo .tips a.yy1 {
    margin-right: 12px;
}
.top_logo .tips a.yy2 {
    margin-left: 12px;
}
.top_logo .tips a.wu {
    margin: 0 40px 0 12px;
}
.top_logo .tips .top_icon_list {
    margin-right: 20px;
}
.top_logo .tips .top_icon_list li {
    float: left;
    position: relative;
}
.top_logo .tips .top_icon_list li img {
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -60px;
    width: 120px;
    height: 120px;
}
.top_logo .tips .top_icon_list li a {
    width: 33px;
    height: 32px;
    background: url(top_icon1.png) no-repeat center center;
}
.top_logo .tips .top_icon_list li.li2 a {
    background: url(top_icon2.png) no-repeat center center;
}
.top_logo .tips .top_icon_list li.li3 a {
    background: url(top_icon3.png) no-repeat center center;
}
.top_logo .tips .top_icon_list li.li4 a {
    width: 62px;
    background: url(top_icon4.png) no-repeat center center;
}
.top_logo .tips .top_icon_list li:hover img {
    display: block;
}
.top_logo .header_bot {
    padding: 40px 0 52px;
    text-align: center;
}
.top_logo .header_bot .gh_icon {
}
.top_logo .header_bot .logo .top {
    margin: 15px 0;
}
.top_logo .header_bot .logo .top .zheng_logo {
    margin-right: 18px;
}
.top_logo .header_bot .en_logo_name {
}
/*搜索框—-------------------------------------*/
input::-webkit-input-placeholder {
    color: #999999;
}
input::-moz-placeholder {
    color: #999999;
}
input:-ms-input-placeholder {
    color: #999999;
}
.top_logo .search_box {
    margin: 40px auto 0;
    position: relative;
    display: inline-block;
}
.top_logo .search_box .search {
    background: #fff;
    padding: 15px 65px 15px 18px;
    width: 600px;
    border: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.top_logo .search_box .search_btn {
    position: absolute;
    top: 0;
    right: 0px;
    width: 65px;
    height: 100%;
    border: none;
    background: url(search_icon.png) no-repeat center center;
}
/*导航条-----------------------------------*/
.top_nav .nav_list {
    background: #1e75dd;
    color: #fff;
}
.top_nav .nav_list li {
    float: left;
    width: 14.285%;
    font-size: 0;
    position: relative;
}
.top_nav .nav_list li > a {
    font-size: 20px;
    line-height: 60px;
    width: 100%;
    position: relative;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    text-align: center;
}
.top_nav .nav_list li:hover a, .top_nav .nav_list li.on > a {
    background: #0953ab;
    font-weight: 700;
}
/*内容区----------------------------*/
.viewport {
    padding: 20px 0 40px;
}
.viewport_con {
}
/*内容区公共样式*/
.sec {
    background: #fff;
    padding: 20px;
}
.sec1 .news_left_img {
    width: 520px;
    height: 320px;
}
/*首页左侧轮播图*/
.slideBox_new {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}
.slideBox_new .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}
.slideBox_new_ul {
    width: 100%;
    height: 100%;
}
.slideBox_new_ul li {
    width: 100%;
    height: 100%;
    zoom: 1;
    vertical-align: middle;
    font-size: 0;
}
.slideBox_new_ul li a {
    width: 100%;
    height: 100%;
}
.slideBox_new_ul li .img_con {
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-size: 100% 100% !important;
}
.slideBox_new_ul li .name {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 32px;
    line-height: 32px;
    padding: 0 200px 0 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
    color: #fff;
    background: rgba(0, 0, 0, .4);
}
.slideBox.slideBox_new .hd ul li {
    margin: 0 4px;
    background: #808080;
}
.slideBox.slideBox_new .hd ul li.on {
    background: #ffffff;
}
.sec1 .news_right_item {
    width: 610px;
}
/*tab 导航切换标题样式*/
/*首页切换导航*/
.news_menu {
    position: relative;
    margin-bottom: 15px;
}
.news_menu a {
    width: 25%;
    text-align: center;
    float: left;
    font-size: 20px;
    line-height: 47px;
    -webkit-transition: color .3s;
    -moz-transition: color .3s;
    -ms-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
    position: relative;
    z-index: 10;
}
.news_menu:before {
    content: "";
    display: block;
    width: 100%;
    background: #dcdfe6;
    height: 1px;
    position: absolute;
    bottom: 0;
    right: 0;
}
.news_menu a.on {
    background: url(04-title_bg.jpg) no-repeat bottom center;
    color: #1e75dd;
}
.news_detail .news_list_con {
    display: none;
}
.news_detail .news_list_con.active {
    display: block;
}
/*默认新闻列表*/
.news_list {
}
.news_list li {
    font-size: 0;
    position: relative;
}
.news_list li.li2{
    background: #edf4f9;
}
.news_list li a {
    width: 100%;
    font-size: 16px;
    line-height: 38px;
    height: 38px;
    padding-right: 130px;
    padding-left: 25px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    position: relative;
}
.news_list li .dot {
    width: 6px;
    height: 6px;
    background: #e5e5e5;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    top: 50%;
    margin-top: -3px;
    left: 10px;
    position: absolute;
}
.news_list li .time {
    position: absolute;
    top: 0;
    right: 0;
    color: #999;
    font-size: 14px;
}
.news_list li:hover a, .news_list li:hover .time {
    color: #1e75dd;
}
.news_list li:hover a .dot {
    background: #1e75dd;
}
.sec2 {
    margin-top: 20px;
}
.sec2 .zwgk {
    width: 370px;
}
.sec2 .big_title {
    line-height: 44px;
    height: 44px;
    background: url(title_bg.jpg) no-repeat center left;
    padding-left: 20px;
    color: #1e75dd;
    font-size: 20px;
    font-weight: 700;
}
.sec2 .big_title img {
    margin-right: 12px;
    position: relative;
    top: -2px;
}
.sec2 .lit_title {
    line-height: 24px;
    height: 24px;
    background: url(line_icon.png) repeat-x center right;
    font-size: 18px;
    position: relative;
    margin: 20px 0;
}
.sec2 .lit_title .line {
    position: absolute;
    width: 5px;
    height: 100%;
    background: #1e75dd;
    left: 0;
    top: 0;
}
.sec2 .lit_title span {
    padding: 0 20px;
    background: #fff;
}
.zwgk_ul {
}
.zwgk_ul li {
    float: left;
    width: 47%;
    height: 70px;
    background: #f5f6f6;
    border: 1px solid #f5f6f6;
    margin-bottom: 20px;
    margin-right: 6%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.zwgk_ul li a {
    width: 100%;
    height: 100%;
    text-align: center;
}
.zwgk_ul li span {
    width: 100%;
    padding: 10px 0 13px;
}
.zwgk_ul li.li2, .zwgk_ul li.li4, .zwgk_ul li.li6 {
    margin-right: 0;
}
.zwgk_ul li:hover {
    background: #e9f3ff;
    border: 1px solid #91c3ff;
}
.sec2 .zwgk .bottom {
    margin-top: 7px;
}
.sec2 .zwgk .bottom .news_list li a {
    padding-right: 0;
}

.sec2 .zwfu {
    width: 370px;
    margin: 0 25px;
}
.bmfw_ul {
}
.bmfw_ul li {
    float: left;
    width: 33.33%;
    margin-bottom: 40px;
    font-size: 16px;
}
.bmfw_ul li a {
    width: 100%;
    height: 100%;
    text-align: center;
}
.bmfw_ul li span {
    width: 100%;
    padding: 10px 0;
}
.bmfw_ul li:hover {
    color: #1e75dd;
}
.bsdt_list li {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}
.bsdt_list li a {
    width: 100%;
    height: 100%;
}
.bsdt_list li a img {
    width: 100%;
}
.bsdt_list li.li3 {
    width: 174px;
}
.bsdt_list li.li4 {
    width: 174px;
    float: right !important;
}
.sec2 .zmhd {
    width: 370px;
}
.zmhd_ul {
    margin-top: 30px;
}
.zmhd_ul li {
    float: left;
    width: 47%;
    background: #f5f6f6;
    border: 1px solid #f5f6f6;
    margin-bottom: 30px;
    margin-right: 6%;
    font-size: 16px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.zmhd_ul li a {
    width: 100%;
    height: 100%;
    line-height: 40px;
    padding: 15px 0;
    text-align: center;
}
.zmhd_ul li span {
    margin-right: 15px;
}
.zmhd_ul li.li2, .zmhd_ul li.li4 {
    margin-right: 0;
}
.zmhd .top .zmljl_img, .zmhd .top .zmljl_img img {
    width: 100%;
}
.zmhd .bottom .big_title {
    margin: 20px 0;
}
.ztzl_picMarquee {
    width: 100%;
    position: relative;
}
.ztzl_picMarquee .hd .prev {
    position: absolute;
    background: url(top_prev.png) no-repeat center center;
    width: 32px;
    height: 24px;
    top: 0;
    left: 50%;
    margin-left: -16px;
    z-index: 10;
}
.ztzl_picMarquee .hd .next {
    position: absolute;
    background: url(bot_next.png) no-repeat center center;
    width: 32px;
    height: 24px;
    bottom: 0;
    left: 50%;
    margin-left: -16px;
    z-index: 10;
}
.ztzl_picMarquee_bd .picList .pic a {
    width: 100%;
}
.ztzl_picMarquee_bd .picList .pic a img {
    width: 100%;
    height: 84px;
    margin-bottom: 10px;
}
/*底部*/
footer {
    background: #1e75dd;
    color: #fff;
    padding: 20px 0;
}
.footer_top {
    text-align: center;
    margin-bottom: 35px;
}
.footer_top .seclect_con {
    width: 300px;
    display: inline-block;
    position: relative;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #185eb1;
}
.footer_top .seclect_con2 {
    margin: 0 70px;
}
.footer_top select {
    width: 100%;
    border: 1px solid #458ade;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #185eb1;
    color: #fff;
    padding: 9px 2px 9px 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    z-index: 1;
}
.footer_top .seclect_con:before {
    position: absolute;
    top: 50%;
    right: 2px;
    background: url(arrow.jpg) no-repeat center center;
    width: 30px;
    height: 21px;
    margin-top: -11px;
    z-index: 10;
    display: block;
    content: "";
}
.foot_nav {
    text-align: center;
    line-height: 30px;
    margin-bottom: 10px;
}
.foot_nav a {
    line-height: 30px;
    font-size: 16px;
    margin: 0 15px;
}
.foot_cen p {
    line-height: 32px;
    text-align: center;
}
.foot_cen p span {
    padding: 0 2px;
}
.gongbei_icon {
    position: relative;
    top: -2px;
    margin-right: 3px;
}
.foot_img a {
    position: absolute;
    bottom: 60px;
}
.foot_img .a1_img {
    left: 120px;
}
.foot_img .a1_img img {
    width: 110px;
    height: 55px;
}
.foot_img .a2_img {
    right: 120px;
}
.foot_img .a2_img img {
    width: 56px;
    height: 68px;
}
/*走进蓟州----------------------------------------------------------------------------------------------*/
.zjjz_imgall {
    width: 910px;
}
.slideBox_zjjz {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}
.slideBox_zjjz .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}
.slideBox_zjjz_ul {
    width: 100%;
}
.slideBox_zjjz_ul li {
    width: 100%;
    zoom: 1;
    vertical-align: middle;
    font-size: 0;
}
.slideBox_zjjz_ul li a {
    width: 100%;
}
.slideBox_zjjz_ul li .img_con {
    width: 100%;
    height: 550px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-size: cover !important;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.slideBox_zjjz .prev {
    position: absolute;
    background: url(02-prev_icon.png) no-repeat center center;
    width: 58px;
    height: 58px;
    top: 52%;
    left: 20px;
    margin-top: -29px;
    z-index: 10;
}
.slideBox_zjjz .next {
    position: absolute;
    background: url(02-next_icon.png) no-repeat center center;
    width: 58px;
    height: 58px;
    top: 52%;
    right: 20px;
    margin-top: -29px;
    z-index: 10;
}
.bg_02 {
    background: url(02-bg.jpg) no-repeat bottom center;
}
.zjjz1 {
    padding-top: 190px;
}
.zjjz1_top {
    padding-left: 144px;
    position: relative;
}
.zjjz1 .zjjz_title1 {
    position: absolute;
    top: -90px;
    left: -75px;
}
.zjjz_title a img {
    width: 170px;
    height: 250px;
}
.zjjz_nav_list {
    width: 104px;
}
.zjjz_nav_list li {
    margin-bottom: 10px;
}
.zjjz_nav_list li a {
    width: 100%;
}
.zjjz_nav_list li span {
    background: transparent;
    width: 100%;
    height: 104px;
    position: relative;
    text-align: center;
}
:root .zjjz_nav_list li span {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.zjjz_nav_list li span img {
    position: static \0;
    padding-top: 10px \0;
}
:root .zjjz_nav_list li span img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.zjjz_nav_list li span .img2 {
    display: none;
}
.zjjz_nav_list li i {
    text-align: center;
    width: 100%;
    font-size: 20px;
}
:root .zjjz_nav_list li:hover span {
    background: #157efb;
}
:root .zjjz_nav_list li:hover span .img1 {
    display: none;
}
:root .zjjz_nav_list li:hover span .img2 {
    display: block;
}
.zjjz1 .jz_info {
    margin-top: 50px;
}
.zjjz1 .jz_info .text {
    color: #666;
    line-height: 34px;
    font-size: 20px;
    text-indent: 2em;
}
.zjjz1 .jz_info .jz_nav_list {
    margin: 20px 0;
}
.zjjz1 .jz_info .jz_nav_list li {
    float: left;
    width: 14.58%;
    margin-right: 6.775%;
    background: url(02-nav_bg1.png) no-repeat center center;
    background-size: 100% 100% !important;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.zjjz1 .jz_info .jz_nav_list li a {
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 20px;
    color: #fff;
}
.zjjz1 .jz_info .jz_nav_list li.li5 {
    margin-right: 0;
}
.zjjz1 .jz_info .jz_nav_list li:hover {
    background: url(02-nav_bg2.png) no-repeat center center;
}
/*人文蓟州*/
.zjjz3 .zjjz_title3, .zjjz2 .zjjz_title2 {
    text-align: center;
    margin: 60px 0;
    background: url(02-title2_bg.png) no-repeat center center;
}
.zjjz3 .zjjz_title3 img, .zjjz2 .zjjz_title2 img {
    margin-left: -66px;
}
.zjjz2_list li {
    float: left;
    width: 48.3%;
    margin-right: 3.4%;
    margin-bottom: 40px;
}
.zjjz2_list li.li2, .zjjz2_list li.li4 {
    margin-right: 0;
}
.zjjz2_list li a {
    width: 100%;
    position: relative;
}
.zjjz2_list li a img {
    width: 100%;
    height: 400px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
}
.zjjz2_list li a i {
    width: 100%;
    position: absolute;
    color: #fff;
    border: 1px solid #fff;
    width: 165px;
    line-height: 60px;
    font-size: 36px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    left: 50%;
    top: 50%;
    margin-left: -82.5px;
    margin-top: -30px;
}
.zjjz3 {
    padding-bottom: 95px;
}
.slideBox_zjjz3 {
    width: 686px;
    height: 444px;
    padding: 0 257px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}
.slideBox_zjjz3 .tempWrap {
    padding: 0 257px !important;
}
.slideBox_zjjz3 .bd {
    position: absolute;
    left: 0;
    top: 0;
}
.slideBox_zjjz3_ul {
}
.slideBox_zjjz3_ul li {
}
.slideBox_zjjz3_ul li a {
}
.slideBox_zjjz3_ul li .img_con {
    width: 686px;
    height: 444px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-size: cover !important;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.slideBox_zjjz3 .pn_btn {
    position: absolute;
    width: 257px;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    top: 0;
    z-index: 10;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
.slideBox_zjjz3 .prev {
    left: 0;
}
.slideBox_zjjz3 .next {
    right: 0;
}
.slideBox_zjjz3 .pn_btn a {
    width: 26px;
    height: 100px;
    position: absolute;
    top: 50%;
    margin-top: -50px;
}
.slideBox_zjjz3 .prev a {
    left: 0;
    background: url(left_pnBtn.png) no-repeat center center;
}
.slideBox_zjjz3 .next a {
    background: url(right_pnBtn.png) no-repeat center center;
    right: 0px;
}
/*面包屑*/
.crumbs {
    line-height: 45px;
    padding-left: 20px;
    background: #fff;
    font-size: 16px;
    margin: 10px 0 20px;
}
.crumbs i {
    padding-left: 30px;
    background: url(current_icon.png) no-repeat center left;
}
.crumbs a {
    display: inline;
}
.containner {
    padding: 20px;
    background: #fff;
}
/*左侧栏目导航*/
.left_menu {
    width: 265px;
}
.channel_title {
    text-align: center;
    line-height: 57px;
    height: 57px;
    width: 100%;
    background: url(left_nav_title_bg.jpg) no-repeat bottom center;
    background-size: 100% 100%;
    font-size: 20px;
    color: #fff;
    margin-bottom: 3px;
}
.left_menu_ul li.list_item {
    font-size: 0;
    position: relative;
    margin-bottom: 2px;
}
.left_menu_ul li.list_item > a {
    background: #dfedf8;
    font-size: 18px;
    padding: 18px 15px;
    line-height: 24px;
    width: 100%;
    text-align: center;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.left_menu_ul li.list_item .toggle_i {
    width: 20px;
    height: 60px;
    background: url(active_icon.png) no-repeat center center;
    position: absolute;
    top: 0;
    right: 15px;
}
.left_menu_ul li.list_item .toggle_i.open{
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.left_menu_ul li.list_item .list_item_dl{
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    display: none;
}
.left_menu_ul li.list_item .list_item_dl a{
    font-size: 16px;
    text-align: center;
    width: 100%;
    line-height: 40px;
    background: #dfedf8;
}
/*导航选中当前状态*/
.left_menu_ul li.list_item:hover > a,
.left_menu_ul li.list_item.selected > a {
    background: #87bfeb;
    color: #fff;
    font-weight: 700;
}
/*蓟州名人----------------------------------------------------------------------------------------*/
.containner .right_content {
    width: 865px;
}
.line_title {
    padding: 10px 0 20px;
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 15px;
}
.line_title a {
    color: #017cda;
    font-size: 18px;
    line-height: 19px;
    padding-left: 22px;
    position: relative;
    font-weight: 700;
}
.line_title a:before {
    display: block;
    content: "";
    position: absolute;
    width: 5px;
    height: 100%;
    left: 0;
    top: 0;
    background: #017cda;
}
.right_content .part {
    margin-bottom: 40px;
    font-size: 18px;
}
.right_content .part li span {
    float: left;
    line-height: 40px;
    letter-spacing: 2px;
    color: #017cda;
}
.right_content .part li p {
    float: right;
    width: 770px;
}
.right_content .part p {
    width: 100%;
    line-height: 40px;
}
.right_content .part p i {
    margin-right: 20px;
}
.right_content .part p a:hover{
    color: #017cda;
}
/*走进蓟州-山水生态-----------------------------------------------------------------------------*/
.img_list {
}
.img_list li {
    margin-bottom: 20px;
    float: left;
    width: 31.11%;
    height: 200px;
    margin-right: 2.22%;
    position: relative;
}
.img_list li a {
    width: 100%;
    height: 100%;
}
.img_list li img {
    width: 100%;
    height: 100%;
}
.img_list li .title {
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, .4);
    height: 30px;
    line-height: 30px;
    width: 100%;
    text-align: center;
    font-size: 18px;
    color: #fff;
}
.pageing {
    padding: 40px 0;
}
/*新闻中心--------------------------------------------------------------------*/
.parts {
    margin-bottom: 12px;
}
.parts .parts_left, .parts .parts_right {
    width: 570px;
}
/*左侧图片新闻*/
.parts_news1 {
    background: #fff;
    padding: 15px;
}
.parts_news1_ul {
    width: 100%;
    height: 355px;
}
.parts_news1_ul li {
    width: 100%;
    height: 100%;
    font-size: 0;
}
.parts_news1_ul li a {
    width: 100%;
    height: 100%;
    position: relative;
}
.parts_news1_ul li img {
    width: 100%;
    height: 100%;
}
.parts_right .title1 {
    border-bottom: 7px solid #3a81bb;
    margin-bottom: 22px;
}
.parts_right .title1 a {
    width: 96px;
    padding-top: 5px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    background: #3a81bb;
    position: relative;
    top: 1px;
}
.news_list2.news_list li {
    background: url(line_bg.png) no-repeat bottom center;
}
.news_list2.news_list li a {
    line-height: 40px;
    height: 40px;
}
.news_list2.news_list li .dot {
    left: 3px;
}
.news_list3.news_list li a {
    padding-right: 20px;
}
.parts.parts_news2 .parts_left, .parts.parts_news2 .parts_right {
    background: #fff;
    padding: 15px 11px;
}
.parts_news2 .title2 {
    background: url(03-new_line.png) no-repeat bottom right;
    background-size: 100% auto;
    padding-bottom: 5px;
    margin-bottom: 10px;
}
.parts_news2 .title2 a {
    background: url(03-title_bg.png) no-repeat center center;
    width: 133px;
    height: 37px;
    line-height: 37px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    margin-bottom: 3px;
}
/*政务公开---------------------------------------------------------------------------------------------------*/
.line_title.line_title2 {
    border-bottom: none;
    margin-bottom: 0;
    padding: 0;
}
.line_title.line_title2 a {
    line-height: 25px;
}
.zwgk1 {
}
.zwgk1 .part1 {
    width: 330px;
}
.zwgk1 .part1 .img_con {
    width: 125px;
    padding-right: 20px;
    margin-right: 20px;
    border-right: 1px solid #e6e6e6;
    padding-top: 25px;
}
.zwgk1 .part1 .img_con img {
    width: 100%;
    height: 158px;
}
.zwgk1 .part1 .img_con p {
    text-align: center;
    font-size: 18px;
    padding: 15px 0 18px;
}
.zwgk1 .part1 .img_con p span {
    color: #1e75dd;
}
.zwgk1 .part1 .right {
    padding-top: 50px;
    line-height: 32px;
    font-size: 18px;
    width: 160px;
}
.zwgk1 .part1 .right font {
    width: 100%;
    color: #1e75dd;
}
.zwgk1 .part1 .right p a {
    margin-right: 15px;
    width: 55px;
}
.zwgk1 .part2 {
    width: 550px;
    padding: 0 40px 0 5px;
}
.news_menu.news_menu2 a {
    width: auto;
    font-size: 18px;
    font-weight: 700;
    line-height: initial;
    padding: 0 5px 12px;
    margin-right: 45px;
}
.zwgk1 .part3 {
    width: 230px;
    padding-top: 60px;
}
.zwgk1 .part3 ul li {
    float: left;
    width: 50%;
    text-align: center;
    margin-bottom: 16px;
}
.zwgk1 .part3 ul li p {
    line-height: 38px;
    font-size: 16px;
}
.zwgk1 .part3 .part3_a, .zwgk1 .part3 .part3_a img {
    width: 100%;
}
.part3_a {
    margin-bottom: 25px
}
.zwgk2, .zwgk3 {
    margin-top: 20px;
}
.zwgk2 .part1, .zwgk3 .part1 {
    width: 550px;
}
.zwgk2 .part2, .zwgk3 .part2 {
    width: 560px;
}
.zwgk_ul2 {
    padding-top: 20px;
}
.zwgk_ul2 li {
    float: left;
    width: 47%;
    background: #f5f6f6;
    border: 1px solid #f5f6f6;
    margin-bottom: 25px;
    margin-right: 6%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.zwgk_ul2 li a {
    width: 100%;
    height: 100%;
    line-height: 55px;
    font-size: 16px;
}
.zwgk_ul2 li span {
    float: left;
    width: 90px;
    padding-left: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.zwgk_ul2 li span .img2 {
    display: none;
    position: relative;
    top: 11px;
}
.zwgk_ul2 li.li2, .zwgk_ul2 li.li4, .zwgk_ul2 li.li6 {
    margin-right: 0;
}
.zwgk_ul2 li:hover {
    background: #e9f3ff;
    border: 1px solid #91c3ff;
}
.zwgk_ul2 li:hover span .img2 {
    display: block;
}
.zwgk_ul2 li:hover span .img1 {
    display: none;
}
.gk_list {
}
.gk_list li {
    width: 31.3%;
    margin-right: 2%;
    margin-bottom: 10px;
    float: left;
}
.gk_list li a {
    line-height: 40px;
    height: 40px;
    padding: 0 10px 0 17px;
    font-size: 16px;
    color: #666666;
    position: relative;
    border: 1px solid #e7e7e7;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.gk_list li a:before {
    position: absolute;
    top: 13px;
    left: 9px;
    width: 2px;
    height: 14px;
    background: #1e75dd;
    content: "";
    display: block;
}
/*政务服务---------------------------------------------------------------------------------------------------*/
.fuwu1 {
    padding: 20px 20px 0;
    background: #fff;
}
.fuwu_list {
}
.fuwu_list li {
    width: 20%;
    float: left;
    position: relative;
    background: url(bg_line1.png) no-repeat bottom center;
    background-size: 100% 7px;
}
.fuwu_list li:before {
    background: #333333;
    width: 2px;
    height: 90%;
    position: absolute;
    top: 0;
    right: 0;
    content: "";
    display: block;
}
.fuwu_list li a {
    width: 100%;
    text-align: center;
}
.fuwu_list li span {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: transparent;
    position: relative;
}
.fuwu_list li span img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.fuwu_list li span .img2 {
    display: none;
}
.fuwu_list li p {
    font-size: 22px;
    margin: 20px 0 40px;
}
.fuwu_list li:hover {
    background: url(bg_line2.png) no-repeat bottom center;
    background-size: 100% 7px;
}
.fuwu_list li:hover span {
    background: #422aab;
}
.fuwu_list li.li2:hover span {
    background: #422aab;
}
.fuwu_list li.li3:hover span {
    background: #ed7159;
}
.fuwu_list li.li4:hover span {
    background: #39ada4;
}
.fuwu_list li.li5:hover span {
    background: #ff8d07;
}
.fuwu_list li:hover span .img1 {
    display: none;
}
.fuwu_list li:hover span .img2 {
    display: block;
}
.fuwu_list li.li5:before {
    display: none;
}
.fuwu1 .line_title {
    border-bottom: none;
}
.fuwu2 {
    padding: 20px 0 0;
}
.fuwu2 li {
    float: left;
    margin-bottom: 20px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.fuwu2 li.li1 {
    width: 100%;
}
.fuwu2 li a, .fuwu2 li a img {
    width: 100%;
}
.fuwu2 li.li2, .fuwu2 li.li3 {
    width: 585px;
}
.fuwu2 li.li3 {
    float: right;
}
.fuwu2 li:hover {
    -webkit-box-shadow: 8px 8px 1px #c8c9ca;
    -moz-box-shadow: 8px 8px 1px #c8c9ca;
    box-shadow: 8px 8px 1px #c8c9ca;
}
/*政民互动---------------------------------------------------------------------------------*/
.zmhd_left {
    width: 775px;
}
.zmhd_right {
    width: 410px;
}
.zmhd_left, .zmhd_right {
    min-height: 470px;
    padding: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
}
.zmhd_left h3 span {
    margin-top: 15px;
}
.zmhd_left .zmljl_list, .zmhd_left h3 {
    font-size: 16px;
}
.zmhd_left .zmljl_list span {
    float: left;
}
.zmhd_left h3 span{
    text-align: center;
}
.zmhd_left .zmljl_list span.span1, .zmhd_left h3 span.span1 {
    width: 60px;
}
.zmhd_left .zmljl_list span.span2, .zmhd_left h3 span.span2 {
    width: 369px;
    text-align: left;
    height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.zmhd_left .zmljl_list span.span2 a {
    width: 100%;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
}
.zmhd_left .zmljl_list span.span3, .zmhd_left h3 span.span3 {
    width: 130px;
}
.zmhd_left .zmljl_list span.span3 {
    color: #999999;
}
.zmhd_left .zmljl_list span.span4, .zmhd_left h3 span.span4 {
    width: 80px;
}
.zmhd_left .zmljl_list span.span5, .zmhd_left h3 span.span5 {
    width: 95px;
}
.zmhd_left .zmljl_list span.span4.active {
    color: #009900;
}
.zmhd_left h3 span {
    line-height: 40px;
    text-align: center;
	float:left;
}
.zmhd_left .zmljl_list span {
    line-height: 40px;
    text-align: center;
}
.zmhd_left .zmljl_list li:nth-of-type(2n) {
    background: #ecf5ff;
}
.zmhd_right p.title {
    margin-top: 30px;
    font-size: 16px;
    line-height: 23px;
}
.zmhd_right .table_box {
    border: 1px solid #f2f0f1;
    margin: 30px 5%;
    width: 90%;
    font-size: 16px;
}
.zmhd_right .table_box td {
    border: 1px solid #f2f0f1;
    line-height: 45px;
    text-align: center;
}
/*专题专栏---------------------------------------------------------------------------------*/
.class_title {
    color: #3a81bb;
    font-size: 20px;
    font-weight: 700;
    border-bottom: 1px solid #eeeeee;
    line-height: 47px;
    margin-bottom: 30px;
}
.class_title a{
    cursor: default;
}

.news_img_list {
}
.news_img_list li {
    float: left;
    width: 30%;
    margin: 0 1.66% 30px;
}
.news_img_list li a {
    width: 100%;
    border: 1px solid #f3f3f3;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.news_img_list li .img_con {
    padding: 8px;
}
.news_img_list li img {
    width: 100%;
    height: 158px;
}
.news_img_list li .name {
    background: #fbfbfb;
    border-top: 1px solid #f3f3f3;
    color: #666666;
    line-height: 35px;
    height: 35px;
    text-align: center;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/*通用列表页-----------------------------------------------------------------------------------------*/
.news_list.news_list4 li:nth-of-type(2n){
    background: #edf4f9;
}
.news_list4.news_list li a {
    line-height: 50px;
    height: 50px;
    padding-right: 150px;
}
.news_list4.news_list li .time {
    padding-right: 20px;
}
/*通用文章页-----------------------------------------------------------------------------------------*/
.content_page {
}
.news_header {
}
.news_header .news_title {
    font-size: 36px;
    line-height: 45px;
    padding: 11px 0;
    text-align: center;
    margin: 0 auto 20px;
}
.news_header .news_info {
    line-height: 24px;
    text-align: center;
    padding: 6px 0;
    position: relative;
    background: #f3f3f3;
    color: #666666;
}
.news_header .news_info > span {
    margin: 0 25px;
}
.news_header .news_info .sm_big {
    display: inline-block;
    position: absolute;
    top: 7px;
    right: 40px;
}
.news_header .news_info .sm_big span {
    margin: 0 2px;
}
.news_header .news_info .sm_big span a {
    width: 24px;
    height: 24px;
    background-size: 100% 100% !important;
}
.news_header .news_info .sm_big span .smaller {
    background: url(sm.jpg) no-repeat center center;
}
.news_header .news_info .sm_big span .bigger {
    background: url(big.jpg) no-repeat center center;
}
.news_header .news_info .sm_big span .puter {
    background: url(dy.jpg) no-repeat center center;
}
.news_header .news_info .sm_big span .smaller.disable {
    background: url(sm_dis.jpg) no-repeat center center;
}
.news_header .news_info .sm_big span .bigger.disable {
    /* background: url(big.jpg) no-repeat center center;*/
}
.news_header .news_info .sm_big span .puter.disable {
    /* background: url(dy.jpg) no-repeat center center;*/
}
.page_info {
    padding: 30px 0px 50px;
    line-height: 36px;
    font-size: 16px;
}
.page_info span {
    display: inline;
}
.page_info img {
    max-width: 100%;
}
/*分享页面*/
.comment_header_content {
    margin: 20px 0 40px;
    background: #f0f0f0;
    padding: 0 20px;
    line-height: 40px;
}
.comment_share {
    float: left;
}
.comment_share .share {
    padding-left: 0;
    margin-top: 0;
}
.dy {
    float: right;
    font-size: 16px;
}
/*领导信息页-----------------------------------------------------*/
.people_parts {
}
.people_parts .part1 {
    padding: 20px 0 0;
    margin-bottom: 30px;
    text-align: center;
}
.people_parts .part1 .img_con {
    width: 158px;
    display: inline-block;
}
.people_parts .part1 img {
    width: 100%;
    margin-bottom: 25px;
}
.people_parts .part1 .text {
    font-size: 20px;
    font-weight: 700;
    text-align: center;
}
.people_parts .part2 {
    margin-bottom: 50px;
}
.people_title {
    background: url(title_bg.jpg) no-repeat center left;
    line-height: 45px;
    padding-left: 18px;
}
.people_title .title {
    font-size: 18px;
    color: #017cda;
    font-weight: 700;
}
.people_title .title img {
    margin-right: 10px;
}
.people_parts .people_info {
    line-height: 40px;
    font-size: 16px;
    padding: 12px 0px;
}
/*网站地图------------------------------------------------------*/
.sitemap_con {
    position: relative;
    z-index: 100;
}
.site_item {
    margin-bottom: 20px;
}
.site_item .class_title {
    padding-bottom: 20px;
    border-bottom: 1px solid #e0e0e0;
}
.site_item .site_item_list {
    padding: 5px 0 10px;
}
.site_item_list .list_item {
    position: relative;
    width: 18.6%;
    margin: 0 .7% 20px;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.site_item_list .list_item > a {
    position: relative;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 12px 5px 0;
    height: 50px;
    line-height: 24px;
    background: #f5f6f6;
    text-align: center;
    font-size: 16px;
    border: 1px solid #ebebeb;
}
.site_item_list .list_item > a.fz12 {
    font-size: 12px;
    line-height: 13px;
    padding: 10px 5px 0;
}
.site_item_list .list_item .toggle_i {
    position: absolute;
    top: 0;
    right: 10px;
    width: 30px;
    height: 45px;
    font-size: 16px;
    line-height: 45px;
    text-align: center;
    cursor: pointer;
    z-index: 100;
}
.list_item_hide {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 100;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 999;
    border: 1px solid #f5f6f6;
    z-index: 1000;
    max-height: 600px;
    overflow-y: auto;
}
.last_item .list_item_hide {
    top: auto;
    bottom: 100%;
}

.list_item_hide dd > a {
    width: 100%;
    line-height: 24px;
    padding: 10px;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.list_item_hide dd > a:hover {
    color: #017cda;
}
.site_item_list .list_item.selected:hover .list_item_hide {
    display: block;
}
@media screen and (max-width: 1366px) {
    .top_logo .header_bot .gh_icon img {
        width: 100px;
    }
}
/*移动端*/
@media screen and (max-width: 900px) {
    html {
        font-size: 10px;
    }
    .last_item .list_item_hide {
        width: 100%;
        left: 0;
    }
    .wrap {
        margin: 0;
        width: 100%;
        padding: 0 15px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .bottom_bg {
        background-size: 100% 100%;
    }
    .top_bg {
        background-size: auto 24rem;
    }
    .top_nav .nav_list li {
        width: 25%;
    }
    .top_nav .nav_list li > a {
        font-size: 1.6rem;
        line-height: 4rem;
    }
    .top_logo .header_bot {
        padding: 1.5rem 0 2rem;
    }
    .top_logo .header_bot .gh_icon img {
        width: 7rem;
    }
    .top_logo .header_bot .logo .top {
        margin: .4rem 0;
    }
    .top_logo .header_bot .logo .top .zheng_logo {
        margin-right: .2rem;
    }
    .top_logo .header_bot .logo .top .zheng_logo img {
        height: 3rem;
    }
    .top_logo .header_bot .logo .top .cn_logo_name img {
        height: 2.8rem;
    }
    .top_logo .header_bot .logo .en_logo_name img {
        height: 1.5rem;
    }
    .top_logo .search_box {
        margin: 2.5rem auto 0;
    }
    .top_logo .search_box .search {
        padding: 1rem 5rem 1rem 1.6rem;
        width: 25rem;
    }
    .top_logo .search_box .search_btn {
        width: 5rem;
        background-size: 35%;
    }
    .viewport {
        padding: 1rem 0 2rem;
    }
    .sec {
        padding: 1rem;
    }
    .sec1 .news_left_img {
        width: 100%;
        height: 20rem;
    }
    .slideBox_new_ul li .name {
        padding-right: 10rem;
    }
    .sec1 .news_right_item {
        width: 100%;
        margin-top: 1rem;
    }
    .news_menu a {
        font-size: 1.5rem;
        line-height: 4rem;
    }
    .news_list li a {
        font-size: 1.4rem;
        line-height: 3.2rem;
        height: 3.2rem;
        padding-right: 10.5rem;
        padding-left: 1.5rem;
    }
    .news_list li .dot {
        width: .4rem;
        height: .4rem;
        margin-top: -0.2rem;
        left: .4rem;
    }
    .more_news {
        text-align: center;
        color: #aaa;
    }
    .more_news a {
        padding: 1rem 0;
    }
    .sec2 .zwgk {
        width: 100%;
    }
    .sec2 .big_title {
        line-height: 3.5rem;
        height: 3.5rem;
        padding-left: 1.2rem;
        font-size: 1.7rem;
    }
    .sec2 .big_title img {
        margin-right: 0.6rem;
        top: -0.1rem;
        height: 1.8rem;
    }
    .sec2 .lit_title {
        font-size: 1.6rem;
        margin: 1.5rem 0;
    }
    .sec2 .lit_title span {
        padding: 0 1rem;
        background: #fff;
    }
    .sec2 .lit_title .line {
        width: 0.2rem;
        height: 80%;
        top: 10%;
    }
    .zwgk_ul li {
        margin-bottom: 1rem;
        height: 6rem;
    }
    .zwgk_ul li span {
        padding: 0.8rem 0 0.6rem;
    }
    .sec2 .zwgk .bottom {
        margin-top: 0px;
    }
    .sec2 .zwgk .bottom .zmljl_img>img{
      width: 100%;
     }
    .sec2 .zwfu {
        width: 100%;
        margin: 1rem 0;
    }
    .bmfw_ul li {
        margin-bottom: 2rem;
        font-size: 1.4rem;
    }
    .bsdt_list li.li3, .bsdt_list li.li4 {
        width: 48%;
    }
    .sec2 .zmhd {
        width: 100%;
    }
    .zmhd_ul {
        margin-top: 1.5rem;
    }
    .zmhd_ul li {
        margin-bottom: 1rem;
        font-size: 1.4rem;
    }
    .zmhd_ul li a {
        padding: 1rem 0;
    }
    footer {
        padding: 2rem 0;
    }
    .footer_top {
        text-align: center;
        margin-bottom: 1.2rem;
    }
    .footer_top select {
        padding: 0.5rem 0 0.5rem 1rem;
    }
    .footer_top .seclect_con2 {
        margin: 0.8rem 0;
    }
    .foot_nav a {
        font-size: 1.4rem;
        margin: 0 0.5rem;
    }
    .foot_cen p {
        line-height: 2.8rem;
        font-size: 1.2rem;
    }
    .foot_img {
        margin-top: 1.5rem;
        text-align: center;
    }
    .foot_img .a1_img {
        left: 1.5rem;
        bottom: 1.2rem;
    }
    .foot_img .a1_img img {
        width: 7rem;
        height: 3.5rem;
    }
    .foot_img .a2_img img {
        width: 4rem;
        height: 4.7rem;
    }
    .foot_img .a2_img {
        right: 2.8rem;
        bottom: 0.8rem;
    }
    .zjjz1 {
        padding-top: 0;
    }
    .zjjz1 .zjjz_title1 {
        position: static;
        text-align: center;
    }
    .zjjz_title a img {
        width: 9rem;
        height: 13.3rem;
    }
    .zjjz1_top {
        padding-left: 0;
    }
    .zjjz_imgall {
        width: 100%;
    }
    .slideBox_zjjz_ul li .img_con {
        height: 25rem;
    }
    .slideBox_zjjz .next {
        width: 3rem;
        height: 3rem;
        margin-top: -1.5rem;
        right: 1rem;
    }
    .slideBox_zjjz .prev {
        width: 3rem;
        height: 3rem;
        margin-top: -1.5rem;
        left: 1rem;
    }
    .zjjz_nav_list {
        width: 100%;
        margin-top: 1.5rem;
    }
    .zjjz_nav_list li {
        float: left;
        width: 25%;
        text-align: center;
    }
    .zjjz_nav_list li span {
        width: 7rem;
        height: 7rem;
        background: #157efb;
        margin-bottom: 0.5rem;
    }
    .zjjz_nav_list li span img {
        width: 4.4rem;
    }
    .zjjz_nav_list li span .img1 {
        display: none;
    }
    .zjjz_nav_list li span .img2 {
        display: block;
    }
    .zjjz_nav_list li i {
        font-size: 1.4rem;
    }
    .zjjz1 .jz_info {
        margin-top: 1.5rem;
    }
    .zjjz1 .jz_info .text {
        line-height: 2.5rem;
        font-size: 1.4rem;
    }
    .zjjz1 .jz_info .jz_nav_list li {
        width: 31%;
        margin-right: 3.5%;
        margin-bottom: 1rem;
    }
    .zjjz1 .jz_info .jz_nav_list li a {
        height: 4rem;
        line-height: 4rem;
        font-size: 1.6rem;
    }
    .zjjz1 .jz_info .jz_nav_list li.li5 {
        margin-right: 3.5%;
    }
    .zjjz1 .jz_info .jz_nav_list li.li3 {
        margin-right: 0;
    }
    .zjjz3 .zjjz_title3, .zjjz2 .zjjz_title2, .zjjz1 .zjjz_title1 {
        margin: 2.5rem 0;
        background: url(02-title2_bg.png) no-repeat center center;
        background-size: 300% auto;
        width: 100%;
    }
    .zjjz3 .zjjz_title3 img, .zjjz2 .zjjz_title2 img, .zjjz1 .zjjz_title1 img {
        margin-left: -3.3rem;
    }
    .zjjz2_list li {
        margin-bottom: 1.2rem;
    }
    .zjjz2_list li a i {
        width: 8rem;
        line-height: 2.7rem;
        font-size: 1.6rem;
        margin-left: -4rem;
        margin-top: -1.3rem;
    }
    .zjjz2_list li a img {
        height: 13rem;
        -webkit-border-radius: .5rem;
        -moz-border-radius: .5rem;
        border-radius: .5rem;
    }
    .zjjz3 {
        padding-bottom: 3rem;
    }
    .slideBox_zjjz3 {
        width: 20rem;
        height: 16rem;
        padding: 0 5rem;
    }
    .slideBox_zjjz3 .tempWrap {
        padding: 0 5rem !important;
    }
    .slideBox_zjjz3_ul li .img_con {
        width: 20rem;
        height: 16rem;
    }
    .slideBox_zjjz3 .pn_btn {
        width: 5rem;
    }
    .crumbs {
        line-height: 3rem;
        padding-left: .8rem;
        font-size: 1.2rem;
        margin: 0px 0 1rem;
    }
    .crumbs i {
        padding-left: 2rem;
    }
    /*更多*/
    .containner {
        padding: 1.5rem 1rem;
    }
    .left_menu {
        width: 100%;
        position: relative;
    }
    .left_menu_ul {
        display: none;
        position: absolute;
        width: 15.5rem;
        background: #fff;
        top: 3.7rem;
        right: 0;
        z-index: 100;
    }
    .left_menu_ul li.list_item > a:before, .left_menu_ul li.list_item:hover a:before, .left_menu_ul li.list_item.selected a:before {
        display: none;
    }
    .left_menu_ul li.list_item > a {
        font-size: 1.4rem;
        padding: .5rem .8rem;
        line-height: 2.4rem;
    }
    .channel_title2 {
        line-height: 3.6rem;
        margin-bottom: 1.5rem;
        background: #87bfeb;
        padding: 0 1rem;
        background: url(left_nav_title_bg.jpg) no-repeat center center;
        background-size: cover;
    }
    .current_nav {
        color: #fff;
        font-size: 1.6rem;
        font-weight: 700;
    }
    .more_nav_btn {
        font-size: 1.4rem;
        color: #fff;
        font-weight: 700;
    }
    .containner .right_content {
        width: 100%;
    }
    .line_title {
        padding: 0px 0 1.2rem;
        margin-bottom: 1rem;
    }
    .line_title a {
        font-size: 1.6rem;
        line-height: 1.9rem;
        padding-left: 1.5rem;
    }
    .right_content .part {
        margin-bottom: 1.2rem;
        font-size: 1.4rem;
    }
    .right_content .part p {
        line-height: 3rem;
    }
    .right_content .part p i {
        margin-right: 1rem;
    }
    .right_content .part li span {
        line-height: 3rem;
        letter-spacing: 0.1rem;
        width: 7rem;
    }
    .right_content .part li p {
        float: right;
        width: calc(100% - 7rem);
    }
    .img_list li {
        margin-bottom: 1rem;
        width: 48%;
        height: 11rem;
        margin-right: 4%;
    }
    .img_list li:nth-of-type(2n) {
        margin-right: 0;
    }
    .img_list li .title {
        height: auto;
        line-height: 2.5rem;
        font-size: 1.4rem;
    }
    .pageing {
        padding: 1.5rem 0;
    }
    /*新闻中心--------------*/
    .parts_news1 {
        padding: 1rem;
    }
    .parts .parts_left, .parts .parts_right {
        width: 100%;
    }
    .parts .parts_left {
        margin-bottom: 1.2rem;
    }
    .parts_news1_ul {
        height: 20rem;
    }
    .parts_right .title1 a {
        width: 8.5rem;
        font-size: 1.6rem;
    }
    .parts.parts_news2 .parts_left, .parts.parts_news2 .parts_right {
        padding: 1.5rem 1rem;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .parts_news2 .title2 a {
        width: 11rem;
        height: 3.4rem;
        line-height: 3.4rem;
        font-size: 1.6rem;
        background-size: 100% 100%;
    }
    .news_list2.news_list li a {
        line-height: 3.2rem;
        height: 3.2rem;
    }
    .zwgk1 .part1 {
        width: 100%;
        margin-bottom: 1.5rem;
    }
    .zwgk1 .part1 .img_con {
        width: 15rem;
        padding-right: 1.5rem;
        margin-right: 0;
        padding-top: 1.5rem;
        text-align: center;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .zwgk1 .part1 .right {
        padding-top: 2rem;
        line-height: 3rem;
        font-size: 1.6rem;
        width: calc(100% - 15rem);
        padding-left: 1.5rem;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .zwgk1 .part1 .img_con img {
        width: 80%;
        height: auto;
    }
    .zwgk1 .part1 .img_con p {
        font-size: 1.6rem;
        padding: 1rem 0 1.8rem;
    }
    .zwgk1 .part2 {
        width: 100%;
        padding: 0;
    }
    .zwgk1 .part3 ul li p {
        font-size: 1.4rem;
    }
    .zwgk1 .part3 ul li {
        margin-bottom: .5rem;
    }
    .news_menu.news_menu2 a {
        font-size: 1.6rem;
        padding: 0 .5rem 1rem;
        margin-right: 2rem;
    }
    .zwgk1 .part3 {
        width: 100%;
        padding-top: 1.5rem;
    }
    .zwgk2 .part1, .zwgk3 .part1 {
        width: 100%;
        margin-bottom: 1rem;
    }
    .zwgk2 .part2, .zwgk3 .part2 {
        width: 100%;
    }
    .zwgk_ul2 li a {
        line-height: 4rem;
        font-size: 1.4rem;
    }
    .zwgk_ul2 li span {
        width: 100%;
        padding-left: 0;
        padding-top: 1rem;
        text-align: center;
    }
    .zwgk_ul2 li i {
        width: 100%;
        text-align: center;
    }
    .zwgk_ul2 li {
        margin-bottom: 1rem;
    }
    .zwgk_ul2 li:hover {
        background: #f5f6f6;
        border: 1px solid #f5f6f6;
    }
    .zwgk_ul2 li:hover span .img1 {
        display: inline-block;
    }
    .zwgk_ul2 li:hover span .img2 {
        display: none;
    }
    .gk_list li {
        width: 31%;
        margin-right: 2.33%;
        margin-bottom: .5rem;
    }
    .gk_list li a {
        line-height: 3.5rem;
        height: 3.5rem;
        font-size: 1.4rem;
    }
    .gk_list li a:before {
        top: 1rem;
    }
    .fuwu_list li:before {
        width: .1rem;
    }
    .fuwu_list li span img {
        width: 3rem;
    }
    .fuwu_list li p {
        font-size: 1.2rem;
        margin: 0px 0 1rem;
    }
    .fuwu_list li span {
        width: 100%;
        height: 5rem;
        border-radius: 0;
    }
    .fuwu_list li:hover span {
        background: none !important;
    }
    .fuwu_list li:hover span .img1 {
        display: block;
    }
    .fuwu_list li:hover span .img2 {
        display: none;
    }
    .fuwu_list li {
        background-size: 100% 3px;
    }
    .fuwu1 {
        padding: 1.5rem 1rem 0;
    }
    .fuwu2 {
        padding: 1rem 0 0;
    }
    .fuwu2 li {
        margin-bottom: 1rem;
    }
    .fuwu2 li.li2, .fuwu2 li.li3 {
        width: 48%;
    }
    .zmhd_left, .zmhd_right {
        width: 100%;
        min-height: inherit;
        padding: 1.5rem 1rem;
    }
    .zmhd_left .zmljl_list span.span5, .zmhd_left h3 span.span5, .zmhd_left .zmljl_list span.span4, .zmhd_left h3 span.span4, .zmhd_left .zmljl_list span.span1, .zmhd_left h3 span.span1 {
        width: 15%;
    }
    .zmhd_left .zmljl_list span.span3, .zmhd_left h3 span.span3 {
        width: 25%;
    }
    .zmhd_left .zmljl_list span.span3 {
        font-size: 1.2rem;
    }
    .zmhd_left .zmljl_list span.span2, .zmhd_left h3 span.span2 {
        width: 30%;
        height: 3.5rem;
    }
    .zmhd_left .zmljl_list span {
        line-height: 3.5rem;
    }
    .zmhd_left h3 span {
        margin-top: 1rem;
    }
    .zmhd_left .zmljl_list, .zmhd_left h3 {
        font-size: 1.4rem;
    }
    .zmhd_left h3 {
        font-size: 1.6rem;
    }
    .class_title {
        font-size: 1.6rem;
        line-height: 4rem;
        margin-bottom: 1.5rem;
    }
    .news_img_list li {
        float: left;
        width: 46%;
        margin: 0 2% 1rem;
    }
    .news_img_list li .name {
        line-height: 3rem;
        height: 3rem;
    }
    .line_title .more_nav_btn {
        color: #aaa;
        line-height: 2rem;
    }
    .news_list4.news_list li a {
        line-height: 4rem;
        height: 4rem;
        padding-right: 12rem;
    }
    .news_header .news_title {
        font-size: 1.6rem;
        line-height: 2.5rem;
        padding: .5rem 0;
        margin: 0 auto 1rem;
    }
    .news_header .news_info .sm_big {
        display: none;
    }
    .page_info {
        padding: 1.5rem 0 2rem;
        line-height: 3rem;
        font-size: 1.4rem;
    }
    .comment_header_content {
        display: none;
    }
    .people_parts .part1 .img_con {
        width: 13rem;
    }
    .people_parts .part1 img {
        margin-bottom: 1.5rem;
    }
    .people_parts .part1 .text {
        font-size: 1.6rem;
    }
    .people_title {
        line-height: 4rem;
        padding-left: 1rem;
    }
    .people_title .title {
        font-size: 1.6rem;
    }
    .people_title .title img {
        top: -0.2rem;
    }
    .people_parts .people_info {
        line-height: 3rem;
        font-size: 1.4rem;
        padding: 1rem 0;
    }
    .site_item_list .list_item {
        width: 46%;
        margin: 0 2% 1rem;
    }
    .site_item_list .list_item > a {
        padding: 0.9rem 1.5rem 0;
        height: 4.5rem;
        font-size: 1.4rem
    }
    .site_item_list .list_item .toggle_i {
        right: 0;
        width: 3rem;
        height: 4.5rem;
        line-height: 4.5rem;
    }
    .site_item {
        margin-bottom: 1rem;
    }
    .news_img_list li .img_con {
        padding: .5rem;
    }
    .news_img_list li img {
        height: 66px;
    }
    .page_info table{
        width:100% !important;
   }
   /* 政民零距离 */
   .contentArea .titleArea{
    font-size: 1.2rem;
   }
   .titleItem .propertyTitle{
    width: auto;
   }
   .contentArea .titleItem .propertyValue{
    width: auto;
   }
   .zcjdlb .contentArea .titleItem{
    width: 100%;
   }
   /* 应急管理 */
   #zoom p{
    word-break: break-all;
   }
   /* 首页数据分布 */
  .zmhd #data_container1 >div:nth-of-type(2),
  .zmhd #data_container3 >div:nth-of-type(2),
  .zmhd #data_container4 >div:nth-of-type(2){
    left: 0!important;
  }
  /* 山水生态 */
  .img_list li .title{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .page_info video,
  .page_info iframe,
  .page_info table{
    max-width: 100%;
  }
  /* 首页政务信息公开 */
  div.top .zwgk_ul li >a >i{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    width: 100%;
  }
  #content01 ul li p{
    width: 65%;
  }
  .bottom_bg .xxgk-box .sdly_box li p{
    height: auto;
    line-height: normal;
  }

}
@media screen and (max-width: 320px) {
    .w {
        margin: 0;
        width: auto;
        padding: 0 10px;
    }
}