.sub-banner {
     width: 100%;
     height: 188px;
	 margin-top: 76px;
 }

.sub-banner img {
    width: 100%;
    height: 100%;
	object-fit: cover;
}

.content{
    margin: 10px 5%;
}
.content .title{
    padding: 15px 0;
    font-size: 20px;
	font-weight: bold;
	text-align: center;
}
.content .time{
   font-size: 14px;
       margin-bottom: 10px;
    color: #999;
	text-align: center;
	padding-bottom: 10px;
	border-bottom: 1px solid #eee;
}
.content .news-content {
    font-size: 16px;
    line-height: 20px;
    /* text-indent: 2em; */
}
.content .news-content img{
    max-width: 100%;
	height: auto;
}
.backlist{
    margin-top: 30px;
    margin-bottom: 80px;
}
.backlist a{
    display: block;
    position: relative;
    width: 200px;
    height:40px;
    background-color: #4195c3;
    font-size: 12px;
    text-align: center;
    line-height: 40px;
    margin: 0 auto;
    color: #ffffff;
}

.backlist a::before{
    content: "";
    display: block;
    position: absolute;
    left: -85px;
    width: 75px;
    height: 1px;
    background: #ccc;
    top: 50%;
}
.backlist a::after{
    content: "";
    display: block;
    position: absolute;

    right: -85px;
    width: 75px;
    height: 1px;
    background: #ccc;
    top: 50%;
}
