@charset 'utf-8';

/**!
 * 子页面通用样式
 * author: wangkai;
 * date: 2019-05-15
 */

/* main */


body{
	background-color:#eff2ff;
}

#header{
	background-color:#fff;
}

#footer{
	background-color:#fff;
}
.ewb-main {
    padding-top: 0;
}

/* 当前位置 */


.ewb-route {
    padding: 13px 0;
    line-height: 24px;
}

.ewb-route p {
    padding-left: 28px;
    color: #666;
    background:  2px 3px no-repeat;
}

.ewb-route p a {
    color: #666;
}

.ewb-route p span {
    color: #2c7edc;
}

/* 公共框 */

.ewb-box {
    border: 1px solid #e5e5e5;
    background-color: #fff;
}

/* 公共栏目样式 */

.ewb-column {
    position: relative;
    border-top: 1px solid #248be4;
    height: 32px;
}

.ewb-column-line {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    left: 0;
    height: 16px;
    background: #fff;
	background: linear-gradient(to right, #f5f8ff, #fff);
	background: -webkit-linear-gradient(left, #f5f8ff, #fff);
	background: -o-linear-gradient(right, #f5f8ff, #fff);
	background: -moz-linear-gradient(right, #f5f8ff, #fff);
}

.ewb-column-tt {
    position: relative;
    z-index: 2;
    float: left;
    padding: 0 18px;
    margin-left: 26px;
    height: 31px;
    line-height: 30px;
    font-size: 16px;
    color: #2c7edc;
}

.ewb-column-tt:first-child {
    margin-left: 0;
}

.ewb-column-tt i {
    position: absolute;
    top: 0;
    right: -26px;
    display: none;
    width: 26px;
    height: 31px;
    background:  no-repeat;
}

.ewb-column-tt.current {
    color: #fff;
    background:  no-repeat #2270df;
}

.ewb-column-tt.current i {
    display: block;
}

.ewb-column-more {
    position: relative;
    z-index: 2;
    float: right;
    margin: 5px 18px 0 0;
    height: 26px;
    line-height: 25px;
    color: #999;
}

/* 手机端 */

@media (max-width: 767px) {
    .ewb-column-tt {
        padding: 0 10px;
        margin-left: 0;
    }
    .ewb-column-tt i {
        display: none !important;
    }
    .ewb-column-more {
        margin-right: 5px;
        font-size: 12px;
    }
}

/* 公共列表样式 */

.ewb-list-node {
    padding-left: 14px;
    vertical-align: top;
    background:  left center no-repeat;
}

.ewb-list-name {
    float: left;
    max-width: 75%;
    color: #666;
}

.ewb-list-date {
    float: right;
    color: #999;
}

.ewb-list-node:hover .ewb-list-name,
.ewb-list-node:hover .ewb-list-date {
    color: #2c7edc;
}

.ewb-list-more {
    display: none;
    height: 26px;
    line-height: 25px;
    text-align: center;
    color: #999;
}

/* 竖版pad及以下 */

@media (max-width: 979px) {
    .ewb-list-more {
        display: block;
    }
}

/* 手机端 */

@media (max-width: 767px) {
    .ewb-list-name {
        font-size: 13px;
        max-width: 68%;
    }
    .ewb-list-date {
        font-size: 12px;
    }
}