@charset "utf-8";

/*公共样式*/
* {
	padding: 0;
	margin: 0;
}

ul li,
a,
p {
	border: none;
	text-decoration: none;
	list-style: none;
	font-family: "微软雅黑";
	padding: 0;
	margin: 0px;
}

body {
	font-size: 15px;
	color: #333333;
	font-family: "微软雅黑";
}

img {
	border: none;
}

a {
	color: #333333;
}

.center {
	width: 1400px;
	margin: 0px auto;
}

.clear {
	clear: both;
}

/*页面样式*/
.top {
	width: 100%;
	height: 150px;
	position: relative;
	background: #600808;
}

.logo {
	overflow: hidden;
	float: left;
}

.logo img {
	max-width: 100%;
	height: auto;
	margin: 28px 0px;
}

.logo-r {
	float: right;
	margin-top: 50px;
}

.logo-r .lj {
	color: #FFFFFF;
	font-size: 14px;
	text-align: right;
}

.logo-r .lj a {
	color: #fff;
	margin: 0px 5px;
}

.ss {
	width: 170px;
	font-size: 14px;
	cursor: pointer;
	position: relative;
	margin-top: 7px;
}

.ss .inp {
	width: 170px;
	border: none;
	height: 24px;
	outline: none;
	color: #666666;
	text-indent: 5px;
	background: none;
	background: url(../img/sebox.png) no-repeat 0px 0px;
}

.ss .btn {
	border: none;
	position: absolute;
	top: 5px;
	right: 9px;
	width: 15px;
	height: 15px;
	outline: none;
	background: url(../img/search.png) no-repeat 0px 0px;
}

input::-webkit-input-placeholder {
	color: #666666;
}

input::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #666666;
}

input:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #666666;
}

input:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #666666;
}


/*导航*/
.nav {
	width: 100%;
	height: 50px;
	line-height: 50px;
	background: #440102;
}

.nav ul li {
	float: left;
	width: 9%;
	position: relative;
	text-align: center;
}

.nav ul li>a {
	text-align: center;
	line-height: 50px;
	color: #fff;
	font-size: 18px;
	display: block;
}

.nav ul li.on>a,
.nav ul li:hover>a {
	color: #fff;
	background: #300001;
}

.subNav {
	width: 100%;
	font-size: 14px;
	position: absolute;
	left: 0;
	top: 50px;
	display: none;
	width: 100%;
	z-index: 999;
}

.subNav a {
	background: #440102;
	color: #fff;
	width: 100%;
	display: block;
	line-height: 40px;
	text-align: center;
	white-space: normal;
	font-size: 16px;
}

.nav ul li:hover .subNav {
	display: block;
}

.subNav a:hover {
	background: #300001;
	color: #FFFFFF;
}

/*大图*/
#dt .wrapper {
	position: relative;
}

#dt {
	overflow: hidden;
}

#dt .rslides {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
}

#dt .rslides li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	width: 100%;
	left: 0;
	top: 0;
}

#dt .rslides li:first-child {
	position: relative;
	display: block;
	float: left;
}

#dt .rslides img {
	display: block;
	height: auto;
	float: left;
	width: 100%;
	border: 0;
}

#dt .slide_container {
	/* position: relative; */
	/* float: left; */
	width: 100%;
}

#dt .slide {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
}

#dt .slide li {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
}

#dt .slide img {
	display: block;
	position: relative;
	z-index: 1;
	/* width: 1920px; */
	border: 0;
}

#dt .slide .caption {
	display: block;
	position: absolute;
	z-index: 2;
	font-size: 20px;
	text-shadow: none;
	color: #fff;
	background: #000;
	background: rgba(0, 0, 0, .8);
	left: 0;
	right: 0;
	bottom: 0;
	padding: 10px 20px;
	margin: 0;
	max-width: none;
}

#dt .slide_nav {
	position: absolute;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	top: 50%;
	opacity: 0.7;
	z-index: 3;
	text-indent: -9999px;
	overflow: hidden;
	text-decoration: none;
	height: 68px;
	width: 68px;
	margin-top: -30px;
}

#dt .slide_nav:active {
	opacity: 1.0;
}

#dt .slide_nav.prev {
	left: 3%;
	background: url(../img/datu_l.png) no-repeat center center;
}

