.versions-content{
    max-width: 1000px;
    margin: 0 auto;
    /* border: 1px solid #e5eaf1; */
    margin-top: 20px;
    padding: 35px;
    padding-left: 103px;
}


.ant-timeline {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: rgba(0,0,0,0.65);
    font-size: 14px;
    font-variant: tabular-nums;
    line-height: 1.5;
    -webkit-font-feature-settings: 'tnum';
    font-feature-settings: 'tnum';
    margin: 0;
    padding: 0;
    list-style: none;
}

.ant-timeline-item {
    position: relative;
    margin: 0;
    padding: 0px 0 50px;
    font-size: 14px;
    list-style: none;
    /* top: -50px; */
}
.ant-timeline-item-tail {
    position: absolute;
    top: 12px;
    left: 26px;
    height: 100%;
    border-left: 2px solid #f0f4f7;
}
.ant-timeline-item-head {
    position: absolute;
    width: 10px;
    height: 10px;
    /* background-color: #fff; */
    /* border: 2px solid transparent; */
    border-radius: 100px;
    left: 22px;
    top: 7px;
}
.ant-timeline-item-head-blue {
    background: #d0dee8;
    border-color: #d0dee8;
}

.ant-timeline-item-content {
    position: relative;
    border-bottom: 1px solid #f0f4f7;
    padding-left: 0;
    padding-top: 0;
    margin-left: 60px;
    margin-top: -41px;
}

.ant-timeline-item:last-child {
    padding-bottom: 0;
}



.news__pages {
	text-align: center;
	margin: 60px auto 60px;
	overflow: hidden;
}
.news__pages li {
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border: 1px solid #d3dae2;
	padding: 0;
	color: #606c82;
	float: none;
	transition: all 0.3s;
	margin-right: 20px;
}
.news__pages li a {
	display: block;
	padding-right: 0;
	/*overflow: visible;*/
	color: #606c82;
}
.news__pages li:hover {
	border: 1px solid #22a666;
}
.news__pages li.active {
	border: 1px solid #22a666;
	background: #22a666;
	color: #fff;
}



.log-title{
    /* clear: both; */
    /* color: #0d1a26; */
    /* font-size: 20px; */
    /* display: inline-block; */
    margin-bottom: 10px;
    color: #7d889c;
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
}
.log-date{
    margin-left: -65px;
    font-size: 14px;
    color: #7d889c;
}
.log-month{
    color: #7d889c;
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
}
.log-year{
}
.logs{
    /* border-bottom: 1px solid #eee; */
    margin-bottom: 15px;
    padding-bottom: 10px;
}

.logs:last-child{
    border-bottom: none;
}

.log-subheading{
    /* margin: 0 1px; */
    /* padding: .2em .6em; */
    font-size: 12px;
    border: 1px solid #b1a8a8;
    border-radius: 10px;
    display: inline-block;
    margin-bottom: 10px;
    /* font-weight: bold; */
    width: 40px;
    height: 20px;
    text-align: center;
}

.log-content{
    width: 100%;
    margin-bottom: 5px;
    font-size: 12px;
    line-height: 1.8;
    color: #7d889c;
}
.log-content textarea{
    width: 100%;
    border: none;
}
.log-img{
    width: 100%;
    overflow: hidden;
    /* display: flex;
    align-items: center; */
}
.log-img .img{
    width: 90px;
    height: 90px;
    margin: 0 8px 8px 0;
    align-items: center;
    display: flex;
    justify-content: center;
}
.log-img .img a{
  overflow: hidden;
  cursor: pointer;
}
.log-img .img img{
    width: 100%;
   
}

.pics-obsition{
    float: left;
    margin-right: 8px;
}
.pics-obsition p{
    text-align: center
}


.feature7 {
	background: #f0f4f7;
	height: 260px;
	text-align: center;
}
.feature7 h2 {
	font-size: 24px;
	color: #606c82;
	padding-bottom: 42px;
	padding-top: 60px;
}
.feature7 button {
	width: 240px;
	height: 60px;
	font-size: 24px;
}


.green-txt{
    color: #22a666
}

.status_optimize{
    background: #78bc14;
    color: #fff;
    border-color: #78bc14;
}
.status_create{
    background: #21a8df;
    color: #fff;
    border-color: #21a8df;
}
.status_hotfix{
    background: #ff9900;
    color: #fff;
    border-color: #ff9900;
}