12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472 |
- // 一级标题
- .nav1 {
- width: 100%;
- height: 214px;
- background: #fff;
- .inner {
- width: 1200px;
- height: 214px;
- margin: 0 auto;
- .nav1_title {
- width: 1120px;
- height: 214px;
- margin-left: 40px;
- line-height: 217px;
- text-align: center;
- font-family: DingTalk JinBuTi, DingTalk JinBuTi;
- font-weight: 400;
- font-size: 50px;
- color: #6D2512;
- background: url(/_nuxt/public/index/title_bg.png) no-repeat 0;
- }
- }
- }
- .nav2top {
- width: 1250px;
- height: 3px;
- margin: 0 auto;
- background-color: #a01c0e;
- }
- .nav2btm {
- width: 1200px;
- height: 3px;
- margin: 0 auto;
- background-color: #a01c0e;
- }
- .nav2 {
- width: 100%;
- height: 48px;
- background-color: #a01c0e;
- .inner {
- width: 1250px;
- height: 48px;
- line-height: 48px;
- padding: 0 45px;
- margin: 0 auto;
- box-sizing: border-box;
- display: flex;
- // justify-content: space-between;
- .titleList {
- font-family: Microsoft YaHei, Microsoft YaHei;
- font-weight: bold;
- font-size: 14px;
- color: #FFFFFF;
- .nav2_title {
- display: inline-block;
- font-family: Microsoft YaHei, Microsoft YaHei;
- font-weight: bold;
- font-size: 14px;
- color: #FFFFFF;
- }
- a {
- padding: 0 38px;
- color: #FFFFFF;
- border-left: 1px solid #7E1C11;
- }
- //鼠标点击后的样式
- .nav2_title_active {
- display: inline-block;
- font-family: Microsoft YaHei, Microsoft YaHei;
- font-weight: bold;
- font-size: 14px;
- color: #FFFFFF;
- border-bottom: 1px solid #FFFFFF;
- }
- }
- .titleList:hover {
- a {
- color: #a01c0e;
- .nav2_title {
- border-bottom: 1px solid #FFFFFF;
- }
- }
- }
- .home {
- width: 100px;
- font-family: Microsoft YaHei, Microsoft YaHei;
- font-weight: bold;
- font-size: 14px;
- color: #F8ECD2;
- }
- }
- }
- //第一部分
- .part1 {
- width: 100%;
- height: 585px;
- margin-top: 35px;
- .inner {
- width: 1200px;
- margin: 0 auto;
- .part1_left {
- float: left;
- width: 720px;
- .part1_title {
- width: 720px;
- height: 50px;
- line-height: 50px;
- .nav_part1_left {
- float: left;
- font-family: Microsoft YaHei, Microsoft YaHei;
- font-weight: 400;
- font-size: 20px;
- color: #333333;
- position: relative;
- a {
- color: #333333;
- }
- em {
- display: inline-block;
- width: 8px;
- height: 8px;
- background-color: #a01c0e;
- border-radius: 4px;
- position: absolute;
- top: 5px;
- }
- }
- }
- .part1_content {
- width: 720px;
- margin-top: 20px;
- .context_left {
- float: left;
- width: 350px;
- .top {
- width: 350px;
- img {
- width: 350px;
- height: 230px;
- }
- a .title1 {
- margin-top: 15px;
- width: 350px;
- height: 48px;
- display: -webkit-box;
- -webkit-box-orient: vertical;
- -webkit-line-clamp: 2;
- overflow: hidden;
- text-overflow: ellipsis;
- word-break: break-all;
- font-family: Microsoft YaHei, Microsoft YaHei;
- font-weight: bold;
- font-size: 18px;
- color: #333333;
- }
- }
- .top:hover {
- a .title1 {
- color: #a01c0e;
- }
- }
- .bottom {
- width: 350px;
- margin-top: 25px;
- .bottom_left {
- float: left;
- width: 165px;
- img {
- width: 165px;
- height: 96px;
- }
- a .title2 {
- margin-top: 10px;
- width: 165px;
- height: 48px;
- display: -webkit-box;
- -webkit-box-orient: vertical;
- -webkit-line-clamp: 2;
- overflow: hidden;
- text-overflow: ellipsis;
- word-break: break-all;
- font-family: Microsoft YaHei, Microsoft YaHei;
- font-weight: 400;
- font-size: 18px;
- color: #333333;
- }
- }
- .bottom_left:first-child {
- margin-right: 20px;
- }
- }
- .bottom_left:hover {
- a .title2 {
- color: #a01c0e;
- }
- }
- }
- .context_right {
- float: right;
- width: 350px;
- .rightContent {
- width: 350px;
- height: 230px;
- .context1:nth-child(5n+1) {
- width: 345px;
- white-space: nowrap;
- overflow: hidden;
- text-overflow: ellipsis;
- font-family: Microsoft YaHei, Microsoft YaHei;
- font-weight: bold;
- font-size: 18px;
- color: #333333;
- a {
- color: #333333;
- }
- }
- .context1:nth-child(5n+1):hover a {
- color: #a01c0e;
- }
- .context1 {
- margin-bottom: 27px;
- width: 345px;
- white-space: nowrap;
- overflow: hidden;
- text-overflow: ellipsis;
- font-family: Microsoft YaHei, Microsoft YaHei;
- font-weight: 400;
- font-size: 18px;
- color: #333333;
- a {
- color: #333333;
- }
- }
- .context1:hover a {
- color: #a01c0e;
- }
- }
- }
- }
- }
- .part1_right {
- float: right;
- width: 450px;
- // height: 1000px;
- .part1_right_title {
- width: 450px;
- height: 50px;
- line-height: 50px;
- .part1_right_title1_active {
- float: left;
- margin-right: 40px;
- font-family: Microsoft YaHei, Microsoft YaHei;
- font-weight: 400;
- font-size: 20px;
- color: #333333;
- position: relative;
- a {
- color: #333333;
- }
- .active_bg {
- display: inline-block;
- width: 8px;
- height: 8px;
- background-color: #a01c0e;
- border-radius: 4px;
- position: absolute;
- top: 7px;
- right: -5px;
- }
- }
- .part1_right_title1 {
- float: left;
- margin-right: 40px;
- font-family: Microsoft YaHei, Microsoft YaHei;
- font-weight: 400;
- font-size: 20px;
- color: #999999;
- position: relative;
- a {
- color: #999999;
- }
- }
- }
- .part1_right_content {
- width: 450px;
- // height: 940px;
- margin-top: 20px;
- .part1_right_top11 {
- width: 450px;
- height: 180px;
- position: relative;
- .part1_right_content_top {
- float: left;
- width: 220px;
- height: 180px;
- a img {
- width: 220px;
- height: 130px;
- }
- a .content_top_title2 {
- display: inline-block;
- width: 220px;
- padding: 0 10px;
- box-sizing: border-box;
- white-space: nowrap;
- overflow: hidden;
- text-overflow: ellipsis;
- font-family: Microsoft YaHei, Microsoft YaHei;
- font-weight: 400;
- font-size: 18px;
- color: #333333;
- margin-top: 10px;
- }
- }
- .part1_right_content_top:hover {
- a .content_top_title2 {
- color: #a01c0e;
- }
- }
- .part1_right_content_top:nth-child(2) {
- margin-left: 10px;
- }
- }
- .part1_right_content_bottom {
- width: 450px;
- height: 300px;
- margin-top: 15px;
- overflow: hidden;
- .content_bottom_list {
- width: 450px;
- height: 22px;
- line-height: 21px;
- white-space: nowrap;
- overflow: hidden;
- text-overflow: ellipsis;
- margin-bottom: 28px;
- font-family: Microsoft YaHei, Microsoft YaHei;
- font-weight: 400;
- font-size: 18px;
- color: #333333;
- a {
- color: #333333;
- }
- }
- .content_bottom_list:hover {
- a {
- color: #a01c0e;
- }
- }
- }
- }
- }
- }
- }
- //第二部分
- .part2 {
- width: 100%;
- overflow: hidden;
- // margin-bottom: 40px;
- .inner {
- width: 1200px;
- margin: 0 auto;
- .part2_left {
- float: left;
- width: 720px;
- .part2_title {
- width: 720px;
- height: 50px;
- line-height: 50px;
- .nav_part2_left {
- float: left;
- width: 100px;
- font-family: Microsoft YaHei, Microsoft YaHei;
- font-weight: 400;
- font-size: 20px;
- color: #333333;
- position: relative;
- a {
- color: #333333;
- }
- em {
- display: inline-block;
- width: 8px;
- height: 8px;
- background-color: #a01c0e;
- border-radius: 4px;
- position: absolute;
- top: 9px;
- right: 6px;
- }
- }
- }
- .part2_content {
- width: 720px;
- margin-top: 20px;
- .part2_content_left {
- float: left;
- width: 350px;
- .content_a {
- width: 350px;
- height: 230px;
- // margin-bottom: 25px;
- .context111:nth-child(5n+1) {
- width: 345px;
- white-space: nowrap;
- overflow: hidden;
- text-overflow: ellipsis;
- font-family: Microsoft YaHei, Microsoft YaHei;
- font-weight: bold;
- font-size: 18px;
- color: #333333;
- a {
- color: #333333;
- }
- }
- .context111 {
- margin-bottom: 27px;
- width: 345px;
- white-space: nowrap;
- overflow: hidden;
- text-overflow: ellipsis;
- font-family: Microsoft YaHei, Microsoft YaHei;
- font-weight: 400;
- font-size: 18px;
- color: #333333;
- a {
- color: #333333;
- }
- }
- .context111:hover a {
- color: #a01c0e;
- }
- }
- }
- .part2_content_right {
- float: right;
- width: 350px;
- height: 480px;
- .right_top {
- width: 350px;
- height: 300px;
- a img {
- width: 350px;
- height: 230px;
- }
- a .title11 {
- margin-top: 15px;
- width: 350px;
- height: 48px;
- display: -webkit-box;
- -webkit-box-orient: vertical;
- -webkit-line-clamp: 2;
- overflow: hidden;
- text-overflow: ellipsis;
- word-break: break-all;
- font-family: Microsoft YaHei, Microsoft YaHei;
- font-weight: bold;
- font-size: 18px;
- color: #333333;
- }
- }
- .right_top:hover {
- color: #a01c0e;
- a .title11 {
- color: #a01c0e;
- }
- }
- .right_bottom {
- width: 350px;
- height: 165px;
- margin-top: 20px;
- .bottom_left {
- float: left;
- width: 165px;
- height: 130px;
- a img {
- width: 165px;
- height: 96px;
- }
- a .title22 {
- margin-top: 10px;
- width: 165px;
- height: 48px;
- display: -webkit-box;
- -webkit-box-orient: vertical;
- -webkit-line-clamp: 2;
- overflow: hidden;
- text-overflow: ellipsis;
- word-break: break-all;
- font-family: Microsoft YaHei, Microsoft YaHei;
- font-weight: 400;
- font-size: 18px;
- color: #333333;
- }
- }
- .bottom_left:hover {
- color: #a01c0e;
- a .title22 {
- color: #a01c0e;
- }
- }
- .bottom_left:first-child {
- margin-right: 20px;
- }
- }
- }
- }
- }
- .part2_right {
- float: right;
- width: 450px;
- // height: 1000px;
- .part2_right_title {
- width: 450px;
- height: 50px;
- line-height: 50px;
- .part2_right_title1_active {
- float: left;
- margin-right: 40px;
- font-family: Microsoft YaHei, Microsoft YaHei;
- font-weight: 400;
- font-size: 20px;
- color: #333333;
- position: relative;
- a {
- color: #333333;
- }
- .active_bg11 {
- display: inline-block;
- width: 8px;
- height: 8px;
- background-color: #a01c0e;
- border-radius: 4px;
- position: absolute;
- top: 7px;
- right: -5px;
- }
- }
- .part2_right_title1 {
- float: left;
- margin-right: 40px;
- font-family: Microsoft YaHei, Microsoft YaHei;
- font-weight: 400;
- font-size: 20px;
- color: #999999;
- position: relative;
- a {
- color: #999999;
- }
- }
- }
- .part2_right_content {
- width: 450px;
- margin-top: 20px;
- .part2_right_top11 {
- width: 450px;
- height: 170px;
- position: relative;
- .part2_right_content_top {
- float: left;
- width: 220px;
- height: 180px;
- a img {
- width: 220px;
- height: 130px;
- }
- a .content_top_title22 {
- display: inline-block;
- width: 220px;
- padding: 0 10px;
- box-sizing: border-box;
- white-space: nowrap;
- overflow: hidden;
- text-overflow: ellipsis;
- font-family: Microsoft YaHei, Microsoft YaHei;
- font-weight: 400;
- font-size: 18px;
- color: #333333;
- margin-top: 10px;
- }
- }
- .part2_right_content_top:hover {
- a .content_top_title22 {
- color: #a01c0e;
- }
- }
- .part2_right_content_top:nth-child(2) {
- margin-left: 10px;
- }
- }
- .part2_right_content_bottom {
- width: 450px;
- height: 300px;
- margin-top: 20px;
- overflow: hidden;
- .content_bottom_list {
- width: 450px;
- height: 22px;
- line-height: 21px;
- white-space: nowrap;
- overflow: hidden;
- text-overflow: ellipsis;
- margin-bottom: 28px;
- font-family: Microsoft YaHei, Microsoft YaHei;
- font-weight: 400;
- font-size: 18px;
- color: #333333;
- a {
- color: #333333;
- }
- }
- .content_bottom_list:hover {
- a {
- color: #a01c0e;
- }
- }
- }
- }
- }
- }
- }
- //第三部分
- .part3 {
- width: 100%;
- overflow: hidden;
- // height: 1200px;
- margin-top: 35px;
- margin-bottom: 40px;
- .inner {
- width: 1200px;
- height: 1200px;
- background-color: #fff;
- .part3_left {
- float: left;
- .part3_left_top {
- width: 720px;
- overflow: hidden;
- .part3_leftTitle {
- width: 720px;
- height: 50px;
- line-height: 50px;
- .part3_left_title:first-child {
- float: left;
- margin-right: 20px;
- width: 100px;
- height: 50px;
- line-height: 50px;
- position: relative;
- font-family: Microsoft YaHei, Microsoft YaHei;
- font-weight: 400;
- font-size: 20px;
- color: #333333;
- a {
- color: #333333;
- }
- em {
- display: inline-block;
- width: 8px;
- height: 8px;
- background-color: #a01c0e;
- border-radius: 4px;
- position: absolute;
- top: 9px;
- right: 6px;
- }
- }
- .part3_left_title {
- float: left;
- margin-right: 20px;
- width: 100px;
- height: 50px;
- line-height: 50px;
- position: relative;
- font-family: Microsoft YaHei, Microsoft YaHei;
- font-weight: 400;
- font-size: 20px;
- color: #999999;
- a {
- color: #999999;
- }
- // em{
- // display: inline-block;
- // width: 8px;
- // height: 8px;
- // background-color: #a01c0e;
- // border-radius: 4px;
- // position: absolute;
- // top: 9px;
- // right: 6px;
- // }
- }
- }
- .part3_left_content {
- width: 720px;
- margin-top: 20px;
- .part3_left_content_top {
- .content_top_left {
- float: left;
- width: 350px;
- height: 484px;
- .part3_photo_text {
- width: 350px;
- height: 280px;
- position: relative;
- img {
- width: 350px;
- height: 230px;
- }
- .littleTips {
- display: inline-block;
- width: 50px;
- height: 26px;
- line-height: 26px;
- text-align: center;
- background-color: #a01c0e;
- font-family: Microsoft YaHei, Microsoft YaHei;
- font-weight: 400;
- font-size: 16px;
- color: #fff;
- position: absolute;
- top: 0;
- right: 10px;
- }
- .part3_text {
- display: inline-block;
- width: 350px;
- height: 26px;
- white-space: nowrap;
- overflow: hidden;
- text-overflow: ellipsis;
- font-family: Microsoft YaHei, Microsoft YaHei;
- font-weight: bold;
- font-size: 18px;
- color: #333333;
- margin-top: 15px;
- }
- }
- .part3_photo_text:hover {
- .part3_text {
- color: #a01c0e;
- }
- }
- .part3_content {
- width: 350px;
- .part3_content_list:first-child {
- width: 350px;
- height: 25px;
- white-space: nowrap;
- overflow: hidden;
- text-overflow: ellipsis;
- font-family: Microsoft YaHei, Microsoft YaHei;
- font-weight: bold;
- font-size: 18px;
- color: #333333;
- line-height: 22px;
- margin-top: 35px;
- a {
- color: #333333;
- }
- }
- .part3_content_list:first-child:hover {
- a {
- color: #a01c0e;
- }
- }
- .part3_content_list:last-child {
- margin-bottom: 0;
- }
- .part3_content_list {
- width: 350px;
- height: 25px;
- white-space: nowrap;
- overflow: hidden;
- text-overflow: ellipsis;
- font-family: Microsoft YaHei, Microsoft YaHei;
- font-weight: 400;
- font-size: 18px;
- color: #333333;
- line-height: 22px;
- margin-bottom: 27px;
- a {
- color: #333333;
- }
- }
- .part3_content_list:hover {
- a {
- color: #a01c0e;
- }
- }
- }
- }
- .content_top_right {
- float: left;
- width: 350px;
- height: 542px;
- border: 1px solid #D9D9D9;
- margin-left: 20px;
- padding: 30px 25px;
- box-sizing: border-box;
- .content_right_list {
- height:54px;
- line-height: 54px;
- .part3_time {
- float: left;
- width: 77px;
- height: 58px;
- color: #a01c0e;
- .month {
- font-family: Microsoft YaHei, Microsoft YaHei;
- font-weight: 400;
- font-size: 26px;
- color: #A01C0E;
- line-height: 30px;
- }
- .xiegang {
- font-size: 22px;
- font-weight: 400;
- }
- .day {
- font-family: Microsoft YaHei, Microsoft YaHei;
- font-weight: 400;
- font-size: 16px;
- color: #A01C0E;
- line-height: 19px;
- }
- }
- .time_left_content {
- float: left;
- width: 231px;
- height: 32px;
- white-space: nowrap;
- overflow: hidden;
- text-overflow: ellipsis;
- line-height: 22px;
- padding-top: 12px;
- box-sizing: border-box;
- font-family: Microsoft YaHei, Microsoft YaHei;
- font-weight: 400;
- font-size: 18px;
- color: #333333;
- border-left: 1px solid #D9D9D9;
- padding-left: 22px;
- a {
- color: #333333;
- }
- a:hover {
- color: #a01c0e;
- }
- }
- }
- .content_right_list:hover {
- .time_left_content {
- color: #a01c0e;
- }
- }
- &:nth-child(1),&:nth-child(5) {
- a {
- color:#333;
- font-weight: bold;
- }
- }
- }
- }
- }
- }
- .part3_left_bottom {
- width: 720px;
- margin-top: 25px;
- .part3_leftTitle1 {
- width: 720px;
- height: 50px;
- line-height: 50px;
- margin-bottom: 25px;
- .part3_left_title_active {
- float: left;
- margin-right: 20px;
- width: 100px;
- height: 50px;
- line-height: 50px;
- position: relative;
- font-family: Microsoft YaHei, Microsoft YaHei;
- font-weight: 400;
- font-size: 20px;
- color: #333333;
- a.active {
- color: #333333;
- }
- em {
- display: inline-block;
- width: 8px;
- height: 8px;
- background-color: #a01c0e;
- border-radius: 4px;
- position: absolute;
- top: 9px;
- right: 6px;
- }
- }
- .part3_left_title {
- float: left;
- margin-right: 20px;
- width: 100px;
- height: 50px;
- line-height: 50px;
- position: relative;
- font-family: Microsoft YaHei, Microsoft YaHei;
- font-weight: 400;
- font-size: 20px;
- color: #999999;
- a {
- color: #999999;
- }
- // em{
- // display: inline-block;
- // width: 8px;
- // height: 8px;
- // background-color: #a01c0e;
- // border-radius: 4px;
- // position: absolute;
- // top: 9px;
- // right: 6px;
- // }
- }
- }
- .part3_left_content1 {
- width: 720px;
- .content_bottom_left {
- float: left;
- width: 350px;
- // height: 350px;
- .content_top {
- width: 350px;
- img {
- width: 350px;
- height: 230px;
- }
- .part3_text {
- display: inline-block;
- width: 350px;
- height: 50px;
- line-height: 22px;
- display: -webkit-box;
- -webkit-box-orient: vertical;
- -webkit-line-clamp: 2;
- overflow: hidden;
- text-overflow: ellipsis;
- word-break: break-all;
- margin-top: 15px;
- font-family: Microsoft YaHei, Microsoft YaHei;
- font-weight: bold;
- font-size: 18px;
- color: #333333
- }
- }
- .content_top:hover {
- .part3_text {
- color: #a01c0e;
- }
- }
- .content_bottom {
- width: 350px;
- margin-top: 20px;
- .content_bottom_1 {
- float: left;
- width: 165px;
- img {
- width: 165px;
- height: 96px;
- }
- .part3_text {
- display: inline-block;
- width: 165px;
- height: 44px;
- line-height: 22px;
- display: -webkit-box;
- -webkit-box-orient: vertical;
- -webkit-line-clamp: 2;
- overflow: hidden;
- text-overflow: ellipsis;
- word-break: break-all;
- font-family: Microsoft YaHei, Microsoft YaHei;
- font-weight: 400;
- font-size: 18px;
- color: #333333;
- margin-top: 10px;
- }
- }
- .content_bottom_1:hover {
- .part3_text {
- color: #a01c0e;
- }
- }
- .content_bottom_1:first-child {
- margin-right: 20px;
- }
- }
- }
- .content_bottom_right {
- float: left;
- margin-left: 20px;
- width: 350px;
- .bottom_content_1 {
- width: 350px;
- .bottom_content_list:nth-child(5n+1) {
- font-weight: bold;
- }
- .bottom_content_list {
- width: 350px;
- height: 25px;
- white-space: nowrap;
- overflow: hidden;
- text-overflow: ellipsis;
- font-family: Microsoft YaHei, Microsoft YaHei;
- font-weight: 400;
- font-size: 18px;
- color: #333333;
- line-height: 21px;
- margin-bottom: 25px;
- a {
- color: #333333;
- }
- }
- .bottom_content_list:hover {
- a {
- color: #a01c0e;
- }
- }
- }
- .bottom_content_1:first-child {
- margin-bottom: 20px;
- }
- .bottom_content_1:last-child {
- .bottom_content_list:last-child {
- margin-bottom: 0;
- }
- }
- }
- }
- }
- }
- .part3_right {
- float: right;
- width: 451px;
- .part3_rightTitle {
- width: 451px;
- height: 50px;
- line-height: 50px;
- .part3_right_title:first-child {
- float: left;
- margin-right: 20px;
- width: 100px;
- height: 50px;
- line-height: 50px;
- position: relative;
- font-family: Microsoft YaHei, Microsoft YaHei;
- font-weight: 400;
- font-size: 20px;
- color: #333333;
- a {
- color: #333333;
- }
- em {
- display: inline-block;
- width: 8px;
- height: 8px;
- background-color: #a01c0e;
- border-radius: 4px;
- position: absolute;
- top: 9px;
- right: 6px;
- }
- }
- .part3_right_title {
- float: left;
- margin-right: 20px;
- width: 100px;
- height: 50px;
- line-height: 50px;
- position: relative;
- font-family: Microsoft YaHei, Microsoft YaHei;
- font-weight: 400;
- font-size: 20px;
- color: #999999;
- a {
- color: #999999;
- }
- // em{
- // display: inline-block;
- // width: 8px;
- // height: 8px;
- // background-color: #a01c0e;
- // border-radius: 4px;
- // position: absolute;
- // top: 9px;
- // right: 6px;
- // }
- }
- .rightMore {
- float: right;
- font-family: Microsoft YaHei, Microsoft YaHei;
- font-weight: 400;
- font-size: 12px;
- color: #999999;
- a {
- color: #999999;
- }
- }
- }
- .part3_right_content_top {
- width: 451px;
- height: 325px;
- position: relative;
- margin-top: 20px;
- .part3_right_contentlist_top {
- font-family: Microsoft YaHei, Microsoft YaHei;
- font-weight: 400;
- font-size: 18px;
- color: #333333;
- width: 425px;
- height: 25px;
- white-space: nowrap;
- overflow: hidden;
- text-overflow: ellipsis;
- margin-bottom: 25px;
- a {
- color: #333333;
- }
- .numStyle {
- display: inline-block;
- width: 22px;
- height: 22px;
- background-color: #f6f6f6;
- text-align: center;
- margin-right: 20px;
- font-family: Protest Strike, Protest Strike;
- font-weight: 400;
- font-size: 16px;
- color: #CCCCCC;
- border-radius: 4px;
- }
- }
- .part3_right_contentlist_top:hover {
- color: #a01c0e;
- a {
- color: #a01c0e;
- }
- }
- .part3_right_contentlist_top:nth-child(1) {
- .numStyle {
- background-color: #a01c0e;
- color: #fff;
- }
- }
- .part3_right_contentlist_top:nth-child(2) {
- .numStyle {
- background-color: #FFC62E;
- color: #fff;
- }
- }
- .part3_right_contentlist_top:nth-child(3) {
- .numStyle {
- background-color: #e98008;
- color: #fff;
- }
- }
- .part3_right_contentlist_top:last-child {
- margin-bottom: 10px;
- }
- }
- .part3_photo_text_right {
- width: 451px;
- height: 120px;
- margin-top: 35px;
- margin-bottom: 35px;
- background-color: #f6f3f0;
- .part3_text11 {
- float: left;
- width: 271px;
- height: 96px;
- display: -webkit-box;
- -webkit-box-orient: vertical;
- -webkit-line-clamp: 3;
- overflow: hidden;
- text-overflow: ellipsis;
- word-break: break-all;
- font-family: Microsoft YaHei, Microsoft YaHei;
- font-weight: 400;
- font-size: 18px;
- color: #333333;
- padding: 25px 20px;
- box-sizing: border-box;
- }
- img {
- float: left;
- width: 180px;
- height: 120px;
- }
- }
- .part3_photo_text_right:hover {
- color: #a01c0e;
- .part3_text11 {
- color: #a01c0e;
- }
- }
- .part3_right_content_11 {
- width: 451px;
- height: 70px;
- position: relative;
- .part3_right_contentlist_11 {
- width: 451px;
- height: 25px;
- white-space: nowrap;
- overflow: hidden;
- text-overflow: ellipsis;
- font-family: Microsoft YaHei, Microsoft YaHei;
- font-weight: 400;
- font-size: 18px;
- color: #333333;
- line-height: 21px;
- .erjibiaoti {
- display: inline-block;
- width: 87px;
- height: 24px;
- font-family: Microsoft YaHei, Microsoft YaHei;
- font-weight: 400;
- font-size: 18px;
- color: #A01C0E;
- border-right: #D3D5D8 1px solid;
- margin-right: 10px;
- }
- a {
- color: #333333;
- }
- }
- .part3_right_contentlist_11:hover {
- color: #a01c0e;
- a {
- color: #a01c0e;
- }
- }
- .part3_right_contentlist_11:first-child {
- margin-bottom: 25px;
- }
- }
- }
- }
- }
|