.banner {
    width: 100%;
    height: 368px;
    z-index: 100;
    /*box-shadow: 0px 6px 6px #aaa;*/
    background-color: rgb(195, 24, 24);
}
.xqdt_content{
	width: 100%;
	height: auto;
	background:url("xwbj.png") top no-repeat;
	background-size: 100% 100%;
}
.xqdt-title {
    width: 100%;
    height: 70px;
    position: relative;
    margin-top: 21px;
}
.xqdt-title-ground {
    font-size: 38px;
    font-family: "SimHei";
    font-weight: bold;
    color: #cecdcd;
    text-align: center;
}
.xqdt-title-top {
    /* color: #9e2724; */
    /* font-size: 28px; */
    /* position: absolute; */
    /* top: 17px; */
    /* left: 50%; */
    /* width: 200px; */
    /* margin-left: -100px; */
    /* font-family: dqht; */
    /* font-weight: bold; */
    /* text-align: center; */
    color: #9e2724;
    font-size: 28px;
    position: absolute;
    top: 17px;
    left: 50%;
    width: 300px;
    margin-left: -60px;
    font-family: dqht;
    font-weight: bold;
}
.xqdt-box{
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}

.xqdt-news{
	margin-top: 50px;
	/* width: 1000px; */
	width: calc(100% - 200px);
	height: auto;
	/*background: url("red.png") left no-repeat;*/
	background-size: 24%;
	overflow: hidden;
	float: right;
}
.xqdt-news-r{
	width: 1200px;
	height: 440px;
	float: right;
	/*background: url("blue.png") right no-repeat;*/
	background-size: 24%;
	overflow: hidden;
}
.xqdt-news-title{
	font-size: 30px;
	color: #fff;
	font-weight: bold;
	font-family: dqht;
	height: 60px;
	line-height: 60px;
	padding-left: 20px;
}
.xqdt-news-title-r{
	font-size: 30px;
	text-align: right;
	color: #fff;
	font-weight: bold;
	font-family: dqht;
	height: 60px;
	line-height: 60px;
	padding-right: 20px;
}
.xqdt-news-slider{
	width: 1000px;
	margin-left: 60px;
}
.xqdt-news-slider-r{
	width: 1140px;
	margin-left: 0px;
}
.slide{
	width: 300px;
	float: left;
	margin: 30px 8px;
	background-color: #fff;
	box-shadow: 0 3px 8px 1px #ddd;
	overflow: hidden;
}
.slide img{
	transition: all .3s linear;
}
.slide img:hover{
    transform: scale(1.04);
}
.slide-title{
	width: 240px;
	height: 70px;
	font-size: 20px;
	font-family: dqht;
	line-height: 25px;
	color: black;
	padding: 0px 30px;
	margin-top: 10px;
}
.slide-summry{
	width: 240px;
	font-size: 16px;
	text-align: justify;
	height: 70px;
	font-family: "STFangsong";
	line-height: 20px;
	color: #585656;
	padding: 0px 30px;
}
.xqdt-news-slider-r .bx-wrapper .bx-next{
	left: 35px;
}
.xqdt-news-slider-r .bx-wrapper .bx-prev{
	left: 0px;
}
.xqdt-list{
	width: 200px;
	float: left;
}
.xqdt-list ul li{
	width: 170px;
	background-color: #d2d2d2;
	box-shadow: 2px 2px 2px #7d8080;
	height: 40px;
	line-height: 40px;
	margin-top: 30px;
}
.xqdt-list ul li:first-child{
	margin-top: 0px;
}
.xqdt-list ul li a{
	display: block;
	color: #fff;
	text-align: center;
	font-size: 16px;
}
.xqdt-list ul li:hover{
	background-color: #a83224;
}
.active{
	background-color: #a83224!important;
}