/* =============================================
   三峡大学科技学院 · 水利与建筑工程学院
   全站样式表 v2.0 — 简约大气高端重构版
   主色调：水利蓝 #1a6b8a + 建筑铜 #b87333（渐变拼色）
   ============================================= */

/* ---------- Reset & Base ---------- */
*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  font-family: "Microsoft YaHei", "PingFang SC", "Helvetica Neue", Arial, sans-serif;
  color: #333;
  background: #eef3f5;
  line-height: 1.6;
}
ul, li { margin: 0; padding: 0; }
li { list-style: none; }
a { text-decoration: none; color: inherit; transition: color .25s; }
img { max-width: 100%; display: block; }

/* ---------- Header / Top ---------- */
.top {
  position: relative;
  width: 100%;
  min-width: 1200px;
  height: 140px;
  background: url("../../img/sljz/top-banner.jpg") center/cover no-repeat;
  overflow: hidden;
}
.top::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(13, 61, 82, .18) 0%, rgba(184, 115, 51, .08) 50%, rgba(26, 107, 138, .15) 100%);
  z-index: 1;
}
.top::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 4px;
  background: linear-gradient(90deg, #b87333, #1a6b8a, #0d3d52);
  z-index: 3;
}
.top .banner {
  position: relative;
  z-index: 2;
  width: 1200px;
  height: 140px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.top .logo {
  display: block;
  width: 732px;
  height: 81px;
  background: url("../../img/sljz/sljzlogo.png") no-repeat center/contain;
  filter: drop-shadow(0 2px 12px rgba(255,255,255,.6)) drop-shadow(0 1px 4px rgba(0,0,0,.15));
  transition: filter .3s;
}
.top .logo:hover {
  filter: drop-shadow(0 4px 20px rgba(255,255,255,.75)) drop-shadow(0 2px 6px rgba(0,0,0,.2));
}

/* ---------- Navigation ---------- */
.nav {
  width: 100%;
  min-width: 1200px;
  height: 56px;
  line-height: 56px;
  background: linear-gradient(90deg, #0d3d52 0%, #1a6b8a 50%, #0d3d52 100%);
  box-shadow: 0 4px 20px rgba(13, 61, 82, .3);
  position: relative;
  z-index: 10;
}
.nav.fixed {
  position: fixed;
  top: 0;
  z-index: 100;
  box-shadow: 0 4px 30px rgba(13, 61, 82, .45);
}
.nav ul {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.nav ul li {
  color: #fff;
  flex: 1;
  text-align: center;
  position: relative;
}
.nav ul li.level1 {
  position: relative;
}
.nav ul li a {
  display: block;
  height: 56px;
  line-height: 56px;
  color: rgba(255, 255, 255, .9);
  font-size: 16px;
  letter-spacing: 2px;
  position: relative;
  transition: color .25s, background .25s;
}
.nav ul li a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) scaleX(0);
  width: 60%;
  height: 3px;
  background: linear-gradient(90deg, #b87333, #d4944a, #b87333);
  border-radius: 2px;
  transition: transform .3s cubic-bezier(.4, 0, .2, 1);
}
.nav ul li a:hover {
  color: #fff;
  background: rgba(255, 255, 255, .1);
}
.nav ul li a:hover::after {
  transform: translateX(-50%) scaleX(1);
}
/* Dropdown */
.nav ul li ul {
  position: absolute;
  top: 56px;
  left: 50%;
  transform: translateX(-50%);
  width: 180px;
  background: rgba(13, 61, 82, .96);
  backdrop-filter: blur(10px);
  border-radius: 0 0 8px 8px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, .25);
  display: none;
  z-index: 20;
  overflow: hidden;
  flex-direction: column;
}
.nav ul li ul li {
  flex: none;
  width: 100%;
  height: auto;
}
.nav ul li ul li a {
  height: 44px;
  line-height: 44px;
  font-size: 14px;
  letter-spacing: 1px;
  border-bottom: 1px solid rgba(255, 255, 255, .08);
}
.nav ul li ul li a::after {
  display: none;
}
.nav ul li ul li a:hover {
  background: rgba(255, 255, 255, .15);
  padding-left: 6px;
}
/* Search in nav */
.nav ul .search {
  height: 36px;
  margin-top: 10px;
  color: #fff;
  padding-left: 14px;
  float: right;
  background: rgba(255, 255, 255, .12);
  border-radius: 18px;
  display: flex;
  align-items: center;
  flex: none;
  width: auto;
}
.nav ul .search .searchInput {
  background: transparent;
  line-height: 36px;
  height: 36px;
  width: 160px;
  border: 0;
  outline: none;
  color: #fff;
  font-size: 14px;
  -webkit-appearance: none;
}
.nav ul .search .submit {
  border: 0;
  outline: none;
  -webkit-appearance: none;
  background: transparent;
  color: transparent;
  width: 36px;
  height: 36px;
  cursor: pointer;
}

/* ---------- Main Content ---------- */
.main {
  width: 1200px;
  margin: 0 auto;
  padding: 30px 0 40px;
  overflow: hidden;
}

/* ---------- Row ---------- */
.main .row {
  padding: 15px 0;
  overflow: hidden;
  display: flex;
  gap: 24px;
}

/* ---------- Card Mixin Style ---------- */
.main .carousel,
.main .xbjj,
.main .zyjs {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, .06);
  overflow: hidden;
  transition: box-shadow .3s, transform .3s;
}
.main .carousel:hover,
.main .xbjj:hover,
.main .zyjs:hover {
  box-shadow: 0 6px 28px rgba(26, 107, 138, .15);
  transform: translateY(-2px);
}

