/*主体内容*/
.main{
    width: 100%;
    height: auto;
}
.main .content{
    height: auto;
    background-color: #ffffff;
}
.main .content .main-cont{
    height: auto;
    width: 1160px;
    padding: 20px 20px 40px 20px;
}
.main .content .wei{
    height:34px;
    width: 100%;
    line-height: 34px;
    text-indent: 33px;
    font-size: 14px;
    color: #444444;
    background: url("../image/lc.png") no-repeat 10px 6px #eeeeee;
}
.main .content .wei a{
    color: #444444;
}
.main .content .wei a:hover{
    color:#FF5500;
}
.main .content .main-cont .text{
    height: auto;
    min-height:500px;
    width: 1160px;
    margin-top: 20px;
    border: 1px solid #E4E4E4;
}
.main .content .main-cont .text .title{
    height: 48px;
    line-height: 48px;
    font-size: 24px;
    color: #2478da;
    text-indent: 20px;
    border-bottom: 1px solid #2478da;
}
.main .content .main-cont .text .text-cont{
    width:1130px;
    height: auto;
    padding: 20px 15px 30px 15px;
}
.main .main-cont .text .text-cont .note{
    width: 100%;
    font-size: 24px;
    text-align: center;
    margin-bottom: 20px;
}
.main .main-cont .text .text-cont p{
    font-size: 14px;
    line-height:24px;
}