.dynamic_content .row{
	max-width: 1480px;
	margin:50px auto 40px;
}
.dynamic_content ul{
	max-width: 100%;
}
.dynamic_content .nav li a{
	padding-left: 5vw;
    padding-right: 0; 
    line-height: 2;
    border-top: 1px solid rgb(224,224,224);
    border-radius:unset;
}
.dynamic_content .nav .dropdown a{
	    display: block;
    width: 100%;
    border-radius: unset;
    text-align: left;
    padding-bottom: 10px;
    padding-top: 10px;
}
.dynamic_content .nav .dropdown-menu{
	width:100%;
}
.dynamic_content .nav li a:hover{
	box-shadow:inset -6px 0px 0px 0px 
		#1c67aa;
}
.dynamic_content .nav li:first-child a{
	box-shadow:inset -6px 0px 0px 0px 
		#1c67aa;
}
.dynamic_content .nav li:last-child a{
	border-bottom:1px solid #ddd;
}




		
 .dynamic_content .col-md-8 ul li {
	list-style: none;
}
.track-rcol {
	width: 100%;
}

.track-list {
	/*margin: 20px;*/
	/*padding-left: 5px;*/
	position: relative;
}

.track-list li {
	position: relative;
	/*padding: 9px 0 0 25px;*/
	line-height: 18px;
	border-left: 1px solid #d9d9d9;
	color: #999;
	margin-bottom: 20px;
}

.track-list li.first {
	color: red;
	padding-top: 0;
	border-left-color: #fff;
}

.track-list li:last-child{
	border:none;
}

.track-list li .node-icon {
	position: absolute;
	left: -27px;
	top: -2%;
	background: #ffffff;
	font-family: ArialMT;
	font-size: 21px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 38px;
	letter-spacing: 0px;
	color: #000000;
	font-style: inherit;
}

.track-list li.first .node-icon {
	background-position: 0 -72px;
}

.track-list li .time {
	/*margin-right: 20px;*/
	position: relative;
	/*top: 4px;*/
	/*display: inline-block;*/
	/*vertical-align: middle;*/
}

.track-list li .txt {
	position: relative;
	top: 4px;
	display: inline-block;
	vertical-align: middle;
}

.track-list li.first .time {
	margin-right: 20px;
}

.track-list li.first .txt {
	max-width: 600px;
}

.timestamp .info{
	margin-bottom: 20px;
}
.timestamp .info p{
	font-family: MicrosoftYaHei;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	/*line-height: 67px;*/
	letter-spacing: 0px;
	color: #666666;
	margin:0;
}

.timestamp .month{
	padding: 0;
    text-align: center;
}

.time hr{
	/*border-bottom: none;*/
	background-color:#e0e0e0;
	max-width:68%;
	margin-left: 107px;
}

.nav-tabs > li{
	float: none;
}

.tab-pane .content .text{
	margin-top: 30px;
	padding-right: 30px;
	padding-left: 10px;
}

.tab-pane .content .text .info{
	font-family: MicrosoftYaHei;
	font-size: 14px;
	font-weight: normal;
	color: #666666;
}

.tab-pane .content .title{
	font-size: 18px;
	font-stretch: normal;
	line-height: 31px;
	color: #000000;
	margin-bottom: 0; 
	font-weight: bold;
}

#activity figure{
	margin: 0;
    padding: 0;
    text-align: right;
    margin-bottom: 30px;
}

#photo .title{
	font-family: MicrosoftYaHei-Bold;
	font-size: 18px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 31px;
	letter-spacing: 0px;
	color: #000000;
}
#photo .content figure img{
	width: 100%;
}
#photo .content p{
	font-family: MicrosoftYaHei;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 27px;
	letter-spacing: 0px;
	color: #666666;
	width: 70%;
}


@media screen and (min-width: 1384px) {
	.dynamic_content #myTab{
		width:290px;
	}
}
@media screen and (max-width: 1383px) {
	.dynamic_content #myTab{
		width:21vw;
	}
}

@media screen and (max-width: 992px) {
	.track-list ul{
		margin-left: 3vw;
		margin-top: 20px;
	}
	.dynamic_content #myTab{
		width:100%;
	}
}

@media screen and (max-width: 768px) {
	.track-list hr{
		margin-left: 13px;
		max-width: 85%;
	}
	#activity figure img{
		width: 100%;
	}
	#photo .content p{
		width: 100%;
	}
	.navbar-header{
		width: 98%;
	}
}

