/* 代码整理：大头网 www.datouwang.com */

body{ background-color:#fff; width:100%;}
body, input, button, select, textarea { color:#333;}
textarea { resize: none; }
body, ul, ol, li, dl, dd, p, h1, h2, h3, h4, h5, h6, form,img, fieldset, .pr, .pc { margin:0; padding:0;}
table { empty-cells: show; border-collapse: collapse;
}
caption, th { text-align: left; font-weight: 400; }
ul li, .xl li { list-style: none; }
h1, h2, h3, h4, h5, h6 { font-size: 1em; font-weight:normal;}
em, cite, i { font-style: normal; display: block;}
a { color:#666; text-decoration: none; transition: 0.5s all; -webkit-transition: 0.5s all; -moz-transition: 0.5s all; -o-transition: 0.5s all;}
a:hover{ color:#cda484}

img{ border:0;}
label { cursor: pointer; }
input:disabled{background-color:#fff;color:#666;}
textarea:disabled{background-color:#fff;color:#666;}
.cl:after { content: "."; display: block; height: 0; clear: both; visibility: hidden ; ! } 
.cl { zoom: 1; }

/* TimeLine */
#timeline{width:1070px;height:640px;overflow:hidden;margin:40px auto 0 auto;position:relative;background:url('../images/licbg.png') 50px 540px repeat-x;}
#dates{width:1120px;overflow:hidden;margin-top:20px;}
#dates li{float:left;width:72px;height:104px;font-size:16px;text-align:center;}
#dates a{color:#713611;width:52px;height:90px;line-height:20px;display:block;padding-top:60px;}
#dates .selected{    width: 52px;
    height: 104px;
    
    margin: 0px 10px;
    float: left;
    position: relative;
    display: block;
    background-color: transparent;
    border-radius: 5px;background:url(../images/shuidi.png) 17px 13px #006EAF no-repeat;color:#FFF;}
#issues{width:1120px;height:500px;overflow:hidden;}
#issues li{width:1120px;height:500px;list-style:none;float:left;}
#issues li div{position: absolute;
    padding: 20px 32px;
    width: 657px;
    height: 396px;
    left: 240px;
    top: 0px;
    border-radius: 5px;
    background-color: #006EAF;
    filter: alpha(opacity=100);
    opacity: 1;color:#FFF;}
	#issues li div p,#issues li div a{color:#FFF;}
#issues li img{text-align:center;display:block;margin:0 auto;}
#next,#prev{position:absolute;font-size:100px;font-family:"宋体";top:200px;width:100px;text-align:center;overflow:hidden;color:#713611;}
#next{right:50%;margin-right:-500px;}
#prev{left:50%;margin-left:-500px;}
#next.disabled,#prev.disabled{opacity:0.2;}