body {
    min-width: 1350px
}

.hww {
    font-size: 14px;
    font-family: "PingFang SC","Microsoft YaHei","Lantinghei SC","Helvetica Neue",Helvetica,Arial,"å¾®è½¯é›…é»‘",STHeitiSC-Light,simsun,"å®‹ä½“","WenQuanYi Zen Hei","WenQuanYi Micro Hei",sans-serif;
    /*margin-bottom: 50px;*/
    height: 100%;
    width: 100%;
    min-width: 1350px
}

.hww a {
    vertical-align: top;
    color: #000
}

.hww a:hover {
    text-decoration: none
}

.hww img {
    vertical-align: top
}

.hww .inner {
    overflow: hidden;
    height: auto;
    width: 1200px;
    margin-left: auto;
    margin-right: auto
}

.hww .logo {
    margin-top: 47px;
    height: 54px;
    overflow: visible;
    padding-bottom: 22px;
    position: relative;
    z-index: 10
}

.hww .logo .fr {
    width: auto
}

.hww  .button {
    float: left;
    width: 90px;
    height: 28px;
    position: relative;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    font-size: 14px;
    line-height: 28px;
    color: #0693E2;
    text-align: center;
    margin-right: 5px;
    cursor: pointer
}

.hww .logo .button a {
    color: #0693E2
}

.hww .logo .button.wx {
    position: relative
}

.hww .logo .button.wx>p:after {
    content: '';
    display: inline-block;
    width: 8px;
    height: 7px;
    background-image: url(../images/down.png);
    background-size: cover;
    margin-left: 2px
}

.hww .logo .button.wx.on>p:after {
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
    background-image: url(../images/downW.png)
}

.hww .logo .button.wx.on {
    color: #fff;
    background-color: #2fbafa
}

.hww .logo .button.app {
    width: 100px;
    position: relative
}

.hww .logo .button.app>p:after {
    content: '';
    display: inline-block;
    width: 8px;
    height: 7px;
    background-image: url(../images/down.png);
    background-size: cover;
    margin-left: 2px
}

.hww .logo .button.app.on>p:after {
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
    background-image: url(../images/downW.png)
}

.hww .logo .button.app.on {
    color: #fff;
    background-color: #2fbafa
}

.hww .logo .button:last-child {
    margin-right: 0px
}

.hww .logo .weixinBox {
    display: none;
    position: absolute;
    width: 90px;
    height: auto;
    left: 0px;
    top: 25px;
    background-color: #2fbafa
}

.hww .logo .weixinBox img {
    margin: 8px auto;
    width: 72px;
    height: 72px
}

.hww .logo .appBox {
    display: none;
    position: absolute;
    width: 100%;
    height: auto;
    left: 0px;
    top: 25px;
    background-color: #2fbafa
}

.hww .logo .appBox p {
    font-size: 14px;
    line-height: 28px
}

.hww .logo .appBox p a {
    color: #000000
}

.hww .logo .appBox p:hover {
    background-color: #fff
}

.hww .logo .appBox img {
    margin-right: 5px;
    margin-top: 6px;
    width: 15px;
    height: 15px
}

.hww .nav {
    width: 100%;
    height: 34px;
    min-width: 1350px;
    background-color: #0693E2;
    overflow: hidden;
    background-size: 34px auto;
    position: relative;
    z-index: 1
}

.hww .nav .publicIndex {
    width: 1220px;
    box-sizing: border-box;
    height: 34px;
    line-height: 34px;
}

.hww .nav .publicIndex a {
    color: #fff;
    font-size: 18px;
    padding: 5px 18px;
    line-height: 34px;
}

.hww .nav .publicIndex a:hover {
    background-color: #237DD9
}

.hww .navsub {
    margin-top: 1px;
    background: #F7F7F7;
    font-size: 16px;
    color: #000000;
    line-height: 28px;
    padding: 6px 0;
    box-sizing: border-box;
    margin-bottom: 38px
}

.hww .navsub .nav-s1,.hww .navsub .nav-s2 {
    width: 1100px;
    padding: 0 50px;
    overflow: hidden;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between
}

.hww .navsub a {
    font-size: 14px;
    color: #000000
}

.hww .navsub a:hover {
    color: #0693e2
}

.hww .title {
    position: relative;
    height: 28px;
    margin-bottom: 15px;
    display: flex;
    justify-content: space-between
}

.hww .title a {
    font-family: SimSun,Source Han Sans CN,LiSong Pro Light,Helvetica,Arial,Verdana,sans-serif;
    font-size: 24px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 28px;
    color: #0693e2;
    padding-right: 9px;
    background-color: #fff
}

.hww .title a img {
    padding-right: 3px;
    vertical-align: text-top
}

.hww .title a.more {
    font-size: 14px;
    padding: 0 4px 0 6px;
    margin-right: 13px
}

.hww .title .line {
    position: absolute;
    top: 13px;
    background-color: #c2d1ff;
    z-index: -1;
    width: 100%;
    height: 1px
}

.hww .ad {
    position: relative;
    z-index: 0;
    overflow: hidden;
    margin-bottom: 40px;
    margin-top: 40px;
    background-color: #e9f7ff;
    width: 1200px;
    height: 100px
}

.hww .ad:empty {
    display: none
}

