/* @time tue nov 07 2023 15:27:05 gmt 0800 (中国标准时间)*/
@charset 'utf-8';

.clearfix:after,
body,
dd,
div,
dl,
dt,
form,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
html,
input,
label,
li,
ol,
p,
pre,
table,
tbody,
td,
textarea,
tfoot,
th,
thead,
tr,
ul {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'pingfang sc', xhw-pzh, 'lantinghei sc', 'helvetica neue',
        helvetica, arial, 'microsoft yahei', '微软雅黑', stheitisc-light, simsun,
        '宋体', 'wenquanyi zen hei', 'wenquanyi micro hei', sans-serif;
}

@font-face {
    font-family: xhw-pzh;
    src:  format('woff2'),
         format('woff'),
         format('truetype');
}

li {
    list-style-type: none;
}

a {
    text-decoration: none;
    outline: 0;
    color: #000;
}

a:hover {
    text-decoration: none;
    color: #63b3ff !important;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

iframe,
img {
    border: 0;
}

img {
    vertical-align: top;
}

.clearfix {
    display: block;
}

.clearfix:after {
    content: '';
    overflow: hidden;
    width: 100%;
    height: 0;
    font-size: 0;
    display: block;
    clear: both;
}

i {
    font-style: normal;
}

.swiper-container-vertical>.swiper-scrollbar {
    right: 0 !important;
}

.swiper-button-prev {
    position: absolute;
    top: 50%;
    z-index: 10;
    cursor: pointer;
    display: none;
    width: 34px;
    height: 73px;
    left: 0;
    margin-top: -52px;
    background: url(/uploads/image/g2image/prev.png) 0 0 no-repeat;
}

.swiper-button-next {
    position: absolute;
    top: 50%;
    z-index: 10;
    cursor: pointer;
    display: none;
    width: 34px;
    height: 73px;
    right: 0;
    margin-top: -52px;
    background: url(/uploads/image/g2image/next.png) 0 0 no-repeat;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-container:hover .swiper-button-next,
.swiper-container:hover .swiper-button-prev {
    display: block;
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 20;
}

.swiper-pagination-switch {
    width: 8px;
    height: 8px;
    margin-right: 5px;
    display: inline-block;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #d3d3d3;
}

.swiper-active-switch {
    width: 20px;
    background: #3494f0;
}

.swiper-lazy-preloader {
    width: 85px;
    height: 36px;
    margin-left: -42.5px;
    margin-top: -18px;
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    animation-play-state: paused;
}

.swiper-lazy-preloader:after {
    width: 85px;
    height: 36px;
    background: #f1f1f1  no-repeat 50% 50%;
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    animation-play-state: paused;
}

.img {
    background: #f1f1f1  no-repeat 50% 50%;
}

.media-box {
    width: 100%;
    height: 100%;
}

#dh-playerid {
    width: 100%;
    height: 100%;
}

#dh-playerid .player-container {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
}

#dh-playerid .play-layer {
    display: none;
}

.media-title {
    display: none;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 40px 0 10px;
    height: 30px;
    overflow: hidden;
    z-index: 3;
    font-size: 14px;
    line-height: 30px;
    color: #fff;
    background: #378de4;
}

.media-close {
    position: absolute;
    right: -1px;
    top: 0;
    z-index: 10;
    width: 30px;
    height: 30px;
    background: url(/uploads/image/g2image/media-close.png) 0 0 no-repeat;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100%;
    background-size: 100%;
    cursor: pointer;
}

.media-iframe {
    width: 100%;
    height: 100%;
}

.bg-white {
    background: #fff;
}

