.news-list {
	width: 1100px;
	margin: 60px auto;
}
.news-item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    margin-bottom: 4rem;
}
.news-item-lt {
	display: inline-block;
	width: 30%;
}
.news-item-lt img {
	width: 95%;
}
.news-item__content {
	display: inline-block;
	width: 68%;
	padding-left: 2%;
	vertical-align: top;
}
.date-label {
    display: block;
    margin-bottom: .3125rem;
    color: #271e3d;
    color: var(--primary);
    font-size: .875rem;
    letter-spacing: .03125rem;
    text-transform: uppercase;
    font-weight: 700;
}
.heading {
    max-width: 60rem;
    margin: 0 auto 1.25rem;
}
.heading:after {
    content: "";
    display: inline-block;
    width: 1.5625rem;
    height: .25rem;
    background-color: #005d8f;
    margin: 1rem 0 0;
}
.news-item__content .heading__lead-in {
    font-weight: 400;
    font-size: 20px;
    line-height: 1.375;
    letter-spacing: .03125rem;
    text-transform: none;
	margin-top: 0;
	margin-bottom: 5px;
}
.news-item__content .heading__lead-in a {
	color: #2c2c2b;
}
.news-item__content  p {
	line-height: 30px;
    font-size: 1rem;
}
@media (max-width: 767px) {
	.news-list {
		width: 100%;
	}
	.news-item-lt {
		display: block;
		width: 90%;
		margin: 0 5%;
	}
	.news-item-lt img {
		width: 100%;
	}
	.news-item__content {
		display: block;
		width: 90%;
		padding: 2% 5%;
	}
	.news-item {
		margin-bottom: 2rem;
		display: block;
	}
}

.news-main {
	width: 1100px;
	margin: 100px auto 60px;
}
.news-content header {
    padding-bottom: 10px;
    border-bottom: 1px solid #f3f3f3;
    margin-bottom: 20px;
}
.news-content h1 {
    font-size: 24px;
    line-height: 28px;
    text-transform: uppercase;
    color: #000;
    margin-top: 0;
}
.news-content a, .news-content time {
    font-size: 16px;
    color: #999;
	margin-right: 30px;
}
.news-content h2 {
	font-size: 20px;
    line-height: 1.2;
    margin: 30px 0 20px;
    font-weight: 700;
    color: #ea5413;
}

.news-content h2:before {
	content: "";
    display: inline-block;
    height: 22px;
    width: 21px;
    background: url(/images/line.png) no-repeat;
    background-size: 100%;
    vertical-align: bottom;
    margin-right: 5px;
}

.news-content h3 {
	font-size: 18px;
    line-height: 1;
    margin: 20px 0;
    font-weight: 700;
}

.news-content h3:before {
	content: "";
    display: inline-block;
    height: 18px;
    width: 21px;
    background: url(/images/line.png) no-repeat;
    background-size: 80%;
    vertical-align: bottom;
}
.news-content p {
    font-weight: 400;
    color: #000;
    line-height: 35px;
    margin: 0;
}
.post-navigation {
	float: left;
	clear: both;
	width: 100%;
	font-size: 13px;
	padding-top: 15px;
	margin-top: 10px;
	border-top: 1px solid #E7E7E7;
}

.post-navigation li {
	width: 50%;
	float: left;
	color: #777777;
    margin-bottom: 2%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.post-navigation li a {
	font-size: 14px;
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 24px;
    color: #777;
    display: block;
}

.post-navigation li a:hover {
	color: #ea5413;
}

.post-navigation li a:before {
	content: '>';
    color: #ea5413;
    align-self: center;
    font-weight: 700;
    margin-right: 5px;
}

.post-navigation .nav-previous {
	float: left;
	max-width: 50%;
}

.post-navigation .nav-next {
	float: right;
	max-width: 50%;
}

.post-navigation h2.screen-reader-text {
	position: inherit!important;
	width: auto;
	height: auto;
}
.footer__connect-with-us {
	clear: both;
}
.news-qhwz a {
	display: inline-block;
	font-size: 14px;
	color: #999;
}
.news-qhwz a:hover {
	color: #ff6f3d;
}
@media (max-width: 767px) {
	.news-main {
		width: 90%;
		margin: 10px auto 60px;
	}
	.post-navigation li {
		width: 100%;
	}
}