#dt .slide_nav.next {
	right: 3%;
	background: url(../img/datu_r.png) no-repeat center center;
}

#dt .slide1_tabs {
	position: absolute;
	bottom: 13px;
	left: 45%;
	z-index: 100;
	text-align: center;
}

#dt .slide2_tabs {
	position: absolute;
	bottom: 10px;
	z-index: 100;
	width: 100%;
	margin: 0px auto;
	text-align: center;
}

#dt .slide1_tabs li,
.slide2_tabs li {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin-left: 15px;
	border-radius: 10px;
	background: #FFFFFF;
	position: relative;
}

#dt .slide1_tabs li a,
.slide2_tabs li a {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 10px;
	position: absolute;
	left: 0;
	z-index: 1000;
	color: rgba(100, 200, 300, 0);
	color: transparent;
}

#dt .slide1_tabs li.slide_here a,
.slide2_tabs li.slide_here a {
	background: #4568dc;
}



.pic .title {
	background: url(../img/lmsx.png) no-repeat 0px bottom, url(../img/icon3.png) no-repeat 0px center;
	;
}

.pic {
	float: right;
	width: 460px;
}



.callbacks_tabs {
	text-align: right;
	font-size: 0;
	list-style-type: none;
	position: relative;
	top: -27px;
	z-index: 2;
	right: 6px;
}

.callbacks_tabs li {
	display: inline-block;
	margin: 0px 5px;
}

.callbacks_tabs a {
	display: inline-block;
	width: 9px;
	height: 9px;
	border-radius: 50%;
	line-height: 20px;
	overflow: hidden;
	font-size: 0px;
	background: #c9c9c9;
}

.callbacks1_tabs .callbacks_here a {
	background: #ffffff;
}

.foot {
	width: 100%;
	background: #4568dc;
	color: #FFFFFF;
	font-size: 14px;
	min-height: 160px;
	padding: 37px 0px;
	box-sizing: border-box;
	overflow: hidden;
}

.foot .bq {
	float: left;
	line-height: 30px;
}

select {
	width: 285px;
	height: 30px;
	border: none;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	text-indent: 20px;
	margin-top: 28px;
	outline: none;
	float: right;
	color: #FFFFFF;
	background-color: #344ea5;
	background: url(../img/xl.png) no-repeat 253px 8px #344ea5;
}

select::-ms-expand {
	display: none;
}

.nt {
	position: relative;
	height: 460px;
}

.yjlm {
	width: 645px;
	position: absolute;
	height: 550px;
	font-size: 36px;
	color: #FFFFFF;
	background: url(../img/dbg.png) no-repeat 0px 0px;
}

.yjlm div {
	width: 36px;
	margin: 100px auto;
	line-height:45px;
}

/* 列表页 */
.listcon {margin-top: 20px;}

.conleft {
	width: 260px;
	float: left;
}


.conleft ul li {
	height: 50px;
	line-height: 50px;
	text-indent: 75px;
	border-bottom: 1px solid #c3c2c2;
	/* border-left: 5px solid #c3c2c2; */
}
.conleft ul li:hover {
    background: #c9c9c9;
}
.conleft ul li a {
	color: #333333;
	font-size: 16px;
}
.conleft .active{
	/* border-left: 5px solid #4568dc; */
}
.conleft .active a {
	/* color: #ffffff; */
}

.conright {
	float: right;
	width: 1040px;
}

.ggtop {
	margin-bottom: 40px;
	overflow: hidden;
	height: 45px;
	line-height: 45px;
	border-bottom: 1px solid #cdcdcd;
}

.dq {
	float: right;
	color: #272727;
	text-indent: 30px;
	font-size: 14px;
	background: url(../img/dq.png) no-repeat 0px center;
}

.dq a {
	font-size: 14px;
	color: #272727;
}

.conright .listul li {
	line-height: 45px;
	height: 45px;
	background: url(../img/dian.png) no-repeat 0px center;
	text-indent: 15px;
	color: #333333;
	border-bottom: 1px dashed #c3c2c2;
}

.conright .listul {
	margin-top: 10px;
}

.conright .listul li a {
	float: left;
	color: #333333;
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 85%;
}

