﻿
/************************新闻列表页面开始************************/

.newList { float: left; padding-bottom: 60px; }
.newList li:first-child { margin-top: 0px; }
.newList li { background: #fff; border-radius: 10px; overflow: hidden; width: 870px; margin-top: 30px; position: relative; }
.newList li .img-out { float: left; width: 240px; height: 275px; overflow: hidden; margin-right: 30px; }
.newList li .img-out img { width: 100%; transition: all 0.2s; }
.newList li:hover img { transform: scale(1.1); }
.newList li .text { padding: 30px; }
.newList li .text h2 { font-size: 20px; line-height: 30px; height: 30px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; margin: 0; }
.newList li .text h2 font { display: inline-block; border-radius: 5px; background: #dd001a; color: #ffffff; font-size: 15px; padding: 0px 5px; line-height: 22px; margin-right: 10px; transform: translateY(-1px); }
.newList li .text h2 a:hover { color: #dd001a; }
.newList li .text p { background: #f7f7f7; padding: 15px; font-size: 14px; display: flex; margin: 20px 0; border-radius: 5px; transition: all 0.2s; }
.newList li .text p a { line-height: 24px; height: 48px; color: #666; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.newList li .img-out + .text { padding: 30px; }
.newList li .img-out + .text p { margin: 32px 0; }
.newList li .img-out + .text p a { height: 72px; -webkit-line-clamp: 3; }
.newList li .text p:hover { background: #f1f1f1; }
.newList li .text p:hover a { color: #333; }
.newList li .keys a { color: #999; margin-right: 15px; }
.newList li .keys a:hover { color: #dd001a; }
.newList li .keys a font { display: inline-block; background: rgba(221, 0, 26, 0.2); width: 16px; height: 16px; line-height: 16px; border-radius: 8px; text-align: center; color: #dd001a; font-size: 16px; font-weight: bold; margin-right: 5px; }
.newList li .keys span { color: #cccccc; float: right; }
.newList li .pic { width: 100%; height: 259px; box-sizing: border-box; border: 1px solid #f2f2f2; overflow: hidden; }
.newList li .pic img { width: 100%; transition: all 0.2s; }
.newList li .pic + p { position: absolute; width: 100%; bottom: 0; box-sizing: border-box; padding: 30px 10px 15px 10px; text-align: center; font-size: 18px; font-weight: bold; color: #fff; background-image: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5)); transition: all 0.2s; }
.newList li .pic + p + span { position: absolute; right: left; top: 30px; background-color: #dd001a; font-size: 15px; color: #fff; padding: 4px 8px; border-radius: 0 5px 5px 0; }
.newList li .pic + span:after { content: url(/images/icon-ad.png); width: 23px; height: 14px; display: block; position: absolute; right: 5px; bottom: 5px; }

/************************新闻列表页面结束************************/

/************************新闻三级页面开始************************/

.news-show { max-width: 880px; background-color: #fff; padding: 20px; border-radius: 10px; }
.news-show h1 { color: #333; text-align: center; margin: 15px 0; font-size: 24px; }
.news-show .intro { text-align: center; font-size: 15px; color: #999; border-bottom: 1px dashed #ebebeb; padding-bottom: 15px; }
.news-show .intro span { padding-right: 20px; }
.news-show .content { padding: 20px; font-size: 18px; line-height: 36px; color: #333; }
.news-show .content p { margin-top: 10px; word-break: break-all; }
.news-show .content img { max-width: 100%; height: auto; }
.news-show .next { line-height: 36px; font-size: 18px; padding-left: 20px; }

/************************新闻三级页面结束************************/

/************************新闻共用右侧开始************************/

/*热门推荐*/
.news-right { width: 300px; background: #fff; border-radius: 10px; }
.news-right h3 { width: 300px; height: 48px; line-height: 48px; position: relative; font-size: 18px; font-weight: normal; text-indent: 20px; color: #dd001a; border-bottom: #ddd 1px solid; }
.news-right h3 i { display: block; width: 75px; height: 1px; border-bottom: #dd001a 1px solid; position: absolute; left: 20px; bottom: -1px; }
.news-right .tab { height: 48px; padding: 0 10px; border-bottom: #ddd 1px solid; }
.news-right .tab li { float: left; width: 55px; height: 48px; cursor: pointer; margin-bottom: -1px; line-height: 48px; text-align: center; font-size: 18px; }
.news-right .tab li.on { border-bottom: #dd001a 1px solid; color: #dd001a; }
.news-right .item { display: none; width: 280px; height: 310px; margin: 10px 0 0 10px; }
.news-right .item li { width: 280px; height: 30px; font-size: 15px; line-height: 30px; position: relative; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.news-right .item li a:hover { color: #dd001a; }
.news-right .img { border: 1px solid #ffffff; }
.news-right i { font-weight: bolder; color: #009933; font-size: 18px; font-style: normal; }
.news-right .rec { width: 280px; margin: 10px 0 0 10px; padding-bottom: 15px; }
.news-right .rec li { width: 280px; height: 30px; font-size: 14px; line-height: 30px; position: relative; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.news-right .rec li a:hover { color: #dd001a; }
.news-right.min20 { margin-top: 20px; }
/*热门品牌、热门企业*/
.hot { background: #ffffff; margin-top: 20px; padding: 10px; overflow: hidden; border-radius: 10px; }
.hot h3 { font-size: 22px; margin: 0; }
.hot h3 a { float: right; font-size: 14px; font-weight: normal; line-height: 42px; color: #999; }
.hot h3 a:hover { color: #dd001a; }
.hot h3 span { display: block; float: left; width: 50%; font-size: 18px; font-weight: normal; text-align: center; padding-bottom: 10px; border-bottom: 1px solid #ddd; position: relative; cursor: pointer; }
.hot h3 span:hover { color: #dd001a; }
.hot h3 span.on { color: #dd001a; }
.hot h3 span.on::before { position: absolute; content: ""; height: 2px; width: 50px; background-color: #dd001a; bottom: -2px; left: 45px; }
.hot h3 span.on::after { position: absolute; content: ""; height: 6px; width: 6px; border-right: 2px solid #dd001a; border-bottom: 2px solid #dd001a; background-color: #fff; bottom: -6px; left: 66px; transform: rotate(45deg); }
.hot .brand li { width: 130px; float: left; margin-top: 10px; text-align: center; }
.hot .brand li:nth-child(2n) { margin-left: 20px; }
.hot .brand li img { width: 100%; height: 68px; object-fit: cover; box-sizing: border-box; border: 1px solid #ddd; transition: all 0.2s; }
.hot .brand li p { font-size: 15px; margin: 0; padding: 5px 0; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; transition: all 0.2s; }
.hot .brand li:hover img { border-color: #dd001a; }
.hot .brand li:hover p { color: #dd001a; }
.hot .brand ul + a { display: block; margin-top: 15px; width: 100%; border-radius: 5px; text-align: center; font-size: 14px; line-height: 36px; color: #666; transition: all 0.2s; }
.hot .brand ul + a:hover { color: #dd001a; }
.hot .crop { display: none; }
.hot .crop a { display: block; width: 100%; padding: 0 10px; border-radius: 5px; margin-top: 10px; text-align: center; font-size: 15px; line-height: 36px; background: #ddd; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; border: 1px solid #ddd; box-sizing: border-box; transition: all 0.2s; }
.hot .crop a:hover { color: #dd001a; border: 1px solid #dd001a; }
.hot .crop a:last-child { display: block; width: 100%; border-radius: 5px; margin-top: 15px; text-align: center; font-size: 14px; line-height: 36px; background: #ddd; color: #666; transition: all 0.2s; border: none; }
.hot .crop a:last-child:hover { background-color: #dd001a; color: #fff; }
/*热门标签*/
.hot .tags { display: block; margin-bottom: 20px; float: left; }
.hot .tags a { display: block; float: left; width: 80px; font-size: 15px; line-height: 32px; height: 32px; text-align: center; margin-top: 20px; background: rgba(255, 0, 0, 0.05); border-radius: 5px; color: #333; transition: all 0.2s; }
.hot .tags a:nth-child(3n-1) { margin-right: 20px; margin-left: 20px; }
.hot .tags a:hover { background: #dd001a; color: #fff; }

/************************新闻共用右侧结束************************/
