﻿
 .clear:after{
    clear:both;
    width: 0;
    height: 0;
    content:' ';
    display: block;
    visibility:hidden;
}
.cw-ft{
    width: 1000px;
    margin: 0px auto;
    background: #fff;
    padding: 10px 0px;
}
.cw-ft-title{
    font-weight: 400;
    margin: 20px;
    text-align: center;
    font-size: 28px;
    color: #333;
    text-decoration: none;
}
.cw-ft-info{
    color: #999;
    text-align: center;
    font-size: 14px;
}
.cw-ft-info span{
    margin: 0 18px;
    display: inline-block;
}
.cw-ft-img{
    background: #444444;
    width: 618px;
    margin: auto;
    height: auto;
    display: block;
    margin-top: 30px;
}
.cw-ft-item{
    overflow: hidden;
    width: 980px;
    margin: 0px auto 0 ;
}
.cw-ft-item .title{
    background: url("../images/cw02.png");
    height: 41px;
    overflow: hidden;
}
.cw-ft-item .title span{
    background: url("../images/cw01.png");
    width: 187px;
    height: 41px;
    float: left;
    color: #FFFFFF;
    font-size: 18px;
    line-height: 41px;
    text-indent: 38px;
}
.cw-ft-item .box{
    margin-top: 9px;
    height: 788px;
    overflow: hidden;
    overflow-y: auto;
}
.cw-ft-item .box .li{
    line-height: 30px;
    color: #0157a0;
    overflow: hidden;
    padding: 24px 0;
    border-bottom: 1px solid #d1d1d1;
}
.cw-ft-item .box .li i{
    color: #343434;
}
.cw-ft-item02{
    overflow: hidden;
    width: 980px;
    margin: 10px auto 0 ;
}
.cw-ft-item02 .box .time{
    font-size: 16px;
    color: #888888;
    line-height: 36px;
    float: left;
    margin-left: 16px;
}
.cw-ft-item02 .box .text01{
    float: left;
    width: 768px;
    height: 32px;
    position: relative;
    border: 1px solid #e8e8e8;
    background: #f1f1f1;
    text-indent: 10px;
    line-height: 32px;
}
.cw-ft-item02 .box textarea{
    float: left;
    width: 768px;
    height: 270px;
    position: relative;
    border: 1px solid #e8e8e8;
    background: #f1f1f1;
    text-indent: 10px;
    line-height: 20px;
}
.cw-ft-item02 .box .text02{
    float: left;
    width: 194px;
    height: 32px;
    position: relative;
    border: 1px solid #e8e8e8;
    background: #f1f1f1;
    text-indent: 10px;
    line-height: 32px;
}
.cw-ft-item02 .title{
    background: url("../images/cw02.png");
    height: 41px;
    overflow: hidden;
}
.cw-ft-item02 .title span{
    background: url("../images/cw01.png");
    width: 187px;
    height: 41px;
    float: left;
    color: #FFFFFF;
    font-size: 18px;
    line-height: 41px;
    text-indent: 38px;
}
.cw-ft-item02 .box{
    margin-top: 24px;
}
.cw-ft-item02 .yz{
    float: left;
    height: 36px;
    width: auto;
    margin-left: 16px;
}
.cw-ft-item02 .box .name{
    font-size: 16px;
    line-height: 36px;
    color: #444444;
    float: left;
    width: 86px;
    margin-left: 56px;
}
.cw-ft-item02 .btn{
    width: 190px;
    height: 36px;
    background: #0585e6;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: bold;
    margin: auto;
    display: block;
    border: 0;
    margin-top: 50px;
}
.nice-select {
    float: left;
    width: 768px;
    height: 32px;
    position: relative;
    border: 1px solid #e8e8e8;
    background: #f1f1f1;
}
.nice-select div {
    color: #999999;
    cursor: pointer;
    text-indent: 8px;
    display: block;
    padding-right: 36px;
    height: 32px;
    line-height: 32px;
    border: 0;
    outline: 0;
    background: url("../images/cw03.png") no-repeat right top;
}

.nice-select ul {
    width: 100%;
    display: none;
    position: absolute;
    left: -1px;
    top: 31px;
    overflow: hidden;
    background-color: #fff;
    max-height: 150px;
    overflow-y: auto;
    border: 1px solid #e8e8e8;
    border-bottom: 0;
    z-index: 9999;
}

.nice-select ul li {
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    padding: 0 10px;
    cursor: pointer;
}
.nice-select ul li a{
    color: #666666;
}
.nice-select ul li.on {
    background-color: #e0e0e0;
}