.hww .ad.ad_T01 {
    margin-top: 18px
}

.hww .ad.ad_L01 {
    width: 300px;
    height: 70px;
    margin-top: 30px;
    margin-bottom: 0
}

.hww .ad.ad_R01 {
    width: 350px;
    height: 180px;
    margin-top: 10px;
    margin-bottom: 0
}

.hww .topBigTitle {
    overflow: hidden;
    text-align: center;
    margin: 38px 0
}

.hww .topBigTitle div.small {
    padding-top: 20px
}

.hww .topBigTitle div.small a {
    display: inline-block;
    font-size: 16px;
    color: #898989;
    margin-left: 14px;
    line-height: 1.4
}

.hww .topBigTitle div.small a:first-child {
    margin-left: 0px
}

.hww .topBigTitle div.small a.red {
    color: #e92a2a
}

.hww .topBigTitle div.small a.blue {
    color: #237dd9
}

.hww .topBigTitle div.small a.bold {
    font-weight: bold
}

.hww .topBigTitle h2 {
    overflow: hidden;
    height: auto;
    line-height: 42px
}

.hww .topBigTitle h2 a {
    font-size: 38px;
    font-weight: bold;
    color: #237dd9;
    margin-left: 12px
}

.hww .topBigTitle h2 a:first-child {
    margin-left: 0px
}

.hww .topBigTitle h2 a.red {
    color: #e92a2a
}

.hww .topNew .fl {
    width: 450px;
    height: auto
}

.hww .topNew .fr {
    width: 720px;
    height: 406px
}

.hww .topNew .fr .interaction {
    position: relative;
    overflow: hidden;
    width: 720px;
    height: 406px
}

.hww .topNew .fr .interaction .swiper-wrapper {
    width: 100%;
    height: 406px;
    overflow: visible;
    position: relative;
    display: flex;
    transition-property: transform;
    box-sizing: content-box
}

.hww .topNew .fr .interaction .swiper-slide {
    position: relative;
    flex-shrink: 0;
    width: 720px;
    height: 406px;
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    overflow: hidden
}

