.news-con {
    display: flex;
    padding: 30px 0 40px 0;
    margin-top: 80px;
}
.news-details-content p {
    /* margin-bottom: 20px; */
    text-indent: 2em;
}
.news-pic {
    height: 340px;
    flex:1;
    margin-right:50px;
}
.news-pic img {
    width:100%;
}
.news-titlelist {
    flex:1;
}
.news-titlelist li {
    margin-bottom: 27px;
    cursor: pointer;
}

.news-titlelist li h3 {
    font-size: 20px;
    font-weight: 500;
    color:#323232;
}
.news-titlelist li p {
    color: #646464;
    font-size: 14px;
    display: none;
}
/* .news-titlelist li:hover p{
    display: block
} */
.news-content {
    padding:50px 0;
    display: flex;

}
.news-details {
    padding:50px 0;
    display: flex;
    margin-top:80px;
}
.news-details .news-list-title {
    text-align: left;
    margin-bottom: 30px;
}
.news-details-content {
    color:rgba(40,40,40,1);
    line-height:24px;
    font-size: 16px;
    /* text-indent: 2em; */
}
.news-list {
    flex:1;
    margin-right: 31px;
    background: #fff;
    padding: 40px;
}
.news-listfornobg {
    background:none;
}
.news-list.news-listfornobg{
    padding-left: 0
}
.news-list li{
    font-size: 14px;
    color:#646464;
    margin-bottom: 40px;
}
.news-list li a {
    color:#646464;
}
.news-list-title {
    font-size: 20px;
    font-weight: 500;
    color:#282828;
}
.news-list-con {
    margin: 15px 0;
}
.erweim {
    width: 351px;
    background: #fff;
    display: flex;
    height: 136px;
}
.erweim img {
    width:136px;
    height: 136px;
    padding:10px;
}
.erweim-con {
    margin-top: 44px;
    margin-left: 11px;
}
.new-listbg {
    background:#F7F6FB;
}
.picbox {
    text-align: center;
    margin:10px 0;
}
.picbox img {
    width:100%;
}
.news_2list li {
    margin-bottom: 0;
    /* list-style: disc; */
    color: rgba(40,40,40,1);
}
.news-2listfornone li {
    margin-bottom: 0;
    color: rgba(40,40,40,1);
    margin-left:20px;
}
.news-list-box {
    display: flex;
}
.news-list-right{
    flex:1
}
.news-list-left {
    width: 250px;
    margin-right: 20px;
}
.news-list-left img {
    width:100%;
}
.news-detail-list li {
    margin-bottom: 0;
    color: rgba(40,40,40,1);
    margin-left: 40px;
    list-style: disc inside;
}