.entjjgs {
    width: 100%;
    overflow: hidden;
}
.padding-100-110 {
    padding-top: 50px;
}
.entjjgs .contain {
	width:95%;
    max-width: 1440px;
	margin:0 auto;
}
.sonTitle {
    width: 100%;
    position: relative;
    text-align: center;
}
.sonTime {
    width: 100%;
    text-align: center;
	font-size: 16px;
    color: #999;
    font-weight: 400;
    line-height: 1.5;
	margin-top:18px;
}
.sonTitle .name {
    font-size: 36px;
    color: #1b1b1b;
    font-weight: 700;
    line-height: 1.1;
}
.entjjgs-cont {
    width: 100%;
    margin-top: 28px;
}
.entjjgs-cont p {
    font-size: 15px;
    color: #777;
    line-height: 26px;
    text-align: justify;
}
.entjjgs-cont img{
	max-width:100%!important;
	height:auto!important;
}
.other-news{
	padding-top:50px;
}
.news-back{
	margin-top:10px;
	 font-size: 16px;
     color: #333;
    line-height: 26px;
	text-decoration:underline;
}
.other-news a {
    width: 620px;
    font-size: 1rem;
    line-height: 3.625;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 2rem;
    max-width: 80%;
    background: #e7e7e7;
    border-radius: 1.8125em;
    display: block;
    margin: 0 auto 2rem;
}
@media (max-width: 768px) {
.sonTitle .name {
    font-size: 26px;
}
.entjjgs-cont p {
    font-size: 14px;
    line-height: 24px;
}
.other-news{
	padding-top:30px;
}
.news-back{
	margin-top:10px;
	font-size: 14px;
    line-height: 24px;
}
.other-news a {
    margin: 0 auto 1rem;
}
}
.bgf7{
	background-color:#f7f7f7;
	padding:50px;
	box-sizing:border-box;
	border:solid 1px #eee;
}
@media only screen and (max-width: 640px) {
.bgf7{ padding:20px;}
}