body {
    background-color: #f5f5f5;
}

.last-bor-right {
    border-right: none !important;
}

em {
    font-style: normal;
}

/* 面包屑 */
.glist-headnav .headnav {
    width: 1200px;
    margin: 0 auto;
    font-size: 14px;
    line-height: 42px;
    color: #999999;
    text-indent: 12px;
}

/* 筛选部分 */
.glist-select {
    margin-bottom: 16px;
}

.glist-select .selbox {
    background-color: #fff;
    width: 850px;
    padding: 20px 0;
}

.glist-select .selbox .box {
    margin-bottom: 12px;
}

.glist-select .selbox .box .label {
    padding-left: 34px;
    font-size: 14px;
    line-height: 44px;
    color: #717171;
}

.glist-select .selbox .box .items {
    width: 620px;
    padding: 0 10px;
    overflow: hidden;
    height: 44px;
    line-height: 44px;
}

.glist-select .selbox .box .items .ulbox div {
    float: left;
    font-size: 14px;
    line-height: 24px;
    color: #333333;
    padding: 0 8px;
    border-radius: 5px;
    margin: 10px;
    cursor: pointer;
}

.glist-select .selbox .box .more {
    font-size: 14px;
    line-height: 24px;
    color: #333333;
    padding: 10px;
    cursor: pointer;
}
.glist-select .selbox .box .more img {
    width: 14px;
    height: 14px;
    -webkit-transition: all linear 200ms;
    transition: all linear 200ms;
}
.glist-select .selbox .box .items .ulbox div.move-act {
    color: #ff552e;
}

.glist-select .selbox .box .items .ulbox div.sel-act {
    background-color: #ff552e;
    color: #fff;
}

.glist-select .selbox .selected .label {
    padding-left: 34px;
    font-size: 14px;
    line-height: 44px;
    color: #717171;
}

.glist-select .selbox .selected .items {
    padding: 0 10px;
}

.glist-select .selbox .selected .items .lx,
.glist-select .selbox .selected .items .dq {
    margin: 10px;
    padding: 0 6px 0 10px;
    border: 1px solid #eae5e3;
    border-radius: 4px;
    font-size: 14px;
    line-height: 22px;
    color: #333333;
    /* cursor: pointer; */
}

.glist-select .selbox .selected .items .lx i,
.glist-select .selbox .selected .items .dq i {
    margin-left: 6px;
    font-style: normal;
    font-size: 18px;
    color: #eae5e3;
}

.glist-select .selbox .selected .items .move-act {
    border-color: #ff552e;
    color: #ff552e;
}

.glist-select .selbox .selected .items .move-act i {
    color: #ff552e;
}

.glist-select .phone {
    background-color: #fff;
    width: 300px;
    padding: 20px;
}

.glist-select .phone .sel .left,
.glist-select .phone .sel .right {
    float: left;
    width: 8px;
    height: 14px;
    cursor: pointer;
}

.glist-select .phone .sel .left img,
.glist-select .phone .sel .right img {
    filter: none;
    width: 100%;
    height: 100%;
    margin-top: 5px;
}

.glist-select .phone .sel .right img {
    margin-right: -2px;
}

.glist-select .phone .sel .left img {
    margin-left: -2px;
}

.glist-select .phone .sel .right img.hd,
.glist-select .phone .sel .left img.hd {
    filter: grayscale(100%);
    opacity: 0.5;
}

.glist-select .phone .sel .box {
    float: left;
    width: 280px;
    height: 24px;
    position: relative;
    overflow: hidden;
}

