﻿@charset "UTF-8";

/**!
 * 首页
 * author: lucw;
 * date: 2019-05-15
 */


/* main */

.cm-wpr {
    border: 1px solid #e5e5e5;
    background-color: #fff;
}

.row {
    margin: 0 -12px;
}

.tree-box {
    width: 20.833333333333336%;
    padding: 0 12px;
}

.list-box {
    width: 79.16666666666667%;
    padding: 0 12px;
}


/* pan */

.pan {
    max-height: 1000px;
    padding-bottom: 400px;
    background: url("../images/subPage/subbg.png") left bottom repeat-x;
}

.pan-hd {
    height: 76px;
    line-height: 76px;
    overflow: hidden;
    background: url("../images/subPage/pan_bg.jpg") left top no-repeat;
	
}

.pan-tt {
    padding-left: 105px;
    display: block;
    height: 76px;
    line-height: 76px;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    background: url("../images/subPage/pan_ico.png") 15px 5px no-repeat;
	cursor: default;
}


/* tree */

.wb-tree {
    padding-top: 1px;
    background-color: #fff;
}

.wb-tree-items {
    cursor: pointer;
}

.wb-tree-tt {
    color: #fff;
}

.wb-tree-node {
    display: block;
    height: 57px;
    line-height: 57px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    background: url("../images/subPage/pan_s03.jpg") left top no-repeat #7ac3fe;
}

.wb-tree-sub {
    display: none;
}

.wb-tree-item>a {
    padding: 7px 0;
    display: block;
    line-height: 24px;
    text-align: center;
    color: #666;
}

.tree-sublk {
    padding-left: 15px;
    background: url("../images/subPage/pan_list.jpg") left center no-repeat;
}

.wb-tree-item>a:hover {
    color: #339aed;
}

.wb-tree-item>a.current {
    color: #339aed;
}

.wb-tree-item>a:hover .tree-sublk {
    background-image: url("../images/subPage/pan_listh.jpg");
}

.wb-tree-item>a.current .tree-sublk {
    background-image: url("../images/subPage/pan_listh.jpg");
}

.wb-tree-node:hover {
    background: url("../images/subPage/pan_s02.jpg") left top no-repeat #418ef9;
}

.current .wb-tree-node,
.current .wb-tree-node:hover {
    background: url("../images/subPage/pan_s01.jpg") left top no-repeat #0259d2;
}

.current .wb-tree-sub {
    display: block;
}


/* colu */

.colu {
    padding: 0 17px;
    padding-top: 5px;
}

.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-weight: bold;
    color: #2c7edc;
    background: url("../images/subPage/colu_tname.png") left 13px no-repeat;
}


/* search */

.query {
    margin-top: 16px;
    position: relative;
    z-index: 1;
    padding: 0 40px 0 11px;
    width: 222px;
    height: 30px;
    border: 1px solid #e5e5e5;
}

.query .input-placeholder {
    position: absolute;
    top: 0;
    left: 9px;
    height: 28px;
    line-height: 27px;
    color: #999;
    z-index: -1;
    cursor: text;
}

.query .input-box {
    width: 100%;
    height: 28px;
    line-height: 27px;
    background: 0 0;
}

.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;
}

.query-btn:hover {
    background-color: #fb6400;
}


/* look */

.look-items>li {
    padding-bottom: 13px;
    border-bottom: 1px dashed #d5d5d5;
}

.look-intro {
    line-height: 24px;
    color: #666;
    text-align: justify;
    text-justify: inter-ideograph;
}

.look-intro a {
    color: #666;
}

.look-tt {
    margin-top: 3px;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    color: #333;
}

.look-tt a {
    color: #333;
}

.look-state {
    margin-top: 12px;
    line-height: 22px;
    color: #999;
}

.look-sta01 {
    margin-right: 68px;
}

.look-tt a:hover {
    color: #2c7edc;
    font-weight: bold;
}

.intro-box{
	margin-top: 20px;
}

.search_delete2 {
    right: 30px;
    top: 0px;
    background: url(../images/delete.png) no-repeat #fff center center;
    display: none;
    height: 28px;
    position: absolute;
    width: 20px;
    cursor: pointer;
}

span{
 white-space: normal !important;
}