.part {
    width: 1280px;
    margin: 0 auto;
    min-width: 1280px;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.left {
    float: left;
}

.right {
    float: right;
}

.breath img {
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
}

.breath:hover img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.hide {
    display: none;
}

.ie-tips {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
    font-size: 14px;
    line-height: 34px;
    text-align: center;
    color: #fff;
    white-space: nowrap;
    background: #083b90;
}

.ie-tips .ie-tips-close {
    width: 13px;
    height: 13px;
    background:  0 0 no-repeat;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100%;
    background-size: 100%;
    position: absolute;
    right: 50%;
    top: 10px;
    margin-right: -300px;
    border: 1px solid #ccc;
    cursor: pointer;
}

.title {
    position: relative;
    border-bottom: 1px solid #d9d9d9;
}

.title .name {
    display: inline-block;
    position: relative;
    font-size: 18px;
    line-height: 38px;
    font-weight: 700;
    color: #378de4;
    padding: 0 6px;
}

.title .name a {
    color: #378de4;
}

.title .name:after {
    content: '';
    width: 100%;
    height: 2px;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: #1686d9;
}

.title .more {
    display: inline-block;
    font-size: 14px;
    line-height: 22px;
    padding: 0 5px 0 15px;
    color: #5464ca;
    position: absolute;
    background: #d8dff7;
}

.title .more a {
    color: #5464ca;
}

.title .more:before {
    content: '';
    position: absolute;
    left: -10px;
    top: 50%;
    margin-top: -6px;
    width: 25px;
    height: 12px;
    background:  left center no-repeat;
}

.title .sub {
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    color: #666;
    position: absolute;
    right: 0;
}

.title .sub a {
    color: #666;
    position: relative;
    margin-right: 7px;
}

.title .sub a:before {
    content: '/';
    margin-right: 5px;
}

.title .sub a:first-child:before {
    display: none;
}

.list.list-txt.dot li {
    position: relative;
    padding-left: 16px;
}

.list.list-txt.dot li:before {
    position: absolute;
    display: block;
    left: 5px;
    top: 23px;
    content: '';
    width: 4px;
    height: 4px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #0762cb;
}

.list.list-txt li {
    font-size: 16px;
    /*line-height: 26px;*/
    color: #333;
}

.list.list-txt li a {
    color: #333;
}

.list.list-pic ul {
    font-size: 0;
}

.list.list-pic li {
    display: inline-block;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

.list.list-pic li .img {
    position: relative;
    z-index: 1;
    width: 100%;
    height: auto;
}

.list.list-pic li .img img {
    width: 100%;
    height: auto;
}

.list.list-pic li .tit {
    font-size: 16px;
    line-height: 1.5;
    color: #333;
}

.list.list-pic li .tit a {
    color: #333;
}

.list.list-mix li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.list.list-mix li .img {
    position: relative;
    width: 180px;
    height: 101px;
    margin-right: 16px;
    overflow: hidden;
}

.list.list-mix li .img img {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
}

.list.list-mix li .tit {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    line-height: 26px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #333;
}

.list.list-mix li .tit a {
    color: #333;
}

@-moz-keyframes hornplay {
    from {
        width: 13px;
    }

    to {
        width: 20px;
    }
}

@-webkit-keyframes hornplay {
    from {
        width: 13px;
    }

    to {
        width: 20px;
    }
}

@keyframes hornplay {
    from {
        width: 13px;
    }

    to {
        width: 20px;
    }
}

@-moz-keyframes breath {
    from {
        -moz-transform: scale(1);
        transform: scale(1);
    }

    to {
        -moz-transform: scale(1.1);
        transform: scale(1.1);
    }
}

@-webkit-keyframes breath {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    to {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
}

@keyframes breath {
    from {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        transform: scale(1);
    }

    to {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        transform: scale(1.1);
    }
}

.adv .adv-img-size0 {
    width: 800px;
    overflow: hidden;
}

.adv .adv-img-size1 {
    width: 850px;
    overflow: hidden;
    margin-top: 12px;
}

.adv .adv-img-size2 {
    width: 850px;
    overflow: hidden;
}

.adv .adv-img-size3 {
    width: 415px;
    overflow: hidden;
}

.adv .adv-img-size4 {
    width: 416px;
    height: 85px;
    overflow: hidden;
    margin-left: 15px;
}

.adv .adv-img-size4:first-child {
    margin-left: 0;
}

.adv .adv-img-max {
    width: 1280px;
}

body {
    background: #ebf0fa;
    min-width: 1380px;
    position: relative;
}

html {
    min-width: 1380px;
}

.top {
    width: 100%;
    background: #fff;
}

.top .top-upper {
    width: 100%;
    height: 60px;
    background: #024ac2;
}

.top .top-upper .slogan {
    width: 208px;
    height: 60px;
    margin-left: 4px;
    background: url(/uploads/image/g2image/2025slogan.png) center center no-repeat;
}

.top .top-upper .top-upper-cont {
    margin-right: 4px;
}

.top .top-upper .top-upper-cont .channel {
    position: relative;
    z-index: 30;
    display: inline-block;
    margin-left: 20px;
    font-size: 15px;
    line-height: 60px;
    color: #fff;
    cursor: pointer;
}

.top .top-upper .top-upper-cont .channel a {
    color: #fff;
}

.top .top-upper .top-upper-cont .channel span {
    padding-right: 15px;
    background: url(/uploads/image/g2image/icon-downb.png) right center no-repeat;
}

.top .top-upper .top-upper-cont .channel .sub {
    display: none;
    position: absolute;
    top: 60px;
    line-height: 26px;
    padding: 10px;
    width: 725px;
    background: #fff;
    border: 1px solid #ccc;
    border-top: 0;
}

.top .top-upper .top-upper-cont .channel .sub a {
    display: inline-block;
    color: #666;
    margin-left: 5px;
    font-size: 14px;
    margin-right: 5px;
}

.top .top-upper .top-upper-cont .channel:hover .sub {
    display: block;
}

.top .top-upper .top-upper-cont .foreign .sub {
    left: -18px;
    width: 458px;
}

.top .top-upper .top-upper-cont .newspapers .sub {
    left: -18px;
}

.top .top-upper .top-upper-cont .local .sub {
    left: -18px;
}

.top .top-upper .top-upper-cont .contract .sub {
    left: -136px;
    width: 458px;
}

.top .top-upper .top-upper-cont .lanmuzx .sub {
    left: -136px;
    width: 644px;
}

.top .top-upper .top-upper-cont .gzpdlmzx .sub {
    left: -136px;
    width: 458px;
}

.top .top-upper .top-upper-cont .client {
    padding-left: 24px;
    background: url(/uploads/image/g2image/icon-phone.png) left center no-repeat;
}

.top .top-upper .top-upper-cont .client .sub {
    width: 100px;
    left: -30px;
}

.top .top-upper .top-upper-cont .client img {
    width: 100px;
    height: 100px;
}

.top .top-upper .top-upper-cont .wap {
    margin-left: 16px;
    padding-left: 24px;
    background: url(/uploads/image/g2image/icon-wap.png) left center no-repeat;
}

.top .top-upper .top-upper-cont .wap .sub {
    width: 100px;
    left: -30px;
}

.top .top-upper .top-upper-cont .wap img {
    width: 100px;
    height: 100px;
}

.top .top-local {
    width: 100%;
    height: 50px;
    margin: 0 auto;
    background-color: #f2f2f2;
}

.top .top-local .top-local-tj {
    width: 80px;
    display: block;
    height: 50px;
    color: #024ac2;
    font-size: 15px;
    font-weight: bold;
    line-height: 50px;
    margin-right: 26px;
    margin-left: 4px;
}

.top .top-local .top-local-cont .locallist {
    position: relative;
    z-index: 20;
    display: inline-block;
    margin-right: 23px;
    font-size: 14px;
    line-height: 50px;
    color: #848484;
    cursor: pointer;
}

.top .top-local .top-local-cont .locallist a {
    color: #848484;
}

.top .top-local .top-local-cont .locallist span {
    padding-right: 15px;
    background: url(/uploads/image/g2image/icon-down.png) right center no-repeat;
}

.top .top-local .top-local-cont .locallist .sub {
    display: none;
    position: absolute;
    top: 50px;
    line-height: 26px;
    padding: 10px;
    width: 360px;
    background: #fff;
    border: 1px solid #ccc;
    border-top: 0;
}

.top .top-local .top-local-cont .locallist .sub a {
    display: inline-block;
    color: #666;
    margin-left: 5px;
    font-size: 14px;
    margin-right: 5px;
}

.top .top-local .top-local-cont .locallist:hover .sub {
    display: block;
}

.top .top-local .search {
    width: 248px;
    line-height: 50px;
    float: right;
    margin-right: 4px;
    position: relative;
    overflow: hidden;
}

.top .top-local .search form {
    width: 216px;
    height: 57px;
}

.top .top-local .search .submitbtn {
    width: 13px;
    height: 13px;
    background-image: url(/uploads/image/g2image/btn_ser.png);
    background-repeat: no-repeat;
    position: absolute;
    right: 1px;
    top: 19px;
    background-color: #fff;
    color: #fff;
    border: 0;
    outline: 0;
}

.top .top-local .search input {
    width: 216px;
    height: 30px;
    padding: 0 15px;
    color: #b2b2b2;
    font-size: 14px;
    line-height: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    outline: 0;
    border: 1px solid #ebebeb;
}

.top .top-local .search input::-webkit-input-placeholder {
    font-size: 14px;
    line-height: 14px;
    color: #8d9fab;
}

.top .top-local .search input:-moz-placeholder {
    font-size: 14px;
    line-height: 14px;
    color: #8d9fab;
}

.top .top-local .search input::-moz-placeholder {
    font-size: 14px;
    line-height: 24px;
    color: #8d9fab;
}

.top .top-local .search input:-ms-input-placeholder {
    font-size: 14px;
    line-height: 14px;
    color: #8d9fab;
}


.top-ad {
    width: 100%;
    min-width: 1280px;
    overflow: hidden;
    margin: 10px 0;
}

.top .top-cont {
    width: 100%;
    height: 99px;
    padding-bottom: 14px;
    border-bottom: 1px solid #e4e4e4;
    background: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}

.top .top-cont .logo {
    width: 85px;
    height: 85px;
    overflow: hidden;
    margin: 0 10px 0 4px;
}

.top .top-cont .logo img {
    width: 100%;
    height: auto;
}

.top .top-cont .company {
    width: 107px;
    margin-top: 6px;
    overflow: hidden;
}

.top .top-cont .company a,
.top .top-cont .company span {
    font-size: 14px;
    line-height: 24px;
    display: block;
    color: #666;
}

.top .top-cont .company .stock {
    font-weight: 700;
    font-size: 12px;
}

.top .top-cont .company .stock i {
    color: #378de4;
}

.top .top-cont .dierad {
    width: 810px;
    height: 85px;
    margin-left: 10px;
}

.top .top-cont .dierad img {
    width: 100%;
    height: auto;
}

.top .top-cont .xxjxs {
    width: 241px;
    height: 80;
    margin-right: 4px;
}

.top .top-cont .xxjxs img {
    width: 100%;
    height: auto;
}

.top .top-cont .nav {
    width: 1055px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 8px 0;
    font-size: 0;
    white-space: nowrap;
}

.top .top-cont .nav .nav-item a {
    margin-left: 12.6px;
    line-height: 28px;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    color: #404040;
}

.top .top-cont .nav .nav-item.nav-bottom a {
    margin-left: 12.5px;
}

.headline {
    text-align: center;
    margin-top: 20px;
    position: relative;
    z-index: 5;
}

.headline .part {
    padding: 20px 20px;
    position: relative;
}

.headline .tag {
    width: 52px;
    height: 53px;
    background: url(/uploads/image/g2image/headline-mark.png) left top no-repeat;
    position: absolute;
    left: 0;
    top: -3px;
    z-index: 10;
}

.headline h1 {
    font-size: 40px;
    line-height: 1.3;
    font-weight: bolder;
    color: #3848a0;
}

.headline h1 a {
    color: #3848a0;
    font-weight: bolder;
}

.headline p {
    font-size: 15px;
    line-height: 30px;
    color: #666;
    margin-top: 20px;
}

.headline p a {
    color: #666;
    margin: 0 6px;
}

.focus {
    margin-top: 20px;
}

.focus .focus-newsmedia {
    width: 850px;
}

.focus .focus-newsmedia .scroll {
    width: 100%;
    height: 478px;
    cursor: pointer;
    position: relative;
}

.focus .focus-newsmedia .scroll .scroll-tips {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
    font-size: 14px;
    line-height: 34px;
    text-align: center;
    color: #fff;
    white-space: nowrap;
    background: #083b90;
}

.focus .focus-newsmedia .scroll .scroll-tips .scroll-tips-close {
    width: 13px;
    height: 13px;
    background:  0 0 no-repeat;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100%;
    background-size: 100%;
    position: absolute;
    right: 15px;
    top: 10px;
    border: 1px solid #ccc;
    cursor: pointer;
}

.focus .focus-newsmedia .scroll .media-box {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
}

.focus .focus-newsmedia .scroll .swiper-pagination {
    width: auto;
    right: 10px;
    left: auto;
    bottom: 22px;
}

.focus .focus-newsmedia .scroll .swiper-pagination .swiper-pagination-bullet {
    margin-right: 0;
    opacity: 1;
    background: #d3d3d3;
    -webkit-transition: width 0.5s;
    -moz-transition: width 0.5s;
    transition: width 0.5s;
    border-radius: 4px;
}

.focus .focus-newsmedia .scroll .swiper-pagination .swiper-pagination-bullet-active {
    width: 20px;
    background: #3494f0;
}

.focus .focus-newsmedia .scroll .swiper-button-prev {
    display: none;
    width: 34px;
    height: 73px;
    left: 0;
    margin-top: -52px;
    background:  0 0 no-repeat;
}

.focus .focus-newsmedia .scroll .swiper-button-next {
    display: none;
    width: 34px;
    height: 73px;
    right: 0;
    margin-top: -52px;
    background:  0 0 no-repeat;
}

.focus .focus-newsmedia .scroll .swiper-container {
    width: 100%;
    height: 100%;
}

.focus .focus-newsmedia .scroll .swiper-container:hover .swiper-button-next,
.focus .focus-newsmedia .scroll .swiper-container:hover .swiper-button-prev {
    display: block;
}

.focus .focus-newsmedia .scroll .swiper-slide {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.focus .focus-newsmedia .scroll .swiper-slide .img {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
}

.focus .focus-newsmedia .scroll .swiper-slide .img img {
    width: 100%;
    height: 100%;
}

.focus .focus-newsmedia .scroll .swiper-slide .tit {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    font-size: 22px;
    font-weight: 400;
    line-height: 32px;
    padding: 10px 10px 10px 10px;
    color: #fff;
    background: rgba(0, 0, 0, 0.65);
    background: -webkit-gradient(linear,
            left top,
            left bottom,
            from(rgba(0, 0, 0, 0)),
            to(rgba(0, 0, 0, 0.65)));
    background: -webkit-linear-gradient(top,
            rgba(0, 0, 0, 0) 0,
            rgba(0, 0, 0, 0.65) 100%);
    background: -moz-linear-gradient(top,
            rgba(0, 0, 0, 0) 0,
            rgba(0, 0, 0, 0.65) 100%);
    background: linear-gradient(to bottom,
            rgba(0, 0, 0, 0) 0,
            rgba(0, 0, 0, 0.65) 100%);
}

.focus .focus-newsmedia .scroll .swiper-slide .tit a {
    color: #fff;
}

.focus .focus-newsmedia .scroll .swiper-slide .tit .btn {
    display: inline-block;
    margin-right: 10px;
    margin-top: -6px;
    vertical-align: middle;
    width: 46px;
    height: 46px;
    background:  0 0;
}

.focus .focus-newsmedia .scroll .swiper-slide .tit .btn.hide {
    display: none;
}

.focus .focus-newsmedia .focus-newsmedia-bottom {
    margin-top: 12px;
}

.focus .focus-newsmedia .focus-newsmedia-bottom .live {
    position: relative;
    width: 275px;
    background: #fff;
}

.focus .focus-newsmedia .focus-newsmedia-bottom .live .live-ing {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.focus .focus-newsmedia .focus-newsmedia-bottom .live .btn {
    z-index: 3;
    position: absolute;
    left: 10px;
    bottom: 10px;
    width: 30px;
    height: 30px;
    background:  0 0 no-repeat;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
}

.focus .focus-newsmedia .focus-newsmedia-bottom .live .img {
    width: 100%;
    height: 155px;
    position: relative;
    overflow: hidden;
}

.focus .focus-newsmedia .focus-newsmedia-bottom .live .img .qiantag {
    position: absolute;
    z-index: 9;
    right: 0;
    top: 0;
    height: 22px;
    color: #fff;
    line-height: 22px;
    font-size: 12px;
    padding: 0 5px 0 30px;
}

.focus .focus-newsmedia .focus-newsmedia-bottom .live .img .qiantag.qiantag-live {
    background: url(/uploads/image/w2images/icon-live-status.png) 0 0 no-repeat;
}

.focus .focus-newsmedia .focus-newsmedia-bottom .live .img .qiantag.qiantag-back {
    background: url(/uploads/image/w2images/icon-live-status.png) 0 -33px no-repeat;
}

.focus .focus-newsmedia .focus-newsmedia-bottom .live .img .qiantag.qiantag-notice {
    background: url(/uploads/image/w2images/icon-live-status.png) 0 -67px no-repeat;
}

.focus .focus-newsmedia .focus-newsmedia-bottom .live .img img {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
}

.focus .focus-newsmedia .focus-newsmedia-bottom .live .tit {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 14px;
    font-size: 16px;
    line-height: 32px;
    height: 90px;
    overflow: hidden;
    color: #333;
}

.focus .focus-newsmedia .focus-newsmedia-bottom .live .tit a {
    color: #333;
}

.focus .focus-newsmedia .focus-newsmedia-bottom .products {
    width: 574px;
}

.focus .focus-newsmedia .focus-newsmedia-bottom .products .list {
    width: 575px;
}

.focus .focus-newsmedia .focus-newsmedia-bottom .products li {
    background: #fff;
    margin-left: 12px;
    width: 275px;
    overflow: hidden;
    cursor: pointer;
}

.focus .focus-newsmedia .focus-newsmedia-bottom .products li .img {
    width: 100%;
    height: 155px;
    overflow: hidden;
    position: relative;
}

.focus .focus-newsmedia .focus-newsmedia-bottom .products li .img img {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
}

.focus .focus-newsmedia .focus-newsmedia-bottom .products li .img .btn {
    z-index: 3;
    position: absolute;
    left: 10px;
    bottom: 10px;
    width: 30px;
    height: 30px;
    background:  0 0 no-repeat;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
}

.focus .focus-newsmedia .focus-newsmedia-bottom .products li .img .btn.hide {
    display: none;
}

.focus .focus-newsmedia .focus-newsmedia-bottom .products li .tit {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 14px;
    font-size: 16px;
    line-height: 32px;
    height: 90px;
    overflow: hidden;
    color: #333;
}

.focus .focus-newsmedia .focus-newsmedia-bottom .products li .tit a {
    color: #333;
}

.focus .focus-newstext {
    width: 415px;
}

.focus .focus-newstext .list {
    width: 100%;
    overflow: hidden;
}

.focus .focus-newstext .list li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 63px;
    color: #333;
    border-bottom: 1px solid #ebf0fa;
    background: #fff;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}

.focus .focus-newstext .list li span {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 0 10px;
    display: block;
}

.focus .focus-newstext .list li a {
    color: #333;
    font-size: 16px;
    line-height: 24px;
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    transition: all 0s;
}

.focus .focus-newstext .list li.active {
    font-weight: 500;
    color: #fff;
    background: #3494f0;
}

.focus .focus-newstext .list li.active a {
    color: #fff;
}

.focus .focus-newstext .list li.active a:hover {
    text-decoration: underline;
    color: #fff !important;
}

.comment {
    margin-top: 18px;
}

.comment .part {
    position: relative;
    padding-left: 82px;
    padding-top: 7px;
    padding-bottom: 7px;
    background: url(/uploads/image/w2images/comment-bg.png) left center no-repeat;
}

.comment .more {
    display: inline-block;
    width: 73px;
    height: 77px;
    position: absolute;
    left: 0;
    top: 7px;
}

.comment .list ul {
    font-size: 0;
}

.comment .list li {
    margin-left: 16px;
    padding: 10px 10px;
    display: inline-block;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    width: 385px;
    height: 46px;
}

.comment .list li:first-child {
    margin-left: 0;
}

.comment .list.list-txt.dot li {
    padding-left: 30px;
}

.comment .list.list-txt.dot li:before {
    top: 20px;
    left: 15px;
}

.depth {
    margin-top: 18px;
}

.depth .part {
    padding: 5px 18px 10px;
}

.depth .title .sub {
    right: auto;
    left: 100px;
    line-height: 38px;
}

.depth .depth-cont {
    margin-top: 10px;
    font-size: 0;
}

.depth .depth-cont .list {
    width: 386px;
    display: inline-block;
    vertical-align: top;
    margin-left: 41px;
}

.depth .depth-cont .list:first-child {
    margin-left: 0;
}

.depth .depth-cont .list li {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 52px;
}

.latest {
    margin-top: 18px;
}

.latest .part {
    font-size: 0;
    padding: 5px 10px;
}

.latest .latest-title {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 4px;
    width: 110px;
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    line-height: 34px;
    font-weight: 700;
    color: #378de4;
}

.latest .latest-title a {
    color: #378de4;
}

.latest .latest-cont {
    width: 1140px;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
}

.latest .latest-cont .list {
    white-space: nowrap;
    position: relative;
}

.latest .latest-cont .list:after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    height: 34px;
    width: 140px;
    pointer-events: none;
    background: -webkit-gradient(linear,
            left top,
            right top,
            from(rgba(255, 255, 255, 0)),
            to(#fff));
    background: -webkit-linear-gradient(left,
            rgba(255, 255, 255, 0) 0,
            #fff 100%);
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0, #fff 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, #fff 100%);
}

.latest .latest-cont .list li {
    display: inline-block;
    margin-right: 15px;
    line-height: 34px;
}

.latest .latest-cont .list li:before {
    top: 15px;
}

/*专题滚动*/
.gallery .swiper-button-next,
.gallery .swiper-button-prev {
    width: 25px;
    height: 52px;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100%;
    background-size: 100%;
    margin-top: -26px;
}

.gallery .swiper-container {
    width: 100%;
    height: 140px;
}

.gallery .swiper-slide {
    position: relative;
    height: 140px;
    overflow: hidden;
}

.gallery .swiper-slide .img,
.gallery .swiper-slide img {
    width: 248px;
    height: auto;
    position: relative;
    z-index: 1;
}

.composite {
    margin-top: 18px;
}

.composite .part .column .column-left {
    width: 415px;
    margin-right: 18px;
}

#rmch-pd {
    width: 417px;
    margin-right: -18px;
}

.composite .part .column .column-left .observe,
.composite .part .column .column-right .observe {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px 10px 9px 10px;
}

.rslz {
    margin-top: 20px;
}

.szgz {
    margin-top: 20px;
}

.jkgz {
    margin-top: 20px;
}

.composite .part .column .column-left .observe .title .sub {
    display: none;
    background: #fff;
    z-index: 50;
    border: 1px solid #ccc;
    padding: 10px 5px;
    top: 100%;
    font-size: 0;
    line-height: 0;
}

.composite .part .column .column-left .observe .title .sub a {
    font-size: 14px;
    line-height: 24px;
    color: #666;
    position: relative;
    text-align: center;
    margin-right: 10px;
    margin-left: 10px;
    margin-top: 7px;
    margin-bottom: 7px;
    background: #eee;
    padding: 5px 10px;
    word-break: keep-all;
    display: inline-block;
    width: 23.5%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.composite .part .column .column-left .observe .title .sub a:before {
    display: none;
}

.composite .part .column .column-left .observe .title .sub a:hover {
    background: #63b3ff;
    color: #fff !important;
}

.composite .part .column .column-left .observe .title:hover .sub {
    display: block;
}

.composite .part .column .column-left .observe .list.list-mix {
    margin-top: 15px;
}

.rmch-cont {
    padding: 0 5px;
}

.composite .part .column .column-left .observe .list.list-txt,
.composite .part .column .column-right .observe .list.list-txt {
    margin-top: 10px;
    padding: 5px 5px;
}

.composite .part .column .column-left .observe .list.list-txt li,
.composite .part .column .column-right .observe .list.list-txt li {
    height: 51px;
    line-height: 51px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#gzld-hgkz {
    height: 55px;
}

.composite .part .column .column-left .observe .list.list-pic {
    margin-top: 5px;
    padding-bottom: 2px;
}

.composite .part .column .column-left .observe .list.list-pic li {
    width: 188px;
}

.composite .part .column .column-left .observe .list.list-pic li:first-child {
    margin-right: 11px;
}

.composite .part .column .column-left .observe .list.list-pic li .img {
    height: 106px;
    overflow: hidden;
    position: relative;
}

.composite .part .column .column-left .observe .list.list-pic li .img img {
    height: 100%;
    position: relative;
    z-index: 1;
}

.composite .part .column .column-left .observe .list.list-pic li .img .btn {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -17px;
    margin-left: -17px;
    z-index: 10;
    width: 34px;
    height: 34px;
    margin-right: 5px;
    background:  0 0 no-repeat;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
}

.composite .part .column .column-left .observe .list.list-pic li .tit {
    padding: 10px 0;
    text-align: center;
}

.composite .part .column .column-center {
    width: 417px;
}

.composite .part .column .column-center .talk {
    padding: 5px 10px 5px 10px;
    background: url(/uploads/image/g2image/talk-bg.png) center top no-repeat;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
}

.composite .part .column .column-center .talk .scroll {
    height: 240px;
    overflow: hidden;
    background: url(/uploads/image/g2image/talk-scroll-bg.png) center bottom no-repeat;
}

.composite .part .column .column-center .talk .scroll .swiper-lazy-preloader {
    margin-left: -85px;
}

.composite .part .column .column-center .talk .scroll .swiper-container {
    width: 100%;
    height: 100%;
}

.composite .part .column .column-center .talk .scroll .swiper-slide {
    position: relative;
    overflow: hidden;
}

.composite .part .column .column-center .talk .scroll .swiper-pagination {
    width: auto;
    left: 15px;
    bottom: 10px;
}

.composite .part .column .column-center .talk .scroll .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
    background: #7b8fad;
    margin-right: 5px;
    opacity: 1;
    vertical-align: middle;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    transition: all 0.8s;
}

.composite .part .column .column-center .talk .scroll .swiper-pagination-bullet-active {
    width: 10px;
    height: 10px;
    background: #142a4b;
}

.composite .part .column .column-center .talk .scroll .character {
    width: 220px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 10px;
    margin-top: 58px;
    text-align: right;
    color: #666;
    position: relative;
    z-index: 8;
}

.composite .part .column .column-center .talk .scroll .character .name {
    font-size: 16px;
    line-height: 26px;
}

.composite .part .column .column-center .talk .scroll .character .job {
    font-size: 14px;
    line-height: 24px;
    height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.composite .part .column .column-center .talk .scroll .character a {
    color: #666;
}

.composite .part .column .column-center .talk .scroll .tit {
    position: relative;
    z-index: 10;
    margin-top: 15px;
    width: 210px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 20px;
    font-size: 18px;
    line-height: 28px;
    height: 84px;
    overflow: hidden;
    color: #142a4b;
}

.composite .part .column .column-center .talk .scroll .tit a {
    color: #142a4b;
}

.composite .part .column .column-center .talk .scroll .img {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
    width: auto;
    height: 100%;
    background: 0 0;
}

.composite .part .column .column-center .talk .scroll .img img {
    width: auto;
    height: 100%;
}

.composite .part .column .column-center .talk .list {
    margin: 10px 0;
}

.composite .part .column .column-center .talk .list .img {
    width: 387px;
    height: 218px;
    overflow: hidden;
}

.talk-cont {
    padding: 5px 5px 4px 5px;
}

.composite .part .column .column-center .talk .list.list-pic li .tit {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
    padding: 10px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.65)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.65) 100%);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.65) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.65) 100%);
    color: #fff;
}

.composite .part .column .column-center .talk .list.list-pic li .tit a {
    color: #fff;
}

.composite .part .column .column-center .talk .list.list-pic.plural li:first-child {
    margin-right: 10px;
}

.composite .part .column .column-center .talk .list.list-pic.plural li .img {
    width: 188px;
    height: 106px;
    overflow: hidden;
}

.composite .part .column .column-center .talk .list.list-pic.plural li {
    width: 188px;
    display: inline-block;
    vertical-align: top;
}

.composite .part .column .column-center .talk .list.list-pic li {
    position: relative;
}

.composite .part .column .column-center .talk .list.list-txt li {
    height: 46px;
    line-height: 46px;
    padding-left: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.composite .part .column .column-center .talk .list.list-txt li:first-child {
    margin-top: 0;
}

.composite .part .column .column-right {
    width: 415px;
}

.composite .part .column .column-right .special {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px 18px 8px;
}

.composite .part .column .column-right .special .list {
    margin-top: 10px;
}

.composite .part .column .column-right .special .list.list-pic li {
    width: 100%;
    height: 110px;
}

.composite .part .column .column-right .special .list.list-pic li .img {
    height: 110px;
    overflow: hidden;
}

.composite .part .column .column-right .special .list.list-pic li .img img {
    height: 110px;
}

.composite .part .column .column-right .special .list.list-txt li {
    padding-left: 15px;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.composite .part .column .column-right .special .list.list-txt li:first-child {
    margin-top: 0;
}

.composite .part .column .column-right .localnews {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px 10px 4px 10px;
    min-height: 280px;
}

.localnews-cont {
    padding: 5px 5px;
}

.qysd {
    margin-top: 20px;
    padding-bottom: 2px;
}

.composite .part .column .column-right .localnews .title .site {
    position: absolute;
    left: 120px;
    font-size: 16px;
    line-height: 30px;
    top: 9px;
    padding-left: 20px;
    color: #033333;
    background: url(/uploads/image/w2images/icon-site.png) left center no-repeat;
    cursor: pointer;
}

.composite .part .column .column-right .localnews .title .site:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 8px;
    height: 4px;
    background: url(/uploads/image/w2images/icon-down-grey.png) left center no-repeat;
}

.composite .part .column .column-right .localnews .title .site .sub {
    display: none;
    position: absolute;
    z-index: 20;
    left: -120px;
    right: auto;
    top: 30px;
    line-height: 26px;
    padding: 10px;
    width: 346px;
    background: #fff;
    border: 1px solid #ccc;
    border-top: 0;
    font-size: 14px;
    word-break: keep-all;
}

.composite .part .column .column-right .localnews .title .site .sub span:hover {
    color: #63b3ff;
}

.composite .part .column .column-right .localnews .title .site:hover .sub {
    display: block;
}

.composite .part .column .column-right .localnews .list {
    margin: 10px 0;
    padding: 0 5px;
}

.composite .part .column .column-right .localnews .list.list-txt li {
    padding-left: 16px;
    height: 52px;
    line-height: 52px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.composite .part .column .column-right .localnews .list.list-txt li:first-child {
    margin-top: 0;
}

.recommend {
    margin: 18px 0;
}

.recommend .part {
    padding: 5px 18px 10px;
}

.recommend .swiper-button-next,
.recommend .swiper-button-prev {
    width: 25px;
    height: 52px;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100%;
    background-size: 100%;
    margin-top: -26px;
}

.recommend .swiper-container {
    width: 100%;
    height: 285px;
}

.recommend .swiper-slide {
    position: relative;
    height: 285px;
    overflow: hidden;
}

.recommend .swiper-slide .img {
    background-image: none;
}

.recommend .swiper-slide .img,
.recommend .swiper-slide img {
    width: 200px;
    height: 285px;
    position: relative;
    z-index: 1;
}

.recommend .scroll {
    margin-top: 10px;
}




.freezone {
    margin-top: 18px;
}

.freezone .part {
    font-size: 0;
}

.freezone .title .sub {
    bottom: 6px;
}

.freezone .tb-title {
    width: 416px;
    height: 70px;

}

.freezone .card {
    display: inline-block;
    vertical-align: top;
    width: 416px;
    margin-left: 16px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

}

.freezone .card:first-child {
    margin-left: 0;
}

.freezone .card-cont {
    padding: 5px 10px 8px;
}

.freezone .card .list {
    margin: 10px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 5px;
}

.freezone .card.card-txt .list.list-txt li {
    height: 52px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.freezone .card.card-txt .list.list-txt li:before {
    top: 11px;
}

.freezone .card.card-txt .list.list-txt li:first-child {
    font-weight: 700;
}

.freezone .card.card-txt .list.list-txt li:first-child:before {
    display: none;
}

.freezone .card.card-mix .list.list-mix .img {
    width: 180px;
    height: 101px;
}

.freezone .card.card-mix .list.list-txt li {
    height: 48px;
    line-height: 48px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.freezone .card.card-mix .list.list-txt li:before {
    top: 22px;
}

.foot {
    margin-top: 20px;
    border-top: 1px solid #e5e5e5;
}

.foot .foot-upper {
    padding: 30px 0 20px;
    background: #dee5f3;
}

.foot .foot-upper .part {
    padding: 0 40px;
    position: relative;
}

.foot .foot-upper .foot-upper-item {
    margin-bottom: 15px;
}

.foot .foot-upper .name {
    position: relative;
    text-align: center;
    float: left;
    font-size: 16px;
    line-height: 33px;
    font-weight: 700;
    color: #333;
}

.foot .foot-upper .links {
    font-size: 0;
    float: right;
    width: 1100px;
}

.foot .foot-upper .links span {
    position: relative;
    display: inline-block;
    margin-right: 12px;
    font-size: 14px;
    line-height: 30px;
    color: #333;
    cursor: pointer;
}

.foot .foot-upper .links span a {
    color: #333;
    margin-right: 0;
}

.foot .foot-upper .links .code {
    position: absolute;
    right: 50%;
    top: 100%;
    margin-right: -85px;
    z-index: 10;
    width: 150px;
    height: 150px;
    padding: 10px;
    background: #fff;
    border: 1px solid #ccc;
}

.foot .foot-upper .links .code img {
    width: 150px;
    height: 150px;
}

.foot .foot-upper .links i {
    position: relative;
}

.foot .foot-upper #government {
    position: relative;
}

.foot .foot-upper #government .name {
    margin-left: -4px;
    font-size: 15px;
    line-height: 22px;
}

.foot .foot-upper #government .links span {
    line-height: 44px;
}

.foot .foot-upper #government .links span[data-ismore='true']:after {
    content: '';
    position: absolute;
    right: 50%;
    margin-right: -8px;
    bottom: 0;
    width: 15px;
    height: 15px;
    background: url(/uploads/image/w2images/icon-top.png) right bottom no-repeat;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100%;
    background-size: 100%;
}

.foot .foot-upper #government .links a {
    line-height: 44px;
}

