﻿ @charset "utf-8";

a{
	color:#333333;
	transition:all 500ms ease;
}
html{
	+overflow-x:hidden;
}
.content{
	font-family:微软雅黑;
	overflow:hidden;
	width:100%;
}
.top{
	background:#f3f3f3;
	height:30px;
	line-height:30px;
}
.topcon{
	margin:0 auto;
	width:1000px;
	text-align:right;
}
.topcon img{
	vertical-align:middle;
}
.header{
	margin:0 auto;
	width:1000px;
}
.logo{
	padding:20px 0;
}
.logo a{
	display:block;
	background:url(../images/logo.jpg) no-repeat center center;
	width:308px;
	height:58px;
}
.nav{
	float:right;
	width:665px;
}
.nav li{
	float:left;
	width:95px;
	z-index:100;
	position:relative;
	text-align:center;
}
.nav li .title{
	height:95px;
	font-size:14px;
}
.nav li .title a{
	height:95px;
	line-height:95px;
	display:block;
}
.nav li .list{
	position:absolute;
	left:0;
	top:95px;
	width:100%;
	display:none;
	background:url(../images/bbg.png) repeat-y;
	padding:5px 0;
}
.nav li .list .li a{
	display:block;
	height:33px;
	line-height:33px;
}
.nav li .list .li a:hover{
	background:#fff;
}
.nav li.select .title a{
	background:#6c96c9;
	color:#fff;
}
.nav li.selected .title a{
	background:#6c96c9;
	color:#fff;
}
.banner .bx-wrapper {
	position: relative;
	margin: 0 auto 0px;
	padding: 0;
	*zoom: 1;
	z-index:5;
}

.banner .bx-wrapper img {
	
	display: block;
}

/** THEME
===================================*/

.banner .bx-wrapper .bx-viewport {
	z-index:10;
	
}

.banner .bx-wrapper .bx-pager,
.banner .bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: 14px;
	width: 100%;
	z-index:20;
}



.banner .bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(../images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}



.banner .bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}
.banner .bx-wrapper .bx-controls{
	margin:0 auto;
	position:relative;
	z-index:100;
}
.banner .bx-wrapper .bx-pager .bx-pager-item,
.banner .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.banner .bx-wrapper .bx-pager.bx-default-pager a {
	background: #fff;
	border:1px #fff solid;
	text-indent: -9999px;
	display: block;
	width:7px;
	height:7px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	opacity:0.5;
}