.hww .topNew .fr .interaction .swiper-slide img {
    width: 720px;
    height: 406px;
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.hww .topNew .fr .interaction .swiper-slide p {
    position: absolute;
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    bottom: 0;
    left: 0;
    width: 100%;
    height: 239px;
    box-sizing: border-box;
    background: url(../images/linerblack.png) repeat-x;
    background-size: auto 239px
}

.hww .topNew .fr .interaction .swiper-slide p a {
    display: inline-block;
    box-sizing: border-box;
    font-size: 24px;
    font-weight: 200;
    line-height: 24px;
    color: #fff;
    padding: 186px 26px 0px 26px;
    margin-bottom: 32px;
}

.hww .topNew .fr .interaction .swiper-prev,.hww .topNew .fr .interaction .swiper-next {
    width: 26px;
    height: 43px;
    top: 50%;
    margin-top: -22px;
    position: absolute;
    cursor: pointer;
    text-align: center;
    box-sizing: border-box;
    background-image: url(../images/arrows.png);
    background-repeat: no-repeat
}

.hww .topNew .fr .interaction .swiper-prev:hover,.hww .topNew .fr .interaction .swiper-next:hover {
    background-image: url(../images/arrowHover.png)
}

.hww .topNew .fr .interaction .swiper-prev {
    left: 11px;
    background-position: top left
}

.hww .topNew .fr .interaction .swiper-next {
    right: 11px;
    background-position: top right
}

.hww .topNew .listTop {
    width: 450px;
    height: auto;
    overflow: hidden
}

.hww .topNew .listTop li {
    margin-bottom: 12px;
    font-size: 18px
}

.hww .topNew .listTop li a {
    color: #2f2f2f;
    line-height: 1.2
}

.hww .topNew .listTop li a:hover {
    color: #0693e2
}

.hww .topNew .listTop li a.red {
    color: #e92a2a
}

.hww .topNew .listTop li a.blue {
    color: #0693e2
}

.hww .topNew .listTop li a.bold {
    font-weight: bold
}

.hww .topNew .listTop li i {
    display: inline-block;
    vertical-align: text-top
}

.hww .topNew .listTop li i img {
    height: 20px
}

.hww .topNew .listTop li.sc {
    height: 62px
}

.hww .topNew .listTop li.sc i {
    vertical-align: top
}

.hww .topNew .listTop li.sc i img {
    width: 62px;
    height: 62px
}

.hww .topNew .listTop li.sc h4 {
    display: inline-block;
    height: 64px;
    width: 376px;
    min-height: 64px;
    position: relative;
    margin-left: 10px
}

.hww .topNew .listTop li.sc h4 a {
    line-height: 28px;
    white-space: normal;
    position: absolute;
    display: block;
    width: 378px;
    height: auto;
    top: 50%;
    left: 0px;
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.hww .topNew .listTop li.sc h4 a:hover {
    color: #0693e2
}

.hww .topNew .listTop li.sc h4 a.red {
    color: #e92a2a
}

.hww .topNew .listTop li.line {
    height: 1px;
    background: url(../images/line.png) repeat-x top left;
    margin: 10px 0 12px 0
}

.hww .swiperNews {
    display: none;
    margin-top: 20px;
    height: 70px;
    background: url(../images/jingcui.png) 16px 10px no-repeat #e9f7ff;
    padding: 5px 17px 5px 16px;
    box-sizing: border-box;
    overflow: hidden
}

.hww .swiperNews .hotMarrow {
    width: 346px;
    height: 58px;
    overflow: hidden;
    position: relative;
    margin-left: 60px;
    border-left: 2px solid #BCE8FF
}

.hww .swiperNews .swiper-wrapper {
    width: 314px;
    height: 56px;
    overflow: hidden;
    position: relative;
    box-sizing: content-box
}

.hww .swiperNews .swiper-slide {
    position: relative;
    flex-shrink: 0;
    width: 323px;
    height: 56px;
    padding-left: 9px
}

.hww .swiperNews .swiper-slide h4 {
    height: 56px;
    overflow: hidden;
    position: relative
}

.hww .swiperNews .swiper-slide h4 a {
    position: absolute;
    display: block;
    width: 314px;
    height: auto;
    overflow: hidden;
    top: 50%;
    left: 0px;
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    font-size: 16px;
    line-height: 28px;
    color: #2F2F2F
}

.hww .swiperNews .swiper-slide h4 a:hover {
    color: #0693e2
}

.hww .swiperNews .swiper-prev,.hww .swiperNews .swiper-next {
    width: 16px;
    height: 10px;
    right: 0px;
    position: absolute;
    cursor: pointer;
    box-sizing: border-box
}

.hww .swiperNews .swiper-prev {
    top: 9px;
    background: url(../images/arrowTopL.png) top left no-repeat
}

.hww .swiperNews .swiper-prev:hover {
    background-image: url(../images/arrowTopD.png)
}

.hww .swiperNews .swiper-next {
    bottom: 6px;
    background: url(../images/arrowDownL.png) top left no-repeat
}

.hww .swiperNews .swiper-next:hover {
    background-image: url(../images/arrowDownD.png)
}

.hww .middleBlock {
    margin-top: 40px
}

.hww .middleBlock>.fr {
    width: 350px;
    height: auto
}

.hww .middleBlock>.fr .haiwaiban {
    height: auto;
    overflow: hidden;
    margin-bottom: 25px
}

.hww .middleBlock>.fr .haiwaiban .cover {
    background-color: #fafafa;
    text-align: center;
    position: relative
}

.hww .middleBlock>.fr .haiwaiban .cover img {
    margin: 12px 0 11px 0;
    height: 309px;
    width: 216px;
    border: solid 1px #3587cb
}

.hww .middleBlock>.fr .haiwaiban .cover a.button {
    position: absolute;
    bottom: 37px;
    left: 122px;
    width: 106px;
    height: 36px;
    background: linear-gradient(0deg, #44a5cf,#3383ca);
    opacity: 0.8;
    border-radius: 4px;
    color: #FFFFFF;
    text-align: center;
    line-height: 36px
}

.hww .middleBlock>.fr .haiwaiban .width170 {
    width: 170px
}

.hww .middleBlock>.fr .haiwaiban .jiandu {
    background-color: #ffebd5;
    color: #790000
}

.hww .middleBlock>.fr .haiwaiban .jubao {
    background-color: #d8ebff;
    color: #00628f
}

.hww .middleBlock>.fr .haiwaiban .jiandu,.hww .middleBlock>.fr .haiwaiban .jubao {
    margin-top: 5px;
    position: relative;
    height: 60px
}

.hww .middleBlock>.fr .haiwaiban .jiandu p,.hww .middleBlock>.fr .haiwaiban .jubao p {
    position: absolute;
    display: block;
    width: 100%;
    text-align: center;
    height: auto;
    top: 50%;
    left: 0;
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.hww .middleBlock>.fr .haiwaiban .app {
    margin-top: 10px;
    height: 72px;
    background: #F4F4F4;
    border-radius: 4px;
    box-sizing: border-box;
    padding-right: 20px
}

.hww .middleBlock>.fr .haiwaiban .app img {
    float: left;
    width: 60px;
    height: 60px;
    margin: 6px 0 6px 14px
}

.hww .middleBlock>.fr .haiwaiban .app p {
    float: right;
    width: 58px;
    height: 20px;
    margin-top: 16px;
    margin-bottom: 5px;
    font-size: 14px;
    text-align: center
}

.hww .middleBlock>.fr .haiwaiban .app p i {
    margin-top: 5px;
    display: block;
    font-size: 12px;
    font-style: normal;
    line-height: 20px;
    width: 58px;
    height: 20px;
    background: linear-gradient(180deg, #eeeeee,#ffffff);
    box-shadow: 0px 2px 3px 0px rgba(188,188,188,0.48);
    border-radius: 8px
}

.hww .middleBlock>.fr .haiwaiban .app p i a {
    color: #000
}

.hww .middleBlock>.fr .hwwvideo {
    height: auto;
    overflow: hidden
}

.hww .middleBlock>.fr .hwwvideo ul {
    width: 360px;
    height: auto;
    overflow: hidden
}

.hww .middleBlock>.fr .hwwvideo ul li {
    position: relative;
    width: 170px;
    height: 96px;
    overflow: hidden;
    float: left;
    margin-right: 9px;
    margin-bottom: 9px
}

.hww .middleBlock>.fr .hwwvideo ul li img {
    width: 170px;
    height: 96px
}

.hww .middleBlock>.fr .hwwvideo ul li h4 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 34px;
    background: url(../images/linerblack.png) repeat-x;
    background-size: auto 34px;
    box-sizing: border-box;
    padding: 14px 15px 7px 11px;
    text-align: center;
    overflow: hidden
}

.hww .middleBlock>.fr .hwwvideo ul li h4 a {
    display: inline-block;
    width: 100%;
    font-size: 12px;
    line-height: 12px;
    color: #ffffff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.hww .middleBlock>.fr .hwwvideo ul li a.playBtn {
    position: absolute;
    top: 32px;
    left: 74px;
    display: block;
    width: 24px;
    height: 26px;
    background: url(../images/playbtn.png) no-repeat;
    background-size: cover
}

.hww .middleBlock>.fr .hwwvideo ul li:first-child {
    width: 350px;
    height: 198px
}

.hww .middleBlock>.fr .hwwvideo ul li:first-child img {
    width: 350px;
    height: 198px
}

.hww .middleBlock>.fr .hwwvideo ul li:first-child h4 {
    height: 72px;
    background-size: auto 72px;
    padding: 41px 15px 14px 11px
}

.hww .middleBlock>.fr .hwwvideo ul li:first-child h4 a {
    font-size: 16px;
    line-height: 16px;
    display: inline-block;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap
}

.hww .middleBlock>.fr .hwwvideo ul li:first-child a.playBtn {
    top: 76px;
    left: 160px;
    width: 36px;
    height: 40px
}

.hww .middleBlock>.fr .zhutai {
    margin-top: 15px
}

.hww .middleBlock>.fr .zhutai ul {
    height: auto;
    overflow: hidden
}

.hww .middleBlock>.fr .zhutai ul li {
    height: auto;
    overflow: hidden;
    padding-left: 10px;
    margin-bottom: 19px;
    background: url(../images/dic.png) left 6px no-repeat
}

.hww .middleBlock>.fr .zhutai ul li h4 a {
    font-size: 16px;
    line-height: 16px;
    color: #2f2f2f;
    display: inline-block;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.hww .middleBlock>.fr .zhutai ul li h4 a:hover {
    color: #0693e2
}

.hww .middleBlock>.fr .zhutai ul li:first-child {
    position: relative;
    padding-left: 0;
    height: 262px
}

.hww .middleBlock>.fr .zhutai ul li:first-child img {
    width: 350px;
    height: 262px
}

.hww .middleBlock>.fr .zhutai ul li:first-child h4 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 72px;
    box-sizing: border-box;
    padding: 41px 15px 14px 11px;
    background: url(../images/linerblack.png) repeat-x;
    background-size: auto 72px;
    text-align: center
}

.hww .middleBlock>.fr .zhutai ul li:first-child h4 a {
    color: #fff
}

.hww .middleBlock>.fr .weekHot {
    margin-top: 25px
}

.hww .middleBlock>.fr .weekHot ul {
    width: 100%
}

.hww .weekHot ul li {
    height: 34px;
    overflow: hidden;
    box-sizing: border-box
}

.hww .weekHot ul li i {
    display: inline-block;
    width: 19px;
    height: 19px;
    background: #0693E2;
    border-radius: 2px;
    margin-right: 11px;
    font-size: 14px;
    font-style: normal;
    line-height: 19px;
    color: #fff;
    text-align: center;
    vertical-align: top;
    margin-top: 8px
}

.hww .weekHot ul li:nth-child(1) i,.hww .weekHot ul li:nth-child(2) i,.hww .weekHot ul li:nth-child(3) i {
    background: #E22506
}

.hww .weekHot ul li h5 {
    display: inline-block;
    line-height: 34px;
    font-size: 16px;
    width: 318px;
    overflow: hidden
}

.hww .weekHot ul li h5 a {
    display: inline-block;
    width: 320px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: #505050
}

.hww .weekHot ul li h5 a:hover {
    color: #0693e2
}

.hww .middleBlock>.middle {
    position: relative;
    float: left;
    width: 500px;
    height: 2057px;
    margin-left: 19px;
    overflow: hidden;
    padding-bottom: 38px
}

.hww .middleBlock>.middle .yaowenTop {
    display: none;
    box-sizing: border-box;
    position: absolute;
    z-index: 100;
    cursor: pointer;
    top: 40px;
    left: 6px;
    width: 493px;
    height: 38px;
    background-color: rgba(221,243,255,0.8);
    font-size: 14px;
    line-height: 38px;
    text-align: center;
    color: #38a3e5
}

.hww .middleBlock>.middle .yaowenTop.fixed {
    position: fixed
}

.hww .middleBlock>.middle::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30px;
    z-index: 100;
    background: url(../images/yaowenBottom.png) repeat-x left bottom
}

.hww .middleBlock>.middle .list {
    width: 520px;
    height: 2048px;
    padding-left: 6px;
    overflow-y: scroll
}

.hww .middleBlock>.middle .list .share {
    position: fixed;
    width: 101px;
    height: auto;
    overflow: hidden;
    background-color: #e9f7ff;
    border-radius: 2px;
    z-index: 110
}

.hww .middleBlock>.middle .list .share p {
    padding: 4px
}

.hww .middleBlock>.middle .list .share p span {
    display: inline-block;
    width: 25px;
    height: 22px;
    background-image: url(../images/icons.png);
    background-repeat: no-repeat
}

.hww .middleBlock>.middle .list .share p span:first-child {
    background-position: -60px 0
}

.hww .middleBlock>.middle .list .share p span:first-child:hover {
    background-position: -60px bottom
}

.hww .middleBlock>.middle .list .share p span:first-child.on {
    background-position: -60px bottom
}

.hww .middleBlock>.middle .list .share p span:nth-child(2) {
    margin: 0 9px;
    background-position: -96px 0
}

.hww .middleBlock>.middle .list .share p span:nth-child(2):hover {
    background-position: -96px bottom
}

.hww .middleBlock>.middle .list .share p span:nth-child(2).on {
    background-position: -96px bottom
}

.hww .middleBlock>.middle .list .share p span:nth-child(3) {
    background-position: -132px 0
}

.hww .middleBlock>.middle .list .share p span:nth-child(3):hover {
    background-position: -132px bottom
}

.hww .middleBlock>.middle .list .share p span:nth-child(3).on {
    background-position: -132px bottom
}

.hww .middleBlock>.middle .list .share .shareErwei {
    overflow: hidden;
    height: auto;
    display: none
}

.hww .middleBlock>.middle .list .share .shareErwei #shareQrcode {
    text-align: center
}

.hww .middleBlock>.middle .list .share .shareErwei #shareQrcode img {
    width: 70px;
    height: 70px;
    margin: 0 auto
}

.hww .middleBlock>.middle .list .share .shareErwei #shareText {
    text-align: center;
    font-size: 12px;
    line-height: 14px;
    color: #030303
}