.foot .foot-upper #government .layer {
    position: absolute;
    width: 1100px;
    right: 5px;
    bottom: 40px;
    z-index: 50;
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.8s;
    -moz-transition: height 0.8s;
    transition: height 0.8s;
}

.foot .foot-upper #government .layer.show {
    height: 140px;
}

.foot .foot-upper #government .layer .layer-item {
    display: none;
    width: 1098px;
    height: 140px;
    padding: 10px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow-x: hidden;
    overflow-y: auto;
    border: 1px solid #dbdbdb;
    background: #fff;
}

.foot .foot-upper #government .layer .layer-item.show {
    display: block;
}

.foot .foot-upper #government .layer span {
    display: inline-block;
    margin-right: 24px;
    font-size: 14px;
    line-height: 45px;
    color: #333;
}

.foot .foot-upper #government .layer span a {
    color: #333;
}

.foot .foot-upper #hkandmacao .name {
    line-height: 24px;
}

.foot .foot-upper #hkandmacao .links a {
    line-height: 48px;
}

.foot .foot-cont {
    position: relative;
    text-align: center;
    padding: 25px 0 55px;
    font-size: 14px;
    line-height: 32px;
    color: #fff;
    background: #024ac2;
}

.foot .foot-cont .part {
    position: relative;
    padding: 0 40px;
}

