@charset "utf-8";
body{
    font-family: Microsoft YaHei, 微软雅黑, Arial;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #212121;
    position: relative;
    background-color: #f8f8f8!important;
    margin: 0;
    min-width: 10rem!important;
}
a{
    -webkit-tap-highlight-color:rgba(255,0,0,0)
}
img a{
    -webkit-touch-callout:none;
    -webkit-touch-callout:none;
}
.wrapper {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    max-width: 750px;
}

#public-nav-News>a {
    color: #1e88e5 !important;
}
p{
    word-wrap: break-word;
}
.detailsWrap{
    padding-top: 0.5rem;
    padding-bottom: 2rem;
    background:#fff;
    box-shadow: 0px 0px 10px 3px rgba(179,179,179,0.2);
}
/*start detailsInfoWrap.css*/
.detailsInfoWrap{
    width: 9.2rem;
    margin: 0 auto;
    border-radius: 6px;
    position: relative;
    background:url("../img/bg.png") no-repeat 0 0.53rem;
    background-size: 9.2rem 0.53rem;
    padding-top:1rem;

}
.detailsInfoWrap i{
    position: absolute;
    right: 0;
    top:0;    width: 1.06rem;

    height: 0.16rem;
    background: #1976D2;
}
.detailsInfoWrap .titleWrap{
    width: 100%;
    box-sizing: border-box;
    margin: 0 auto;
    background: #F2F2F2;
    padding: 0.28rem 0.3rem 0.55rem;

}
.typeAndTime{
    font-size: 0.32rem;
    color: #FFFFFF;
    display: flex;
}
.typeAndTime span,
.typeAndTime em{
    display: inline-block;
    height: 0.64rem;
    line-height: 0.64rem;
    text-align: center;
    padding: 0 0.34rem;
    max-width: 50%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.typeAndTime span{
    background: #1976D2;
}
.typeAndTime em{
    background: #626262;
}
.detailsInfoWrap .chccTitle{
    font-weight: bold;
    font-size: 0.46rem;
    color: #212121;
    line-height: 0.7rem;
    margin-top: 0.2rem;
    word-break: break-word;
}

.infoBox{
    padding-top:0.5rem;
}
.infoBox pre img{
    max-width: 100%;
    width: auto;
    height: auto;
    margin: 0.35rem 0;

}
.infoBox  img{
    max-width: 100%;
    width: auto;
    height: auto;
    margin: 0.35rem 0;

}
.infoBox pre {
    display: block;
    font-size: 0.32rem;
    line-height: 0.4rem !important;
    padding: 0 !important;
    width: auto !important;
    color: #505050 !important;
    border: none !important;
    background: none !important;
    white-space: pre-wrap !important;
    word-wrap: break-word;
    outline: 0;
    max-width: 100%;
    overflow: hidden;
    margin: 0 auto;
    word-break: break-word;
}
pre {

    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
    font-family: Microsoft YaHei, 微软雅黑, Arial;
}
/*end detailsInfoWrap.css*/

#gotoTop {
    display: none;
    position: fixed;
    right: 12px!important;
    bottom: 10px;
    cursor: pointer;
    text-align: center;
    width: 30px;
    height: 30px;
    background-image: url("../../../common/img/gotop.png");
    background-position: 0 0;
    background-repeat: no-repeat;
}

.bannerImg{
    width: 100%;
    height: auto;
}