/* 
* //www.xiongan.gov.cn/bundle/content-en.css 
*
* @St. 2018-03-05 16:59
* @St. 2019-11-25 20:53 修复内容页视频播放器使用新视频系统的 bug
*
*/

html,
body,
div,
p,
hr,
pre,
h1,
h2,
h3,
h4,
h5,
h6,
table,
tr,
td,
th,
tfoot,
tbody,
thead,
form,
input,
textarea,
label,
ul,
ol,
dl,
li,
dt,
dd,
.clearfix:after {
    margin: 0;
    padding: 0;
}

html,
body {
    height: 100%;
}

body {
    padding: 0;
    margin: 0;
    /*font-family: 'PingFang SC', 'Lantinghei SC', 'Helvetica Neue', 'Helvetica', 'Arial', 'Microsoft YaHei', '微软雅黑', 'STHeitiSC-Light', 'simsun', '宋体', 'WenQuanYi Zen Hei', 'WenQuanYi Micro Hei', 'sans-serif' !important*/
    font-family: "PingFang SC", "Lantinghei SC", "Helvetica Neue", Helvetica, Arial, "Microsoft YaHei", "微软雅黑", STHeitiSC-Light, simsun, "宋体", "WenQuanYi Zen Hei", "WenQuanYi Micro Hei", sans-serif;
}

h1,
h2,
h3,
h4 {
    font-weight: normal;
}

li {
    list-style-type: none;
}

a {
    text-decoration: none;
    outline: none;
    color: #333;
}

a:hover {
    text-decoration: none;
    color: #3773db;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

iframe,
img {
    border: 0;
}

img {
    vertical-align: middle;
}

input {
    outline: none;
}

.clearfix {
    display: block;
}

.clearfix:after {
    content: '';
    overflow: hidden;
    width: 100%;
    height: 0px;
    font-size: 0px;
    display: block;
    clear: both;
}

.left {
    float: left;
}

.right {
    float: right;
}

.hide {
    display: none;
}

.domPC {
    display: block;
}

.domMobile {
    display: none;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
    .domPC {
        display: none;
    }
    .domMobile {
        display: block;
    }
}

.nav-top-search {
    display: none;
}

.mobile-nav-tips {
    color: #fff;
    position: absolute;
    left: 132px;
    text-align: left;
    top: 16px;
    font-size: 11px;
}

.mobile-nav-tips .nav-top-content {
    width: 190px;
    margin-left: 0;
}

.mobile-nav-tips .nav-top-content-blank {
    display: inline-block;
    width: 2.6em;
}

.nav-btn {
    margin-left: 10px;
}

.header img {
    height: 60px;
}


/* top */

a {
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}


/*a:hover { color: #ff9724!important; background-color: transparent; -webkit-text-decoration-skip: objects; }*/


/*con css*/

.header {
    width: 1200px;
    margin: 0 auto;
    height: 100px;
}

.logo {
    display: block;
    float: left;
    width: 191px;
    padding-top: 18px;
}

.header-right {
    float: right;
    width: 410px;
    padding-top: 10px;
}

.header-right ul {
    float: right;
    overflow: hidden;
    margin-right: 12px;
}

.header-right li {
    float: left;
    position: relative;
    font-size: 14px;
    color: #333;
}

.header-right li+li {
    margin-left: 30px;
}

.header-right li+li:before {
    content: "";
    width: 1px;
    height: 15px;
    background: #333;
    position: absolute;
    top: 3px;
    left: -15px;
}

.header-right li a {
    color: #333;
}

.search {
    position: relative;
    width: 400px;
    height: 30px;
    background: #e5e5e5;
    position: absolute;
    -webkit-border-radius: 18px;
    border-radius: 18px;
    margin-top: 35px;
}

.search input {
    display: block;
    width: 260px;
    height: 24px;
    font-size: 12px;
    color: #909090;
    background: #e5e5e5;
    border: 0px;
    position: absolute;
    top: 2px;
    left: 17px;
    outline: none;
}

.search .submitBtn {
    width: 65px;
    height: 30px;
    -webkit-border-radius: 18px;
    border-radius: 18px;
    position: absolute;
    z-index: 1;
    top: 0px;
    right: 0px;
    cursor: pointer;
    background: #eb6100 url(//www.xiongan.gov.cn/news/topfooter/images/20171214_XAXL_search01_v1.png) 12px 6px no-repeat;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    padding-left: 35px;
    line-height: 30px;
    font-size: 16px;
    color: #fff;
}

.nav {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 80px;
    transition: height 1s;
}

.nav-box {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 22;
    overflow: hidden;
}

.nav-box a {
    color: #fff;
}

.nav-box a p {
    color: #5796e0;
}

.nav:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #032e60 url("//www.xiongan.gov.cn/news/topfooter/images/nav-bg.png") center top no-repeat;
    z-index: 20;
    position: absolute;
    left: 0;
    bottom: 0;
}

