body {
    background: url(../images_bgt/xy_bgt_bg.png) no-repeat center top;
    min-height: 600px;
}

.footer .container {
    width: 1280px;
}

.container {
    width: 1180px;
}


/*首页开始*/

.xy_bgt_top {
    height: 36px;
    line-height: 36px;
    background-color: #015293;
}

.xy_bgt_top a {
    float: left;
    height: 100%;
    padding-left: 26px;
    background: url(../images_bgt/xy_bgt_icon.png) no-repeat left center;
    font-size: 14px;
    color: #ddecea;
}

.xy_bgt_top a:hover span {
    opacity: .8;
}

.logoSearch {
    height: 207px;
    box-sizing: border-box;
    padding-top: 60px;
}

.logoSearch .left {
    float: left;
}

.logoSearch .right {
    float: right;
    padding-top: 40px;
}

.logoSearch .right form {
    float: left;
    width: 398px;
    border: 2px solid #015293;
    border-radius: 25px;
    box-sizing: border-box;
    height: 50px;
    padding-left: 69px;
    background: url(../images_bgt/search_img1.png) no-repeat 27px center, url(../images_bgt/search_img2.png) no-repeat 55px center;
    background-color: #fff;
}

.logoSearch .right input {
    float: left;
    border: none;
    outline: none;
    height: 46px;
}

.logoSearch .right input:nth-child(1) {
    width: 218px;
}

.logoSearch .right input:nth-child(2) {
    width: 107px;
    border-radius: 25px;
    background-color: #015293;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    transform: translateX(1px);
}

.bgt_nav {
    height: 64px;
    background-color: #005b9a;
}

.bgt_nav_box {
    height: 59px;
    background-color: #015293;
}

.bgt_nav_box li {
    float: left;
    width: 16.666%;
    box-sizing: border-box;
    border-left: 1px solid #005b9a;
    height: 59px;
    text-align: left;
    transition: background-color .3s;
}

.bgt_nav_box li a {
    display: block;
    font-size: 20px;
    font-weight: 700;
    height: 59px;
    color: #fff;
    line-height: 59px;
    box-sizing: border-box;
    padding-left: 80px;
}

.bgt_nav_box li:nth-child(1) {
    text-align: left;
    background: url(../images_bgt/xy_bgt_nav2.png) no-repeat left top / 100% 93%;
    height: 69px;
    margin-top: -5px;
    border-left: none;
}

.bgt_nav_box li:nth-child(1).on {
    text-align: left;
    background: url(../images_bgt/xy_bgt_nav2-1.png) no-repeat left top / 100% 100%;
    height: 69px;
    margin-top: -5px;
    border-left: none;
}

.bgt_nav_box li:nth-child(1) a {
    padding-left: 75px;
    background: url(../images_bgt/xy_bgt_nav1.png) no-repeat 30px 20px;
    line-height: 69px;
}

.bgt_nav_box li:nth-child(1):hover {
    background: url(../images_bgt/xy_bgt_nav2-1.png) no-repeat left top / 100% 100%;
}

.bgt_nav_box li:nth-child(2) {
    background: url(../images_bgt/xy_bgt_nav3.png) no-repeat 35px center;
}

.bgt_nav_box li:nth-child(3) {
    background: url(../images_bgt/xy_bgt_nav4.png) no-repeat 35px center;
}

.bgt_nav_box li:nth-child(4) {
    background: url(../images_bgt/xy_bgt_nav5.png) no-repeat 35px center;
}

.bgt_nav_box li:nth-child(5) {
    background: url(../images_bgt/xy_bgt_nav6.png) no-repeat 35px center;
}

.bgt_nav_box li:nth-child(6) {
    background: url(../images_bgt/xy_bgt_nav7.png) no-repeat 35px center;
}

.bgt_nav_box li:hover {
    background-color: #005b9a;
    transition: background-color .3s;
}

.bgt_nav_box li.on {
    background-color: #005b9a;
    transition: background-color .3s;
}

.bgt_tout {
    height: 127px;
}

.bgt_tout h3 {
    height: 127px;
    line-height: 127px;
    text-align: center;
}

.bgt_tout h3 a {
    font-size: 32px;
    color: #333;
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 125px;
    background: url(../images_bgt/xy_bgt_tout.png) no-repeat left center;
    box-sizing: border-box;
}

.bgt_tout h3 a:hover {
    color: #015293;
}

.bgt_lunBBox .container {
    background-color: #fff;
    box-sizing: border-box;
    padding-right: 20px;
    box-shadow: 1px 5px 10px rgba(0, 0, 0, .1);
}

.bgt_lunBBox .lunb {
    float: left;
    width: 662px;
    height: 390px;
    position: relative;
    overflow: hidden;
}

.bgt_lunBBox .lunb .bd li {
    float: left;
}

.bgt_lunBBox .lunb .bd li a {
    display: block;
    width: 662px;
    height: 390px;
    overflow: hidden;
    position: relative;
}

