/**!
 * 二级页面
 * date:2021-12-21
 * author: zsy;
 */

.sub-content {
    padding: 5px 17px 0;
}
.look-items{

    min-height: 500px;
}


.sub-hd {
    height: 70px;
    padding-bottom: 12px;
    box-sizing: border-box;
    background: url("../images/subpage/colu_fbg.jpg") left bottom repeat-x;
}

.sub-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;
}
.ewb-page{
	
	margin-top:15px;
}
.sub-serach {
    position: relative;
    width: 222px;
    height: 30px;
    margin-top: 16px;
    border: 1px solid #e5e5e5;
    box-sizing: border-box;
}

.sub-serach .input {
    width: 100%;
    height: 28px;
    line-height: 28px;
    padding: 0 40px 0 10px;
    box-sizing: border-box;
}

.sub-serach .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;
}

.look-item {
    padding-bottom: 13px;
    border-bottom: 1px dashed #d5d5d5;
}

.look-intro {
    line-height: 24px;
    color: #666;
    text-align: justify;
    text-justify: inter-ideograph;
}

.look-tt {
    margin-top: 3px;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    color: #333;
	    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.look-tt a {
    color: #333;
}

.look-state {
    margin-top: 12px;
    height: 22px;
    line-height: 22px;
    color: #999;
}

.look-sta01 {
    margin-right: 68px;
}

.look-tt a:hover {
    color: #2c7edc;
    font-weight: bold;
}