.content{
    width: 100%;
    min-height: 500px;
    margin-top: 36px;
}
.aside{
    width: 214px;
    float: left;
}
.aside h2{
    width: 100%;
    height: 58px;
    line-height: 58px;
    background-color: #43b0eb;
    text-align: center;
    color: #fff;
    font-size: 24px;
}
.aside ul{
    padding: 15px 0 13px 20px;
    border: 2px solid #43b0eb;
    font-size: 0;
}
.aside li{
    line-height: 35px;
    padding-left: 18px;
    background: url(/web_images/aside.jpg) no-repeat left;
}
.aside li.on{
    background: url(/web_images/asideon.jpg) no-repeat left;
}
.aside li.on a{
    color: #43b0eb;
    font-weight: bold;
}
.aside li a{
    display: block;
    color: #000000;
    font-size: 16px;
}
.conright{
    width: 1109px;
    float: right;
    min-height: 500px;
}
.toptitle{
    text-align: center;
    width: 100%;
    height: 58px;
    line-height: 55px;
    background: url(/web_images/toptitle.jpg) no-repeat bottom left;
}
.toptitle h2{
    line-height: 29px;
    float: left;
    color: #43b0eb;
    font-size: 20px;
    padding-left: 15px;
    border-left: 4px solid #43b0eb;
    margin: 15px 0 0 4px;
}
.toptitle .weizhi{
    float: right;
}
.toptitle .weizhi a{
    color: #2f2f2f;
    font-size: 16px;
}
.jianjie{
    font-size: 16px;
    color: #000;
    line-height: 40px;
}
.jianjie h2{
    text-align: center;
    font-size: 24px;
    font-weight: normal;
    color: #010101;
    line-height: 28px;
    margin: 57px 0 48px 0;
}

.cp ul{
    overflow: hidden;
    font-size: 0;
    margin-top: 14px;
}
.cp li{
    width: 345px;
    height: 230px;
    float: left;
    margin-right: 0;
    position: relative;
    margin: 31px 36px 0 0;
}
.cp li.last{
    margin-right: 0;
}
.cp li .pic{
    width: 345px;
    height: 230px;
    font-size: 0;
}
.cp li .pic img{
    width: 345px;
    height: 230px;
    vertical-align: top;
}
.cp li .txt{
    text-align: center;
    width: 100%;
    height: 52px;
    line-height: 52px;
    position: absolute;
    left: 0;bottom: 0;
    overflow: hidden;
    background: url(/web_images/txtbg.png) repeat;
}
.cp li .txt h3{
    width: 100%;
    color: #ffffff;
    font-size: 18px;
    font-weight: normal;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}

