@charset "utf-8";
banner{
	display: block;
	width: 100%;
	height: 260px;
	background: url(../img/news_banner.png) no-repeat center center;
}
banner.industry{
	background: url(../img/industry_banner.png) no-repeat center center;
}
/*内容*/
/*头部*/
.content{
	color: #808080;
	width: 1200px;
	padding-left: calc(50% - 600px);
	float: left;
	padding-bottom: 90px;
	
}
.content a{
	color: #808080;
}
.content h3{
	float: left;
    width: 100%;
    padding-bottom: 15px;
    position: relative;
    border-bottom: 1px solid #e8e9eb;
    font-weight: normal;
    padding-top: 40px;
}
.content h3 .title{
	width: 240px;
	float: left;

}
.content h3 .title p:first-child{
	font-size: 20px;
	color: #333;
}
.content h3 .title p:last-child{
	font-size: 16px;
}
.content h3 ul{
	float: left;
	position: absolute;
	left: 240px;
	bottom: 15px;
}
.content h3 ul li i,.content h3 ul li a{
	float: left;
}
.content h3 ul li i{
	float: left;
    line-height: 21px;
    margin-right: 8px;
    font-size: 20px;
}
.content h3 ul i.rightJiantou{
	float: left;
    margin: 5px 18px;
    font-size: 14px;
    color: #999;
}
.content h3 ul li{
	float: left;
}
.content h3 ul li a{
	color: #999;
}
.content h3 ul li a.active{
	color: #666;
}



/*左侧*/
.left{
	width: 180px;
	float: left;
	font-size: 16px;
	
}
.left ul{
	margin-top: 10px;
}
.left ul li{
	width: 100%;
  	padding: 15px 0;
  	border-bottom: 1px solid #e8e9eb;
}
.left ul li a{
	width: 100%;
	padding-left: 12px;
	height: 15px;
	line-height: 16px;
	color: #808080;
	border-left:4px solid #fff;
}
.left ul li a.active{
	color: #366fe2;
	border-left:4px solid #366fe2;
}


/*右侧*/
.right{
	width: calc(100% - 240px);
	float: right;
	margin-top: 25px;
}


/*第一部分*/
.right .part1{
    box-shadow: 0px 0px 15px 0px rgba(7,26,57,0.2);
    padding: 35px;	
}
.right .part1 h3{
	padding: 0;
}
.right .part1 h3 a{
    text-align: center;
    color: #366fe2;
    font-size: 24px;
    /* border-left: 3px solid #366fe2; */
    padding: 0;
    line-height: 25px;
    /* padding-left: 20px; */
    width: calc(100% - 24px);
    margin-bottom: 30px;
    margin-top: 25px;
    display: inline-block;
    line-height: 30px;
    display: inline-block;
}
.right .part1 .small_tit{
	display: inline-block;
	color: #999;
	margin-top: 5px;
}
.right .part1 .small_tit p{
	display: inline-block;
	margin: 10px 0;
	padding: 0 20px;
	border-right: 1px solid #e8e9eb;
    line-height: 15px;
}
.right .part1 .small_tit span{
	display: inline-block;
	margin-left: 8px;
}
.right .part1 .small_tit p:first-child span{
	margin-left: 0;
}
.right .part1 .small_tit p:last-child{
	border-right: 0;
}
.right .part1 .small_tit p a{
	color: #999;
}
.right .part1 .pic{
	width: 680px;
    height: 400px;
    margin-left: calc(50% - 380px);
    margin-top: 40px;
}
.right .part1 .pic img{
	width: 100%;
	height: 100%;
}
.right .part1 .artice{
	line-height: 30px;
	margin-top: 45px;
}
.right .part1 .artice span,.right .part1 .artice img{
	display: inline-block;
}
/*相关推荐*/
.right .part2{
	box-shadow: 0px 0px 15px 0px rgba(7,26,57,0.2);
    padding: 25px;
    padding-top: 0;
    margin-top: 40px;
}
.right .part2 h3{
	padding: 0;
	height: 55px;
	line-height: 55px;
	color: #4c4c4c;
	font-size: 16px;
	margin-bottom: 20px;
}
.right .part2 ul{
	width: 100%;
	display: inline-block;
}
.right .part2 li{
	width: calc(100% - 50px);
	padding-left: 50px;
	height: 45px;
	line-height: 45px;
	background:#fff;
	background-position: 10px 16px;
	border-radius: 4px;
	cursor: pointer;
	position: relative;
}

.right .part2 li i.iconfont{
	position: absolute;
    left: 9px;
    font-size: 18px;
    color: #b1b1b3;
}
.right .part2 li.active{
	background:#f2f3f5;
	background-position: 10px 16px;
	
}
.right .part2 li.active .iconfont{
	color:#366fe2
}
.right .part2 li .time{
	float: right;
	margin-right: 10px;
	font-family:"microsoft yahei",'PingFang SC','HeitiSC',"arial, helvetica, sans-serif";
}
/*线*/
@-moz-keyframes animateRight{
	from{left: -380px;}
	to{left: 0px;}
}
@-ms-keyframes animateRight{
	from{left: -380px;}
	to{left: 0px;}
}
@-webkit-keyframes animateRight{
	from{left: -380px;}
	to{left: 0px;}
}
@keyframes animateLeft{
	from{left: -380px;}
	to{left: 0px;}
}

@-moz-keyframes animateLeft{
	from{left: 0px;}
	to{left: -380px;}
}
@-ms-keyframes animateLeft{
	from{left: 0px;}
	to{left: -380px;}
}
@-webkit-keyframes animateLeft{
	from{left: 0px;}
	to{left: -380px;}
}
@keyframes animateLeft{
	from{left: 0px;}
	to{left: -380px;}
}

.animateLeft{
	animation: animateLeft both 0.8s;

}
.animateRight{
	animation: animateRight both 0.8s;
}






