html {
    -webkit-text-size-adjust: none;
    -ms-touch-action: none;
}

body {
    width: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

.videoembed,
.videoobject {
    width: 100%;
    height: auto;
}

input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="text"],
input[type="password"],
select,
button,
textarea {
    -webkit-appearance: none;
    border-radius: 0;
    -webkit-border-radius: 0;
}

.css {
    -webkit-touch-callout: none
}

a:hover {
    color: #b23e2c;
}

a:visited {
    color: rgba(0, 0, 0, 0);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

i {
    font-style: normal;
}

li {
    list-style: none
}

img {
    border: 0;
    max-width: 100%;
    height: auto;
    width: auto\9;
    vertical-align: top;
    object-fit: cover;
    -o-object-fit: cover;
}

a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    color: #333;
    text-decoration: none;
    outline: none;
}

em {
    font-style: normal;
}

body {
    background: #fff;
    color: #333333;
    font: 16px/30px"Microsoft Yahei", Helvetica, Tahoma, Arial, sans-serif;
}

.clearfix:after {
    content: ".";
    display: block;
    visibility: hidden;
    height: 0;
    clear: both;
}

/*清除浮动*/
.html.clearfix {
    zoom: 1;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

/* ------------------------------------------------------------------------------------------------------------------------- */

.margin {
    margin: 0 auto;
}

.width {
    width: 1100px;
}

.flex {
    display: flex;
    justify-content: space-between;
}

.b {
    border: 1px solid;
}

.mt10 {
    margin-top: 10px;
}

.mt30 {
    margin-top: 30px;
}

.top-head {
    height: 528px;
    background: url('../images/top-head.png') no-repeat top center;
}

.container {
    position: relative;
    top: -38px;
}

.nav {
    justify-content: space-between;
    height: 58px;
}

.nav .nav-lf {
    float: left;
    width: 248px;
    height: 100%;
    background: url('../images/sm_logo.png') no-repeat;
}

.nav .nav-rg {
    float: right;
    justify-content: space-between;
    align-items: center;
    width: 765px;
    height: 100%;
    background: url('../images/bg3.png') no-repeat bottom;
    background-size: 100% 85%;
    padding: 0 21px 0 50px;
}

.nav .nav-rg a {
    color: #fff;
    padding-top: 12px;
    font-size: 16px;
}

.nav .nav-rg a:hover {
    color: #000;
}

.sponsor {
    text-align: center;
    color: #de463d;
    padding: 10px 0;
    font-size: 16px;
}

.sponsor a {
    color: #de463d !important;
    text-decoration: none !important;
}

.hd {
    height: 15px;
    overflow: hidden;
    position: absolute;
    right: 10px;
    bottom: 15px;
    z-index: 1;
}

.hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
}

.hd ul li {
    float: left;
    margin-right: 5px;
    width: 10px;
    height: 10px;
    line-height: 10px;
    text-align: center;
    background: #fff;
    cursor: pointer;
    border-radius: 8px;
}

.hd ul li.on {
    background: #f00;
    color: #fff;
}

.banner {
    position: relative;
    float: left;

}

.banner a {
    display: block;
    width: 582px;
    height: 428px;
}

.banner a div {
    width: inherit;
    height: inherit;
}

.banner a div img {
    width: 100%;
    height: 100%;
}

.banner a div:nth-child(2) {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 80px 0 50px;
    background-color: rgba(43, 43, 43, .6);
    font-size: 15px;
    letter-spacing: 1px;
    width: 452px;
    height: 53px;
    line-height: 53px;
    color: #fff;
    position: absolute;
    bottom: 0;
}

.xfsm {
    float: right;
    position: relative;
    width: 483px;
    height: 428px;
}

.xfsm-c {
    height: 360px;
    position: absolute;
    bottom: 0;
}

.xfsm-c div {
    border-bottom: 1px solid #f1eded;
    padding-bottom: 5px;
    margin-top: 10px;
}

.xfsm-c div:nth-child(3) {
    border-bottom: none;
    padding-bottom: 0;
}

.tit {
    width: 189px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    font-family: '阿里巴巴普惠体';
    color: #fff;
    background: #de463d;
    margin-bottom: 20px;
}