.foot .foot-cont a {
    color: #fff;
}

.foot .foot-cont .foot-ga {
    vertical-align: middle;
    margin-right: 10px;
}

.foot .foot-cont .foot-gs {
    position: absolute;
    right: 50%;
    bottom: 20px;
    margin-right: -565px;
    width: 34px;
    height: 42px;
    background:  0 0 no-repeat;
}

.foot .foot-cont .cutline {
    padding-bottom: 10px;
    margin-bottom: 10px;
    height: 1px;
    width: 100%;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.3);
}

.foot .foot-cont .accessible {
    position: absolute;
    width: 140px;
    height: 60px;
    left: 150px;
    bottom: -30px;
    background: url(/uploads/image/w2images/accessible.png) no-repeat;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
}

.ie10 .list-mix.list li,
.ie8 .list-mix.list li,
.ie9 .list-mix.list li {
    display: block;
}

.ie10 .list-mix.list li:after,
.ie8 .list-mix.list li:after,
.ie9 .list-mix.list li:after {
    content: '';
    overflow: hidden;
    width: 100%;
    height: 0;
    font-size: 0;
    display: block;
    clear: both;
}

.ie10 .list-mix.list li .img,
.ie8 .list-mix.list li .img,
.ie9 .list-mix.list li .img {
    float: left;
}

