@charset "utf-8";

/* CSS3动画库 */
@import url("animate.css");

/* swiper */
@import url("swiper.css");

/* 各种图标CDN */
@import url("iconfont.css");
@import url("simple-line-icons.css");
@import url("materialdesignicons.css");

/*
@import url("materialdesignicons.css");
@import url("simple_line_icons.css");
@import url("pe_icon_7_stroke.css");
@import url("dripicons.css");
*/


/* reset css */

html * {
    outline: 0;
    -webkit-text-size-adjust: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-font-smoothing: antialiased;
    -webkit-appearance: none;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
legend,
input,
button,
textarea,
p,
th,
td {
    margin: 0;
    padding: 0;
}

fieldset,
img {
    border: 0;
}

address,
cite,
dfn,
em,
var {
    font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
}

ol,
ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 14px;
}

caption,
th {
    text-align: left;
    font-weight: normal;
}





/* 通用功能 */

.vm,
input,
label {
    vertical-align: middle;
}

.tc {
    text-align: center;
}

.fl {
    float: left;
    _display: inline;
}

.fr {
    float: right;
    _display: inline;
}

.h>li {
    float: left;
    max-width: 50%;
}

.clearfix:after,
.nav:after,
.content:after,
.grid:after,
.h:after,
.jr-row:after,
.jr-grids:after,
ul:after{
    content: '\20';
    display: block;
    height: 0;
    clear: both;
}

.clearfix,
.nav,
.content,
.grid,
.row,
.h {
    *zoom: 1;
}

.clear {
    clear: both;
    height: 0;
    font: 0/0 Arial;
    visibility: hidden;
}

.mb10 {
    margin-bottom: 10px;
}

.mr10 {
    margin-right: 10px;
}

.mb20 {
    margin-bottom: 20px;
}

.mr20 {
    margin-right: 20px;
}

.p10 {
    padding: 10px;
}

.p15 {
    padding: 15px;
}

.p20 {
    padding: 20px;
}

.hide {
    display: none;
}

.nt {
    text-align: left;
    letter-spacing: -3em;
    overflow: hidden;
}

.nt:first-letter {
    margin-left: -20em;
}

.et {
    overflow: hidden;
    white-space: nowrap;
    word-break: keep-all;
    text-overflow: ellipsis;
}




/* 字体字号 */

body,
button,
input,
select,
textarea {
    font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue, PingFang SC, Microsoft YaHei, Source Han Sans SC, Noto Sans CJK SC, SimHei, sans-serif;
    font-size: 14px;
    line-height: 1.5em;
    color: #333;
}


/* 链接 */

a {
    color: #555555;
    text-decoration: none;
}

a:hover {
    color: #048;
    text-decoration: none;
}

a:active {
    outline: none;
}


/* 颜色 */

.text-white {
    color: #fff!important;
}

.text-gray {
    color: #bbb!important;
}

.text-red {
    color: #f41c20!important;
}

.text-orange {
    color: #f39c12!important;
}

.text-yellow {
    color: #f1c40f!important;
}

.text-green {
    color: #36d2a5!important;
}

.text-cyan {
    color: #4eccdb!important;
}

.text-blue {
    color: #1b80d2!important;
}

.text-purple {
    color: #9b59b6!important;
}

.text-pink {
    color: #ff8aab!important;
}

.md-gray {
    background-color: #f5f5f5;
    color: #797979;
}

.md-red {
    background-color: #f41c20;
}

.md-orange {
    background-color: #f39c12;
}

.md-yellow {
    background-color: #f1c40f;
}

.md-green {
    background-color: #36d2a5;
}

.md-cyan {
    background-color: #4eccdb;
}

.md-blue {
    background-color: #1b80d2;
}

.md-purple {
    background-color: #9b59b6;
}

.md-pink {
    background-color: #ff8aab;
}

.md-lightblue {
    background-color: #e9f3fd;
}

.md-deepblue {
    background-color: #147;
}

