.page-main-container {
    margin-top: .16rem;
}

.breadcrumbs {
    width: 14rem;
    margin: 0 auto;
    height: .21rem;
    font-size: .14rem;
    line-height: .21rem;
    color: #666;
}

.breadcrumbs a {
    font-size: 0.14rem;
    line-height: 0.21rem;
    color: #666;
}

.main-information {
    width: 14rem;
    margin: .16rem auto .69rem;
}

.right-content {
    width: 10.96rem;
    margin-left: .24rem;
    background: #fff;
    border-radius: .04rem;
    border: .01rem solid #f0f0f0;
}

.right-content .content-title {
    position: relative;
    width: 10.48rem;
    margin: .16rem .24rem 0;
    padding-bottom: .12rem;
    font-size: .2rem;
    font-weight: bold;
    line-height: .3rem;
    color: #333333;
    border-bottom: .01rem solid rgba(0, 0, 0, 0.1);
}
.right-content .content-title::after {
    content:'';
    position: absolute;
    bottom: 0;
    left: 0;
    display:inline-block;
    width: 1.2rem;
    height: .04rem;
    background: linear-gradient( 270deg, rgba(0,87,215,0) 0%, #0057D7 100%);
}

.right-content .content-list {
    margin: 0 .24rem;
}

.right-content .content {
    margin: 0 .24rem;
    width: 10.48rem;
    font-size: .18rem;
    color: #333333;
    line-height: .27rem;
}

.right-content .content-list > li {
    cursor: pointer;
}

.right-content .content-list a {
    font-size: .16rem;
    line-height: 0.24rem;
    color: #333;
}

.right-content .content-list > .selected a,
.right-content .content-list > .selected .date
{
    color: #0057d7;
}


.right-content .content-list > li:hover a,
.right-content .content-list > li:hover .date {
    color: #0057d7;
    text-decoration: underline;
}

.industry-text {
    margin: 0 0.24rem;
    padding: 0.2rem 0;
    font-weight: 400;
    font-size: 0.14rem;
    color: #333333;
}

.industry-text table {
    margin-left: 7%;
    margin-top: -50px;
    margin-bottom: -30px;
}

p {
    margin-top: 20px;
    margin-bottom: 0;
    padding-bottom: 20px;
}
  





  
