@charset "utf-8";
/*列表页*/
.ej-banner{width:100%; margin:100px auto 0px; overflow:hidden;}
.ej-banner img {
	display: block;
}

.ej-sydb-bg {
	margin-top: -450px;
	padding-top: 530px;
	box-sizing: border-box;
}

.ej-sydb-bg .foot-top-bg {
	margin-top: 0;
}

.list {
	min-height: 600px;
}

.lm-bg-dqwz {
	background: #f0f0f0;
	height: 70px;
	width: 100%;
}

.yj-lm {
	background: #722F27;
	color: #fff;
	line-height: 70px;
	font-size: 26px;
	height: 70px;
	text-align: center;
	font-weight: normal;
	width: 250px;
	text-align: center;
}

.titname {line-height: 70px;width: calc(100% - 300px);height: 70px;}

.titname h2 {
	display: inline-block;
	font-size: 24px;
	color: #722F27;
	font-weight: normal;
}
.titname h2.ystd a{
	display:block;
	padding:0 10px;
	font-size:20px;
	line-height:70px;
	text-align:left;
	color:#722F27;
	float:left;
	position:relative;
	
}

.titname h2.ystd a.hover{
	
	color:#722F27;
	background:#fff;
}

.titname h2.ystd a.hover::before{
	display: block;
	content: "";
	position: absolute;
	width: 80%;
	left:10%;
	height: 2px;
	background: #722F27;
	bottom: 10px;
}
/*
.titname h2.ystd a.border-r::before{
	display:block;
	content:"";
	position:absolute;
	right:0;
	top:0;
	bottom:0;
	margin:auto;
	width:1px;
	height:50%;
	background:#722F27;
}
*/
.titname .navigation {
	float: right;
}

.titname .navigation img {}

.titname .fa-home {
	font-size: 14px;
}

.titname .fa-home img {
	width: 14px;
	display: block;
	margin-right: 7px;
	margin-top: 28px;
	float: left;
}

.titname .fa-home,
.titname .fa-home a {
	color: #888;
}


.list-left {
	width: 250px;
	box-sizing: border-box;
}





/* 侧导航 */
.sideMenu {
	border: 1px solid #d1d1d1;
	box-sizing: border-box;
	background: #f0f0f0;
	border-bottom: none;
}

.sideMenu h3 {
	width: 100%;
	cursor: pointer;
	margin: 0;
	box-sizing: border-box;
/*	background: url(../img/menu-ej-lm.png) no-repeat 200px center;*/
	position: relative;
}

.sideMenu h3 .sjx {
	width: 19px;
	height: 7px;
	background: url(../img/menu-ej-lm-sjx.png) no-repeat center;
	bottom: 0;
	left: 22px;
	position: absolute;
	display: none;
}

.sideMenu>.on .sjx,
.sideMenu h3:hover .sjx {
	display: block;
}

.sideMenu h3>a {
	display: block;
	border-bottom: 1px solid #d8d8d8;
	background: url(../img/list_11.png) no-repeat 28px center;
	font-size: 16px;
	font-weight: normal;
	box-sizing: border-box;
	padding: 17.5px 0 17.5px 40px;
	width: 100%;
	margin: 0 auto;
}

.sideMenu>.on,
.sideMenu h3:hover {
	border-left: none;
	margin: 0px;
	box-sizing: border-box;
}

.sideMenu>.on a,
.sideMenu h3:hover a {
	background: url(../img/list_16.png) no-repeat 28px center;
	font-size: 16px;
	font-weight: bold;
	color: #722F27;
}


.sideMenu .has {
	background: #fff;
	margin: 0 auto;
	width: 100%;
	padding-top: 15px;
	border-bottom: 1px solid #d8d8d8;
	color: #999;
	font-size: 14px;
	display:none;
}
.sideMenu .has.active{
	display:block;
}
.sideMenu .has>li {
	margin-bottom: 15px;
}

.sideMenu .has>li>a {
	display: block;
	color: #666666;
	font-size: 15px;
	padding-left: 48px;
	background: url(../img/list_20.png) no-repeat 28px center;
}

.sideMenu .has>.san-on a,
.sideMenu .has>li:hover a {
	background: url(../img/list_20-h.png) no-repeat 28px center;
}

.sideMenu .has>.san-on>a,
.sideMenu .has>li:hover>a {
	color: #722F27;
}

.list-left .ej-menu-x-tp {
	margin-top: 33px;
	border: 1px solid #d0d0d0;
	box-sizing: border-box;
	height: 227px;
	width: 250px;
}







/* 侧导航结束 */
/* 右侧开始 */
.list-right {
	width: calc(100% - 300px);
	overflow: hidden;
	min-height: 600px;
}

.list-right .czdh{
	background:#fff;
	padding:30px;
}
.list-right .czdh a{
	display:inline-block;
	width:auto;
	padding:10px;
	border:1px solid #722F27;
	margin-bottom:20px;
	margin-right: 8px;
}
.list-right .czdh a:hover,.list-right .czdh a.hover {
	background:#722F27;
	color:#fff;
}
.list-con ul {
	margin-top: 17px;
}

.list-con ul li {
	padding-left: 40px;
	height: 60px;
	line-height: 59px;
	background: url(../img/list-li.png) no-repeat 11px center;
	/* border-bottom: 1px dashed #e6e6e6; */
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	box-sizing: border-box;
	border-bottom: 1px solid #ccc;
}

.list-con ul li a {
	font-size: 16px;
}

.list-con ul li .date {
	float: right;
	color: #888888;
	font-size: 14px;
}

