.content-box .content-detail {
	padding-top: 0;
	/*float: right;*/
	display: inline-block;
	width: 956px
}
.top-banner{
	background-image: url(../images/news_banner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 84%;
}
.content-box .slide-bar {
	/*float: left*/
	display: inline-block;
}

.slide-bar:after,
.slide-bar:before {
	content: "";
	width: 5px;
	height: 5px;
	background-color: #b8b8b8;
	display: block;
	position: absolute;
	left: -3px
}

.slide-bar ul {
	padding: 15px 0
}

.slide-bar ul li {
	height: 24px;
	margin-top: 30px
}

.slide-bar ul li:first-child {
	margin-top: 0
}

.slide-bar ul li:before {
	content: "";
	width: 3px;
	height: 3px;
	background-color: gray;
	display: block;
	float: left;
	margin-top: 10px;
	margin-left: -2px
}

.slide-bar ul li.active:before,
.slide-bar ul li:hover:before {
	background-color: #00a5e3
}

.slide-bar ul li.active a,
.slide-bar ul li:hover a {
	color: #fff;
	background-color: #00a5e3
}

.slide-bar ul li.active a:before,
.slide-bar ul li:hover a:before {
	width: 0;
	height: 0;
	display: inline-block;
	border: 5px solid #00a5e3;
	border-top-color: transparent;
	border-left-color: transparent;
	border-bottom-color: transparent
}

.slide-bar ul li a {
	display: block;
	float: left;
	margin-left: 20px;
	font-size: 16px;
	height: 24px;
	line-height: 24px;
	position: relative;
	padding: 0 6px;
	color: #222
}

.slide-bar ul li a:before {
	content: "";
	position: absolute;
	left: -10px;
	top: 50%;
	margin-top: -5px;
	width: 0;
	height: 0;
	display: inline-block;
	border: 5px solid transparent;
	border-top-color: transparent;
	border-left-color: transparent;
	border-bottom-color: transparent
}

#about-news .content-detail {
	min-height: 300px
}

#about-news .content-detail.loading {
	/*background-image: url(../images/loading.gif);*/
	background-repeat: no-repeat;
	background-position: 50%;
	/*height: 400px*/
	vertical-align: top;
}

.tab-bar-container {
	height: auto;
	background-color: #fff;
}

.tab-bar.align-right {
	text-align: right;
	padding-right: 7px;
	padding-left: 0;
}

.tab-bar {
	width: 100%;
	border-bottom: 1px solid #e5e5e5;
	padding-left: 7px;
	margin-bottom: 20px;
	height: auto;
	overflow: visible;
	transition: all .3s ease 0s;
	position: relative;
}



.tab-bar ul li a {
	position: relative;
	z-index: 4;
	display: inline-block;
	background-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
	color: #222;
	min-width: auto;
	padding: 18px 0;
}

.tab-bar ul li.active:before {
	opacity: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	transition: all .3s ease 0s;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -7px;
	content: "";
	width: 0;
	height: 0;
	border: 7px solid #e5e5e5;
	border-top-color: transparent;
	border-left-color: transparent;
	border-right-color: transparent;
	z-index: 2;
	display: inline-block;
}

.tab-bar ul li.active:after {
	opacity: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	transition: all .3s ease 0s;
	position: absolute;
	bottom: -1px;
	left: 50%;
	margin-left: -7px;
	content: "";
	width: 0;
	height: 0;
	border: 7px solid #fff;
	border-top-color: transparent;
	border-left-color: transparent;
	border-right-color: transparent;
	z-index: 3;
	display: inline-block;
}

.tab-bar ul li.active:after,
.tab-bar ul li.active:before,
.tab-bar ul li:hover:after,
.tab-bar ul li:hover:before {
	opacity: 1;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}

