/**
 * 
 * 蓝色风格 (blue)
 * 
 * @author: zhx (10630650@qq.com)
 * 
 * @copyright: CIM (https://cimxx.com)
 * 
 * @last_modified_by: zhx
 * 
 * @todo
 * 
 */

@import "../../../assets/css/component/form.css";
@import "../../../assets/css/component/list.css";


body {
    background-color: #eee;
}

.bg-primary,
.select .filters dd a.active {
    background: #3b7eff !important;
}

.card {
    border:none;
}

#topbar {
	line-height: 40px;
    height: 40px;
    background: #fff;
}

#header {
    height: 100px;
    padding-top: 30px;
}
#header .logo a {
    display: block;
}
#header .logo img {
    max-width: 220px;
    max-height: 50px;
}
#header .search {
    width: 360px;
}


#navbar {
    height: 50px;
    border-radius: 6px;
}

#navbar a {
    font-size: 18px;
    line-height: 50px;
    color: #fff;
}

.container {
    max-width: 1200px !important;
}

.pagination>li {
    display: inline-block;
    margin-right: 4px;
}

.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: 800px;
}

#sidebar {
    width: 330px;
}


#main .list li {
    height: 36px;
    line-height: 36px;
    overflow: hidden;
}

#main .top li a.title {
    color: #ff0000;
    font-size: 16px;
}

#main .top li a.title:hover {
    color: #ff6600;
}

#main .latest {}

#main .list .item: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: 60px;
    height: 60px;
}

#sidebar .article .item .name {
    font-size: 14px;
    line-height: 20px;
}

#sidebar .item .thumb {
    width: 80px;
    height: 60px;
}


.phone .item {
    height: 60px;
    background-color: #f5f5f5;
}

#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;
}


/* 字段 */
.fields {
    display: flex;
    flex-wrap: wrap;
}
.fields dl {
    flex: 1;
    min-width: 25%;
}


/* 广播台 */

.bullhorn {
    border-radius: 4px;
    border: 1px solid #eee;
    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, .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(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 .cover {
    display: flex;
    gap: 10px;
}
.list .item .cover img, .list .item .cover span{
    width: 120px;
    height: 90px;
    display: inline-block;
}

#header .action a {
    display: inline-block;
    width: 150px;
    height: 40px;
    line-height: 40px;
    color: #fff;
}

#header .action a.bg-danger {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

#header .action a.bg-primary {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}