.bgt_lunBBox .lunb .bd li img {
    display: block;
    width: 662px;
    height: 390px;
    transition: transform .3s;
}

.bgt_lunBBox .lunb .bd li a:hover img {
    /*transform: scale(1.2);
	transition: transform .3s;*/
}

.bgt_lunBBox .lunb .bd span {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 57px;
    line-height: 57px;
    background: rgba(0, 0, 0, .5);
    width: 662px;
    box-sizing: border-box;
    padding-left: 20px;
    font-size: 18px;
    color: #fff;
}

.bgt_lunBBox .lunb .hd {
    position: absolute;
    right: 20px;
    bottom: 24px;
}

.bgt_lunBBox .lunb .hd li {
    float: left;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background-color: #fff;
    margin-left: 10px;
    transition: width .3s;
    cursor: pointer;
}

.bgt_lunBBox .lunb .hd li.on {
    width: 25px;
    border-radius: 3px;
    background-color: #015293;
    transition: width .3s;
}

.bgt_lunBBox .lunb .prev {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    cursor: pointer;
}

.bgt_lunBBox .lunb .next {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    cursor: pointer;
}

.bgt_tong_tab {
    float: right;
    width: 468px;
}

.bgt_tong_tab .hd {
    height: 52px;
    box-sizing: border-box;
}

.bgt_tong_tab .hd ul {
    float: left;
}

.bgt_tong_tab .hd li {
    float: left;
    height: 49px;
    line-height: 49px;
    padding-right: 22px;
    background: url(../images_bgt/bs_tab_xian.png) no-repeat right center;
    padding-left: 22px;
    position: relative;
    font-size: 24px;
    color: #262626;
}

.bgt_tong_tab .hd li img {
    position: absolute;
    bottom: -24px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    display: none;
}

.bgt_tong_tab .hd li:first-child {
    padding-left: 0;
}

.bgt_tong_tab .hd li:last-child {
    background: none;
}

.bgt_dcdb .hd li:last-child {
    background: url(../images_bgt/bs_tab_xian.png) no-repeat right center;
}

.bgt_tong_tab .hd li a {
    display: block;
    font-size: 24px;
    color: #262626;
}

.bgt_tong_tab .hd li.on {
    color: #015293;
    font-weight: 700;
}

.bgt_tong_tab .hd li.on a {
    color: #015293;
    font-weight: 700;
}

.bgt_tong_tab .hd li.on img {
    display: block;
}

.bgt_tong_tab .hd h4 {
    float: left;
    height: 49px;
    line-height: 49px;
    padding-right: 22px;
    /*background: url(../images_bgt/bs_tab_xian.png) no-repeat right center;*/
    padding-left: 22px;
    position: relative;
    font-size: 24px;
    color: #262626;
    font-weight: 400;
}

.bgt_tong_tab .hd h4 a {
    display: block;
    font-size: 24px;
    color: #262626;
}

.bgt_tong_tab .hd h4 a:hover {
    color: #015293;
    font-weight: 700;
}

.bgt_tong_tab .hd .more {
    float: right;
    height: 48px;
}

.bgt_tong_tab .hd .more a {
    display: block;
    font-size: 16px;
    color: #999;
    height: 48px;
    line-height: 48px;
}

.bgt_tong_tab .bd li {
    height: 46px;
    line-height: 46px;
}

.bgt_tong_tab .bd a {
    display: inline-block;
    padding-left: 22px;
    background: url(../images_bgt/green_dian.png) no-repeat 2px center;
    max-width: 440px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 18px;
    color: #000;
}

.bgt_tong_tab .bd span {
    float: right;
    font-size: 16px;
    color: #999;
}

.bgt_tong_tab .bd a:hover {
    color: #015293;
}

.bgt_tong_tab .tempWrap {
    border: 1px solid #e6e6e6;
    box-sizing: border-box;
    padding-right: 0;
    margin-top: 20px;
}

.bgt_tong_tab .tempWrap ul {
    box-sizing: border-box;
    padding: 10px 20px;
}

.bgt_lunBBox .bgt_gzdt .hd {
    border-bottom: 1px solid #dedbdb;
}

.bgt_lunBBox .bgt_gzdt .hd li {
    background: none;
    padding-right: 0;
    border-bottom: 3px solid #015293;
    line-height: 38px;
}

.bgt_lunBBox .bgt_gzdt .tempWrap {
    padding: 0;
    border: none;
    margin-top: 0;
}

.bgt_lunBBox .bgt_gzdt .tempWrap ul {
    border: none;
    padding: 0;
}

.bgt_lunBBox .bgt_gzdt .bd ul {
    padding-top: 15px;
}

.bgt_lunBBox .bgt_gzdt .bd a {
    max-width: 390px;
}

.bgt_lunBBox .bgt_gzdt .hd .more a {
    line-height: 46px;
}

.bgt_banner_1 {
    margin-top: 40px;
    position: relative;
}