.conright .listul li .sj {
	float: right;
	color: #c3c2c2;
	font-size: 14px;
}

.conright .listul li:hover a {
	color: #4568dc;
}

.conright .listul li:hover .sj {
	color: #4568dc;
}

.fan {
	margin: 30px 0px;
	text-align: center;
}

/* 内容页 */
.article .arti-title {
    text-align: center;
    font-size: 24px;
    line-height: 35px;
    color: #333333;
}
.article .arti_metas {
    padding: 20px 0px 22px 0px;
    text-align: center;
    border-bottom: 1px dashed #c3c2c2;
}
.article .arti_metas span {
    color: #646464;
    font-size: 14px;
    /* text-indent: 22px; */
    display: inline-block;
    margin: 0px 10px;
}
.article .read{
	padding: 20px 0px 20px 0px;
	line-height: 25px;
}
.article .read #vsb_content_2 P {
    LINE-HEIGHT: 150%;
    text-indent: 2em;
    font-size: 14pt;
    margin-bottom: 15px;
}
.nx{color: #333;font-size: 14px;border-top: 1px dashed #c3c2c2;margin-bottom: 20px;}
.nx a{color: #333;font-size: 14px;/* margin-bottom: 10px; */margin-top:20px;display: inline-block;}
.nx .up:hover a ,.nx .down:hover a{color: #4568dc;}

.jslist {
	/* background: #f7f7f7; */
	/* margin: 20px 0px; */
}

.jslist li {
	overflow: hidden;
	/* margin-bottom: 20px; */
	transition: 0.3s;
	padding: 20px;
	box-sizing: border-box;
	border-bottom: 1px solid #c3c2c2;
}

.jslist li a {
	display: block;
	color: #333;
}

.jslist li .pics {
	float: left;
	width: 117px;
	overflow: hidden;
}

.jslist li .pics em {
	display: block;
	padding-top: 140%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	transition: 0.3s;
	font-style: normal;
}

.jslist li .info {
	margin-left: 150px;
}

.jslist li .info .name {
	font-size: 20px;
	line-height: 40px;
	font-weight: bold;
}

.jslist li .info .name span {
	display: inline-block;
}

.jslist  li .info .name em {
	margin-left: .5em;
	font-size: 14px;
	font-weight: normal;
	color: #555;
	font-style: normal;
}

.jslist li .info .txt {
	line-height: 30px;
	color: #555;
	font-size: 14px;
	overflow: hidden;
	height: 82px;
}

.person-list li .info .tit {
	margin-bottom: 5px;
	font-size: 16px;
	font-weight: bold;
}

.jslist li .info .intro {
	max-height: 60px;
	font-size: 12px;
	line-height: 20px;
	text-align: justify;
	color: #777;
	overflow-y: auto;
}

.jslist li:hover {
	background: #4568dc;
}
.jslist li:hover a,.jslist li:hover .info .txt{
	color: #FFFFFF;
}
.jslist li:hover .pic em {
	transform: scale(1.05);
}
.nt1{
	display: none;
}
.nt1 img{
	/* width: 100%; */
}@charset "utf-8";

/*公共样式*/
* {
	padding: 0;
	margin: 0;
}

ul li,
a,
p {
	border: none;
	text-decoration: none;
	list-style: none;
	font-family: "微软雅黑";
	padding: 0;
	margin: 0px;
}

body {
	font-size: 15px;
	color: #333333;
	font-family: "微软雅黑";
	background: #fffbf5;
}

img {
	border: none;
}

a {
	color: #333333;
}

.center {
	width: 1400px;
	margin: 0px auto;
}

.clear {
	clear: both;
}

/*页面样式*/
.top {
	width: 100%;
	height: 135px;
	position: relative;
	background: #600808;
}

.logo {
	overflow: hidden;
	float: left;
}

.logo img {
	max-width: 84%;
	height: auto;
	margin: 28px 0px;
}

.logo-r {
	float: right;
	margin-top: 40px;
}

.logo-r .lj {
	color: #FFFFFF;
	font-size: 14px;
	text-align: right;
	float: left;
	line-height: 48px;
	margin-right: 20px;
}

.logo-r .lj a {
	color: #fff;
	margin: 0px 5px;
}

.ss {
	width: 170px;
	font-size: 14px;
	cursor: pointer;
	position: relative;
	margin-top: 7px;
	float: right;
}

.ss .inp {
	width: 140px;
	border: 1px solid #ffffff;
	height: 32px;
	outline: none;
	border-radius: 16px;
	color: #ffffff;
	text-indent: 5px;
	background: none;
	padding-left: 30px;
}

.ss .btn {
	border: none;
	position: absolute;
	top: 7px;
	left: 9px;
	width: 26px;
	height: 26px;
	outline: none;
	background: url(../img/search.png) no-repeat 0px 0px;
}

input::-webkit-input-placeholder {
	color: #666666;
}

input::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #666666;
}

input:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #666666;
}

input:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #666666;
}