#about-news {
	margin-top: 70px;
}
.tab_main .tab_main_eg{
	margin-bottom: 30px;
}
.tab_main_left{
	display: inline-block;
	width: 38%;
	height: 220px;
	padding:10px 20px;
}
.tab_main_left img{
	width: 100%;
	height: 100%;
}
.tab_main_right{
	display: inline-block;
	vertical-align: top;
	padding: 20px;
	width: 60%;
}
.tab_main_right h4{
	font-size: 20px;
	margin: 10px 0;
	font-weight: 700;
	line-height: 24px;
}
.tab_main_right span{
	font-size: 14px;
	color: #ccc;
	margin:10px 0;
	display: inline-block;
}
.tab_main_right b{
	font-size: 14px;
}
.tab_main_right p{
	font-size: 14px;
	line-height: 22px;
	margin: 10px 0;
	/*height: 66px;*/
	overflow:hidden; 
	text-overflow:ellipsis; 
	/*white-space:nowrap;*/
}
.tab_main_right a{
	font-size: 14px;
	display: block;
	text-align: right;
	color: #1199df;
}
.top-banner h1{
	font-weight: 700 !important;
	font-size: 28px !important;
}
@media screen and (min-width:780px) {
	.content-box {
		width: 1200px;
		margin: 0 auto;
		/*height: 600px;*/
	}
	.tab-bar h4 {
		font-size: 16px;
		display: none;
	}
	.tab-bar.align-right li {
		margin-left: 70px;
	}
	.tab-bar ul li {
		border-top: none;
		background-color: transparent;
		line-height: 1;
		height: auto;
		margin-right: 70px;
		font-size: 16px;
		display: inline-block;
	}
	.tab-bar ul li.active a,
	.tab-bar ul li:hover a {
		color: #00a5e3;
	}
	.tab-bar ul li a {
		padding: 18px 0;
		min-width: auto;
		color: #222;
	}
	
	
}

@media screen and (min-width: 240px) {
	.top-banner{
		/*height: 16rem !important;*/
	}
	.top-banner h1{
		font-size: 24px !important;
	}
	.tab-bar h4 {
		display: none;
		height: 3rem;
		line-height: 2.5;
		background-color: #f5f5f5;
		color: #404040;
		width: 100%;
		position: -webkit-sticky;
		position: sticky;
		font-size: 16px;
	}
	.tab-bar h4 span {
		display: inline-block;
		position: relative;
		min-width: 5rem;
	}
	.tab-bar ul {
		height: 51px;
		text-align: center;
	}
	.tab-bar.align-right li {
		margin-left: 0;
		margin-left: 70px;
		margin-right: 0;
	}
	.tab-bar ul li {
		display: block;
		position: relative;
		display: inline-block;
		font-size: 16px;
		margin-right: 70px;
		height: auto;
		line-height: 1;
		background-color: transparent;
		border-top: none;
		overflow: hidden;
	}
}

@media screen and (max-width: 780px){
	#about-news{
		margin-top: 0px;
	}
	#slide-bar{
		display: none;
	}
	#news-container{
		width: 100%;
	}
	.content-box {
	    width: 100%;
	    margin: 0 auto;
	    /*height: 600px;*/
	}
	.tab-bar.align-right li {
	    display: block;
	    text-align: center;
	    margin: 0;
	    border-bottom: 1px solid #ddd;
	    background: #eee;
	}
	#tabBar{
		padding: 0;
		border: none;
	}
	#tabBar h4{
		display: inline-block;
		text-align: center;
	}
	.tab-bar ul li.active:before{
		border: none;
	}
	.tab-bar ul li.active:after{
		border: none;
	}
	.tab-bar h4 span:after {
	    content: "";
	    display: block;
	    position: absolute;
	    right: -1rem;
	    top: .8rem;
	    width: .5rem;
	    height: .5rem;
	    border-left: 2px solid #5c5c5c;
	    border-bottom: 2px solid #5c5c5c;
	    transition: all .3s ease 0s;
	    -webkit-transform: rotate(-45deg);
	    transform: rotate(-45deg);
	}
	#tabBar ul{
		display: none;
	}
	#tabBar ul.active{
		display: block;
	}
	#about-news .content-detail.loading {
	    background-image: none; 
	    background-repeat: no-repeat;
	    background-position: 50%;
	    /*height: 400px;*/
	}
	#about-news .content-detail {
	    min-height: auto;
	}
	
	
	.tab_main_left{
		width: 100%;
		
	}
	.tab_main_right{
		width: 100%;
		padding-top:0;
	}
}

@media screen and (min-width: 240px)
.container {
     min-height: auto; 
}


.top-banner {
    position: relative;
    margin-top: 80px ;
}