.bgt_banner_1 .container,
.bgt_banner_2 .container {
    position: relative;
}

.bgt_banner_2 {
    position: relative;
}

.bgt_banner_1 .hd {
    position: absolute;
    right: 20px;
    bottom: 13px;
    z-index: 100;
}

.bgt_banner_1 .hd li {
    float: left;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #fff;
    margin-left: 10px;
    transition: width .3s;
    cursor: pointer;
}

.bgt_banner_1 .hd li.on {
    background-color: #015293;
    transition: width .3s;
}

.bgt_banner_1 .bd {
    overflow: hidden;
}

.bgt_banner_1 .bd li {
    float: left;
}

.bgt_banner_1 .bd img {
    display: block;
    width: 1180px;
    height: 140px;
}

.bgt_dcdbZwxx {
    margin-top: 35px;
}

.bgt_dcdbZwxx .bgt_dcdb {
    float: left;
    width: 572px;
}

.bgt_dcdbZwxx .bgt_zwxx {
    width: 572px;
}

.bgt_tpsp {
    margin-top: 40px;
    padding-bottom: 40px;
}

.bgt_tpsp .container>.hd a {
    display: block;
    width: 213px;
}

.bgt_tpsp .container>.hd a img {
    margin-left: -486px;
}

.bgt_tpsp .container>.bd {
    margin-top: 30px;
}

.bgt_tpsp .left {
    float: left;
    width: 587px;
    height: 367px;
    position: relative;
    overflow: hidden;
}

.bgt_tpsp .left .bd li {
    float: left;
}

.bgt_tpsp .left .bd li a {
    display: block;
    width: 587px;
    height: 367px;
    overflow: hidden;
    position: relative;
}

.bgt_tpsp .left .bd li img {
    display: block;
    width: 587px;
    height: 367px;
    transition: transform .3s;
}

.bgt_tpsp .left .bd li a:hover img {
    /*transform: scale(1.2);
	transition: transform .3s;*/
}

.bgt_tpsp .left .bd span {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 52px;
    line-height: 52px;
    background: rgba(0, 0, 0, .6);
    width: 587px;
    box-sizing: border-box;
    padding-left: 20px;
    font-size: 18px;
    color: #fff;
}

.bgt_tpsp .left .hd {
    position: absolute;
    right: 20px;
    bottom: 20px;
}

.bgt_tpsp .left .hd li {
    float: left;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background-color: #fff;
    margin-left: 5px;
    transition: width .3s;
    cursor: pointer;
}

.bgt_tpsp .left .hd li.on {
    background-color: #015293;
    transition: width .3s;
}

.bgt_tpsp .left .prev {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    cursor: pointer;
}

.bgt_tpsp .left .next {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    cursor: pointer;
}

.bgt_tpsp .right {
    float: right;
    width: 593px;
}

.bgt_tpsp .right li {
    float: left;
    width: 277px;
    position: relative;
    margin-bottom: 20px;
    margin-left: 19px;
}

.bgt_tpsp .right li a {
    display: block;
    overflow: hidden;
    width: 278px;
    height: 174px;
}

.bgt_tpsp .right li a img {
    display: block;
    width: 278px;
    height: 174px;
    transition: transform .3s;
}

.bgt_tpsp .right li a:hover img {
    /*transform: scale(1.2);
	transition: transform .3s;*/
}

.bgt_tpsp .right li span {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 68px;
    line-height: 90px;
    color: #fff;
    width: 278px;
    background: url(../images_bgt/xy_bgt_tpyx7.png) no-repeat 20px 36px, url(../images_bgt/xy_bgt_tpyx6.png) no-repeat center;
    box-sizing: border-box;
    padding-left: 50px;
}


/*首页结束*/


/*当前位置开始*/

.bgt_position {
    margin-top: 40px;
}

.bgt_position .container {
    height: 48px;
    padding-bottom: 28px;
    box-sizing: border-box;
    background: url(../images_bgt/position1.png) no-repeat center bottom;
    color: #999;
    font-size: 12px;
}

.bgt_position .container * {
    font-size: 16px;
    color: #666;
}

.bgt_position .container a:last-child {
    color: #015293;
}

.bgt_position .container a {
    display: inline-block;
    height: 20px;
}

.bgt_position .container a:hover {
    color: #015293;
}

.bgt_position .container span {
    height: 20px;
    display: inline-block;
    padding-left: 25px;
    background: url(../images_bgt/position.png) no-repeat left center;
    color: #666;
}


/*当前位置结束*/


/*通用 hd 头部开始 */

.bgt_tong_hd>.hd {
    padding-bottom: 21px;
    box-sizing: border-box;
    border-bottom: 1px solid #e5e5e5;
}

.bgt_tong_hd>.hd>span {
    display: inline-block;
    font-size: 26px;
    font-weight: 700;
    color: #015293;
    padding-left: 24px;
    background: url(../images_bgt/bgt_list_icon.png) no-repeat left center;
}