.xfsm a {
    position: relative;
    display: block;
    width: 480px;
    line-height: 36px;
    font-size: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.xfsm a:hover {
    color: #de463d;
}

.xfsm a span:nth-child(1) {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 3px;
    background: #de463d;
}

.xfsm a span:nth-child(2) {
    margin-left: 20px;
}

.md2 {
    margin-top: 38px;
    padding: 32px 0;
    background-color: #f1f6f8;
}

.slogan {
    display: block;
    height: 121px;
    margin-bottom: 34px;
    background: url('../images/slogan.png') no-repeat center top;
}

/* 今日热点 投资思明 街道速览 */
.jrrd,
.tzsm,
.jdsl {
    width: 708px;
    float: left;
}

.c1 {
    height: 200px;
}

.l {
    float: left;
    width: 304px;
}

.l img {
    width: 100%;
    height: 100%;
}

.r {
    float: right;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 383px;
}

.r a {
    display: block;
}

.r a:nth-child(1) {
    height: 30px;
    line-height: 30px;
    color: #121212;
    font-size: 18px;
    font-weight: bold;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.r a:nth-child(2) {
    height: 92px;
    line-height: 30px;
    font-size: 14px;
    margin-top: 10px;
    color: #333333;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

.r a:hover {
    color: #de463d;
}

.c2 {
    margin-top: 20px;
}

.c2 a {
    display: block;
    position: relative;
    font-size: 15px;
    border-bottom: 1px solid #f1eded;
    line-height: 34px;
}

.c2 a span:nth-child(1) {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 3px;
    background: #de463d;
}

.c2 a span:nth-child(2) {
    display: block;
    width: 400px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-left: 18px;
}

.c2 a span:nth-child(2):hover {
    color: #de463d;
}

.jdsl {

    width: 602px;
    padding-bottom: 30px;
}

.jdsl .l {
    width: 308px;
    float: left;
}

.jdsl .r {
    padding: 0 12px;
    background-color: #f6f5f5;
    width: 270px;
    float: right;
}

.jdsl .c2 a span:nth-child(2) {
    width: 350px;
}

/* 精彩视频 */
.jcsp {
    float: right;
    position: relative;
    width: 353px;
    height: 425px;
}

.jcsp .pic {
    height: 236px;
}

.jcsp .pic img {
    width: 100%;
    height: 100%;
}

.jcsp-c {
    position: absolute;
    bottom: 0;
}

.jcsp-c a {
    position: relative;
    display: block;
    width: 353px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 15px;
    border-bottom: 1px solid #f1eded;
    line-height: 34px;
}

.jcsp-c a:hover {
    color: #de463d;
}

.jcsp-c a span:nth-child(1) {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 3px;
    background: #de463d;
}

.jcsp-c a span:nth-child(2) {
    margin-left: 15px;
}

.p {
    float: right;
    position: relative;
    width: 353px;
    height: 425px;
}

.p a {
    width: 100%;
    height: 48%;
    display: block;
}

.p a:nth-child(2) {
    position: absolute;
    bottom: 0;
}

.p a img {
    width: 100%;
    height: 100%;
}

/* 图说思明 */
.tssm {
    float: right;
    width: 477px;
    height: 428px;
    position: relative;
}

.tssm-c {
    position: relative;
    bottom: 0;
    height: 362px;
}

.tssm-c a {
    position: relative;
    display: block;
    width: 49%;
    height: 49%;
}

.tssm-c a:nth-child(1) {
    position: absolute;
    top: 0;
    left: 0;
}

.tssm-c a:nth-child(2) {
    position: absolute;
    top: 0;
    right: 0;
}

.tssm-c a:nth-child(3) {
    position: absolute;
    bottom: 0;
    left: 0;
}

.tssm-c a:nth-child(4) {
    position: absolute;
    bottom: 0;
    right: 0;
}

.tssm-c a img {
    width: 100%;
    height: 100%;
}

.tssm-c a span {
    display: block;
    position: absolute;
    bottom: 0;
    padding: 0 5%;
    width: 90%;
    height: 32px;
    line-height: 32px;
    font-size: 12px;
    color: #fff;
    background-color: rgba(65, 63, 63, 0.6);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.foot {
    border-top: 1px solid #ddd;
    background: #EFEFEF;
    padding-bottom: 10px;
}

.mod-wrap-foll {
    display: none;
}

.foot img {
    display: none;
}

#wap-head {
    display: none;
}

#circle {
    display: none;
}

#wap-foot {
    display: none;
}

.block {
    display: block !important;
}


@media screen and (max-width: 1025px) {
    .container {
        width: 94%;
        margin: 0 auto;
    }

    .top-head {
        height: 6.5rem;
        background-size: 100% 100%;
    }

    .nav {
        width: 100%;
        height: 1rem;
        margin-top: .6rem;
    }

    .lbt {
        margin-top: 0;
        height: 9rem;
    }

    .nav .nav-lf {
        width: 19%;
        background-size: 100% 100%;
    }

    .nav .nav-rg {
        width: 75%;
        height: 100%;
        padding: 0;
        padding: 0 .3rem 0 1rem;
    }

    .nav .nav-rg a {
        font-size: .4rem;
    }

    .width {
        width: 100%;
    }

    .tit {
        width: 4.2rem;
        height: 1.2rem;
        line-height: 1.2rem;
        font-size: .6rem;
        margin-bottom: .6rem;
        margin-left: 0;
    }

    .banner {
        width: 50%;
    }

    .xfsm {
        width: 47%;
        height: auto;
    }

    .xfsm-c {
        width: 100%;
        height: auto;
    }

    .xfsm-c div {
        margin-top: 0;
        margin-bottom: 0;
    }

    .xfsm a {
        width: 100%;
        line-height: .77rem;
        font-size: .4rem;
    }

    .banner a {
        width: 100%;
        height: 9rem;
    }

    .banner a div:nth-child(2) {
        width: 78%;
        height: 1.5rem;
        line-height: 1.5rem;
        padding: 0 16% 0 6%;
        font-size: .5rem;
    }

    .jrrd,
    .tzsm {
        width: 59%;
    }

    .jcsp,
    .p {
        width: 39%;
        height: auto;
    }

    .jrrd .c1 .l {
        width: 6.5rem;
    }

    .tzsm .c1 .l {
        width: 6.5rem;
    }
    .jrrd .c1 .r {
        width: calc(100% - 7rem);
    }

    .tzsm .c1 .r {
        width: calc(100% - 7rem);
    }
    .jdsl {
        width: 49%;
    }

  

    .c2 a span:nth-child(2) {
        width: 90%;
    }

    .jdsl .c2 a span:nth-child(2) {
        width: 90%;
    }



    #foot {
        display: none;
    }

    #wap-foot {
        display: block;
        width: 100%;
        text-align: center;
        color: #fff;
        line-height: 40px;
        height: 40px;
        font-size: .6rem;
        background: #df3839;
        font-weight: bold;
    }

    .md2 {
        margin-top: .5rem;
        padding: .5rem 0;
    }

    .slogan {
        height: 2rem;
        background-size: 100% 100%;
        margin-bottom: .7rem;
    }

    .c1 {
        height: 4.6rem;
    }

    .jcsp .pic {
        height: 5.3rem;
    }

    .tssm {
        width: 49%;
        padding-bottom: 0;
        height: 11.5rem;
    }

    .tssm-c {
        height: 9.4rem;
    }

    .jdsl {
        padding-bottom: 0;
        height: 11.5rem;
    }

    .jdsl .c1 .l {
        width: 4.7rem;
    }

    .jdsl .c1 .r {
        width: calc(100% - 5.4rem);
    }
    .jcsp-c {
        width: 100%;
    }
    .jcsp-c a {
        width: 98%;
    }

}



