.body { 
	background: url(bg.jpg) no-repeat center top;
	min-width: 1200px;
}

.body .box1 { 
	width: 1200px;
	height: 260px;
	margin: 0 auto;
	position: relative;
}

.body .box1 .bread { 
	color: #fff;
	font-size: 14px;
	position: absolute;
	left: 0px;
	bottom: 15px;
}

.body .box1 .bread ul li .sp { 
	padding: 0 4px 0 0;
}

.body .box2 ._box1 { 
	height: 70px;
    background: url(tt1.png) no-repeat center center;
    margin: 30px 0 45px;    text-align: center;
    color: #03528d;
    font-size: 45px;
    font-weight: bold;
    line-height: 88px;
}
.body .box2 ._box1.start_stgy { 
	height: 70px;
    background: url(title_strategy.png) no-repeat center center;
    margin: 30px 0 45px;
	text-indent: -999999px;
}

.body .box2 ._box1.gonglue { 
	height: 66px;
	background: url(tt2.png) no-repeat center center;
	margin: 42px 0 37px;
	text-indent: -999999px;
}

.body .box2 ._box2 { 
	border-bottom: 2px solid #3399ff;
	position: relative;
	height: 40px;
}

.body .box2 ._box2 ul { 
	width: 620px;
	position: absolute;
	left: 50%;
	top: 0px;
	font-size: 18px;
	padding-bottom: 23px;
	z-index: 10;
	margin-left: -310px;
}

.body.strategy .box2 ._box2 ul { 
	width: 420px;
	margin-left: -180px;
}

.body .box2 ._box2 ul li { 
	color: #3a3c41;
	height: 20px;
	line-height: 20px;
	position: relative;
}

.body .box2 ._box2 ul li .lk { 
	padding-bottom: 36px;
}
.body .box2 ._box2 ul li .lk:hover{
	color: #3399ff;
    font-weight: bold;
} 

.body .box2 ._box2 ul li .sp { 
	margin: 0 46px;
}

.body .box2 ._box2 ul li.on .lk { 
	color: #3399ff;
	background: url(icon.png) no-repeat center bottom;
	font-weight: bold;
}

.body .box2 ._box3 { 
	padding-bottom: 60px;
	overflow: hidden;
	position: relative;
}

.body .box2 ._box3 .__box1 .content ul { 
}

/* //?????? */
.body .content ul li { 
	width: 100%;
	border-bottom: 1px solid #dfdfdf;
	cursor: pointer;
	background-repeat: repeat-x;
	background-position: 0 0;
	transition: all .5s;
	-moz-transition: all .5s;	/* Firefox 4 */
	-webkit-transition: all .5s;	/* Safari 和 Chrome */
	-o-transition: all .5s;	/* Opera */
}
 .body .content ul li:hover {
	background: url(bg1.jpg) left top;
	background-position: -100px 0;
}
 .body .content ul li:hover .tag{
	background: url(tag1.png) no-repeat;
	color: #333;
}
.body .content ul li a {
	left: 0;
}
 .body .content ul li:hover a{
	/* left: -60px; */
	position: relative;
	transition: all .5s;
	-moz-transition: all .5s;	/* Firefox 4 */
	-webkit-transition: all .5s;	/* Safari 和 Chrome */
	-o-transition: all .5s;	/* Opera */
}
 .body .content ul li:hover a .tt {
	font-weight: bold;
}

 .body .content ul li a { 
	display: block;
    padding: 35px 0 35px 80px;
    margin: 0 auto;
    text-decoration: none;
	width: 800px;
	margin-right: 30%;
}
 .body .content ul li a .tt {
	font-size: 20px;
	color: #333333;
	margin-bottom: 10px;
}

 .body .content ul li a .tt .time { 
	margin-right: 5px;
}

 .body .content ul li a .tt .name { 

}

 .body .content ul li a .cnt { 
	font-size: 15px;
	color: #999;
	line-height: 24px;
}

 .body .content ul li a .tag { 
	display: block;
	width: 70px;
	height: 34px;
	line-height:34px;
	text-align: center;
	color: #fff;
	left: 0;
	top: 35px;
	background: url(tag0.png) no-repeat;
	font-size: 18px;
}

.body .box2 ._box3 .__box2 { 
    width: 1200px;
    margin: 0 auto;
    margin-right: 22%;
}

.body .box2 ._box3 .__box2 .pagination { 
	text-align: center;
	height: 40px;
	margin: 37px 0;
	font-size: 16px;
	color: #333333;
}

.body .box2 ._box3 .__box2 .pagination a { 
    min-width: 40px;
    height: 40px;
    line-height: 40px;
    background: #3399ff;
   
    display: block;
    border-radius: 20px;
    white-space: nowrap;
    color: #fff;    padding: 0 15px;
}

.body .box2 ._box3 .__box2 .pagination ul li{ display: inline-block;margin-right: 10px;}

.body .box2 ._box3 .__box2 .pagination ul li.active a{ 
	min-width: 40px;
    height: 40px;
    line-height: 40px;
    background: #ffea17;
    display: inline-block;
    margin-right: 10px;
    border-radius: 20px;
    color: #333;
}

.body .box2 ._box3 .__box2 .pagination .sumpage { 
	display: inline-block;
}

.hide{
	display: none;
}
.show{
	display: block;
}



.line_move path{
    animation: line_move 3s linear forwards;
    stroke-dasharray: 100px;
    opacity: .8;
}
 
@keyframes line_move {
  0%{
      stroke-dashoffset: 100px;
  }
  100%{
      stroke-dashoffset: 0;
  }
}

.sideBar{
	top: 0;
}