/*生产设备*/
.centerpic{
    text-align: center;
}
.centerpic ul{
    overflow: hidden;
    margin-top: 33px;
}
.centerpic li{
    width: 345px;
    float: left;
    margin: 12px 36px 0 0;
    font-size: 0;
}
.centerpic li.last{
    margin-right: 0;
}
.centerpic li img{
    width: 345px;
    height: 195px;
}
.centerpic li h3{
    width: 100%;
    color: #000000;
    font-size: 18px;
    font-weight: normal;
    line-height: 54px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
/*出版刊物*/
.publish{
    text-align: center;
}
.publish ul{
    overflow: hidden;
    margin-top: 15px;
}
.publish li{
    width: 252px;
    float: left;
    margin: 17px 30px 0 2px;
    font-size: 0;
}
.publish li.last{
    margin-right: 0;
}
.publish li img{
    width: 250px;
    height: 165px;
    border: 1px solid #d6d6d6;
}
.publish li h3{
    width: 100%;
    color: #000000;
    font-size: 16px;
    font-weight: normal;
    line-height: 45px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
/*基金活动*/
.active ul{
}
.active li{
    padding: 22px 0 20px 0;
    border-bottom: 1px solid #e5e5e5;
}
.active li .title{
    overflow: hidden;
}
.active li h2{
    width: 80%;
    color: #000000;
    font-size: 16px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    line-height: 38px;
    float: left;
}
.active li .txt{
    width: 100%;
    color: #5f5f5f;
    font-size: 14px;
    line-height: 26px;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box; /** 对象作为伸缩盒子模型显示 **/
    -webkit-box-orient: vertical; /** 设置或检索伸缩盒对象的子元素的排列方式 **/
    -webkit-line-clamp: 2; /** 显示的行数 **/
    overflow: hidden;  /** 隐藏超出的内容 **/
}
.active li .date{
    color: #000000;
    float: right;
    font-size: 16px;
    margin-right: 8px;
}
.message{
    width: 100%;
    border-top: 1px solid #d9d9d9;
    font-size: 0;
}
.message h2{
    text-align: center;
    color: #43b0eb;
    font-size: 28px;
    line-height: 50px;
    margin-top: 50px;
}
.message .wrap{
    height: 36px;
    line-height: 36px;
    margin-top: 46px;
    overflow: hidden;
}
.message .write{
    float: left;
}
.message .sex label{
    color: #252525;
    font-size: 18px;
    margin-right: 24px;
    float: left;
}
.message .sex h3{
    margin-right: 8px;
}
.message .sex{
    float: left;
    margin-left: 45px;
}
.message .sex input{
    width: 23px;
    height: 23px;
    float: left;
    margin: 6px 8px 0 0;
}
.message .phone{
    float: right;
}
.message h3{
    color: #252525;
    font-size: 18px;
    font-weight: normal;
    float: left;
}
.message .write input{
    width: 264px;
    padding-left: 17px;
    height: 34px;
    border: 1px solid #bfbfbf;
    border-radius: 2px;
    font-family: "Microsoft YaHei";
    float: left;
    margin-left: 8px;
    font-size: 18px;
}
.message textarea{
    width: 1073px;
    padding: 0 17px;
    height: 138px;
    color: #252525;
    font-size: 18px;
    line-height: 34px;
    border: 1px solid #bfbfbf;
    border-radius: 2px;
    font-family: "Microsoft YaHei";
    resize: none;
    margin-top: 20px;
}
.message .bot{
    width: 100%;
    height: 38px;
    line-height: 36px;
    overflow: hidden;
    font-size: 0;
    margin-top: 22px;
}
.message .bot .code{
    float: left;
}
.message .bot .code input{
    padding-left: 17px;
    width: 116px;
    height: 34px;
    line-height: 34px;
    border: 1px solid #bfbfbf;
    border-radius: 2px;
    font-family: "Microsoft YaHei";
    margin-left: 16px;
    font-size: 18px;
    float: left;
}
.message .bot .code .kuang{
    float: left;
    width: 133px;
    height: 34px;
    margin-left: 13px;
    border: 1px solid #bfbfbf;
    background-color: #d7d7d7;
    border-radius: 2px;
}
.message .bot .btn{
    float: right;
}
.message .bot .btn a{
    text-align: center;
    display: inline-block;
    width: 147px;
    height: 38px;
    line-height: 38px;
    background-color: #c6c6c6;
    color: #fff;
    font-size: 18px;
    margin-left: 18px;
}
.message .bot .btn a.sure{
    background-color: #43b0eb;
}
.page{
    width: 100%;
    height: 31px;
    line-height: 31px;
    text-align: center;
    background-color: #ececec;
    margin-top: 38px;
}
.page ul{
    display: inline-block;
    *display: inline;
    *zoom: 1;
    overflow: hidden;
}
.page li{
    width: 27px;
    float: left;
    height: 31px;
    line-height: 31px;
    padding: 0 5px;
    overflow: hidden;
    background-color: #fff;
}
.page li a{
    background-color: #43b0eb;
    display: block;
    color: #fff;
    font-size: 16px;
}
.page li.on a{
    background-color: #ff7e23;
}
.page li.ye{
    width: 77px;
}
.page li.prev{
    padding-left: 10px;
}
.page li.next{
    padding-right: 10px;
}
/*底部*/
.footer{
    width: 100%;
    height: 150px;
    text-align: center;
    border-top: 6px solid #43b0eb;
    background-color: #323335;
    margin-top: 55px;
}
.footer .bot{
    width: 100%;
    color: #fff;
    font-size: 18px;
    line-height: 32px;
    margin-top: 30px;
}
.footer .bot span{
    color: #696969;
    font-size: 16px;
}