/*资讯详情*/
.mould2{
    float: left;
    width: 100%;
    background: #fff;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
    padding-bottom:40px;
}
.mould2 h1 {
    float: left;
    width: 880px;
    text-align: center;
    color: #333;
    font-size: 26px;
    font-weight: bold;
    margin:23px 160px 0;
    line-height: 36px;
    max-width: 100%;
    word-wrap: break-word;
    /*overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;*/
}
.mould2 .small-tit{
    float: left;
    width: 100%;
    margin:0 10px;
    text-align: center;
}
.mould2 .small-tit dl{
    display: inline-block;
}
.mould2 .small-tit dl dd{
    float: left;
    color: #666;
    font-size: 14px;
    line-height: 36px;
}
.mould2 .small-tit dl dd.line{
    width: 1px;
    height:15px;
    background: #666;
    margin: 12px 15px 0;
}
.mould2 .moul2-main{
    float: left;
    width: 880px;
    margin: 23px 160px 0;
    text-align: center;
}
.mould2 .moul2-main p {
    float: left;
    width: 100%;
    color: #222;
    font-size: 14px;
    line-height: 36px;
    text-indent: 28px;
    text-align:left;
}
.mould2 .moul2-main img{
    display: inline-block;
    width: auto;
    max-width: 868px;
    margin:20px 0;
}
.mould2 .enclosure{
    float: left;
    width: 880px;
    margin:50px 160px 0;
}
.mould2 .enclosure h3{
    float: left;
    width: 100%;
    color: #3263d3;
    font-size: 16px;
    font-weight: bold;
    line-height: 36px;
}
.mould2 .enclosure dl{
    float: left;
    width: 100%;
    margin-top: 10px;
}
.mould2 .enclosure dl dd{
    float: left;
    width: 100%;
    margin-bottom: 12px;
}
.mould2 .enclosure dl a{
    float: left;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333;
    font-size: 14px;
    line-height: 23px;
}
.mould2 .enclosure dl a i{
    width: 23px;
    height: 23px;
    float: left;
    margin-right: 5px;
}
.mould2 .enclosure dl a:hover{
    color: #3263d3;
    text-decoration: underline;
}