.static-adv {
	height: 584px;
	width: 100%;
}
.static-adv__ul {
	width: 100%;
	height: 100%;
}
.static-adv__li {
	background: url("../images/news-banner.jpg") no-repeat center center;
	height: 100%;
}

.news-nav {
	padding: 45px 0px 18px;
	width: 920px;
}

.news-nav ul {
	overflow: hidden;
}

.news-nav ul li {
	text-align: center;
    float: left;
    margin-right: 12px;
    margin-bottom: 20px;
    padding: 8px 16px;
    border: 1px solid #f0f4f7;
    color: #7d889c;
    font-size: 14px;
    transition: all 0.3s;
    border-radius: 3px;
    cursor: pointer;
	min-width: 90px;
	transition: all .2s;
}

.news-nav ul li a {
	color: #606c82;
	transition: all .2s;
}

.news-nav ul li:hover {
	background: #21a8df;
	color: #fff;
}
.news-nav ul li:hover a {
	color: #fff;
}
.news-nav ul li.active {
	background: #21a8df;
	color: #fff;
}
.news-nav ul li.active a {
	color: #fff;
}
.news-nav ul li.active:hover {
	background: #21a8df;
	color: #fff;
}

.news-content {
	width: 920px;
}
.news-content li {
    padding: 30px;
    border: 1px solid #f0f4f7;
    transition: all 0.3s;
    margin-bottom: 30px;
}
.news-content li:hover {
	box-shadow: 0px 0px 12px #d2d7da;
}
.news-content li:hover .news-list-center h3{
	color: #24a8df;
}
.news-content .news-list-left {
    display: table-cell;
    width: 240px;
    height: 155px;
    vertical-align: middle;
    padding-right: 40px;
}
.news-content .news-list-left img {
    width: 100%;
    height: 100%;
    min-width: 200px;
    min-height: 150px;
    max-width: 200px;
    max-height: 150px;
}
.news-content .news-list-center {
	display: table-cell;
	width: 454px;
	vertical-align: middle;
	padding-right: 40px;
	max-width: 454px;
	min-width: 454px;
}
.news-content .news-list-center h3 {
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news-list-center h3 span {
	color: #21a8df;
}

.news-content .news-list-center p {
	font-size: 14px;
	color: #7d889c;
}
.news-content .news-list-right {
	display: table-cell;
	width: 164px;
	vertical-align: middle;
	padding-left: 50px;
	position: relative;
}
.news-content .news-list-right::after {
	position: absolute;
	height: 70px;
	width: 1px;
	background: #f0f4f7;
	top: 46px;
	left: 0;
	content: ''
}
.news-content .news-list-right h1 {
	font-size: 20px;
    color: #7d889c;
    font-weight: bold;
}

.news-content .news-list-right p {
	font-size: 14px;
	color: #7d889c;
}

.news-list-arrow {
    display: table-cell;
    vertical-align: middle;
    color: #d2d3d6;
    font-size: 40px;
    width: 40px;
    font-weight: bold;
	text-align: right;
	background: url('/v3/images/news_arrow_right.png') no-repeat center center;
	 
}

.news__pages {
	text-align: center;
	margin: 60px auto 60px;
	overflow: hidden;
}
.news__pages li {
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border: 1px solid #d3dae2;
	padding: 0;
	color: #606c82;
	float: none;
	transition: all 0.3s;
	margin-right: 20px;
}
.news__pages li a {
	display: block;
	padding-right: 0;
	/*overflow: visible;*/
	color: #606c82;
}
.news__pages li:hover {
	border: 1px solid #21a8df;
}
.news__pages li.active {
	border: 1px solid #21a8df;
	background: #21a8df;
	color: #fff;
}
.news__pages li.active a{
	color: #fff;
}
.feature7 {
	background: #f0f4f7;
	height: 260px;
	text-align: center;
}
.feature7 h2 {
	font-size: 24px;
	color: #606c82;
	padding-bottom: 42px;
	padding-top: 60px;
}
.feature7 button {
	width: 240px;
	height: 60px;
	font-size: 24px;
}

.placeholder-block-title{
	background: #f7f7f7;
    width: 610px;
    height: 58px;
    margin-bottom: 30px;
}
.placeholder-block-content{
	background: #f7f7f7;
    height: 19px;
    width: 510px;
}
.placeholder-block-time-month{
	background: #f7f7f7;
    width: 113px;
    height: 42px;
}
.placeholder-block-time-year {
	width: 60px;
    background: #f7f7f7;
    height: 19px;
    margin-top: 10px;
}