.list-con ul li:hover {
	margin-left: 10px;
	font-size: 17px;
	
}
.list-con ul li:hover a{
	color: #722F27;
}
.list-con ul li.list-li1 {
	margin-top: 30px;
}

.list-con ul li.list-li6,
.list-con ul li.list-li11 {
	margin-top: 23px;
}

.list-con ul li.list-li5,
.list-con ul li.list-li10,
.list-con ul li.list-li15 {
	padding-bottom: 23px;
	border-bottom: 1px dashed #e6e6e6;
	box-sizing: content-box;
	background: url(../img/list-li.png) no-repeat left 20px;
}
/**/
.list-right.ystd{
	background:#fff;
	padding:30px;
	box-sizing:border-box;
}
.ystd ul li {width: 23.5%;float: left;margin-right: 2%;margin-bottom: 20px;}
.ystd ul li:nth-child(4n) { margin-right: 0; }
.ystd ul li div.pic_img {width: 100%;max-height: 340px;overflow: hidden;}
.ystd ul li div.pic_img img {width: 100%;height: 340px;max-height: 340px;object-fit: cover;transition: all 1s;display: block;}
.ystd ul li div.jj {width: 100%;background: #f0f0f0;padding: 10px 0;}
.ystd ul li:hover h3 { color: #722F27; }
.ystd ul li div.jj h3 {font-size: 18px;text-align: center;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.ystd ul li div.jj p {font-size: 16px;text-align: center;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}





.piclist ul li {width: 32%;float: left;margin-right: 2%;margin-bottom: 20px;}
.piclist ul li:nth-child(3n) { margin-right: 0; }
.piclist ul li div.pic_img {width: 100%;max-height: 240px;overflow: hidden;}
.piclist ul li div.pic_img img {width: 100%;height: 240px;transition: all 1s;display: block;}
.piclist ul li div.jj {width: 100%;background: #f0f0f0;padding: 10px 0;}
.piclist ul li:hover h3 { color: #722F27; }
.piclist ul li div.jj h3 {font-size: 18px;text-align: center;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.piclist ul li div.jj p {font-size: 16px;text-align: center;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}







/* 单篇 */
.dp{
	padding: 30px;
	background: #fff;
	box-sizing: border-box;
}
.dp p{
	font-size:16px;
	line-height:30px;
	text-indent:2em;
	margin-bottom:15px;
}
.dp p.vsbcontent_img img,.dp img.img_vsb_content{
	display: block!important;
	width:auto;
	max-width:80%;
	height:auto;
	margin:10px auto;
}
.dp video{
	display:block;
	width:auto;
	max-width:80%;
	height:auto;
	margin:10px auto;
}
/* 正文页 */
/*page-con*/

.page-con {
	margin: 0px auto;
	padding: 10px 30px;
	min-height: 500px;
	height: auto;
	overflow: hidden;
	background: #fff;
}

.page-con .page-tit {
	font-size: 24px;
	color: #444444;
	text-align: center;
	line-height: 150%;
	padding: 34px 0 0;
	font-weight: bold;
}

.page-con .fbt {
	font-size: 17px;
	color: #333333;
	text-align: center;
	line-height: 150%;
	padding: 13px 0 10px;
	font-weight: normal;
}

.page-con .page-date {
	font-size: 14px;
	color: #777777;
	text-align: center;
	line-height: 150%;
	padding: 6px 0 21px;
	border-bottom: 1px solid #e7e6e6;
}

.page-con .zhengwen {
	padding: 23px 0;
	line-height: 30px;
	font-size: 15px;
	color: #555555;
}

.page-con .zhengwen>p {
	text-indent: 2em !important;
	line-height: 38px !important;
	font-size: 18px !important;
	color: #444;
	padding: 0 0 14px 0 !important;
}
.page-con .zhengwen .vsbcontent_img img{
    display:block;
    height: auto!important;
    margin:10px auto;
    max-width:80%;
}
.page-con .zhengwen table tr td p,
.box-2 .zhengwen table tr td span p {
	text-indent: 0;
}

/*上一条、下一条*/

.other-title {
	padding: 33px 3px 0px;
	border-top: 1px solid #e6e6e6;
}

.other-title a {
	color: #444;
	font-size: 16px;
	display: block;
	line-height: 30px;
}

.other-title a:hover {
	color: #d70c18;
}

.article-con {
	padding: 20px 0;
}

.article-con h1 {
	font-size: 22px;
	line-height: 34px;
	text-align: center;
	margin-bottom: 10px;
}

.article-con h2 {
	font-size: 16px;
	line-height: 30px;
	text-align: center;
	margin-bottom: 10px;
}

.article-con .article-date {
	font-size: 12px;
	color: #999999;
	text-align: center;
	line-height: 22px;
	padding: 10px 0;
	border-bottom: 1px dashed #ececec;
}

.article-con .article-text {
	font-size: 15px;
	line-height: 30px;
	color: #333333;
	padding: 10px 0;
	border-bottom: 1px dashed #ececec;
}

.article-con .article-text p {
	text-indent: 2em;
	padding: 5px 0;
}

.article-con .article-text p img,
.article-con .article-text p video {
	margin-left: -2em;
	max-width: 92%;
}

.article-con .updown ul {
	padding: 10px;
}

.article-con .updown ul li {
	font-size: 15px;
	line-height: 34px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.article-con .updown ul li a:hover {
	color: #0075cc;
}

.article-con .updown ul li:hover {
	margin-left: 10px;
	font-size: 16px;
}