.ie10 .list-mix.list li .tit,
.ie8 .list-mix.list li .tit,
.ie9 .list-mix.list li .tit {
    width: 168px;
    float: right;
}

.ie10 .list-mix.list li .tit a,
.ie8 .list-mix.list li .tit a,
.ie9 .list-mix.list li .tit a {
    display: inline-block;
    width: 100%;
}

.floatred .top .top-upper {
    background: #d11305;
}

.bigpic {
    margin-top: 20px;
}

.bigpic-left {
    width: 510px;
    height: 435px;
    float: left;
}

.bigpic-list {
    width: 510px;
    height: 287px;
    overflow: hidden;
    position: relative;
}

.bigpic-list .limg img {
    width: 510px;
    height: 287px;
    position: relative;
    z-index: 1;
}

.bigpic-list .title {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
    padding: 10px 10px 10px 20px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.65)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.65) 100%);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.65) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.65) 100%);
    color: #fff;
}

.bigpic-list .title {
    font-size: 16px;
    line-height: 1.5;
}

.bigpic-list .title a {
    color: #fff;
}

.bigpic-name {
    width: 510px;
    height: 144px;
    margin-top: 2px;
}

.bigpic-name img {
    width: 510px;
    height: 144px;
}

.bigpic-right {
    width: 768px;
    height: 435px;
    float: right;
}

