﻿@charset "utf-8";


.banner {
	height:500px;
	box-sizing:border-box;
}
.banner .swiper-slide,
.banner .swiper-container,.banner .swiper-wrapper {
	height:100%;
}
.banner .swiper-slide {
	position:relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.banner .swiper-slide .title{
    font-size: 40px;
    max-width: 1200px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 200px;
    color: #005097;
}

.banner .swiper-pagination {
	left: auto;
	right: 70px;
	top: 50%;
	bottom: auto;
	width: auto;
}
.banner .swiper-pagination-bullet {
	width: 14px;
	height: 14px;
	position: relative;
	background: #c1c6c9;
	border-radius: 100%;
	font-size: 0;
	display: block;
	opacity: 1;
	margin: 0 auto 31px;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
	
}
.banner .swiper-pagination-bullet-active {
	opacity: 1;
}
.banner .swiper-pagination-bullet-active:after{
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 32px;
	height: 32px;
	border-radius: 100%;
	border: 2px solid #b3ecff;
}
.sub-title{
	position: relative;
	padding-bottom: 20px;
	line-height: 36px;
	font-size: 26px;
	color: #606060;
	text-align: center;
}
.sub-title span{
	color: #005095;
}
.sub-title:before,
.sub-title:after{
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: #969696;
}
.sub-title:after{
	background: #005095;
	width: 100px;
	height: 2px;
	left: 50%;
	margin-left: -50px;
}

.sub-nav{
	position: absolute;
	z-index: 8;
	top: 460px;
	right: 50%;
	margin-right: -600px;
	background: #005095;
	width: 150px;
	text-align: center;
	padding: 12px 0;
	box-shadow: 1px 1px 8px rgba(0,0,0,.2);
}
.sub-nav dt{
	font-size: 18px;
	color: #fff;
	line-height: 30px;
	padding: 12px 0 12px;
}
.sub-nav dd{
	padding: 7px 0;
}
.sub-nav dd a{
	display: inline-block;
	line-height: 28px;
	font-size: 14px;
	color: #c1c6c9;
	padding: 0 17px;
	border: 1px solid transparent;
}
.sub-nav dd a.on{
	border-color: #b3ecff;
	color: #b3ecff;
}
.sub-nav.fixed{
	position: fixed;
	top: 100px;
}



.sub-container{
	padding-top: 80px;
}
.contact-wrapper{
	margin-top: 50px;
}
.message{
	float: left;
	width: 50%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 44px;
}
.message .tips{
	font-size: 16px;
	color: #666;
	margin-top: 18px;
	line-height: 24px;
}
.message form{
	margin-top: 19px;
}
.message form .ovh>div{
	float: left;
	border: 1px solid #e5e5e5;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	margin-bottom: 15px;
	font-size: 0;
}
.message form .ovh>div.first-name{
	width: 274px;
}
.message form .ovh>div.last-name{
	width: 274px;
	margin-left: 8px;
}
.message form .tit{
	font-size: 16px;
	color: #005096;
	line-height: 24px;
	padding: 10px 0 10px 18px;
}
.message form .text{
	line-height: 24px;
	font-size: 16px;
	padding: 10px 10px 10px 20px;
	width: 100%;
	height: 44px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: none;
	background: none;
	outline: none;
}
.message form .textarea{
	line-height: 24px;
	font-size: 16px;
	padding: 10px 10px 10px 20px;
	width: 100%;
	height: 120px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: none;
	background: none;
	outline: none;
	resize: none;
}
.message-submit{
	text-align: right;
}
.message-submit input{
	border: 1px solid #005096;
	width: 148px;
	height: 48px;
	text-align: center;
	color: #005096;
	border-radius: 0;
	font-size: 16px;
	background: transparent;
}
.contact-detail{
	width: 50%;
	float: right;
}
.contact-tit{
	font-size: 18px;
	color: #666;
	position: relative;
	line-height: 30px;
	padding-bottom: 13px;
}
.contact-tit:after{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 50px;
	height: 4px;
	background: #0078b4;
	display: block;
}
.contact-icon{
	margin-top: 63px;
}
.contact-icon li{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	margin-bottom: 33px;
}
.contact-icon .iconfont{
	display: block;
	width: 44px;
	height: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 32px;
	font-size: 28px;
	color: #07c0e7;
}
.contact-icon div{
	font-size: 16px;
	color: #666;
	line-height: 30px;
	width: 60px;
}
.contact-icon dt{
	margin-bottom: 8px;
}
.contact-icon dl{
	font-size: 16px;
	color: #666;
	line-height: 22px;
	-webkit-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	-o-flex: 1;
	flex: 1;
	padding-top: 3px;
}
.contact-icon .address dd{
	text-align: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	padding: 3px 0 3px 12px;
}
.contact-icon .address dd:before{
	content: '';
	display: block;
	position: absolute;
	top: 12px;
	left: 0;
	width: 4px;
	height: 4px;
	border-radius: 100%;
	background: #07c0e7;
}
.contact-map{
	position: relative;
	width: 100%;
	height: 500px;
	overflow: hidden;
	margin-top: 30px;
}
.contact-map-img{
	display: block;
    position: absolute;
    z-index: 0;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.team-swiper{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 100px 50px;
	position: relative;
}
.team-swiper .swiper-slide a{
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 5% 0 25px;
	background: #f1f8fe;
	text-align: center;
}
.team-swiper .swiper-slide a img{
	width: 80%;
	height: auto;
}
.team-swiper .team-item{
}
.team-swiper .team-item-name{
	font-size: 20px;
	font-weight: bold;
	color: #333;
	line-height: 1.5;
	margin-top: 20px;
}
.team-swiper .team-item-info{
	font-size: 14px;
	color: #666;
	line-height: 20px;
	margin-top: 5px;
	height: 40px;
	padding: 0 10%;
}
.team-swiper .team-item-pic{
	width: 100%;
	height: auto;
	display: none;
	margin: 0 auto;
}
.team-swiper .swiper-button-prev,
.team-swiper .swiper-button-next{
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	margin: 0;
	padding: 0;
	width: auto;
	height: 44px;
	background-image: none;
	font-size: 40px;
	line-height: 44px;
	color: #999;
}
.team-swiper .swiper-button-prev{
	left: -10px;
	text-align: left;
}
.team-swiper .swiper-button-next{
	right: -10px;
	text-align: right;
}
.team-item-more{
	font-size: 36px;
	margin-top: 15px;
	color: #005095;
}
.team-item-sub,
.team-item-detail{
	display: none;
}



.blue-cover{
	background: rgba(0, 80, 149, .7);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99;
	display: none;
}
.team-popup{
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 100;
	padding: 50px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	box-shadow: 0 0 8px rgba(0,0,0,.2);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background: #fff;
	width: 1000px;
	display: none;
}
.team-popup-head{
	overflow: hidden;
	line-height: 30px;
}
.team-popup-head .name{
	font-size: 18px;
	color: #333;
	font-weight: bold;
	float: left;
	position: relative;
}
.team-popup-head .name:after{
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 1.5em;
	height: 2px;
	background: #005095;
}
.team-popup-head .sub{
	font-size: 14px;
	color: #005095;
	float: left;
	margin-left: 10px;
}
.close-team-popup{
	position: absolute;
	top: -2px;
	right: -50px;
	width: 32px;
	height: 32px;
	text-align: center;
	line-height: 32px;
	font-size: 30px;
	z-index: 100;
	color: #fff;
	cursor: pointer;
	user-select: none;
}
.team-popup-detail{
	margin-top: 12px;
}
.team-popup-detail .pic{
	margin: 10px 15px 0 0;
	width: 180px;
}
.team-popup-detail .pic img{
	width: 100% !important;
	height: auto !important;
	display: block;
}
.team-popup-detail .txt{
	font-size: 14px;
	line-height: 28px;
	color: #666;
}
.team-popup-detail .txt p{
	padding: 4px 0;
}
.team-popup-swiper .swiper-container{
	height: 100%;
	width: 100%;
	font-size: 0;
}
.team-popup-swiper .swiper-slide{
	height: auto;
}

.viewpoint-container{
	padding: 50px 0 80px;
}
.viewpoint-list li{
	background: #f7f7f7;
	margin-bottom: 20px;
}
.viewpoint-list li a{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    font-size: 0;
    position: relative;
}
.viewpoint-list li a:after{
	content: '\e891';
	font-family: 'iconfont';
	display: block;
	position: absolute;
	bottom: 18px;
	right: 60px;
	font-size: 40px;
	color: #cdcdcd;
	border: 1px solid #d2d2d2;
	width: 58px;
	height: 48px;
	text-align: center;
	line-height: 49px;
	pointer-events: none;
}
.viewpoint-list li .pic{
	padding: 15px;
	width: 210px;
}
.viewpoint-list li .pic img{
	width: 100%;
	height: auto;
}
.viewpoint-list li .txt{
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    -o-flex: 1;
    flex: 1;
    margin: 35px 90px 0 50px;
}
.viewpoint-list li .tit{
	font-size: 16px;
	color: #000;
	line-height: 24px;
}
.viewpoint-list li .info{
	font-size: 14px;
	color: #666;
	line-height: 24px;
	margin-top: 22px;
	height: 48px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.viewpoint-list li .date{
	width: 172px;
	margin-top: 28px;
	color: #909090;
}
.viewpoint-list li .day{
	font-size: 30px;
	line-height: 40px;
}
.viewpoint-list li .year{
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	margin-top: -2px;
	margin-left: 3px;
}
.viewpoint-list li:hover{
	box-shadow: 0 0 10px rgba(0,0,0,.15);
}
.viewpoint-list li:hover a{
	background: #f1f8fe;
}
.viewpoint-list li:hover a:after{
	color: #fff;
	border-color: #b3ecff;
	background: #b3ecff;
}
.viewpoint-list li:hover .pic{
	background: #b3ecff;
}
.load-more-btn{
	width: 148px;
	height: 48px;
	border: 1px solid #005095;
	color: #005095;
	font-size: 16px;
	line-height: 48px;
	text-align: center;
	margin: 20px auto 0;
	cursor: pointer;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	user-select: none;
}
.load-more-btn:active{
	background: #005095;
	color: #fff;
}
.viewpoint-container .load-more-btn{
	margin-top: 40px;
}

.join .container{
	padding-top: 50px;
}
.join-tab{
	overflow: hidden;
}
.join-tab a{
	float: left;
	display: block;
	width: 238px;
	height: 38px;
	border: 1px solid #005095;
	background: transparent;
	color: #005095;
	font-size: 16px;
	text-align: center;
	line-height: 38px;
	margin-right: 45px;
}
.join-tab a.on{
	background: #005095;
	color: #fff;
}
.join-content{
	margin-top: 30px;
}
.join-tit{
	background: url('/images/bg.png') 0 -150px;
	height: 32px;
	cursor: pointer;
	color: #333;
	font-size: 16px;
	line-height: 32px;
	padding-left: 24px;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.join-tit:after{
	content: '\e83d';
	font-family: 'iconfont';
	display: block;
	position: absolute;
	right: 13px;
	top: 0;
	height: 32px;
	line-height: 32px;
	color: #a5a5a5;
}
.join-tit.on{
	background-position: 0 -100px;
	color: #fff;
}
.join-tit.on:after{
	color: #fff;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
	line-height: 34px;
}
.join-detail{
	font-size: 14px;
	color: #666;
	padding: 20px;
	display: none;
}
.joinus-info {
    text-align: center;
    padding-top: 30px;
    font-size: 16px;
}

.join-detail-info span{
	padding: 0 10px 5px;
}
.join-detail-tit{
	line-height: 24px;
	margin: 20px 0 2px;
}
.join-detail-tit.md ul {
    list-style: disc outside;
}

.join-detail-tit.md ol{
    list-style: decimal outside;
}

.join-detail-tit.md li {
    margin-left: 16px;
}

.join-detail dd,
.join-detail dt{
	position: relative;
	line-height: 24px;
	padding: 3px 0 3px 18px;
}

.join-detail p{
	line-height: 22px;
	padding: 6px 0 6px 18px;
}
.join-item{
	margin-bottom: 20px;
}





@media screen and (max-width: 1200px) {
	.sub-nav{
		display: none;
	}
	.history-swiper{
		margin-top: 20px;
		width: 100%;
	}
	.banner {
		height: 30vw;
    }
    .banner .swiper-slide .title{
        font-size: 18px;
        margin-left: 40px;
        margin-top: 90px;
    }
	.banner .swiper-pagination-fraction{
		display: none;
	}
	.banner .swiper-pagination{
		right: 0;	
		bottom: 1vw;
		top: auto;
		width: 100%;
		text-align: center;	
	}
	.banner .swiper-pagination-bullet{
		width: 10px;
		height: 10px;
		display: inline-block;
		margin: 0 10px;
	}
	.banner .swiper-pagination-bullet-active{
		background: #005096;
	}
	.banner .swiper-pagination-bullet-active:after{
		display: none;
	}

	.sub-title{
		font-size: 18px;
		line-height: 30px;
		padding-bottom: 10px;
	}
	.contact-map{
		height: 40vh;
	}
	.contact-map-img{
	    -webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	    -o-transform: translate(-50%, -50%);
	    transform: translate(-50%, -50%);
	}
	.team-swiper{
		padding: 50px;
	}
	.team-popup{
		width: 100%;
		height: 100%;
		overflow: hidden;
		padding: 0;
	}
	.team-popup-swiper{
		width: 100%;
		height: 100vh;
		padding: 40px 0 10px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.team-popup-swiper .swiper-container{

	}
	.team-popup-swiper .swiper-slide{		
		padding: 0 20px 10px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.close-team-popup{
		top: 10px;
		right: 10px;
		color: #005095;
		font-size: 26px;
	}
	.team-popup-detail{
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-top: 0;
	}
	.team-popup-detail .pic{
		width: 100%;
		margin-bottom: 10px;
	}
	.team-popup-detail .pic img{
		max-width: 200px;
		margin: 0 auto;
	}
	.team-popup-head .name,
	.team-popup-head .sub{
		float: none;
	}
	.team-popup-head .sub{
		margin-left: 0;
		line-height: 1.3;
		margin-top: 8px;
	}
	.viewpoint-list li{
		padding: 15px;
	}
	.viewpoint-list li .pic{
		width: 20%;
		padding: 0;
	}
	.viewpoint-list li .txt{
		margin: 0 15px;
	}
	.viewpoint-list li .tit{
		font-size: 14px;
		line-height: 22px;
	}
	.viewpoint-list li .info{
		font-size: 12px;
		line-height: 18px;
		height: 36px;
		margin-top: 10px;
	}
	.viewpoint-list li a:after{
		display: none;
	}
	.viewpoint-list li .date{
		width: auto;
		margin-top: 0;
	}
	.viewpoint-list li .day{
		font-size: 14px;
		line-height: 1.5;
	}
	.viewpoint-list li .year{
		font-size: 12px;
		font-weight: normal;
		line-height: 1.5;
		margin-left: 0;
	}
	.viewpoint-container{
		padding: 30px 0;
	}
	.join-tab a{
		width: 150px;
		height: 34px;
		line-height: 34px;
		margin-right: 20px;
		font-size: 14px;
		float: none;
		display: inline-block;
	}
	.join .container{
		padding-top: 30px;
	}
	.join-tab{
		text-align: center;
	}
	.join-tit{
		line-height: 18px;
		padding-top: 7px;
		padding-bottom: 7px;
		height: auto;
		background: #c1c6c9;
	}
	.join-tit:after{
		top: 50%;
		margin-top: -16px;
	}
	.join-tit.on{
		background: #005095;
	}
}
@media screen and (max-width: 768px){
	.sub-container{
		padding-top: 30px;
	}
	.message,
	.contact-detail{
		width: 100%;
		padding: 0 20px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.message form .ovh>div.last-name,
	.message form .ovh>div.first-name{
		width: 100%;
		margin: 0 0 15px 0;
	}
	.message form .ovh>div{
		margin-bottom: 15px;
	}
	.contact-detail{
		margin-top: 20px;
	}
	.contact-icon{
		margin-top: 30px;
	}
	.contact-map-img{
		height: 100%;
	    -webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	    -o-transform: translate(-50%, -50%);
	    transform: translate(-50%, -50%);
	}
	.team-popup-head .name{
		font-size: 16px;
	}
}
@media screen and (max-width: 480px) {	
	.banner .swiper-pagination-bullet{
		width: 6px;
		height: 6px;
		margin: 0 3px;
	}
    .banner .swiper-slide .title{
        font-size: 14px;
        margin-top: 12px;
    }  
	.contact-wrapper{
		margin-top: 30px;
	}
	.contact-tit{
		font-size: 16px;
	}
	.message .tips{
		font-size: 14px;
		margin-top: 15px;
	}
	.message form{
		margin-top: 10px;
	}
	.message form .tit{
		font-size: 14px;
	}
	.contact-icon div{
		font-size: 13px;
		width: 50px;
	}
	.contact-map{
		height: 30vh;
	}
	.contact-icon li{
		margin-bottom: 20px;
	}
	.team-swiper{
		padding: 30px 0;
	}
	.team-swiper .swiper-button-prev,
	.team-swiper .swiper-button-next{
		display: none;
	}
	.team-swiper .team-item-name{
		font-size: 16px;
		margin-top: 10px;
	}
	.team-swiper .team-item-info{
		height: auto;
	}
	.team-item-more{
		font-size: 30px;
		margin-top: 12px;
	}
	.team-swiper .swiper-slide a{
		padding-bottom: 15px;
	}
	.load-more-btn{
		width: 100px;
	    height: 34px;
	    font-size: 14px;
	    line-height: 34px;
	}
	.viewpoint-list li a{
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.viewpoint-list li{
		background: #f2f2f2;
	}
	.viewpoint-list li .pic{
		width: 100%;
		padding-bottom: 10px;
	}
	.viewpoint-list li .txt{
		margin: 0 15px 0 0;
	}
	.join-tab a{
		width: auto;
		height: 30px;
		line-height: 30px;
		margin-right: 20px;
		padding: 0 15px;
	}
	.join .container{
		padding-top: 20px;
	}
	.join-content{
		margin-top: 10px;
	}
	.join-item{
		margin-bottom: 10px;
	}
	.join-tit{
		font-size: 14px;
		padding-left: 20px;
	}
	.join-tit:after{
		color: #fff;
	}
	.join-detail{
		padding: 15px;
	}
	.join-detail-tit{
		margin-top: 15px;
	}
	.join-detail dd, 
	.join-detail dt{
		padding-left: 14px;
	}
	.message-submit input{
		font-size: 14px;
		width: 100px;
		height: 34px;
	}
	.contact-icon dl{
		font-size: 14px;
	}
	.contact-icon dt{
		margin-bottom: 3px;
	}
}


/* 20220122 */

.information-wrapper {
    padding: 50px 0 55px;
}

.tab-nav {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.tab-nav a {
    display: block;
    font-size: 18px;
    color: #808080;
    line-height: 60px;
    width: calc((100% - 30px) / 4);
    text-align: center;
    background: #eee;
}

.tab-nav a:hover {
    color: #005097;
}

.tab-nav a.on {
    background: #005097;
    color: #fff;
}

.information-list {
    margin-top: 45px;
    margin-bottom: 40px;
}

.information-list li {
    margin-bottom: 12px;
}

.information-list a {
    display: flex;
    padding: 20px 38px 25px 20px;
    background: #f9f9f9;
    justify-content: space-between;
    align-items: center;
    transition: all .2s;
}

.information-list .txt {
    margin-right: 45px;
    flex: 1;
}

.information-list .head {
    display: flex;
    justify-content: space-between;
    line-height: 24px;
}

.information-list .tit {
    font-size: 16px;
    color: #000;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-right: 40px;
}

.information-list .date {
    font-size: 14px;
    color: #868686;
    white-space: nowrap;
}

.information-list .info {
    font-size: 14px;
    line-height: 2;
    color: #868686;
    margin-top: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.information-list .icon:before {
    content: '\e891';
    font-family: 'iconfont';
    display: block;
    font-size: 40px;
    color: #cdcdcd;
    border: 1px solid #d2d2d2;
    width: 58px;
    height: 48px;
    text-align: center;
    line-height: 49px;
    pointer-events: none;
    transition: all .2s;
}

.information-list a:hover {
    background: #f1f8fe;
    box-shadow: 0 0 8px rgba(0, 0, 0, .15);
}

.information-list a:hover .icon:before {
    background: #b3ecff;
    color: #fff;
    border-color: #b3ecff;
}

@media screen and (max-width:1200px) {
    .information-wrapper {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media screen and (max-width:768px) {
    .tab-nav a {
        font-size: 12px;
        line-height: 40px;
        width: calc((100% - 6px) / 4);
    }
    .information-list .head {
        line-height: 1.4;
    }
    .information-list .tit {
        font-size: 14px;
        margin-right: 15px;
    }
    .information-list .icon:before {
        display: none;
    }
    .information-list .txt {
        margin-right: 0;
    }
    .information-list {
        margin-top: 25px;
        margin-bottom: 25px;
    }
    .information-list .date {
        font-size: 12px;
    }
    .information-list .info {
        font-size: 12px;
        line-height: 1.7;
    }
}

@media screen and (max-width:480px) {
    .tab-nav a {
        width: calc((100% - 5px) / 2);
        margin-bottom: 5px;
    }
    .information-wrapper {
        padding-top: 25px;
        padding-bottom: 30px;
    }
}