﻿@charset "UTF-8";
body{
    margin: 0;
    background: #f1f1f1;
}
/*banner部分*/
.banner{
    height: 220px;
}
.banner .banner-imgContent {
    position: relative;
    width: 1248px;
    height: 220px;
    z-index: 19;
    margin: 0 auto;
    color: #fff;
    overflow: hidden;
}
.banner .banner-imgContent .flowers1{
    position: absolute;
    right: 112px;
    bottom: 18px;
}
.banner .banner-imgContent .flowers2{
    position: absolute;
    right: 117px;
    bottom: 24px;
    display: none;
}
.banner .banner-imgContent .flowers3{
    position: absolute;
    right: 108px;
    bottom: 32px;
    display: none;
}
.banner .banner-imgContent .shiBao{
    position: absolute;
    right: 14px;
    bottom: 14px;
}
.banner ul.banner-imgDescript li h3 {
    margin-top: 32px;
    margin-bottom: 20px;
    font-size: 32px;
    font-weight: normal;
}
.banner ul.banner-imgDescript li p {
    font-size: 18px;
    line-height: 32px;
}
/*瀑布流*/
#nowPosi{
    width: 1258px;
    margin: 0 auto;
    padding-top: 26px;
    padding-left: 10px;
    font-family: "宋体";
}
#waterfallContainer{
    width: 1268px;
    margin: 0 auto;
    margin-top: 26px;
    margin-bottom: 26px;
}
.pin {
    position: absolute;
    z-index: 1;
    width: 235px;
    font-size: 14px;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.22);
    -moz-box-shadow: 0 1px 2px 0 rgba(0,0,0,.22);
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.22);
}
.pin a.img {
    display: block;
    position: relative;
    width: 235px;
    background-color: #faf7f7
}
.pin a.txt{
    display: none;
}
.wft a.img{
    display: none;
}
.wft a.txt{
    display: block;
    position: relative;
  /*  width: 235px;*/
    padding: 20px 20px 25px;
    line-height: 24px;
    font-size: 14px;
    color: #fff;
}
.wft a.txt .firstLetter{
    font-size: 32px;
}
.pin a.img:hover,a.img:active {
    opacity: 0.8;
}
.pin a.txt:hover,a.txt:active {
    opacity: 0.8;
}
.pin a.img img {
    position: relative;
    display: block;
    margin: 0 auto;
    width: 235px;
}
.pin .description {
    display: block;
    padding: 0 16px;
    height: 45px;
    line-height: 45px;
    border: 1px solid #f1f1f1;
    overflow: hidden;
    word-wrap: break-word;
}
.pin .fromInfo{
    background: #fafafa;
    height: 42px;
    padding: 20px 19px;
}
.pin .fromInfo .companyPortrait{
    position: relative;
    width: 42px;
    height: 42px;
    margin-right: 14px;
    border-radius: 42px;
}
.pin .fromInfo .companyPortrait img{
    height: 42px;
    width: 42px;
    border-radius: 42px;
    z-index: 1;
}
.pin .fromInfo .companyPortrait img.companyImg{
    position: absolute;
    top: 0;
    left: 0;
    z-index:2;
}
.pin .fromInfo .companyInfo{
    height: 42px;
    width: 141px;
    overflow: hidden;
}
.pin .fromInfo .companyInfo p{
    height: 16px;
    line-height: 16px;
    font-size: 12px;
    color: #999999;
    margin-bottom: 6px;
}
.pin .fromInfo .companyInfo p.companyName{
    color: #666666;
}
#pageEnd {
    text-align: center;
    padding: 20px 0;
    font-size: 16px;
    font-family: "宋体";
    display: none;
}
/*瀑布流详细页*/
.container.wfDetail {
    background: #f1f1f1;
}
.wfDetail .content {
    position: relative;
    width: 1248px;
    min-width: 1248px;
    margin: 0 auto;
    padding: 26px 0;
}
.wfDetail .content .content-bd{
    padding: 40px 30px;
    min-height: 365px;
    border: 1px solid #e0e0e0;
    background: #fff;
}
.cont-title{
    font-size: 24px;
    color: #333333;
    line-height: 48px;
    font-weight: normal;
    text-align: center;
}
.cont-desc{
    font-size: 14px;
    color: #333333;
    line-height: 24px;
    text-align: right;
}
.cont-detail{
    margin-top: 16px;
    font-size: 14px;
    color: #333333;
    line-height: 24px; 
}
.cont-detail p{
    text-indent: 24px;
}
