@charset "utf-8";

/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font-family: "微软雅黑";
	background: url(../images/bg.png) repeat;
}

* {
	margin: 0;
	padding: 0;
}

ul,
li,
dl,
dt,
dd {
	list-style-type: none
}

a {
	text-decoration: none !important;
	line-height: none !important;
	list-style: none;
}

.glyphicon {
	top: 0 !important;
}

.no-padding {
	padding: 0 !important;
}

.no-margin {
	margin: 0 !important;
}

.no-background {
	background: none !important;
}

.no-border {
	border: none !important;
}

.overflow {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

a {
	text-decoration: none !important;
	cursor: pointer !important;
	color: #999;
}

a:focus {
	outline: none;
}

ul {
	margin: 0;
}

li {
	list-style: none;
}

.imgvertical {
	vertical-align: middle !important;
}

.container-fluid {
	max-width: 1130px !important;
}

.container {
	max-width: 1000px !important;
	padding: 0;
}

.clearfix:before,
.clearfix:after {
	display: table;
	content: '';
}

.clearfix:after {
	clear: both;
}

.clearfix {
	*zoom: 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 !important;
	padding: 0 !important
}

.tr {
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s
}

.tr1 {
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s
}

.tr2 {
	transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	-webkit-transition: all 1s
}

.da {
	transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1)
}

input:required {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
}

/*新闻*/
.news {
	background: #f6f6f6;
	padding-bottom: 20px;
}
.news .left{
	height: 550px;
	background: #fff;
	padding: 20px;
	margin-bottom: 20px;
	overflow: hidden;
}
.news .left .top{
	width: 100%;
	border-bottom: 1px solid #DEDEDE;
}
.news .left .top a{
	display: block;
	width: 80px;
	height: 100%;
	font-size: 18px;
	color: #333;
	line-height: 2;
	font-weight: bold;
	margin-right: 10px;
	float: left;
	text-align: center;
}
.news .left .top .active{
	color: #007ad8;
	border-bottom: 2px solid #007ad8;
}
.news .left .desc{
	margin: 30px 0;
	
}
.news .left .desc .img{
	width: 30%;
	height: 130px;
}
.news .left .desc .text{
	width:65%;
}
.news .left .desc .text .title{
	font-size: 18px;
	color: #333;
}
.news .left .desc .text a{
	background: #777777;
	color: #fff;
}
.news .left .desc:hover .text a{
	background: #ff7800;
}
.news .left .active .text a{
	background: #ff7800;
}
.news .left .desc .text .cnt{
	font-size: 15px;
	color: #666;
	width: 100%;
	display: -webkit-box;
	height: 80px;
	overflow: hidden;
	line-height: 1.7;
}
.news .right{
	height: 550px;
	overflow: hidden;
}

.news .right .neirong{
	background: #fff;
	padding:20px 10px;
}
.news .right .top{
	width: 100%;
	font-size: 18px;
	color: #007ad8;
	line-height: 2;
	font-weight: bold;
	margin-right: 10px;
	text-align: center;
	border-bottom: 1px solid #DEDEDE;
}
.news .right .msg{
	margin-bottom: 20px;
}
.news .right .msg .wen{
	padding: 5px;
}
.news .right .msg .wen img{
	margin-right: 5px;
}
.news .right .msg .wen .details{
	width: 90%;
}
.news .right .msg .wen .details_cnt{
	height: 40px;
	overflow: hidden;
}}