@charset "utf-8"; .pcindex { display: block; } .mindex { display: none; } /*手机端样式*/ @media screen and (max-width: 768px) and (min-width: 320px) { .pcindex { display: none; } .mindex { display: block; } #msubmitbtn { top: 7px; } /* 广告 */ .advertising { width: 100%; margin: 15px auto 0; padding: 0px 15px 0px; box-sizing: border-box; } .advertising a { padding-top: 15px; border-top: 1px solid rgb(228, 228, 228); } .advertising a img { width: 100%; height: 100%; } /*环保大势列表*/ .envtopic { padding: 0 15px; margin-top: 10px; } .envlist { width: 100%; display: flex; justify-content: space-between; flex-wrap: wrap; } .envlist li { width: 49%; margin-bottom: 10px; } .envlist li a { display: block; width: 100%; text-align: center; } .envlist li a img { width: 100%; } .envlist li .zt_img_bg { width: 100%; line-height: 24px; margin-top: 0; } .zt_img_bg span { padding: 0 5px; } /* 热点专题 */ .hottopic { padding: 0 15px; font-size: 14px; margin-top: 10px; } .hottopictitle { display: flex; justify-content: space-between; align-items: center; } .hottopictitle h4 { font-size: 18px; font-weight: bold; border-left: 4px solid #3f8dd5; height: 24px; line-height: 24 px; line-height: 24px; padding-left: 10px; } .hottopictitle a { display: block; width: 30px; height: 30px; background: url(/uploads/image/w/images/more.png) no-repeat center; } .topiclist {} .topiclist li { list-style: none; padding: 20px 0px 20px; border-bottom: 1px solid #cccccc; display: flex; } .topiclistleft { margin-right: 15px; } .topiclistleft a img { width: 80px; } .topiclistright { width: 100%; } .topiclistright h3 { font-size: 16px; } .topiclistright h3 a { line-height: 24px; color: #0f4171 !important; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; word-wrap: break-word; word-break: normal; } .topiclistright p a { width: 100%; display: block; margin-bottom: 5px; line-height: 22px; color: #5d5d5d; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; word-wrap: break-word; word-break: normal; } /* 铿锵三人行 */ .persontopic { padding: 0 15px; font-size: 14px; margin-top: 10px; } /* 排行榜 */ .ranktopic { padding: 0 15px; font-size: 14px; margin-top: 10px; } /* 企业专题 */ .companytopic { padding: 0 15px; font-size: 14px; margin-top: 10px; } .companytopictitle { display: flex; justify-content: space-between; } .companytopictitle h4 { font-size: 18px; font-weight: bold; } .companytopictitle a { display: block; width: 30px; height: 30px; background: url(/uploads/image/w/images/more.png) no-repeat center; } .nzlist { width: 100%; margin: 10px 0; padding: 0; } .nzlist li { width: 100%; list-style: inside disc; color: #333333; padding: 5px 0; float: none; line-height: 24px; } /* 底部 */ .mfooter { width: 100%; font-size: 14px; padding: 5px 0 10px; background-color: #ffffff; } .mfooter p { padding: 0 5px; text-align: center; margin-top: 5px; } }