/**
 * 
 * 分类信息 宝蓝风格 (baolan/style.css)
 * 
 * @author: zhx (10630650@qq.com)
 * @copyright: CIM (https://cimxx.com)
 * 
 * @todo
 * 
 */

@import "../cim/form.css";

body {
  font: 14px/1.5 "Microsoft YaHei", "Lantinghei SC", "PingFang SC", "HanHei SC",
    "Helvetica Neue", "Open Sans", Arial, "Hiragino Sans GB", "微软雅黑",
    STHeiti, "WenQuanYi Micro Hei", SimSun, sans-serif;
  background: #e7e7e7;
}

a,
.text-primary {
  color: #fd2b50;
}
.btn {
  border: none;
}
.btn-primary,
.bg-primary,
.select .filters dd a.active {
  background: #fd2b50 !important;
}
.pagination li.active a,
.pagination li.active a:hover {
  border-color: #fd2b50 !important;
  background: #fd2b50 !important;
}

#topbar {
  line-height: 40px;
  height: 40px;
  background: #f5f5f5;
}

#header {
  height: 100px;
  padding-top: 30px;
}
#header .logo {
  width: 220px;
  height: 50px;
}
#header .logo a {
  display: block;
}
#header .logo img {
  max-width: 220px;
  max-height: 50px;
}
#header .search {
  margin: 10px 0px 0px 100px;
  width: 360px;
}

#navbar {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  align-items: center;
}

#navbar a {
  font-size: 18px;
  color: #fff;
}

.container {
  width: 1170px !important;
}

.pagination > li {
  display: inline-block;
  padding-right: 2px;
}

.pagination li a {
  border-radius: 3px;
}

.pagination li.active a,
.pagination li.active a:hover {
  background: #4fb1f3;
  border-color: #4fb1f3;
}

.pagination li a:hover {
  background: #4fb1f3;
  color: #fff;
}

#header .navbar {
  width: 1200px;
  margin: auto;
}

#footer {
  padding: 0 0 50px;
}
#footer .nav a {
  color: #222;
}
#footer .copyright a {
  color: #222;
}
#footer .copyright a.cim {
  background: #ff950c;
}

.list-1 .filter dl dd {
  width: 688px;
}

#content {
  width: 1142px;
}

#content-info {
  width: 100%;
}

#sidebar {
  width: 330px;
}

#main .list li {
  height: 36px;
  line-height: 36px;
  overflow: hidden;
}

#main .top .item {
  border: 1px dashed #ff990031;
  background-color: #ff66000f;
}

#main .top .item h3 a {
  color: #ff6600;
}

#main .top .item h3 a:hover {
  color: #ff9900;
}

#main .latest {
}

#main .list li:nth-of-type(odd) {
  background-color: #f9f9f9;
}

#main .latest li a.title {
  font-size: 16px;
}

#sidebar ul li {
  line-height: 32px;
}

#sidebar .article .item {
  min-height: 70px;
  grid-template-columns: 80px auto;
  gap: 10px;
}

#sidebar .article .item .name {
  font-size: 14px;
  line-height: 20px;
}

#sidebar .item .thumb {
  width: 80px;
  height: 60px;
}

.phone .item {
  height: 72px;
  border: 1px solid #f5f5f5;
  padding: 5px;
}

#sidebar .phone .item .thumb {
  width: 60px;
  height: 60px;
}

.phone .item .name {
  font-size: 16px;
}

.phone .item cite,
.phone .item em {
  display: block;
}

.phone .item em {
  font-size: 14px;
  font-weight: bold;
  color: #fd2b50;
}

/* 广播台 */

.bullhorn {
  border-radius: 4px;
  border: 1px solid #ddd;
  background-color: #ffffff;
  overflow: hidden;
}

.bullhorn h2 {
  font-size: 18px;
  text-indent: 6px;
  color: #fd2b50;
  font-weight: bold;
}

.scroll-img {
  width: 1138px;
  height: 113px;
  overflow: hidden;
}

.scroll-img ul {
  width: 2240px;
  height: 113px;
  margin: 0;
}

.scroll-img ul li {
  float: left;
  width: 131px;
  height: 98px;
  margin: 5px 0 5px 10px;
}

.scroll-img ul li a {
  position: relative;
  display: block;
}

.scroll-img ul li a img {
  width: 131px;
  height: 98px;
}

.scroll-img ul li a span {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  height: 24px;
}

.bottom-bar {
  width: 100%;
  padding: 16px 0;
  background: rgba(82, 92, 102, 0.9);
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 10;
  color: #fff;
}

.bottom-bar .container {
  position: relative;
}

.bottom-bar .bottom-img {
  background: url(../../img/common/children.png);
  width: 144px;
  height: 138px;
  position: absolute;
  bottom: -15px;
  left: 10px;
}

.bottom-bar .bottom-msg {
  margin-left: 160px;
  padding-right: 210px;
  font-size: 18px;
  line-height: 22px;
}

.bottom-bar .bottom-link {
  display: block;
  height: 54px;
  padding: 0 20px;
  line-height: 54px;
  font-size: 22px;
  background: #f85e61;
  position: absolute;
  right: 15px;
  top: -16px;
  text-align: center;
  color: #fff;
}

.bottom-bar .bottom-close {
  position: absolute;
  right: -24px;
  top: 0;
  cursor: pointer;
}

.column {
  display: flex;
}

[data-controller="user"] #main {
  display: flex;
  padding-top: 10px;
}

[data-action="help"] #content {
  width: 830px;
}

.list .item:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.list .item h3 {
  font-size: 20px;
  font-weight: bold;
}
.list .item .cover {
  display: flex;
  gap: 10px;
}
.list .item .cover img {
  width: 120px;
  height: 90px;
  display: inline-block;
  border: 1px solid #eee;
}
.list .item .cover span {
  z-index: 10;
  font-size: 16px;
  background-color: rgba(0, 0, 0, 0.3);
  display: inline-block;
  color: #ffffff;
  line-height: 80px;
  width: 110px;
  height: 80px;
  margin-left: -125px;
  margin-top: 5px;
}
.item strong {
  font-size: 20px;
  color: #ff6600;
}
.item strong small {
  font-size: 14px;
  color: #666;
  font-weight: normal;
}
.item em {
  font-size: 16px;
}

#carousel-cover {
  border: 1px solid #eee;
  padding: 8px;
  min-width: 360px;
  height: 360px;
  overflow: hidden;
}
#carousel-cover .item {
  width: 360px;
  height: 360px;
  position: relative;
}
#carousel-cover .item img {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.home {
  display: grid;
  grid-template-columns: 280px auto;
  gap: 10px;
}
.home h1 {
  font-size: 22px;
}
.count {
  display: grid;
  grid-template-columns: 33% 33% 33%;
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
}
.count dt {
}

/* 单页 */
#page {
  display: grid;
  grid-template-columns: 200px 928px;
  grid-template-rows: minmax(360px, auto);
  gap: 12px;
}
#page ul.nav li {
  height: 40px;
  width: 100%;
  line-height: 40px;
  margin-bottom: 4px;
}

#page ul li a {
  display: block;
  line-height: 40px;
  padding: 0 20px;
}
#page ul.nav li.active a {
  border-radius: 4px;
  background-color: #39f;
  color: #fff;
}

#page .panel-body p {
  font-size: 16px;
  line-height: 200%;
  margin-bottom: 16px;
}
