
.newsDetails {
    margin-top: 40px;
    width: 800px;
	padding-bottom: 20px;
}

.newsDetails .title {
    width: 92%;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    padding-bottom: 20px;
}

.newsDetails .title h2 {
    font-size: 38px;
    color: #333333;
line-height: 1.2;
}

.newsDetails .title .date {
    font-size: 20px;
    font-weight: 400;
    color: #737373;
    text-align: right;
}

.newsDetails .txt {
    margin-top: 20px;
    font-size: 21px;
    color: #666666;
}
.newsDetails .txt img{
    width: 100%;

}
.newsDetails .txt h3 {
    font-size: 24px;
    color: #000000;
    margin-top: 20px;
}

.newsDetails .img {
    width: 100%;
    margin: 30px 0;
}

.recommend {
    width: 300px;
    margin-left: 50px;
}

.recommend h3 {
    font-size: 20px;
    font-weight: 400;
    color: #000000;
    margin-bottom: 20px;
}

.recommend .item {
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}

.recommend .item img {
    width: 130px;
    height: 100px;
}

.recommend .item .tst {
    margin-left: 10px;
    font-size: 13px;
    font-weight: 400;
    color: #444444;
    flex: 1;

}

.recommend .item .tst .txt {
	font-size: 15px;
	margin-bottom: 20px;
}