/*通用 hd 头部结束 */


/*单页列表开始*/

.bgt_tong_list {
    margin-top: 40px;
    padding-bottom: 40px;
}

.bgt_tong_list .hd {
    padding-bottom: 21px;
    box-sizing: border-box;
    border-bottom: 1px solid #e5e5e5;
}

.bgt_tong_list .hd span {
    display: inline-block;
    font-size: 26px;
    font-weight: 700;
    color: #015293;
    padding-left: 24px;
    background: url(../images_bgt/bgt_list_icon.png) no-repeat left center;
}

.bgt_tong_list .bd ul {
    padding-top: 25px;
}

.bgt_tong_list .bd li {
    height: 44px;
    line-height: 44px;
    padding-left: 20px;
    background: url(../images_bgt/green_dian.png) no-repeat left center;
}

.bgt_tong_list .bd li a {
    display: inline-block;
    font-size: 18px;
    color: #333;
    max-width: 980px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.bgt_tong_list .bd li a:hover {
    color: #015293;
}

.bgt_tong_list .bd li span {
    float: right;
    font-size: 16px;
    color: #999;
}

.bgt_tong_list .bd li.fenye {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px dashed #c5c5c5;
    background: url(../images_bgt/green_dian.png) no-repeat left 18px;
}


/*单页列表结束*/


/*机构设置开始*/

.bgt_JiGou {
    margin-top: 40px;
}

.bgt_LingDaoZn {
    margin-top: 60px;
}

.bgt_LingDaoZn .bgt_ldxx {
    float: left;
    width: 580px;
    box-sizing: border-box;
}

.bgt_LingDaoZn>div>span {
    display: inline-block;
    font-size: 22px;
    font-weight: 700;
    color: #015293;
    margin-bottom: 30px;
}

.bgt_LingDaoZn .cont {
    height: 655px;
    border: 1px solid #e3e3e3;
    box-sizing: border-box;
}

.bgt_LingDaoZn .bgt_ldxx .cont {
    padding: 30px 30px 0;
}

.bgt_LingDaoZn .bgt_ldxx .cont h3 {
    height: 46px;
    box-sizing: border-box;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 25px;
}

.bgt_LingDaoZn .bgt_ldxx .cont h3 a {
    font-size: 24px;
    color: #015293;
    display: inline-block;
    height: 44px;
    border-bottom: 2px solid #015293;
}

.bgt_LingDaoZn .bgt_ldxx .cont h3 span {
    font-size: 16px;
    color: #333;
    font-weight: 400;
    margin-left: 38px;
    display: inline-block;
    max-width: 378px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.bgt_LingDaoZn .bgt_ldxx .cont li {
    padding-left: 20px;
    background: url(../images_bgt/bgt_lingdao_icon.png) no-repeat left center;
}

.bgt_LingDaoZn .bgt_ldxx .cont li a {
    display: inline-block;
    font-size: 18px;
    color: #333;
    font-weight: 700;
    height: 53px;
    line-height: 53px;
}

.bgt_LingDaoZn .bgt_ldxx .cont li a:hover {
    color: #015293;
}

.bgt_LingDaoZn .bgt_ldxx .cont li span {
    display: inline-block;
    font-size: 16px;
    color: #333;
    margin-left: 38px;
    max-width: 400px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.bgt_LingDaoZn .bgt_znzz {
    float: right;
    width: 560px;
}

.bgt_LingDaoZn .bgt_znzz .cont {
    box-sizing: border-box;
}

.bgt_LingDaoZn .bgt_znzz .cont_box {
    height: 600px;
    overflow-y: auto;
    padding-right: 30px;
    text-align: justify;
}

.bgt_LingDaoZn .bgt_znzz .cont_box * {
    font-size: 16px !important;
    line-height: 32px !important;
    color: #333 !important;
    font-family: "微软雅黑" !important;
}

.bgt_LingDaoZn .bgt_znzz .cont_box::-webkit-scrollbar {
    width: 8px;
    background-color: #f2f2f2;
}

.bgt_LingDaoZn .bgt_znzz .cont_box::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #015293;
}

.bgt_JiGou .bgt_nsjg {
    margin-top: 30px;
    padding-left: 20px;
    box-sizing: border-box;
}

.bgt_JiGou .bgt_nsjg li {
    float: left;
    width: 167px;
    height: 50px;
    line-height: 50px;
    box-sizing: border-box;
    border: 1px solid #e6e6e6;
    text-align: center;
    background: url(../images_bgt/bgt_icon_bg.png) no-repeat center / 100% 100%;
    margin-right: 10px;
    margin-bottom: 17px;
    transition: background .3s;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
}

.bgt_JiGou .bgt_nsjg li:nth-child(3n) {
    margin-right: 0;
}

.bgt_JiGou .bgt_nsjg li:hover {
    background: #015293;
    transition: background .3s;
    color: #fff;
}

.bgt_JiGou .bgt_nsjg li.on {
    background: #015293;
    color: #fff;
}


/*机构设置结束*/


/*领导细览开始*/

.bgt_LingDao {
    margin-top: 40px;
}

.bgt_LingDao .bd {
    background-color: #f7f8fd;
    padding: 40px 0;
    box-sizing: border-box;
    border: 1px solid #edf0ff;
    margin-top: 30px;
    margin-bottom: 87px;
}

.bgt_LingDao .bd .left {
    float: left;
    width: 267px;
    box-sizing: border-box;
    padding: 0 50px;
    text-align: center;
    height: 100%;
}

.bgt_LingDao .bd .left .img {
    padding-bottom: 13px;
    background: url(../images_bgt/bgt_ld_img2.png) no-repeat center bottom;
}

.bgt_LingDao .bd .left img {
    display: block;
    width: 165px;
    height: 226px;
}

.bgt_LingDao .bd .left h3 {
    font-size: 20px;
    color: #000;
    margin-top: 30px;
}

.bgt_LingDao .bd .left p {
    font-size: 16px;
    color: #333;
    line-height: 32px;
    margin-top: 15px;
}

.bgt_LingDao .bd .right {
    float: left;
    width: 832px;
    padding-top: 20px;
    border-left: 1px dashed #c9cacd;
    padding-left: 40px;
    position: relative;
}

.bgt_LingDao .bd .right>div h4 {
    font-size: 22px;
    color: #333;
    height: 25px;
    line-height: 25px;
    padding-left: 35px;
    margin-bottom: 20px;
}

.bgt_LingDao .bd .right>div .cont {
    line-height: 36px !important;
    font-size: 16px !important;
    color: #333 !important;
    font-family: "微软雅黑" !important;
}

.bgt_LingDao .bd .right .fg {
    padding-bottom: 30px;
    border-bottom: 1px dashed #c9cacd;
    margin-bottom: 30px;
}

.bgt_LingDao .bd .right .fg h4 {
    background: url(../images_bgt/bgt_ld_img3.png) no-repeat left center;
}

.bgt_LingDao .bd .right .jl {
    position: relative;
}

.bgt_LingDao .bd .right .jl h4 {
    background: url(../images_bgt/bgt_ld_img4.png) no-repeat left center;
}

.bgt_LingDao .bd .right .jl .cont {
    height: 290px;
    overflow-y: hidden;
    transition: height .3s;
}

.bgt_LingDao .bd .right .jl .cont.show {
    height: auto;
    transition: height .3s;
}

.bgt_LingDao .bd .right>span {
    position: absolute;
    bottom: -73px;
    width: 80px;
    height: 31px;
    background-color: #f7f8fd;
    border: 1px solid #edf0ff;
    left: 50%;
    border-top: none;
    transform: translateX(-50%);
    cursor: pointer;
}

.bgt_LingDao .bd .right>span img {
    display: block;
    margin: 0 auto;
    margin-top: 10px;
    transition: transform .3s;
}

.bgt_LingDao .bd .right>span.show img {
    transform: rotateZ(180deg);
    transition: transform .3s;
}


/*领导细览结束*/


/*通用细览开始*/

.bgt_xiLan {
    margin-top: 40px;
}

.bgt_xiLan .hd {
    padding-bottom: 22px;
    box-sizing: border-box;
    border-bottom: 2px solid #f2f2f2;
}

.bgt_xiLan .hd h2 {
    font-size: 28px;
    color: #333;
    line-height: 46px;
    text-align: center;
}

.sourceDateShare {
    text-align: center;
    font-size: 15px;
    color: #666;
    margin-top: 40px;
}

.sourceDateShare .sourceDate>span {
    margin-right: 12px;
}

.sourceDateShare .sourceDate {
    display: inline-block;
}

.sourceDateShare .zoomPrint {
    display: inline-block;
}

.sourceDateShare .SubShar {
    display: inline-block;
}

.sourceDateShare .bshare-custom {
    display: inline-block;
}

.sourceDateShare .bshare-custom a {
    margin-right: 0;
    padding: 0;
    width: 26px;
    height: 26px;
    margin-left: 5px;
}

.sourceDateShare .bshare-custom .bshare-weixin {
    background: url(../images_bgt/bgt_wx.png) no-repeat center;
}

.sourceDateShare .bshare-custom .bshare-sinaminiblog {
    background: url(../images_bgt/bgt_wb.png) no-repeat center;
}

.sourceDateShare .bshare-custom .bshare-qzone {
    background: url(../images_bgt/bgt_qq.png) no-repeat center;
}

.sourceDateShare .zoomPrint {
    margin-right: 10px;
    margin-left: 60px;
}

.sourceDateShare .zoomPrint span {
    display: inline-block;
    width: 25px;
    cursor: pointer;
}

.sourceDateShare .zoomPrint span:nth-child(1) {
    width: auto;
    cursor: inherit;
}

#pare {
    padding: 20px;
    border-bottom: 1px solid #e6e6e6;
}

#pare * {
    line-height: 34px !important;
    color: #333;
    font-family: "微软雅黑" !important;
    font-size: 16px !important;
    /* text-align: justify !important; */
    max-width: 100%;
}