/*导航*/
.nav {
	width: 100%;
	height: 50px;
	line-height: 50px;
	background: #440102;
}

.nav ul li {
	float: left;
	width: 12.5%;
	position: relative;
	text-align: center;
}

.nav ul li>a {
	text-align: center;
	line-height: 50px;
	color: #fff;
	font-size: 18px;
	display: block;
}

.nav ul li.on>a,
.nav ul li:hover>a {
	color: #fff;
	background: #300001;
}

.subNav {
	width: 100%;
	font-size: 14px;
	position: absolute;
	left: 0;
	top: 50px;
	display: none;
	width: 100%;
	z-index: 999;
}

.subNav a {
	background: #440102;
	color: #fff;
	width: 100%;
	display: block;
	line-height: 40px;
	text-align: center;
	white-space: normal;
	font-size: 16px;
}

.nav ul li:hover .subNav {
	display: block;
}

.subNav a:hover {
	background: #300001;
	color: #FFFFFF;
}

/*大图*/
#dt .wrapper {
	position: relative;
}

#dt {
	overflow: hidden;
	text-align: center;
}

#dt .rslides {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
}

#dt .rslides li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	width: 100%;
	left: 0;
	top: 0;
}

#dt .rslides li:first-child {
	position: relative;
	display: block;
	float: left;
}

#dt .rslides img {
	display: block;
	height: auto;
	float: left;
	width: 100%;
	border: 0;
}

#dt .slide_container {
	position: relative;
	/* float: left; */
	max-width: 1400px;
	margin: 0 auto;
}

#dt .slide {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
}

#dt .slide li {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
}

#dt .slide img {
	display: block;
	position: relative;
	z-index: 1;
	/* width: 1920px; */
	border: 0;
}

#dt .slide .caption {
	display: block;
	position: absolute;
	z-index: 2;
	font-size: 20px;
	text-shadow: none;
	color: #fff;
	background: #000;
	background: rgba(0, 0, 0, .8);
	left: 0;
	right: 0;
	bottom: 0;
	padding: 10px 20px;
	margin: 0;
	max-width: none;
}

#dt .slide_nav {
	position: absolute;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	top: 50%;
	opacity: 0.7;
	z-index: 3;
	text-indent: -9999px;
	overflow: hidden;
	text-decoration: none;
	height: 68px;
	width: 68px;
	margin-top: -30px;
}

#dt .slide_nav:active {
	opacity: 1.0;
}

#dt .slide_nav.prev {
	left: 3%;
	background: url(../img/datu_l.png) no-repeat center center;
}

#dt .slide_nav.next {
	right: 3%;
	background: url(../img/datu_r.png) no-repeat center center;
}

#dt .slide1_tabs {
	position: absolute;
	bottom: 13px;
	left: 45%;
	z-index: 100;
	text-align: center;
}

#dt .slide2_tabs {
	position: absolute;
	bottom: 10px;
	z-index: 100;
	width: 100%;
	margin: 0px auto;
	text-align: center;
}

#dt .slide1_tabs li,
.slide2_tabs li {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin-left: 15px;
	border-radius: 10px;
	background: #FFFFFF;
	position: relative;
}

#dt .slide1_tabs li a,
.slide2_tabs li a {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 10px;
	position: absolute;
	left: 0;
	z-index: 1000;
	color: rgba(100, 200, 300, 0);
	color: transparent;
}

#dt .slide1_tabs li.slide_here a,
.slide2_tabs li.slide_here a {
	background: #4568dc;
}

