锘緻charset "utf-8";
.fsearch{width: 100%;  position: relative;margin: 4.6296vh auto 2vh;
    height: 5.0926vh;border-radius: .2604vw;  border: solid #ddd 1px;}
.fsearch>input{ width: calc(100% - .5rem); height: 5.0926vh; line-height: 5.0926vh;  padding-left: 1.0417vw; border: none; color: #222; background: none;}
.fsearch>button{position: absolute; right:0; top:0; padding:0 1.0417vw; height:100%;border: none; background: none; z-index: 2; cursor: pointer; background: #35558c;}
.fsearch>button>img{height: 1.8519vh;}
.s_list{ width: 100%; display: flex; position: relative; padding: .2rem 0;}
.s_list>ul{width: 100%; margin: 0 auto; clear: both;}
.s_list>ul>li{ margin-top: .3rem; padding-bottom: .3rem; border-bottom: solid #eee 1px;}

.s_list>ul>li>a { font-size: .2rem; color: #333; font-weight: bold; line-height: 1.8;}
.s_list>ul>li>p{font-size: .16rem; line-height: 1.6;}
.s_list>ul>li>p.time{  color: #999; margin: .15rem 0;}
.s_list>ul>li>p.p1{  color: #666;}
.keyword{color:#35558c;}
.searchlist{margin-bottom: .8rem; border-top: solid #eee 1px;}

@media screen and (max-width:750px) {

    .s_list > ul > li > a{font-size: .18rem;}
    .s_list > ul > li > p{font-size: .14rem;}
    .searchlist{margin-bottom: .6rem;}
    .fsearch{margin: .3rem auto .2rem;
        height: .5rem;border-radius: .25rem; }
    .fsearch>input{ width: calc(100% - .5rem); height: .5rem; line-height: .5rem;  padding-left: .2rem; }
    .fsearch>button{ padding:0 .2rem; }
    .fsearch>button>img{height: .2rem}
}<!--0.00019407272338867-->