@import "common.css";

#content{
    width: 1200px;
    margin: 0 auto;
}
/*右侧*/
#right{
    width: 910px;
    float: right;
    border: 1px solid #ddd;
    margin-bottom: 110px;
    padding-bottom: 20px;
}
#right>div:first-child{
    font-size: 24px;
    margin: 15px 20px 20px 20px;
    padding-bottom: 20px;
    color: #333;
    border-bottom: 1px solid #ddd;
}
/*大事记*/
#right>.record{
    margin: 20px 20px 0;
    background-image: url(../images/shijianxian.png);
    background-repeat: repeat-y;
    background-position: 200px 0;
}
#right #much{
    display: block;
    height: 100px;
    line-height: 100px;
    font-size: 18px;
    color: #666;
    text-align: center;
}
/*2018*/

#right>.record>.event_year>div:first-child{
    font-size: 36px;
    color: #df2300;
    width: 180px;
    text-align: center;
    padding-top: 25px;
    float: left;
}

#right>.record>.event_year>ul{
    padding-top: 25px;
    padding-left: 40px;
    float: left;
    width: 685px;
}
#right>.record>.event_year>ul>li{
    position: relative;
    width: 648px;
    height: 85px;
    /*overflow: hidden;*/
    padding: 20px;
    /*border: 1px solid rgba(221,221,221,0);*/
    /*border-left: 4px solid rgba(223,35,0,0);*/
}
#right>.record>.event_year>ul>li.show{
    height: auto;
}
#right>.record>.event_year>ul>li>img{
    position: absolute;
    left: -26px;
    top: 41px;
}
#right>.record>.event_year>ul>li.on>img{
    left: -30px;
    top: 40px;
}
#right>.record>.event_year>ul>li>.content{
    font-size: 14px;
    color: #999;
    display: none;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
}
#right>.record>.event_year>ul>li.show>.content{
    display: block;
}
#right>.record>.event_year>ul>li>div>.content{
    max-width: 550px;
    font-size: 16px;
    color: #333;
    margin-top: 5px;
}

#right>.record>.event_year>ul>li>div{
    padding-bottom: 15px;
}
#right>.record>.event_year>ul>li>a.more{
    position: absolute;
    bottom: 8px;
    right: 8px;
    width: 17px;
    height: 12px;
    background-image: url(../images/xiala.png);
    display: none;
}
#right>.record>.event_year>ul>li>a.show{
    background-image: url(../images/shangla.png);
}
/*鼠标悬浮的样式*/
#right>.record>.event_year>ul>li.on{
    border: 1px solid #ddd;
    border-left: 4px solid #df2300;
}
#right>.record>.event_year>ul>li.on>a.more{
    display: block;
}