.content {
    background-color: #f6f6f6;
    width: 100%;
    overflow: auto;
    color: #333333;
    position: relative;

}
.content .bg{
    position: absolute;
    top: 520px;
    right: 0;
    width: 624px;
    height: 1158px;
    background-image: url('../assets/icon_lxstar.png');
    background-repeat: no-repeat;
    background-position: right;
}
.content .part1 {
    position: relative;
}

.content .part1 .headimg {
    width: 100%;
    height: 887px;

}

.content .part2 .title {
    font-size: 20px;
    margin-bottom: 10px;
    text-align: center;
    line-height: 1.5;
}


.content .part2 .cont {
    line-height: 1.5;
    text-indent: 2em;
    font-size: 14px;
}

.h100 {
    width: 100%;
    height: 100px;
}

.h50 {
    width: 100%;
    height: 50px;
}

.line{
    margin: 30px 0;
    border: 1px solid #eeeeee;
    width: 100%;
}
.wimg img{
    max-width: 100%;
}

.main{
    margin-top: 80px;
    height: 100%;
    overflow: auto;
    padding-bottom: 20px;
    background-color: #F5F5F5;
}
.main .main-wrap{
    margin: 0 auto;
    width: 1200px;
}
.main .main-top{
    padding: 20px 0;
    margin-top: 50px;
    display: flex;
    align-items: center;
}
.main .main-top .img{
    width: 24px;
    height: 22px;
}
.main .main-top .img img{
    width: 100%;
    height: 100%;
}
.main .main-top span{
    color: #1363FF;
    font-size: 20px;
}
.main .main-top:nth-child(1) span{
    margin: 0 5px;
    display: block;
}
.main .main-center{
    display: flex;
}
.main .main-center .main-left{
    padding: 20px;
    width: 800px;
    height: 100%;
    min-height: 1100px;
    background: #fff;
}
.main .main-center .main-left .title{
    font-size: 30px;
    font-weight: 800;
    text-align: center;
}
.main .main-center .main-left .author{
    margin: 10px 0;
    font-size: 15px;
    text-align: center;
}
.main .main-center .main-left .main-cont{
    padding: 0 60px;
    line-height: 42px;
}
.main .main-center .main-right{
    margin-left: 20px;
    width: 468px;
    padding: 20px;
    background-color: #fff;
}
.main .main-center .main-right .main-head{
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.main .main-center .main-right .main-head span{
    font-size: 24px;
}
.main .main-center .main-right .main-head .more{
    color: #1363FF;
    cursor: pointer;
}
.main .main-center .main-right .main-cont{
    display: flex;
    flex-direction: column;
}
.main .main-center .main-right .main-cont .main-item{
    margin: 10px 0;
    display: flex;
}
.main .main-center .main-right .main-cont .main-item .main-img{
    width: 132px;
    height: 132px;
    border-radius: 10px;
}
.main .main-center .main-right .main-cont .main-item .main-img img{
    width: 132px;
    height: 132px;
    border-radius: 10px;
}
.main .main-center .main-right .main-cont .main-item .main-op{
    margin-left: 20px;
    display: flex;
    flex-direction: column;
}
.main .main-center .main-right .main-cont .main-item .main-op .title{
    color: #1d1d1d;
    font-size: 18px;
    margin-bottom: 10px;
}
.main .main-center .main-right .main-cont .main-item .main-op  .memo{
    color: #5F5F5F;
    font-size: 12px;
    line-height: 2;
}