.module-45 {
    width: 1000px;
    margin: 30px auto;
}
.module-45 .contentTitle {
    width: 100%;
    position: relative;
    overflow: hidden;
}
.module-45 .contentC .contentTitle h2 {
    height: 33px;
    text-align: center;
}
.module-45 .contentTitle h2 {
    color: #333;
    font-size: 17px;
    height: 27px;
    font-family: "Adobe SimHei Std";
    background: url(/site_theme/one/img/module-45_line-3e229f4a6ecdb83faab384b5bdfd7882.png) center bottom no-repeat;
}
.module-45 .platList {
    padding-top: 10px;
}
.module-45 .platList li {
    display: block;
    width: 460px;
    height: 100px;
    padding: 12px 15px;
    margin-top: 20px;
    transition: all .3s;
    background: #fff url(/site_theme/one/img/module-45_more-df5734fcfb5a25da771f7592475512df.png) 460px 95px no-repeat;
    box-shadow: 0 0 10px #ddd;
}
.module-45 .leftImg {
    display: block;
    width: 150px;
    height: 100px;
    float: left;
}
.module-45 .rightActle {
    width: 300px;
    height: 100px;
    float: right;
}
.module-45 .rightActle h1 {
    font-size: 14px;
    height: 34px;
    line-height: 30px;
    border-bottom: 1px dashed #bfbfbf;
    color: #333;
    font-weight: normal;
}
.module-45 .rightActle p {
    line-height: 20px;
    margin-top: 10px;
    font-family: 'simsun';
    font-size: 12px;
    color: #666;
}
.module-45 .platList li:hover {
    box-shadow: 0 0 15px #ccc;
    background-image: url(/site_theme/one/img/module-45_more1-91972dadbe2bb167014e870d748b77fb.png);
}