body{
    background-repeat: no-repeat;
    font-family: "Microsoft YaHei";
}
.topic-container{
    width: 960px;
    margin: 0 auto;
    /*margin-top: 265px;*/
    padding: 20px;
    background-color: #fff;
    -moz-box-shadow:3px 3px 20px rgba(136,136,136,1);/*firefox*/
    -webkit-box-shadow:3px 3px 20px rgba(136,136,136,1);/*webkit*/
    box-shadow:3px 3px 20px rgba(136,136,136,1);/*opera»òie9*/
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#bfbfbf, Direction=0, Strength=3)
            progid:DXImageTransform.Microsoft.Shadow(color=#bfbfbf, Direction=90, Strength=15)
            progid:DXImageTransform.Microsoft.Shadow(color=#bfbfbf, Direction=180, Strength=15)
            progid:DXImageTransform.Microsoft.Shadow(color=#bfbfbf, Direction=270, Strength=3);
    margin-bottom:20px;
}
.block{
    margin-bottom: 15px;
}
.block .block-content{
    overflow: hidden;
}
.block .block-title{
    height: 30px;
    line-height: 30px;
    color: #0193d6;
    font-size: 16px;
    margin-bottom: 14px;
    background-color: #e9fcd7;
    padding-left: 28px;
}

.topic-container .block .block-title span{
    float: right;
    margin-right: 10px;
}
.topic-container .block .block-title span a{
    text-decoration: none;
    color: #0193d6;
    font-size: 14px;
}
.introduction{
    height: 506px;
}
.introduction .block-top{
    width:100%;
    float: left;
    height: 295px;
}
.introduction .block-top .block-title{
    margin-bottom: 5px;
    background-image: url(/static/projectTopic/image/title-content.png);
    background-repeat: no-repeat;
    background-position: 7px 5px;
    padding-left: 35px;
}
.introduction .block-top .top-left{
    width: 300px;
    height: 275px;
    float: left;
}
.introduction .block-top .top-left img{
    width: 300px;
    height: 275px;
}
.introduction .block-top .top-right{
    width: 640px;
    height: 275px;
    float: left;
    margin-left: 20px;
}
.introduction .block-top .top-right .block-content p{
    margin: 0;
    overflow: hidden;
    font-size: 14px;
    line-height: 24px;
}
.introduction .block-top .top-right .block-content a{
    text-decoration: none;
    color: #000;
}
.introduction .block-top .top-right .block-content span{
    color: #0193d6;
}
.introduction .block-bottom{
    width: 100%;
    float: left;

}
.introduction .block-bottom p{
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 24px;
    overflow: hidden;
}
.introduction .block-bottom .left{
    height: 225px;
    width: 470px;
    margin-right: 10px;
    float: left;
}
.introduction .block-bottom .left .block-title{
    margin-bottom: 5px;
    background-image: url(/static/projectTopic/image/list.png);
    background-repeat: no-repeat;
    background-position: 7px 5px;
    padding-left: 30px;
}
.introduction .block-bottom .left ul{
    margin: 0;
    padding:0;
}
.introduction .block-bottom .left ul li{
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background-image: url("/static/projectTopic/image/li-icon.png");
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 15px;
}
.introduction .block-bottom .left ul li a:hover{
    color: #0193d6;
}
.introduction .block-bottom .left ul li a{
    text-decoration: none;
    color: #666;
    font-size: 14px;
}
.introduction .block-bottom .right{
    height: 225px;
    width: 470px;
    margin-left: 10px;
    float: right;
}
.introduction .block-bottom .right .block-title{
    margin-bottom: 5px;
    background-image: url(/static/projectTopic/image/list.png);
    background-repeat: no-repeat;
    background-position: 7px 5px;
    padding-left: 30px;
}
.introduction .block-bottom .right ul{
    margin: 0;
    padding:0;
}
.introduction .block-bottom .right ul li{
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background-image: url("/static/projectTopic/image/li-icon.png");
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 15px;
}
.introduction .block-bottom .right ul li a:hover{
    color: #0193d6;
}
.introduction .block-bottom .right ul li a{
    text-decoration: none;
    color: #666;
    font-size: 14px;
}
.startup{
    height:218px;
    position: relative;
}
.startup .block-title{
    margin-bottom: 5px;
    background-image: url(/static/projectTopic/image/title-image.png);
    background-repeat: no-repeat;
    background-position: 7px 4px;
    padding-left: 33px;
}
.startup ul
{
    width: 920px;
    overflow: hidden;
    margin-left: 20px;
    height: 170px;
    padding: 0;
}
.startup ul li{
    list-style: none;
    float: left;
    margin: 0 4px;
    border: 0;
    padding: 0;
    width: 222px;
}
.startup ul li img{
    width: 222px;
    height: 170px;
    margin: 0;
    padding: 0;
    border: 0;
}
.startup ul li:first-child{
    /*margin-left: 0;*/
}
.startup .bd{
    position: relative;
}
.startup  .prev,.startup .next{
    position: absolute;
    top:114px;
    z-index: 999;
    cursor: pointer;
}
.prev{
    left:0
}
.next{
    right: 0;
}
.picList{
    /*width: 840px;*/
    width: 958px;
    margin: 0 auto;
    overflow: hidden;
}

/*ÉìËõ²ã*/
.qr-code-icon{
    width: 54px;
    height: 54px;
    position: fixed;
    right: 0;
    bottom: 86px;
    z-index: 99;

}
.icon-img{
    width: 46px;
    height: 38px;
    position: relative;
    top: 8px;
    left: 5px;
    background-image: url(/static/home/image/column/wechat1.png);
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
}

.qr-code-content{
    width: 133px;
    height: 124px;
    position: fixed;
    right: 55px;
    bottom: 55px;
    z-index: 99;
    background-image:url('/static/home/image/column/qrcode-content-bg.png');
    background-position:center center;
    background-repeat:no-repeat;
}
