@charset "utf-8";

/*-----------------------------theme主题-----------------------------*/

html,
body {
    font: normal 16px/1.42857143 微软雅黑, 宋体, Georgia, Arial;
    color: #333;
    background-color: #f2f2f2;
    word-wrap: break-word;
}

a {
    color: #333;
}

.dis {
    display: none!important;
}

.active {
    display: block;
}

select {
    border: none;
    padding: 0 10px;
    cursor: pointer;
}

a:hover,
a:focus {
    color: red;
}

.h_login {
    float: left;
}
.h_login >a{
    display: inline-block;
    height: 100%;
    vertical-align: top;
    height: 40px;
    line-height: 37px;
    color: #fff;
    margin-right: 10px;
}

 .h_login b{
    font-size: 0;
    line-height: 0;
    border-width: 6px;
    border-color:#fff;
    border-bottom-width: 0;
    border-style: dashed;
    border-top-style: solid;
    border-left-color: transparent;
    border-right-color: transparent;
    display: none;
    cursor: pointer;
}
 .h_login:hover ul{
    display: block;
    padding-bottom: 10px;
}
 .h_login a:hover{
    color:#fff;
}
.h_login ul {
    position: absolute;
    background: #538cbd;
    width: 120px;
    text-align: center;
    top: 30px;
    display: none;
}

.cor1,
a.cor1 {
    color: white;
}

.cor2,
a.cor2 {
    color: ;
}

.cor3,
a.cor3 {
    color: ;
}

.cor4,
a.cor4 {
    color: ;
}

.bg1 {
    background: white;
}

.bg2 {
    background: ;
}

.bg3 {
    background: ;
}

.clear {
    clear: both;
}

.boder1 {
    border: 1px solid #e5e5e5;
}

.boder2 {
    border: 1px dashed #e5e5e5;
}

.boder3 {
    border: ;
}

.theme-lm>* {
    font-size: 20px;
    padding: 0 10px;
    float: left;
    line-height: 45px;
    height: 45px;
    color: #3560a0;
}

.theme-lm>*.active {
    color: #be5556;
    border-bottom: 2px solid #be5556;
}

.theme-lm img {
    float: left;
    margin-top: 7px;
}

.theme-more a,
a.theme-more {
    line-height: 45px;
    color: #C9C9C9;
    float: right;
    font-size: 14px;
}

.theme-time {
    color: #737373;
    float: right;
    margin-left: 15px;
}

.theme-list li {
    padding-left: 15px;
    background: url(../images/icon/icon2.jpg) no-repeat 0 center;
    line-height: 35px;
}

.theme-ct {
    margin-bottom: 30px;
    background: white;
    padding: 0 20px 20px;
}

.theme-dqwz {
    background: url(../images/icon/dqwz.jpg) no-repeat 0 5px;
    padding: 0 0 6px 20px;
    border-bottom: 1px solid #CCCCCC;
    margin-bottom: 20px;
    font-size: 16px;
}


/*-----------------------------header页眉-----------------------------*/

.version {
    font-size: 18px;
    background: #f9f9f9;
    line-height: 50px;
    text-align: center;
}

.version a {
    color: #d80909;
    text-decoration: underline;
}

.logorotate img {
    -webkit-animation: change 6s linear infinite;
}

@-webkit-keyframes change {
    0% {
        -webkit-transform: rotate(0deg);
    }
    50% {
        -webkit-transform: rotate(-180deg);
    }
    100% {
        -webkit-transform: rotate(-360deg);
    }
}


/*-----------------------------footer页脚-----------------------------*/


/* 网站链接开始 */

.link {
    height: 45px;
    line-height: 45px;
    border-top: 1px solid #e5e5e5;
}

.link .content {
    margin-top: 0;
    overflow: hidden;
    padding: 0;
}

.link .link_nav {
    float: right;
}

.link li {
    position: relative;
    float: left;
    width: 220px;
    text-align: center;
}

.link li span {
    position: relative;
    display: block;
    cursor: pointer;
}

.link li span:hover .links {
    height: 180px;
}