.gd-gray {
    background: #ece9e6;
    background: -webkit-linear-gradient(60deg, #ece9e6, #f8f8f8);
    background: linear-gradient(60deg, #ece9e6, #f8f8f8);
}

.gd-red {
    background: #ee0979;
    background: -webkit-linear-gradient(60deg, #ee0979, #ff6a00);
    background: linear-gradient(60deg, #ee0979, #ff6a00);
}

.gd-orange {
    background: #ff5858;
    background: -webkit-linear-gradient(60deg, #ff5858, #fcab2a);
    background: linear-gradient(60deg, #ff5858, #fcab2a);
}

.gd-yellow {
    background: #ffcf83;
    background: -webkit-linear-gradient(60deg, #eaa02a, #ffcf83);
    background: linear-gradient(60deg, #eaa02a, #ffcf83);
}

.gd-green {
    background: #96deda;
    background: -webkit-linear-gradient(60deg, #50c9c3, #96deda);
    background: linear-gradient(60deg, #50c9c3, #96deda);
}

.gd-cyan {
    background: #36d1dc;
    background: -webkit-linear-gradient(60deg, #5b86e5, #36d1dc);
    background: linear-gradient(60deg, #5b86e5, #36d1dc);
}

.gd-blue {
    background: #00c6fb;
    background: -webkit-linear-gradient(60deg, #005bea, #00c6fb);
    background: linear-gradient(60deg, #005bea, #00c6fb);
}

.gd-purple {
    background: #834d9b;
    background: -webkit-linear-gradient(60deg, #834d9b, #d04ed6);
    background: linear-gradient(60deg, #834d9b, #d04ed6);
}

.gd-pink {
    background: #ff8aab;
    background: -webkit-linear-gradient(60deg, #fa647e, #ff8aab);
    background: linear-gradient(60deg, #fa647e, #ff8aab);
}

.gd-lightblue {
    background: #b2fefa;
    background: -webkit-linear-gradient(60deg, #0ed2f7, #b2fefa);
    background: linear-gradient(60deg, #0ed2f7, #b2fefa);
}

.gd-deepblue {
    background: #4b6cb7;
    background: -webkit-linear-gradient(60deg, #182848, #4b6cb7);
    background: linear-gradient(60deg, #182848, #4b6cb7);
}

.md-red,
.md-red>a,
.md-orange,
.md-orange>a,
.md-yellow,
.md-yellow>a,
.md-green,
.md-green>a,
.md-cyan,
.md-cyan>a,
.md-blue,
.md-blue>a,
.md-purple,
.md-purple>a,
.md-pink,
.md-pink>a,
.md-lightblue,
.md-lightblue>a,
.md-deepblue,
.md-deepblue>a,
.gd-red,
.gd-red>a,
.gd-orange,
.gd-orange>a,
.gd-yellow,
.gd-yellow>a,
.gd-green,
.gd-green>a,
.gd-cyan,
.gd-cyan>a,
.gd-blue,
.gd-blue>a,
.gd-purple,
.gd-purple>a,
.gd-pink,
.gd-pink>a,
.gd-lightblue,
.gd-lightblue>a,
.gd-deepblue,
.gd-deepblue>a {
    color: #fff!important;
}



/* 返回顶部 */

.backtop {
    position: fixed;
    bottom: 60px;
    right: 30px;
    cursor: pointer;
    z-index: 9;
    background: #2d66a5 url(../images/top.png) no-repeat;
    box-shadow: 0px 2px 3px rgb(0 0 0 / 20%);
    border-radius: 7px;
    width: 48px;
    height: 48px;
    background-position: center center;
}





/* webkit滚动条 */

/* ::-webkit-scrollbar {
    width: 6px;
    height: 6px;
} */

::-webkit-scrollbar-thumb {
    background-color: #bbb;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #aaa;
}

::-webkit-scrollbar-track-piece {
    background-color: #ddd;
}





/* 标题 */

.t1 {
    position: relative;
    overflow: hidden;
    height: 40px;
    line-height: 40px;
    margin: 0 0 10px;
}

.t1 .more {
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    padding: 0 0 0 20px;
    background-color: #fff;
    color: #aaa;
}

.t1 b {
    position: relative;
    display: inline-block;
    height: 40px;
    padding: 0 25px;
    line-height: 40px;
    font-size: 18px;
    background-color: #f2f2f2;
    border-radius: 100px;
}

.t1 b:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 100%;
    width: 2000px;
    height: 0;
    border-bottom: 1px dashed #ddd;
    margin-left: 20px;
}


.t3 {
    position: relative;
    border-bottom: 1px dotted #ddd;
    margin: 0 0 9px;
    padding: 12px 15px;
    line-height: 16px;
}

.t3 b {
    display: inline-block;
    border-left: 8px solid #a3bde2;
    margin-left: -15px;
    padding: 0 0 0 10px;
    color: #048;
}

.t4 {
    margin: 0 10px;
    padding: 5px;
    line-height: 20px;
    font-size: 15px;
    color: #048;
}


/* 在哪 */

.where {
    height: 60px;
    line-height: 40px;
    color: #666;
    line-height: 29px;
    color: #555555;
    font-size: 16px;
    background: url(../images/article-bg.png)bottom no-repeat;
}

.where i {
    background: url(../images/iconsc2.png);
    vertical-align: middle;
    display: inline-block;
    width: 25px;
    height: 25px;
    background-position: -395px -434px;
}
.where .back {
    display: inline-block;
    padding: 0 10px;
    color: #797979;
}

.where a,
.where span {
    margin: 0 10px;
    font-size: 16px;
    color: #666;
}
.where img{
    margin-right: 5px;
}
.where a.home {
    margin: 0;
}


/* tab */

.jr-tab {
    height: 40px;
    border-bottom: 1px solid #a3bde2;
}

.jr-tab li {
    float: left;
    margin-left: 4px;
}

.jr-tab li a {
    display: inline-block;
    margin-bottom: -1px;
    padding: 0 20px 1px;
    line-height: 38px;
    border: 1px solid #a3bde2;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    transition: all .2s;
}

.jr-tab li a:hover {
    background-color: #f0f6fc;
    color: #1b80d2;
}

.jr-tab li.current a,
.jr-tab li.on a,
.jr-tab li.current a:hover,
.jr-tab li.on a:hover {
    border-color: #1b80d2;
    background-color: #1b80d2;
    color: #fff;
}


.jr-tab2 {
    height: 50px;
    border-bottom: 1px solid #ddd;
}

.jr-tab2 li {
    float: left;
}

.jr-tab2 li a {
    position: relative;
    display: block;
    padding: 0 38px;
    line-height: 50px;
    font-size: 15px;
    text-align: center;
    color: #797979;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}

.jr-tab2 li.current a,
.jr-tab2 li.on a {
    color: #1b80d2;
    font-weight: bold;
}

.jr-tab2 li+li a::after {
    content: '';
    position: absolute;
    top: 18px;
    bottom: 18px;
    left: 0;
    width: 1px;
    background-color: #ddd;
}

.jr-tab2 li a::before {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 15%;
    width: 70%;
    height: 4px;
    background: #3c8ce7;
    -webkit-transform: scale3d(0, 1, 1);
    transform: scale3d(0, 1, 1);
    -webkit-transition: -webkit-transform 0.1s;
    transition: transform 0.1s;
}

.jr-tab2 li.current a::before,
.jr-tab2 li.on a::before {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.jr-tab2 i {
    float: left;
    display: block;
    width: 24px;
    height: 24px;
    margin: 13px 6px 13px 0;
    line-height: 24px;
    text-align: center;
    font-size: 24px;
    vertical-align: middle;
    color: #ccc;
}

.jr-tab .current i,
.jr-tab .on i,
.jr-tab2 .current i,
.jr-tab2 .on i {
    color: inherit;
}


/* jr栅格、间隔20、基于浮动、宽度定义、暂不兼容移动端 */

.jr-grid {
    padding: 20px;
}

.jr-row {
    margin-left: -10px;
    margin-right: -10px;
}

.jr-col {
    float: left;
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 10px;
}

.w80 {
    width: 80%;
}

.w70 {
    width: 70%;
}

.w60 {
    width: 60%;
}

.w50 {
    width: 50%;
}

.w40 {
    width: 40%;
}

.w30 {
    width: 30%;
}

.w20 {
    width: 20%;
}

.w75 {
    width: 75%;
}

.w25 {
    width: 25%;
}

.w66 {
    width: 66.67%;
}

.w33 {
    width: 33.33%;
}

.w16 {
    width: 16.66%;
}


/*  各种列表 */

.list li {
    position: relative;
    line-height: 1.5;
}

.list li>a {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
}

.list .pic,
.pic-text .pic {
    position: relative;
    overflow: hidden;
}

.list .pic img,
.pic-text .pic img {
    display: block;
    width: 100%;
    min-height: 100%;
    transition: all 0.3s;
}

.list .pic:hover img,
.pic-text .pic:hover img {
    transform: scale(1.1);
}


/* 文字列表基础 */

.list-t li {
    position: relative;
    padding-left: 15px;
    line-height: 38px;
    font-size: 16px;
    transition: all .3s;
}

.list-t li:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 5px;
    margin-top: -4px;
    height: 5px;
    background-color: #d1d1d1;
    border-radius: 100%;
    transition: all .3s;
}

.list-t li:hover:before {
    background-color: #d2dbdf;
}

.list-t li a {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #444;
    width: 80%;
    transition: all .3s;
}

.list-t li .date {
    position: absolute;
    top: 0;
    font-size: 14px;
    right: 0;
    color: #999999;
    transition: all .3s;
}
.list-t li:hover a,.list-t li:hover span {
    color: #2d66a5;
}

.list-t li:hover:before {
    background:#2d66a5;
}
.yx-index .list-t li:hover a,.yx-index .list-t li:hover span {
    color: #f5602d;
    font-weight: bold;
}

.yx-index .list-t li:hover:before {
    background: #f5602d;
}

/* 图片列表基础样式 */
.list-p{
	
}
.list-p li {
    float: left;
    width: 32%;
    position: relative;
    margin: 0;
    transition: all 0.3s;
    overflow: hidden;
    margin-right: 2%;
    margin-bottom: 2%;
    box-shadow: 0 0 9px rgba(68, 68, 68, 0.34);
}

.list-p li:nth-child(3n+3) {
    margin-right: 0;
}

.list-p li img {
    width: 100%;
    height: 259px;
}

.list-p li .text {
    position: absolute;
    background: rgba(63, 51, 51, 0.5019607843137255);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 60px 38px;
    transform: translatex(-100%);
    transition: all 0.3s;
    color: #fff;
}
.list-p li .text p{
	 color: #fff;
	 line-height:30px
}
.list-p li:hover .text{
	transform: translatex(0%);
}

/* 左图又文字列表 */
.list-img-l{
	
}
.list-img-l li{
	display: block;
	overflow: hidden;
	margin-bottom: 20px;
}
.list-img-l li .img{
	width: 12%;
	float: left;
}
.list-img-l li .img img{
	width: 100%;
}
.list-img-l li .text{
	float: left;
	width: 78%;
	margin-left: 2%;
}
/* 链接列表基础样式 */

.list-a li a {
    display: block;
    text-align: center;
    transition: all .3s;
}

.list-a li i {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 24px;
    vertical-align: middle;
    transition: all .3s;
}


/* 标题加简介列表基础样式 */

.list-b li {
    position: relative;
    border-bottom: 1px dotted #ddd;
    padding: 16px;
    line-height: 24px;
    font-size: 16px;
}

.list-b li>a {
    display: block;
}

.list-b li>a:after {
    content: "\20";
    display: block;
    height: 0;
    clear: both;
}

.list-b li h4 {
    position: relative;
    overflow: hidden;
    max-height: 60px;
    line-height: 30px;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 10px;
}

.list-b li h4 i {
    margin-right: 10px;
    font-size: 14px;
    color: #ccc;
}

.list-b li p {
    line-height: 24px;
    color: #797979;
}

.list-b li .pic {
    float: left;
    position: relative;
    overflow: hidden;
    width: 120px;
    height: 90px;
    margin-right: 20px;
}

@media (max-width: 480px) {
    .list-b li h4 {
        max-height: 48px;
        line-height: 24px;
        font-size: 14px;
    }
    .list-b li .pic {
        width: 72px;
        height: 48px;
    }
    .list-b li .pic img {
        width: 72px;
    }
}


/* 常规列表分享 */

.list li .share {
    position: absolute;
    top: 50%;
    right: 20px;
    height: 50px;
    margin-top: -25px;
    line-height: 50px;
}

.list li .share .share-box {
    position: absolute;
    top: 8px;
    right: 38px;
    z-index: 999;
    box-sizing: content-box;
    width: 70px;
    padding: 5px !important;
    opacity: 0;
    transition: opacity 0.35s;
}

.list li .share:hover .share-box {
    opacity: 1;
}

.list li .share .share-box a {
    float: left;
    display: block;
    width: 24px;
    height: 24px;
    margin: 0 5px!important;
    padding: 0!important;
    vertical-align: middle;
    transform: scale(0.8);
    transition: transform 0.35s;
}

.list li .share:hover .share-box a {
    transform: scale(1);
}

.list li .share i {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin: 13px;
    line-height: 24px;
    text-align: center;
    font-size: 18px;
    background-color: #ccc;
    color: #fff;
    border-radius: 3px;
}

.list li .share:hover i {
    background-color: #1b80d2;
}

.list .bdshare_popup_box {
    margin-left: -200px;
}

@media (max-width: 992px) {
    .list li .share {
        top: auto;
        right: 5px;
        bottom: 5px;
    }
}

@media (max-width: 480px) {
    .list li .share {
        position: relative;
        top: 0;
        right: 0;
        bottom: 0;
        margin: 0 0 -15px -15px;
    }
    .list li .share-box {
        left: 38px;
        right: auto;
    }
}


/* 列表hover样式 */

.hover-style1 li {
    position: relative;
    overflow: hidden;
}

.hover-style1 li:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background: #f0f3f8;
    z-index: 0;
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.320, 1.275);
}

.hover-style1 li:hover:after {
    width: 100%;
}

.hover-style1 li h4,
.hover-style1 li p,
.hover-style1 li strong,
.hover-style1 li a,
.hover-style1 li span {
    position: relative;
    z-index: 1;
}

.hover-style2 {
    position: relative;
    overflow: hidden;
    padding-bottom: 20px;
}

.hover-style2 li {
    position: relative;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    margin-top: -1px;
}

.hover-style2 li:hover {
    z-index: 1;
    background: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, .15);
}





/* 分页 */

.pages {
    font: 0/0 microsoft yahei;
    padding: 20px 0;
    text-align: center;
}

.pages a {
    display: inline-block;
    line-height: 18px;
    margin: 0 2px;
    padding: 10px 15px;
    font-size: 14px;
    vertical-align: middle;
    background-color: #fff;
    border-radius: 2px;
}

.pages a:hover {
    position: relative;
    background-color: #a3bde2;
    color: #fff;
}

.pages a.current {
    background-color: #00a0e9;
    color: #fff;
    position: relative;
}

.pages span {
    line-height: 28px;
    font-size: 14px;
    margin-left: 10px;
    padding: 10px 20px;
    vertical-align: middle;
    border-radius: 2px;
}

.pages select {
    border: 1px #d2d2d2 solid;
    padding: 4px;
}


/* 侧栏 */
.overview{
	background-color: #fff;
	padding: 20px;
	padding-top: 1px;
}

.side-menu h2 {
    line-height: 70px;
    background: #2d66a5;
    position: relative;
    height: 70px;
    line-height: 70px;
    font-size: 24px;
    padding: 0 20px;

    background-size: cover;
    margin-bottom: 0;
}



.side-menu h2 a {
    color: #fff;
}
.side-menu ul{
border: 1px solid #dcdcdc;
    border-bottom: 0;
}
.side-menu li {
    border-top: 1px solid #fff;
}
.side-menu li a {
    line-height: 70px;
    padding-left: 50px;
    text-align: left;
    font-size: 18px;
    margin-bottom: 0;
    position: relative;
    display: block;
    line-height: 70px;
    border-bottom: 1px solid #dcdcdc;
}
.side-menu li a:after {
    content: ">";
    position: absolute;
    font-family: "宋体";
    font-weight: bold;
    right: 20px;
    font-size: 24px;
    color: #bfbfbf;
}
.side-menu li a:hover, .side-menu li a.current {
    color: #2f6ea2;
}
.side-menu li.current a:before {
    transform: scale(1,1);
}
.side-menu li.current>a,.side-menu li:hover>a {

    color: #2d66a5;
}
.side-menu li a:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 4px;
    background-color: #2f6ea2;
    transform: scale(1,0);
    transition: all .3s;
}

.side-menu li a:hover:before,.side-menu li a.current:before {
    transform: scale(1,1);
}

/*  正文 */
.content.details{
	padding: 20px;
	background-color: #fff;
	box-shadow: 0 0 10px rgb(0 0 0 / 5%);
	margin-top: 20px;
}

.article {
    padding: 30px 0;
}

.article img {
    max-width: 80%;
}

.article h2 {
    line-height: 1.5;
    font-size: 30px;
    text-align: center;
    color: #333;
    font-weight: normal;
}

.grid  .article h2 {
    /* padding: 15px 0; */
    line-height: 1.5;
    font-size: 30px;
    text-align: center;
    color: #333;
    font-weight: normal;
}

.article .option {
    box-sizing: border-box;
    /* border-top: 1px solid #ddd; */
    border-bottom: 1px solid #ddd;
    margin: 20px 25px;
    padding: 15px 0 30px;
    line-height: 30px;
    color: #ccc;
    font-size: 16px;
}

.article .option h4 {
    display: none;
}

.article .info {
    color: #ccc;
}

.article .info>span {
    color: #666;
}

.article .info i {
    margin: 0 10px 0 0;
    font-size: 16px;
    color: #ccc;
    vertical-align: middle;
}

.article .option.fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
    width: 100%;
    border-top: none;
    margin: 0;
    padding: 20px 10px;
    background-color: #fff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .1);
}

.article .option.fixed h4 {
    display: block;
    position: absolute;
    top: 50%;
    left: 20%;
    right: 20%;
    width: 60%;
    height: 30px;
    margin-top: -15px;
    line-height: 30px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.article .option.fixed .info {
    display: none;
}

.article .option.fixed .jfontsize {
    float: none;
    padding: 0;
}

.jfontsize {
    float: right;
    height: 32px;
    margin: -1px 0;
    padding: 0 20px;
}

.jfontsize a {
    float: left;
    box-sizing: content-box;
    display: block;
    width: 24px;
    height: 24px;
    border: 1px solid #ddd;
    margin: 0 4px;
    padding: 3px;
    background-color: #fff;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.jfontsize a i {
    display: block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    background-image: url(../images/jfont.png);
    background-repeat: no-repeat;
}

#jfontsize-p2 i {
    background-position: 0 0;
}

#jfontsize-m2 i {
    background-position: -24px 0;
}

#jfontsize-d2 i {
    background-position: -48px 0;
}

a#jfontsize-p2:hover i {
    background-position: 0 -24px;
}

a#jfontsize-m2:hover i {
    background-position: -24px -24px;
}

a#jfontsize-d2:hover i {
    background-position: -48px -24px;
}

.article .option .share {
    float: right;
    margin: -7px 0;
}

.article .option .share a+a {
    margin-left: 10px;
}

.article .option .bds_tsina {
    background: url(../images/wb.png) center no-repeat!important;
    background-size: 32px auto!important;
}

.article .option .bds_weixin {
    background: url(../images/wx.png) center no-repeat!important;
    background-size: 32px auto!important;
}

.bdshare_popup_box {
    margin-left: -200px;
}

.article-box {
    padding: 30px 60px;
    line-height: 2;
    text-align: justify;
    color: #555;
    font-size: 16px;
}

.article-box p {
    margin: 1em 0;
}
.article-box .article-photo{
    text-align: center;
}

.article-box p img {
    display: block;
    max-width: 80%;
    margin: 0 auto;
}
.article .article-code{
    text-align: center;
    margin-top: 27px;
}
.article .article-code p{
    font-size: 14px;
}

.article .jr-btn {
    min-width: 180px;
}

.article .files {
    padding: 15px;
}

.article .files li {
    border-bottom: 1px dotted #ddd;
    padding: 8px;
    line-height: 24px;
    font-size: 16px;
}
.article-enclosure{
    border-top: 1px solid #e5e5e5;
    font-size: 16px;
    font-weight: bold;
    padding-top: 20px;
}
.article-enclosure a{
    color: #555;
    font-weight: normal;
    text-decoration: underline;
    margin-left: 8px;
}


/* 打印 */
.no-print{
	text-align: center;
	font-size: 14px;
	color: #393941;
}
.no-print .btn-default i.icon-eye {
    vertical-align: middle;
    display: inline-block;
    width: 20px;
    height: 20px;
    background-position: -368px -439px;
}
.no-print .btn-default {
    padding: 6px 8px;
}

.no-print .btn-default i {
    vertical-align: middle;
    display: inline-block;
    width: 15px;
    margin-top: -2px;
    height: 15px;
    background-position: -367px -75px;
}

.no-print .btn-default.print i {
    background-position: -327px -76px;
}


.grid  .article h2 {
    line-height: 1.5;
    font-size: 34px;
    text-align: center;
    color: #3b6ea1;
    font-weight: bold;
    padding: 0 50px;
}

.article .option {
}

.article .option h4 {
    display: none;
}

.article .info {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
}

.article .jfontsize{
  margin-left: 210px;
  font-size: 14px;
  color: #999999;
}
.article>.share{
  float: right;
  margin: -7px 0;
}
.article>.share .bds_tsina {
    background: url(../images/wb.png) center no-repeat!important;
    background-size: 30px auto!important;
}
.article>.share .bds_weixin {
    background: url(../images/wx.png) center no-repeat!important;
    background-size: 30px auto!important;
}
.article>.jfontsize{
  padding: 0 8px;
  margin-bottom: 30px;
}
.jfontsize a{
   margin: 0 8px;
}
.article-enclosure{
  content: '\20';
  display: block;
  height: 0;
  clear: both;
}
.jfontsize .dayin {
    width: 19px;
    float: right;
    background-image: url(../images/dayin01.png);
}
.article .info i {
    margin: 0 10px 0 0;
    font-size: 16px;
    color: #ccc;
    vertical-align: middle;
}

.article .option.fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
    width: 100%;
    border-top: none;
    margin: 0;
    padding: 20px 10px;
    background-color: #fff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .1);
    height: auto;
}

.article .option.fixed .jfontsize {
    margin-left: 0;
}

.article .option.fixed h4 {
    display: block;
    position: absolute;
    top: 50%;
    left: 20%;
    right: 20%;
    width: 60%;
    height: 30px;
    margin-top: -15px;
    line-height: 30px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.article .option.fixed .info {
    display: none;
}

.article .option.fixed .jfontsize {
    float: none;
    padding: 0;
}

.jfontsize {
    height: 32px;
    display: inline-block;
}

.jfontsize a {
    background-color: #fff;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.jfontsize a.dayin {
    background: url(../images/iconsc.png) no-repeat;
    border: 0;
    width: 30px;
    height: 30px;
    background-position: -125px -66px;
    margin-left: 15px;
}

.jfontsize a i {
    display: block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    background-image: url(../images/jfont.png);
    background-repeat: no-repeat;
}

#jfontsize-p2 i {
    background-position: 0 0;
}

#jfontsize-m2 i {
    background-position: -24px 0;
}

#jfontsize-d2 i {
    background-position: -48px 0;
}

a#jfontsize-p2:hover i {
    background-position: 0 -24px;
}

a#jfontsize-m2:hover i {
    background-position: -24px -24px;
}

a#jfontsize-d2:hover i {
    background-position: -48px -24px;
}



.article .option .share {
    float: right;
    right: 0;
}

.article .option .share span {
    color: #999999;
    display: inline-block;
    vertical-align: middle;
}

.article .option .print i {
    background-position: -1px -611px;
    width: 20px;
    height: 20px;
}
.article .option .share a{
}

.article .option  a.bds_weixin{
    background-position: -227px -64px;
}

.article .option  a.bds_more {
    background-image: url(../images/icon_more.png)!important;
    background-position: 3px 3px;
    background-size: 80%;
}

.article-box {
    padding: 30px 60px;
    line-height: 2;
    text-align: justify;
    color: #555;
    font-size: 16px;
}

.article-box.jgzl {
    font-size: 18px;
}

.article-box.jgzl p {
    text-indent: 0;
}

.article-box.jgzl b {
    font-weight: 600;
    color: #3b6ea1;
}

.article-box.jgzl span {
    margin-right: 30px;
    display: inline-block;
}
.article-box .zrbj{
	text-align: right;
}
.article-box p {
    margin: 1em 0;
    text-indent: 2em;
 
    color: #333333;
}
.article-box .photos p {
    margin: 0;
    text-indent: 0;
    font-size: initial;
}
.article-box h4 {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    padding: 10px 0 35px;
}
.article-box .article-photo{
    text-align: center;
}

.article .article-code{
    text-align: center;
    margin-top: 27px;
}

.article .article-code img {
    width: 135px;
}
.article .article-code p{
    font-size: 18px;
    margin: 40px 0 20px;
}

.article .jr-btn {
    min-width: 180px;
}

.article .files {
    padding: 15px;
}

.article .files li {
    border-bottom: 1px dotted #ddd;
    padding: 8px;
    line-height: 24px;
    font-size: 16px;
}
.article-enclosure{
    border-top: 1px solid #e5e5e5;
    font-size: 16px;
    font-weight: bold;
    padding-top: 20px;
}
.article-enclosure a{
    color: #555;
    font-weight: normal;
    text-decoration: underline;
    margin-left: 8px;
}
@media (max-width: 480px) {
    .article h2 {
        margin: 0 10px;
    }

	.article .jfontsize,.article .option .share{
		display: none;
	}
	.article .info>span {
	    color: #666;
	    display: block;
	}

    .article .option {
        padding: 20px 10px;
    }

    .article .option.fixed {
        padding: 24px 5px;
    }

    .article .jfontsize {
        float: none;
        padding: 0;
    }

    .article-box {
        padding: 15px;
    }
}



/* 组图 */

.photos {
    width: 90%;
    max-width: 800px;
    margin: 40px auto;
    font-size: 14px;
}

.photos p {
    margin: 0;
}

.photos .pic {
    position: relative;
    overflow: hidden;
    height: 500px;
    border: 1px solid #ddd;
    padding: 34px;
    text-align: center;
    background-color: #fff;
    border-radius: 5px 5px 0 0;
}

.photos .pic img {
    min-width: 200px;
    max-width: 100%;
    max-height: 500px;
    margin: 0 auto;
    background: url(../images/loading.gif) center no-repeat;
    background-size: 24px;
}

.photos .pic li {
    position: relative;
    height: 400px;
}

.photos .pic li a {
    position: relative;
    overflow: hidden;
    display: inline-block;
    min-width: 200px;
    line-height: 0;
    font-size: 0;
    top: 50%;
    transform: translate(0, -50%);
    transition: all .3s;
}

.photos .pic li span {
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 15px;
    line-height: 20px;
    font-size: 16px;
    background: #333;
    background: linear-gradient(to top, rgba(0, 0, 0, .5) 50%, rgba(0, 0, 0, 0) 100%);
    color: #fff;
    opacity: 0;
    transform: translate(0, 90px);
    transition: all .3s;
}

.photos .pic li:hover span {
    opacity: 1;
    transform: translate(0, 0);
}

.photos .handle {
    position: absolute;
    bottom: 30px;
    left: 50%;
    width: 80px;
    height: 24px;
    margin-left: -40px;
    line-height: 24px;
    background-color: #fff;
    background-color: rgba(255, 255, 255, .5);
    border: 1px solid #ddd;
    border-radius: 3px 3px 0 0;
}

.play-state {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: 4px;
    line-height: 16px;
    text-align: center;
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3Cstyle/%3E%3C/defs%3E%3Cpath fill='%2300a0e9' d='M238.933 170.667h204.8v682.666h-204.8zm341.334 0h204.8v682.666h-204.8z'/%3E%3C/svg%3E") center no-repeat;
    vertical-align: middle;
    cursor: pointer;
}

.pauseState {
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%2306b' d='M388.876 833.1l438.132-352.593-438.133-344.248z'/%3E%3C/svg%3E") center no-repeat;
}

.page-state {
    display: inline-block;
    width: 4em;
    text-align: center;
    vertical-align: middle;
}

.pic-prev,
.pic-next {
    position: absolute;
    top: 50%;
    display: block;
    width: 50px;
    height: 50px;
    margin-top: -25px;
    line-height: 50px;
    text-align: center;
    font-size: 24px;
    cursor: pointer;
    background-color: rgba(0, 0, 0, .5);
    color: #fff;
    opacity: 0;
    transition: all .3s;
}

.pic-prev {
    transform: translate(-50px, 0);
    left: 10px;
}

.pic-next {
    transform: translate(50px, 0);
    right: 10px;
}

.photos .pic:hover .pic-prev,
.photos .pic:hover .pic-next {
    opacity: 1;
    transform: translate(0, 0);
    color: #fff;
}

.pic-prev:hover,
.pic-next:hover {
    background-color: #00a0e9;
}

.photos .preview {
    position: relative;
    border: 1px solid #ddd;
    margin-top: -1px;
    padding: 0 4px;
    background-color: #fff;
    border-radius: 0 0 5px 5px;
}

.photos .preview li {
    float: left;
    width: 20%;
    font-size: 14px;
}

.photos .preview li a {
    position: relative;
    overflow: hidden;
    display: block;
    height: 80px;
    margin: 10px 5px;
    line-height: 20px;
    background-color: #f1f1f1;
    transition: all .3s;
}

.photos .preview li.on a {
    background-color: #00a0e9;
    color: #fff;
}

.photos .preview li img {
    display: block;
    margin: 0 auto;
    width: 100%;
    min-height: 80px;
    opacity: .5;
    transform: scale(1);
    transition: all .3s;
}

.photos .preview li a:hover img,
.photos .preview li.on img {
    transform: scale(1.05);
    opacity: 1;
}

.photos .preview li a span {
    display: block;
    max-height: 60px;
    margin: 10px;
    overflow: hidden;
}

.preview-prev,
.preview-next {
    position: absolute;
    top: 50%;
    width: 24px;
    height: 24px;
    line-height: 24px;
    margin-top: -12px;
    text-align: center;
    font-size: 18px;
    background-color: #06b;
    color: #fff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .15);
    opacity: 0;
    transform: scale(0.8, 0.8);
    transition: all .3s;
}

.prevStop,
.nextStop {
    background-color: #aaa!important;
    cursor: not-allowed;
}

.preview:hover .preview-prev,
.preview:hover .preview-next {
    transform: scale(1, 1);
    opacity: 1;
    color: #fff;
}

.preview-prev {
    left: -12px;
}

.preview-next {
    right: -12px;
}


/* 底部 */
.links>ul>li {
    position: relative;
    margin-bottom: 14px;
    line-height: 40px;
    font-size: 14px;
}

.links>ul li p {
    color: #fff;
}

.links>ul li p a {
    margin: 0 10px;
    color: #fff;
    font-size: 14px;
}

.links>ul li p a:first-child {
    margin-left: 0;
}

.links>ul li p a+a {
    margin: 10px;
}

.links>ul>li>a {
    display: block;
    margin: 0 -5px;
    color: #fff;
    padding: 0 20px;
    background: url(../images/links_arr.png) 92% 54% no-repeat;
    text-align: center;
}

.links>ul li>a img {
    vertical-align: middle;
    margin: 0 5px;
}

.links li ul {
    display: none\9;
    z-index: -1;
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 40px;
    max-height: 200px;
    overflow-x: hidden;
    overflow-y: auto;
    border: 1px solid #ddd;
    background-color: #fff;
    opacity: 0;
    transform: translate(0, 3px);
    transition: opacity, transform .3s;
}

.links li:hover ul {
    display: block\9;
    z-index: 9;
    opacity: 1;
    transform: translate(0, 0);
}

.links li li {
    border-top: 1px solid #ddd;
    line-height: 39px;
    text-align: center;
    transition: all .3s;
}

.links li li:hover {
    background-color: #f8f8f8;
}

.links li li a {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    word-break: keep-all;
    text-overflow: ellipsis;
    font-size: 14px;
}







.footer{
	-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;
	background: #2d66a5;
	padding-top: 20px;
	padding-bottom: 60px;
}
.footer .links {
    margin-bottom: 20px;
}
.footer .links .row>li {
	-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;
    width: 23.1%;
    float: left;
    border: 1px solid #6c94c0;
}

.footer .links .row {
    margin: 0;
}
.footer .links li+li {
    margin-left: 2.5%;
}
.footer .copyright {-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;
	text-align: left;
    line-height: 25px;
    overflow: hidden;
    padding-left: 205px;
    position: relative;
    padding-top: 20px;
}
.footer .copyright p {
	color: #eef4f9;
	font-size: 12px;
}
.footer .copyright p a,
.footer .copyright p span {
    margin-right: 7px;
    color: #fff;
    font-size: 14px;
}
.footer .copyright .fr li {
    float: left;
    width: 100px;
    margin-left: 13px;
    margin-top: 24px;
}

.footer .copyright .fr li img {
    width: 100%;
    height: 33px;
}

.footer .copyright p a {
    margin: 0 10px;
    font-size: 12px;
}

.footer .copyright p span {
    color: #eef4f9;
    font-size: 12px;
    margin: 0 10px;
}
.footer .gov {
    position: absolute;
    top: 64%;
    left: 122px;
    width: 80px;
    height: 80px;
    margin-top: -40px;
}

.footer .jc {
    position: absolute;
    top: 58%;
    left: 0;
    width: auto;
    height: 55px;
    margin-top: -22px;
}
@media (min-height: 800px) {

    /* webkit滚动条 */

    ::-webkit-scrollbar {
        width: 6px;
        height: 6px;
    }

    ::-webkit-scrollbar-thumb {
        background-color: #bbb;
    }

    ::-webkit-scrollbar-thumb:hover {
        background-color: #aaa;
    }

    ::-webkit-scrollbar-track-piece {
        background-color: #ddd;
    }
}


/*轮播开始 */
.focus,
.focus .pic {
    position: relative;
    width: 570px;
    height: 340px;
}

.focus .pic>div {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.focus .pic img {
    height: 100%;
    width: 100%;
}

.focus .pic span {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    line-height: 40px;
    font-size: 16px;
    white-space: nowrap;
    height: 40px;
    padding: 0px 60px 0px 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    background-color: rgba(0, 0, 0, .5);
    color: #fff;
}

.focus .focus-prev,
.focus .focus-next {
    position: absolute;
    top: 50%;
    z-index: 3;
    display: block;
    width: 60px;
    height: 60px;
    margin-top: -30px;
    line-height: 60px;
    text-align: center;
    font-size: 18px;
    cursor: pointer;
    background-color: rgba(0, 0, 0, .5);
    background-size: 24px auto;
    color: #fff;
    opacity: 0;
    transition: all .3s;
}

.focus .focus-prev {
    transform: translate(-50px, 0);
    left: 0;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23fff'%2F%3E%3C%2Fsvg%3E");
    background-image: url(../images/arr_l.png)\0;
}

.focus .focus-next {
    transform: translate(50px, 0);
    right: 0;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23fff'%2F%3E%3C%2Fsvg%3E");
    background-image: url(../images/arr_r.png)\0;
}

.focus:hover .focus-prev,
.focus:hover .focus-next {
    opacity: 1;
    transform: translate(0, 0);
}

.focus .navi {
    position: absolute;
    bottom: 10px;
    right: 0;
    z-index: 9;
    text-align: right;
    padding: 0 10px;
    margin-bottom: 4px\9;
}

.focus .navi li {
    float: left;
    width: 8px;
    height: 8px;
    margin: 0 2px;
    font: 0/0 lx;
    border: 1px solid #fff;
    color: transparent;
    border-radius: 100px;
    transition: all .3s;
}

.focus .navi li.on {
    background-color: #fff;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 2px;
}

.focus .swiper-pagination-bullet {
    border: 1px solid #fff;
    background: none;
    opacity: 1;
}

.focus .swiper-pagination-bullet-active {
    background-color: #fff;
}

/* 专题轮播 */
.topic {
    position: relative;
}

.topic h2 {
    width: 60px;
    height: 130px;
    background: url(../images/topic.jpg) 0 0 no-repeat;
}

.topic .scroll {
    position: relative;
    margin: 0px;
}

.topic li {
    width: 320px\9;
}

.topic li a {
    display: block;
    width: 222px\9;
    margin: 0 10px;
}

.topic li img {
    width: 100%;
}

.topic-prev,
.topic-next {
    position: absolute;
    top: 50%;
    width: 20px;
    height: 40px;
    margin-top: -20px;
    background-size: 16px auto;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #eee;
    cursor: pointer;
}

.topic-prev {
    left: 100px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%2337e'%2F%3E%3C%2Fsvg%3E");
    background-image: url(../images/arr_l.png)\9;
}

.topic-next {
    right: 20px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%2337e'%2F%3E%3C%2Fsvg%3E");
    background-image: url(../images/arr_r.png)\9;
}
/* 移动端菜单开始 */

.mask {
    display: none;
    position: fixed;
    z-index: 597;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.75);
    opacity: 0;
    transition: opacity .2s;
}

.mask.on {
    display: block;
    opacity: 1;
}

body.modal-open {
    position: fixed;
    width: 100%;
}

.menu {
    display: none/9;
    position: fixed;
    z-index: 598;
    top: 0;
    right: 0;
    bottom: 0;
    width: 65%;
    background-color: #f5f5f5;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    -webkit-transition: transform .3s;
    transition: transform .3s;
}

.menu.on {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.menu img {
    display: block;
    width: 70%;
    margin: 60px 20px;
}

.menu li a {
    position: relative;
    display: block;
    margin: 0 15px;
    padding: 0 15px;
    line-height: 50px;
    font-size: 16px;
    color: #048;
}

.menu li a:after {
    content: " ";
    display: inline-block;
    height: 6px;
    width: 6px;
    border-width: 2px 2px 0 0;
    border-color: #ccc;
    border-style: solid;
    -webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
    transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
    position: absolute;
    top: 50%;
    margin-top: -4px;
    right: 10px;
}

.menu li+li a {
    box-shadow: inset 0 1px 0 rgba(0, 0, 0, .2);
}

.menu>ul>li:nth-child(1) {
    animation-delay: .1s;
}

.menu>ul>li:nth-child(2) {
    animation-delay: .2s;
}

.menu>ul>li:nth-child(3) {
    animation-delay: .3s;
}

.menu>ul>li:nth-child(4) {
    animation-delay: .4s;
}

.menu>ul>li:nth-child(5) {
    animation-delay: .5s;
}

.menu-btn {
    display: none;
    position: absolute;
    top: 20px;
    right: 0;
    z-index: 599;
    width: 50px;
    height: 50px;
}

.menu-btn.on,
.menu-btn.fixed {
    position: fixed;
    top: 50px;
}

.menu-btn>span {
    position: absolute;
    left: 0;
    right: 0;
    width: 22px;
    height: 2px;
    margin: 0 auto;
    background: #048;
    border-radius: 2px;
    transition: .25s;
}

.menu-btn>span:nth-child(1) {
    top: 18px;
}

.menu-btn>span:nth-child(2) {
    top: 24px;
}

.menu-btn>span:nth-child(3) {
    top: 30px;
}

.menu-btn.on span,
.hd+.menu-btn>span {
    background: #048;
}

.menu-btn.on span:nth-child(1) {
    top: 21px;
    transform: rotate(45deg);
}

.menu-btn.on span:nth-child(2) {
    opacity: 0;
    transform: rotate(90deg);
}

.menu-btn.on span:nth-child(3) {
    top: 21px;
    transform: rotate(135deg);
}


/* 移动端菜单结束 */


/*功能导航*/

#floatDivBoxs {
	position: absolute;
	right: -30px;
	transform: translateX(100%);
	top: 15px;
}

#floatDivBoxs  ul {
}

#floatDivBoxs ul li {
    display: block;
    position: relative;
    background: #7c7f81;
    text-align: center;
    padding: 4px 10px;
    margin-bottom: 3px;
    border-radius: 6px;
    font-size: 14px;
}

#floatDivBoxs ul li i {
    display: block;
}

#floatDivBoxs ul li i.i1 {
    background-position: -699px -389px;
}
#floatDivBoxs ul li i.i2{
    background-position: -699px -460px;
}
#floatDivBoxs ul li i.i3{
    background-position: -699px -532px;
}
#floatDivBoxs ul li i.i4{
    background-position: -699px -603px;
}
#floatDivBoxs ul li a {
    color: #fff;
}


