h2 {
	font-size: 25px;
	font-weight: bold;
	color: #222222;
	text-align: right;
}

h2:nth-of-type(1) {
	margin: 50px 0 0 0;
}

h2:nth-of-type(2) {
	margin: 13px 0 0 0;
}

.newstype-list {
	display: flex;
	justify-content: flex-end;
	margin: 33px 0 0 0;

}

.newstype-list>li.active>a {
	font-size: 20px;
	font-weight: 300;
	color: #222222;
}


.newstype-list>li.active>i {
	display: block;
	width: 67px;
	height: 3px;
	background: #222222;
	margin: 28px auto 0;
}

.newstype-list>li:not(.active)>a {
	font-size: 18px;
	font-weight: 300;
	color: #555555;
}

.newstype-list>li:not(:nth-last-of-type(1)) {
	margin: 0 36px 0 0;

}

.news-list {
	margin: 40px 0 0 0;
}

.news-item {
	border-bottom: 1px solid #DDDDDD;
}
	.news-item:hover>div>* {
        color: #2A62FF !important;
	}


	.news-01 .news-item {
		padding: 56px 0 50px 0;
	}

.news-02 .news-item {
	padding: 40px 0 40px 0;
}


.news-01 .news-item>h3 {
	font-size: 24px;
	font-weight: 400;
	color: #222222;

}

.news-01 .news-item>p {
	width: 90.8%;
	font-size: 16px;
	line-height: 24px;
	font-weight: 300;
	color: #555555;
	margin: 38px 0 0 0;
}

.news-01 .news-item>span {
	display: block;
	font-size: 16px;
	color: #222222;
	margin: 45px 0 0 0;
}

.news-02 .news-item {
	display: flex;

}

	.news-02 .news-item > .img-hover-wrapper {
		width: 360px;
		height: 270px;
		margin: 0 54px 0 0;
	}

	.news-02 .news-item > .img-hover-wrapper > img {
        width: 100%;
        height: 100%;
	}

.news-02 .news-item>div>h3:nth-of-type(1) {
	margin: 16px 0 0 0;
	font-size: 24px;
	font-weight: 400;
	color: #222222;
}

.news-02 .news-item>div>p:nth-of-type(1) {
	margin: 38px 0 0 0;
	font-size: 16px;
	font-weight: 300;
	color: #555555;

}


.news-02 .news-item>div>span:nth-of-type(1) {
	display: block;
	margin: 47px 0 0 0;
	font-size: 16px;
	font-weight: 400;
	color: #222222;

}


.news-details {
        display:block;
	justify-content: space-between;
	padding: 80px 0 0 0;
}

.route-component>a:not(:nth-last-of-type(1)) {
	font-size: 14px;
	font-weight: 300;
	color: #888888;
}

.route-component>a:nth-last-of-type(1) {
	font-size: 14px;
	font-weight: 300;
	color: #555555;
	line-height: 26px;
}

.route-component>.arrows {
	width: 6px;
	height: 10px;
	color: #888888;
}

.content-box {
	width: 100%;
}

.news-details>div>h2 {
	text-align: center;
}

.author-box {
	margin: 25px 0 0 0;
	display: flex;
	justify-content: center;
}

.author-box>span {
	font-size: 16px;
	font-weight: 400;
	color: #808080;
}

.author-box>span:nth-of-type(1) {
	margin: 0 30px 0 0;
}

.author-box>span:nth-of-type(2) {
	margin: 0 40px 0 0;
}

.social-box {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	padding: 0 0 20px 0;
}

.wb-icon {
	margin: 0 0 0 21px;
}

.qq-icon {
	margin: 0 0 0 23px;
}

.wx-icon {
	margin: 0 0 0 30px;
}

.social-box>span {
	font-size: 14px;
	font-weight: 500;
	color: #333333;
}

.social-box>.middle-word {
	padding: 0 8px;
}

.detail-box {
	padding: 29px 0 90px 0;
	border-top: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}

.prev-next-box {
	padding: 80px 0;
	justify-content: center;
}

.prev-next-box {
	color: #DDDDDD;
}

.close {
	margin: 0 26px;
}

.wechat-icon-box {
	margin: 0 0 0 23px;
}

.weixin-popup {
    position: absolute;
    display: none;
    bottom: 50px;
    left: -81px;
    z-index: 999;
    font-size: 14px;
}