@media screen and (max-width: 640px) {
    .mt10 {
        margin-top: 2.5rem;
    }

    .container {
        top: 0;
        width: 100%;
    }

    .top-head {
        display: none;
    }

    .nav {
        display: none;
    }

    #wap-head {
        display: block;
        height: 60px;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 9999;
    }

    #wap-head .imt {
        height: 1.5rem;
        padding: .5rem 0;
        position: relative;
        z-index: 99999;
        background: rgba(222, 48, 49, 0.96);
    }

    #wap-head .imt .wap-logo {
        height: 1.3rem;
        margin-left: 16px;
        margin-top: 2px;
    }

    #wap-head .imt .wap-logo img {
        height: 100%;
    }

    .hd {
        height: .5rem;
        bottom: .4rem;
    }


    #menu {
        display: block;
        width: 1.5rem;
        height: 1.5rem;
        position: absolute;
        right: 5px;
        top: .5rem;
        background: url('../images/menu_on.png') no-repeat center;
        background-size: 52%;
    }

    #circle {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background: rgba(255, 255, 255, .95);
        z-index: 999;
        overflow: hidden;
        display: none;
    }

    #circle .nav {
        margin: 0 auto;
        width: 98%;
        display: block;
        padding: 3rem 0 0;
    }

    #circle .nav a {
        display: block;
        line-height: 36px;
        width: 33.33%;
        float: left;
        text-align: center;
        position: relative;
        margin-bottom: 10px;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        padding: 0 .1rem;
        border: 1px solid #ddd;
        border-radius: .8rem;
    }

    .lbt {
        margin-top: 2.5rem;
        height: auto;
    }

    .banner {
        float: unset;
        width: 100%;
        height: 10rem;
    }

    .banner a {
        width: 100%;
        height: 10rem;
    }

    .banner a div:nth-child(2) {
        width: 78%;
        height: 1.5rem;
        line-height: 1.5rem;
        padding: 0 16% 0 6%;
        font-size: .5rem;
    }

    .xfsm {
        width: 100%;
        margin-top: 1rem;
    }

    .xfsm-c {
        width: 100%;
        overflow: hidden;
        height: auto;
        position: unset;
        bottom: unset;
    }

    .xfsm-c div {
        width: 90%;
        margin: 0 auto;
    }

    .xfsm a {
        width: 100%;
        line-height: 1.2rem;
        font-size: .5rem;
    }

    .slogan {
        display: none;
    }

    .jdsl .c1 .l {
        width: 100%;
    }

    .jdsl .c1 .r{
        padding: unset;
        background-color: unset;
        width: 100%;
    }

    .jdsl .c2 a span:nth-child(2) {
        width: 95%;
    }

    .jdsl {
        height: 19.5rem;
        padding-bottom: .8rem;
    }

    .md2 {
        width: 100%;
        margin-top: 1rem;
        padding: .7rem 0;
    }

    .md2 .w {
        width: 100%;
    }


    .flex {
        flex-direction: column;
    }

    #foot {
        display: none;
    }

    .sponsor {
        display: none;
    }

    .width {
        width: 100%;
    }

    .tit {
        width: 5.7rem;
        height: 1.6rem;
        line-height: 1.6rem;
        font-size: .7rem;
        font-weight: bold;
        margin-bottom: .8rem;
        margin-left: 5%;
    }

    .jrrd,
    .tzsm,
    .jdsl {
        width: 100%;
    }

    .tzsm {
        margin-top: unset;
    }

    .jrrd {
        margin-bottom: 1rem;
    }

    .c1 {
        width: 90%;
        height: auto;
        margin: 0 auto;
    }

    .jrrd .c1 .l {
        width: 100%;
    }
    .jrrd .c1 .r {
        width: 100%;
    }
    .tzsm .c1 .l {
        width: 100%;
    }
    .tzsm .c1 .r {
        width: 100%;
    }
    .r a:nth-child(1) {
        font-size: .7rem;
    }

    .r a:nth-child(2) {
        height: auto;
        font-size: .5rem;
        margin-top: unset;
        -webkit-line-clamp: 1;
        line-clamp: 1;
    }

    .c2 {
        overflow: hidden;
        width: 90%;
        margin: 0 auto;
    }

    .c2 a {
        font-size: .5rem;
        line-height: 1.2rem;
    }

    .c2 a span:nth-child(2) {
        width: 95%;
    }


    .jcsp {
        width: 90%;
        margin: 0 auto;
    }

    .jcsp .tit {
        margin-left: unset;
    }

    .jcsp-c {
        position: unset;
        bottom: unset;
        overflow: hidden;
    }

    .jcsp-c a {
        width: 100%;
        font-size: .5rem;
        line-height: 1.2rem;
    }

    .mt30 {
        margin-top: .9rem;
    }

    .p {
        width: 90%;
        margin: 0 auto;
    }

    .p a:nth-child(1) {
        margin-top: 1rem;
    }

    .p a:nth-child(2) {
        margin-top: 1rem;
        position: unset;
        bottom: unset;
    }

    .tssm {
        width: 100%;
        height: auto;
    }

    .tssm-c {
        width: 90%;
        margin: 0 auto;
        height: 15.8rem;
    }

    .tssm-c a {
        margin-right: unset;
        margin-bottom: .6rem;
        width: 48%;
        height: 7.3rem;
    }

    .tssm-c a:nth-child(2n) {
        margin-left: 4%;
    }

    #wap-foot {
        display: block;
        width: 100%;
        text-align: center;
        color: #fff;
        line-height: 40px;
        height: 40px;
        font-size: .6rem;
        background: #df3839;
        font-weight: bold;
    }



}