.glist-select .phone .sel .box .lx {
    width: 600px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.glist-select .phone .sel .box .lx li {
    float: left;
    font-size: 14px;
    line-height: 24px;
    color: #666666;
    padding: 0 6px;
    border-radius: 5px;
    margin: 0 1px;
    cursor: pointer;
}

.glist-select .phone .sel .box .lx li.move-act {
    color: #ff552e;
}

.glist-select .phone .sel .box .lx li.sel-act {
    background-color: #ff552e !important;
    color: #fff;
}

.glist-select .phone .input {
    height: 46px;
    border: 1px solid #ff552e;
    margin: 20px 0 14px 0;
}

.glist-select .phone .input img {
    width: 15px;
    height: 22px;
    margin: 12px 10px 0 20px;
}

.glist-select .phone .input input {
    outline: none;
    background-color: transparent;
    border: none;
    min-width: 220px;
    display: block;
    height: 100%;
    padding: 0 10px;
    font-size: 14px;
}

.glist-select .phone .btn {
    width: 100%;
    height: 46px;
    border-radius: 0;
    background-color: #ff552e;
    cursor: pointer;
    text-align: center;
    font-size: 16px;
    line-height: 46px;
    color: #ffffff;
    margin-bottom: 6px;
}

/* 列表部分 */
.glist-list {
    margin-bottom: 120px;
}

.glist-list .list-tit {
    margin: 20px 0 64px;
    text-align: center;
}

.glist-list .list-tit .tit {
    font-size: 35px;
    line-height: 84px;
    color: #3e444f;
}

.glist-list .list-tit .cont {
    font-size: 14px;
    line-height: 24px;
    color: #898f9a;
    max-width: 604px;
    margin: 0 auto;
}

.glist-list .listbox {
    width: 1227px;
    margin: 0 auto;
}

.glist-list .listbox .list-content li {
    float: left;
    width: 280px;
    height: 340px;
    margin: 0 13px 40px 13px;
    background-color: #fff;
    cursor: pointer;
    position: relative;
    -webkit-box-shadow: 0 0 10px rgba(204, 204, 204, .5);
    box-shadow: 0 0 10px rgba(204, 204, 204, .5);
}

.glist-list .listbox .list-content li:hover {
    -webkit-box-shadow: 0 0 40px rgba(204, 204, 204, .8);
    box-shadow: 0 0 40px rgba(204, 204, 204, .8);
}

.glist-list .listbox .list-content li a {
    display: block;
    width: 100%;
    height: 100%;
}

.glist-list .listbox .list-content li .zd {
    font-size: 12px;
    background-color: #ff552e;
    color: #fff;
    border-radius: 10px;
    line-height: 20px;
    padding: 0 5px;
    position: absolute;
    left: 4px;
    top: 2px;
}

.glist-list .listbox .list-content li .img {
    width: 100%;
    height: 210px;
    overflow: hidden;
}


.glist-list .listbox .list-content li .img img {
    width: 100%;
    height: 100%;
}

.list-content li .word {
    padding: 12px 18px 22px 26px;
}


.glist-list .listbox .list-content li .word .tit {
    font-size: 14px;
    line-height: 36px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.glist-list  .list-content li .word .tit:hover {
    color: #330006;
}

.glist-list  .list-content li .word .cont {
    /* width: 170px; */
    font-size: 12px;
    line-height: 20px;
    color: #999999;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.list-lp {
    padding: 30px;
}

.page-box {
    font-size: 0;
    text-align: center;
}

.page-box .page-item {
    display: inline-block;
    vertical-align: middle;
    padding: 0 15px;
    height: 28px;
    line-height: 28px;
    margin: 0 -1px 5px 0;
    background-color: #fff;
    color: #333;
    font-size: 12px;
    border: 1px solid #e2e2e2;
    text-decoration: none;
}

.page-box .page-item-it:hover {
    color: #ff552e;
}

.page-box .page-item.page-item-active {
    color: #fff;
    background-color: #ff552e;
    border-color: #ff552e;
}

.page-box .page-item.page-item-pre-none,
.page-box .page-item.page-item-next-none {
    color: #ccc;
}

.page-box .page-item.page-item-pre-none:hover,
.page-box .page-item.page-item-next-none:hover {
    cursor: not-allowed;
}

.nav-right li a:hover {
    text-decoration: none;
}

a {
    text-decoration: none;
}

.glist-headnav {
    margin-top: 66px;
}

.glist-select .selbox .box .items .ulbox div em {
    font-size: 14px;
}