#pare p {}

#pare img {
    display: block;
    max-width: 800px !important;
    margin: 20px auto !important;
}

#pare a img {
    /*display: inline-block;
	margin-right: 5px;
	vertical-align: center;*/
}

#pare.fontSize14 * {
    line-height: 30px !important;
    font-size: 14px !important;
}

#pare.fontSize16 * {
    line-height: 34px !important;
    font-size: 16px !important;
}

#pare.fontSize18 * {
    line-height: 38px !important;
    font-size: 18px !important;
}

.ShangXia {
    margin-top: 25px;
    margin-bottom: 50px;
}

.ShangXia>div {
    height: 30px;
    line-height: 30px;
}

.ShangXia>div span {
    color: #015293;
}

.ShangXia>div a {
    display: inline-block;
    font-size: 16px;
    color: #333;
}

.ShangXia>div a:hover {
    color: #015293;
}

.ShangXia p {
    display: inline-block;
}


/*通用细览结束*/


/*移动端开始*/

.Big_bgt_mobile {
    display: none;
}

.bgt_lunBBox .lunb_mobile {
    float: left;
    width: 662px;
    height: 390px;
    position: relative;
    overflow: hidden;
}

.bgt_lunBBox .lunb_mobile .swiper-slide {
    float: left;
}