/* main1 */
.main1 {
	margin: 20px 0px 30px;
	overflow: hidden;
	background: #fffbf5;
}

.comtop {
	overflow: hidden;
	height: 100px;
	line-height: 100px;
}

.comtop .title {
	font-size: 28px;
	float: left;
	text-indent: 60px;
	height: 100px;
}

.new .title {
	background: url(../img/icon1.png) no-repeat 0px center;
}

.comtop .more {
	float: right;
	font-size: 16px;
	color: #666666;
	padding: 5px 0px;
	box-sizing: border-box;
}

.more:hover {
	color: #4568dc;
}

.new ul li {
	overflow: hidden;
	margin-top: 15px;
	/* margin-bottom: 20px; */
}
.tz ul li {
	overflow: hidden;
	margin-top: 15px;
	/* margin-bottom: 20px; */
}
.new ul li div {
	float: left;
	width: 50px;
	height: 50px;
	border: 1px solid #a10a0a;
	text-align: center;
	font-size: 16px;
	line-height: 26px;
	font-weight: bold;
	color: #a10a0a;
}

.new ul li span {
	display: block;
	background: #a10a0a;
	color: #FFFFFF;
	height: 26px;
	font-size: 10px;
	font-weight: 100;
}
.tz ul li div {
	float: left;
	width: 50px;
	height: 50px;
	border: 1px solid #ef5b13;
	text-align: center;
	font-size: 16px;
	line-height: 26px;
	color: #ef5b13;
}

