/**!
 * 图文列表页
 * author: wangkai;
 * date:2019-03-26
 */

.ewb-sec-main{
    padding-top: 13px;
    background: url(../images/top_bg.jpg) center top no-repeat #f5f6f8;
}

/* 竖版pad */

@media (max-width: 979px) {
    .ewb-main {
        background: #fff;
    }
}

/* 左侧 */

.ewb-left {
    margin: -1px 5px 0 23px;
}

.ewb-menu-hd {
    height: 57px;
    line-height: 56px;
    text-align: center;
    background: url('../images/menu_hd_bg.jpg') no-repeat #075cd3;
}

.ewb-menu-hd span {
    font-size: 20px;
    font-weight: bold;
    color: #f4f4f4;
}

.wb-tree {
    padding-top: 2px;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.wb-tree-items {
    margin-top: 2px;
}

.wb-tree-items:first-child {
    margin-top: 0;
}

.wb-tree-items,
.wb-tree-item {
    cursor: pointer;
}

.wb-tree-tt {
    display: block;
    height: 57px;
    padding: 0 30px;
    color: #085dce;
    font-size: 0;
    -webkit-text-size-adjust:none;
}

.wb-tree-tt span {
    display: inline-block;
    vertical-align: middle;
    line-height: 24px;
    font-size: 18px;
}

.wb-tree-tt i {
    width: 0; 
    height: 100%; 
    vertical-align: middle; 
    display: inline-block;
}

.wb-tree-node {
    position: relative;
    display: block;
    height: 57px;
    line-height: 57px;
    color: #666;
    background-color: #e1eaf9;
}

.wb-tree-iconr {
    position: absolute;
    top: 50%;
    right: 17px;
    margin-top: -7px;
    width: 8px;
    height: 14px;
    background: url('../images/wblistr.png') no-repeat;
}

.wb-tree-sub {
    display: none;
    background-color: #fff;
}

.wb-tree-item {
    border-top: 1px dashed #e6e6e6;
}

.wb-tree-item:first-child {
    border-top: 0;
}

.wb-sub-node {
    position: relative;
}

.wb-sub-tt {
    display: block;
    padding: 5px 30px 5px 50px;
    line-height: 24px;
    font-size: 16px;
    color: #666;
    background-color: #fff;
}

.wb-sub-tt:hover {
    color: #085dce;
}

.wb-sub-iconr {
    position: absolute;
    right: 16px;
    top: 50%;
    margin-top: -5px;
    width: 9px;
    height: 10px;
    background: url('../images/subiconr.png') no-repeat;
}

.wb-three-sub {
    display: none;
}

.wb-three-sub li {
    vertical-align: top;
    border-top: 1px dashed #e6e6e6;
}

.wb-three-sub li a {
    display: block;
    padding: 4px 0 4px 79px;
    line-height: 20px;
    font-size: 14px;
    color: #666;
    background: url('../images/tree_dian.png') 70px center no-repeat;
}

.wb-three-sub li a:hover,
.wb-three-sub li a.current {
    color: #0965c8;
    background-image: url('../images/tree_dian_c.png');
}

.current .wb-tree-tt {
    font-weight: bold;
    color: #fff;
}

.current .wb-tree-node {
    background-color: #0d7ddc;
}

.current .wb-tree-iconr {
    background-image: url('../images/wblistrc.png');
}

.hasChild.current .wb-tree-iconr {
    right: 14px;
    margin-top: -4px;
    width: 14px;
    height: 8px;
    background: url('../images/wblistrh.png') no-repeat;
}

.current .wb-tree-sub {
    display: block;
}

.wb-tree-item.current .wb-sub-tt {
    color: #085dce;
}

.wb-tree-item.current .wb-sub-iconr {
    background-image: url('../images/subiconrc.png');
}

.wb-tree-item.hasChild.current .wb-sub-iconr {
    right: 17px;
    width: 10px;
    height: 9px;
    background-image: url('../images/subiconrh.png');
}

.wb-tree-item.current .wb-three-sub {
    display: block;
}

/* 竖版pad-1099分辨率 */

@media (min-width: 980px) and (max-width: 1099px) {
    .wb-tree-tt {
        padding-left: 20px;
    }
    .wb-sub-tt {
        padding-left: 40px;
    }
    .wb-three-sub li a {
        padding-left: 69px;
        background-position: 60px center;
    }
}

/* 竖版pad */

@media (max-width: 979px) {
    .ewb-left {
        margin: 0 10px;
    }
}

/* 手机端 */

@media (max-width: 767px) {
    .ewb-menu-hd span,
    .wb-tree-tt span {
        font-size: 16px;
    }
    .wb-sub-tt {
        font-size: 14px;
    }
    .wb-three-sub li a {
        font-size: 12px;
    }
}

/* 右侧 */

.ewb-right {
    padding-top: 13px;
    margin: 0 23px 0 8px;
}

.ewb-right-img {
    padding-top: 13px;
    margin: 0 8px 0 8px;
}

.ewb-column-hd {
    height: 40px;
    background: url('../images/column_bg.png') right center no-repeat;
}

.ewb-column-tt {
    float: left;
    padding-left: 37px;
    padding-right: 10px;
    height: 40px;
    line-height: 39px;
    font-size: 18px;
    font-weight: bold;
    color: #0965c8;
    background: url('../images/column_icon1.png') left 11px no-repeat #fff;
}

.ewb-list {
    padding-bottom: 6px;
    overflow: hidden;
}

.ewb-list ul {
    margin-right: -35px;
}

.ewb-list-node {
    float: left;
    margin-top: 15px;
    width: 33.333333333333336%;
    vertical-align: top;
}

.ewb-list-node-img {
    float: left;
    margin-top: 15px;
    width: 25%;
    vertical-align: top;
}

.ewb-list-node-qzqd {
    float: left;
    margin-top: 25px;
    width: 20%;
    vertical-align: top;
    line-height: 30px;
}

.ewb-list-node-qzqd a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 2px;
    background: #dcecfa;
    color: #333;
}

