@charset "utf-8";
/*大事记start*/



.event_box{ width: 898px; margin: 1rem auto 0;position: relative; min-height: 420px;}

.event_box .parHd {width: 100%; display: inline-block;

    height: 92px;

    overflow: hidden;}

.parHd  ul{ width: 100%; text-align: center; margin: 0 auto; padding-top: 25px !important;}

.parHd .tempWrap{ margin: 0 auto;}

.parHd .tempWrap:after{      content: '';

    width: 85%;

    height: 2px;

    background: #df2f00;

    position: absolute;

    /* top: 33%; */

    /* right: -140%; */

    right: 8%;

    top: 86%;

    /* margin-top: -0.5px; */

    z-index: 10;}

/*.parHd li:before{ content: ''; width: 180%; height: 1px; background: #580000; position: absolute;top: 0; right:-140%;right: 0;} */

.parHd li.no_line:before{ display: none;}

.parHd li{  display: inline-block; cursor: pointer; padding-top: px; font-size: 18px; color: #999;margin:0 30px; position: relative; height: 56px; }

.parHd li:after{ content: ''; background: url(../images/dot_ico-2.png) no-repeat; width: 24px; height: 24px; position: absolute;  z-index: 20;top: 32px; left: 50%; margin-left: -12px;}

.parHd li.act:after{ content: '';  background: url(../images/dot_ico.png) no-repeat; }
.parHd li.act{
	font-size: 24px;
	color: #333;
}

.parBd{  margin-top: 1rem; padding: 0 5rem;}

.parBd h1{
	background: url(../images/dsj-year.png) left bottom no-repeat;
	font-size: 3.75rem;
	color: #e1e0e0;
	display: inline-block;
	padding-left: 1.5rem;
	margin-bottom: 2rem;
}
.parBd .list3 li{
	width: 100%;
}

.parBd h4{ position: relative; font-size: 40px; margin-bottom: 3%; /*width: 200px;*/ padding: 0 60px;  display: inline-block; text-align: center;}


.parBd p{ line-height: 180%; font-size: 16px; width: 80%; margin: 0 auto;}

div#listBox {

    width: 100%;

}

.sPrev,.sNext{ width: 30px; height: 30px; display: block; position: absolute; top: 52px; z-index: 99;}

.sPrev{ left: 0;}

.sNext{ right: 0;}

.sPrev img,.sNext img{transition: all .6s cubic-bezier(.51,1.1,.9,.95);

    -moz-transition: all .6s cubic-bezier(.51,1.1,.9,.95);

    -webkit-transition: all .6s cubic-bezier(.51,1.1,.9,.95);

    -o-transition: all .6s cubic-bezier(.51,1.1,.9,.95);
     }