.bgt_lunBBox .lunb_mobile .swiper-slide a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.bgt_lunBBox .lunb_mobile .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    transition: transform .3s;
}

.bgt_lunBBox .lunb_mobile .swiper-slide span {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 57px;
    line-height: 57px;
    background: rgba(0, 0, 0, .5);
    width: 662px;
    box-sizing: border-box;
    padding-left: 20px;
    font-size: 18px;
    color: #fff;
}

.bgt_lunBBox .lunb_mobile .swiper-pagination {
    position: absolute;
    right: 20px;
    bottom: 24px;
    width: auto;
    left: auto;
}

.bgt_lunBBox .lunb_mobile .swiper-pagination span {
    float: left;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background-color: #fff;
    margin-left: 10px;
    transition: width .3s;
    cursor: pointer;
}

.bgt_lunBBox .lunb_mobile .swiper-pagination .swiper-pagination-customs-active {
    width: 25px;
    border-radius: 3px;
    background-color: #015293;
    transition: width .3s;
}

.bgt_lunBBox .lunb_mobile .swiper-button-prev {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    cursor: pointer;
    background: none;
    width: auto;
    height: auto;
    margin-top: 0;
}

.bgt_lunBBox .lunb_mobile .swiper-button-next {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    cursor: pointer;
    background: none;
    width: auto;
    height: auto;
    margin-top: 0;
}

.bgt_tong_tab_mobile {
    float: right;
    width: 468px;
}

.bgt_tong_tab_mobile .hd {
    height: 52px;
    box-sizing: border-box;
}

.bgt_tong_tab_mobile .hd ul {
    float: left;
}

.bgt_tong_tab_mobile .hd li {
    float: left;
    height: 49px;
    line-height: 49px;
    padding-right: 22px;
    background: url(../images_bgt/bs_tab_xian.png) no-repeat right center;
    padding-left: 22px;
    position: relative;
}

.bgt_tong_tab_mobile .hd li img {
    position: absolute;
    bottom: -24px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    display: none;
}

.bgt_tong_tab_mobile .hd li:first-child {
    padding-left: 0;
}

.bgt_tong_tab_mobile .hd li:last-child {
    background: none;
}

.bgt_tong_tab_mobile .hd li a {
    display: block;
    font-size: 24px;
    color: #262626;
}

.bgt_tong_tab_mobile .hd li.on a {
    color: #015293;
    font-weight: 700;
}

.bgt_tong_tab_mobile .hd li.on img {
    display: block;
}

.bgt_tong_tab_mobile .hd .more {
    float: right;
    height: 48px;
}

.bgt_tong_tab_mobile .hd .more a {
    display: block;
    font-size: 16px;
    color: #999;
    height: 48px;
    line-height: 48px;
}

.bgt_tong_tab_mobile .bd li {
    height: 46px;
    line-height: 46px;
}

.bgt_tong_tab_mobile .bd a {
    display: inline-block;
    padding-left: 22px;
    background: url(../images_bgt/green_dian.png) no-repeat 2px center;
    max-width: 440px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 18px;
    color: #000;
}

.bgt_tong_tab_mobile .bd span {
    float: right;
    font-size: 16px;
    color: #999;
}

.bgt_tong_tab_mobile .bd a:hover {
    color: #015293;
}

