﻿@charset "utf-8";
/* css document */
/* ============================ 重置css样式 ============================ */	
/* 清除内外边距 */
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, fieldset, lengend, button, input, textarea, th, td {
	margin: 0;
	padding: 0;
}
/* 设置默认字体 */
body, button, input, select, textarea { font: 14px/1 "微软雅黑", tahoma, helvetica, arial, sans-serif; }
h1 { font-size: 18px; }
h2 { font-size: 16px; }
h3 { font-size: 14px; }
h4, h5, h6 { font-size: 100%; }
cite, em { font-style: normal; }
/* 重置列表元素 */
ul, ol { list-style: none; }
 重置文本格式元
a {
	text-decoration: none;
	cursor:pointer;
	outline:none;
}
/* 重置表单元素 */
legend { color: #000; }
fieldset, img { border: none; }
img{vertical-align:middle;}
/* 重置表格元素 */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
button, input, select, textarea { font-size: 100%; }
/* ========================= 页面常用样式 css样式 =========================== */	
.clear {
	clear:both;
	overflow:hidden;
	height:0;
	font-size:0;
	line-height:0;
}
body{ position:relative;}
html{overflow-x:hidden;}
.fl{float:left;}
.fr{float:right;}
/* ========================= 主框架样式 css样式 =========================== */	



/* 头部区域样式 */
/* .header{ 
	height:300px;
	background: top center no-repeat;
	background-size:100% 300px;}
.header .logo{ 
	width:427px;
	margin:0 auto;
	margin-bottom:25px;
	cursor: pointer;}
.header .logo img{ margin-top:35px;}
.header .nav{ 
	width:800px;
	height:64px;
	margin:0 auto;
	background-color:#b3040e;
	border-radius:30px 5px 30px 5px;
	box-shadow: 0 3px 0 #9d333f;
	clear:both;}
.header .nav li{
	float:left; 
	font-size:20px;
	font-weight:bold; 
	line-height:64px;
	width:200px;
	text-align:center;}
.header .nav li a{ 
	color:#fff; 
	text-decoration:none; }
.header .nav li img{
	margin-right:10px;} */


/* 主体样式 */
.main{ width:1200px;  margin:0 auto;}

/* 项目列表样式 */
.main .choose{
	padding:30px 0;
	border-bottom:1px #cdd8ed solid;
	height:36px;}
.main .choose ul a li{ 
	float:left;
	padding:10px 15px;}
.main .choose ul a li{
	color:#333;
	font-size:18px;}
.main .choose ul a li:hover{
	background-color:#bd1a2d;}
.main .choose ul a li:hover{
	color:#fff;}
.main .choose ul li.c_search{
	float:right;
	margin-top:-10px;}
.main .choose ul li.c_search:hover{ background:none;}
.main .choose ul li.c_search .c_s_box{
	height:34px;
	width:231px;
	border:solid 1px #e4e4e4;
	border-right:none;
	outline:none;
	float:left;
	color:#e4e4e4;
	font-size:16px;
	padding-left:10px;}
.main .choose ul li.c_search .c_s_button{
	height:36px;
	width:60px;
	border:none;
	background-color:#bd1a2d;
	color:#fff;
	font-size:16px;}

.main .public table{ 
	width:100%;
	margin-top:30px;
	text-align:center;}
.main .public table tr{ height:36px;}
.main .public table tr th{ 
	background-color:#b3040e;
	color:#fff;}
.main .search{ 
	width:100%; 
	height:80px; 
	background-color:#f3f3f3;
	font-size:18px;
	color:#333;
	line-height:72px;}
.main .search img{ margin:0 20px;}
.main .search span{ 
	font-size:30px;
	color:#b3040e;
	margin-right:30px;}
.main .search input{
	width:298px;
	height:38px;
	border:solid 1px #e1e1e1;
	margin-right:15px;}
.main .search a{
	width:100px; 
	height:40px;
	float:right; 
	background-color:#b3040e;
	text-decoration:none;
	margin-top:20px;
	margin-right:18px;
	text-align:center;
	line-height:40px;
	color:#fff;}
.main .news{ width:100%; clear:both;}
.main .news .project{
	width:660px;
	float:left;}
.main .news .project h3{
	height:34px; 
	background: left center no-repeat; 
	line-height:36px; 
	font-size:18px; 
	color:#fff;
	padding-left:22px;
	border-bottom:solid 2px #b3040e;
	margin-top:30px;}
.main .news .project dl{
	cursor:pointer; 
	height:161px; 
	clear:both; 
	border-bottom: 1px solid #e6e6e6;
	margin-top:30px;}
.main .news .project dl dt{ 
	width:200px; 
	height:130px; 
	float:left;}
.main .news .project dl dd{
	width:430px;
	float:left; 
	margin-left:20px;}
.main .news .project dl dd h4{
	font-size:18px;
	font-weight:normal;
	color:#333;
	margin-bottom:10px;}
.main .news .project dl:hover dd h4{ color:#e11600;}
.main .news .project dl dd p{
	font-size:16px;
	color:#999;
	line-height:24px;
	text-indent:32px;
	margin-top:13px;
	height:48px;}
.main .news .project dl dd span a{
	float:right;
	text-decoration:none;
	font-size:16px;
	color:#fff;
	width:100px;
	height:36px;
	background-color:#b3040e;
	text-align:center;
	line-height:36px;
	margin-top:16px;}
	
.main .notice{ 
	width:510px;
	float:left;
	margin-left:30px;}
.main .news .notice h3{
	height:34px; 
	background: left center no-repeat; 
	line-height:36px; 
	font-size:18px; 
	color:#fff;
	padding-left:22px;
	border-bottom:solid 2px #b3040e;
	margin-top:30px;}
.main .news .notice h3 a{
	float:right;
	font-size:14px;
	color:#999;
	text-decoration:none;
	font-weight:normal;}
.main .news .notice h3 a img{ margin-right:5px;}
.main .news .notice ul{ 
	background-color:#f7f7f7; 
	height:768px;
	margin-bottom:50px;}
.main .news .notice ul li { 
	cursor:pointer;
	margin-left:15px;
	margin-right:15px;}
.main .news .notice ul li h4{
	background: left 39px no-repeat;
	padding-left:20px;
	font-size:18px;
	color:#333;
	padding-top:30px;
	font-weight:normal;
	width:450px;
	height:18px;
	overflow:hidden;}
.main .news .notice ul li:hover h4{ color:#b3040e;}
.main .news .notice ul li p{
	margin-left:20px;
	font-size:16px;
	color:#999;
	line-height:24px;
	margin-top:10px;
	height:48px;}


.main .crumbs{ 
	font-size:16px; 
	color:#999; 
	margin-top:20px;}
.main .crumbs a{ color:#999; text-decoration:none;}
.main .list ul{
	border-bottom: 1px solid #e6e6e6;
	margin-top:20px;
	padding-bottom:20px;}
.main .list ul li{
	line-height:36px;
	background: left center no-repeat;}
.main .list ul li a{
	font-size:16px;
	text-decoration:none;
	color:#333;}
.main .list ul li a:hover{ color:#b3040e;}
.main .list ul li a span{ float:right; color:#999;}
.main .list ul li a div{
	display:block;/*内联对象需加*/
	width:1010px;
	word-break:keep-all;/* 不换行 */
	white-space:nowrap;/* 不换行 */
	overflow:hidden;/* 内容超出宽度时隐藏超出部分的内容 */
	text-overflow:ellipsis;
}

.main .n_list dl{
	clear:both;
	height:230px;
	padding:30px 0;
	border-bottom:1px #cdd8ed solid;}
.main .n_list dl dt{
 	float:left;
 	width:360px;
 	height:233px;}
.main .n_list dl dd{
	float:left;
	width:820px;
	height:160px;
	margin-left:20px;
	margin-top:10px;}
.main .n_list dl dd h3 a{
	font-size:18px;
	color:#333;}
.main .n_list dl dd p{
	color:#333;
	font-size:14px;
	margin-top:30px;}
.main .n_list dl dd p span{
	color:#666;}
.main .n_list dl dd p a{
	color:#fff;
	padding:10px 20px;
	float:right;
	background-color:#bd1a2d;
	margin-top:-10px;
	font-size:16px;}
.main .n_list dl dd div{
	background-color:#fff;
	line-height:24px;
	text-indent: 30px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    /* firefox */
    display: -moz-box;
    /* autoprefixer: off */
    -moz-box-orient: vertical;
    /* autoprefixer: on */
    /* safari、opera 以及 chrome */
    display: -webkit-box;
    /* autoprefixer: off */
    /*解决下面这个属性不显示*/
    -webkit-box-orient: vertical;
    /* autoprefixer: on */
    /*解决上面这个属性不显示*/
    /* 控制在第几行多出的内容省略 */
    -webkit-line-clamp: 5;
}	
.main .n_list dl dd div p{
	margin-top:-10;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    display: -moz-box;
    -moz-box-orient: vertical;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
}

.main .pag{ 
	margin-top:30px; 
	font-size:16px; 
	line-height:40px; 
	margin-left:220px;}
.main .pag a{ 
	width:38px; 
	height:38px; 
	border:solid 1px #e6e6e6; 
	display:block; 
	float:left; 
	text-decoration:none; 
	text-align:center; 
	line-height:40px;  
	color:#333; 
	margin-right:7px; 
	margin-bottom:50px;}
.main .pag a:hover{ 
	width:40px; 
	height:40px; 
	background-color:#b3040e; 
	color:#fff; 
	border:none;}
.main .pag span{ float:left; margin-right:7px;}
.main .pag input{ 
	width:38px; 
	height:38px; 
	border:solid 1px #e6e6e6; 
	margin:0 7px; 
	text-align:center; 
	float:left;}
.main .pag .next{ width:73px;}
.main .pag .next:hover{ width:75px;}


.main .title{
	text-align:center;
	border-bottom:solid 1px #e6e6e6;
	margin-top:20px;
	padding-bottom:20px;}
.main .title h3{
	font-size:20px;
	font-weight:normal;
	margin-bottom:20px;}
.main .title span{
	font-size:16px;
	color:#999;}
.main .article{ margin-bottom:30px; margin-top:30px;}
.main .article p{
	font-size:16px;
	color:#333;
	line-height:32px;
	text-indent:32px;
	text-align:left;}
.main .article img{
	text-align:center;
	margin:20px 0;}

/* .foot{ 
	height:40px; 
	clear:both;
	background-color:#f3f3f3; 
	padding:30px 0;}
.foot p{ 
	text-align:center; 
	line-height:30px; 
	color:#333;}
.foot p img{ margin-left:20px; margin-right:5px;} */