.tz ul li span {
	display: block;
	background: #ef5b13;
	color: #FFFFFF;
	height: 26px;
	font-size: 10px;
}
.com ul li a {
	float: right;
	width: calc(100% - 65px);
	line-height: 52px;
	font-size: 18px;
	color: #000;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}

.com ul li:hover a {
	color: #a10a0a;
}

.new {
	float: left;
	width: 48%;
}

.tz {
	float: left;
	width: 48%;
	margin-left: 4%;
}

.tz .title {
	background: url(../img/icon2.png) no-repeat 0px center;
}
/*main2*/
.main2 {
	background: url(../img/main2bg.png) no-repeat center;
	min-height: 620px;
	margin: 20px 0px 30px;
	overflow: hidden;
}
.pic .title {
	background: url(../img/icon3.png) no-repeat 0px center;
}
.rcdtr{width: 48%;float: right;}
.tpdt{position: relative;width: 100%;overflow: hidden;margin-bottom: 15px;}
.tpdtimg{float: left;/* position: absolute; */}
.tpdtimg img{width:200px; height:135px;}
.tpdtwz{
		float: left;
		height: 60px;
		width: calc(100% - 250px);
		z-index: 1000;
		position: absolute;
		margin-top: 20px;
		margin-left: 180px;
		padding: 20px 0;
		padding-left: 50px;
		padding-right: 20px;
		background:#fffbf5 url(../img/m2wzbg.png) no-repeat 30px 30px;
		}
.tpdtwz p{line-height: 30px;color: #333;font-size: 18px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.tpdtwz .shijian{line-height: 30px; color: #666; font-size: 14px; }

.pic {
	float: right;
	width: 100%;
}
.com ul li .tu {
	float: left;
	width: 100%;
	height: auto;
	text-align: center;
	font-size: 16px;
	line-height: 26px;
	font-weight: bold;
	color: #a10a0a;
}
.com .callbacks_tabs li a{color: #ffffff;}

.mr {
	box-sizing: border-box;
}

.callbacks_tabs {
	text-align: right;
	font-size: 0;
	list-style-type: none;
	position: relative;
	top: -27px;
	z-index: 2;
	right: 6px;
}

.callbacks_tabs li {
	display: inline-block;
	margin: 0px 5px;
}

.callbacks_tabs a {
	display: inline-block;
	width: 9px;
	height: 9px;
	border-radius: 50%;
	line-height: 20px;
	overflow: hidden;
	font-size: 0px;
	background: #c9c9c9;
}

.callbacks1_tabs .callbacks_here a {
	background: #ffffff;
}
/*main3*/
.main3{/* padding-bottom: 50px; */overflow: hidden;}
.imgbox{width: 33.3%;float: left;text-align: center;position: relative;/* padding-bottom: 20px; */}
.imgbox img{border: 1px solid #d5d5d5;}
.imgbox .ckgdimg{margin-top: -35px;display: none;text-align: center;position: relative;}
.imgbox:hover .ckgdimg{display: block;}
.zwf{height: 31px;display: block;}
.imgbox:hover .zwf{display: none;}




.foot {
	width: 100%;
	margin-top: 50px;
	background: #4568dc;
	color: #FFFFFF;
	font-size: 14px;
	min-height: 160px;
	padding: 37px 0px;
	box-sizing: border-box;
	overflow: hidden;
}

.foot .bq {
	float: left;
	line-height: 30px;
}

select {
	width: 285px;
	height: 30px;
	border: none;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	text-indent: 20px;
	margin-top: 28px;
	outline: none;
	float: right;
	color: #FFFFFF;
	background-color: #344ea5;
	background: url(../img/xl.png) no-repeat 253px 8px #344ea5;
}

select::-ms-expand {
	display: none;
}

.nt {
	position: relative;
	height: 300px;
}

.yjlm {
	width: 645px;
	position: absolute;
	height: 550px;
	font-size: 36px;
	color: #FFFFFF;
	background: url(../img/dbg.png) no-repeat 0px 0px;
}

.yjlm div {
	width: 36px;
	margin: 100px auto;
	line-height:45px;
}

/* 列表页 */
.listcon {margin-top: 20px;}

.conleft {
	width: 260px;
	float: left;
	margin-top: -85px;
	z-index: 10000;
	position: sticky;
}


.conleft ul li {
	height: 50px;
	line-height: 50px;
	text-indent: 75px;
	border: 1px solid #c3c2c2;
	border-top: 0px;
	width: calc(100% - 16px);
	float: right;
	/* border-left: 5px solid #c3c2c2; */
}

.conleft ul li a {
	color: #333333;
	font-size: 16px;
}
.conleft .active{
	/* border-left: 5px solid #600e08; */
	background: #c1c0c0d9;
}
.conleft .active a {
	/* color: #ffffff; */
}

.conright {
	float: right;
	width: 1040px;
}

.ggtop {
	margin-bottom: 40px;
	overflow: hidden;
	height: 45px;
	line-height: 45px;
	border-bottom: 1px solid #cdcdcd;
}
.ggtop h2 {
    display: inline-block;
    font-size: 22px;
    line-height: 43px;
    font-weight: normal;
    color: #272525;
    border-bottom: 3px solid #960218;
}

.dq {
	float: right;
	color: #272727;
	text-indent: 30px;
	font-size: 14px;
	background: url(../img/dq.png) no-repeat 0px center;
}

.dq a {
	font-size: 14px;
	color: #272727;
}

.conright .listul li {
	line-height: 45px;
	height: 45px;
	background: url(../img/dian.png) no-repeat 0px center;
	text-indent: 15px;
	color: #333333;
	border-bottom: 1px dashed #c3c2c2;
}

.conright .listul {
	margin-top: 10px;
}

.conright .listul li a {
	float: left;
	color: #333333;
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 85%;
}

.conright .listul li .sj {
	float: right;
	color: #c3c2c2;
	font-size: 14px;
}

.conright .listul li:hover a {
	color: #600e08;
}

.conright .listul li:hover .sj {
	color: #4568dc;
}

.fan {
	margin: 30px 0px;
	text-align: center;
}

/* 内容页 */
.article .arti-title {
    text-align: center;
    font-size: 24px;
    line-height: 35px;
    color: #333333;
}
.article .arti_metas {
    padding: 20px 0px 22px 0px;
    text-align: center;
    border-bottom: 1px dashed #c3c2c2;
}
.article .arti_metas span {
    color: #646464;
    font-size: 14px;
    /* text-indent: 22px; */
    display: inline-block;
    margin: 0px 10px;
}
.article .read{
	padding: 20px 0px 20px 0px;
	line-height: 25px;
}
.nx{color: #333;font-size: 14px;border-top: 1px dashed #c3c2c2;margin-bottom: 20px;}
.nx a{color: #333;font-size: 14px;/* margin-bottom: 10px; */margin-top:20px;display: inline-block;}
.nx .up:hover a ,.nx .down:hover a{color: #4568dc;}

.jslist {
	/* background: #f7f7f7; */
	/* margin: 20px 0px; */
}

.jslist li {
	overflow: hidden;
	/* margin-bottom: 20px; */
	transition: 0.3s;
	padding: 20px;
	box-sizing: border-box;
	border-bottom: 1px solid #c3c2c2;
}

.jslist li a {
	display: block;
	color: #333;
}

.jslist li .pics {
	float: left;
	width: 117px;
	overflow: hidden;
}

.jslist li .pics em {
	display: block;
	padding-top: 140%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	transition: 0.3s;
	font-style: normal;
}

.jslist li .info {
	margin-left: 150px;
}

.jslist li .info .name {
	font-size: 20px;
	line-height: 40px;
	font-weight: bold;
}

.jslist li .info .name span {
	display: inline-block;
}

.jslist  li .info .name em {
	margin-left: .5em;
	font-size: 14px;
	font-weight: normal;
	color: #555;
	font-style: normal;
}

.jslist li .info .txt {
	line-height: 30px;
	color: #555;
	font-size: 14px;
	overflow: hidden;
	height: 82px;
}

.person-list li .info .tit {
	margin-bottom: 5px;
	font-size: 16px;
	font-weight: bold;
}

.jslist li .info .intro {
	max-height: 60px;
	font-size: 12px;
	line-height: 20px;
	text-align: justify;
	color: #777;
	overflow-y: auto;
}

.jslist li:hover {
	background: #4568dc;
}
.jslist li:hover a,.jslist li:hover .info .txt{
	color: #FFFFFF;
}
.jslist li:hover .pic em {
	transform: scale(1.05);
}
.nt1{
	display: none;
}
.nt1 img{
	max-width: 1400px;
}
.main7{background: #440102; color: #FFFFFF;}
.main7{    text-align: center;
    line-height: 50px;}


				/* main6 */
				.main6{
					background: #600808;
					color: #FFFFFF;
					overflow: hidden;
					border-top: 5px solid #d0ad7d;
					padding-top: 40px;
					padding-bottom: 20px;
				}
				.main6 .link{
					float: left;
					width: 54%;
				}
.link li{
    min-width: 160px;
    float: left;
    line-height: 43px;
    margin-bottom: 10px;
    padding-left: 30px;
    display: block;
    margin-right: 75px;
    }
.link li a{color:#fff;}
.wzsm{line-height:43px;font-weight: bold;font-size: 16px;}
				.main6 .link  select{
					width: 260px;
					height: 50px;
					appearance: none;
					-moz-appearance: none;
					-webkit-appearance: none;
					text-indent: 20px;
					margin-bottom: 30px;
					outline: none;
					border: none;
					display: block;
					color: #FFFFFF;
					font-size: 16px;
					background: url(../img/jt.png) no-repeat 0px  0px;
				}
				.main6 .bq{
					float: right;
					line-height: 43px;
					width: 26%;
				}
				.main6 ul{
					float: right;
					margin-left: 10%;
				}
				.main6 ul li{
					float: left;
					margin-left: 20px;margin-bottom: 15px;
				}
				.main6 ul li span{
					display: block;
					text-align: center;
				}


.rcdt .caption p {
    font-size: 18px;
}

.link .yqlj1{min-width: 170px;}
.link .yqlj2{min-width: 105px;margin-right: 65px;}
.link .yqlj3{}
.link .yqlj4{min-width: 170px;}
.link .yqlj5{min-width: 95px;}
.link .yqlj6{min-width: 50px;}
.link .yqlj7{min-width: 170px;}
.link .yqlj8{min-width: 95px;}
.conleft ul li span{float:right;/* font-style: normal; */position: relative;right: 20px;/* top: 5px; */z-index: 100;}

ul.ejdhlm {
    width: 100%;
    float: right;
    background: url(../img/ejlmbg.png) no-repeat left top;
    /* box-shadow: #818080 5px 0px 10px -5px; */
}
.yjlmmc {
    width: 100%;
    text-align: center;
    height: 66px;
    line-height: 66px;
    background: #870c0c;
    font-size: 24px;
    color: #fff;
    /* box-shadow: #818080 3px 1px 5px; */
}
.ewm {
    width: 15%;
    float: left;
}
.ewm img{width:100%;}