/* 所有模板通用开始 */
i{
	font-style: normal
}
input::-webkit-input-placeholder{
      color:#BEBEBE;
  }
input::-moz-placeholder{   /* Mozilla Firefox 19+ */
      color:#BEBEBE;
}　　
input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
      color:#BEBEBE;
}
input:-ms-input-placeholder{  /* Internet Explorer 10-11 */
      color:#BEBEBE;
}
.text_only1{
  display: inline-block;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  text-overflow:ellipsis;
}
.detile-col{
  color: #095BED
}
.tab a+a {
  margin-left: 10px;
}

/* 头部 */
.header {
    /*
    background: #eef8ff url(../images/header.png)center 40px  no-repeat;
     2021-6-25 党建 */
    background: #eef8ff url(../images/header_jiandang.png)center 40px  no-repeat;
}

.header .ht {
    height: 40px;
    line-height: 40px;
    background-color: #f7f7f7;
    color: #333;
    overflow: hidden;
}

.header .ht a {
    margin: 0 6px;
    color: #333;
    font-size: 14px;
    position: relative;
}

.header .ht span {
    font-size: 12px;
    color: #2d66a5;
    border: 1px solid #2d66a5;
    line-height: 23px;
    height: 25px;
    margin-top: -2px;
    padding: 0 10px;
    border-radius: 25px;
    display: inline-block;
    vertical-align: middle;
}