.bgt_banner_1_mobile img {
    width: 1180px;
}

.bgt_dcdb_mobile {
    float: left
}

.bgt_dcdb_mobile .bd {
    border: 1px solid #e6e6e6;
    box-sizing: border-box;
    margin-top: 20px;
}

.bgt_dcdb_mobile .bd .swiper-slide {
    padding: 10px 20px;
    box-sizing: border-box;
}

.bgt_tong_tab_mobile .bd a {
    max-width: 75%;
}

.bgt_zwxx_mobile {
    float: right;
}

.bgt_tpsp_mobile .left_mobile {
    float: left;
    width: 587px;
    height: 367px;
    position: relative;
    overflow: hidden;
}

.bgt_tpsp_mobile .left_mobile .swiper-slide {
    float: left;
}

.bgt_tpsp_mobile .left_mobile .swiper-slide a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.bgt_tpsp_mobile .left_mobile .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    transition: transform .3s;
}

.bgt_tpsp_mobile .left_mobile .swiper-slide span {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 52px;
    line-height: 52px;
    background: rgba(0, 0, 0, .6);
    width: 100%;
    box-sizing: border-box;
    padding-left: 20px;
    font-size: 18px;
    color: #fff;
}

.bgt_tpsp_mobile .left_mobile .swiper-slide span {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 57px;
    line-height: 57px;
    background: rgba(0, 0, 0, .5);
    width: 662px;
    box-sizing: border-box;
    padding-left: 20px;
    font-size: 18px;
    color: #fff;
}

.bgt_tpsp_mobile .left_mobile .swiper-pagination {
    position: absolute;
    right: 20px;
    bottom: 24px;
    width: auto;
    left: auto;
}

.bgt_tpsp_mobile .left_mobile .swiper-pagination span {
    float: left;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background-color: #fff;
    margin-left: 10px;
    transition: width .3s;
    cursor: pointer;
}

.bgt_tpsp_mobile .left_mobile .swiper-pagination .swiper-pagination-customs-active {
    width: 25px;
    border-radius: 3px;
    background-color: #015293;
    transition: width .3s;
}

.bgt_tpsp_mobile .left_mobile .swiper-button-prev,
.bgt_tpsp_mobile .left_mobile .swiper-button-next {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    cursor: pointer;
    background: none;
    width: auto;
    height: auto;
    margin-top: 0;
}

.bgt_tpsp_mobile .left_mobile .swiper-button-next {
    right: 0;
    left: auto;
}

.bgt_znzz .hd {
    height: 52px;
    box-sizing: border-box;
}

.bgt_znzz .hd ul {
    float: left;
}

.bgt_znzz .hd li {
    float: left;
    height: 49px;
    padding-right: 22px;
    background: url(../images_bgt/bs_tab_xian.png) no-repeat right 5px;
    padding-left: 22px;
    position: relative;
    display: block;
    font-size: 22px;
    color: #262626;
    cursor: pointer;
}

.bgt_znzz .hd li img {
    position: absolute;
    bottom: -24px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    display: none;
}

.bgt_znzz .hd li:first-child {
    padding-left: 0;
}

.bgt_znzz .hd li:last-child {
    background: none;
}

.bgt_znzz .hd li a {}

.bgt_znzz .hd li.on {
    color: #015293;
    font-weight: 700;
}

.bgt_znzz .hd li.on img {
    display: block;
}

.bgt_znzz .hd .more {
    float: right;
    height: 48px;
}

.bgt_znzz .hd .more a {
    display: block;
    font-size: 16px;
    color: #999;
    height: 48px;
    line-height: 48px;
}

.bgt_znzz .cont {
    border: none;
}

.bgt_znzz .bd ul:nth-child(1) li {
    padding: 20px 15px 0 30px;
}

.bgt_znzz .tempWrap {
    border: 1px solid #e3e3e3;
}

.bgt_zcwjZfxxgk {
    margin-top: 25px;
}

.bgt_zcwj {
    width: 770px;
    float: left;
}

.bgt_zcwj .hd li {
    font-size: 22px;
    cursor: pointer;
}

.bgt_zcwj .bd a {
    max-width: 85%;
}

.bgt_zcwj .tempWrap ul {
    padding: 20px;
    height: 316px;
}

.bgt_zfxxgk {
    float: right;
    width: 380px;
}

.bgt_zfxxgk .hd li {
    float: left;
    height: 49px;
    line-height: 49px;
    position: relative;
    font-size: 22px;
    color: #262626;
    font-weight: 700;
    color: #015293;
}

.bgt_zfxxgk .bd {
    box-sizing: border-box;
    padding: 0 30px;
    border: 1px solid #e6e6e6;
    margin-top: 23px;
    height: 318px;
}

.bgt_zfxxgk .bd a {
    display: block;
    width: 100%;
    height: 64px;
    border-bottom: 1px solid #e6e6e6;
    line-height: 64px;
    font-size: 18px;
    color: #333;
    box-sizing: border-box;
    padding-left: 42px;
    position: relative;
}

