    /* Menu style */

* {
    font-family: "微软雅黑"
}

body {
    background-color: #fff;
    width: 100%;
}

body,
input,
button,
select,
textarea {
    font-size: 14px;
    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 {
    width: 1120px;
    height: 400px;
    overflow: hidden;
    margin: 40px auto 0 auto;
    position: relative;
    background: url('../images/bg_line011.png') left 250px repeat-x;
}

#dates {
    width: 1120px;
    overflow: hidden;
    margin-top: -70px;
}

#dates li {
    float: left;
    width: 94px;
    height: 90px;
    font-size: 16px;
    text-align: center;
}

#dates a {
    color: #ffffcc;
    width: 94px;
    height: 90px;
    line-height: 140px;
    display: block;
    font-size: 18px;
    font-family: Georgia, serif;
}

#dates .selected {
    font-size: 34px;
    font-weight: bold;
    background: url(../images/licbgt.png) no-repeat center 50%;
}

#issues {
    width: 1120px;
    height: 300px;
    overflow: hidden;
}

#issues li {
    width: 1120px;
    height: 300px;
    list-style: none;
    float: left;
}

#issues li img {
    text-align: center;
    display: block;
    margin: 0 auto;
}

#next{
	    background: url(../images/ico_39.png) no-repeat center top;
	     position: absolute;
    font-size: 100px;
    font-family: "宋体";
    top: 90px;
    width: 100px;
    height: 100px;
    text-align: center;
    line-height: 100px;
    overflow: hidden;
    color: #f3861f;
/*    background: url(../images/ico_40.png) no-repeat center top;
*/    display: block;
    width: 42px;
    height: 42px;
    position: absolute;
    top: 50%;
    margin-top: -90px;
    cursor: pointer;
}
#prev {
    position: absolute;
    font-size: 100px;
    font-family: "宋体";
    top: 90px;
    width: 100px;
    height: 100px;
    text-align: center;
    line-height: 100px;
    overflow: hidden;
    color: #f3861f;
    background: url(../images/ico_40.png) no-repeat center top;
    display: block;
    width: 42px;
    height: 42px;
    position: absolute;
    top: 50%;
    margin-top: -90px;
    cursor: pointer;
}

#prev:hover,#next:hover{
	background-position: center bottom;
}
    #next {
        right: 50%;
        margin-right: -500px;
    }
    #prev {
        left: 50%;
        margin-left: -500px;
    }
    #next.disabled,
    #prev.disabled {
        opacity: 0.2;
    }