.hww .middleBlock>.middle ul {
    width: 492px;
    height: auto;
    overflow: hidden;
    padding-bottom: 10px
}

.hww .middleBlock>.middle ul li {
    width: 100%;
    height: auto;
    overflow: hidden;
    border-bottom: 1px #bfbfbf dashed;
    padding-top: 20px;
    padding-bottom: 20px
}

.hww .middleBlock>.middle ul li:first-child {
    padding-top: 0
}

.hww .middleBlock>.middle ul li.more {
    border-bottom: none;
    line-height: 22px;
    font-size: 16px;
    color: #2f2f2f;
    text-align: center;
    cursor: pointer
}

.hww .middleBlock>.middle ul li.more:after {
    content: " ";
    display: inline-block;
    color: #4f4f4f;
    background: url(../images/down.png) no-repeat;
    background-size: 100% 100%;
    width: 14px;
    height: 10px
}

.hww .middleBlock>.middle .onePic,.hww .middleBlock>.middle .video {
    width: 100%;
    height: auto;
    overflow: hidden;
    min-height: 100px;
    padding-bottom: 20px
}

.hww .middleBlock>.middle .onePic a,.hww .middleBlock>.middle .video a {
    vertical-align: top
}

.hww .middleBlock>.middle .onePic h4>a,.hww .middleBlock>.middle .video h4>a,.hww .middleBlock>.middle .onePic h4>a>i,.hww .middleBlock>.middle .video h4>a>i {
    vertical-align: top
}

