@charset "utf-8";

/*-------banner--------*/
.banner{margin-top:0rem; padding: 0rem;position: relative;}
.banner-word{position: absolute;z-index: 9998;top:0.38rem;left:1rem;line-height: 0.68rem;}
.banner-word h3{font-size:0.6rem ;color:#333;font-weight: bold;}
.banner-word p{font-size: 0.5rem;color:#333;line-height: 0.62rem;font-weight: bold;}

/*-------search--------*/
.ml-search{float:left;position: relative;background-color: #fff;padding: 0.3rem;}
.ml-search input.ipt {float:left;width: 5.1rem;height: 0.8rem;font-size: 0.24rem;padding: 0.1rem 0.2rem;color: #acacac;background-color: #f3f3f3;border: none;border-radius: 0.1rem 0rem 0rem 0.1rem;}
.ml-search input.sbt {float:right;width: 1.4rem;height: 1rem;font-size: 0.3rem;padding: 0.2rem 0.3rem;color: #333;background-color: #f3f3f3;cursor: pointer;border: none;border-radius: 0rem 0.1rem 0.1rem 0rem;}
.ml-search i img{width:0.27rem;height:0.27rem;position: absolute;top: 0.68rem;right: 1.45rem;}

/*-------首字母搜索--------*/
.zimu{padding:0rem 0.3rem 0.3rem 0.3rem;background-color: #fff;}
.zimu b{float: left;width: 24%;font-weight: normal;font-size: .26rem;height: 0.45rem;line-height: .45rem;color: #999;}
.zimu nav{float: left;width: 76%;overflow-x: scroll;white-space: nowrap;}
.zimu nav .on{border: 1px solid #eb5c20;border-radius: 0.1rem;color:#eb5c20;}
.zimu nav a{box-sizing: border-box;display: inline-block;padding: 0 0.18rem 0.03rem 0.18rem;font-size: .3rem;height: 0.5rem;line-height: .45rem;color: #333;}


/*----------list-----------*/
.ml-list{margin: 0.3rem 0.3rem 0rem 0.3rem;}
.ml-list li{list-style: none;padding: 0.3rem;margin-bottom: 0.3rem;box-shadow: 0 0 0.08rem #d8d8d8;background-image: url(../images/cata-back.jpg);background-size: 100%;}
.ml-list li .list-top h2{float: left; font-size: 0.5rem;font-weight: bold;}
.ml-list li .list-top a{float: right; display: block;margin: 0.18rem 0.2rem 0 0; border-radius: 0.1rem;color:#000; border: 1px dashed #000 ;font-size: 0.2rem;padding: 0.05rem 0.2rem 0.07rem 0.2rem; background-color: #ffeda3;}
.ml-list li .list-top a:active{background-color: #e9d37a;}
.ml-list li .list-mess{margin-top: 0.3rem;}
.ml-list li .list-messl{float: left; width: 4rem;border-top: 0.01rem solid #000;padding-top: 0.2rem;}
.ml-list li .list-messl h3{font-size: 0.23rem; color: #cd1700;font-weight: bold;}
.ml-list li .list-messl p{font-size: 0.18rem; color:#707070;line-height: 0.28rem;margin-top: 0.03rem;text-overflow: ellipsis;-webkit-line-clamp: 1;-webkit-box-orient: vertical;display: -webkit-box;}
.ml-list li .list-ma{float: right;width: 1.6rem;padding-top: 0.38rem;}
.ml-list li .list-ma p{float: left;width: 12%;font-size: 0.18rem;color:#a1a1a1;line-height:0.21rem;margin-top: 0.03rem;}
.ml-list li .list-ma img{float: right;width: 1.35rem;height: 1.35rem;}


