/* liebiapo */
.listleft {
	width: 230px;
	text-align: center;}

.lefttitle {
text-align: center;
    width: 200px;
	font-size: 18px;
	font-weight: 700;
	height: 50px;
	line-height: 50px;
	background: #f5f6fa;
	color: #ffffff; 
	border-bottom: 1px solid #eeeeee;}
.leftnav ul{
    padding-left: 0px;
}

.leftnav li {
height: 40px;
text-align: center;
    width: 200px;
    list-style: none;
	height: 40px;
	line-height: 40px;
	border-left: 1px solid #eeeeee;
	border-right: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
	cursor: pointer;}

.leftnav li a {
	color: #161616;}

.leftnav li:hover,
.leftnav li.on {
	background: #b01e27;
	border-left-color: #b01e27;
	border-right-color: #b01e27;}

.leftnav li:hover a,
.leftnav li.on a {
	color: #FFFFFF;}

.listright {
	width: 925px;}

.place {
	padding-bottom: 10px;
	border-bottom: 1px solid #eeeeee;}

.place a {
	color: #161616;}

.Pic_list {
	width: 723px;
	height: auto;
	background: #FFFFFF;}
	margin-top: 7px;
}

.Pic_list h4 {
	height: 30px;
	line-height: 30px;
	padding-left: 15px;
	color: #704e0f;
	border-bottom: 1px dashed #c2947d;
	background: #FFFFFF;
}

.Pic_list ul li {
	width: 140px;
	height: 240px;
	float: left;
	margin-top: 20px;
	margin-left: 30px;
	font-size: 13px;
	text-align: center;
	line-height: 24px;
list-style:none;
}

.Pic_list ul li a {
	color: #A25100;
	text-decoration: none;
}

.Pic_list ul li img {
	width: 120px;
	height: 160px;
}
.flex {
	display: flex;
}

.flex-1 {
	flex: 1;
}

.flex-center {
	align-items: center;
}

.flex-around {
	justify-content: space-around;
	align-items: center;
}

.flex-between {
	justify-content: space-between;
	align-items: center;
}

.flex-top {
	align-items: flex-start;
}

.flex-wrap {
	flex-wrap: wrap;
}
.lingdao {
	border: 1px solid #eeeeee;
	padding: 10px;
}
.waper {
	width: 1200px;
	margin: auto;
	clear: both;
}
.hd ul,.hd1 ul,.hd1 ul li{

	list-style: none;
}
/* 首页大轮播css */
.slideBox {
	height: 410px;
	overflow: hidden;
	position: relative;
}

.slideBox .hd {
	height: 16px;
	overflow: hidden;
	position: absolute;
	left: 50%;
	bottom: 19px;
	z-index: 1;
}

.slideBox .hd ul {
	overflow: hidden;
	zoom: 1;
	float: left;
	width: 1200px;
	margin-left: -1070px;
	display: flex;
	justify-content: flex-end;
}

.slideBox .hd ul li {
	border: 1px solid white;
	margin-right: 2px;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	margin-left: 20px;
	text-align: center;
	cursor: pointer;
}

.slideBox .hd ul li.on {
	background: #fff;
}

.slideBox .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}

.slideBox .bd li {
	zoom: 1;
	vertical-align: middle;
}

.slideBox .bd li a {
	display: block;
	position: relative;
}

.slideBox .bd li a .title {
	height: 50px;
	line-height: 50px;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	background: rgba(4,48,113,0.4);
}

.slideBox .bd li a .title p {
	color: #FFFFFF;
	font-size: 20px;
	font-weight: 600;
}

.slideBox .bd img {
	width: 100%;
	height: 410px;
	display: block;
}
/* 小轮播 */
.slideBox1 {
	width: 316px;
	height: 247px;
	overflow: hidden;
	position: relative;
	left: -44px;
}

.slideBox1 .hd1 {
	height: 16px;
	overflow: hidden;
	position: absolute;
	left: 50%;
	bottom: 19px;
	z-index: 1;
}

.slideBox1 .hd1 ul {
	overflow: hidden;
	zoom: 1;
	float: left;
	width: 1200px;
	margin-left: -1070px;
	display: flex;
	justify-content: flex-end;
}

.slideBox1 .hd1 ul li {
	border: 1px solid white;
	margin-right: 2px;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	margin-left: 20px;
	text-align: center;
	cursor: pointer;
}

.slideBox1 .hd1 ul li.on {
	background: #fff;
}

.slideBox1 .bd1 {
	position: relative;
	height: 100%;
	z-index: 0;
	left: 35px;
}

.slideBox1 .bd1 li {
	zoom: 1;
	vertical-align: middle;
	list-style: none;
}

.slideBox1 .bd1 li a {
	display: block;
	position: relative;
}

.slideBox1 .bd1 li a .title {
	height: 50px;
	line-height: 50px;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	background: rgba(4,48,113,0.4);
}

.slideBox1 .bd1 li a .title p {
	color: #FFFFFF;
	font-size: 20px;
	font-weight: 600;
}

.slideBox1 .bd1 img {
	width: 276px;
	height: 240px;
	display: block;
}
/* 下面是前/后按钮代码，如果不需要删除即可 */
.slideBox .prev,
.slideBox .next {
	position: absolute;
	left: 30%;
	top: 50%;
	margin-left: -550px;
	margin-top: -25px;
	display: block;
	width: 32px;
	height: 40px;
	background: url(../img/slider-arrow.png) -110px 5px no-repeat;
	filter: alpha(opacity=50);
	opacity: 0.5;
}

.slideBox .next {
	left: auto;
	right: 30%;
	margin-right: -550px;
	background-position: 8px 5px;
}

.slideBox .prev:hover,
.slideBox .next:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}

.slideBox .prevStop {
	display: none;
}

.slideBox .nextStop {
	display: none;
}



/* CSS Document */
html, body {
	margin: 0;
	/*	background-color: #efefef;*/
	background-color: #FFFFFF;

}
.top-line{
	border-bottom: solid 3px #b01e27;
width:100%;
}

.header-top {
	display: block;
	height: auto;
	width:100%;
	background-color: #e1d1b9; 
	background-position:center;
	background-repeat: no-repeat;
	z-index: 10;
}
.header-links {
	text-align: right;
	color: #222;
	background-color: #fff;
}
.header-links a {
	color: #222;
	padding-left: 8px;
	padding-right: 6px;
	line-height: 30px;
}

.logo {
	display: block;
	float: left;

}
.logo-mob {
	display: block;
	float: left;

} 

.header {
	background-color: #e1d1b9;
}



/*导航*/
.navbar1{
	height: auto;

}
 .navbar1 ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
        overflow: hidden;
        background-color: #8B5943;

    }

     .navbar1 li {
        float:left;
		width: 16%;

    }

   .navbar1 li a {
        display: block;
        color: white;
 font-size: 90%;
        text-align: center;
        padding: 14px 16px;
        text-decoration: none;


		
    }

    .navbar1 li a:hover {
		color: white;
 font-size: 90%;
		text-align: center;
		 padding: 14px 16px;

        background-color: #b01e27;
    }





.footer {
	color: #f8f8f8;
}
.footer {
	background-color: #5B4E4A;
	margin-top: 20px;
	padding: 30px 0 0 0;
}
.footer img {
	padding: 0 10px;
	margin-top: -35px;
}
.footer-text {
	padding: 10px;
	text-align: left;
}
.after-nav{margin-top:20px !important;}

.title-line {
	border-bottom: solid 3px #b01e27;
	width: 70px;
	margin-bottom: 10px;
}
.title-text {
	display: inline-block;
	width: 100px;
	padding-left: 0px;
	padding-top: 10px;
	height: 30px;
	color: #5B484A;
	font-size: 1.6rem;
	font-weight: bold;

}
.title-more {
	display: block;
	padding-top: 10px;
	padding-right: 0px;
	color: #5B484A;
}
.index-list-content {
	width: 100%;
	min-height: 200px;
	padding: 0px 0;
}

/*列表页1*/

.main_conLT{
	width:260px;
}
.main_conLT dl dt{

	height: 53px;
	line-height: 53px;
	text-align: center;
	font-size: 24px;
	color: #fff;
}
.main_conLT dl dd{

	height: 46px;
	margin-top:10px ;
}
.main_conLT dl dd a{
	display: block;

	height: 46px;
	background:#f5f6fa;
	margin-top:10px ;
	font-size: 16px;
	color: #666666;
	text-align: center;
	line-height: 46px;
}
.main_conLT dl dd a:hover{
	background: #b01e27;
	color: #fff;
}
.main_conLT dl dd a.cur{
	background: #b01e27;
	color: #fff;
}

/*新闻列表*/

.dynamic_list{
	width: 100%;
}
.dynamic_list li{

	height: 35px;
   line-height:35px;

   font-size: 14px;
   color: #5c5c5c;
   width: 100%;
   background: url(../img/xdd.png) no-repeat 0px 14px;
   text-indent: 12px;
}
.dynamic_list1 li{
	*height: 35px;
   *line-height:30px;
}
.dynamic_list li:hover{
	background: url(../img/xdd_h.png) no-repeat 0px 14px;
}
.dynamic_list li a{
    color: #5c5c5c;
    display: block;
    cursor: pointer;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.dynamic_list li:hover a{
    color: #a60f10;
}
.dynamic_list li a em{
	display: block;
	float: left;
	width: 250px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.dynamic_list li img{
	margin-right: 6px;
}
.dynamic_list li span{
	float: right;
	margin-right: 0;
	color: #c3c3c3;
}
.dynamic_list li:hover span{
	color: #a60f10;
}
/*beizhukaishi -------------------------------------------------------------*/
/* ====== newSong ====== */
/* ====== general ====== */

/*beizhukaishi----------------------------------------------------------- */