.ewb-list-node-qzqd>a:hover {
    background: #0d7ddc;
    color: #fff;
}

.ewb-list-item {
    display: block;
    margin-right: 35px;
}

.ewb-list-item img {
    width: 100%;
    height: 172px;
}

.ewb-list-item span {
    display: block;
    padding: 0 2px;
    height: 36px;
    line-height: 36px;
    color: #666;
}

.ewb-list-item:hover span {
    color: #075cd3;
}

.ewb-list-item-img {
    display: block;
    margin-right: 35px;
}

.ewb-list-item-img img {
    width: 237px;
    height: 122px;
}

.ewb-list-item-img span {
    display: block;
    padding: 0 2px;
    height: 36px;
    line-height: 36px;
    color: #666;
}

.ewb-list-item-img:hover span {
    color: #075cd3;
}

/*分页*/

.ewb-page {
    vertical-align: top;
    margin-top: 10px;
    padding-bottom: 20px;
    text-align: center;
}

.ewb-page-items {
    text-align: center;
    display: inline-block;
    *display: inline;
    zoom: 1;
}

.ewb-page-li {
    min-width: 26px;
    *width: 36px;
    margin-right: 4px;
    text-align: center;
    float: left;
}

.ewb-page-li>a {
    display: block;
    color: #666;
    height: 26px;
    line-height: 25px;
    padding: 0 8px;
    border: 1px solid #ddd;
    border-radius: 3px;
    background-color: #fff;
}

.ewb-page-li>a:hover {
    border: 1px solid #085dce;
}

.ewb-page-li.current>a {
    height: 26px;
    line-height: 25px;
    color: #fff;
    border: 1px solid #085dce;
    background-color: #085dce;
}

.ewb-page-li.ewb-page-noborder>span {
    display: block;
    height: 26px;
    line-height: 25px;
    padding: 0 10px;
    border: 0;
    color: #666;
}

.ewb-page-num {
    *width: 60px;
}

.ewb-page-li.ewb-page-num>span {
    padding: 0 5px;
    font-weight: bold;
}

.ewb-page-input {
    width: 38px;
    height: 26px;
    text-align: center;
    border: 1px solid #ddd;
    line-height: 25px;
    color: #666;
    outline: none;
    vertical-align: top;
    *margin-top: -1px;
}

.ewb-page-hover {
    *width: 62px;
}

.ewb-page-go {
    margin-left: 2px;
}

.ewb-page-hover:hover>a,
.ewb-page-go:hover>a {
    color: #fff;
    background-color: #085dce;
    border-color: #085dce;
}

.ewb-page-go>a {
    font-size: 12px;
    padding: 0 6px;
}

.ewb-page-goto {
    margin-right: 0;
    *width: 38px;
}

.ewb-page-li.ewb-page-goto>span {
    padding: 0 6px 0 0;
    text-align: right;
}

.ewb-page-inpt {
    margin-left: -2px;
}

.ewb-page-li.ewb-page-ellipsis>span {
    padding: 0 10px;
    color: #666;
}

/* 竖版pad */

@media (max-width: 979px) {
    .ewb-right {
        margin: 10px 10px 0 10px;
    }
    .ewb-right-img {
        margin: 10px 10px 0 10px;
    }
    .ewb-list ul {
        margin-right: -20px;
    }
    .ewb-list-item {
        margin-right: 20px;
    }
    .ewb-list-item-img {
        margin-right: 20px;
    }
}

/* 手机端 */

@media (max-width: 767px) {
    .ewb-column-tt {
        font-size: 16px;
    }
    .ewb-list-item img {
        height: 140px;
    }
    .ewb-list-item-img img {
        height: 140px;
    }
}

@media (max-width: 480px) {
    .ewb-list-node {
        width: 50%;
    }
    .ewb-list-node-img {
        width: 50%;
    }
    .ewb-list-node-qzqd {
        width: 25%;
    }
    .ewb-list-item img {
        height: 125px;
    }
    .ewb-list-item-img img {
        height: 125px;
    }
}

@media (max-width: 380px) {
    .ewb-list-item img {
        height: 112px;
    }
    .ewb-list-item-img img {
        height: 112px;
    }
}

@media (max-width: 330px) {
    .ewb-list-item img {
        height: 90px;
    }
    .ewb-list-item-img img {
        height: 90px;
    }
}

@media (max-width: 319px) {
    .ewb-list-node {
        width: 100%;
    }
    .ewb-list-node-img {
        width: 100%;
    }
    .ewb-list-node-qzqd {
        width: 33%;
    }
    .ewb-list-item img {
        height: auto;
    }
    .ewb-list-item-img img {
        height: auto;
    }
}

.ewb-pl30 {
	padding-left: 30px;
}

.ewb-lszt-btn {
	display: block;
    width: 140px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    border-radius: 3px;
    margin: 34px auto;
    background: #0c59a6;
    cursor: pointer;
    transition: all .2s ease-in-out;
    border: 0;
}

.col-md-12 {
	min-height: 673px;
}