@charset "UTF-8";

/*
 * description: 适老化通用样式
 * autor: qianyuitng
 * date: 2022-03-07
 */

body,
html {
    background-color: #f6faff;
}

.container {
    width: 1200px;
    margin: 0 auto;
}

/* header */

.header {
    position: relative;
    width: 100%;
    height: 340px;
    background: url("../images/header_bg.png") center top no-repeat;
    box-sizing: border-box;
}

.header-logo {
    margin-top: 76px;
}

.header-btn {
    display: inline-block;
    height: 54px;
    line-height: 50px;
    margin-top: 117px;
    margin-left: 20px;
    padding: 0 10px 0 55px;
    font-size: 30px;
    font-weight: 600;
    border: 2px solid #4782ce;
    color: #4782ce;
    border-radius: 4px;
    background-position: 15px center;
    background-repeat: no-repeat;
}

.header-btn:hover {
    background-color: #4782ce;
    color: #fff;
}

.header-btn.barrier-free {
    background-image: url("../images/barrier_free_ico.png");
}

.header-btn.barrier-free:hover {
    background-image: url("../images/barrier_free_icoh.png");
}

.header-btn.standard {
    background-image: url("../images/standard_ico.png");
}

.header-btn.standard:hover {
    background-image: url("../images/standard_icoh.png");
}

.header-nav-wrap {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #4782ce;
}

.header-nav-item {
    position: relative;
    width: 25%;
    height: 80px;
    line-height: 80px;
    font-size: 36px;
    color: #fff;
    text-align: center;
}

.header-nav-node {
    display: block;
    color: #fff;
    font-weight: 600;
}

.header-nav-item.active::after,
.header-nav-item:hover::after {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 8px;
    content: "";
    background-color: #ffde58;
}

.header-nav-item:hover .header-nav-node,
.header-nav-item.active .header-nav-node {
    color: #ffde58;
    font-weight: 600;
}

/* 覆盖pageCommon.css中面包屑的样式 */

.ewb-bread {
    height: 95px;
    line-height: 95px;
    text-indent: 48px;
    font-size: 26px;
    font-weight: 600;
    color: #666;
    background: url("../images/location_ico.png") left center no-repeat;
}

.ewb-bread>a {
    color: #666;
}

.ewb-bread>a:hover,
.ewb-bread>a:last-child {
    color: #4782ce;
}

/* 分页 */

.pager-wrap {
    margin: 25px 180px 0;
}

/* 覆盖pagination.css分页样式 */

.pagination {
    height: auto;
    line-height: 44px;
    font-size: 30px;
    margin-top: 0;
    margin-bottom: 0;
    text-align: center;
}

.pagination a {
    color: #666;
    box-sizing: border-box;
    border: solid 1px #C6C0C0 !important;
    border-radius: 4px;
    font-size: 30px!important;
    font-weight: 600!important;
}

.pagination a:hover {
    color: #4782ce;
    background-color: #fff;
    border-color: #4782ce !important;
}

.pagination a, 
.pagination span {
    float: none;
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 15px;
    margin-top: 15px;
    vertical-align: top;
    box-sizing: border-box;
}

.pagination .pageIdx {
    width: auto;
    min-width: 46px;
    padding: 0 10px;
    font-size: 30px!important;
    font-weight: 600!important;
}

.pagination .next,
.pagination .prev  {
    width: auto;
    padding: 0 15px;
}

.pagination .current {
    font-size: 30px;
    font-weight: 600;
    color:#fff;
    background-color: #4782ce;
    border: solid 1px #4782ce;
    border-radius: 4px;
}

.pagination .current.prev, 
.pagination .current.next {
    padding: 0 15px;
    font-size: 30px;
    font-weight: 600;
    color: #999;
    width: auto;
}

.pg_gongPageNum,
.pg_maxpagenum,
.pg_zhuandao {
    margin-left: 15px;
    color: #333;
    font-size: 30px;
    font-weight: 600;
}

.pg_num_input {
    float: none;
    display: inline-block;
    width: 80px;
    height: 44px;
    line-height: 44px;
    border: solid 1px #C6C0C0;
    margin-bottom: 15px;
    margin-top: 15px;
    border-radius: 4px;
}

.pagination .pg_gobtn {
    border: 0!important;
    font-size: 30px;
    width: auto;
    margin-bottom: 15px;
    margin-top: 15px;
    color: #333;
}