a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
dialog,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
font,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
hr,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
main,
mark,
menu,
meter,
nav,
object,
ol,
output,
p,
pre,
progress,
q,
rp,
rt,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video,
xmp {
  margin: 0;
  padding: 0;
  font-size: 100%;
}
html,
body {
  height: 100%;
}
ul {
  list-style: none;
}
li {
  display: list-item;
}
.clear {
  clear: both;
  height:0;
  overflow:hidden;
}
body {
  font: 12px/150% Microsoft YaHei, Arial, Verdana;
  color: #231815;
  background: #FFF;
}
a {
  text-decoration: none;
  color: #000;
}
a:hover {
  color: #ca0d0d;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.text-c {
  text-align: center;
}
.clearfix:before,
.clearfix:after {
  content: '.';
  display: block;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
  width: 0;
  height: 0;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  zoom: 1;
}
.mt15{
  margin-top:15px;
}
.mt25{
  margin-top:25px;
}
.ml15{
  margin-left:15px;
}



.w {
  width:1150px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.nav {
    height:50px;
    line-height: 50px;
    background: #b92626;
	width:100%;
	min-width:1150px;
}
.nav .navul {
  width:960px;
  margin: 0 auto;
}
.nav .navul .navli {
  width:160px;
  float: left;
  position: relative;
}
.nav .navul .navli a {
  display: block;
  font-size: 20px;
  color: #fff;
}
.nav .navul .navli a:visited,
.nav .navul .navli a:hover{
  background-color: #de3535;
}
.nav .navul .navli a:active {
  background-color: #de3535;
}

.nav li:hover ul.navChild {
    opacity:1;	
	visibility: visible;
}
.navChild{
	visibility: hidden;
    position: absolute;
	z-index: 99999;	
}
.navChild li{
	height: 40px;
    line-height: 40px;
	background-color:#6699CC;
	opacity:0.9;
}
.navChild li a{	
  cursor: pointer;  
  text-align: center;
  white-space: nowrap;
  word-break: break-all;	
}


.row1{
    overflow: hidden;
}
.row1 .title{
	height: 37px;
    line-height: 37px;
    background: url(../images/ddh02/titlebg1.jpg) left bottom no-repeat;
    margin-top: 25px;
	padding-left:15px;
}
.row1 .title font{
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    width: 202px;
    margin-right: 34px;
    text-align: center;
    float: left;
    display: inline;
	letter-spacing:5px;	
	background: url(../images/ddh02/titleIcon1.png) left  no-repeat;
}
.title .more {
  float:right;
  height: 37px;
  line-height: 37x;
  font-size: 14px;
  color: #999;
  text-align: right;
}
.title .more:hover{
	font-weight:bold;
	color: #ca0d0d;
}

.slideBox {
  width: 560px;
  height: 380px;
  overflow: hidden;
  float: left;
  position: relative;
}
.slideBox .bd {
  position: relative;
  height: 100%;
  z-index: 0;
}
.slideBox .bd .caption{
	text-align:center;
	position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 15px;
    background: rgba(0, 0, 0, 0.75);
}
.slideBox .bd .caption span{
	width:80%;
	font-size:16px;
	line-height: 20px;
    color: #ffffff;
    margin: 0 0 5px;
}

.slideBox .bd li {
  overflow:hidden;
  zoom: 1;
  vertical-align: middle;
  position: relative;	
}
.slideBox .bd img {
  width: 560px;
  height: 380px;
  display: block;
  overflow:hidden;
}

.slideBox .prev{
	position: absolute;
    left: 5px;
    bottom: 12px;
    width: 12px;
    height: 21px;
    z-index: 10;
	background: url(../images/ddh02/left.png) no-repeat;

}
.slideBox .next {
    position: absolute;
    right: 5px;
    bottom: 12px;
    width: 12px;
    height: 21px;
    z-index: 10;
	background: url(../images/ddh02/right.png) no-repeat;
}

.slideBox .prevStop {
  display: none;
}
.slideBox .nextStop {
  display: none;
}

.box1{
  width: 547px;
}
.box1 li {
  height: 74px;
  line-height: 74px;
  overflow: hidden;
  border-bottom: 1px dotted #dfdfdf;
  padding-left: 5px;
}
.box1 li:first-child {
  margin-top: 6px;
}
.box1 li:last-child {
  border-bottom: none 0;
}
.box1 li a {
  display: block;
}
.box1 li .newsDate {
  height: 56px;
  width: 62px;
  float: left;
  margin-top: 9px;
  border: solid 2px #ca0d0d;
}
.box1 li .newsDate .date {
  background: #ca0d0d;
  height: 28px;
  line-height: 28px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  font-family: Arial;
}
.box1 li .newsDate .month {
  height: 28px;
  line-height: 28px;
  text-align: center;
  font-size: 14px;
  color: #555;
  font-family: Arial;
}
.box1 li .newsName {
  float: left;
  padding:12px 0; 
	  
}
.box1 li .newsName p {
  width: 445px;
  margin-left: 20px;
  font-size: 16px;
  height:50px;
  line-height: 25px;
  overflow: hidden;
}
 

.box2{
	width:537px;
	height:250px;	    
}
.box2 .title{
	height: 37px;
    line-height: 37px;
	border-bottom: 2px solid #b80000;
	padding-bottom: 5px;
}
.box2 .title font{
    font-size: 20px;
    color: #b80000;
    font-weight: 600;
    width: 202px;
    text-align: center;
    float: left;
    display: inline;
	letter-spacing:5px;	
	background: url(../images/ddh02/titleIcon1.png) left  no-repeat;
}
.box2 li {
    height: 32px;
    line-height: 32px;
    overflow: hidden;
}
.box2 li:first-child {
    margin-top: 5px;
}
.box2 li .newsName {
    background: url(../images/ddh02/liIcon_red2.png) 2px center #ffffff no-repeat;
    padding-left: 16px;
    font-size: 16px;
    max-width: 410px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    padding-right: 4px;
}
.box2 li .newsDate {
    background: #fff;
    width: 90px;
    float: right;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    text-align: right;
    padding-right: 2px;
}

.row2{
	background-color:#f8f7f3;
}

.row4{
	min-width:1150px;
	background: #f8f7f3;
	/*background: #f0e1d6 url(../images/ddh02/swiperbg.jpg) bottom center no-repeat;*/
	height:430px;
}
.row4 .title{
	height: 47px;
    line-height: 47px;    
    margin-top: 15px;
	padding-left:15px;
	text-align:center;
}
.row4 .title a{
	height: 47px;
    line-height: 47px;
	color: #b92626;
	display:block;
	font-size: 18px;
}
.row4 .title font{
    font-size: 20px;
    color: #b92626;
    font-weight: 600;
    width: 202px;
    display: inline;
	letter-spacing:5px;	
}
.row4 .box3 li{
	width:50%;
	float: left;
}
.row4 .box3 li a{
	margin: 0 20px;
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 12px;
    margin-bottom: 6px;
	display: block;
	height: 90px;
}
.box3 .newsName{
	width: 100%;
    color: #b92626;
    font-size: 18px;
    font-weight: bold;
    padding: 5px 0;
	float: left;
    line-height: 36px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.box3 .newsText{
	width: 100%;
    color: #333;
    font-size: 14px;
    line-height: 24px;
    max-height: 48px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}


.listmain {
  width: 1000px;
  border: 1px solid #dfdfdf;
  border-bottom: none 0;
  min-height: 640px;
  margin:20px auto;
  background: url(../images/ddh02/contentbg.jpg) center no-repeat; 
  background-size:cover;	
}

.listmain .info {
  width: 90%;
  padding: 0 30px;
}
.listmain .info .listtitle {
  padding-top: 30px;
  overflow: hidden;  
}
.listmain .info .listtitle .bigTitle {
  font-size: 24px;
  color: #b80000;
  text-align: center;
  line-height: 50px;
  margin-bottom: 10px; 
  background: url(../images/ddh02/titlebg2.jpg) center no-repeat;
}
.listmain .info .listtitle .nobg{
  background: none;
}

.listmain .info .txt {
  padding: 20px 0;
  line-height: 30px;
  font-size: 14px;
}
.listmain .info .listtitle .bigTitle.mb20 {
  margin-bottom: 20px;
}
.listmain .info .listtitle .postInfo {
  margin-bottom: 10px;
  text-align: center;
}
.listmain .info .listtitle .postInfo .txt {
  font-size: 12px;
  color: #888888;
}
.listmain .info .list {
  margin-bottom: 10px;
}
.listmain .info .list li {
    height: 35px;
    line-height: 35px;
    margin: 10px 0;
    border-bottom: 1px dashed #ddd;
    padding: 10px 0 10px 2px;
}
.listmain .info .list li:first-child {
  margin-top: 5px;
}
.listmain .info .list li a {
  display: block;
}
.listmain .info .list li .newsName {
  background: url(../images/ddh02/star.jpg) 2px center no-repeat;
  padding-left: 27px;
  font-size: 16px;
  max-width: 670px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  padding-right: 4px;
}

.listmain .info .list li .newsDate {
  background: #fff;
  width: 80px;
  float: right;
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  text-align: right;
  padding-left: 2px;
}

.listmain .info .txt {
  padding: 20px 0;

}

.fenye{
  overflow: hidden;
  margin-top:20px;
  width:100%; 	 
}
.page{
    padding-left:35%;
}
.page a {
  color:#de3535;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  background-color: #FFF;
  border: 1px solid  #de3535;
  padding: 0 10px;
  margin: 0 3px;
  font-weight:bold;
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
}
.page span{
	height: 30px;
    line-height: 30px;
	font-size: 14px;
	padding: 0 10px;
    margin: 0 3px;
    font-weight:bold;
	color: #FFF;
	background-color:  #de3535;
    border-color:  #de3535;
	display: inline-block;
}
.page a:hover,
.page a.active {
	color: #FFF;
	background-color: #b92626;
    border-color: #b92626;
}

.footer {
  width:100%;
   min-width:1150px;
  background-color:#b92626;
  height: 60px;
  line-height: 60px;
  text-align: center;
  margin-top:30px;
}
.footer span {
  color: #fff;
  font-size: 14px;
}
.maincontent_xinxi{
  background: url(contentbg_xinxi.jpg) center no-repeat;
  background-size: 100%,100%;
}