body {
background:#fff;
font-family:Arial;
    src: url(img/Arial.ttf);
}

p {
margin-bottom:20px;
}

.clearout {
clear:both;
}
.news_col{
	width:65%;
	margin-bottom:60px;
}
#flexiselDemo1, #flexiselDemo2, #flexiselDemo3 {
display:none;
}

.nbs-flexisel-container {
    position:relative;
    max-width:100%;
	height:386px;
	background:#f2f2f2;
	
}
.nbs-flexisel-ul {
    position:relative;
    width:99999px;
    margin:0px;
    padding:0px;
	height:386px;
    list-style-type:none;   
    text-align:center;  
    overflow: auto;
}

.nbs-flexisel-inner {
    position: relative;
    overflow: hidden;
    float:left;
    width:100%; 
}
.gun_wen{
	display:block;
	width:442px;
	float:right;
	padding:30px 50px;
	height:270px;
}
.nbs-flexisel-item {
    float:left;
	
    padding:0px;
	width:50%;
    cursor:pointer;
    position:relative;
	
    line-height:0px;
}
.nbs-flexisel-item .tu_pian{
	width:516px;
	height:386px;
	overflow:hidden;
	float:left;
	
}
.nbs-flexisel-item img {
	width:516px;
	height:386px;
    cursor: pointer;
	float:left;
	left:2px;
    position: relative;
}
.nbs-flexisel-item a{
	display:block;
	text-align:left;
	height:386px;
	overflow:hidden;
	float:left;
	font-size:16px;
	color:#808080;
	line-height:24px;
}

.nbs-flexisel-item h3{
	width:100%;
	font-size:18px;
	color:#000;
	line-height:26px;
	overflow:hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
.gun_neirong{
	overflow:hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 5;
-webkit-box-orient: vertical;
}
.nbs-flexisel-item em{
	font-size:16px;
	color:#09277d;
	font-style:normal;
	display:block;
	margin-bottom:10px;
}

.nbs-flexisel-item:hover img{
	
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale3d(1.03,1.05,1);
	transform: scale3d(1.05,1.03,1);
}

/*** Navigation ***/

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
	width:52px;
	height:52px;
	text-align:center;
	padding-top:15px;    
    position: absolute;
    cursor: pointer;
    z-index: 4;
    bottom: -25.5px;
	right:0;
    transform: translateY(-50%);   
    background: #c30000;
    color: #fff;     
}

.nbs-flexisel-nav-left {
    right: 52px;
}

.nbs-flexisel-nav-left:before {
    content: "<"
}
.nbs-flexisel-nav-left:hover,.nbs-flexisel-nav-right:hover{
	background: #09277d;
}

.nbs-flexisel-nav-left.disabled {
    opacity: 0.5;
	background: #09277d;
}

.nbs-flexisel-nav-right {
    right: 0;    
}

.nbs-flexisel-nav-right:before {
    content: ">"
}

.nbs-flexisel-nav-right.disabled {
    opacity:0.5;
	background: #09277d;
}