.wechat-icon-box:hover .weixin-popup {
    display: block;
}

.weixin-popup .info {
    width: 202px;
    height: 195px;
    background: #FFFFFF;
    position: relative;
    box-shadow: 0 0 5px #A3A3A3;
    text-align: center;
}

.weixin-popup .info::before {
    content: '';
    position: absolute;
    display: block;
    height: 8px;
    width: 8px;
    background: #fff;
    transform: rotateZ(45deg);
    bottom: -4px;
    left: 50%;
    margin-left: -6px;
    border-right: 1px solid #E5E5E5;
    border-bottom: 1px solid #E5E5E5;
    color: #666666;
    font-size: 14px;
}

.weixin-popup .info .tit {
    width: 100%;
    height: 28px;
    line-height: 28px;
    background: #F3F3F3;
    font-family: Source Han Sans CN;
    font-weight: 400;
}

.weixin-popup .info img {
    width: 109px;
    height: 109px;
    margin-top: 3px;
    margin-bottom: 2px;
}

.weixin-popup .info .d {
    padding: 0 16px;
}

@media screen and (max-width:1199.98px) {

	h2 {
		font-size: 14px;
	}

	h2:nth-of-type(1) {
		margin: 10px 0 0 0;
	}

	h2:nth-of-type(2) {
		margin: 10px 0 0 0;
	}
	.news-02,.news-01 {
        padding: 0 3%;
    }

	.newstype-list {
		margin: 16px 0 0 0;
	}

	.newstype-list>li.active>a {
		font-size: 12px;
	}

	.newstype-list>li.active>i {
		width: 30px;
		height: 3px;
		margin: 14px auto 0;
	}

	.newstype-list>li:not(.active)>a {
		font-size: 12px;
	}

	.newstype-list>li:not(:nth-last-of-type(1)) {
		margin: 0 18px 0 0;
	}


	.news-01 .news-list {
		margin: 20px 0 0 0;
	}

	.news-01 .news-item {
		padding: 14px 3% 12px 3%;
	}

	.news-01 .news-item>h3 {
		font-size: 12px;
	}

	.news-01 .news-item>p {
		width: 90.8%;
		font-size: 12px;
		line-height: 16px;
		margin: 10px 0 0 0;
	}

	.news-01 .news-item>span {
		display: block;
		font-size: 12px;
		color: #222222;
		margin: 10px 0 0 0;
	}

	.news-02 .news-item {
		padding: 10px 3% 10px 3%;
	}

		.news-02 .news-item > .img-hover-wrapper {
            flex: none;
            width: 120px;
			height: 90px;
			margin: 0 10px 0 0;
		}

			.news-02 .news-item > .img-hover-wrapper > img {
			}

	.news-02 .news-item>div>h3:nth-of-type(1) {
		margin: 10px 0 0 0;
		font-size: 12px;
	}

	.news-02 .news-item>div>p:nth-of-type(1) {
		margin: 10px 0 0 0;
		font-size: 12px;
	}


	.news-02 .news-item>div>span:nth-of-type(1) {
		margin: 22px 0 0 0;
		font-size: 12px;
	}


	.news-details {
		display: block;
		justify-content: space-between;
		padding: 10px 3% 0 3%;
	}

	.content-box {
		width: 100%;
	}

	.news-details>div>h2 {
		margin: 10px 0 0;
	}

	.author-box {
		margin: 10px 0 0 0;
	}

	.author-box>span {
		font-size: 13px;
	}

	.author-box>span:nth-of-type(1) {
		margin: 0 10px 0 0;
	}

	.author-box>span:nth-of-type(2) {
		margin: 0 13px 0 0;
	}

	.social-box>span {
		font-size: 12px;
	}

	.social-box {
		padding: 0 0 10px 0;
	}

	.social-box>.middle-word {
		padding: 0 4px;
	}

		.social-box > img, .icon-weixin {
			width: 20px;
		}

	.wb-icon {
		margin: 0 0 0 10px;
	}

	.qq-icon {
		margin: 0 0 0 11px;
	}

	.wx-icon {
		margin: 0 0 0 15px;
	}
	.icon-weixin {
		margin: 0 0 0 15px;
	}
	.detail-box {
		padding: 30px 0 30px 0;
	}

	.prev-next-box {
		padding: 10px 0;
	}

		.prev-next-box > * {
            font-size: 12px;
			display: block;
			margin: 10px 0 0 0;
		}
}