.link li::after {
    position: absolute;
    top: 15px;
    right: 5px;
    content: '';
    width: 8px;
    height: 8px;
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    transform: rotate(45deg);
}

.link .links {
    height: 0px;
    overflow: auto;
    overflow-x: hidden;
    margin-top: -1px;
    background: #fff;
    line-height: 34px;
    width: 100%;
    border-top: none;
    text-align: center;
    transition: 200ms;
}

.link .links a {
    display: block;
}


/* 网站链接结束 */


/*-----------------------------list列表-----------------------------*/

.list-fl {
    width: 20%;
    float: left;
    background-color: #f0f6fb;
    padding: 0 0 30px;
}

.list-fl>p {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    /* background-color: #3871a6; */
    background: url(../images/icon/title_bg.png);
    margin-bottom: 20px;
    line-height: 50px;
}

.list-lm li {
    line-height: 51px;
    height: 51px;
    /* background: #eff4f9; */
    /* border-bottom: 3px solid white; */
    font-size: 18px;
    text-align: center;
    position: relative;
    background: url(../images/icon/bottom_line.png) no-repeat center bottom;
    background-size: auto;
}

.list-lm li:before {
    content: " ";
    background: url(../images/icon/list_nav.png);
    width: 8px;
    height: 13px;
    position: absolute;
    right: 24px;
    top: 20px;
    transform: rotate(180deg);
    transition: transform .3s;
}

.list-lm li:hover:before,
.list-lm li.active:before {
    transform: rotate(270deg);
    z-index: 9;
}

.list-lm li a {
    margin: 0 auto;
    display: block;
    width: 90%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    z-index: 2;
    padding: 0 25px 0 20px;
    border-radius: 10px;
}

.list-lm li.active a,
.list-lm li:hover a {
    font-weight: bold;
    color: #fff;
    background-color: #246196;
}

.list-fr {
    width: 78%;
    float: right;
}

.list-fr>p {
    background: #f3f3f3;
    margin-bottom: 20px;
}

.list-fr>p span {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    background-color: #3871a6;
    line-height: 45px;
    float: left;
    padding: 0 25px;
}

.list li {
    line-height: 35px;
    padding-left: 20px;
    background: url(../images/icon/dian2.jpg) no-repeat 0 center;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all .5s;
}

.list li:hover {
    transform: translateX(1em);
}

.list li span {
    float: right;
    color: #999;
    margin-left: 20px;
    position: relative;
}

.list hr {
    border-bottom: dashed 1px #cccccc;
}

.list.pic li+hr {
    display: none;
}

.list.pic li {
    padding-left: 0;
    background-image: none;
    margin-bottom: 20px;
}

.list.pic li:hover {
    transform: initial;
}

.list.pic li:after {
    display: block;
    content: " ";
    clear: both;
    border-bottom: 1px dashed #ccc;
    padding-top: 20px
}

.list.pic li:last-child::after {
    display: none;
}

.list.pic li>a {
    float: left;
    width: 23%;
    margin-right: 20px;
}

.list.pic li>a img {
    width: 100%;
    height: 150px;
    border: 1px solid #e5e5e5;
}

.list.pic li dl dt {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 20px;
    transition: all .5s;
}

.list.pic li dl dt:hover {
    transform: translateX(1em);
}

.list.pic li dl dd {
    text-indent: 2em;
    white-space: initial;
    color: #8c8c8c
}

.list.pic li dl dd a {
    color: #d20707;
}

.newicon {
    background: url(../images/icon/iconnew.jpg) no-repeat 0 center !important;
    padding-left: 35px !important;
}


/*分页*/

#page-div {
    margin: 0 auto;
    text-align: center;
    margin-top: 20px;
}

.pagination-first,
.pagination-last {
    margin: 10px 0;
}

.pagination-index,
.pagination-num {
    border: 1px solid #3871a6;
    margin: 0 3px;
    padding: 0 15px;
    display: inline-block;
    border-radius: 3px;
    color: #3871a6;
}

.pagination-num.active,
.pagination-index:hover,
.pagination-num:hover {
    background: #3871a6;
    color: white;
}

.pagination-last span {
    margin: 0 5px;
}