.hww .middleBlock>.middle .onePic img,.hww .middleBlock>.middle .video img {
    width: 134px;
    height: 100px;
    padding-right: 11px
}

.hww .middleBlock>.middle .onePic>.fr,.hww .middleBlock>.middle .video>.fr {
    width: 345px;
    height: auto;
    min-height: 80px;
    padding-bottom: 20px;
    overflow: hidden;
    position: relative
}

.hww .middleBlock>.middle .onePic h4,.hww .middleBlock>.middle .video h4 {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0px
}

.hww .middleBlock>.middle .onePic h4 a,.hww .middleBlock>.middle .video h4 a {
    color: #2f2f2f
}

.hww .middleBlock>.middle .onePic h4 a i,.hww .middleBlock>.middle .video h4 a i {
    display: inline-block;
    width: 40px;
    height: 21px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    border: solid 1px #0693e2;
    color: #0693e2;
    font-size: 12px;
    font-style: normal;
    line-height: 21px;
    text-align: center;
    margin-right: 6px
}

.hww .middleBlock>.middle .onePic h4 a:hover,.hww .middleBlock>.middle .video h4 a:hover {
    color: #0693e2
}

.hww .middleBlock>.middle .noPic,.hww .middleBlock>.middle .pics {
    padding-top: 15px
}

.hww .middleBlock>.middle .noPic h4,.hww .middleBlock>.middle .pics h4 {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0px;
    margin-bottom: 7px
}

.hww .middleBlock>.middle .noPic h4 a,.hww .middleBlock>.middle .pics h4 a {
    color: #2f2f2f
}

.hww .middleBlock>.middle .noPic h4 a:hover,.hww .middleBlock>.middle .pics h4 a:hover {
    color: #0693e2
}

.hww .middleBlock>.middle .noPic h4 a i,.hww .middleBlock>.middle .pics h4 a i {
    display: inline-block;
    width: 40px;
    height: 21px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    border: solid 1px #0693e2;
    color: #0693e2;
    font-size: 12px;
    font-style: normal;
    line-height: 21px;
    text-align: center;
    margin-right: 6px
}

