

/*移动端*/
@media screen and (max-width: 767px) {


    

    /* 搜索 */
    .searchList li{ height: 1rem; padding: 0 0.3rem 0 0.6rem; margin: 0 0.25rem; position: relative; border-radius: 3px; overflow: hidden;}
    .searchList li .tit{ float: left; font: 0.3rem/1rem "Microsoft YaHei"; color: #666; }
    .searchList li .tit a{ color:#666; display: block; width: 20em; overflow: hidden;}
    .searchList li .tit a:hover{color:#1e7ef3;}
    .searchList li:nth-child(odd){ background: #e8f2ff;}
    .searchList li .time{ display: none; }
    .searchList li .icon{ width: 0.12rem; height: 0.12rem; position: absolute; left: 0.25rem; top: 0.45rem; background: #1e7ef3; border-radius: 50%;}
    .searchList li .keyword{ color: #ff0000;}
    

    .serachWrap{ min-width: auto; border-bottom: none; height: 2.6rem; margin-top: 1rem; text-align: center; overflow: hidden; text-align: center;}
    .searchBor{ width: 7rem; height: 0.9rem; border: solid 1px #a3a3a3; border-radius: 0.45rem; margin: 0.7rem auto 0.4rem auto;}
    .searchInput{ height: 0.5rem; width: 5rem; float:left; margin: 0.2rem 0 0 0.3rem; border:none;}
    .searchBtn{ width: 0.8rem; height: 0.8rem; border: none; background:url(https://www.cfca.com.cn/2025site/img/searchIconBig.jpg) no-repeat; margin: 3px; border-radius: 50%; float: right; cursor: pointer; background-size: contain; }
    
    .searchInfo{ text-align: right; color: #444;font: 0.2rem/0.2rem "Microsoft YaHei"; margin: 0 0.25rem 0.2rem 0;}

    .searchMore{ display: block;  color: #333; border: solid 1px #5d5d5d; font: 0.2rem/0.5rem "Microsoft YaHei"; display: inline-block; text-align: center; padding: 0 0.5rem; margin-top: 1rem; height: 0.5rem;}
    .pagination{ display: none;}
}
/*ipad*/
@media screen and (min-width: 768px) {

    .searchMore{ display: none;}
    /* 搜索 */
    .searchList li{ height: 1rem; padding: 0 0.3rem 0 0.6rem; margin: 0 0.25rem; position: relative; border-radius: 3px; overflow: hidden;}
    .searchList li .tit{ float: left; font: 0.3rem/1rem "Microsoft YaHei"; color: #666; }
    .searchList li .tit a{ color:#666; display: block; width: 20em; overflow: hidden;}
    .searchList li .tit a:hover{color:#1e7ef3;}
    .searchList li:nth-child(odd){ background: #e8f2ff;}
    .searchList li .time{ display: none; }
    .searchList li .icon{ width: 0.12rem; height: 0.12rem; position: absolute; left: 0.25rem; top: 0.45rem; background: #1e7ef3; border-radius: 50%;}
    .searchList li .keyword{ color: #ff0000;}
    

    .serachWrap{ min-width: auto; border-bottom: none; height: 2.6rem; margin-top: 1rem; text-align: center; overflow: hidden; text-align: center;}
    .searchBor{ width: 7rem; height: 0.9rem; border: solid 1px #a3a3a3; border-radius: 0.45rem; margin: 0.7rem auto 0.4rem auto;}
    .searchInput{ height: 0.5rem; width: 5rem; float:left; margin: 0.2rem 0 0 0.3rem; border:none;}
    .searchBtn{ width: 0.8rem; height: 0.8rem; border: none; background:url(https://www.cfca.com.cn/2025site/img/searchIconBig.jpg) no-repeat; margin: 3px; border-radius: 50%; float: right; cursor: pointer; background-size: contain; }
    
    .searchInfo{ text-align: right; color: #444;font: 0.2rem/0.2rem "Microsoft YaHei"; margin: 0 0.25rem 0.2rem 0;}

    .searchMore{ display: block;  color: #333; border: solid 1px #5d5d5d; font: 0.2rem/0.5rem "Microsoft YaHei"; display: inline-block; text-align: center; padding: 0 0.5rem; margin-top: 1rem; height: 0.5rem;}
    .pagination{ display: none;}
}
/*pc*/
@media screen and (min-width: 1200px) {
 

    .searchMore{ display: none;}

    /* 搜索 */
 .searchList li{ height: 70px; padding: 0 100px; position: relative; border-radius: 3px; overflow: hidden;}
 .searchList li .tit{ float: left; font: 18px/70px "Microsoft YaHei"; color: #666; width: 900px;}
 .searchList li .tit a{ color:#666; width: 700px;}
 .searchList li .tit a:hover{color:#1e7ef3;}
 .searchList li:nth-child(odd){ background: #e8f2ff;}
 .searchList li .time{position: absolute; right: 100px; top: 0; display: block; font: 14px/70px "Microsoft YaHei"; color: #999}
 .searchList li .icon{ width: 10px; height: 10px; position: absolute; left: 70px; top: 30px; background: #1e7ef3; border-radius: 50%;}
 .searchList li .keyword{ color: #1e7ef3;}
 
 .serachWrap{ border-bottom: solid 1px #bfbfbf; height: 100px; margin-top: 70px; text-align: center; overflow: hidden;}
 .searchBor{ width: 767px; height: 52px; border: solid 1px #a3a3a3; border-radius: 26px; margin: 23px auto 0 auto;}
 .searchInput{ height: 30px; float:left; margin: 10px 0 0 20px; width: 600px; border:none;}
 .searchBtn{ width: 47px; height: 47px; border: none; background:url(https://www.cfca.com.cn/2025site/img/searchIconBig.jpg) no-repeat; margin: 3px; border-radius: 50%; float: right; cursor: pointer; }

 .searchInfo{ text-align: right; color: #444;font: 16px/18px "Microsoft YaHei"; margin: 70px 25px 20px 0;}
    

   
}