.header .ht a:before {
    position: absolute;
    content: '';
    height: 4px;
    width: 4px;
    border-radius: 100%;
    background: #2d66a5;
    top: 42%;
    left: -9px;
}

.header .ht .fl {
    font-size: 14px;
}
.header h1 {
    width: 600px;
    height: 90px;
    margin: 20px 0;
}

.header h1 a {
    display: block;
    height: 100%;
    background: url(../images/logo.png) center center no-repeat;
    background-position: 0 0;
}

.header .nav{
  width: 100%;
  background: #2d66a5;
  color: #fff;
}
.header .nav ul{
  width: 1200px;
  margin: 0 auto;
}
.header .nav li{
	float: left;
	position: relative;
	width: 12.5%;
	text-align: center;
	transition: all .3s;
}

/*.header .nav li.current {
    background: rgb(24 24 25 / 23%);
}*/

.header .nav li+li:before {content: "";position: absolute;left: 0;background: rgb(255 255 255 / 47%);width: 2px;height: 24px;top: 31%;border-radius: 100%;}

.header .nav li i {
    background: url(../images/yx_19.png) no-repeat;
    width: 22px;
    height: 20px;
    background-position: 2px 0;
    margin-right: 6px;
    vertical-align: middle;
    margin-top: -1px;
    display: inline-block;
}
.header .nav li i.s2{
    background-position: -148px 0;
}
.header .nav li i.s3{
    background-position: -301px -1px;
}
.header .nav li i.s4{
    background-position: -491px 1px;
}
.header .nav li i.s5{
    background-position: -662px 0px;
}
.header .nav li i.s6{
    background-position: -833px 1px;
}
.header .nav li i.s7{
    background-position: -1005px 1px;
}

