@CHARSET "UTF-8";

/*= Reset =*/
ul li {
    list-style: none;
}

.box {
    width: 100%;
    display: flex;
}

.left {
    width: 140px;
    border-bottom: 2px solid #DDD;
    background: #FFF;
    float: left;
}

.left li:hover {
    border-left: 3px solid #0066ff;
}

.left li a {
    height: 40px;
    line-height: 40px;
    display: block;
    color: #333
}

.left li a:hover,
.left li.active a {
    color: #0066FF
}

.left li.active {
    border-left: 3px solid #0066ff;
}

.left li {
    border-left: 3px solid #fff;
    border-bottom: 1px solid #EEEEEE;
    font-size: 14px;
    height: 40px;
    margin-bottom: 1px;
    overflow: hidden;
    padding-left: 25px;
}

.event_year {
    /* border-bottom: 2px solid #DDD; */
    text-align: center;
    float: left;
    margin-top: 10px;
}

.event_year li {
    height: 40px;
    line-height: 40px;
    background: #FFF;
    margin-bottom: 1px;
    font-size: 18px;
    color: #828282;
    cursor: pointer;
    border-bottom: 1px solid #DDD;
}

.event_year li.current {
    width: 61px;
    background-color: #0066ff;
    /* 明确指定背景图片路径，检查是否正确 */
    background-image: url('../images/jian.png');
    background-repeat: no-repeat;
    /* 确保背景位置正确 */
    background-position: 60px 0;
    color: #FFF;
    text-align: left;
    padding-left: 9px;
}

.event_list {
    background: url('../images/dian3.png') 139px 0 repeat-y;
    margin: 10px 0 20px 0;
}

.event_list h3 {
    margin: 0 0 10px 100px;
    font-size: 24px;
    font-family: Georgia;
    color: #0066ff;
    padding-left: 25px;
    background: url('../images/jian.png') 0 -45px no-repeat;
    height: 38px;
    line-height: 30px;
    font-style: italic;
}

.event_list li {
    background: url('../images/jian.png') 103px -80px no-repeat;
}

.event_list li span {
    width: 127px;
    text-align: center;
    display: block;
    float: left;
    margin-top: 10px;
    color: #e06836;
    font-style: italic;
}

.event_list li p {
    width: 680px;
    /* margin-left: 0px; */
    display: inline-block;
    padding-left: 10px;
    background: url('../images/jian.png') -21px 0 no-repeat;
    line-height: 25px;
    _float: left;
}

.event_list li p span {
    width: 650px;
    text-align: left;
    border-bottom: 2px solid #DDD;
    padding: 10px 15px;
    background: #FFF;
    margin: 0;
    /* font-weight: bold; */
    font-style: italic;
    color: #2d3748;
    padding: 12px 20px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    border-radius: 6px;
}

.titlelist {
    line-height: 24px;
    color: #8C8C8C;
    padding-bottom: 20px;
}

.titlelist dt {
    font-weight: bold;
    color: #666;
    white-space: nowrap;
    margin: 10px;
}

.titlelist dd {
    padding-left: 13px;
}

h1 {
    background: url("http://ww.chinaz.com/about/images/h1-bg.gif") no-repeat scroll left bottom rgba(0, 0, 0, 0);
    font-family: Tahoma, Arial, sans-serif;
    font-size: 14px;
    margin-bottom: 15px;
    padding-bottom: 12px;
}

.hr {
    border-top: 1px solid #CCD5DE;
    font-size: 0;
    height: 0;
    line-height: 0;
    margin: 15px 0;
}

.red {
    color: #0065CB;
    font-size: 15px;
}

.box .swiper {
    height: 410px !important;
    position: relative;
    overflow: hidden;
    padding-top: 10px;
    padding-bottom: 10px;
}

.box .swiper-wrapper {
    flex-direction: column;
    /* 确保纵向排列 */
    height: auto !important;
    display: flex;
}

.box .swiper-button-next,
.box .swiper-button-prev {
    z-index: 10;
    /* 确保按钮在最上层 */
    cursor: pointer;
    /* 确保鼠标指针显示为可点击 */
    opacity: 1 !important;
    /* 确保按钮可见 */
    position: absolute;
    /* 添加绝对定位 */
    width: 40px;
    /* 设置宽度 */
    height: 40px;
    /* 设置高度 */
    
}

.box .swiper-button-next {
    position: absolute;
    bottom: 0;
    top: inherit;
    width: 40px;
    height: 15px;
    background: url(../images/his-jt.png) no-repeat;
    transform: rotate(180deg);
    left: 20%;
}

.box .swiper-button-prev {
    position: absolute;
    top: 0;
    width: 40px;
    height: 15px;
    background: url(../images/his-jt.png) no-repeat;
    margin-top: 0;
    left: 20%;
}

.box .swiper-button-next:after,
.box .swiper-button-prev:after {
    opacity: 0;
}
.event_year div{ 
    height: 54px!important;
    width: 61px;
    line-height: 54px;
    background: #FFF;
    margin-bottom: 1px!important;
    font-size: 18px;
    color: #828282;
    cursor: pointer;
    border-bottom: 1px solid #DDD;
    font-weight: 600;
}
.event_year div.current {
    width: 61px;
    background-color: #0066ff;
    background-image: url(../images/jian.png);
    background-repeat: no-repeat;
    background-position: 60px 0;
    color: #FFF;
    /* text-align: left; */
    /* padding-left: 9px; */
}