.pagination-last input {
    height: 18px;
    width: 30px;
    text-align: center;
    border: 1px solid #333;
}

@media (max-width:768px) {
    .pagination-last small {
        display: none;
    }
    .pagination-index,
    .pagination-num {
        padding: 0 4px;
    }
}


/*-----------------------------detail详情-----------------------------*/


/* 分享 */

.bdshare-button-style2-16 .bds_tsina {
    background-image: url(../images/icon/share3.png);
    background-position: -1px -103px!important;
    background-size: 18px;
}

.bdshare-button-style2-16 .bds_more {
    background-image: url(../images/icon/share3.png)!important;
    background-position: -1px 0!important;
    background-size: 18px;
}

.detail {
    background: #FFFFFF;
    padding-bottom: 20px;
}

.detail>h1 {
    font-size: 32px;
    text-align: center;
    padding: 0 50px 20px;
}

.inform {
    border: 1px solid #CCCCCC;
    border-left: none;
    border-right: none;
    line-height: 40px;
    text-align: center;
    color: #999;
}

.inform>div {
    display: inline-block;
    margin: 0 20px;
}

.inform .fontsize img,
.inform .fontsize span {
    margin: 0 5px;
    cursor: pointer;
}

.inform .dywb {
    cursor: pointer;
    background: url(../images/icon/print.png) no-repeat 0 center;
    padding-left: 15px;
}

.inform .bdsharebuttonbox {
    display: inline-block;
    vertical-align: middle;
}

#NewsContent {
    padding: 20px;
}

#NewsContent .content {
    margin-top: 0;
    padding: 0 20px;
}

@media (max-width:768px){
    #NewsContent .content img{
        width: 100% !important;
        height: auto !important;
        text-indent: 0;
        display: block;
    }
}

.zrbj {
    display: block;
    margin: 10px 0;
    text-align: right;
}

#div-div,
#div-div2 {
    text-align: center;
    font-size: 12px;
    color: #999;
    clear: both;
    padding-bottom: 20px;
}

#div-div>table,
#div-div2>table {
    display: inline-block;
}

.xgxw p {
    border-bottom: 1px solid #CCCCCC;
    font-size: 20px;
    line-height: 50px;
    margin-bottom: 10px;
}

.xgxw p i {
    width: 5px;
    height: 20px;
    background: #3871a6;
    display: inline-block;
    margin-right: 15px;
    vertical-align: -3px;
}

.xgxw ul {
    padding-bottom: 20px;
    margin: 0 -20px;
}

.xgxw li {
    float: left;
    width: 50%;
    padding: 0 20px 0 35px;
    background: url(../images/icon/dian2.jpg) no-repeat 20px center;
    line-height: 35px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
}

.xgxw li span {
    float: right;
    color: #999;
    margin-left: 20px;
}

.click-top {
    position: fixed;
    bottom: 50px;
    right: 20px;
    z-index: 1000;
    cursor: pointer;
    width: 30px;
    display: none;
}

@media print {
    .dyyc {
        display: none !important;
    }
    .detail {
        padding-top: 20px;
    }
}


/*-----------------------------添加类名（辅助）-----------------------------*/

.ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

li a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


/* 滚动条样式 */

.scroll {
    overflow-y: auto;
    height: 100%;
    padding-right: 15px;
}

.scroll::-webkit-scrollbar {
    width: 10px;
}


/* 整个滚动条 */

.scroll::-webkit-scrollbar-track {
    background: #f8f8f8;
    border-radius: 5px;
}


/* 滚动条轨道 */

.scroll::-webkit-scrollbar-track-piece {}


/* 滚动条没有滑块的轨道部分 */

.scroll::-webkit-scrollbar-thumb {
    background-color: #ddd;
    background-clip: padding-box;
    min-height: 30px;
    border-radius: 5px;
}


/* 滚动条上的滚动滑块 */

.scroll::-webkit-scrollbar-thumb:hover {
    background: #bbb;
}


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


/* 头部样式开始 */

.header-top {
    background-color: #1e5382;
    height: 36px;
    color: #fff;
}

.header-top li {
    float: left;
    margin-right: 20px;
    line-height: 36px;
}

