@charset "utf-8";
/* CSS Document */
/**
 * @description: 网站首页样式
 * @author: ishang_pan
 * @update: ishang_pan 
 */

/*home*/
.m_list{padding-top: 40px;}
.m_list li{margin-bottom:25px;padding:20px;width:588px;height:156px;border:solid 1px #e8e8e8;border-radius:10px;background-color:#fff;}
.m_list li:nth-child(odd){float:left;}
.m_list li:nth-child(even){float:right;}
.m_list li h2 a{color:#333;letter-spacing:0;font-weight:700;font-stretch:normal;font-size:18px;font-family:MicrosoftYaHei-Bold;line-height:24px;}
.m_list li h2 span{float:right;color:#666;}
.m_list li p{display:-webkit-box;overflow:hidden;margin-top:20px;color:#666;text-overflow:-o-ellipsis-lastline;text-overflow:ellipsis;letter-spacing:0;font-weight:400;font-stretch:normal;font-size:16px;font-family:MicrosoftYaHei;line-height:28px;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;}
.m_list li p a{color:red;}

.m-paginationyun{display: flex;justify-content: center;margin: 30px 0;}
/*media query*/
/*large pcScreen*/
@media (min-width:1200px) {


}
/*medium pcScreen lg*/
@media screen and (max-width: 1199px) {
    

}
/*pad md*/
@media screen and (max-width: 991px ){
    .zttitle img,.u-search{width: 100%;}
    .m_list li{width: 100% !important;height: auto !important;}
    .m_list li p{-webkit-line-clamp: 3;line-clamp: 3;}
}
/*phone sm*/
@media screen and (max-width: 767px) {
    


}
/*small xs*/
@media screen and (max-width: 638px) {
    

}