.banner .bx-wrapper .bx-pager.bx-default-pager a:hover,
.banner .bx-wrapper .bx-pager.bx-default-pager a.active {
	border:1px #fff solid;
	opacity:1;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.banner .bx-wrapper .bx-prev {
	left: 10px;
	background: url(../images/prve.png) no-repeat;
}

.banner .bx-wrapper .bx-next {
	right:10px;
	background: url(../images/next.png) no-repeat;
}
.banner:hover .bx-controls-direction{
	display:block;
}
.banner .bx-controls-direction{
	display:none;	
}
.banner .bx-wrapper .bx-controls-direction a {
	position: absolute;
	top:-330px;
	margin-top: -16px;
	outline: 0;
	width:35px;
	height:62px;
	text-indent: -9999px;
	z-index: 20;
	opacity:0.5;
}

.banner .bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.banner .bx-wrapper .bx-controls-auto {
	text-align: center;
}

.banner .bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(../images/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.banner .bx-wrapper .bx-controls-auto .bx-start:hover,
.banner .bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.banner .bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(../images/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.banner .bx-wrapper .bx-controls-auto .bx-stop:hover,
.banner .bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}



.banner .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.banner .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}



.banner .bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.banner .bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}
.aboutuscon{
	width:1000px;
	position:absolute;
	left:50%;
	margin-left:-500px;
	bottom:0;
	z-index:100;
	height:118px;
}
.aboutuscon .ctus{
	width:205px;
	color:#fff;
	float:left;
	margin-top:24px;
}
.banner{
	position:relative;
	width:1920px;
	left:50%;
	margin-left:-960px;
}
.aboutuscon .about{
	padding:10px;
	background:#78bf2d;
	width:228px;
	height:98px;
	overflow:hidden;
	color:#fff;
	float:left;
}
.aboutuscon .m{
	float:left;
}
.aboutuscon .about .title{
	font-size:14px;
}
.aboutuscon .news{
	background:#fff;
	float:left;
	width:425px;
	height:118px;
	overflow:hidden;
}
.aboutuscon .news .hd{
	float:left;
	padding:35px 10px;
	background:#f5f5f5;
	width:113px;
	height:48px;
}
.aboutuscon .news .hd .chtt{
	font-size:14px;
	color:#4d84bc;
	padding:5px 0;
}
.aboutuscon .news .hd .line{
	background:#4d84bc;
	width:38px;
	height:2px;
	overflow:hidden;
}
.aboutuscon .news .bd{
	float:left;
	padding:10px;
	width:268px;
	margin-top:3px;
}
.aboutuscon .news .bd .list li{
	padding:3px 0;
}
.aboutuscon .news .bd .list li a{
	height:25px;
	line-height:25px;
	display:block;
	overflow:hidden;
	padding:0 15px;
}
.aboutuscon .news .bd .list li a:hover{
	color:#fff;
	background:#6c96c9;
	border-radius:20px;
}
.picgd {position:relative; width:1080px; margin:55px auto 0;}
.picgd a.up {background:url(../images/prve.jpg) no-repeat left center; display: block;height:30px; left:0px; overflow: hidden;position: absolute; text-indent: -9999px;top:75px;width:30px;}
.picgd a.down{background:url(../images/next.jpg) no-repeat right center; display: block;height:30px;overflow: hidden; position: absolute; right: 0px;text-indent: -9999px;top:75px;width:30px;}
.picgd .pic {margin: 0 auto;overflow: hidden;width:430px;}
.picgd .pic div {float: left;}
.picgd .pic li {float: left; padding:0 25px; width:155px; text-align:center;}
.picgd .pic li a{
	display:block;
	
}
.picgd .pic li span{
	display:block;
}
.picgd .pic li span.medias{
	display:none;
}
.picgd .pic li span.tt{
	font-size:14px;
	color:#666666;
	margin:5px 0;
}
.picgd .pic li span.c{
	color:#888;
	height:75px;
	overflow:hidden;
	line-height:20px;
}
.picgd .pic li span.more{
	background:url(../images/more.jpg) no-repeat;
	display:inline-block;
	width:44px;
	height:16px;
}
.picgd .pic li a:hover span.tt{
	color:#6c96c9;
}
.picgd .pic li a:hover span.medias{
	display:block;
}
.picgd .pic li a:hover span.media{
	display:none;
}
.picgd .pic li a:hover span.more{
	background:url(../images/mores.jpg) no-repeat;
	display:inline-block;
	width:44px;
	height:16px;
}
.footer{
	background:#5882bc;
	height:45px;
	line-height:45px;
	margin-top:70px;
}
.footercon{
	width:1000px;
	margin:0 auto;
	color:#fff;
}
.footercon .link{
	float:right;
	color:#fff;
}
.footercon a{
	color:#fff;
}
.inav{
	margin:0 auto;
	width:1000px;
	height:54px;
	line-height:54px;
	padding-top:78px;
	position:relative;
	overflow:hidden;
	z-index:10;
}
.inav li{
	float:left;
	width:125px;
	text-align:center;
}
.inav li a{
	color:#fff;
	font-size:15px;
}
.inav li.select{
	background:#78bf2d;
}
.aboutus{
	margin:0 auto;
	width:1000px;
}
.aboutus .first{
	overflow:hidden;
	width:1000px;
	border-bottom:2px #e4e4e6 solid;
	margin-top:70px;
}
.aboutus .first .media{
	float:left;
}
.aboutus .first .intro{
	margin-left:370px;
	padding-top:80px;
	padding-right:50px;
}
.aboutus .first .intro .title{
	font-size:25px;
	color:#4c4c4c;
}
.aboutus .first .intro .tt{
	color:#444;
	padding:5px 0;
}
.aboutus .first .intro .con{
	color:#737373;
	margin-top:25px;
	font-size:14px;
}
.aboutus .info{
	overflow:hidden;
	width:1000px;
	margin-top:70px;
}
.aboutus .info .m{
	float:right;
	text-align:center;
	width:219px;
}
.aboutus .info .m .cm{
	border:1px #ccc solid;
}
.aboutus .info .m .c{
	font-size:14px;
	color:#737373;
}
.aboutus .info .con{
	width:750px;
	font-size:14px;
	color:#737373;
}
.aboutus .info .con .tt{
	font-size:20px;
	color:#588ac8;
	margin-bottom:20px;
}
.casedetail{
	margin:55px auto 0;
	color:#4c4c4c;
	width:1000px;
}
.casedetail .title{
	font-size:24px;
	margin:48px 0 35px;
	color:#333;
}
.casedetail .con{
	font-size:14px;
}
.adduscon{
	margin:65px auto 0;
	width:1000px;
}
.adduscon .media{
	float:right;
}
.adduscon .intro{
	margin-right:530px;
}
.adduscon .intro .title{
	font-size:25px;
	color:#4c4c4c;
}
.adduscon .intro .tt{
	margin:5px 0;
	color:#555;
}
.adduscon .intro .con{
	margin:35px 0 0;
	color:#555;
	font-size:13px;
}
.adduscon .map{
	margin:60px 0;
}
.adduscon .lxcon .lx{
	float:left;
	padding:20px 25px;
	color:#fff;
	font-size:14px;
	background:#6c96c9;
}
.adduscon .lxcon .c{
	margin-left:325px;
	color:#4c4c4c;
	font-size:13px;
	line-height:23px;
}
.adminmold{
	margin:60px auto;
	width:1000px;
}
.adminmold .title{
	text-align:center;
	font-size:24px;
	font-weight:bolder;
	color:#404040;
	height:40px;
	line-height:40px;
	margin-bottom:30px;
}
.honner{
	margin:0 auto;
	width:1000px;
}
.honner .title{
	color:#666666;
	font-size:14px;
	margin-top:35px;
}
.honner .title .tt{
	font-size:18px;
	color:#3773bd;
}
.honner .media{
	padding:0px 0 30px;
	border-bottom:1px #cccccc solid;
}
.honner .media .m{
	border:1px #ccc solid;
	padding:8px;
	display:inline-block;
	margin-top:20px;
}
.honner .media .m img{
	border:1px #ccc solid;
}
.honner .llast{
	border-bottom:none;
}
.typebuy{
	margin:0 auto;
	width:1000px;
}
.typebuy .list li{
	margin-top:75px;
	background:#f7f7f7;
	border-top:2px #789fcd solid;
	float:left;
	width:460px;
	margin-right:20px;
	padding:15px;
	position:relative;
    height:154px;
}
.typebuy .list li.rmargin{
	margin-right:0;
}
.typebuy .list li .media{
	float:left;
	margin-top:-30px;
}
.typebuy .list li .intro{
	float:right;
	width:320px;
}
.typebuy .list li .intro .tt{
	font-size:18px;
	font-weight:bold;
}
.typebuy .list li .intro .c{
	font-size:13px;
	color:#4c4c4c;
	margin-top:10px;
}
.typebuy .list li .info{
	margin-top:15px;
	
	border-top:1px #ccc solid;
	padding:15px 0;
	color:#4c4c4c;
	width:100%;
	display:none;
	background:#f7f7f7;
}
.typebuy .list li.select{
	z-index:10;
	padding:15px 0;
	width:490px;
}
.typebuy .list li.select .box{
	position:absolute;
	width:460px;
	padding:0 15px;
	border-bottom:2px #779ecd solid;
	background:#f7f7f7;
}
.typebuy .list li.select .info{
	display:block;
}
.page{
    margin-top:10px;
    padding:14px 0 15px;
    text-align: center;
}
.page a{
    border:1px solid #CCCCCC;
    margin-right:5px;
    padding:4px 7px;
	color:#666;
}
.page span{
    border:1px solid #CCCCCC;
    margin-right:5px;
    padding:4px 7px;
	color:#666;
}
.page span.current{
    background:#cecece;
    border:1px solid #cecece;
    color:#FFFFFF;
    font-weight:bolder;
}
.message{
	margin:40px auto;
	width:1000px;
	overflow:hidden;
}
.message .media{
	float:left;
}
.message .form{
	width:565px;
	float:right;
	margin-top:50px;
}
.message .form .li{
	margin-top:18px;
}
.text{
	border:1px #ccc solid;
	width:253px;
	+width:245px;
	padding:0 10px;
	height:45px;
	line-height:45px;
	font-size:14px;
	color:#555;
}
.message .form .li .l{
	float:left;
	margin-right:15px;
}
.text01{
	border:1px #ccc solid;
	width:543px;
	padding:0 10px;
	height:157px;
	line-height:45px;
	font-size:14px;
	color:#555;
	font-family:微软雅黑;
}
.message .form .li01{
	margin-top:25px;
	text-align:right;
}
.button{
	background:#6c96c9;
	font-size:16px;
	font-family:微软雅黑;
	width:148px;
	height:45px;
	cursor:pointer;
	color:#fff;
	border:none;
}
.button01{
	background:#cccccc;
	font-size:16px;
	font-family:微软雅黑;
	width:85px;
	height:45px;
	cursor:pointer;
	color:#fff;
	border:none;
}
.jobcon{
	margin:45px auto 0;
	width:1000px;
}
.jobcon .list li{
	overflow:hidden;
	width:100%;
	margin-top:15px;
}
.jobcon .list li .tt{
	background:#cccccc;
	color:#fff;
	width:85px;
	padding:5px 0;
	float:left;
	text-align:center;
}
.jobcon .list li .tt .t{
	font-size:24px;
}
.jobcon .list li .con{
	margin-left:125px;
	border:1px #ccc solid;
	padding:10px 20px;
	color:#4c4c4c;
	font-size:13px;
}
.jobcon .list li .con .tc{
	padding:6px 0;
}
.gray{
	color:#666;
}
.jobcon .list li .con .c{
	border-top:1px #ccc solid;
	margin-top:15px;
	padding:10px 0;
	display:none;
}
.jobcon .list li.select .tt{
	background:#6c96c9;
	color:#fff;
	width:85px;
	padding:5px 0;
	float:left;
	text-align:center;
}
.jobcon .list li.select .con .c{
	display:block;
}
.blue{
	color:#5882bc;
}
.jobcon .exp{
	font-size:14px;
	text-align:center;
	margin:55px 0;
}
.ibanner{
	position:relative;
}
.ibanner .media{
	position:absolute;
	width:100%;
	left:0;
	top:0;
}
.ibanner .mbg{
	position:absolute;
	width:100%;
	left:0;
	bottom:0;
	height:54px;
	background:#4d77b4;
	z-index:5;
}
.inav01{
	padding-top:378px;
}
.contactus{
	margin:0 auto;
	width:1000px;
	overflow:hidden;
}
.contactus .media{
	float:left;
	width:355px;
	margin-top:150px;
}
.contactus .intro{
	float:left;
	width:645px;
	margin-top:60px;
	color:#333333;
}
.contactus .intro .title{
	color:#4d77b4;
	font-size:25px;
	margin:5px 0;
}
.contactus .intro .title .link{
	color:#78bf2d;
	font-size:14px;
	text-decoration:underline;
}
.contactus .intro .con{
	padding:25px 0;
	font-size:14px;
	line-height:30px;
	border-bottom:1px #ccc solid;
}
.contactus .intro .con img{
	vertical-align:middle;
}
.contactus .intro .llast{
	border-bottom:none;
}
.product{
	margin:0 auto;
	width:999px;
	border-left:1px #e1e2e6 solid;
	overflow:hidden;
}
.pleft{
	float:left;
	width:275px;
	margin-top:20px;
}
.pleft .list li{
	margin-top:20px;
	height:40px;
	line-height:20px;
	border-left:3px #fff solid;
	padding-left:20px;
}
.pleft .list li.select{
	border-left:3px #78bf2d solid;
}
.pleft .list li a{
	color:#666;
}
.pleft .list li a .ch{
	color:#333;
	font-size:14px;
}
.pright{
	float:left;
	width:724px;
	margin-top:30px;
}
.pright .hd{
	color:#666;
	margin-bottom:30px;
}
.pright .hd .tt{
	font-size:18px;
	color:#3a66a9;
}
.pright .detailbd{
	color:#444;
	padding-bottom:50px;
}
.pright .detailbd table td{
	padding:5px;
	border:1px #ccc solid;
}
.plist{
	padding-bottom:50px;
}
.plist .list{
	overflow:hidden;
	width:100%;
}
.plist .list li{
	float:left;
	margin-right:18px;
	margin-bottom:42px;
}
.plist .list li .media{
	border:1px #ccc solid;
}