.header-top li img {
    margin-right: 5px;
}

.header-top li a {
    color: #fff;
    padding-left: 20px;
}

.header-center {
    height: 240px;
    /* padding: 22px 0 89px; */
    background: url(../images/public/header_bgg.png) no-repeat bottom;
    background-size: 100%;
}

.header-center .logo img {
    margin-bottom: 20px;
}

.logo {
    text-align: center;
    margin-top: 50px;
}
.logo img:first-child{width:130px;}
.logo-title {
    margin-bottom: 10px;
}

.header-bottom {
    background: url(../images/public/header_bg.png) top center no-repeat;
    height: 400px;
    /* position: relative; */
    background-size: 100%;
}

.right-fd {
    width: 74px;
    height: 400px;
    position: absolute;
    right: 0;
    top: 276px;
    background-color: rgba(0, 0, 0, .3);
}

.right-fd ul {
    margin-top: 50px;
}

.right-fd ul li {
    height: 117px;
    text-align: center;
}

.right-fd ul .zwwx {
    position: relative;
}

.right-fd ul .zwwx:hover .ewm {
    display: block;
}

.right-fd ul .zwwx .ewm {
    position: absolute;
    left: -74px;
    top: -4px;
    display: none;
    width: 75px;
}

.right-fd ul li a {
    color: #fff;
    display: block;
}

.right-fd ul li a span {
    display: block;
}

.header-bottom .nav {
    color: #246196;
    height: 60px;
    background-color: #fff;
    margin-top: -30px;
    box-shadow: 0px 0px 7px #888;
}

.header-bottom .nav ul {
    width: 100%;
    height: 100%;
}

.header-bottom .nav ul li {
    height: 100%;
    float: left;
    /* width: 200px; */
    width: 16.1%;
    text-align: center;
    line-height: 60px;
    font-size: 22px;
    font-weight: 700;
    margin-right: 8px;
}
.header-bottom .nav ul li:last-child{margin-right:0;}
.header-bottom .nav ul .active {
    background-color: #246196;
}

.header-bottom .nav ul .active a {
    color: #fff;
}

.header-bottom .search-box {
    margin-top: 110px;
    text-align: center;
}

.header-bottom .search-box .search {
    position: relative;
    width: 60%;
    text-align: center;
    margin: 0 auto;
}

.header-bottom .search-box .search .search-btn {
    cursor: pointer;
    width: 35px;
    height: 35px;
    position: absolute;
    right: 10px;
    top: 7px;
    content: '';
}

.header-bottom .search-box .search .search-btn img {
    margin-top: 3px;
}

.header-bottom .search-box .search input {
    width: 100%;
    height: 50px;
    padding: 0 10px;
    outline: none;
    border: 0;
    border-radius: 5px;
}

.header-bottom .search-box .search span {
    position: absolute;
    right: -75px;
    top: 13px;
    color: #fff;
    font-weight: 700;
}

.header-bottom .search-box .rmss {
    text-align: left;
    color: #fff;
    margin-top: 20px;
    font-size: 16px;
}

.header-bottom .search-box .rmss em {
    font-style: normal;
    float: left;
}

.header-bottom .search-box .rmss ul {
    float: left;
    margin: 0;
}

.header-bottom .search-box .rmss ul li {
    float: left;
    margin-right: 10px;
    cursor: pointer;
}


/* 头部样式结束 */


/* superSlide公共样式开始 */

.slideBoxStyle {
    width: 100%;
    position: relative;
}

.slideBoxStyle .hd {
    /* padding: 0 20px; */
}

.slideBoxStyle .hd ul {
    height: 55px;
}

.slideBoxStyle .hd ul li {
    margin: 0 25px;
    float: left;
    height: 100%;
    line-height: 40px;
    text-align: center;
    font-weight: 700;
    cursor: pointer;
    font-size: 20px;
    font-weight: 700;
    position: relative;
}

.slideBoxStyle .hd ul li:nth-child(1) {
    margin-left: 0;
}

.slideBoxStyle .hd ul li:nth-child(1)::before {
    display: none;
}

