/*
*组件样式
*/
.new-cont{width:100%;overflow:hidden;}
.img {float:left;width:2.2rem;}
.img img{max-width:100%;display:block;margin:0 auto;}
.txt{    float: left;
    width: calc(100% - 2.2rem);
    padding-left: .2rem;}
.txt h3{color: rgb(54,96,146); font-size: .21rem;font-weight:700;line-height:46px;    text-align: left;}
.txt h2{color: rgb(54,96,146); font-size: .32rem;font-weight:700;    text-align: left;margin-bottom:.25rem;}
.txt img{display:none;}
.txt p{text-indent:0 !important;margin-bottom:0;}
.article{width:100%;}

@media screen and (max-width: 500px){
.img {float:left;width:100%;}
.txt{width:100%;padding:0;}
}