.header .nav li a{
	display: inline-block;
	font-size: 18px;
	line-height: 50px;
	height: 50px;
	padding: 0 2px;
}

.header .nav li a b {
    font-weight: normal;
    color: #fff;
}

.header .nav li:hover b,.header .nav li.current b {font-weight: bold;}

.header .nav li.current a, .header .nav li:hover a {
    color: #fff;
}

.inner,
.content,
.links,
.copyright {
    position: relative;
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.header .search {
    margin-top: 34px;
    text-align: right;
	max-width: 520px;
}

.header .search span {
    display: inline-block;
    font-size: 12px;
    color: #3a81bb;
    padding: 0 10px;
    background: #d5edfe;
}

.header .search span img {
    width: 14px;
    vertical-align: middle;
    margin: -4px 4px 0 0;
}

.header .search input,
.header .search button {
    float: left;
    display: block;
}

.header .search input {
    box-sizing: border-box;
    display: block;
    height: 32px;
    width: 100%;
    line-height: 32px;
    font-size: 14px;
    padding-left: 21px;
    border: 0;
    background: #fff;
    border-radius: 2px;
    outline: none;
    border: 1px solid #c0d1de;
}

.header .search button {
    width: 75px;
    height: 32px;
    border: none;
    color: #fff;
    cursor: pointer;
    text-align: center;
    line-height: 32px;
    font-size: 13px;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    position: absolute;
    right: 0;
    padding-left: 12px;
    background: #2d66a5 url(../images/search.png) 11px center no-repeat;
    letter-spacing: -2px;
}

.header .search p {
    clear: both;
    line-height: 30px;
    font-size: 14px;
}

.header .search p strong {
    color: #31619e;
    font-size: 14px;
    font-weight: 400;
}

.header .search p a {
    margin: 0 8px;
    color: #31619e;
}

/* 所有模板通用结束 */