.slideBoxStyle .hd ul li::before {
    content: '';
    position: absolute;
    left: -36px;
    width: 2px;
    height: 22px;
    background-color: #000;
    top: 10px;
}

.slideBoxStyle .hd ul>.on {
    color: #025193;
    border-bottom: 3px solid #025193;
}

.slideBoxStyle .hd ul>.on a {
    color: #025193;
}

.slideBoxStyle .bd {
    margin-top: 10px;
    padding: 0 10px;
}

.slideBoxStyle .bd span {
    position: absolute;
    top: 8px;
    right: 7px;
    color: #999;
}

.slideBoxStyle .bd span a {
    color: #999;
}

.slideBoxStyle .bd ul li {
    width: 100%;
    position: relative;
    height: 43px;
    line-height: 43px;
}

.slideBoxStyle .bd ul li a {
    display: block;
    width: 77%;
}

.slideBoxStyle .bd ul li span {
    position: absolute;
    right: 5px;
    top: 0;
}


/* superSlide公共样式结束 */


/* superSlide2公共样式开始  */

.slideBoxStyle2 .hd {
    background: #f5f5f5;
    height: 40px;
}

.slideBoxStyle2 .hd ul {
    height: 100%;
}

.slideBoxStyle2 .hd ul li {
    padding: 0 20px;
    margin: 0 20px 0 0;
}

.slideBoxStyle2 .hd ul li::before {
    display: none;
}

.slideBoxStyle2 .hd ul>.on {
    background-color: #246196;
    color: #fff;
    border: 0;
}

.slideBoxStyle2 .hd ul>.on a {
    color: #fff;
}


/* superSlide公共样式2结束 */

.fl {
    float: left;
}

.fr {
    float: right;
}

.xglj {
    margin: 20px 5px;
}

.xglj ul li {
    display: inline-block;
    margin-left: 10px;
}

.wzsm {
    font-weight: 700;
    margin-bottom: 20px;
}

.footMsg p {
    margin-bottom: 10px;
}

footer {
    background: #fff;
    padding: 40px 0;
    margin-top: 30px;
}

.foot-right {
    margin-top: 30px;
}


/* 蓝色块的hd样式s */

.blue-hd {
    width: 216px;
}

.blue-hd ul li {
    cursor: pointer;
    position: relative;
    width: 196px;
    height: 109px;
    background: url('../images/icon/blue_bg.png') no-repeat;
    margin: 11px 0 0 10px;
    text-align: center;
}

.blue-hd ul li img {
    margin-top: 18px;
}

.blue-hd ul li a {
    display: block;
    color: #fff;
    font-size: 22px;
    margin-top: 5px;
}

.blue-hd ul>.on {
    background: url('../images/icon/blue_bg_active.png') no-repeat;
}

.blue-hd ul>.on::after {
    content: '';
    position: absolute;
    top: 50%;
    right: -30px;
    border: 20px solid transparent;
    border-left: 10px solid #2670ae;
    transform: translateY(-50%);
}

.blue-bd {
    width: 410px;
    height: 300px;
}

.blue-bd .slideBox5 {
    width: 100%;
}

.blue-bd .slideBox5 .bd ul h4 img {
    margin: 0 10px 3px 0;
}

.blue-bd .slideBox5 .bd ul p {
    color: #999;
    padding: 0 10px;
}

.blue-bd .slideBox5 .bd ul em {
    color: #999;
    font-style: normal;
}

.blue-bd .slideBox5 .bd ul .bottom-list {
    margin-top: 20px;
}

footer .footMsg p span {
    margin-right: 10px;
}


/* 蓝色块的hd样式e */


/*-----------------------------响应式-----------------------------*/

.container,
.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding: 0 20px;
}

.content1 {
    margin-top: -80px;
    padding-top: 24px;
}

.content {
    margin-top: -80px;
    background-color: #fff;
    padding-top: 24px;
    padding-bottom: 40px;
}

.show_video_wh{
    width:100% !important;
    height:auto;
}

@media (min-width: 768px) {
    .container {
        width: 100%;
    }
    .fontsize {
        display: none;
    }
}

