.animated{
	opacity: 0;
}
/*banner*/
.banner {
	width: 100%;
	height: 520px;
	background-size: cover;
	background-position: bottom center;
	position: relative;
	overflow: hidden;
}
.banner .inner {
	width: 1400px;
	display: -webkit-flex; /* Safari */
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	height: 100%;
}
.banner .banner_border {
	border-style: solid;
	border-color: #FFFFFF;
	border-width: 0;
	position: absolute;
	inset: 0;
	-webkit-transition: all .4s ease-out;
	transition: all .4s ease-out;
	z-index: 2;
	width: 100%;
	height: 100%;
}
.banner.fix .banner_border {
	border-width: 60px 60px 0px;
}
.banner .banner_text {
	position: relative;
	z-index: 3;
}
.banner .banner_text h2 {
	color: #fff;
	font-size: 48px;
	line-height: 1.1;
	font-weight: bold;
}

/*main*/
.main{
	padding: 5.52% 0 11%;
}
.main .inner {
	width: 1400px;
}
.main .left-part{
	display: inline-block;
	vertical-align: top;
	width: 18.6%;
	margin-right: 4.9%;
}
.main .left-part h3{
	background-color: #b71b30;
	font-size: 32px;
	color: #fff;
	font-weight: normal;
	height: 4.375em;
	line-height: 4.375em;
	border-top-right-radius: 0.625em;
	padding-left: 21%;
}
.main .left-part li{
	border-bottom: 1px solid rgba(0,0,0,0.1);
}
.main .left-part li:last-child{
	border-bottom: 0 none;
}
.main .left-part li a{
	display: block;
	font-size: 22px;
	color: #333;
	line-height: 3em;
	height: 3em;
	padding-left: 15%;
}
.main .left-part li.active a,.main .left-part li:hover a{
	background-repeat: repeat-x;
	background-size: auto 100%;
	background-position: left top;
	background-image: url(../images/news_list_left_bg.png);
	color: #b71b30;
}
.main .left-part li img{
	vertical-align: middle;
	margin-right: 6.9%;
	width: 0.82em;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;
}
.main .left-part li.active img,.main .left-part li:hover img{
	background-position: center bottom;
}
.main .left-part li span{
	vertical-align: middle;
}
.main .right-part{
	display: inline-block;
	vertical-align: top;
	width: 76.5%;	
}
#list{
	margin-bottom: 7.86%;
}
#list li{
	margin-bottom: 3%;
}
#list li:last-child{
	margin-bottom: 0
}
#list li a{
	border-bottom: 1px solid rgba(34,34,34,0.1);
	padding-bottom: 3.36%;
	-webkit-display: flex;
	-webkit-align-items: center;
	-webkit-justify-content: space-between;
	-webkit-flex-direction: row;
	-moz-display: flex;
	-moz-align-items: center;
	-moz-justify-content: space-between;
	-moz-flex-direction: row;
	-ms-display: flex;
	-ms-align-items: center;
	-ms-justify-content: space-between;
	-ms-flex-direction: row;
	-o-display: flex;
	-o-align-items: center;
	-o-justify-content: space-between;
	-o-flex-direction: row;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: row;
}
#list li a:hover{
	border-color: #b71b30;
}
#list .img-box{
	width: 20.43%;
	-webkit-flex-shrink: 0;
	-moz-flex-shrink: 0;
	-ms-flex-shrink: 0;
	-o-flex-shrink: 0;
	flex-shrink: 0;
}
#list .img-box img{
	width: 100%;
}
#list .text-box{
	-webkit-flex-grow: 1;
	-moz-flex-grow: 1;
	-ms-flex-grow: 1;
	-o-flex-grow: 1;
	flex-grow: 1;
	overflow: hidden;
}
.conference-page #list .text-box{
	padding: 0 4.29%;
}
#list .text-box .time{
	font-size: 14px;
	color: #333;
	opacity: 0.5;
}
#list .text-box h5{
	font-size: 28px;
	font-weight: bold;
	color: #333;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	margin: 1em 0;
}
#list a:hover .text-box h5{
	color: #b71b30;
}
#list .text-box p{
	font-size: 14px;
	color: #999999;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
#list a:hover .text-box p{
	color: #333;
}
#list .tri{
	-webkit-flex-shrink: 0;
	-moz-flex-shrink: 0;
	-ms-flex-shrink: 0;
	-o-flex-shrink: 0;
	flex-shrink: 0;
	background-repeat: no-repeat;
	background-image: url(../images/news_list_tri_bg.png);
	background-size: 100% auto;
	background-position: center top;
}
#list a:hover .tri{
	background-position: center bottom;
}


/*新列表页*/
.company2-page #list{
	-webkit-display: flex;
	-webkit-align-items: flex-start;
	-webkit-justify-content: flex-start;
	-webkit-flex-direction: row;
	-webkit-flex-wrap: wrap;
	-moz-display: flex;
	-moz-align-items: flex-start;
	-moz-justify-content: flex-start;
	-moz-flex-direction: row;
	-moz-flex-wrap: wrap;
	-ms-display: flex;
	-ms-align-items: flex-start;
	-ms-justify-content: flex-start;
	-ms-flex-direction: row;
	-ms-flex-wrap: wrap;
	-o-display: flex;
	-o-align-items: flex-start;
	-o-justify-content: flex-start;
	-o-flex-direction: row;
	-o-flex-wrap: wrap;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-direction: row;
	flex-wrap: wrap;
}
.company2-page #list li{
	width: 30.5%;
	margin-right: 4.25%;
	margin-bottom: 3.36%;
}
.company2-page #list li:last-child{
	margin-bottom: 3.36%;
}
.company2-page #list li:nth-child(3n){
	margin-right: 0;
}
.company2-page #list li a{
	display: block;
	padding-bottom: 0;
	border-bottom: 0 none;
}
.company2-page #list .img-box{
	width: 100%;
	margin-bottom: 18px;
}
.company2-page #list .text-box .time{
	margin-bottom: 1em;
}
.company2-page #list .text-box h5{
	font-size: 18px;
	margin: 0 0 0.6em;	
}
.company2-page #list .text-box p{
	line-height: 1.7;
	white-space: normal;
	height: 3.4em;
}