.hww .middleBlock>.middle .noPic h4>a,.hww .middleBlock>.middle .pics h4>a,.hww .middleBlock>.middle .noPic h4>a>i,.hww .middleBlock>.middle .pics h4>a>i {
    vertical-align: top
}

.hww .middleBlock>.middle .video>a {
    position: relative;
    display: inline-block
}

.hww .middleBlock>.middle .video .playBtn {
    position: absolute;
    display: block;
    width: 24px;
    height: 20px;
    bottom: 6px;
    left: 6px;
    background: url(../images/playbtn.png) no-repeat 9px 5px;
    background-size: 8px 10px;
    background-color: #000;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
    opacity: .6
}

.hww .middleBlock>.middle .pics>a {
    position: relative;
    display: block;
    margin-bottom: 11px
}

.hww .middleBlock>.middle .pics>a img {
    width: 490px;
    height: 276px
}

.hww .middleBlock>.middle .pics .some {
    position: absolute;
    display: block;
    width: auto;
    height: 22px;
    bottom: 10px;
    left: 6px;
    background: url(../images/some.png) no-repeat 11px 4px;
    background-size: 16px 14px;
    background-color: #000;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
    opacity: .6;
    padding-left: 33px;
    padding-right: 10px;
    color: #ffffff;
    font-size: 12px;
    line-height: 22px;
    font-style: normal
}

.hww .middleBlock>.middle .other {
    height: 19px
}

.hww .middleBlock>.middle .other span {
    display: inline
}

.hww .middleBlock>.middle .other span.fl {
    font-size: 12px;
    color: #b0b0b0;
    margin-right: 10px
}

.hww .middleBlock>.middle .other span.commentIco {
    display: none;
    width: 20px;
    height: 19px;
    margin-right: 6px;
    background: url(../images/icons.png) no-repeat left top
}

.hww .middleBlock>.middle .other span.commentIco:hover {
    background-position: left bottom
}

.hww .middleBlock>.middle .other span.shareIco {
    width: 20px;
    height: 19px;
    background: url(../images/icons.png) no-repeat -26px top
}

.hww .middleBlock>.middle .other span.shareIco:hover {
    background-position: -26px bottom
}

.hww .middleBlock>.middle .other span.shareIco.on {
    background-position: -26px bottom
}

.hww .middleBlock>.middle .other.b {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%
}

.hww .middleBlock .pinglun {
    width: 300px;
    height: auto;
    overflow: hidden
}

.hww .middleBlock .pinglun ul li {
    margin-bottom: 21px;
    height: auto
}

.hww .middleBlock .pinglun ul li h4 a {
    font-size: 16px;
    line-height: 28px;
    color: #000000
}

.hww .middleBlock .pinglun ul li h4 a:hover {
    color: #0693e2
}

.hww .middleBlock .pinglun ul li.b h4 a {
    font-size: 16px;
    line-height: 26px;
    color: #000000
}

.hww .middleBlock .pinglun ul li.b h4 a:hover {
    color: #0693e2
}

.hww .middleBlock .pinglun ul li.sc>a {
    display: inline-block;
    width: 62px;
    height: 62px;
    overflow: hidden;
    position: relative;
    z-index: 4;
    float: left
}

.hww .middleBlock .pinglun ul li.sc>a img {
    width: 100%;
    height: 100%
}

.hww .middleBlock .pinglun ul li.sc h4 {
    height: 64px;
    min-height: 64px;
    position: relative
}