.nav.small {
    height: 45px;
}

.nav.small .nav-main {
    padding-top: 11px;
    background-size: auto 65%;
    background-position: 37px 11px;
}

.nav.small .nav-main:before {
    top: 12px;
    height: 27px;
}

.nav.small .nav-main p {
    height: 0;
}

.nav-main {
    position: relative;
    float: left;
    cursor: pointer;
    padding-left: 60px;
    padding-right: 40px;
    padding-top: 27px;
    transition: all 1s;
}


/*
.nav-main.active:after {
    content: "";
    width: 100%;
    height: 3px;
    background: #008af4;
    z-index: 20;
    position: absolute;
    left: 0;
    top: 1px;
}
*/

.nav-main:before {
    content: "";
    width: 2px;
    height: 37px;
    background: url("//www.xiongan.gov.cn/news/topfooter/images/line.png") center center no-repeat;
    z-index: 20;
    position: absolute;
    right: -4px;
    top: 22px;
}

.nav-main:last-child:before {
    display: none;
}

.nav-main h2 {
    font-size: 18px;
    padding-left: 40px;
    color: #ffffff;
    line-height: 30px;
    font-family: Georgia, "Times New Roman", Times, serif;
}

.nav-main h2 i {
    font-size: 12px;
    font-style: normal;
}

.nav-main p {
    /*    color: #5796e0;*/
    padding-left: 40px;
    font-size: 12px;
    height: 17px;
    overflow: hidden;
    transition: height 1s;
}

.nav-main-millen {
    background: url("//www.xiongan.gov.cn/news/topfooter/images/nav-millen.png") 32px 22px no-repeat;
}

.nav-main-intro {
    background: url("//www.xiongan.gov.cn/news/topfooter/images/nav-intro.png") 32px 22px no-repeat;
}

.nav-main-info {
    background: url("//www.xiongan.gov.cn/news/topfooter/images/nav-info.png") 32px 22px no-repeat;
}

.nav-main-service {
    background: url("http://english.xiongan.gov.cn/news/images/nav-gov.png") 32px 22px no-repeat;
}

.nav-main-plan {
    background: url("//www.xiongan.gov.cn/news/topfooter/images/nav-service.png") 32px 22px no-repeat;
}

a {
    text-decoration: none;
}

.container {
    width: 1100px;
    margin: 0 auto;
    position: relative;
}

.foot {
    width: 100%;
    /*height: 530px;background: #051629;*/
    position: relative;
    z-index: 3;
    border-top: 1px solid #dddddd;
    background: #efefef;
}

.foot-top {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-top: 40px;
}

.foot-top-left {
    width: 100%;
    height: 400px;
    border-right: 1px solid #dddddd;
    overflow: hidden;
}

.foot-top-left ul {
    list-style: none;
}

.foot-top-left ul li {
    float: left;
    height: 236px;
    text-align: left;
}

.foot-top-left ul li h2 {
    font-size: 18px;
    color: #999;
    padding-bottom: 5px;
    font-family: Georgia, "Times New Roman", Times, serif;
}

.foot-top-left ul li h2 a {
    color: #999;
    font-family: Georgia, "Times New Roman", Times, serif;
}

.foot-top-left ul li h2 a:hover {
    color: #5796e0;
}

.foot-top-left ul li p {
    font-size: 14px;
    color: #999;
    margin-top: 12px;
    font-family: Georgia, "Times New Roman", Times, serif;
}

.foot-top-left ul li p a {
    color: #999;
    font-family: Georgia, "Times New Roman", Times, serif;
}

.foot-top-left ul li p a:hover {
    color: #5796e0;
}

.foot-top-left ul li+li {
    margin-left: 90px;
}

.foot-top-right {
    float: right;
    width: 200px;
    height: auto;
}

