.investor_list h2{
    padding-left: 14px;
    font-size: 30px;
    border-bottom: 2px solid #ddd;
    line-height: 70px;
    position: relative;
    color: #333;
}
.investor_list h2::after{
    content: '';
    position: absolute;
    width: 4px;
    height: 35px;
    background: #0D419D;
    top: 0%;
    left: 0;
    transform: translate(0,50%);
}
.investor_list h2 span{
    font-size: 18px;
    color: #989898;
    line-height: 28px;
    vertical-align: baseline;
}
.investor_list h2 a{
    float: right;
    font-size: 18px;
    color: #0D419D;
    display: inline-block;
}
.investor_list h3{
    text-align: center;
    font-size: 28px;
    color: #333;
    line-height: 30px;
    padding-top: 50px;
}
.p160{
    padding:150px 0;
}
.investor_list ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding:0;
    padding-top: 40px;
}
.investor_list ul li{
    width: 48.3%;
    list-style-type: none;
}
.investor_list li a{
    display: flex;
    padding-left: 29px;
    position: relative;
    line-height: 58px;
    justify-content: space-between;
    border-bottom: 1px solid #ddd;
    align-items: center;
}
.investor_list li a::after{
    content: '';
    width: 10px;
    height: 10px;
    border:1px solid #999;
    border-radius: 100%;
    position: absolute;
    left: 13px;
    top: 50%;
    transform: translate(0,-50%);
}
.investor_list li p{
    font-size: 20px;
    color: #484848; 
    white-space: nowrap;
    overflow: hidden;
    text-overflow:ellipsis;
    width:75%;
    transition: all .3s;
    margin: 0;
}
.investor_list li span{
    font-size: 16px;
    color: #B9B9B9;
    transition: all .3s;
}
.F7F7F7{
    background: #F7F7F7;
}
.p130{
    padding-top:50px ;
    padding-bottom: 137px;
}
.investor_list li:hover p,
.investor_list li:hover span{
    color: #396aff;
    transition: all .3s;
}
.page_investorList{
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding:60px 0;
}
.page_investorList span{
    width: 8px;
    height: 8px;
    background: #e9e9e9;
    margin-right: 12px;
    display: block;
    cursor: pointer;
}
.page_investorList span.active{
    background: #396aff;
}
.w1200{
    max-width: 1200px;
    margin: 0 auto;
}

.news-content{
    width: 1000px;
    margin: 50px auto 105px;
}
.news-content .news-title {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
    color: #4d4d4d;
}
.news-content .news-publish-info {
    font-size: 14px;
    text-align: center;
    color: #999;
    margin: 20px 0 60px;
    line-height: 18px;
}


.news-content .nuxt-content p {
	text-indent:2em;
	line-height:25px;
	margin-bottom:25px;
	color:#666;
	font-size:14px
}
.news-content .nuxt-content img {
	display:block;
	width:600px;
	margin:10px auto;
	background-size:100% 100%
}
.news-content .nuxt-content h4 {
	margin-bottom:10px
}
.news-content .nuxt-content h1 {
	font-size:12px;
	text-align:center;
	margin-bottom:30px;
	color:#666;
	font-weight:400;
	margin-top:-10px
}

@media screen and (max-width:1240px){
    .w1200{
        width:90%;
    }
    .p160{
        padding:70px 0
    }
    .investor_list h2{
        font-size: 25px;
        line-height: 45px;
    }
    .investor_list h2::after{
        height: 20px;
    }
    .investor_list ul{
        padding-top: 20px;
    }
    .investor_list li a{
        line-height: 40px;
        padding-left: 20px;
    }
    .investor_list li a::after{
        left: 5px;
    }
    .investor_list li p{
        font-size: 16px;
    }
    .investor_list li span{
        font-size: 14px;
    }
    .p130{
        padding-bottom: 50px;
    }
    .news-content{
        max-width: 1000px;
        width:90%
    }
}
@media screen and (max-width:600px){
    .p160{
        padding:30px 0
    }
    .investor_list h2{
        font-size: 16px ;
    }
    .investor_list h2 span,.investor_list h2 a{
        font-size: 14px;
    }
    .investor_list ul li{
        width: 100%;
    }
    .investor_list li p{
        width: 65%;
    }
}