.box {
    width: 100%;
    min-width: 1200px;
    height: auto;
    margin-top: 94px;
}

.w1200 {
    width: 1200px;
    height: auto;
    margin: 0 auto;
}

.contTit {
    font-size: 12px;
    color: #666;
}

.contTit a {
    color: #666;
}

.contTit a:hover {
    color: #00a0e8;
    text-decoration: underline;
}

.contTit p {
    line-height: 20px;
    padding-top: 18px;
}

.contBox {
    margin-top: 40px;
    margin-bottom: 50px;
}
.produBox {
    margin-top: 26px;
}

.clearfloat {
    *zoom: 1;
}

.clearfloat:before,.clearfloat:after {
    content: "";
    display: table;
    line-height: 0;
    visibility: hidden;
}

.clearfloat:after {
    clear: both;
}


.contBoxL {
    float: left;
    width: 258px;
}

.contBoxL ul.newsList li {
    height: 50px;
    margin-bottom: 6px;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    background: #f4f4f4;
}

.contBoxL ul.newsList li:hover a {
    color: #fff;
    background: #00a0e8;
}

.contBoxL ul.newsList li a {
    display: block;
    height: 100%;
    color: #666;
}

.contBoxL ul.newsList li.active a {
    color: #fff;
    background: #00a0e8;
}



.contBoxR {
    float: right;
    width: 908px;
}

.contBoxRTit {
    height: 36px;
    border-bottom: 1px solid #00a0e8;
}

.contBoxRTit h2 {
    font-size: 20px;
    line-height: 22px;
}

.contBoxR .contWrap {
    margin-top: 20px;
    overflow: hidden;
}

.contBoxR .contWrap ul {
    width: 966px;
}

.contBoxR .contWrap ul li {
    width: 272px;
    height: 343px;
}

.contBoxR .contWrap ul li {
    margin: 0 45px 4px 0;
}

.contBoxR .contWrap ul li .pic {
    width: 258px;
    height: 285px;
    margin: 0 auto;
    padding-top: 8px;
}

.contBoxR .contWrap ul li .bg {
    background: url(../images/pro_bg1.png) no-repeat center top;
}

.contBoxR .contWrap ul li p {
    bottom: 6px;
}


.contBoxR .contWrap ul.newsList {
    width: 100%;
}

.contBoxR .contWrap ul.newsList li {
    width: 100%;
    height: 36px;
    margin-bottom: 10px;
    line-height: 36px;
    border-bottom: 1px dashed #ccc;
}

.contBoxR .contWrap ul.newsList li a {
    display: block;
    height: 100%;
}

.contBoxR .contWrap ul.newsList li a:hover {
    color: #00a0e8;
}

.contBoxR .contWrap ul.newsList a:after {
    display: block;
    clear: both;
    overflow: hidden;
    content: "";
}

.contBoxR .contWrap ul.newsList span {
    float: left;
    width: 10px;
    height: 100%;
    margin-right: 8px;
}

.contBoxR .contWrap ul.newsList p {
    float: left;
    width: 726px;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.contBoxR .contWrap ul.newsList em {
    float: right;
    color: #666;
}