.plist .list li .title{
	text-align:center;
	height:42px;
	line-height:42px;
	overflow:hidden;
}
.plist .list li .line{
	height:2px;
	overflow:hidden;
	width:30px;
	background:#6c96c9;
	margin:0 auto;
}
.plist .list li.select .line{
	background:#78bf2d;
	width:100%;
	transition:all 500ms ease;
}
.plist .list li.rmargin{
	margin-right:0;
}
.plistdetail .title{
	font-size:18px;
	font-weight:bolder;
	text-align:center;
	background:url(../images/line01.jpg) no-repeat center center;
	color:#444;
}
.plistdetail .title span{
	background:#fff;
	padding:0 10px;
}
.picgd01 {position:relative; width:720px; margin:45px auto 0; border:1px #ccc solid;}
.picgd01 a.up {background:url(../images/left.png) no-repeat left center; display: block;height:86px; left:0px; overflow: hidden;position: absolute; text-indent: -9999px;top:245px;width:36px;}
.picgd01 a.down{background:url(../images/right.png) no-repeat right center; display: block;height:86px;overflow: hidden; position: absolute; right: 0px;text-indent: -9999px;top:245px;width:36px;}
.picgd01 .pic {margin: 0 auto;overflow: hidden;width:430px;}
.picgd01 .pic div {float: left;}
.picgd01 .pic li {float: left; padding:0; width:720px; text-align:center; overflow:hidden;}
.picgd01 .pic li img{
	display:block;
	
}
.plistdetail .dlink{
	background:#78bf2d;
	border:1px #cccccc solid;
	padding:5px 0;
	text-align:center;
	font-size:14px;
	font-weight:bolder;
	margin-top:30px;
	margin-bottom:50px;
}
.plistdetail .dlink a{
	color:#fff;
	display:block;
}
.plistdetail .dlink a img{
	vertical-align:middle;
}
.case{
	width:1000px;
	margin:0 auto;
}
.case .list{
	overflow:hidden;
	width:100%;
	margin-top:40px;
	padding-bottom:30px;
}
.case .list li{
	border:1px #ccc solid;
	overflow:hidden;
	float:left;
	cursor:pointer;
	width:489px;
	margin-top:20px;
	margin-right:18px;
}
.case .list li.rmargin{
	margin-right:0;
}
.case .list li .media{
	float:left;
	width:190px;
}
.case .list li .intro{
	padding:30px;
	float:right;
	width:205px;
	text-align:center;
	color:#333;
}
.case .list li .intro .title{
	font-size:14px;
	font-weight:bolder;
	margin-bottom:10px;
}
.case .list li .intro .more{
	width:88px;
	height:18px;
	background:#cccccc;
	overflow:hidden;
	text-align:center;
	line-height:15px;
	color:#fff;
	border-radius:20px;
	margin:0 auto;
}
.case .list li.select .intro .more{
	background:#6c95c9;
}
.case .list li .intro .c{
	height:70px;
	overflow:hidden;
	line-height:20px;
}
.float{
	z-index:990;
	background:url(../images/bbg01.png) repeat;
	width:100%;
	position:fixed;
	left:0;
	top:0;
	height:100%;
	display:none;
}
.casedetailinfo{
	position:fixed;
	top:50%;
	margin-top:-350px;
	font-family:微软雅黑;
	color:#444;
	z-index:1000;
	width:665px;
	margin-left:-332px;
	left:50%;
	display:none;
}
.casedetailinfo .info{
	background:#fff;
	padding:27px;
	position:relative;
}
.casedetailinfo .info .left{
	position:absolute;
	left:26px;
	top:279px;
	cursor:pointer;
}
.casedetailinfo .info .right{
	position:absolute;
	right:27px;
	top:279px;
	cursor:pointer;
}
.casedetailinfo .closed{
	float:right;
	cursor:pointer;
	margin-bottom:10px;
}
.casedetailinfo .title{
	font-size:24px;
	font-weight:bold;
	border-bottom:20px;
}
.casedetailinfo .mlist{
	margin-top:25px;
}
.casedetailinfo .m{
	margin-top:25px;
	display:none;
}
.casedetailinfo .ms{
	display:block;
}
.casedetailinfo .c{
	padding:15px 0;
	font-size:14px;
}
.ibanner .title{
	margin:0 auto;
	width:890px;
	padding-top:90px;
}
.ibanner .title .chtt{
	font-size:24px;
	color:#203d55;
}
.ibanner .title .chtt01{
	font-size:24px;
	color:#2c81b3;
}
.ibanner .title .entt{
	font-size:20px;
	margin:10px 0;
	font-family:Arial;
	color:#666666;
}
.ibanner .title .position{
	color:#737373;
}
.ibanner .title .position a{
	color:#737373;
}
.ibanner .title .position .c{
	color:#6c96c9;
}
.ndetail{
	margin:50px auto 0;
	width:1000px;
}
.ndetail .title{
	font-size:24px;
	color:#4a7ebd;
	font-weight:bolder;
	text-align:center;
}
.ndetail .time{
	font-size:14px;
	height:55px;
	line-height:55px;
	text-align:center;
	color:#666;
	border-bottom:1px #ccc solid;
}
.ndetail .con{
	padding:30px 0;
}
.ndetail .handdle{
	margin-top:10px;
	border-top:1px #ccc solid;
	padding:10px 10px 40px;
}
.ndetail .handdle .shear{
	float:right;
	font-family:微软雅黑;
	width:272px;
	margin-top:17px;
}
.ndetail .handdle .shear .tt{
	float:left;
	margin-right:5px;
}
.ndetail .handdle .link{
	font-family:微软雅黑;
	float:left;
	
}
.ndetail .handdle .link a{
	color:#333;
	font-size:12px;
}
.ndetail .handdle .link .li{
	font-size:16px;
	color:#888;
}
.newslist{
	margin:0px auto 0;
	width:1000px;	
}
.newslist .first .list{
	overflow:hidden;
	width:100%;
}
.newslist .first .list li{
	float:left;
	padding:10px;
	width:286px;
	margin-right:38px;
	border:1px #cccccc solid;
}
.newslist .first .list li.llast{
	margin-right:0;
}
.newslist .first .list li .intro{
	overflow:hidden;
	padding:15px 0 0;
}
.newslist .first .list li .intro .time{
	float:left;
	width:83px;
	text-align:center;
	font-family:Arial;
	color:#999;
	margin-top:10px;
}
.newslist .first .list li .intro .time img{
	vertical-align:middle;
}
.newslist .first .list li .intro .con{
	float:left;
	width:200px;
}
.newslist .first .list li .intro .time .t{
	font-size:24px;
	color:#4c7fbd;
}
.newslist .first .list li .intro .tt{
	font-size:14px;
	overflow:hidden;
	height:25px;
	line-height:25px;
	overflow:hidden;
}
.newslist .first .list li .intro .tt a{
	color:#4c7fbd;
}
.newslist .first .list li .intro .c{
	line-height:18px;
	height:36px;
	overflow:hidden;
	color:#444;
}
.newslist .nlist .list{
	margin-top:30px;
}
.newslist .nlist .list li{
	overflow:hidden;
	margin-top:18px;
}
.newslist .nlist .list li .time{
	float:left;
	background:#cccccc;
	width:85px;
	padding:5px 0;
	text-align:center;
	margin-right:18px;
	color:#fff;
}
.newslist .nlist .list li .time .tt{
	font-size:24px;
}
.newslist .nlist .list li.select .time{
	
	background:#6c96c9;
}
.nbox{
	background:#f8f8f8;
	padding:40px 0;
}
.newslist .nlist .list li .con{
	float:left;
	width:855px;
	border:1px #ccc solid;
	height:56px;
	overflow:hidden;
	line-height:56px;
	padding:0 20px;
}
.newslist .nlist .list li .con .more{
	float:right;
}
.newslist .nlist .list li .con .more a{
	color:#666;
}
.newslist .nlist .list li .con .c{
	font-size:14px;
	overflow:hidden;
	width:700px;
}





