| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245 |
- /* 头部内容 */
- header{
- width: 100%;
- height: 110px;
- background: #fff;
- }
- header{height: 110px;}
- header h1{float: left;width: 400px;height: 110px;margin-left: -20px;}
- header h1>a{display: block;width: 230px;height: 110px;float: left;}
- header h1 span{display: block;width: 170px;height: 48px;float: left;margin-top: 33px;border-left: 1px solid #ccc;padding-left: 15px;}
- header h1 span strong{ display: block; font-size: 25px; font-weight: bold; margin-bottom: 8px; }
- header h1 span a{font-size: 12px;}
- header h1 span a:hover{color: #333;}
- header h1 img{width: 100%;height: 100%;}
- /* 搜索下拉提示 */
- header .header_l{
- position: relative;
- float: left;
- width: 500px;
- height: 45px;
- margin: 30px 0 0 90px;
- background: #f5f5f5;
- }
- header .header_l .form_down{
- position: absolute;
- top: 44px;
- left: 0;
- width: 390px;
- background: #fff;
- z-index: 9;
- border: 1px solid #eee;
- border-radius: 0 0 5px 5px;
- display: none;
- }
- header .header_l .form_down span{
- display: block;
- color: #666;
- line-height: 30px;
- cursor: pointer;
- text-indent: 15px;
- }
- header .header_l .form_down span:hover{
- background: #eee;
- }
- /* 搜索下拉提示结束 */
- header p{
- width: 500px;
- height: 45px;
- }
- header p input{
- float: left;
- width: 220px;
- height: 35px;
- color: #999;
- margin: 5px 0 0 10px;
- outline: none;
- background: #f5f5f5;
- }
- header p span{
- display: block;
- float: left;
- width: 70px;
- height: 25px;
- line-height: 25px;
- text-align: center;
- border: 1px solid #eee;
- background: #fff;
- margin: 10px 5px 0 0;
- cursor: pointer;
- }
- header p a{
- display: block;
- width: 110px;
- height: 45px;
- line-height: 45px;
- text-indent: 40px;
- font-size: 16px;
- color: #fff;
- background: #e1181e;
- float: right;
- position: relative;
- }
- header p a:hover{color: #fff;}
- header p a::after{
- position: absolute;
- content: "";
- width: 22px;
- height: 45px;
- top: 0;
- left: 12px;
- background: url(../images/news_big.png) no-repeat;
- }
- .head_div{
- height: 45px;
- margin-top: 22px;
- }
- .head_div a{
- display: block;
- float: left;
- width: 65px;
- height: 60px;
- margin-right: 15px;
- }
- .head_div a img{
- width: 65px;
- height: 40px;
- }
- .head_div a span{
- display: block;
- height: 20px;
- line-height: 20px;
- text-align: center;
- }
- /* 关键字导航 */
- .keyword{
- height: 40px;
- margin: 20px auto;
- display: flex;
- justify-content: space-between;
- }
- .keyword li{
- height: 40px;
- border-right: 1px solid #e5e5e5;
- padding-right: 10px;
- }
- .keyword li:last-child{
- margin-right: 0;
- border-right: 0;
- padding-right: 0;
- }
- .keyword li p{
- height: 15px;
- line-height: 15px;
- }
- .keyword li p:first-child{margin-bottom: 10px;}
- .keyword li a{
- margin-right: 13px;
- }
- /* 导航栏 */
- nav{width: 100%;height: 40px;background: #db0f21;}
- nav ul li{width: 120px;height: 40px;line-height: 40px;float: left;text-align: center;cursor: pointer;}
- nav ul li a{display: block;width: 100%;height: 100%;color: #fff;font-size: 16px;}
- nav ul .active{background: #99131a;}
- nav ul li:hover{background: #99131a;}
- nav ul li a:hover{color: #fff;}
- /* 位置 */
- .weizhi{
- height: 45px;
- line-height: 45px;
- font-size: 12px;
- }
- .weizhi em{margin: 0 5px;}
- .weizhi p{
- float: right;
- color: #ca1222;
- }
- /* 第一部分内容 */
- .news_one{
- height: 500px;
- }
- .news_one_left{
- width: 840px;
- height: 500px;
- background: #fff;
- }
- .one_l{
- width: 360px;
- height: 500px;
- float: left;
- margin-right: 30px;
- }
- /* 轮播 */
- .play{
- width: 360px;
- height: 365px;
- overflow: hidden;
- }
- .lunbo{ position:relative;margin:0 auto; }
- .lunbo > .item{ display:none; }
- .lunbo > .item.active{ display:block; }
- .lunbo > .item a{ font-size:0;display:block; }
- .lunbo > .item img{ margin:0 auto; }
- .lunbo > ul{ position: absolute; left:50%; margin-left: -35px;bottom: -25px; }
- .lunbo > ul>li{ margin: 3px; padding: 0;display:inline-block; width:8px; height:8px; background: #c9c9c9; box-sizing:border-box; border-radius:50%; cursor: pointer; list-style: none;}
- .lunbo > ul>li.active{ background:#df0303; }
- .s_banner{
- width: 360px;
- }
- .s_banner a{
- display: block;
- width: 175px;
- height: 115px;
- float: left;
- margin-right: 10px;
- }
- .s_banner a:last-child{margin-right: 0;}
- .s_banner a img{
- width: 100%;
- height: 100%;
- }
- .one_r{
- float: left;
- width: 440px;
- height: 500px;
- }
- .one_r h3{
- width: 440px;
- height: 50px;
- line-height: 50px;
- border-top: 1px solid #e5e5e7;
- }
- .one_r h3 strong{
- display: block;
- float: left;
- width: 100px;
- height: 50px;
- color: #ff3333;
- border-top: 2px solid #ff3333;
- text-align: center;
- font-size: 18px;
- font-weight: 600;
- margin-right: 85px;
- }
- .one_r h3 a{
- float: left;
- margin-right: 40px;
- font-size: 16px;
- }
- .one_r ul li{
- height: 35px;
- line-height: 35px;
- position: relative;
- }
- .one_r ul li::after{
- position: absolute;
- content: "";
- width: 6px;
- height: 6px;
- border-radius: 50%;
- background: #ccc;
- top: 14px;
- left: 0;
- }
- .one_r ul li a{
- /* margin-left: 15px; */
- float: left;
- display: block;
- width: 100%;
- padding-left: 15px;
- }
- .one_r ul li:first-child a{
- font-size: 16px;
- font-weight: 600;
- }
- .one_r ul:first-of-type{margin-bottom: 20px;}
- /* 第一部分右边 */
- .news_one_right{
- width: 345px;
- height: 500px;
- padding: 10px;
- background: #fff;
- }
- .news_one_right h2{
- height: 20px;
- line-height: 20px;
- color: #000;
- font-size: 18px;
- font-weight: 600;
- text-indent: 15px;
- border-left: 4px solid #ff3333;
- margin-top: 10px;
- }
- .news_one_right dl{height: 80px;margin-top: 30px;}
- .news_one_right dl dt{
- width: 125px;
- height: 80px;
- float: left;
- margin-right: 15px;
- overflow: hidden;
- }
- .news_one_right dl dt img{width: 100%;height: 100%}
- .news_one_right dl dd{
- width: 185px;
- height: 80px;
- float: left;
- }
- .news_one_right dl dd h3{
- line-height: 25px;
- }
- .news_one_right dl dd p{
- font-size: 12px;
- height: 25px;
- line-height: 25px;
- color: #999;
- overflow: hidden;
- white-space: nowrap;
- text-overflow: ellipsis;
- }
- /* 广告图 */
- .guanggao_banner{margin-top: 20px;}
- /* 第二部分 */
- section{margin-top: 20px !important;background: #fff;}
- /* 加盟指南 */
- .guide{
- width: 845px;
- height: 800px;
- display: flex;
- flex-wrap: wrap;
- justify-content: space-between;
- }
- .guide article{
- width: 400px;
- height: 400px;
- border-top: 1px solid #e5e5e5;
- position: relative;
- }
- .guide article::after{
- position: absolute;
- content: "";
- width: 100px;
- height: 2px;
- background: red;
- top: 0;
- left: 0;
- }
- .guide article h2{
- height: 55px;
- line-height: 55px;
- }
- .guide article h2 strong{
- display: block;
- width: 140px;
- height: 55px;
- line-height: 55px;
- float: left;
- background: url(../images/nan.png) no-repeat 10px center;
- font-size: 22px;
- color: #333;
- text-align: right;
- }
- .guide article h2 a{float: right;color: #999;}
- .guide article .a1,.guide article .a2{
- width: 400px;
- height: 140px;
- }
- .guide article .a1 a{
- display: block;
- width: 400px;
- height: 140px;
- overflow: hidden;
- }
- .guide article .a1 a img{
- width: 100%;height: 100%;
- }
- .guide article .a2 a{
- display: block;
- float: left;
- width: 195px;
- height: 140px;
- overflow: hidden;
- }
- .guide article .a2 a img{width: 100%;height: 100%;}
- .guide article .a2 a:first-child{margin-right: 10px;}
- .guide article ul{
- margin-top: 10px;
- padding: 0 15px;
- }
- .guide article ul li{
- height: 30px;
- line-height: 30px;
- position: relative;
- }
- .guide article ul li::after{
- position: absolute;
- content: "";
- width: 6px;
- height: 6px;
- border-radius: 50%;
- background: #ccc;
- top: 50%;
- margin-top: -3px;
- left: 0;
- }
- .guide article ul li:first-child{
- height: 50px;
- line-height: 50px;
- font-size: 18px;
- font-weight: 600;
- color: #000;
- }
- .guide article ul li a{
- display: block;
- float: left;
- margin-left: 15px;
- width: 355px;
- overflow: hidden;
- white-space: nowrap;
- text-overflow: ellipsis;
- }
- /* 右边切换 */
- section .s1{
- width: 345px;
- height: 800px;
- }
- .qiehuan{
- width: 345px;
- height: 665px;
- border: 1px solid #e5e5e5;
- }
- .qiehuan_title{
- width: 70px;
- float: left;
- background: #fbfbfb;
- }
- .qiehuan_title span{
- display: block;
- width: 70px;
- height: 39px;
- line-height: 39px;
- text-align: center;
- cursor: pointer;
- border-right: 1px solid #e5e5e5;
- color: #666;
- }
- .qiehuan_title span em{
- display: block;
- width: 50px;
- margin: 0 auto;
- border-bottom: 1px solid #e5e5e5;
- }
- .qiehuan_title span:first-child{border-top: 0 !important;}
- .qiehuan_title_active{
- font-weight: 700;
- color: #333 !important;
- background: #fff;
- border-top: 1px solid #e5e5e5;
- border-bottom: 1px solid #e5e5e5;
- border-right: 0 !important;
- }
- .qiehuan_title_active em{border: 0 !important;}
- .qiehuan_cont{
- float: left;
- width: 270px;
- height: 660px;
- padding: 10px 20px 0;
- }
- .qiehuan_cont li{display: none;}
- .qiehuan_cont_active{display: block !important;}
- .qiehuan_cont li p{
- height: 43px;
- line-height: 43px;
- border-bottom: 1px dashed #e5e5e5;
- }
- .qiehuan_cont li p:last-child{border: 0;}
- .qiehuan_cont li p em{
- display: block;
- width: 15px;
- height: 15px;
- line-height: 15px;
- background: #c2c2c2;
- color: #fff;
- text-align: center;
- float: left;
- margin: 14px 10px 0 0;
- font-size: 12px;
- }
- .qiehuan_cont li p .red{background: #de3937 !important;}
- .qiehuan_cont li p a{
- display: block;
- float: left;
- width: 180px;
- overflow: hidden;
- white-space: nowrap;
- text-overflow: ellipsis;
- }
- .qiehuan_cont li p i{
- float: left;
- display: block;
- width: 7px;
- height: 10px;
- margin-top: 16px;
- }
- .qiehuan_cont li p .up{background: url(../images/ico1.png) 169px 500px;}
- .qiehuan_cont li p .down{background: url(../images/ico1.png) 136px 500px;}
- .qiehuan_cont li p .flat{background: url(../images/ico1.png) 210px 469px;}
- .s1_a{
- display: block;
- width: 345px;
- height: 110px;
- margin-top: 15px;
- overflow: hidden;
- }
- .s1_a img{width: 100%;height: 100%;}
- /* 第三部分 */
- .s2{
- width: 345px;
- height: 800px;
- border-left: 1px solid #e5e5e5;
- background: #f9f9f9;
- }
- .s2 div{
- height: 400px;
- }
- .s2 div h2{
- height: 40px;
- line-height: 40px;
- text-indent: 15px;
- font-size: 16px;
- font-weight: 600;
- color: #000;
- background: #dcdcdc;
- }
- .s2_top ul{padding: 0 15px;}
- .s2_top ul li{
- height: 40px;
- line-height: 40px;
- }
- .s2_top ul li em{
- display: block;
- width: 4px;
- height: 4px;
- float: left;
- margin: 19px 10px 0 0;
- }
- .s2_top ul li .em1{background: #f10214;}
- .s2_top ul li .em2{background: #ff9900;}
- .s2_top ul li .em3{background: #d0cce4;}
- .s2_top ul li .em4{background: #a3c1de;}
- .s2_top ul li .em5{background: #c6e0d6;}
- .s2_top ul li .em6{background: #f2bfbe;}
- .s2_top ul li .em7{background: #c5dfd5;}
- .s2_top ul li .em8{background: #63bacb;}
- .s2_top ul li .em9{background: #59ab2b;}
- .s2_top ul li a{
- display: block;
- float: left;
- width: 300px;
- overflow: hidden;
- white-space: nowrap;
- text-overflow: ellipsis;
- }
- .s2_bottom ul{
- height: 360px;
- }
- .s2_bottom ul li{
- height: 40px;
- line-height: 40px;
- }
- .s2_bottom ul li a{
- width: 130px;
- display: block;
- float: left;
- overflow: hidden;
- white-space: nowrap;
- text-overflow: ellipsis;
- margin-left: 20px;
- }
- /* 热门精选 */
- .sift{
- margin-top: 20px;
- background: #fff;
- display: flex;
- flex-wrap: wrap;
- justify-content: space-between;
- }
- .sift a{
- width: 210px;
- height: 100px;
- }
- .sift_a{width: 80px !important;}
- /* 第四部分 */
- .four{
- /* margin-top: 20px; */
- display: flex;
- flex-wrap: wrap;
- justify-content: space-between;
- }
- .four dl{
- width: 390px;
- height: 440px;
- background: #fff;
- padding: 15px;
- margin-top: 20px;
- }
- .four dl dt{
- height: 50px;
- line-height: 50px;
- }
- .four dl dt strong{
- font-size: 18px;
- font-weight: 600;
- color: #000;
- }
- .four dl dt a{
- display: block;
- width: 70px;
- float: right;
- background: url(../images/dot.png) no-repeat right center;
- }
- .four dl dt a:hover{color: #333;}
- .four dl dt span{
- display: block;
- width: 70px;
- float: right;
- background: url(../images/dot.png) no-repeat right center;
- }
- .four dl dd{
- height: 35px;
- line-height: 35px;
- }
- .four dl dd a{
- display: block;
- width: 280px;
- float: left;
- overflow: hidden;
- white-space: nowrap;
- text-overflow: ellipsis;
- color: #666;
- margin-right: 10px;
- }
- .four dl dd span{
- display: block;
- float: left;
- width: 55px;
- height: 20px;
- line-height: 20px;
- background: #f7f5f6;
- color: #b6b6b6;
- text-align: center;
- margin-top: 7px;
- }
- /* 新闻列表页 */
- /* 新闻列表 */
- .main_left{
- width: 850px;
- background: #fff;
- }
- .sec6_cont{padding: 0 10px 20px;background: #fff;}
- .sec6_cont ul li{
- height: 200px;
- padding: 20px 0;
- border-bottom: 1px solid #eee;
- }
- .sec6_cont ul li:last-child{border: 0;}
- .sec6_cont ul li div{
- float: left;
- width: 250px;
- height: 160px;
- margin-right: 20px;
- }
- .sec6_cont ul li h3{float: left;width: 540px; line-height: 40px;font-size: 20px;font-weight: 700;}
- .sec6_cont ul li p{float: left;width: 540px;line-height: 25px;color: #666;}
- .sec6_cont ul li .sec6_btn{float: left; width: 540px;height: 30px; line-height: 30px;margin-top: 10px;}
- .sec6_cont ul li span{float: left; color: #999;margin-right: 20px;}
- .sec6_cont ul li span em{display: block;float: left; width: 18px;height: 30px;background: url(../images/ico1.png) no-repeat -86px -22px;margin-right: 5px;}
- .sec6_cont .more{
- display: block;
- width: 130px;
- height: 40px;
- line-height: 40px;
- text-align: center;
- border: 1px solid #ccc;
- color: #999;
- font-size: 15px;
- border-radius: 20px;
- margin: 10px auto;
- }
- .sec6_cont .more:hover{background: #eee;}
- /* 翻页 */
- .paging{
- width: 100%;
- height: 40px;
- display: flex;
- justify-content: center;
- margin: 40px 0 0;
- }
- .paging a{
- display: block;
- /* float: left; */
- height: 40px;
- line-height: 40px;
- border: 1px solid #ddd;
- color: #666;
- padding: 0 10px;
- margin-right: 10px;
- }
- .paging a:hover{background: #e51717;color: #fff !important;}
- .paging_on{background: #e51717;color: #fff !important;}
- /* 右边内容 */
- .main_right{
- width: 335px;
- }
- /* 热门推荐 */
- .aside1{
- width: 335px;
- height: 640px;
- background: #fff;
- padding: 1px 20px;
- }
- .aside1 h3{
- height: 40px;
- line-height: 40px;
- margin: 10px 0;
- text-indent: 15px;
- font-size: 18px;
- font-weight: 700;
- position: relative;
- }
- .aside1 h3::after{
- position: absolute;
- content: '';
- width: 4px;
- height: 20px;
- background: #e51717;
- top: 10px;
- left: 0;
- }
- .aside1 dl{height: 230px;}
- .aside1 dl dt{
- width: 295px;
- height: 190px;
- overflow: hidden;
- }
- .aside1 dl dd{
- width: 295px;
- height: 40px;
- line-height: 40px;
- overflow: hidden;
- white-space: nowrap;
- text-overflow: ellipsis;
- font-size: 16px;
- }
- .aside1 dl dd a{color: #666;}
- .aside1 ul li{
- height: 34px;
- line-height: 34px;
- position: relative;
- }
- .aside1 ul li::after{
- position: absolute;
- content: "";
- width: 4px;
- height: 4px;
- background: red;
- top: 15px;
- left: 0;
- }
- .aside1 ul li a{
- display: block;
- width: 280px;
- margin-left: 12px;
- color: #999;
- overflow: hidden;
- white-space: nowrap;
- text-overflow: ellipsis;
- }
- .aside_img{
- width: 335px;
- height: 110px;
- overflow: hidden;
- margin-top: 15px;
- }
- /* 左右切换 */
- .qiehuans{
- width: 335px;
- height: 470px;
- border: 1px solid #e5e5e5;
- background: #fff;
- margin-top: 15px;
- }
- .qiehuan_conts{
- float: left;
- width: 260px;
- height: 450px;
- padding: 10px 20px 0;
- }
- .qiehuan_conts li{display: none;}
- .qiehuan_cont_active{display: block !important;}
- .qiehuan_conts li p{
- height: 45px;
- line-height: 45px;
- border-bottom: 1px dashed #e5e5e5;
- }
- .qiehuan_conts li p:last-child{border: 0;}
- .qiehuan_conts li p em{
- display: block;
- width: 15px;
- height: 15px;
- line-height: 15px;
- background: #c2c2c2;
- color: #fff;
- text-align: center;
- float: left;
- margin: 15px 10px 0 0;
- font-size: 12px;
- }
- .qiehuan_conts li p .red{background: #de3937 !important;}
- .qiehuan_conts li p a{
- display: block;
- float: left;
- width: 180px;
- overflow: hidden;
- white-space: nowrap;
- text-overflow: ellipsis;
- }
- .qiehuan_conts li p i{
- float: left;
- display: block;
- width: 7px;
- height: 10px;
- margin-top: 16px;
- }
- .qiehuan_conts li p .up{background: url(../images/ico1.png) 169px 500px;}
- .qiehuan_conts li p .down{background: url(../images/ico1.png) 136px 500px;}
- .qiehuan_conts li p .flat{background: url(../images/ico1.png) 210px 469px;}
- /* 热门行业 */
- .aside2{
- width: 335px;
- height: 260px;
- background: #fff;
- padding: 1px 20px;
- margin-top: 15px;
- }
- .aside2 h3{
- height: 40px;
- line-height: 40px;
- margin: 10px 0;
- text-indent: 15px;
- font-size: 18px;
- font-weight: 700;
- position: relative;
- }
- .aside2 h3::after{
- position: absolute;
- content: '';
- width: 4px;
- height: 20px;
- background: #e51717;
- top: 10px;
- left: 0;
- }
- .aside2_cont{display: flex;flex-wrap: wrap;justify-content: space-between;}
- .aside2_cont a{
- display: inline-block;
- line-height: 35px;
- padding: 0 20px;
- border-radius: 20px;
- color: #333;
- margin-bottom: 10px;
- }
- .aside_a1{
- border: 1px solid #e56e6e;
- background: #ffeded;
- color: #e56e6e !important;
- }
- .aside_a2{
- border: 1px solid #5e9dd5;
- background: #f1f7fe;
- color: #5e9dd5 !important;
- }
- .aside_a3{
- border: 1px solid #9d85d6;
- background: #f8efff;
- color: #9d85d6 !important;
- }
- .aside_a4{
- border: 1px solid #f9a411;
- background: #fef8f0;
- color: #f9a411 !important;
- }
- .aside_a5{
- border: 1px solid #71c48f;
- background: #f1fff6;
- color: #71c48f !important;
- }
- /* 热门行业 */
- .aside3{
- width: 335px;
- height: 245px;
- background: #fff;
- padding: 1px 20px;
- margin-top: 15px;
- overflow: hidden;
- }
- .aside3 h3{
- height: 40px;
- line-height: 40px;
- margin: 10px 0 0 0;
- text-indent: 15px;
- font-size: 18px;
- font-weight: 700;
- position: relative;
- }
- .aside3 h3::after{
- position: absolute;
- content: '';
- width: 4px;
- height: 20px;
- background: #e51717;
- top: 10px;
- left: 0;
- }
- .aside3 ul{
- height: 195px;
- }
- .aside3 ul li{
- height: 38px;
- line-height: 38px;
- }
- .aside3 ul li a{
- width: 130px;
- display: block;
- float: left;
- overflow: hidden;
- white-space: nowrap;
- text-overflow: ellipsis;
- margin-right: 20px;
- }
- .aside3 ul li a:last-child{margin-right: 0;}
- /* 新闻内容 */
- .essay{
- padding: 10px 30px;
- background: #fff;
- }
- .essay>h2{
- line-height: 50px;
- font-size: 30px;
- color: #333;
- font-weight: 900;
- margin: 30px 0;
- }
- .time{height: 30px;line-height: 30px;}
- .time span{margin-right: 15px;color: #999;}
- .time p{float: right;}
- .time p i{display: block;float: left;margin-right: 5px;width: 20px;height: 30px;}
- .time p em{display: block;float: left;line-height: 30px;margin-right: 10px;color: #999;}
- /* 项目简介 */
- .intro{
- width: 100%;
- height: 80px;
- border-left: 2px solid #e61019;
- background: #f2f2f2;
- margin-top: 30px;
- padding: 12px 25px;
- display: flex;
- justify-content: space-between;
- }
- .intro p{
- height: 56px;
- }
- .intro p span{
- display: block;
- height: 25px;
- line-height: 25px;
- color: #999;
- }
- .intro p span:first-child{margin-bottom: 6px;}
- .intro p span em{color: #e60811;}
- .intro p span i{
- font-size: 14px;
- color: #ff6700;
- margin-right: 5px;
- }
- .intro_p a{
- display: block;
- width: 105px;
- height: 25px;
- line-height: 25px;
- color: #fff;
- text-align: center;
- border-radius: 3px;
- }
- .intro_p a:first-child{
- background: #e60811;
- margin-bottom: 6px;
- }
- .intro_p a:last-child{background: #f29000;}
- .essay_cont{
- margin-top: 10px;
- line-height: 30px;
- margin-bottom: 15px;
- color: #666;
- }
- .essay_cont p{
- line-height: 30px;
- margin-bottom: 15px;
- color: #666;
- text-indent: 2em;
- }
- .essay_cont img{
- display: block;
- margin: 0 auto 15px;
- }
- /* 咨询 */
- .advisory{
- width: 700px;
- height: 400px;
- border: 1px solid #e2e2e2;
- padding: 35px;
- margin-bottom: 30px;
- }
- .advisory h2,.advisory h3{
- height: 35px;
- line-height: 35px;
- font-size: 24px;
- font-weight: 600;
- text-align: center;
- color: #333;
- }
- .advisory h2 span{
- color: red;
- }
- .advisory form{
- margin-top: 30px;
- }
- .advisory form p{
- height: 40px;
- line-height: 40px;
- margin-bottom: 10px;
- }
- .advisory form p:nth-last-child(2) input{width: 240px;}
- .advisory form p span{
- width: 100px;
- font-size: 16px;
- color: #666;
- float: left;
- margin-right: 25px;
- }
- .advisory form p input{
- width: 490px;
- height: 40px;
- line-height: 40px;
- border: 1px solid #e2e2e2;
- box-sizing: border-box;
- text-indent: 10px;
- float: left;
- outline: none;
- color: #666;
- }
- .advisory form .form_btn{
- display: block;
- margin: 15px 0 15px 125px;
- width: 410px;
- height: 50px;
- line-height: 50px;
- color: #fff;
- text-align: center;
- font-size: 18px;
- border-radius: 5px;
- background: #fe434e;
- }
- .advisory form .form_btn:hover{background: #ec5862;}
- .advisory form .read{
- height: 25px;
- line-height: 25px;
- margin-left: 125px;
- }
- .advisory form .read input{margin-top: 6px;float: left;}
- .advisory form .read span{
- margin-left: 5px;
- }
- .advisory form .read span a{
- color: #008aff;
- }
- .last,.next{
- height: 30px;
- line-height: 30px;
- }
- /* 上/下一篇 */
- .last a,
- .next a{
- color: #e00b0b;
- }
- /* 关键词 */
- .antistop{
- margin-top: 10px;
- height: 30px;
- line-height: 30px;
- }
- .antistop span{color: #000;font-weight: 600;}
- .antistop a{color: #2162b6;margin-right: 20px;font-weight: 600;}
- /* 热门资讯 */
- .zixun{
- margin-top: 20px;
- background: #fff;
- height: 250px;
- }
- .zixun h2{
- height: 50px;
- line-height: 50px;
- background: url(../images/nan.png) no-repeat 15px center;
- }
- .zixun h2 span{
- font-size: 20px;
- font-weight: 600;
- margin-left: 50px;
- }
- .zixun h2 a{
- display: block;
- float: right;
- width: 70px;
- margin-right: 30px;
- background: url(../images/dot.png) no-repeat right center;
- }
- .zixun_cont{
- margin-top: 5px;
- padding: 0 20px;
- display: flex;
- justify-content: space-between;
- }
- .zixun_cont dl{
- float: left;
- width: 560px;
- height: 175px;
- }
- .zixun_cont dl dt{
- width: 210px;
- height: 175px;
- overflow: hidden;
- float: left;
- margin-right: 20px;
- }
- .zixun_cont dl dt img{
- width: 100%;
- height: 100%;
- }
- .zixun_cont dl dd{
- width: 330px;
- float: left;
- }
- .zixun_cont dl dd a{
- display: block;
- width: 100%;
- height: 35px;
- line-height: 35px;
- color: #666;
- position: relative;
- overflow: hidden;
- white-space: nowrap;
- text-overflow: ellipsis;
- text-indent: 12px;
- }
- .zixun_cont dl dd a::after{
- position: absolute;
- content: "";
- width: 3px;
- height: 3px;
- background: #e60811;
- top: 16px;
- left: 0;
- }
- /* 猜你喜欢 */
- .love{
- margin-top: 20px;
- background: #fff;
- height: 350px;
- }
- .love h2{
- height: 50px;
- line-height: 50px;
- background: url(../images/nan.png) no-repeat 15px center;
- }
- .love h2 span{
- font-size: 20px;
- font-weight: 600;
- margin-left: 50px;
- }
- .love h2 span em{color: #ff4a18;}
- .love h2 a{
- display: block;
- float: right;
- width: 70px;
- margin-right: 30px;
- background: url(../images/dot.png) no-repeat right center;
- }
- .fire{height: 270px;background: #fff;padding: 5px 10px;}
- .fire ul{display: flex;justify-content: space-between;}
- .fire ul:first-child{margin-bottom: 20px;}
- .fire ul li{
- width: 220px;
- height: 270px;
- }
- .fire ul li img{
- width: 220px;
- height: 160px;
- }
- .fire ul li h3{
- height: 40px;
- line-height: 40px;
- text-align: center;
- font-size: 18px;
- font-weight: 600;
- }
- .fire ul li p{height: 30px;line-height: 30px;padding: 0 10px;color: #666;}
- .fire ul li p span{
- display: block;
- width: 90px;
- float: left;
- }
- .fire ul li p span em{color: #f2774a;}
- .fire ul li p span:first-child{
- margin-right: 10px;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- }
- .fire_on{color: #f2774a !important;}
- .btn{
- display: block;
- width: 150px;
- height: 30px;
- line-height: 30px;
- text-align: center;
- background: #f2774a;
- color: #fff;
- border-radius: 20px;
- margin: 5px auto;
- }
- .btn:hover{color: #fff;}
|