/**!
*  
* date:2022-06-30
* author: gl;
*/

p
{
    margin: 0;
    padding: 0;
}
.container {
    width: 1200px;
    margin: 0 auto;
}

q:before,
q:after {
    content: "";
}

.l {
    float: left !important;
}

.r {
    float: right !important;
}
ul {
    list-style: none;
}
.update {
    padding: 40px 0 20px 0;
}

.update-hd {
    position: relative;
    height: 78px;
    text-align: center;
    background: url("../images/update/title_bg.png") no-repeat center;
}

.update-hd:before,
.update-hd:after {
    position: absolute;
    top: 50%;
    content: '';
    width: calc(60% - 241px);
    height: 1px;
    margin-top: -0.5px;
    background-color: #ececec;
}

.update-hd:before {
    left: 0;
}

.update-hd:after {
    right: 0;
}

.update-hd>p {
    color: #9399a5;
    font-size: 20px;
    line-height: 26px;
}

.update-hd>h3 {
    color: #1e252f;
    font-size: 36px;
}

/* 记录树 */
.update-items {
    padding-top: 40px;
}

.update-item {
    position: relative;
    padding-bottom: 40px;
    overflow: hidden;
}

.update-item:before {
    box-sizing: border-box;
    position: absolute;
    content: "";
    top: 0;
    left: 40%;
    width: 18px;
    height: 18px;
    transform: translateX(-50%);
    border-radius: 50%;
    border: 4px solid #fff;
    background-color: #3e7dfe;
    z-index: 10;
}

.update-item:after {
    position: absolute;
    content: "";
    width: 1px;
    left: 40%;
    top: 16px;
    bottom: 0;
    transform: translateX(-50%);
    background-color: #ececec;
}

.update-item:first-child:before {
    width: 24px;
    height: 24px;
}

.update-item:last-child:after {
    display: none;
}

.update-date {
    width: calc(40% - 34px);
    text-align: right;
}

.update-info {
    width: calc(60% - 34px);
}

.update-date .date {
    font-size: 16px;
}

.update-item:first-child .date {
    font-size: 18px; 
}

.update-date .time {
    color: #9399a5;
}

.update-info .edition {
    font-size: 22px;
    color: #1e252f;
    margin-top: -6px;
    margin-bottom: 8px;
}

.update-item:first-child .edition {
    font-size: 28px;
    font-weight: bold;
}

.update-info .detail {
    font-size: 16px;
    color: #787d84;
}

.lcimg
{
	padding-left:50px; float:right; width:200px;
}

.lcimg img
{
	 width:200px;
}