/* 咨询 */
.top-news {
    height: 529px;
    margin-top: 35px;
    margin-bottom: 33px;
}

.top-news .center-box {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.top-news .center-box .left-news {
    width: 900px;
    height: 529px;
    position: relative;
    display: block;
    overflow: hidden;
}

.top-news .center-box .left-news img {
    width: 100%;
    height: 100%;
    transition: 3000ms;
}

.top-news .center-box .left-news:hover img{
	transform: scale(1.2);
}

.top-news .center-box .left-news p {
    width: 100%;
    line-height: 50px;
    color: #333333;
    padding: 0 20px 0;
    background-color: rgba(255, 255, 255, 0.9);
    position: absolute;
    left: 0;
    bottom: 0;
}

.top-news .center-box .right-news-list {
    width: 290px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
}

.top-news .center-box .right-news-list .link {
    display: block;
    width: 100%;
    height: 170px;
    position: relative;
    overflow: hidden;
}

.top-news .center-box .right-news-list .link img {
    width: 100%;
    height: 100%;
    transition: 3000ms;
}

.top-news .center-box .right-news-list .link:hover img{
	transform: scale(1.2);
}

.top-news .center-box .right-news-list .link p {
    width: 100%;
    line-height: 50px;
    color: #333333;
    padding: 0 20px 0;
    background-color: rgba(255, 255, 255, 0.9);
    position: absolute;
    left: 0;
    bottom: 0;
}

.news-list{
	min-height: 1000px;
}
.news-list .center-box{
	display: flex;
	align-items: flex-start;
	min-height: inherit;
	justify-content: space-between;
	padding-bottom: 40px;
}
.news-list .center-box .left-list{
	width: 833px;
	min-height: inherit;
}
.news-list .center-box .left-list .news-item{
	width: 100%;
	height: auto;
}
.news-list .center-box .left-list .news-item .news-box{
	width: 100%;
	height: 200px;
	display: flex;
	justify-content: space-between;
	margin-bottom: 47px;
	position: relative;
}
.news-list .center-box .left-list .news-item .news-box::before{
	content: "";
	display: block;
	width: calc(100% + 40px);
	height: calc(100% + 40px);
	top: -20px;
	left: -20px;
	position: absolute;
	background-color: #ffffff;
	z-index: -1;
	transition: 300ms;
	opacity: 0;
}
.news-list .center-box .left-list .news-item .news-box:hover:before{
	opacity:1 ;
	transform: translateY(4px);
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}
.news-list .center-box .left-list .news-item .news-box .left-img{
	width: 340px;
	height: 200px;
	overflow: hidden;
}

.news-list .center-box .left-list .news-item .news-box .left-img img{
	width: 100%;
	height: 100%;
	transition: 3000ms;
}
.news-list .center-box .left-list .news-item .news-box:hover .left-img img{
	transform: scale(1.2);
}
.news-list .center-box .left-list .news-item .news-box .right-text{
	width: 472px;
	height: 100%;
	display: flex;
	align-items: flex-start;
	color: #333333;
	justify-content: space-between;
	flex-direction: column;
}
.news-list .center-box .left-list .news-item .news-box .right-text .top-title{
	width: 100%;
	font-size: 20px;
}
.news-list .center-box .left-list .news-item .news-box .right-text .det-text{
	width: 100%;
	font-size: 15px;
	line-height: 26px;
	height: 78px;
	color: #666666;
}
.news-list .center-box .left-list .news-item .news-box .right-text .spa-text{
	width: 100%;
	display: flex;
	justify-content: space-between;
	color: #666666;
	align-items: center;
}
.news-list .center-box .left-list .switch-type{
	width: 100%;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-bottom: 30px;
}
.news-list .center-box .left-list .switch-type .sw-link{
	color: #333333;
	font-size: 20px;
	margin-right: 20px;
}
.news-list .center-box .left-list .switch-type .sw-link.act{
	color: #1d55a6;
	position: relative;
}
.news-list .center-box .left-list .switch-type .sw-link.act::before{
	width: 40px;
	display: block;
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	height: 1px;
	background-color: #1c54a4;
}
.news-list .center-box .right-list{
	width: 293px;
	min-height: inherit;
	background-color: #ffffff;
}
.news-list .center-box .right-list .new-news{
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
	margin-bottom: 30px;
	width: 100%;
	height: auto;
}
.news-list .center-box .right-list .new-news .top-title{
	width: 100%;
	line-height: 51px;
	text-align: center;
	color: #ffffff;
	font-size: 18px;
	background-color: #1c54a4;
}
.news-list .center-box .right-list .new-news .list-link{
	width: 100%;
	height: inherit;
	padding: 24px 20px;
}
.news-list .center-box .right-list .new-news .list-link .news{
	width: 100%;
	height: 149px;
	position: relative;
	margin-bottom: 18px;
	display: block;
}
.news-list .center-box .right-list .new-news .list-link .news img{
	width: 100%;
	height: 100%;
}
.news-list .center-box .right-list .new-news .list-link .news .news-title{
	width: 100%;
	line-height: 25px;
	background-color: rgba(0, 0, 0, 0.8);
	position: absolute;
	bottom: 0;
	left: 0;
	color: #ffffff;
	padding: 0 15px;
}
.news-list .center-box .right-list .new-news video{
	width: 100%;
}
.news-list .center-box .right-list .new-news .links{
	width: 100%;
	height: auto;
	padding: 15px;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.news-list .center-box .right-list .new-news .links .link{
	padding: 0 8px;
	border-radius: 50px;
	border: solid 1px #eeeeee;
	font-size: 14px;
	margin-right: 10px;
	color: #333333;
	margin-bottom: 10px;
}