/* Minification failed. Returning unminified contents. (439,1): run-time error CSS1019: Unexpected token, found '@import' (439,9): run-time error CSS1019: Unexpected token, found '"../../css/public/common.css"' */ /* 清除浮动 */ /* link in text */ @import "../../css/public/common.css"; a.t { text-decoration: underline; } a.t:hover { color: #e74838; text-decoration: underline; } /* clear float */ .cf { zoom: 1; } /* for IE */ .cf:after { content: "."; display: block; clear: both; font-size: 0; height: 0; visibility: hidden; overflow: hidden; } /* for other */ /* end of clear float */ /* text-align */ /* display */ .dis { display: block; } .undis { display: none; } /*常用字号*/ /*常用颜色*/ /* 圆角 */ /*边框圆角*/ .sanjiao { border-width: 20px; border-color: transparent transparent #ccc transparent; border-style: dashed dashed solid dashed; width: 0; height: 0; overflow: hidden; } /*单行载断*/ /*单行载断溢出省略号*/ /*3行载断溢出省略号*/ /*配模式定位*/ /* 水平垂直居中的公共类 */ /* 水平居中公共类 */ /* 垂直居中公共类 */ /* 背景自适应 */ /* 2018新增 */ input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { color: #cbcbcb; } input:-moz-placeholder, textarea:-moz-placeholder { color: #cbcbcb; } input::-moz-placeholder, textarea::-moz-placeholder { color: #cbcbcb; } input:-ms-input-placeholder, textarea:-ms-input-placeholder { color: #cbcbcb; } body { min-width: 1200px; background-color: #fff; position: relative; } .ztwrap { width: 96%; max-width: 1200px; margin: 0 auto; } .bgcolor { background-color: #fafbfd; padding-bottom: 70px; } div.navtitle { padding: 25px 0; } .main_box div.classify { width: 100%; border: solid 1px #e5e5e5; } .main_box div.classify > div { width: 100%; display: -webkit-box; /* iOS 6-, Safari 3.1-6 */ display: -webkit-flex; /* Chrome */ display: -moz-box; /* Firefox 19 */ display: -ms-flexbox; display: flex; /*flex容器*/ -webkit-align-items: center; -moz-align-items: center; -ms-align-items: center; -o-align-items: center; align-items: center; } .main_box div.classify > div:nth-of-type(1) { border-bottom: 1px dashed #e5e5e5; } .main_box div.classify > div > p { height: 56px; line-height: 56px; text-align: center; background-color: #f7f7f7; font-size: 16px; color: #333333; padding: 0 15px; } .main_box div.classify > div > ul { display: -webkit-box; /* iOS 6-, Safari 3.1-6 */ display: -webkit-flex; /* Chrome */ display: -moz-box; /* Firefox 19 */ display: -ms-flexbox; display: flex; /*flex容器*/ -webkit-align-items: center; -moz-align-items: center; -ms-align-items: center; -o-align-items: center; align-items: center; } .main_box div.classify > div > ul > li { font-size: 14px; color: #333333; margin: 0 20px; } .main_box div.classify > div > ul > li:nth-of-type(1) { font-size: 16px; width: 56px; height: 26px; line-height: 26px; text-align: center; background-color: #e74938; border-radius: 4px; } .main_box div.classify > div > ul > li:nth-of-type(1) > a { color: #ffffff; } .main_box div.classify > div > ul > li:nth-of-type(1) > a:hover { color: #ffffff; } .main_box div.classify > div > ul > li > a { color: #333333; } .main_box div.classify > div > ul > li > a:hover { color: #e74938; } .main_box > ul { display: -webkit-box; /* iOS 6-, Safari 3.1-6 */ display: -webkit-flex; /* Chrome */ display: -moz-box; /* Firefox 19 */ display: -ms-flexbox; display: flex; /*flex容器*/ flex-wrap: wrap; padding: 60px 0 30px; } .main_box > ul > li { width: 30%; margin: 0 1.5% 30px; } .main_box > ul > li > a > img { width: 360px; height: 240px; vertical-align: bottom; } .main_box > ul > li > a > div { background-color: #ffffff; border: solid 1px #e5e5e5; padding: 10px 20px; display: -webkit-box; /* iOS 6-, Safari 3.1-6 */ display: -webkit-flex; /* Chrome */ display: -moz-box; /* Firefox 19 */ display: -ms-flexbox; display: flex; /*flex容器*/ -webkit-align-items: center; -moz-align-items: center; -ms-align-items: center; -o-align-items: center; align-items: center; -webkit-justify-content: space-between; -moz-justify-content: space-between; -ms-justify-content: space-between; -o-justify-content: space-between; justify-content: space-between; } .main_box > ul > li > a > div > div > h2 { width: 200px; font-size: 16px; color: #000000; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; } .main_box > ul > li > a > div > div > p { font-size: 16px; color: #e74938; font-weight: bold; } .main_box > ul > li > a > div > div > p > span { font-size: 14px; color: #999999; font-weight: normal; margin-left: 8px; text-decoration: line-through; } .main_box > ul > li > a > div > span { display: -webkit-box; /* iOS 6-, Safari 3.1-6 */ display: -webkit-flex; /* Chrome */ display: -moz-box; /* Firefox 19 */ display: -ms-flexbox; display: flex; /*flex容器*/ } .main_box > ul > li > a > div > span > em { font-size: 14px; color: #fff; width: 80px; text-align: center; height: 32px; line-height: 32px; background: -webkit-linear-gradient(left, #e74838, #e96341); /* Safari 5.1 - 6.0 */ background: -o-linear-gradient(right, #e74838, #e96341); /* Opera 11.1 - 12.0 */ background: -moz-linear-gradient(right, #e74838, #e96341); /* Firefox 3.6 - 15 */ background: linear-gradient(to right, #e74838, #e96341); /* 标准的语法 */ } .main_box > ul > li > a > div > span > b { width: 32px; text-align: center; height: 32px; line-height: 32px; background: -webkit-linear-gradient(#e0b77d, #c3985d); /* Safari 5.1 - 6.0 */ background: -o-linear-gradient(#e0b77d, #c3985d); /* Opera 11.1 - 12.0 */ background: -moz-linear-gradient(#e0b77d, #c3985d); /* Firefox 3.6 - 15 */ background: linear-gradient(#e0b77d, #c3985d); /* 标准的语法 */ } .main_box > ul > li > a > div > span > b > img { vertical-align: middle; } .lb_tuij { padding: 40px 20px; margin-top: 60px; background-color: #ffffff; border: solid 1px #e5e5e5; } .lb_tuij > div.top { display: -webkit-box; /* iOS 6-, Safari 3.1-6 */ display: -webkit-flex; /* Chrome */ display: -moz-box; /* Firefox 19 */ display: -ms-flexbox; display: flex; /*flex容器*/ -webkit-align-items: center; -moz-align-items: center; -ms-align-items: center; -o-align-items: center; align-items: center; -webkit-justify-content: space-between; -moz-justify-content: space-between; -ms-justify-content: space-between; -o-justify-content: space-between; justify-content: space-between; padding: 0 10px 20px; border-bottom: 1px solid #dfdfdf; } .lb_tuij > div.top > h2 { font-size: 18px; color: #333; position: relative; } .lb_tuij > div.top > h2::before { position: absolute; content: ""; left: 50%; bottom: -20px; width: 115px; height: 1px; transform: translate(-50%, 0%); background-color: #fd4221; } .lb_tuij > div.top > h2::after { position: absolute; left: 50%; bottom: -20px; transform: translate(-50%, 100%); content: ""; border-width: 4px; border-color: #e74938 transparent transparent transparent; border-style: solid dashed dashed dashed; width: 0; height: 0; overflow: hidden; } .lb_tuij > div.top > h2 > a { position: absolute; right: -30px; top: 0; width: 78px; transform: translateX(100%); background-color: #e74938; text-align: center; height: 24px; line-height: 24px; font-size: 14px; color: #fff; } .lb_tuij > div.top > a { font-size: 16px; color: #999; } .lb_tuij > div.bottom_des { padding-top: 15px; display: -webkit-box; /* iOS 6-, Safari 3.1-6 */ display: -webkit-flex; /* Chrome */ display: -moz-box; /* Firefox 19 */ display: -ms-flexbox; display: flex; /*flex容器*/ -webkit-align-items: center; -moz-align-items: center; -ms-align-items: center; -o-align-items: center; align-items: center; -webkit-justify-content: space-between; -moz-justify-content: space-between; -ms-justify-content: space-between; -o-justify-content: space-between; justify-content: space-between; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; -o-flex-wrap: wrap; flex-wrap: wrap; } .lb_tuij > div.bottom_des > a { width: 45%; display: block; position: relative; } .lb_tuij > div.bottom_des > a > p { width: 100%; position: relative; padding-left: 29px; line-height: 40px; font-size: 14px; color: #666666; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; } .lb_tuij > div.bottom_des > a > p::before { content: ""; position: absolute; left: 7px; top: 50%; transform: translateY(-50%) rotateZ(45deg); width: 8px; height: 8px; background-color: #eeeeee; } .lb_tuij > div.bottom_des > a:hover > p { color: #e04738; } .lb_tuij > ul.lb_tjc { margin-top: 30px; display: -webkit-box; /* iOS 6-, Safari 3.1-6 */ display: -webkit-flex; /* Chrome */ display: -moz-box; /* Firefox 19 */ display: -ms-flexbox; display: flex; /*flex容器*/ justify-content: space-around; } .lb_tuij > ul.lb_tjc > li > a > img { width: 250px; height: 166px; vertical-align: bottom; } .lb_tuij > ul.lb_tjc > li > a > h2 { width: 251px; padding: 0 20px; text-align: center; height: 47px; line-height: 47px; background-color: #ffffff; border: solid 1px #e5e5e5; font-size: 14px; color: #333; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; } /* 清除浮动 */ /* link in text */ @import "../../css/public/common.css"; a.t { text-decoration: underline; } a.t:hover { color: #e74838; text-decoration: underline; } /* clear float */ .cf { zoom: 1; } /* for IE */ .cf:after { content: "."; display: block; clear: both; font-size: 0; height: 0; visibility: hidden; overflow: hidden; } /* for other */ /* end of clear float */ /* text-align */ /* display */ .dis { display: block; } .undis { display: none; } /*常用字号*/ /*常用颜色*/ /* 圆角 */ /*边框圆角*/ .sanjiao { border-width: 20px; border-color: transparent transparent #ccc transparent; border-style: dashed dashed solid dashed; width: 0; height: 0; overflow: hidden; } /*单行载断*/ /*单行载断溢出省略号*/ /*3行载断溢出省略号*/ /*配模式定位*/ /* 水平垂直居中的公共类 */ /* 水平居中公共类 */ /* 垂直居中公共类 */ /* 背景自适应 */ /* 2018新增 */ input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { color: #cbcbcb; } input:-moz-placeholder, textarea:-moz-placeholder { color: #cbcbcb; } input::-moz-placeholder, textarea::-moz-placeholder { color: #cbcbcb; } input:-ms-input-placeholder, textarea:-ms-input-placeholder { color: #cbcbcb; } body { min-width: 1200px; background-color: #fff; position: relative; } .ztwrap { width: 96%; max-width: 1200px; margin: 0 auto; } .bgcolor { background-color: #fafbfd; padding-bottom: 70px; } div.navtitle { padding: 25px 0 15px; } div.main_box { margin-bottom: 40px; } div.main_box .details { display: -webkit-box; /* iOS 6-, Safari 3.1-6 */ display: -webkit-flex; /* Chrome */ display: -moz-box; /* Firefox 19 */ display: -ms-flexbox; display: flex; /*flex容器*/ -webkit-justify-content: space-between; -moz-justify-content: space-between; -ms-justify-content: space-between; -o-justify-content: space-between; justify-content: space-between; padding: 20px 20px 35px 20px; background-color: #ffffff; border: solid 1px #e5e5e5; } div.main_box .details .detailsleft { width: 45%; } div.main_box .details .detailsleft .devideo img { width: 100%; } div.main_box .details .detailscontent { width: 52%; } div.main_box .details .detailscontent > h1 { font-size: 24px; color: #333333; line-height: 40px; margin-bottom: 10px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; } div.main_box .details .detailscontent .details_word { padding: 20px; margin-bottom: 20px; background-color: #f7f7f7; } div.main_box .details .detailscontent .details_word > h2 { font-size: 14px; color: #999999; text-decoration: line-through; } div.main_box .details .detailscontent .details_word > p { font-size: 14px; color: #999999; } div.main_box .details .detailscontent .details_word > p > em { font-size: 24px; font-weight: bold; color: #e74938; } div.main_box .details .detailscontent .service dl { margin: 10px 0; display: -webkit-box; /* iOS 6-, Safari 3.1-6 */ display: -webkit-flex; /* Chrome */ display: -moz-box; /* Firefox 19 */ display: -ms-flexbox; display: flex; /*flex容器*/ } div.main_box .details .detailscontent .service dl dt { min-width: 75px; font-size: 16px; line-height: 30px; color: #666; text-align: center; } div.main_box .details .detailscontent .service dl dd { display: -webkit-box; /* iOS 6-, Safari 3.1-6 */ display: -webkit-flex; /* Chrome */ display: -moz-box; /* Firefox 19 */ display: -ms-flexbox; display: flex; /*flex容器*/ -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; -o-flex-wrap: wrap; flex-wrap: wrap; } div.main_box .details .detailscontent .service dl dd > a { font-size: 14px; color: #666666; background: url("../../images/start.png") left center no-repeat; background-size: auto; -webkit-background-size: auto; -moz-background-size: auto; -o-background-size: auto; -ms-background-size: auto; line-height: 30px; margin: 0 15px; padding-left: 25px; } div.main_box .details .detailscontent .service dl dd > p { font-size: 14px; color: #999999; padding-left: 15px; overflow: hidden; display: -webkit-box; word-break: break-all; -webkit-line-clamp: 2; -webkit-box-orient: vertical; } div.main_box .details .detailscontent .service dl.seltao dd { padding-left: 15px; } div.main_box .details .detailscontent .service dl.seltao dd a { display: inline-block; margin: 0 30px 10px 0; width: 123px; line-height: 30px; text-align: center; color: #333333; font-size: 14px; position: relative; background: #f7f7f7 url("../../images/gg.png") top right no-repeat; background-size: auto; -webkit-background-size: auto; -moz-background-size: auto; -o-background-size: auto; -ms-background-size: auto; border: solid 1px #efefef; box-sizing: border-box; } div.main_box .details .detailscontent .service dl.seltao dd a > b { vertical-align: middle; font-weight: normal; display: inline-block; max-width: 7em; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; } div.main_box .details .detailscontent .service dl.seltao dd a span { display: none; width: 100%; height: 10px; background-color: #f7f7f7; position: absolute; bottom: -5px; left: 0; z-index: 99; } div.main_box .details .detailscontent .service dl.seltao dd a:hover span { display: inline-block; } div.main_box .details .detailscontent .service dl.seltao dd .seltaoc { position: relative; left: -1px; } div.main_box .details .detailscontent .service dl.seltao dd .seltaoc .seldiv { display: none; position: absolute; background-color: #f7f7f7; border: solid 1px #efefef; top: 0; left: 0; padding: 10px 18px; width: 100%; box-sizing: border-box; } div.main_box .details .detailscontent .service dl.seltao dd .seltaoc .seldiv li { display: none; } div.main_box .details .detailscontent .service dl.seltao dd .seltaoc .seldiv p { color: #333; font-size: 14px; line-height: 22px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; } div.main_box .details .detailscontent .service dl.seltao dd .seltaoc .seldiv span { font-size: 14px; color: #e74938; } div.main_box .details .detailscontent .service dl.seltao dd .seltaoc .seldiv .img { float: left; margin-right: 10px; } div.main_box .details .detailscontent .service dl.seltao dd .seltaoc .seldiv .img img { width: 63px; height: 42px; } div.main_box .details .detailscontent .service > div.btn { margin-top: 30px; } div.main_box .details .detailscontent .service > div.btn button { width: 131px; height: 40px; line-height: 40px; font-size: 18px; text-align: center; border-radius: 4px; color: #ffffff; background-color: #deb47b; outline: none; border: none; } div.main_box .details .detailscontent .service > div.btn button.def { background-color: #e74938; margin-right: 20px; } .detailsbottom .lbox_com { background-color: #ffffff; border: solid 1px #e5e5e5; padding: 20px 0; } .detailsbottom .lbox_com > ul { width: 100%; display: -webkit-box; /* iOS 6-, Safari 3.1-6 */ display: -webkit-flex; /* Chrome */ display: -moz-box; /* Firefox 19 */ display: -ms-flexbox; display: flex; /*flex容器*/ -webkit-align-items: center; -moz-align-items: center; -ms-align-items: center; -o-align-items: center; align-items: center; border-bottom: solid 1px #e5e5e5; position: relative; } .detailsbottom .lbox_com > ul::before { position: absolute; content: ""; left: -30px; top: 50%; transform: translateY(-50%); width: 1px; height: 120%; background-color: rgba(255, 255, 255, 0.3); } .detailsbottom .lbox_com > ul > li { cursor: pointer; width: 156px; padding-bottom: 20px; text-align: center; font-size: 18px; color: #666; border-bottom: 2px solid transparent; } .detailsbottom .lbox_com > ul > li.check { border-bottom: 2px solid #e74938; } .detailsbottom .lbox_com .detail_box > div { display: none; } .detailsbottom .lbox_com .detail_box > div.check { display: block; } .detailsbottom .lbox_com .detail_box .detail_one { display: none; padding: 30px 0px 0; } .detailsbottom .lbox_com .detail_box .detail_one img { max-width: 100%; text-align: center; } .detailsbottom .lbox_com .detail_box .detail_two { display: none; padding-top: 30px; } .detailsbottom .lbox_com .detail_box .detail_two > ul { display: -webkit-box; /* iOS 6-, Safari 3.1-6 */ display: -webkit-flex; /* Chrome */ display: -moz-box; /* Firefox 19 */ display: -ms-flexbox; display: flex; /*flex容器*/ -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; -o-flex-wrap: wrap; flex-wrap: wrap; } .detailsbottom .lbox_com .detail_box .detail_two > ul > li { width: 250px; margin: 0 10px 25px; } .detailsbottom .lbox_com .detail_box .detail_two > ul > li > a { display: block; width: 100%; } .detailsbottom .lbox_com .detail_box .detail_two > ul > li > a > img { width: 250px; height: 166px; vertical-align: bottom; } .detailsbottom .lbox_com .detail_box .detail_two > ul > li > a > div { width: 100%; padding: 10px; background-color: #ffffff; border: solid 1px #e5e5e5; } .detailsbottom .lbox_com .detail_box .detail_two > ul > li > a > div > h2 { font-size: 16px; color: #333333; margin-bottom: 10px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; } .detailsbottom .lbox_com .detail_box .detail_two > ul > li > a > div > p { display: -webkit-box; /* iOS 6-, Safari 3.1-6 */ display: -webkit-flex; /* Chrome */ display: -moz-box; /* Firefox 19 */ display: -ms-flexbox; display: flex; /*flex容器*/ -webkit-align-items: center; -moz-align-items: center; -ms-align-items: center; -o-align-items: center; align-items: center; -webkit-justify-content: space-between; -moz-justify-content: space-between; -ms-justify-content: space-between; -o-justify-content: space-between; justify-content: space-between; } .detailsbottom .lbox_com .detail_box .detail_two > ul > li > a > div > p > span { padding-left: 20px; font-size: 14px; color: #999999; background: url("../../images/three_per.png") center left no-repeat; background-size: auto; -webkit-background-size: auto; -moz-background-size: auto; -o-background-size: auto; -ms-background-size: auto; } .detailsbottom .lbox_com .detail_box .detail_two > ul > li > a > div > p > em { font-size: 16px; color: #e74938; font-weight: bold; } .detailsbottom .lbox_com .detail_box .detail_three .outLine { padding: 30px 50px; background-color: #f7f7f7; } .detailsbottom .lbox_com .detail_box .detail_three .outLine .lineTop { position: relative; } .detailsbottom .lbox_com .detail_box .detail_three .outLine .lineTop .leftLine { width: 17px; height: 19px; position: absolute; left: 0; cursor: pointer; top: 50%; transform: translateY(-50%); } .detailsbottom .lbox_com .detail_box .detail_three .outLine .lineTop .rightLine { width: 17px; height: 19px; position: absolute; right: 0; cursor: pointer; top: 50%; transform: translateY(-50%); } .detailsbottom .lbox_com .detail_box .detail_three .outLine .lineTop .kw { overflow: hidden; box-sizing: border-box; margin-left: 63px; margin-right: 42px; } .detailsbottom .lbox_com .detail_box .detail_three .outLine .lineTop ul { width: 2000px; } .detailsbottom .lbox_com .detail_box .detail_three .outLine .lineTop ul li { float: left; width: 104px; text-align: center; font-size: 14px; line-height: 32px; color: #333; cursor: pointer; padding: 0px 13px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; } .detailsbottom .lbox_com .detail_box .detail_three .outLine .lineTop ul li.selected { color: #ffffff; background-color: #e74938; border-radius: 16px; } .detailsbottom .lbox_com .detail_box .detail_three .lineContain > div { display: none; } .detailsbottom .lbox_com .detail_box .detail_three .lineContain > div.selected { display: block; } .detailsbottom .lbox_com .detail_box .detail_three .lineContain > div > ul > li > div.top { cursor: pointer; padding: 25px 20px; display: -webkit-box; /* iOS 6-, Safari 3.1-6 */ display: -webkit-flex; /* Chrome */ display: -moz-box; /* Firefox 19 */ display: -ms-flexbox; display: flex; /*flex容器*/ -webkit-align-items: center; -moz-align-items: center; -ms-align-items: center; -o-align-items: center; align-items: center; -webkit-justify-content: space-between; -moz-justify-content: space-between; -ms-justify-content: space-between; -o-justify-content: space-between; justify-content: space-between; border: solid 1px transparent; border-bottom: solid 1px #e5e5e5; } .detailsbottom .lbox_com .detail_box .detail_three .lineContain > div > ul > li > div.top:hover { background-color: #fff7f7; border: solid 1px #e74938; border-bottom: solid 1px #e74938; } .detailsbottom .lbox_com .detail_box .detail_three .lineContain > div > ul > li > div.top > h2 { font-size: 16px; color: #333333; padding-left: 36px; background: url("../../images/outline_list.png") center left no-repeat; background-size: auto; -webkit-background-size: auto; -moz-background-size: auto; -o-background-size: auto; -ms-background-size: auto; } .detailsbottom .lbox_com .detail_box .detail_three .lineContain > div > ul > li > div.top .arrow { display: -webkit-box; /* iOS 6-, Safari 3.1-6 */ display: -webkit-flex; /* Chrome */ display: -moz-box; /* Firefox 19 */ display: -ms-flexbox; display: flex; /*flex容器*/ -webkit-align-items: center; -moz-align-items: center; -ms-align-items: center; -o-align-items: center; align-items: center; } .detailsbottom .lbox_com .detail_box .detail_three .lineContain > div > ul > li > div.top .arrow img { vertical-align: middle; display: none; } .detailsbottom .lbox_com .detail_box .detail_three .lineContain > div > ul > li > div.top .arrow img:nth-of-type(1) { display: block; } .detailsbottom .lbox_com .detail_box .detail_three .lineContain > div > ul > li > div.top.check .arrow img:nth-of-type(1) { display: none; } .detailsbottom .lbox_com .detail_box .detail_three .lineContain > div > ul > li > div.top.check .arrow img:nth-of-type(2) { display: block; } .detailsbottom .lbox_com .detail_box .detail_three .lineContain > div > ul > li > div.desnav { display: none; padding: 0 20px; } .detailsbottom .lbox_com .detail_box .detail_three .lineContain > div > ul > li > div.desnav.check { display: block; border-bottom: solid 1px #e5e5e5; } .detailsbottom .lbox_com .detail_box .detail_three .lineContain > div > ul > li > div.desnav > p { font-size: 14px; line-height: 40px; padding-left: 36px; color: #666666; border-bottom: solid 1px #e5e5e5; } .detailsbottom .lbox_com .detail_box .detail_three .lineContain > div > ul > li > div.desnav > p:last-child { border-bottom: solid 1px transparent; } .detailsbottom .rbox_com div.hot_kc { position: relative; } .detailsbottom .rbox_com div.hot_kc ul > li { border-bottom: solid 1px #e5e5e5; } .detailsbottom .rbox_com div.hot_kc ul > li > a { display: -webkit-box; /* iOS 6-, Safari 3.1-6 */ display: -webkit-flex; /* Chrome */ display: -moz-box; /* Firefox 19 */ display: -ms-flexbox; display: flex; /*flex容器*/ -webkit-align-items: center; -moz-align-items: center; -ms-align-items: center; -o-align-items: center; align-items: center; border-bottom: solid 1px #e5e5e5; } .detailsbottom .rbox_com div.hot_kc ul > li > a:last-child { border-bottom: none; } .detailsbottom .rbox_com div.hot_kc ul > li > a > img { min-width: 90px; height: 60px; margin: 0 20px; } .detailsbottom .rbox_com div.hot_kc ul > li > a > div > h3 { width: 175px; font-size: 16px; color: #333; margin-bottom: 11px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; } .detailsbottom .rbox_com div.hot_kc ul > li > a > div > p { font-size: 14px; color: #e74938; }