@media (min-width: 992px) {
    .container {
        width: 100%;
    }
}

@media (min-width: 1240px) {
    .container {
        width: 1240px;
    }
    .theme-ct {
        min-height: 600px;
    }
}

@media (min-width: 1520px) {
    .container {
        /* width: 1500px; */
        width: 1240px;
    }
}

@media (max-width: 1500px) {}

@media (max-width: 1200px) {
    .header-bottom .nav ul li {
        width: 16%;
    }
    .link {
        display: none;
    }
    #NewsContent .content div{text-indent:0 !important;}
    .right-fd {
        display: none;
    }
    .theme-ct {
        padding-left: 10px;
        padding-right: 10px;
    }
    .theme-dqwz {
        /* background-position-y: 20px; */
    }
    /* list */
    .list-fl {
        /* display: none; */
        width: 100%;
    }
    .list-fl .list-lm li {
        float: left;
        width: 25%;
    }
    .list-fr {
        width: 100%;
        padding: 20px 20px 0;
    }
    .right-fd {
        display: none;
    }
    .list.pic li>a {
        width: 100%;
        margin-right: 0;
        display: block;
        float: initial;
        margin-bottom: 20px;
    }
    .list.pic li>a img {
        height: 200px;
    }
    /* dtail */
    #NewsContent {
        padding-left: initial;
        padding-right: initial;
    }
    #NewsContent .main_xl_header{
        width:100% !important;
    }
    #NewsContent .main_xl_header .col-md-6{width:100% !important;}
    #NewsContent .gkzn_right_tit{width:100% !important;}
    #NewsContent .gsj_htmlcon{width:100% !important;margin:0 !important;padding:0 !important;}
    #NewsContent .gsj_htmlcon .ctitle{width:100% !important;margin:0 !important;padding:30px !important;}
    #NewsContent .gsj_htmlcon .gsj_htmlcon_bot{width:100% !important;margin:0 !important;padding:0 !important;}
    #NewsContent .content p{width:100% !important;}
    #NewsContent .content .cont2{width:100% !important;}
    #NewsContent .content .cont2 .dhgao{width:100% !important;}
    #NewsContent .content .cont2 .hao1{width:100% !important;}
    #NewsContent .content #fontzoom{width:100% !important;}
    .detail_content_iv {
        display:block;
        height: initial !important;
    }
    .detail>h1 {
        font-size: 20px;
        padding: 0 0 20px 0;
    }
    .inform {
        line-height: 25px;
        padding: 10px 0;
    }
    .xgxw li {
        float: initial;
        width: initial;
    }
    .inform .removedis,
    .click-top {
        display: none;
    }
    /* s新增响应式 */
    .container {
        padding: 0;
    }
    header {
        width: 100%;
    }
    header .header-top .container ul li {
        padding: 0;
        margin-right: 0;
    }
    header .header-top .container ul li a {
        color: #fff;
    }
    .logo img {
        /* width: 90%; */
        max-width: 100%;
    }
    .logo>img {
        /* width: 80px; */
    }
    .header-center .logo {
        padding: 3% 10px 0;
    }
    .header-center {
        height: auto;
        padding: 2% 0 10%;
    }
    .header-bottom .nav ul .active a {
        color: #fff;
    }
    /* e新增响应式 */
    footer {
        padding: 40px 20px;
    }
}

@media (max-width: 992px) {}

@media (max-width: 768px) {
    /* .header-bottom .nav ul li:nth-child(1) {
        width: 100%;
        border-bottom: 1px solid #fff;
    } */
    .list-fl .list-lm li {
        float: left;
        width: 50%;
    }
    .header-bottom .nav {
        height: 120px;
        background-color: #246196;
        border-bottom: 1px solid #fff;
    }
    .header-bottom .nav ul li {
        color: #fff;
        width: 31%;
        font-size: 16px;
        height: 60px;
    }
    .header-bottom .nav ul li a {
        color: #fff;
    }
    .header-bottom .nav ul .active a {
        color: #fff;
    }
    .rmss {
        display: none;
    }
    .header-bottom .search-box {
        margin-top: 100px;
    }
    .header-bottom .search-box .search span {
        font-size: 14px;
        right: -64px;
    }
    .slideBoxStyle .hd {
        padding: 0 10px;
    }
    .slideBoxStyle .hd ul li {
        font-size: 16px;
    }
}