.bigpic-rlist {
    width: 382px;
    height: 215px;
    overflow: hidden;
    position: relative;
    float: left;
    margin: 0 2px 2px 0;
}

.bigpic-rlist .rimg img {
    width: 382px;
    height: 215px;
    position: relative;
    z-index: 1;
}

.bigpic-rlist .rtitle {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
    padding: 10px 10px 10px 20px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.65)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.65) 100%);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.65) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.65) 100%);
    color: #fff;
}

.bigpic-rlist .rtitle {
    font-size: 16px;
    line-height: 24px;
}

.bigpic-rlist .rtitle a {
    color: #fff;
}

.gallery {
    margin-top: 20px;
}

.dbtl-cont {
    width: 1280px;
    height: 85px;
    margin: 0 auto;
}

.dbtl {
    width: 1280px;
    height: 85px;
    overflow: hidden;
    float: left;
    position: relative;
}

.dbtl ul {
    margin: 0px;
    padding: 0px;
    position: absolute;
}

.dbtl li {
    display: inline;
}

.dbtl img {
    width: 1280px;
    height: 85px;
}

.tttl-cont {
    width: 810px;
    height: 85px;
    margin: 0 auto;
}

.tttl {
    width: 810px;
    height: 85px;
    overflow: hidden;
    float: left;
    position: relative;
}

.tttl ul {
    margin: 0px;
    padding: 0px;
    position: absolute;
}

.tttl li {
    display: inline;
}

.tttl img {
    width: 810px;
    height: 85px;
}

.hdtl-cont {
    width: 850px;
    height: 85px;
    margin: 0 auto;
}

.hdtl {
    width: 850px;
    height: 85px;
    overflow: hidden;
    float: left;
    position: relative;
}

.hdtl ul {
    margin: 0px;
    padding: 0px;
    position: absolute;
}

.hdtl li {
    display: inline;
}

.hdtl img {
    width: 850px;
    height: 85px;
}

.qztl-cont {
    width: 416px;
    height: 85px;
    margin: 0 auto;
}

.qztl {
    width: 416px;
    height: 85px;
    overflow: hidden;
    float: left;
    position: relative;
}

.qztl ul {
    margin: 0px;
    padding: 0px;
    position: absolute;
}

.qztl li {
    display: inline;
}

.qztl img {
    width: 416px;
    height: 85px;
}