﻿ *{
	margin: 0;
	padding: 0;
}
html,body{
	width: 100%;
	height: 100%;
}

#bg{
	background: url(../../images/2019zt/dbj/bg_01.jpg);
	width:100%;
	height:572px;
  	z-index:-10;
  	zoom: 1;
  	background-color: #fff;
  	background-repeat: no-repeat;
  	background-size: cover;
  	-webkit-background-size: cover;
  	-o-background-size: cover;
  	background-position: center 0;

}
.banner{
	background-color:#a51016;
	height:48px;
	white-space: nowrap;
}
.banner .ab{
	line-height:48px;
	font-size: 20px;
	text-align: center;
}

.banner .ab a{
	color:#ffffff;
}
.content{
	/* background-image: url(../../images/2019zt/dbj/bg_03.jpg); */
	/* background-repeat:repeat-y; */
	/* background-color: #c5242a; */
	width:100%;
  	z-index:-10;
  	zoom: 1;
  	background-size: cover;
  	-webkit-background-size: cover;
  	-o-background-size: cover;
  	background-position: center 0;
}
.contentbg{
	background-color: #ffffff;
}
.title{
	position: relative;
	clear:both;
}
.title span{
	position: absolute;
	left:38px;
	top:16px;
	font-size:24px;
	color:#c5242a;
	font-family:microsoft yahei;
	font-weight:bold;
}
.xcp span{
	font-size: 16px;
    color: #1a1a1a;
    display: inline-block;
    margin-top: 8px;
}
.xcp div{
    margin-top: 16px;
}
.carditems_list {
    clear: both;
    border-bottom: 1px solid #ececec;
    padding: 15px 0;
    margin: 0 0px;
    margin-top: 5px;
    background: #fff;
    overflow: hidden;
}
.carditems_list_dt {
    float: left;
    width: 160px;
    height: 120px;
    border: 1px solid #efefef;
    background-color: #e4f0f9;
    background-image: none;
    background-position: center center;
    background-size: 42px auto;
    background-repeat: no-repeat;
    margin-right: 8px;
    position: relative;
}
.carditems_list_dt img {
    width: 160px;
    height: 120px;
    font-size: 0;
}
.carditems_list_dd {
    overflow: hidden;
    position: relative;
    height: 120px;
}
.carditems_list_h3.intro_h3 {
    height: auto;
    /* white-space: nowrap; */
    text-overflow: ellipsis;
    overflow: hidden;
    margin: 0;
}

.carditems_list_h3 {
    clear: both;
    color: #2f2f2f;
    line-height: 20px;
    line-height: 20px;
    font-size: 18px;
    font-weight: 600;
}
.carditems_list_h4 {
    clear: both;
    color: #8b8b8b;
    font-size: 12px;
    font-weight: normal;
    overflow: hidden;
    line-height: 19px;
}
.carditems_list_h5 {
    clear: both;
    overflow: hidden;
    /* height: 20px; */
    color: #8b8b8b;
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: #fff;
    padding-left: 10px;
    background: -webkit-linear-gradient(left,rgba(255,255,255,0) 0,rgba(255,255,255,1) 10%);
    font-size: 14px;
}
.ditu{
	text-align:center;
	position:relative
}
.ditu div{	
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 999;
    width: 13%;
    height: 100%;
    cursor: pointer;
}
@media (min-width: 768px){
		.content{
			background-image: none;
		}
}