/* 文章分享 */
@font-face {
    font-family: "socialshare";
    src: url("../fonts/iconfont.eot");
    src: url("../fonts/iconfont.eot?#iefix") format("embedded-opentype"), url("../fonts/iconfont.woff") format("woff"), url("../fonts/iconfont.ttf") format("truetype"), url("../fonts/iconfont.svg#iconfont") format("svg")
}
.social-share {
    font-family: "socialshare" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale
}
.social-share * {
    font-family: "socialshare" !important
}
.social-share .icon-tencent:before {
    content: "\f07a"
}
.social-share .icon-qq:before {
    content: "\f11a"
}
.social-share .icon-weibo:before {
    content: "\f12a"
}
.social-share .icon-wechat:before {
    content: "\f09a"
}
.social-share .icon-douban:before {
    content: "\f10a"
}
.social-share .icon-heart:before {
    content: "\f20a"
}
.social-share .icon-like:before {
    content: "\f00a"
}
.social-share .icon-qzone:before {
    content: "\f08a"
}
.social-share .icon-linkedin:before {
    content: "\f01a"
}
.social-share .icon-diandian:before {
    content: "\f05a"
}
.social-share .icon-facebook:before {
    content: "\f03a"
}
.social-share .icon-google:before {
    content: "\f04a"
}
.social-share .icon-twitter:before {
    content: "\f06a"
}
.social-share a {
    position: relative;
    text-decoration: none;
    margin: 4px;
    display: inline-block;
    outline: none
}
.social-share .social-share-icon {
    position: relative;
    display: inline-block;
    width: 26px;
    height: 26px;
    font-size: 16px;
    border-radius: 50%;
    line-height: 26px;
    border: 1px solid #666;
    color: #666;
    text-align: center;
    vertical-align: middle;
    transition: background 0.6s ease-out 0s
}
.social-share .social-share-icon:hover {
    background: #666;
    color: #fff
}
.social-share .icon-weibo {
    color: #ff763b !important;
    border-color: #ff763b;
    padding: 0 !important;
}
.social-share .icon-weibo:hover {
    background: #ff763b
}
.social-share .icon-tencent {
    color: #56b6e7;
    border-color: #56b6e7
}
.social-share .icon-tencent:hover {
    background: #56b6e7
}
.social-share .icon-qq {
    color: #56b6e7;
    border-color: #56b6e7
}
.social-share .icon-qq:hover {
    background: #56b6e7
}
.social-share .icon-qzone {
    color: #FDBE3D;
    border-color: #FDBE3D
}
.social-share .icon-qzone:hover {
    background: #FDBE3D
}
.social-share .icon-douban {
    color: #33b045;
    border-color: #33b045
}
.social-share .icon-douban:hover {
    background: #33b045
}
.social-share .icon-linkedin {
    color: #0077B5;
    border-color: #0077B5
}
.social-share .icon-linkedin:hover {
    background: #0077B5
}
.social-share .icon-facebook {
    color: #44619D;
    border-color: #44619D
}
.social-share .icon-facebook:hover {
    background: #44619D
}
.social-share .icon-google {
    color: #db4437;
    border-color: #db4437
}
.social-share .icon-google:hover {
    background: #db4437
}
.social-share .icon-twitter {
    color: #55acee;
    border-color: #55acee
}
.social-share .icon-twitter:hover {
    background: #55acee
}
.social-share .icon-diandian {
    color: #307DCA;
    border-color: #307DCA
}
.social-share .icon-diandian:hover {
    background: #307DCA
}
.social-share .icon-wechat {
    position: relative;
    color: #7bc549 !important;
    border-color: #7bc549;
    padding: 0 !important;
}
.social-share .icon-wechat:hover {
    background: #7bc549
}
.social-share .icon-wechat .wechat-qrcode {
    display: none;
    border: 1px solid #eee;
    position: absolute;
    z-index: 9;
    top: -203px;
    left: -84px;
    width: 200px;
    height: 192px;
    color: #666;
    font-size: 12px;
    text-align: center;
    background-color: #fff;
    box-shadow: 0 2px 10px #aaa;
    transition: all 200ms;
    -webkit-tansition: all 350ms;
    -moz-transition: all 350ms
}
.social-share .icon-wechat .wechat-qrcode.bottom {
    top: 40px;
    left: -84px
}
.social-share .icon-wechat .wechat-qrcode.bottom:after {
    display: none
}
.social-share .icon-wechat .wechat-qrcode h4 {
    font-weight: normal;
    height: 26px;
    line-height: 26px;
    font-size: 12px;
    background-color: #f3f3f3;
    margin: 0;
    padding: 0;
    color: #777
}
.social-share .icon-wechat .wechat-qrcode .qrcode {
    width: 105px;
    margin: 10px auto
}
.social-share .icon-wechat .wechat-qrcode .qrcode table {
    margin: 0 !important
}
.social-share .icon-wechat .wechat-qrcode .help p {
    font-weight: normal;
    line-height: 16px;
    padding: 0;
    margin: 0
}
.social-share .icon-wechat:hover .wechat-qrcode {
    display: block
}
.content_shareIcon{position:absolute;right:0px;top:12px}
.bc-nav-wp{position:relative}