.hww .middleBlock .pinglun ul li.sc h4 a {
    font-size: 16px;
    line-height: 26px;
    position: absolute;
    display: block;
    width: 228px;
    height: auto;
    top: 50%;
    left: 73px;
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.hww .middleBlock .pinglun ul li.sc h4 a:hover {
    color: #0693e2
}

.hww .middleBlock .pinglun ul li.sc.hwwPing h4 {
    background: url(../images/hwwPingLOGO.png) no-repeat top left
}

.hww .middleBlock .pinglun ul li.sc.wanghailou h4 {
    background: url(../images/wanghailouLOGO.png) no-repeat top left
}

.hww .middleBlock .pinglun ul li.sc.xuexi h4 {
    background: url(../images/xuexiLOGO.png) no-repeat top left
}

.hww .middleBlock .pinglun ul li.sc.haipingmian h4 {
    background: url(../images/haipingmianLOGO.png) no-repeat top left
}

.hww .middleBlock .pinglun ul li.sc.xiakedao h4 {
    background: url(../images/xiakedaoLOGO.png) no-repeat top left
}

.hww .middleBlock .pinglun ul li.sc.shenyidu h4 {
    background: url(../images/shenyiduLOGO.png) no-repeat top left
}

.hww .middleBlock .pinglun ul li.sc.gangtaiqiang h4 {
    background: url(../images/gangtaiqiangLOGO.png) no-repeat top left
}

.hww .middleBlock .pinglun ul li.sc.dangdashi h4 {
    background: url(../images/dangdashiLOGO.png) no-repeat top left
}

.hww .middleBlock .pinglun ul li.sc.yulun h4 {
    background: url(../images/yulunLOGO.png) no-repeat top left
}

.hww .middleBlock .pinglun ul li p {
    margin-top: 11px;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0px
}

.hww .middleBlock .pinglun ul li p a {
    color: #727272
}

.hww .middleBlock .pinglun ul li .author {
    margin-top: 6px;
    padding: 7px 4px;
    height: 50px;
    background-color: #f4f4f4;
    box-sizing: border-box
}

.hww .middleBlock .pinglun ul li .author:hover {
    background-color: #e9f7ff
}

.hww .middleBlock .pinglun ul li .author img {
    float: left;
    width: 36px;
    height: 36px;
    padding-right: 7px
}

.hww .middleBlock .pinglun ul li .author h5 {
    font-size: 14px;
    line-height: 16px
}

.hww .middleBlock .pinglun ul li .author h5 a p {
    margin-top: 0px;
    padding-top: 3px;
    line-height: 16px;
    color: #727272
}

.hww .middleBlock .pinglun ul li .author h5 a p.aName {
    padding-top: 0px;
    color: #010101
}

.hww .middleBlock .pinglun ul.pinglun2 li.sc,.hww .middleBlock .pinglun ul.pinglun3 li.sc {
    margin-top: 28px
}

.hww .middleBlock .pinglun ul.pinglun2 li:not(.sc),.hww .middleBlock .pinglun ul.pinglun3 li:not(.sc) {
    margin-bottom: 0
}

.hww .middleBlock .pinglun ul.pinglun2 li:not(.sc) h4,.hww .middleBlock .pinglun ul.pinglun3 li:not(.sc) h4 {
    line-height: 28px;
    height: 28px;
    overflow: hidden;
    font-size: 16px
}

.hww .friends {
    margin-top: 40px
}

.hww .friends .a {
    width: 1200px;
    margin-right: 10px
}

.hww .friends .a a {
    display: inline-block;
    color: #505050;
    width: 144px;
    margin-top: 30px;
    font-size: 14px
}

.hww .friends .a a:hover {
    color: #0693e2
}

.hww div.touchBTN {
    display: none;
    width: 187px;
    height: 187px;
    position: fixed;
    bottom: 58px;
    right: 58px;
    background: url(../images/touchbtn@2x.png);
    background-size: contain;
    z-index: 1000
}

.hww div.touchBTN a {
    display: inline-block;
    width: 100%;
    height: 100%
}

.hww div.footer {
    height: auto;
    overflow: hidden;
    padding: 12px 0;
    font-family: SimSun, Helvetica, Arial, Verdana, sans-serif;
    font-size: 12px;
    line-height: 30px;
    color: #888;
    text-align: center
}

.hww div.footer a {
    text-decoration: none;
    color: #888
}

.hww div.footer div {
    height: auto;
    overflow: hidden;
    text-align: center
}

.hww div.footer p {
    height: auto;
    overflow: hidden;
    text-align: center
}

.hww div.footer p a {
    padding: 0 2px
}

.floatIcon {
    position: fixed;
    width: 50px;
    height: 175px;
    bottom: 280px;
    right: 50%;
    transform: translate(674px, 0)
}

.floatIcon .icon {
    position: relative;
    width: 50px;
    height: 50px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #d9d9d9;
    margin-bottom: 10px;
    cursor: pointer
}

.floatIcon .icon i {
    position: relative;
    z-index: 1;
    display: block;
    width: 50px;
    height: 50px;
    background-image: url(../images/floatIcons.png);
    background-repeat: no-repeat
}

.floatIcon .icon.gotop i {
    background-position: center 15px
}

.floatIcon .icon.refresh i {
    background-position: center -44px
}

.floatIcon .icon.erwei i {
    background-position: center -104px
}

.floatIcon .icon::before {
    content: '';
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #2fbafa;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0)
}

.floatIcon .icon:hover i {
    animation: strench 0.6s
}

.floatIcon .icon:hover:before {
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s
}

@-webkit-keyframes strench {
    0% {
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    50% {
        -moz-transform: rotate(5deg);
        -o-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }

    to {
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

@keyframes strench {
    0% {
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    50% {
        -moz-transform: rotate(5deg);
        -o-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }

    to {
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

.floatIcon .code {
    display: none;
    width: 116px;
    height: 160px;
    border: 1px solid #bcbcbc;
    color: gray;
    position: absolute;
    left: -35px;
    bottom: -166px;
    text-align: center;
    line-height: 1;
    background: #fff;
    border-radius: 3px
}

.floatIcon .code.show {
    display: block
}

.floatIcon .code:before {
    content: "";
    width: 5px;
    height: 5px;
    background: #fff;
    border-top: 1px solid #bcbcbc;
    border-right: 1px solid #bcbcbc;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    display: block;
    position: absolute;
    left: 57px;
    top: -4px
}

.floatIcon .code img {
    margin: 5px auto 5px auto;
    width: 104px;
    height: 104px
}

.floatIcon .code p {
    text-align: center;
    font-size: 14px;
    letter-spacing: 1px;
    color: #3c3c3c;
    line-height: 21px
}

.floatIcon .code p:nth-child(2) {
    font-size: 16px;
    font-weight: bold
}

.hww .fl {
    float: left
}

.hww .fr {
    float: right
}

@media only screen and (max-width: 1360px) {
    .hww .inner {
        transform:scale(0.95)
    }

    .floatIcon {
        display: none
    }

    .hww .middleBlock {
        margin-top: -30px
    }

    .hww .ad {
        margin: 0 auto
    }

    .hww .middleBlock>.middle .other .shareIco {
        display: none
    }

    .hww .middleBlock>.middle .yaowenTop {
        display: none !important
    }
}

@media only screen and (hover: none) and (pointer: coarse) {
    body {
        max-width:1350px
    }

    .hww div.touchBTN {
        display: block
    }
}

.nav div {
    width: 1000px;
}

.nav.publicIndex a {
    padding: 1px 3px;
    width: 77px;
}

.public_headernav2017 > div.navT1 a {
    padding: 5px 6px 0 6px;
}

.subNav1 a {
    margin: 0 60px 0 0;
}

.nav-Pfoot a {
    width: 97px;
}

.hww .topBigTitle h2 a {
    margin-left: 0
}

.hww .topBigTitle h2 a {
    font-size: 36px;
    line-height: 1.2;
}



.row1{
    word-break: break-word!important;
    overflow: hidden;text-overflow: ellipsis;display: -webkit-box!important;-webkit-line-clamp: 1;-webkit-box-orient: vertical;
}
.row2{
    word-break: break-word!important;
    overflow: hidden;text-overflow: ellipsis;display: -webkit-box!important;-webkit-line-clamp: 2;-webkit-box-orient: vertical;
}
.row3{
    word-break: break-word!important;
    overflow: hidden;text-overflow: ellipsis;display: -webkit-box!important;-webkit-line-clamp: 3;-webkit-box-orient: vertical;
}
.row4{
    word-break: break-word!important;
    overflow: hidden;text-overflow: ellipsis;display: -webkit-box!important;-webkit-line-clamp: 4;-webkit-box-orient: vertical;
}
.row5{
    word-break: break-word!important;
    overflow: hidden;text-overflow: ellipsis;display: -webkit-box!important;-webkit-line-clamp: 5;-webkit-box-orient: vertical;
}



.pagination{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    /*background: #fff;*/
    padding: 0 0.3rem;
}
.pagination li{
    list-style: none;
}
.pagination li a{
    margin: 14px 5px;
    display: inline-block;
    line-height: 30px;
    border-radius: 4px;
    text-align: center;
    background: #e3e3e3;
    color: #333;
    font-size: 14px;
    position: relative;
    padding: 5px 10px;
    border: none;
    height: auto;
}
.pagination span{
    margin: 14px 5px;
    display: inline-block;
    line-height: 30px;
    text-align: center;
    padding: 5px 10px;
    border-radius: 4px;
    height: auto;
}

.pagination li:last-child a{
    background: #e3e3e3;
    color: #333;
}
.pagination li:first-child a{
    background: #e3e3e3;
    color: #333;
}
.disabled span{
    background: #e3e3e3;
    color: #333;
}
.pagination .active span{
    background: #1479d7;
    color: #fff;
}


.selhover{
    color: #fff!important;
    background-color: #1479d7 ;
}
.listnav{
    display: flex ;
    align-items: center;
    flex-wrap: wrap;
    height: auto;
    margin-bottom: 0.2rem;
    /*background: #fff;*/
    /*padding-left: 20px;*/

}
.listnav a{
    display: block;
    padding: 5px 10px;
    color: #222;
    margin: 5px 0;
    border-radius: 4px;
    font-size: 16px;
}


.hww .topNew .fr .interaction .swiper-slide p {
    background-size: auto 70px;
    background-position: left bottom;
}
.pro-news li a {
    line-height: 34px;
    font-size: 18px;
    color: #555555;
}

.onePic {
    width: 100%;
    height: auto;
    overflow: hidden;
    min-height: 100px;
    padding-bottom: 20px;
    list-style: none;
}

.onePic a {
    vertical-align: top
}

.onePic h4>a {
    vertical-align: top
}

.onePic img {
    width: 134px;
    height: 100px;
    padding-right: 11px
}

.onePic>.fr {
    width: 300px;
    height: auto;
    min-height: 80px;
    overflow: hidden;
    position: relative
}

.onePic h4 {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0px
}

.onePic h4 a {
    color: #2f2f2f
}

.onePic h4 a i {
    display: inline-block;
    width: 40px;
    height: 21px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    border: solid 1px #0693e2;
    color: #0693e2;
    font-size: 12px;
    font-style: normal;
    line-height: 21px;
    text-align: center;
    margin-right: 6px
}

.onePic h4 a:hover {
    color: #0693e2
}
.indextop{
    background-color: #F4F4F4;
}
#indexfrom {
    display: flex;
    align-items: center;
    border: 1px solid #ccc;
    border-radius: 5px;
    overflow: hidden;
}

/* 输入框样式 */
#indexfrom input[type="text"] {
    padding: 10px;
    flex: 1; /* 使输入框占据剩余空间 */
    border: none; /* 移除输入框边框 */
    outline: none; /* 移除焦点时的轮廓 */
}

/* 提交按钮样式 */
#indexfrom input[type="submit"] {
    background-color: #0692e1;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 0 5px 5px 0; /* 右侧圆角 */
    cursor: pointer;
    font-size: 18px;
}

/* 提交按钮悬停样式 */
#indexfrom input[type="submit"]:hover {
    background-color: #0692e1;
}

/* 占位符文字样式 */
#indexfrom input[type="text"]::placeholder {
    color: #aaa;
}