.company2-page.company3-page #list li{
	width: 22.55%;
	margin-right: 3.2%;
	margin-bottom: 3.36%;
}
.company2-page.company3-page #list li:nth-child(3n){
	margin-right: 3.2%;
}
.company2-page.company3-page #list li:nth-child(4n){
	margin-right: 0;
}
@media only screen and (max-width:1600px) {/*X0.8*/
	/*banner*/
	.banner.fix .banner_border {
		border-width: 48px 20px 0;
	}

	.banner .banner_text h2 {
		font-size: 38px;
	}

	/*main*/
	#list .text-box .time{
		font-size: 14px;
	}
	#list .text-box h5{
		font-size: 22px;
		margin: 1em 0;
	}
	#list .text-box p{
		font-size: 14px;
	}


	.main .left-part h3{
		font-size: 26px;
	}
	.main .left-part li a{
		font-size: 18px;
	}

	/*新列表页*/
	.company2-page #list .img-box{
		margin-bottom: 14px;
	}
	.company2-page #list .text-box h5{
		font-size: 14px;
	}
}

@media only screen and (max-width:1440px) {
	/*banner*/
	.banner {
		height: 410px;
	}
}
@media only screen and (max-width:1024px) {/*X0.5*/
	/*banner*/
	.banner {
		height: 280px;
	}
	.banner.fix .banner_border {
		border-width: 30px 20px 0px;
	}
	.banner .banner_text h2 {
		font-size: 2.8rem;
	}
	/*main*/
	.main{
		padding: 50px 0 100px;
	}
	#list li a:hover{
		border-color: rgba(34,34,34,0.1);
	}
	
	#list .text-box .time{
		font-size: 1.2rem;
	}
	#list .text-box h5{
		font-size: 1.9rem;
		margin: 10px 0;
	}
	#list a:hover .text-box h5{
		color: #333;
	}
	#list .text-box p{
		font-size: 1.2rem;
	}
	#list li a{ position:relative; padding-bottom: 20px;}
	#list .text-box{ padding: 0 4.29%;}
	#list a:hover .text-box p{
		color: #999;
	}
	#list .tri{ width: 10px; right: -5px;}
	#list a:hover .tri{
		background-position: center top;
	}



	
	.main .left-part h3{
		font-size: 16px;
	}
	.main .left-part li a{
		font-size: 11px;
	}
	/*新列表页*/

	.company2-page #list li{
		width: 47.5%;
		margin-right: 5%;
	}
	.company2-page #list li:nth-child(3n){
		margin-right: 5%;
	}
	.company2-page #list li:nth-child(2n){
		margin-right: 0;
	}
	.company2-page #list .img-box{
		margin-bottom: 1.5rem;
	}
	.company2-page #list .text-box{
		padding: 0;
	}
	.company2-page #list .text-box h5{
		font-size: 1.5rem;
	}
	
	.company2-page.company3-page #list li{
		width: 47.5%;
		margin-right: 5%;
	}
	.company2-page.company3-page #list li:nth-child(3n){
		margin-right:5%;
	}
	.company2-page.company3-page #list li:nth-child(2n){
		margin-right: 0;
	}
}

@media only screen and (max-width:768px){
	#list .img-box{
		width:100%;
	}
	.conference-page #list li a{flex-direction:column; position: relative;}
	.conference-page #list .text-box{ width:100%; margin-top: 20px;}
	#list .text-box h5{
		font-size: 1.7rem;
		margin: 10px 0;
	}
	#list .tri{ position:absolute; right: 0; bottom:30px;}



	.main .left-part{
		width: 100%;
		margin-right: 0;
		margin-bottom: 2rem;
	}
	.main .left-part h3{
		font-size: 2rem;
		padding-left: 0;
		height: auto;
		line-height: 1em;
		background-color: transparent;
		color: #b71b30;
		font-weight: bold;
	}
	.main .left-part ul{
		border-bottom: 1px solid rgba(0,0,0,0.1);
		white-space: nowrap;
		overflow-x: auto;
		width: 100%;
		padding: 2rem 0;
	}
	.main .left-part li{
		display: inline-block;
		vertical-align: top;
		border-bottom: 0 none;
		margin-right: 2rem;
	}
	.main .left-part li:last-child{
		border-bottom: 0 none;
		margin-right: 0;
	}
	.main .left-part li a{
		font-size: 1.5rem;
		padding-left: 0;
		height: auto;
		line-height: 1;
		padding-bottom: 0.5em;
		border-bottom: 1px solid transparent;
		display: inline;
	}
	.main .left-part li.active a,.main .left-part li:hover a{
		background-image: none;
	}
	.main .left-part li.active a{
		border-color: #b71b30;
	}
	.main .left-part li img{
		display: none;
	}
	.main .right-part{
		width: 100%;	
	}


	/*新列表页*/
	.company2-page #list{
		-webkit-display: block;
		-moz-display: block;
		-ms-display: block;
		-o-display: block;
		display: block;
	}
	.company2-page #list li{
		width: 100%;
		margin-right: 0;
	}
	
	.company2-page.company3-page #list li{
		width: 100%;
		margin-right: 0;
	}
}
@media only screen and (max-width:767px){
	
}
@media only screen and (max-width:414px) {
	.banner {
		height: 300px;
	}
}