/* 分享 */
#share-1{display: inline-block; position: relative;}
.share-box{display: inline-block;}
.share-box>*{vertical-align: middle;}
.share-box a{display: inline-block; width: 24px; height: 24px; background:url(../images/icon/share.png) no-repeat; margin-left: 8px; cursor: pointer;}
.share-box a:hover{opacity: .8;}
.share-box a.gwds_weixin{background-position: 0 -38px;}
.share .gwds_more{display: inline-block; width: 24px; height: 24px; background:url(../images/icon/share2.jpg) no-repeat 5px center; cursor: pointer;}
.share-popup{ width: 214px; -webkit-box-shadow: 0 0 7px #eee; -moz-box-shadow: 0 0 7px #eee; z-index: 1000000; position: absolute;border: 1px solid #e9e9e9; display:none;background: white;}
.share-popup h6{ height: 34px; line-height: 34px;padding-left: 5px; background-color: rgb(246, 246, 246);text-align: left;color: #000000;}
.share-popup h6 b{position: absolute; top:5px; right:5px; width: 22px; height: 23px; background: url(../images/icon/share4.gif) no-repeat 0 0; cursor: pointer;}
.share-popup ul{background-color: #fff;}
.share-popup li{width: 46%; float: left;margin: 2%;}
.share-popup li a{display:block;line-height: 32px; border: 1px solid transparent; font-size: 14px; color: #565656; text-indent: 34px; background: url(../images/icon/share3.png) no-repeat; cursor: pointer;padding-right: 5px;}
.share-popup li a:hover{background-color: #f3f3f3; border: 1px solid #eee; -webkit-border-radius: 3px; -moz-border-radius: 3px;}
.share-popup li a.gwds_qzone{background-position: 0 -237px}
.share-popup li a.gwds_douban{background-position: 0 -357px}
.share-popup.top{ bottom: 35px;}
.share-popup.bottom{ top: 35px;}
.share-popup.left{ right: 0; }
.share-popup.right{ left: 90px;}
#Canvas{display:none;}

/* 相关附件 */
.xgfj{margin-top:20px;}
.xgfj span{display:block;width:120px;height:40px;line-height:37px;color:#fff;background-color:#246196;font-size:17px;font-weight:bold;text-align:center;font-family:Microsoft YaHei;}
.xgfj ul{margin-top:10px;}
.xgxw{display:none;}

/*归档*/
#file_box{display:none;position: absolute;width: 160px;height: 90px;top: 636px;right: 193px;background: url(../images/guidang.png) center center no-repeat;transform: rotate(35deg);color: #ff0000;text-align: center;z-index: 9999;}
#file_box span{font-size: 11px;font-weight: bold;bottom: 0;position: absolute;left: 0;right: 0;padding: 20px 0}
#file_box span i{font-style: normal;}
