.newsTextCon {
    display: flex;
}

.newsTextCon img {
    width: 24px;
    height: 24px;
    cursor: pointer;
    vertical-align: sub;
}

.newsTitle {
    text-align: center;
    margin-bottom: 45px;
}

.newsTextCon {
    width: max-content;
    margin: 0 auto;
}

.newsTextCon div,
span {

    font-size: 16px;
    color: #666666;
}
.newsTextCon>div{
    margin-right: 40px;
}
.newsTextCon>div:last-child{
    margin-right: 0px;
    margin-top: -3px;
}
.author>div{
    margin-bottom: 10px;
}
.author>div:last-child{
    margin-bottom: 0px;
}
.author>div span{
font-size: 16px;
}

.author>div span:first-child{
    font-weight: bold;
}
.newsContent{
    margin-bottom: 50px;
    border-top: 1px solid rgba(204,204,204,.5);
    margin-top: 30px;
    padding-top: 50px;
}
.newsContent>p{
    width: 100%;
margin-bottom: 30px;
line-height: 35px;
/*text-indent: 40px;*/
font-size: 18px;
color: #333333;
}
.newsContent div p{
    width: 100%;
margin-bottom: 30px;
line-height: 35px;

font-size: 18px;
color: #333333;
}
.newsContent div p span{
font-size: 18px;
color: #333333;
}
.newsContent>div{
    width: 100%;
    margin: 0 auto;
    margin-bottom: 30px;
    color: #333333;
}
.newsContent div img{
    max-width: 96% !important;
	height:  auto !important;
}
/*.newsContent div >p{
    font-size: 16px;
    margin-top: 20px;
    color: #666666;
   
}*/
.author{
    width: max-content !important;
    margin: inherit !important;
    margin-left: auto !important;
}
.newRecommend{
    border-top: 1px solid rgba(204,204,204,.5);
    padding-top: 30px;
    margin-top: -3px;
    /* padding-bottom: 70px; */
}
.newsContentVideo>div{
    width: 80% !important;
}
.videoLoopCon {
    position: relative;
}
.videoLoopCon video {
    width: auto; margin: 0 auto; max-width: 777px; height: auto; max-height: 500px;
    object-fit: cover;
}
.open {
    width: 60px;
    height: 60px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}
.nav{
    display: none !important;
}
.open img {
    width: 60px !important;
    height: 60px !important;
}
.textNews{
    margin-top: 10px;
}
.textBody span{
    cursor: pointer;
}
@media (max-width:900px) {
    .newsTitle{
        font-size: 28px;
        margin-bottom: 25px;
    }
    .newsTextCon>div {
        width: 48%;
        margin-right: 4%;
        text-align: left;
        margin-bottom: 10px;
 
    }
    .newsTextCon>div:nth-of-type(3){
display: none;
    }
    .newsTextCon>div:nth-of-type(4){
        display: none;
            }
    .newsTextCon>div:nth-of-type(2n){
        margin-right: 0px;
    }
    .newsTextCon{
        width: 100%;
        flex-wrap: wrap;
    }
    .newsContentVideo>div {
        width: 100% !important;
    }
    .videoLoopCon video{
        width: 90%; margin: 0 auto;height: auto;
    }
    .newsContent{
        margin-bottom: 0px;
    }
    .newsContent{
        margin-bottom: inherit;
        padding-top: 30px;
        margin-top: 20px;
    }
    .newsContent>p{
        font-size: 16px;
    }
    .newsContent>div {
        width: 100%;
    }
    .newsContent div >p{
        font-size: 13px;
    }
	.newsContent div img{
    max-width: 96% !important;
	height:  auto !important;
}
    .author {
        margin-right: auto !important;
        margin-left: inherit!important;
        margin-bottom: 30px !important;
    }
}
@media (max-width:757px) {
    .newsTextCon div, span {
        font-size: 15px;
        color: #666666;
    }
    .newsContent>p {
        font-size: 15px;
    }
}