.bgt_zfxxgk .bd a i {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 0;
    height: 1px;
    background-color: #015293;
    transition: width .3s;
}

.bgt_zfxxgk .bd a:last-child {
    border: none;
}

.bgt_zfxxgk .bd a:last-child i {
    bottom: 4px;
}

.bgt_zfxxgk .bd a:hover {
    font-weight: 700;
    color: #015293;
}

.bgt_zfxxgk .bd a:hover i {
    width: 100%;
    transition: width .3s;
}

.bgt_zfxxgk .bd a:nth-child(1) {
    background: url(../images_bgt/bgt_xxgk1.png) no-repeat left center, url(../images_bgt/bgt_xxgk6.png) no-repeat right center;
}

.bgt_zfxxgk .bd a:nth-child(2) {
    background: url(../images_bgt/bgt_xxgk2.png) no-repeat left center, url(../images_bgt/bgt_xxgk6.png) no-repeat right center;
}

.bgt_zfxxgk .bd a:nth-child(3) {
    background: url(../images_bgt/bgt_xxgk3.png) no-repeat left center, url(../images_bgt/bgt_xxgk6.png) no-repeat right center;
}

.bgt_zfxxgk .bd a:nth-child(4) {
    background: url(../images_bgt/bgt_xxgk4.png) no-repeat left center, url(../images_bgt/bgt_xxgk6.png) no-repeat right center;
}

.bgt_zfxxgk .bd a:nth-child(5) {
    background: url(../images_bgt/bgt_xxgk5.png) no-repeat left center, url(../images_bgt/bgt_xxgk6.png) no-repeat right center;
}

.bgt_yjsgkTabl {
    margin-top: 25px;
    margin-bottom: 60px;
}

.bgt_tabl {
    float: right;
    width: 380px;
}

.bgt_tabl .hd ul {
    float: left;
}

.bgt_tabl .hd li {
    float: left;
    height: 49px;
    line-height: 49px;
    position: relative;
    font-size: 22px;
    color: #262626;
    font-weight: 700;
    color: #015293;
}

.bgt_tabl .hd .more {
    float: right;
    color: #999;
    font-size: 16px;
}

.bgt_tabl .hd .more a {
    color: #999;
    line-height: 49px;
}

.bgt_tabl .bd {
    margin-top: 23px;
}

.bgt_tabl .bd>img {
    display: block;
    margin: 0 auto;
    width: 380px;
    height: 182px;
}

.bgt_tabl .bd .cont {
    /*height: 210px;*/
    box-sizing: border-box;
    border: 1px solid #e6e6e6;
    border-top: none;
    padding: 30px 15px 30px 20px;
}

.bgt_tabl .bd .cont li {
    margin-bottom: 13px;
    padding-left: 44px;
    background: url(../images_bgt/bgt_xxgk7.png) no-repeat left top;
}

.bgt_tabl .bd .cont li p {
    font-size: 18px;
    color: #333;
}

.bgt_tabl .bd .cont li a {
    display: inline-block;
    padding: 0 10px;
    min-width: 104px;
    height: 32px;
    line-height: 32px;
    background-color: #eef8ff;
    font-size: 14px;
    color: #015293;
    text-align: center;
    margin-top: 12px;
}

.bgt_tabl .bd .cont ul {
    /*height: 160px;*/
    /*overflow-y: scroll;*/
    padding-right: 15px;
}

.bgt_tabl .bd .cont ul::-webkit-scrollbar {
    width: 8px;
    background-color: #f2f2f2;
}

.bgt_tabl .bd .cont ul::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #015293;
}

.xy_myzj_TanChu {
    position: fixed;
    width: 100%;
    height: 0;
    left: 0;
    top: 0;
    transition: height 2s;
    z-index: 9999;
}

.xy_myzj_TanChu_bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .4);
    left: 0;
    top: -100%;
    transition: top .4s;
    z-index: 9999;
}

.xy_myzj_TanChu_box {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 1100px;
    height: 0;
    background-color: #fff;
    z-index: 10;
    box-sizing: border-box;
    transition: height .4s;
    overflow: hidden;
    z-index: 99999;
}

.xy_myzj_TanChu_box h3 {
    height: 70px;
    line-height: 70px;
    background-color: #f3f4f8;
    padding-left: 30px;
    font-size: 20px;
}

.xy_myzj_TanChu_box em {
    float: right;
    font-size: 48px;
    color: #999;
    width: 80px;
    text-align: center;
    font-weight: 100;
    cursor: pointer;
}

.xy_myzj_TanChu_cont {
    padding: 40px 90px;
}

.xy_myzj_TanChu_cont * {
    font-size: 16px !important;
    line-height: 36px !important;
    font-family: "微软雅黑" !important;
    color: #666 !important;
}

.xy_myzj_TanChu_cont p {
    margin-bottom: .2rem;
}