/* ---------- Carousel (学部图片) ---------- */
.main .carousel {
  flex: 0 0 480px;
  height: 300px;
  border-radius: 8px;
}

/* ---------- xbjj (单篇正文/概况) ---------- */
.main .xbjj {
  flex: 1;
  height: 300px;
  display: flex;
  flex-direction: column;
}
.main .xbjj .header {
  height: 48px;
  display: flex;
  align-items: center;
  background: linear-gradient(135deg, #f2f7f9 0%, #e2edf0 100%);
  border-bottom: 1px solid #c8d8de;
  padding: 0 20px;
  position: relative;
}
.main .xbjj .header::before {
  content: '';
  position: absolute;
  left: 0; top: 0; bottom: 0;
  width: 4px;
  background: linear-gradient(180deg, #b87333, #1a6b8a);
  border-radius: 0 2px 2px 0;
}
.main .xbjj .header .title {
  font-size: 20px;
  font-weight: 600;
  color: #0d3d52;
  letter-spacing: 3px;
  background: none;
  width: auto;
  height: auto;
  line-height: 48px;
  text-indent: 0;
  float: none;
}
.main .xbjj .header .more {
  margin-left: auto;
  font-size: 13px;
  color: #1a6b8a;
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 4px 12px;
  border-radius: 14px;
  background: rgba(26, 107, 138, .08);
  transition: background .25s, color .25s;
  float: none;
  margin-top: 0;
  margin-right: 0;
  width: auto;
}
.main .xbjj .header .more:hover {
  background: #1a6b8a;
  color: #fff;
}
.main .xbjj .body {
  flex: 1;
  padding: 20px 24px;
  font-size: 15px;
  line-height: 1.85;
  color: #555;
  text-indent: 2em;
  overflow: hidden;
  width: auto;
  height: auto;
  margin-top: 0;
}
.main .xbjj ul {
  padding: 10px 20px;
  margin-top: 0;
}
.main .xbjj ul li {
  line-height: 34px;
  font-size: 15px;
  border-bottom: 1px solid #e2edf0;
  transition: padding-left .25s;
}
.main .xbjj ul li:hover {
  padding-left: 6px;
}
.main .xbjj ul li a { color: #444; }
.main .xbjj ul li a:hover { color: #1a6b8a; }
.main .xbjj ul .date { float: right; color: #aaa; font-size: 13px; }

/* ---------- zyjs (新闻/公告/专业/视频/考试等) ---------- */
.main .zyjs {
  flex: 1;
  height: 300px;
  border-top: none;
  display: flex;
  flex-direction: column;
}
.main .zyjs .header {
  height: 48px;
  display: flex;
  align-items: center;
  background: linear-gradient(135deg, #f2f7f9 0%, #e2edf0 100%);
  border-bottom: 1px solid #c8d8de;
  padding: 0 20px;
  position: relative;
}
.main .zyjs .header::before {
  content: '';
  position: absolute;
  left: 0; top: 0; bottom: 0;
  width: 4px;
  background: linear-gradient(180deg, #b87333, #1a6b8a);
  border-radius: 0 2px 2px 0;
}
.main .zyjs .title {
  font-size: 20px;
  font-weight: 600;
  color: #0d3d52;
  letter-spacing: 3px;
  line-height: 48px;
  width: auto;
  float: none;
  text-indent: 0;
  background: none;
}
.main .zyjs .more {
  margin-left: auto;
  font-size: 13px;
  color: #1a6b8a;
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 4px 12px;
  border-radius: 14px;
  background: rgba(26, 107, 138, .08);
  transition: background .25s, color .25s;
  float: none;
  margin-top: 0;
  margin-right: 0;
  width: auto;
}
.main .zyjs .more:hover {
  background: #1a6b8a;
  color: #fff;
}
.main .zyjs ul {
  flex: 1;
  padding: 12px 20px;
  margin-top: 0;
  overflow: hidden;
}
.main .zyjs ul li {
  line-height: 36px;
  font-size: 15px;
  border-bottom: 1px solid #e2edf0;
  position: relative;
  padding-left: 14px;
  transition: padding-left .25s, background .25s;
}
.main .zyjs ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #a0c8d4;
  transition: background .25s, transform .25s;
}
.main .zyjs ul li:hover {
  padding-left: 20px;
  background: rgba(26, 107, 138, .03);
}
.main .zyjs ul li:hover::before {
  background: #1a6b8a;
  transform: translateY(-50%) scale(1.4);
}
.main .zyjs ul li a { color: #444; transition: color .25s; }
.main .zyjs ul li a:hover { color: #1a6b8a; }
.main .zyjs ul .date { float: right; color: #aaa; font-size: 13px; }
.main .zyjs .body {
  flex: 1;
  padding: 20px 24px;
  font-size: 15px;
  line-height: 1.85;
  height: auto;
  padding-top: 20px;
  padding-left: 24px;
}
.main .zyjs .xymc { color: #1a6b8a; font-weight: 600; }

/* ---------- Copyright / Footer Area ---------- */
.main .header {
  width: 100%;
}
.copyright-wrap {
  width: 100%;
  min-width: 1200px;
  background: linear-gradient(135deg, #071e2a 0%, #0d3d52 40%, #1a6b8a 100%);
  position: relative;
  margin-top: 30px;
}
.copyright-wrap::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, transparent, #b87333, #d4944a, #b87333, transparent);
}
.copyright {
  width: 1200px;
  margin: 0 auto;
  padding: 36px 20px;
  text-align: center;
  color: rgba(255, 255, 255, .85);
}
.copyright p {
  font-size: 14px;
  line-height: 2;
  letter-spacing: 1px;
}
.copyright p:first-child {
  font-size: 15px;
}

/* ---------- Preserved: Footer Nav ---------- */
.footer {
  height: 56px;
  width: 100%;
  line-height: 56px;
  background: linear-gradient(180deg, #1a6b8a, #0d3d52);
  overflow: hidden;
  bottom: 0;
  position: fixed;
  z-index: 100;
  box-shadow: 0 -2px 20px rgba(0, 0, 0, .15);
}
.footer.unfixed {
  position: static;
  box-shadow: none;
}
.footer ul {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.footer ul .sns {
  margin-left: auto;
  line-height: 56px;
}
.footer ul .sns img { vertical-align: middle; }
.footer ul li {
  flex: 1;
  color: #fff;
  text-align: center;
}
.footer ul li a {
  color: rgba(255, 255, 255, .9);
  transition: color .25s;
}
.footer ul li a:hover { color: #fff; }

/* ---------- List Page: Sidebar + Content ---------- */
.main .news-left {
  float: left;
  margin-bottom: 20px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, .06);
  overflow: hidden;
}
.main .news-left ul { width: 240px; }
.main .news-left ul li {
  padding-left: 36px;
  line-height: 46px;
  height: 46px;
  border-bottom: 1px solid #f0f2f5;
  letter-spacing: 1px;
  transition: background .25s, padding-left .25s;
  position: relative;
}
.main .news-left ul li::before {
  content: '';
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #a0c8d4;
  transition: background .25s;
}
.main .news-left ul li:hover {
  background-color: #f0f7f9;
  padding-left: 42px;
}
.main .news-left ul li:hover::before {
  background: #1a6b8a;
}
.main .news-left ul li a { color: #444; transition: color .25s; }
.main .news-left ul li a:hover { color: #1a6b8a; }
.main .news-left ul li a img {
  vertical-align: middle;
  float: right;
  padding-right: 20px;
  padding-top: 11px;
}
.main .news-left .left-top {
  width: 240px;
  height: 52px;
  background: linear-gradient(135deg, #1a6b8a, #0d3d52);
}
.main .news-left .left-top .title {
  padding-left: 24px;
  font-size: 20px;
  color: #fff;
  line-height: 52px;
  letter-spacing: 3px;
}
.main .news-right {
  float: right;
  margin-left: 24px;
  width: calc(100% - 264px);
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, .06);
  overflow: hidden;
}
.main .right-top {
  height: 52px;
  display: flex;
  align-items: center;
  padding: 0 24px;
  background: linear-gradient(135deg, #f2f7f9 0%, #e2edf0 100%);
  border-bottom: 1px solid #c8d8de;
  position: relative;
}
.main .right-top::before {
  content: '';
  position: absolute;
  left: 0; top: 0; bottom: 0;
  width: 4px;
  background: linear-gradient(180deg, #b87333, #1a6b8a);
  border-radius: 0 2px 2px 0;
}
.main .right-top .box {
  display: flex;
  align-items: center;
  height: 52px;
}
.main .right-top .box .title {
  font-size: 20px;
  font-weight: 600;
  color: #0d3d52;
  letter-spacing: 3px;
  line-height: 52px;
}
.main .right-top .box .head-img {
  display: none;
}
.main .right-top .locate {
  margin-left: auto;
  font-size: 13px;
  color: #888;
  padding-top: 0;
  float: none;
}
.main .right-bottom {
  padding: 20px 24px;
}
.main .right-bottom ul li {
  line-height: 38px;
  border-bottom: 1px solid #f0f2f5;
  position: relative;
  padding-left: 14px;
  transition: padding-left .25s, background .25s;
}
.main .right-bottom ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #a0c8d4;
  transition: background .25s;
}
.main .right-bottom ul li:hover {
  padding-left: 20px;
  background: rgba(26, 107, 138, .03);
}
.main .right-bottom ul li:hover::before {
  background: #1a6b8a;
}
.main .right-bottom ul li a { color: #444; transition: color .25s; }
.main .right-bottom ul li a:hover { color: #1a6b8a; }
.main .right-bottom ul li .date { float: right; color: #aaa; font-size: 13px; }
.main .right-top .locate a { color: #888; transition: color .25s; }
.main .right-top .locate a:hover { color: #1a6b8a; }

.main .content-left { float: left; margin-bottom: 20px; }
.main .article {
  width: 100%;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, .06);
  overflow: hidden;
}
.main .article .artheader {
  height: 52px;
  display: flex;
  align-items: center;
  padding: 0 24px;
  background: linear-gradient(135deg, #f2f7f9 0%, #e2edf0 100%);
  border-bottom: 1px solid #c8d8de;
  position: relative;
}
.main .article .artheader::before {
  content: '';
  position: absolute;
  left: 0; top: 0; bottom: 0;
  width: 4px;
  background: linear-gradient(180deg, #b87333, #1a6b8a);
  border-radius: 0 2px 2px 0;
}
.main .article .artheader .box {
  display: flex;
  align-items: center;
  height: 52px;
}
.main .article .artheader .box .title {
  font-size: 20px;
  font-weight: 600;
  color: #0d3d52;
  letter-spacing: 3px;
  line-height: 52px;
}
.main .article .artheader .box .head-img {
  display: none;
}
.main .article .artcontent {
  padding: 30px 36px;
  font-size: 15px;
  line-height: 1.9;
  color: #444;
}
.main .article .artcontent p {
  margin-bottom: 16px;
  text-indent: 2em;
}
.main .article .artcontent img {
  max-width: 100%;
  height: auto;
  margin: 16px auto;
  border-radius: 4px;
}
.main .article .artcontent h1,
.main .article .artcontent h2,
.main .article .artcontent h3 {
  color: #0d3d52;
  margin: 24px 0 12px;
  text-indent: 0;
}

.main .articlelist ul li {
  line-height: 36px;
  border-bottom: 1px dashed #e0e0e0;
  font-size: 15px;
}
.main .articlelist ul date { float: right; margin-right: 24px; }

.main .content-left ul { padding: 20px 0; }
.main .content-left ul a {
  box-sizing: border-box;
  padding-left: 45px;
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  color: #333;
  position: relative;
}
.main .content-left ul a.current { color: #1a6b8a; }
.main .content-left ul a.current:before {
  content: '';
  position: absolute;
  top: 19px; left: 0;
  height: 2px; width: 27px;
  background: #1a6b8a;
}
.main .content-left ul a.current:after {
  content: '';
  position: absolute;
  top: 16px; left: 29px;
  height: 8px; width: 8px;
  border-radius: 4px;
  background: #1a6b8a;
}
.main .content-left ul a:hover { color: #1a6b8a; }
.main .content-left .title {
  color: #fff;
  width: 145px;
  padding-left: 15px;
  height: 90px;
  line-height: 130px;
  font-size: 22px;
  background: linear-gradient(135deg, #1a6b8a, #0d3d52);
}
.main .content-left .wechat,
.main .content-left .contact {
  overflow: hidden;
  font-size: 18px;
  display: block;
  color: #fff;
  width: 160px;
  height: 160px;
  background: #269dbd;
  text-align: center;
}
.main .content-left .wechat img,
.main .content-left .contact img {
  width: 70px; height: 70px;
  display: block;
  margin: 35px auto 15px;
}
.main .content-left .contact { background: #36b8b0; }
.main .content-right { margin-left: 220px; width: 850px; }
.main .content-right .vsbcontent_img { text-align: center; }
.main .content-right h1 { font-size: 1.4em; }
.main .content-list { padding: 20px 0; }
.main .content-list ul li { margin: 10px 0; }
.main .content-list ul li .date { float: right; }

/* Preserved: ssfc */
.main .ssfc { width: 574px; height: 295px; }
.main .ssfc ul li a { color: #333; }
.main .ssfc ul li a:hover { color: #1a6b8a; }
.main .ssfc .header {
  height: 39px;
  background-color: #e2edf0;
}
.main .ssfc .title {
  line-height: 39px;
  width: 130px;
  float: left;
  font-size: 20px;
  text-indent: 20px;
}
.main .ssfc .body {
  height: 187px;
  padding-top: 30px;
  padding-left: 30px;
  font-size: 15px;
}
.main .ssfc .xymc { color: #1a6b8a; font-weight: 600; }
.main .ssfc ul { margin-top: 20px; }
.main .ssfc ul li { line-height: 25px; font-size: 15px; }
.main .ssfc ul .date { float: right; }

/* Preserved: news timeline */
.main .news { float: right; }
.main .news ul {
  padding-left: 35px;
  margin-left: 10px;
  border-left: 2px solid #1a6b8a;
}
.main .news ul li {
  color: #333;
  padding: 7px 0;
  position: relative;
}
.main .news ul li:before {
  position: absolute;
  left: -41px; top: 11px;
  height: 14px; width: 8px;
  background: #fff;
  content: '';
}
.main .news ul li a { color: #333; }
.main .news ul li a:before {
  position: absolute;
  left: -41px; top: 13px;
  height: 6px; width: 6px;
  border-radius: 5px;
  border: 2px solid #1a6b8a;
  background: #fff;
  content: '';
}
.main .news ul li a:hover {
  color: #1a6b8a;
  text-decoration: underline;
}
.main .news ul li a:hover::after {
  position: absolute;
  left: -41px; top: 13px;
  height: 10px; width: 10px;
  border-radius: 5px;
  background: #1a6b8a;
  content: '';
}
.main .news ul li .date { color: #aeaeae; float: right; }
.main .news .header {
  padding-right: 10px;
  width: 550px;
  height: 50px;
}

/* Preserved: announcement */
.main .announcement {
  float: left;
  border: 1px solid #e0e0e0;
  padding: 5px;
  border-top: 4px solid #1a6b8a;
  border-radius: 0 0 6px 6px;
}
.main .announcement .zhaiyao .title {
  margin: 5px 5px 5px 15px;
  width: 500px;
  color: #c00;
  font-size: 20px;
}
.main .announcement .zhaiyao .body {
  margin: 10px 10px 10px 15px;
  width: 495px;
  text-indent: 2em;
}
.main .announcement .header {
  padding: 0 10px 2px 10px;
  font-size: 20px;
  width: 500px;
  height: 30px;
}
.main .announcement ul { margin: 10px; }
.main .announcement ul li { padding: 5px; }
.main .announcement ul li a { color: #333; }
.main .announcement ul li a:hover { color: #1a6b8a; text-decoration: underline; }
.main .announcement ul li .date { color: #aeaeae; float: right; }

/* Preserved: videos */
.main .videos { float: left; }
.main .videos .header {
  padding: 8px 0 0 5px;
  font-size: 20px;
  width: 300px;
  height: 50px;
  border-top: 3px solid #75b060;
}
.main .videos .cover {
  margin: 0 auto 5px;
  display: block;
  text-align: center;
  color: #333;
}
.main .videos .cover img { margin: 0 auto 2px; display: block; width: 290px; }
.main .videos .seemore { display: block; }
.main .videos .seemore img { width: 300px; }

/* Preserved: subject */
.main .subject { float: right; }
.main .subject .header {
  padding: 8px 0 0 5px;
  font-size: 20px;
  width: 320px;
  height: 50px;
  border-top: 3px solid #1a6b8a;
}
.main .subject ul img { margin: 0 auto 5px; display: block; width: 300px; }

/* General more link */
.more {
  font-size: 13px;
  color: #1a6b8a;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px 12px;
  border-radius: 14px;
  background: rgba(26, 107, 138, .08);
  transition: background .25s, color .25s;
  float: right;
  margin-top: 8px;
  margin-right: 5px;
  width: auto;
}
.more:hover {
  background: #1a6b8a;
  color: #fff;
}

/* Placeholder color */
::-webkit-input-placeholder { color: rgba(255, 255, 255, .6); }
::-moz-placeholder { color: rgba(255, 255, 255, .6); }
::placeholder { color: rgba(255, 255, 255, .6); }

/* Bottom decorative bar */
.bottom {
  width: 1200px;
  margin: 0 auto;
}
