* {
    margin: 0;
    padding: 0;
}

body {
    background: #fff;
    font-size: 14px;
}

a {
    /*color: #fff;*/
    text-decoration: none;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}

a:hover,
a.selected {
    color: #fff;
}

h1, h2, h4, h5, h6 {

}

h1 {
    font-size: 18px;
}

h2 {
    font-size: 14px;
}

.sociales {
    text-align: center;
    margin-bottom: 20px;
}

#timeline {
    width: 800px;
    height: 350px;
    overflow: hidden;
    margin: 50px auto;
    margin-bottom: 0;
    position: relative;
}

#dates {
    /* width: 800px; */
    height: 60px;
    overflow: hidden;
    margin: 0 auto !important;
}

#dates li {
    position: relative;
    list-style: none;
    float: left;
    width: 12.5%;
    height: 50px;
    font-size: 24px;
    text-align: center;
    padding-top: 2rem;
    /* background: url('../image/biggerdot.png') center bottom no-repeat; */
}

#dates a {
    position: relative;
    line-height: 38px;
    padding-bottom: 10px;
    text-decoration: none;
}

#dates li:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    left: 0;
    border-top: 2px dashed #fff;
    top: 11px;
}

#dates li:after {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #fff;
    left: 50%;
    top: 7px;
    /* border-top: 2px dashed #fff; */
}

/* #dates .selected */
#dates .selected {
    font-size: 38px;
}

#issues {
    width: 800px;
    height: 350px;
    overflow: hidden;
}

#issues li {
    width: 800px;
    height: 307px;
    list-style: none;
    float: left;
    background-color: #fff;
}

.issues-left-img {
    width: 3.166666rem;
    height: 3.166666rem;
}

.issues-left {
    margin-top: 1.666666rem;
    margin-left: 1.666666rem;
}

#issues li h1 {
    font-size: 36px;
    font-family: PingFang SC;
    font-weight: bold;
    color: rgba(51, 51, 51, 1);
}

#issues li p {
    font-size: 14px;
    margin-right: 70px;
    font-weight: normal;
    line-height: 22px;
    text-shadow: #000 1px 1px 2px;
}

#grad_left,
#grad_right {
    width: 100px;
    height: 350px;
    position: absolute;
    top: 0;
}

#grad_left {
    left: 0;
    background: url('../image/grad_left.png') repeat-y;
}

#grad_right {
    right: 0;
    background: url('../image/grad_right.png') repeat-y;
}

#next,
#prev {
    position: absolute;
    top: 0;
    font-size: 70px;
    top: 40%;
    width: 4.166666rem;
    height: 4.166666rem;
    background-position: 0 0;
    background-repeat: no-repeat;
    text-indent: -9999px;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

/* 	#next:hover,
    #prev:hover {
        background-position: 0 -76px;
    } */
#next {
    right: 0;
    background-image: url('../image/next.png');
}

#prev {
    left: 0;
    background-image: url('../image/prev.png');
}

#next.disabled,
#prev.disabled {
    opacity: 0.2;
}

.issues-info-list {
    font-size: 17px;
    font-family: PingFang SC;
    font-weight: bold;
    color: rgba(51, 51, 51, 1);
}

.isdot:after {
    width: 20px !important;
    height: 20px !important;
    top: 1px !important;
    left: 47% !important;
}