.newTitle{
    font-size: 0.26rem;
    color: #000;
    margin-top: 0.15rem;
    border-bottom: 1px dashed  #aeaeae;
    padding-bottom: 0.2rem;
}
.newsDate{
    font-size: 0.15rem;
    color: #999999;
    margin-left: 0.10rem;
}
.content{
    padding: 0.25rem;
    box-sizing: border-box;
}
.pptext{
    font-size: 0.25rem;
    color: #595959;
    text-indent: 0.28rem;
    line-height: 0.4rem;
}
.footer{
    border-top: 0.25rem solid #f7f7f7;
}
.limit{
    display: flex;
}
.limit{
    padding: 0.3rem;
    font-size: 0.20rem;
}
.limit:nth-child(1){
    border-bottom: 1px dashed  #aeaeae;
}
.limit div:nth-child(1){
    width: 1rem;
    white-space: nowrap;
    margin-right: 0.1rem;
}
/*.txt{
    text-indent:2em;
    line-height: 2.5em;
    padding:1em;
    text-align: justify;
    font-size:1.3em;
}*/
.txt img{
    max-width:90% !important;
    text-align: center !important;
}
.newTitle h1{
    text-align: center;
    font-size: 1.3em;
}
.solutionshang{
    width: 100%;
    float:left;
    text-align:justify;
    margin-left: 14px;
    margin-left:2%;
    padding-right:3.5%;
}
.solutionshangimg{
    width:100%;
    float:left;    
}
.solutionyou{
    width:100%;
    float:left;
}
.solutionyourigh{
    width:100%;
    float:left;
}
.littletitle{
    background-image:url(../images/del_bj.jpg);
    height: 34px;
    width: 120px;
    color:#fff;
    text-align: center;
    margin: 2px 0 4px;
    text-indent: 0px;
    padding-top:2px

}

.dingzhitext{
    color: #0d0408;
    font-size: 0.32rem;
	text-align:center;
    /*padding-left:0.5rem;*/
}
.dingzhiBody{
    padding: 0.22rem;
    box-sizing: border-box;
}
.dingzhiItem{
    display: flex;
    height: 0.9rem;
    border: 1px solid #bfbfbf;
    margin-bottom: 0.1rem;
    
}
.dingzhiItem input{
    border:none;
    padding-left:0.5em;
}
.dingzhiItem p{
    width: 100%;
    text-align: left;
    font-size: 0.24rem;
    color: #b3b3b3;
    line-height: 0.9rem;
}
.newContent{
    padding: 0.2rem 0.2rem;
    text-align: justify;
    line-height:2.1em;
    font-size:1.5em;
    text-indent: 2em;
}
.newContent a{
    color:#0075ff !important;
}

/**********新闻按钮*******/
.bqonline {
    font-size: 0.4rem;
    line-height: 1;
    color: #fff;
    background-color: #e9250c;
    background-image: linear-gradient(to right,#fe986c,#e9250c);
    padding: 0.09333rem 0.13333rem 0.09333rem 0.44rem;
    border-radius: 100px;
    white-space: nowrap;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin: 0 0.2rem;
    box-shadow: 0 0 0 0.05rem #fff;
}
.bqonline:before {
    content: "";
    width: 0.96rem;
    border: 0.02667rem dotted #fd8f67;
    border-radius: 50%;
    position: absolute;
    left: -0.09333rem;
    top: -0.05333rem;
    bottom: -0.05333rem;
    z-index: -1;
}
.bqonline:after {
    content: "";
    width: 0.77333rem;
    height: 0.77333rem;
    background: url(../images/swtbtn-zs.png) no-repeat;
    background-size: 100%;
    display: inline-block;
    vertical-align: middle;
    margin-left: 0.16rem;
}

.contentLink {
    color: #fff;
    text-indent: 0rem;
    display: inline-block;
    text-align: center;
    border-radius: .82667rem;
    position: relative;
    background: -webkit-linear-gradient(left, #d7323b, #701034);
    background: -moz-linear-gradient(right, #d7323b, #701034);
    background: -o-linear-gradient(right, #d7323b, #701034);
    background: linear-gradient(to right, #d7323b, #701034);
    padding: .08rem 1.16rem .08rem .64rem !important;
    line-height: .64rem;
    margin: 0rem .10667rem;
}
.contentLink:before {
    content: '';
    position: absolute;
    background: url(../images/smallicon03.png) no-repeat left center;
    background-size: 100%;
    width: .22667rem;
    height: .42667rem;
    top: 50%;
    margin-top: -.21333rem;
    left: .21333rem;
}
.contentLink:after {
    content: '';
    position: absolute;
    background: url(../images/smallicon04.gif) no-repeat left center;
    background-size: 100%;
    width: .64rem;
    height: .64rem;
    border-radius: 50%;
    top: 50%;
    margin-top: -.32rem;
    right: .08rem;
}