﻿/* ============================================================
   璇︽儏椤靛澹虫牱寮?鈥斺€?杩樺師鍘熺珯锛坵ww.luohuedu.net锛夎鎯呴〉
   琚?Views/News|Gonggao|Zhaopin/Detail.cshtml 鍏卞悓寮曠敤
   ============================================================ */

* { box-sizing: border-box; }

body.article-page {
    margin: 0;
    padding: 0;
    background: #f2f4f7;
    font-family: "Microsoft YaHei", "寰蒋闆呴粦", Arial, sans-serif;
    font-size: 14px;
    color: #333;
}

body.article-page a { color: #2179c6; text-decoration: none; }
body.article-page a:hover { text-decoration: underline; }

/* ---- 椤堕儴钃濊壊瀵艰埅锛堣繕鍘熷師绔?_header锛?---- */
.luohu-header {
    background: rgb(87, 136, 205);
    width: 100%;
}

.luohu-header-inner {
    width: 1280px;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    padding: 0 10px;
    height: 85px;
}

.luohu-logo { display: block; margin-right: 15px; }
.luohu-logo img { width: 450px; height: 85px; display: block; }

.luohu-menu {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

    .luohu-menu li { list-style: none; }

        .luohu-menu li a {
            display: block;
            color: #fff;
            padding: 0 18px;
            line-height: 85px;
            font-size: 16px;
            text-decoration: none;
        }

            .luohu-menu li a:hover { color: #ffe28a; text-decoration: none; }

/* ---- 椤佃剼锛堣繕鍘熷師绔?footer锛?---- */
.luohu-footer {
    background: rgb(87, 136, 205);
    color: #fff;
    text-align: center;
    padding: 20px 10px 26px 10px;
    margin-top: 20px;
    line-height: 2;
    font-size: 13px;
}

    .luohu-footer a { color: #fff; }
    .luohu-footer img { vertical-align: middle; }