.foot-lx-logo {
    float: left;
    width: 42px;
    height: 34px;
}

.foot-lx-txt {
    float: left;
    width: 130px;
    height: auto;
    margin-left: 27px;
}

.foot-lx-txt h2 {
    font-size: 18px;
    color: #999;
    padding: 5px 0 5px 0;
}

.foot-lx-txt p {
    font-size: 14px;
    color: #999;
    margin-top: 12px;
}

.foot-lx-txt p a {
    color: #999;
}

.foot-share {
    width: 100%;
    height: 90px;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    margin-top: 30px;
}

.foot-share ul {
    width: 615px;
    height: 30px;
    margin: 0 auto;
    margin-top: 30px;
    list-style: none;
}

.foot-share ul li {
    float: left;
}

.foot-share ul li+li {
    margin-left: 95px;
}

.foot-footer {
    padding: 30px 0 30px 0;
}

.foot-footer p {
    text-align: center;
    font-size: 12px;
    color: #999;
    line-height: 20px;
}


/* -----------------------手机端样式------------------------------ */


/* base */

@media screen and (max-width:768px) {
    .container {
        width: auto !important;
    }
    #backTopBtn {
        display: none;
    }
    body {
        background: #eee;
    }
    .wrapper {
        margin-left: 20px;
        margin-right: 20px;
    }
    .main-nav {
        height: 60px;
    }
    .main-tab {
        text-align: center;
    }
    /* 顶部导航 */
    .nav-container {
        height: 60px;
    }
    .nav-top {
        width: 100%;
        background-image: -moz-linear-gradient(2deg, #032e60 9%, #14519c 50%, #032e60 89%);
        background-image: -webkit-linear-gradient(2deg, #032e60 9%, #14519c 50%, #032e60 89%);
        background-image: -ms-linear-gradient(2deg, #032e60 9%, #14519c 50%, #032e60 89%);
        height: 60px;
        text-align: center;
        margin: 0 auto;
        position: fixed;
        z-index: 22;
        top: 0;
    }
    .nav-top.nav-top-opend {
        background: #134e98;
        position: fixed;
    }
    .nav-top.nav-top-opend .nav-top-map span {
        opacity: 0;
    }
    .nav-top-logo {
        float: left;
        width: 180px;
        background: url(http://english.xiongan.gov.cn/news/images/icon-logo.png) 0 0 no-repeat;
        position: relative;
        margin-top: 18px;
        margin-left: 10px;
        background-size: 100% auto;
        height: 35px;
    }
    .nav-top-logo.active {
        position: fixed;
        z-index: 20;
    }
    .nav-top-list {
        float: right;
        margin-top: 15px;
        margin-right: 10px;
    }
    .nav-top-list li {
        float: left;
        font-size: 14px;
        position: relative;
        color: #ffffff;
        cursor: pointer;
        width: 50px;
        height: 42px;
    }
    .nav-top-list li a {
        color: #ffffff;
    }
    .nav-top-search {
        background: url("//www.xiongan.gov.cn/home/images/icon-search.png") center top no-repeat;
        display: none;
    }
    .nav-btn {
        height: 42px;
        width: 50px;
        position: absolute;
        top: -3px;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        cursor: pointer;
    }
    .nav-btn.active {
        position: fixed;
        z-index: 20;
        top: 10px;
    }
    .nav-btn-bar {
        height: 1px;
        width: 23px;
        display: block;
        margin: 7px auto;
        position: relative;
        background-color: #fff;
        -moz-transition: 0.4s;
        -o-transition: 0.4s;
        -webkit-transition: 0.4s;
        transition: 0.4s;
    }
    .nav-btn-bar:nth-of-type(1) {
        -moz-animation: rotateR 1.5s cubic-bezier(0.5, 0.2, 0.2, 1);
        -webkit-animation: rotateR 1.5s cubic-bezier(0.5, 0.2, 0.2, 1);
        animation: rotateR 1.5s cubic-bezier(0.5, 0.2, 0.2, 1);
    }
    .nav-btn-bar:nth-of-type(2) {
        -moz-animation: fade 1.5s cubic-bezier(0.1, 0.8, 0.1, 1);
        -webkit-animation: fade 1.5s cubic-bezier(0.1, 0.8, 0.1, 1);
        animation: fade 1.5s cubic-bezier(0.1, 0.8, 0.1, 1);
    }
    .nav-btn-bar:nth-of-type(3) {
        -moz-animation: rotateL 1.5s cubic-bezier(0.5, 0.2, 0.2, 1);
        -webkit-animation: rotateL 1.5s cubic-bezier(0.5, 0.2, 0.2, 1);
        animation: rotateL 1.5s cubic-bezier(0.5, 0.2, 0.2, 1);
    }
    .nav-btn.active .nav-btn-bar:nth-of-type(1) {
        -moz-transform: translateY(10px) rotate(45deg);
        -ms-transform: translateY(10px) rotate(45deg);
        -webkit-transform: translateY(10px) rotate(45deg);
        transform: translateY(10px) rotate(45deg);
    }
    .nav-btn.active .nav-btn-bar:nth-of-type(2) {
        opacity: 0;
    }
    .nav-btn.active .nav-btn-bar:nth-of-type(3) {
        -moz-transform: translateY(-6px) rotate(-45deg);
        -ms-transform: translateY(-6px) rotate(-45deg);
        -webkit-transform: translateY(-6px) rotate(-45deg);
        transform: translateY(-6px) rotate(-45deg);
    }
    .nav-top-search a {
        display: none;
    }
    .nav-top.nav-top-opend .nav-top-search {
        display: none;
    }
    .nav-top-map span {
        display: none;
    }
    /* 网站地图弹出层 */
    .fullscreenOverlay {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 10;
        opacity: 0;
        display: none;
        transition: opacity 0.5s;
        overflow-x: hidden;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }
    .fullscreenOverlay-bg {
        height: 0;
        width: 0;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 9;
        overflow: hidden;
        background: transparent;
    }
    .fullscreenOverlay-bg.active {
        width: auto;
        height: auto;
    }
    .fullscreenOverlay-bg .circle {
        position: absolute;
        top: 0;
        right: 0;
        width: 0;
        height: 0;
        margin: auto;
        margin-right: 0;
        transition: all 0.5s;
        border-bottom-left-radius: 100%;
        background-color: #134e98;
        opacity: 0.3;
    }
    .fullscreenOverlay.active {
        opacity: 1;
    }
    .fullscreenOverlay .container {
        position: relative;
        width: 1200px;
        margin-left: auto;
        margin-right: auto;
    }
    .block {
        display: block !important;
    }
    .site-nav {
        padding: 100px;
        padding-top: 160px;
        overflow: hidden;
    }
    .nav-list {
        width: 20%;
        float: left;
    }
    .nav-list ul {
        list-style: none;
    }
    .nav-list li:first-child a {
        font-size: 24px;
        margin: 40px 0;
        padding-bottom: 20px;
        border-bottom: 3px solid #0096ff;
    }
    .nav-list li a {
        font-family: "source_sans_pro_semibold", Arial, "Helvetica Neue", Helvetica, sans-serif;
        display: inline-block;
        color: #fff;
        font-size: 18px;
        line-height: 1.5;
        padding: 18px 0 10px;
        position: relative;
        text-decoration: none;
        border-bottom: 3px solid transparent;
        transition: all 0.3s;
    }
    .nav-list li a:hover {
        border-bottom-color: #0096ff;
    }
    .nav-list li span {
        font-size: 16px;
        color: #a8bedc;
        display: none;
    }
    .fullscreenOverlay .container {
        width: 100%;
    }
    .site-nav {
        padding: 80px 10% 50px;
    }
    .nav-list {
        float: none;
        width: auto;
    }
    .nav-list li {
        width: auto;
        float: left;
        margin-right: 20px;
    }
    .nav-list li a {
        font-size: 14px;
        color: #a8bedc;
        padding-bottom: 0;
        padding-top: 0;
    }
    .nav-list li:first-child {
        width: 100%;
    }
    .nav-list li:first-child a {
        font-size: 18px;
        color: #ffffff;
        margin: 0;
        padding-top: 20px;
        padding-bottom: 10px;
        border-bottom: 0px;
    }
    .nav-list li span {
        display: inline;
        margin-left: 20px;
    }
    /* tab */
    .main-tab a {
        display: block;
        width: 33.33333%;
        float: left;
        line-height: 36px;
        height: 36px;
        border-bottom: 2px solid transparent;
    }
    .main-tab a.active {
        font-weight: bold;
        border-bottom-color: #0060d9;
        color: #0060d9;
    }
    .tags {
        margin-top: 15px;
    }
    .tags a {
        margin: 5px 5px 5px 0;
        line-height: 1.5em;
        padding: 0.2em 0.6em;
        display: inline-block;
        background: #fff;
        border: 1px solid #dedede;
        font-size: 16px;
    }
    .top-swiper img {
        width: 100%;
        display: block;
    }
    .top-swiper p {
        position: absolute;
        width: 100%;
        bottom: 0;
        left: 0;
        line-height: 2;
        color: #fff;
        font-size: 14px;
        padding: 0 20px;
        box-sizing: border-box;
    }
    .top-swiper .swiper-pagination {
        text-align: right;
        width: 96%;
        bottom: auto;
        top: 6px;
    }
    .top-swiper .swiper-pagination-bullet {
        background: #fff;
    }
    .top-swiper .swiper-pagination-bullet-active {
        background: #fff;
    }
    /* 新闻区块 */
    /* .news {
        margin: 20px 0;
        background: #fff;
        padding: 20px 0 0;
    }
    .news-title {
        font-size: 20px;
        line-height: 1;
        text-indent: 0.5em;
        margin-bottom: 1em;
        border-left: 2px solid #0060d9;
        font-weight: bold;
    }
    .news-list li {
        list-style-position: inside;
        padding: 0.2em 0;
        border-bottom: 1px solid #efefef;
    }
    .news-list li:last-child {
        border-bottom: none;
    }
    .news-list li a {
        display: block;
        font-size: 16px;
        line-height: 2;
        color: #666;
    }
    .news-list li a:before {
        content: '· ';
        padding-right: 0.2em;
    }*/
    .footer {
        background: #fff;
        font-size: 12px;
        text-align: left;
        color: #ccc;
        padding: 16px 0;
    }
    /* 搜索框 */
    .nav-search-box {
        width: 100%;
        height: 45px;
        position: fixed;
        left: 0;
        top: 0;
        transition: top 0.5s;
        z-index: 8;
        overflow: hidden;
    }
    .nav-search-box:before {
        content: "";
        width: 100%;
        height: 100%;
        background: #042c5b;
        opacity: 0.75;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 1;
    }
    .nav-search-box.active {
        top: 60px;
    }
    .nav-search-cont {
        position: relative;
        z-index: 2;
        width: 100%;
        height: 40px;
        margin: 0 auto;
        border-bottom: 1px solid #ffffff;
    }
    .nav-search-input {
        width: 80%;
        height: 38px;
        line-height: 38px;
        font-size: 14px;
        color: #ffffff;
        float: left;
        background: none;
        border: 0;
        padding-left: 10px;
    }
    .nav-search-input::-webkit-input-placeholder {
        /* WebKit browsers*/
        color: #fff;
    }
    .nav-search-input:-moz-placeholder {
        /* Mozilla Firefox 4 to 18*/
        color: #fff;
    }
    .nav-search-input::-moz-placeholder {
        /* Mozilla Firefox 19+*/
        color: #fff;
    }
    .nav-search-input::-ms-input-placeholder {
        /* Internet Explorer 10+*/
        color: #fff;
    }
    .nav-search-send {
        width: 20px;
        height: 20px;
        background: url("//www.xiongan.gov.cn/home/images/icon-search.png") center top no-repeat;
        float: right;
        background-size: 100%;
        margin-top: 11px;
        margin-right: 10px;
        cursor: pointer;
    }
}


/* -----------------------/手机端样式------------------------------ */

* {
    margin: 0;
    padding: 0;
    border: none;
}

a {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

a:hover {
    color: black;
    text-decoration: none;
}

a:visited {
    color: black;
}

li {
    list-style: none;
}

.clear {
    clear: both;
}

.line {
    height: 1px;
    background-color: gainsboro;
}

body {
    font: 12px "Georgia", "Microsoft YaHei", "微软雅黑", "SimSun", "宋体";
    max-width：1000px
}

body,
td,
th {
    font-family: Georgia, "Microsoft YaHei", "微软雅黑", SimSun, "宋体";
}

.clearfix {
    zoom: 1;
}

.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}


/* xac-1  GOVERNMENT start */

.banner {
    height: 299px;
    margin-bottom: 70px;
    background: url("http://english.xiongan.gov.cn/xl/images/banner-bg_01.jpg");
    background-size: 100% 100%;
    filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='bg-login.png', sizingMethod='scale');
}

.banner .txt {
    /*margin-left: 18.8%;*/
    width: 1200px;
    margin: 0 auto;
    color: #fff;
}

.banner .tit {
    font-size: 42px;
    font-weight: 700;
    padding-top: 50px;
    margin-bottom: 60px;
}

.banner .desc {
    font-size: 24px;
    width: 790px;
}

.content {
    width: 1200px;
    margin: 0 auto;
    font-size: 22px;
    color: #000;
}

.content .left {
    width: 200px;
    float: left;
    margin-right: 50px;
}

.content .right {
    float: left;
    width: 940px;
}

.content .ban-n {
    width: 200px;
    height: 50px;
    margin-bottom: 40px;
    border-bottom: 1px solid #4ca9ff;
    font-weight: 700;
}

.content .ban-n span {
    float: right;
}

.content .tagname {
    text-align: right;
}

.content .tagname li {
    margin-bottom: 30px;
    font-size: 20px;
    font-weight: 700;
    /*color: #0084ff;*/
    color: #000;
}

.content .tagname li.selctor {
    color: #0084ff;
}

.content .r-tagn {
    /* width: 100; */
    height: 50px;
    margin-bottom: 40px;
    border-bottom: 1px solid #4ca9ff;
    font-weight: 700;
}

.content .r-con p {
    font-size: 20px;
    color: #000;
    background-color: #f7f7f7;
    padding: 20px 56px 20px 20px;
    margin-bottom: 44px;
}

.peruse {
    width: 1200px;
    margin: 0 auto;
    font-size: 22px;
    color: #000;
    margin-top: 60px;
}

.peruse .left {
    width: 106px;
    text-align: center;
    float: left;
    margin-right: 74px;
    color: #333;
}

.peruse .right {
    float: right;
    width: 900px;
    padding-left: 80px;
    border-left: 1px solid #ccc;
}

.peruse .time-y {
    font-size: 18px;
    margin-bottom: 15px;
}

.peruse .time-m {
    font-size: 36px;
    margin-bottom: 15px;
}

.peruse .rss {
    margin-top: 40px;
}

.peruse .rss a {
    width: 40px;
    height: 40px;
    display: block;
    margin-left: 33px;
    margin-bottom: 20px;
}

.peruse .rss a {
    width: 40px;
    height: 40px;
}

.peruse .r-tagn {
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
    color: #000;
    margin-bottom: 50px;
    /* font-family: Georgia, "Times New Roman", Times, serif; */
    /* text-align: center; */
}

.peruse .haveimg {
    margin-bottom: 70px;
}

.peruse .haveimg img {
    max-width: 900px;
    min-width: 200px;
    min-height: 200px;
    height: auto;
    background-color: #f1f1f1;
    background-image: url('//www.xiongan.gov.cn/bundle/xiongan-logo-w.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 60% auto;
}

.dask {
    text-align: center;
}

.peruse .haveimg .desc {
    font-size: 18px;
}

.peruse .r-con {
    font-size: 18px;
    line-height: 28px;
    font-family: Arial;
    letter-spacing: .3px;
}

.peruse .r-con p {
    margin-bottom: 28px;
}

.r-one {
    display: none;
}

.share {
    position: relative;
    padding: 10px 30px 0px 30px;
}

.online {
    text-align: center;
    padding: 10px 0;
}

.s-item {
    text-align: center;
    color: #808080;
    width: 108px;
    height: 42px;
    margin: 0 auto 16px;
    line-height: 42px;
    cursor: pointer;
}

.s-item a {
    display: block;
    width: 42px;
    height: 42px;
    float: left;
    margin-bottom: 10px;
    transition: all .4s;
    -moz-transition: all .4s;
    ;
    /* Firefox 4 */
    -webkit-transition: all .4s;
    /* Safari Ã¥â€™Å’ Chrome */
    -o-transition: all .4s;
    ;
    /* Opera */
}

.s-item div {
    float: left;
    width: 48px;
    height: 42px;
    line-height: 42px;
}

.s-fb {
    background: url(http://english.xiongan.gov.cn/xl/images/002.jpg) no-repeat;
}

.s-tt {
    background: url(http://english.xiongan.gov.cn/xl/images/001.jpg) no-repeat;
}

.s-in {
    background: url(http://english.xiongan.gov.cn/xl/images/in.jpg) no-repeat;
}

.s-wb {
    background: url(http://english.xiongan.gov.cn/xl/images/wb.jpg) no-repeat;
}

.s-wx {
    background: url(http://english.xiongan.gov.cn/xl/images/wx.jpg) no-repeat;
}

.s-item.hover a {
    transform: rotateY(360deg);
    -webkit-transform: rotateY(360deg);
    /* Safari and Chrome */
    -moz-transform: rotateY(360deg);
    /* Firefox */
}

.wx-ewm {
    margin-bottom: 24px;
    width: 130px;
    height: 130px;
    background-color: #348CEC;
    color: #808080;
    border-radius: 4px;
    overflow: hidden;
    text-align: center;
    position: absolute;
    left: 10px;
    top: 290px;
    display: none;
}

.wx-ewm img {
    display: block;
    width: 115px;
    height: 115px;
    margin: 8px auto;
}

@keyframes mymove {
    0% {
        transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        /* Internet Explorer */
        -moz-transform: rotate(0deg);
        /* Firefox */
        -webkit-transform: rotate(0deg);
        /* Safari å’Œ Chrome */
        -o-transform: rotate(0deg);
        /* Opera */
    }
    50% {
        transform: rotate(69deg);
        -ms-transform: rotate(69deg);
        /* Internet Explorer */
        -moz-transform: rotate(69deg);
        /* Firefox */
        -webkit-transform: rotate(9deg);
        /* Safari å’Œ Chrome */
        -o-transform: rotate(69deg);
        /* Opera */
    }
    100% {
        transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        /* Internet Explorer */
        -moz-transform: rotate(0deg);
        /* Firefox */
        -webkit-transform: rotate(0deg);
        /* Safari å’Œ Chrome */
        -o-transform: rotate(0deg);
        /* Opera */
    }
}

@-webkit-keyframes mymove {
    from {
        left: 0px;
    }
    to {
        left: 200px;
    }
}

@media screen and (min-width: 668px) and (max-width: 767px) {
    .peruse {
        width: 100%;
        margin: 0 auto;
        font-size: 22px;
        color: #000;
        margin-top: 0px;
        padding-top: 20px;
        background: #fff;
    }
    .peruse .left {
        width: 0;
        display: none;
        text-align: center;
        float: left;
        margin-right: 74px;
        color: #333;
    }
    .peruse .right {
        float: none;
        width: 94%;
        padding: 0px;
        height: auto;
        border-left: 0px solid #ccc;
        margin: 0 3%;
    }
    .peruse .r-tagn {
        font-size: 24px;
        font-weight: 700;
        color: #000;
        margin-bottom: 30px;
        /* font-family: Georgia, "Times New Roman", Times, serif; */
    }
    .peruse .haveimg img {
        width: 100% !important;
        height: auto !important;
        margin: 0 auto;
    }
    /* .peruse .r-con p { */
    /* margin-bottom: 28px; */
    /* font-size: 18px; */
    /* line-height: 28px; */
    /* font-family: Georgia, "Times New Roman", Times, serif; */
    /* } */
    .topVideo iframe {
        height: 220px!important;
    }
}

@media screen and (min-width: 571px) and (max-width: 667px) {
    .peruse {
        width: 100%;
        margin: 0 auto;
        font-size: 22px;
        color: #000;
        margin-top: 0px;
        padding-top: 20px;
        background: #fff;
    }
    .peruse .left {
        width: 0;
        display: none;
        text-align: center;
        float: left;
        margin-right: 74px;
        color: #333;
    }
    .peruse .right {
        float: none;
        width: 94%;
        padding: 0px;
        height: auto;
        border-left: 0px solid #ccc;
        margin: 0 3%;
    }
    .peruse .r-tagn {
        font-size: 24px;
        font-weight: 700;
        color: #000;
        margin-bottom: 30px;
        font-family: Georgia, "Times New Roman", Times, serif;
    }
    .peruse .haveimg img {
        width: 100% !important;
        height: auto !important;
        margin: 0 auto;
    }
    .peruse .r-con p {
        /* margin-bottom: 20px; */
        font-size: 18px;
        /* line-height: 28px; */
        /* font-family: Georgia, "Times New Roman", Times, serif; */
    }
    .topVideo iframe {
        height: 200px!important;
    }
}

@media screen and (max-width: 570px) {
    .peruse {
        width: 100%;
        margin: 0 auto;
        font-size: 22px;
        color: #000;
        margin-top: 0px;
        padding-top: 20px;
        background: #fff;
    }
    .peruse .left {
        width: 0;
        display: none;
        text-align: center;
        float: left;
        margin-right: 74px;
        color: #333;
    }
    .peruse .right {
        float: none;
        width: 94%;
        padding: 0px;
        height: auto;
        border-left: 0px solid #ccc;
        margin: 0 3%;
    }
    .peruse .r-tagn {
        font-size: 24px;
        font-weight: 700;
        color: #000;
        margin-bottom: 30px;
        font-family: Georgia, "Times New Roman", Times, serif;
    }
    .peruse .haveimg img {
        width: 100% !important;
        height: auto !important;
        margin: 0 auto;
    }
    /* .peruse .r-con p {
        margin-bottom: 20px;
        font-size: 18px;
        line-height: 28px;
        font-family: Georgia, "Times New Roman", Times, serif;
    } */
    .topVideo iframe {
        height: 160px!important;
    }
}


/* ----------------------- */

.source-box {
    margin: 40px 0;
    font-size: 18px;
    position: relative;
    min-height: 140px;
}

.source-txt {
    margin-bottom: 9px;
}

.source-ph {
    font-size: 18px;
    width: 195px;
    position: absolute;
    left: 50%;
    margin-left: -98px;
    text-align: center;
    overflow: hidden;
    line-height: 26px;
    word-break: break-all;
}

.share {
    position: relative;
    padding: 10px 30px 0px 30px;
}

.wx-ewm {
    margin-bottom: 24px;
    width: 130px;
    margin-left: -65px;
    height: 130px;
    background-color: #348CEC;
    color: #808080;
    border-radius: 4px;
    overflow: hidden;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 120px;
    display: none;
}

#div_currpage a,
#div_currpage span {
    padding: 5px 10px;
    border-radius: 3px;
}

#div_currpage a:hover {
    background-color: #cccccc;
}

#div_currpage a:active {
    background-color: #000000;
    color: #ffffff;
}

#div_currpage span {
    background-color: #14519c;
    color: #ffffff;
}

.bigPic .dask {
    position: relative;
}

.bigPic .dask a.picleft,
.bigPic .dask a.picright {
    display: inline !important;
    height: 100%;
    overflow: hidden;
}


/* .bigPic .dask a.picleft:hover:after,
.bigPic .dask a.picright:hover:before {
    background-color: #cccccc;
} */

.bigPic .dask a.picleft:after,
.bigPic .dask a.picleft:before,
.bigPic .dask a.picright:after,
.bigPic .dask a.picright:before {
    display: inline;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    position: absolute;
    top: 50%;
    z-index: 1;
    margin-top: -30px;
}

.bigPic .dask a.picleft:after,
.bigPic .dask a.picleft:before {
    left: -45px;
    border-width: 30px 30px 30px 0;
    border-color: transparent #14519c transparent transparent;
}

.bigPic .dask a.picright:after,
.bigPic .dask a.picright:before {
    right: -45px;
    border-width: 30px 0 30px 30px;
    border-color: transparent transparent transparent #14519c;
}

.bigPic .dask a.picleft:before,
.bigPic .dask a.picright:before {
    z-index: 2;
    transition: all 0.3s;
}

.bigPic .dask a.picleft:before {
    margin-left: 4px;
    border-color: transparent #ffffff transparent transparent;
}

.bigPic .dask a.picleft:hover:before {
    margin-left: 14px;
}

.bigPic .dask a.picleft:active:before {
    margin-left: 2px;
}

.bigPic .dask a.picleft:active:after {
    border-color: transparent #000000 transparent transparent;
}

.bigPic .dask a.picright:before {
    margin-right: 4px;
    border-color: transparent transparent transparent #ffffff;
}

.bigPic .dask a.picright:hover:before {
    margin-right: 14px;
}

.bigPic .dask a.picright:active:before {
    margin-right: 2px;
}

.bigPic .dask a.picright:active:after {
    border-color: transparent transparent transparent #000000;
}

.is-mobile .pageVideo {
    width: 100%;
    height: 300px;
}
