@charset 'UTF-8';

/**!
 * 服务中心
 * author: qianyuting;
 * date: 2021-06-15
 * last edit by: qianyuting
 * last edit time: 2021-06-15
 */

/* main */
.cm-wpr {
    border: 1px solid #e5e5e5;
    background-color: #fff;
}

.ewb-main {
    padding: 0;
    padding-bottom: 26px;
}

/* colu */
.ewb-colu{
	padding: 0 17px;
	padding-top: 5px;
	    min-height: 400px
}

.ewb-colu-hd{
	padding-bottom: 12px;
	/* background: url(../images/subPage/colu_fbg.jpg) left bottom repeat-x; */
}

.colu-tt{
	padding-left: 29px;
	height: 58px;
	line-height: 58px;
	font-size: 18px;
	font-family: "SourceHanSansCN-Bold";;
	color: #2d7eda;
	background: url(../images/subPage/colu_tname.png) left 13px no-repeat;
}

/* search */

.ewb-query {
	margin-top: 16px;
    position: relative;
    z-index: 1;
    padding: 0 40px 0 11px;
    width: 222px;
    height: 30px;
    border: 1px solid #e5e5e5;
}

.ewb-query .input-placeholder {
    position: absolute;
    top: 0;
    left: 9px;
    height: 28px;
    line-height: 27px;
    color: #999;
    z-index: -1;
    cursor: text;
}

.ewb-query .input-box {
    width: 100%;
    height: 28px;
    line-height: 27px;
    background: 0 0;
}

.ewb-query-btn {
    position: absolute;
    top: -1px;
    right: -1px;
    width: 30px;
    height: 30px;
    color: #fff;
    cursor: pointer;
    background: url(../images/subPage/find_sea.png) center no-repeat #fb7f00;
}

.ewb-query-btn:hover {
    background-color: #fb6400;
}

/* 分类排序栏 */

.toolbar {
    padding: 0 20px;
    line-height: 50px;
    background-color: #f7f7f7;
}

.type-item {
    margin-right: 30px;
    line-height: 48px;
    color: #666;
    font-size: 16px;
    cursor: pointer;
}

.type-item:last-child {
    margin-right: 0;
}

.type-item.active {
    color: #2d7eda;
    border-bottom: 2px solid #2d7eda;
}

.sort-item {
    padding-right: 10px;
    margin-right: 15px;
    color: #999;
    background: url("../images/subPage/sort_up_ico.png") right center no-repeat;
    cursor: pointer;
}

.sort-item:last-child {
    margin-right: 0;
}

.sort-item.desc {
    background-image: url("../images/subPage/sort_down_ico.png");
}

.sort-item.active {
    color: #2d7eda;
    background-image: url("../images/subPage/sort_up_icoh.png");
}

.sort-item.desc.active {
    background-image: url("../images/subPage/sort_down_icoh.png");
}

/* 服务中心列表 */

.ewb-service-list {
    margin: 30px 0 50px;
}

.ewb-service-list>li{
    position: relative;
	border: 1px solid #c9dff8;
    border-radius: 6px;
    margin-bottom: 20px;
}

.ewb-service-list>li:last-child {
    margin-bottom: 0;
}

.ewb-service-list>li:before {
    position: absolute;
    left: 0;
    top: 14px;
    content: "";
    width: 3px;
    height: 20px;
    background-color: #2d7eda;
}

.ewb-service-list>li:hover {
    border-color: #2d7eda;
}

.ewb-service-list>li>a {
    position: relative;
    display: block;
	padding: 5px 18px 10px;
}

.service-tt{
	height: 38px;
	line-height: 38px;
	font-size: 18px;
	color: #333;
    font-family: "SourceHanSansCN-Medium";
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}


.service-intro{
    height: 36px;
	line-height: 36px;
    margin-right: 150px;
	color: #999;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.service-time {
    position: absolute;
    right: 18px;
    bottom: 10px;
	line-height: 36px;
	color: #999;
}

.wb-tree-tt {
    color: #666;
    padding-left: 30px;
    background-position: left center;
    background-repeat: no-repeat;
}

/* 1200分辨率以下 */

@media (max-width: 1199px) {
}

/* 竖版pad及以下 */

@media (max-width: 979px) {
}


/* 手机端 */

@media (max-width: 767px) {
    .colu-sea{
        float: none !important;
        padding-bottom: 20px;
    }

    .colu-tt{
        float: none !important;
        display: block;
        margin-top: 10px;
        height: auto;
        line-height: 38px;
        background-position: left 4px;
    }

    .ewb-query{
        width: 100%;
    }

    .ewb-colu {
        padding: 5px 10px 0 10px;
    }
}

/*竖版手机端*/

@media (max-width: 480px) {
    .type-list,
    .sort-list {
        float: none!important;
    }

    .service-intro {
        margin-right: 0;
    }

    .service-time {
        position: static;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
}
