html {
	font-size: 14px;
}

body {
	font-family: "Microsoft Yahei";
	font-size: 14px;
	color: #333;
	padding: 0;
	margin: 0;
	min-height: 100vh;
	line-height: 175%;
	overflow-x: hidden;
	/*display: flex;*/
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background: #b2b9c9 url(../images/pageBg.jpg) no-repeat 50% 50% /100% 100%;
}

body .content {
	min-width: 22.8571rem;
	max-width: 114.2857rem;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 1rem;
	background-color: #fff;
	border-radius: 2px;
	/* flex: 1; */
	width: 96%;
}

body .content.home {
	flex: 0
}

input,
textarea,
select {
	font-family: "Microsoft Yahei";
	color: #333;
	font-size: 1rem;
}

a {
	color: #000;
}

a:hover {
	color: #D93500;
}

div {
	-webkit-transition: all .2s ease-in-out 0s;
	-moz-transition: all .2s ease-in-out 0s;
	-ms-transition: all .2s ease-in-out 0s;
	-o-transition: all .2s ease-in-out 0s;
	transition: all .2s ease-in-out 0s;
}

/*头部*/
.header {
	width: 100%;
	margin: 0px auto;
	position: relative;
	height: 88px;
	background: url(../images/navBg.png) repeat-x 50% 50%;
	box-shadow: 0px 2px 8px #eee;
	z-index: 9999;
}

.header .head {
	width: 100%;
	margin: 0;
	/* height: 110px; */
	height: 100%;
	box-sizing: border-box;
	text-align: left;
	padding: 10px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 3rem;
	position: relative;
}

.head .head_t {
	width: 100%;
	text-align: right;
	height: 35px;
	line-height: 35px;
}

.head .head_t div {
	display: inline-block;
	*display: inline;
	zoom: 1;
	vertical-align: top;
	margin-left: 25px;
	width: auto;
}

.head .head_t .lang a {
	display: inline-block;
	*display: inline;
	zoom: 1;
	width: 66px;
	height: 22px;
	vertical-align: top;
	margin-top: 8px;
	margin-left: 1px;
	background: #BBBBBB;
	text-align: center;
	line-height: 22px;
	font-size: 14px;
	color: #000;
}

.head .head_t .lang .on {
	background: #DA3600;
	color: #FFF;
}

.head .head_t .search {
	width: 180px;
	height: 26px;
	border: 1px solid #ccc;
	position: relative;
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	margin-top: 5px;
}

.head .search input[type="text"] {
	width: 145px;
	height: 26px;
	border: 0;
	background: none;
	position: absolute;
	left: 0;
	top: 0;
	padding: 0 5px 0 8px;
}

.head .search input[type="submit"] {
	width: 36px;
	height: 28px;
	background-color: #DA3600;
	position: absolute;
	left: 145px;
	top: -1px;
	cursor: pointer;
	background-image: url(../images/icon1.png);
	background-position: center center;
	background-repeat: no-repeat;
	border: 0;
}

.head .head_t .tel {
	height: 35px;
	line-height: 35px;
	font-size: 14px;
}

.head .head_t .tel b {
	font-size: 16px;
	color: #DA3600;
}

.head .logo {
	/* width: 366px; */
	/* height: 80px; */
	/* margin-top: -20px; */
}

.head .logo a {
	display: inline-block;
}

.head .logo img {
	max-width: 200px;
	max-height: 100%;
	vertical-align: top;
}

.head .nav_m {
	width: 780px;
	height: 35px;
	float: right;
	position: relative;
	/* margin-top: -45px; */
}

.head .nav {
	width: 100%;
	text-align: right;
}

.head .nav li {
	display: inline-block;
	*display: inline;
	zoom: 1;
	height: 35px;
	line-height: 35px;
	/* width: 80px; */
	text-align: center;
	min-width: 6em;
	position: relative;
	padding: 0 1rem;
}

.head .nav li:last-child {
	padding-right: 0;
}

.head .nav li::after {
	content: '';
	display: block;
	background: url(../images/lineSpace.png) no-repeat 100% 50% / auto 1.5rem;
	position: absolute;
	width: 2px;
	height: 2rem;
	right: 0;
	top: calc(50% - 1rem);
}

.head .nav li:last-child::after {
	display: none;
}

.head .nav li a {
	font-size: 16px;
	color: #5a6871;
	display: inline-block;
	*display: inline;
	zoom: 1;
	height: 35px;
	line-height: 35px;
	width: 100%;
	text-align: center;
}

.head .nav li.now,
.head .nav li:hover {
	background: url(../images/shadow.png) no-repeat 50% 100% / 4em auto;
	/* border-bottom: 2px solid #DA3600; */
}

.head .nav li.now a,
.head .nav li:hover a {
	/* color: #DA3600; */
	font-weight: bold;
}

.nav_m .n_icon {
	display: inline-block;
	*display: inline;
	zoom: 1;
	height: 18px;
	line-height: 18px;
	color: #333;
	padding-left: 25px;
	background: url(../images/nav_ico.png) no-repeat left center;
	position: absolute;
	right: 0;
	top: 10px;
	z-index: 9999;
	cursor: pointer;
	display: none;
}

/*幻灯片*/
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

/* display none until init */
.owl-carousel {
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
	margin: 0 auto;
	/* max-width: 1100px; */
	/* background: url(../images/bg_b.jpg) repeat-x 50% 50% / auto 100%; */
}

.owl-carousel .owl-wrapper {
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper-outer {
	overflow: hidden;
	position: relative;
	width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
	float: left;
	overflow: hidden;
}

#owl-demo .owl-item img[type='mobile'] {
	display: none;
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
	cursor: pointer;
}

.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing {
	cursor: url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
}

#owl-demo {
	position: relative;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

#owl-demo .item {
	position: relative;
	display: block;
	width: 100%;
}

#owl-demo img {
	display: block;
	width: 100%;
	height: auto;
	margin: 0 auto;
}

#owl-demo b {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 78px;
	background-color: #000;
	opacity: .5;
	filter: alpha(opacity=50);
}

#owl-demo span {
	position: absolute;
	left: 0;
	bottom: 37px;
	width: 100%;
	font: 18px/32px "微软雅黑", "黑体";
	color: #fff;
	text-align: center;
}

.owl-pagination {
	position: absolute;
	left: 0;
	bottom: 10px;
	width: 100%;
	height: 22px;
	text-align: center;
}

.owl-page {
	display: inline-block;
	width: 15px;
	height: 15px;
	margin: 0 5px;
	background-image: url(../images/icon2.png);
	*display: inline;
	*zoom: 1;
}

.owl-pagination .active {
	background-image: url(../images/icon3.png);
}

.owl-buttons {
	display: none;
}

.owl-buttons div {
	position: absolute;
	top: 50%;
	width: 24px;
	height: 48px;
	margin-top: -40px;
	text-indent: -9999px;
}

/*.owl-prev { left: 10px; background-image: url(../images/bg17.png);}
.owl-next { right: 10px; background-image: url(../images/bg18.png);}
.owl-prev:hover { background-image: url(../images/bg17.png);}
.owl-next:hover { background-image: url(../images/bg18.png);}*/


/*幻灯片*/
.i_m {
	width: 1100px;
	margin: 0px auto;
}

.i_name {
	width: 100%;
	height: 70px;
	position: relative;
	text-align: center;
	padding: 20px 0 30px;
}

.i_name img {
	width: 202px;
	height: 70px;
	vertical-align: top;
	position: relative;
	z-index: 9;
}

.i_name .line {
	width: 100%;
	height: 1px;
	background: #ccc;
	position: absolute;
	left: 0;
	top: 54px;
	z-index: 1;
}

.i_ma {
	width: 100%;
	padding-bottom: 25px;
}

.i_ma dl {
	width: 510px;
	height: 170px;
	float: left;
	padding: 0 10px;
	background: url(../images/bg_b.jpg) repeat-x;
	box-shadow: 2px 2px 6px #888;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin-right: 40px;
	margin-bottom: 35px;
}

.i_ma dl dt {
	width: 210px;
	height: 150px;
	float: left;
	margin-top: 10px;
}

.i_ma dl dt img {
	width: 210px;
	height: 150px;
	vertical-align: top;
}

.i_ma dl dd {
	width: 285px;
	float: right;
	text-align: left;
}

.i_ma dl dd .title {
	width: 100%;
	height: 35px;
	line-height: 35px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-top: 7px;
}

.i_ma dl dd .title a {
	font-size: 16px;
	color: #D93500;
}

.i_ma dl dd .des {
	width: 100%;
	height: 62px;
	margin-bottom: 20px;
	font-size: 14px;
	color: #777777;
	line-height: 145%;
	overflow: hidden;
}

.i_ma dl dd .more {
	display: block;
	width: 83px;
	height: 23px;
	text-align: center;
	line-height: 23px;
	font-size: 14px;
	color: #D93500;
	border: 1px solid #D93500;
}

.i_more {
	width: 100%;
	height: 35px;
	text-align: center;
	clear: both;
}

.i_more a {
	display: inline-block;
	*display: inline;
	zoom: 1;
	vertical-align: top;
	width: 100px;
	height: 32px;
	line-height: 32px;
	border: 1px solid #FF3F00;
	font-size: 18px;
	color: #FF3F00;
}

.hui_bg {
	width: 100%;
	background: #eee;
}

.i_mb,
.i_mc,
.i_md {
	width: 100%;
	padding-bottom: 25px;
}

.i_mb dl {
	width: 100%;
	margin-bottom: 25px;
}

.i_mb dl dt,
.i_mb dl dt img {
	width: 420px;
	height: 228px;
	float: right;
	vertical-align: top;
}

.i_mb dl dd {
	width: 615px;
	height: 235px;
	float: left;
	overflow: hidden;
}

.i_mb dl dd p {
	width: 100%;
	font-size: 14px;
	color: #555555;
	text-indent: 2em;
	line-height: 255%;
}

.i_mc dl {
	width: 366px;
	height: 210px;
	float: left;
	background: #EEEEEE;
}

.i_mc dl dt,
.i_mc dl dt img {
	width: 183px;
	height: 210px;
	float: left;
	vertical-align: top;
	position: relative;
	z-index: 1;
}

.i_mc dl dd {
	width: 183px;
	height: 210px;
	float: right;
	position: relative;
}

.i_mc dl dd i {
	display: block;
	width: 21px;
	height: 42px;
	position: absolute;
	left: -21px;
	top: 50%;
	margin-top: -21px;
	z-index: 9;
	background: url(../images/icon5.png) no-repeat;
}

.i_mc dl dd .title {
	width: 90%;
	margin: 0px auto;
	height: 32px;
	line-height: 32px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-top: 15px;
}

.i_mc dl dd .title a {
	font-size: 16px;
}

.i_mc dl dd .des {
	width: 90%;
	margin: 0px auto;
	height: 62px;
	font-size: 14px;
	color: #555555;
	line-height: 145%;
	overflow: hidden;
}

.i_mc dl dd .time {
	width: 90%;
	margin: 0px auto;
	text-align: right;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #999999;
}

.i_mc dl dd .more {
	width: 100%;
	text-align: center;
	margin-top: 15px;
}

.i_mc dl dd .more a {
	display: inline-block;
	*display: inline;
	zoom: 1;
	width: 80px;
	height: 26px;
	border: 1px solid #FF3F00;
	text-align: center;
	line-height: 26px;
	font-size: 14px;
	color: #FF3F00;
}

.i_mc dl.n_2 dt {
	float: right;
}

.i_mc dl.n_2 dd {
	float: left;
}

.i_mc dl.n_2 dd i {
	left: 183px;
	background: url(../images/icon4.png) no-repeat;
}

.i_md ul {
	width: 100%;
}

.i_md ul li {
	width: 192px;
	height: 96px;
	border: 2px solid #eee;
	float: left;
	margin-right: 30px;
	margin-bottom: 30px;
}

.i_md ul li:hover {
	border: 2px solid #ddd;
}

.i_md ul li img {
	width: 192px;
	height: 96px;
	vertical-align: top;
}

.f_nbg {
	width: 100%;
	background: #A25230;
	padding: 12px 0;
}

.f_nav {
	width: 1100px;
	margin: 0px auto;
}

.f_nav .f_nr {
	width: 138px;
	float: right;
	text-align: center;
}

.f_nav .f_nr img {
	width: 118px;
	height: 120px;
	vertical-align: top;
}

.f_nav .f_nr p {
	width: 100%;
	text-align: center;
	height: 25px;
	line-height: 25px;
	font-size: 16px;
	color: #FFF;
}

.f_nav .f_nl {
	width: 930px;
	float: left;
	padding: 10px 0;
}

.f_nav .f_nl .name {
	width: 100%;
	line-height: 35px;
	text-align: left;
	font-size: 18px;
	color: #fff;
	border-bottom: 1px solid #600B06;
}

.f_nav .f_nl .f_nlm {
	width: 100%;
	padding: 10px 0 0;
}

.f_nav .f_nl .f_nlm a {
	display: inline-block;
	*display: inline;
	zoom: 1;
	font-size: 14px;
	color: #efefef;
	margin-right: 20px;
	margin-top: 10px;
	height: 20px;
	line-height: 20px;
	vertical-align: top;
}

.f_bg {
	width: 100%;
	text-align: center;
	/* background: #600B06; */
	padding: 1rem 0;
	height: 56px;
	box-sizing: border-box;
	font-size: 0.857142rem;
}

.bq {
	width: 114.2857rem;
	margin: 0px auto;
}

.bq span {
	font-size: 14px;
	color: #FFF;
	display: inline-block;
	*display: inline;
	zoom: 1;
	vertical-align: top;
	margin: 0 10px;
}

.banner {
	/* height: calc(100vh - 120px); */
}

.banner_s,
.banner_s img {
	width: 100%;
	height: auto;
	vertical-align: top;
}

.pst_bg {
	width: 100%;
	height: 35px;
	background: #EAEAEA;
}

.pst {
	width: 1100px;
	margin: 0px auto;
	text-align: right;
	height: 35px;
	line-height: 35px;
}

.scd {
	width: 1100px;
	margin: 0px auto;
	min-height: calc(100vh - 455px);
}

.scd .scd_l {
	width: 190px;
	float: left;
	position: relative;
	z-index: 9998;
	margin-top: -100px;
}

.scd_l .n_name {
	width: 170px;
	/* height: 100px; */
	background: url(../images/bg_c.png) repeat;
	padding: 20px 10px;
	color: #FFF;
	text-align: left;
}

.scd_l .n_name i {
	display: block;
	width: 21px;
	height: 21px;
	background: url(../images/icon6.jpg) no-repeat;
}

.scd_l .n_name span {
	display: block;
	width: 100%;
	height: 32px;
	line-height: 32px;
	font-size: 28px;
}

.scd_l .n_name p {
	width: 100%;
	height: 25px;
	line-height: 25px;
	padding-bottom: 8px;
	font-size: 18px;
	border-bottom: 1px solid #D79295;
}

.scd_l .s_nav {
	width: 100%;
	background: #EEEEEE;
	padding: 20px 0;
	margin-bottom: 1em;
}

.scd_l .s_nav li {
	width: 100%;
	text-align: left;
	position: relative;
	white-space: nowrap;
}

.scd_l .s_nav li .li_m {
	width: 150px;
	padding: 15px 20px;
	/* height: 40px; */
}

.scd_l .s_nav li .er {
	width: 188px;
	border: 1px solid #D34F24;
	background: #FFF;
}

.scd_l .s_nav li .er li {
	width: 148px;
	height: 35px;
	line-height: 35px;
	padding: 0 20px;
}

.scd_l .s_nav li .er li a {
	font-size: 14px;
	color: #333;
	display: block;
	width: 100%;
	height: 35px;
	line-height: 35px;
}

.scd_l .s_nav li .er li.on,
.scd_l .s_nav li .er li:hover {
	background: #D34F24;
}

.scd_l .s_nav li .er li.on a,
.scd_l .s_nav li .er li:hover a {
	color: #FFF;
}

.scd_l .s_nav li a {
	display: block;
	width: 100%;
	height: 100%;
	color: #555555;
	font-size: 12px;
}

.scd_l .s_nav li.now,
.scd_l .s_nav li:hover {
	background: #D34F24;
	color: #fff;
	cursor: pointer;
}

.scd_l .s_nav li.now a,
.scd_l .s_nav li:hover a {
	color: #FFF;
}

.scd_l .s_nav li p {
	width: 100%;
	min-height: 20px;
	line-height: 1.5em;
	font-size: 16px;
	word-break: break-all;
	word-wrap: break-word;
	/* overflow: hidden; */
	white-space: normal;
}

.scd .scd_r {
	width: 870px;
	float: right;
	text-align: left;
	padding: 20px 0;
}

.scd .scd_r .content {
	display: none;
}

.scd .scd_r.o0 .content.index0 {
	display: block;
}

.scd .scd_r.o1 .content.index1 {
	display: block;
}

.scd .scd_r.o2 .content.index2 {
	display: block;
}

.scd .scd_r.o3 .content.index3 {
	display: block;
}

.scd .scd_r p {
	line-height: 1.5em;
	margin: 1em 0;
}

.scd .scd_r h3 {
	margin: 1em 0;
	line-height: 2em;
}

.scd_r .r_name {
	width: 100%;
	height: 35px;
	line-height: 35px;
	border-bottom: 2px solid #eee;
	position: relative;
	margin-bottom: 25px;
}

.scd_r .r_name span {
	display: inline-block;
	*display: inline;
	zoom: 1;
	height: 35px;
	line-height: 35px;
	padding: 0 10px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 99;
	font-size: 18px;
	color: #C50007;
	border-bottom: 2px solid #C50007;
}

.scd_r .about {
	width: 100%;
	text-align: left;
}

.scd_r .about img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}

.pages {
	width: 100%;
	text-align: center;
	height: 30px;
	line-height: 30px;
	margin-bottom: 10px;
}

.pages a {
	display: inline-block;
	*display: inline;
	zoom: 1;
	height: 30px;
	line-height: 30px;
	vertical-align: top;
	font-size: 16px;
	color: #555555;
	margin: 0 3px;
}

.pages .now {
	color: #962D00;
}

.pages .prev,
.pages .next {
	color: #FFF;
	background: #646464;
	padding: 0 10px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.pages .prev:hover,
.pages .next:hover {
	background: #962D00;
}

.scd_r .service,
.service u,
.scd_r .service_d,
.scd_r .join {
	width: 100%;
}

.service ul li {
	width: 261px;
	float: left;
	margin-right: 42px;
	margin-bottom: 40px;
}

.service ul li img {
	width: 261px;
	height: 150px;
	vertical-align: top;
}

.service ul li .title {
	width: 100%;
	height: 40px;
	line-height: 40px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	border-bottom: 1px solid #eee;
}

.service ul li .title a {
	font-size: 16px;
	color: #D24F23;
}

.service ul li .more a:hover {
	color: #D24F23;
}

.service ul li .des {
	width: 100%;
	border-bottom: 1px solid #eee;
}

.service ul li .des .tip {
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #000;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.service ul li .des .des_m {
	width: 100%;
	height: 40px;
	font-size: 12px;
	color: #555555;
	line-height: 165%;
	overflow: hidden;
	margin-bottom: 7px;
}

.service ul li .more {
	width: 100%;
	height: 30px;
	line-height: 30px;
}

.service ul li .more a {
	display: inline-block;
	*display: inline;
	zoom: 1;
	height: 30px;
	line-height: 30px;
	padding-left: 28px;
	background: url(../images/icon7.png) no-repeat left center;
	font-size: 12px;
	color: #656565;
}

.service_d .sv_da {
	width: 100%;
	margin-bottom: 15px;
}

.sv_da dt,
.sv_da dt img {
	width: 400px;
	height: 350px;
	float: left;
	vertical-align: top;
}

.sv_da dd {
	width: 450px;
	float: right;
	text-align: left;
}

.sv_da dd h1 {
	font-size: 18px;
	color: #BD0007;
	font-weight: normal;
}

.sv_da dd .cp_name {
	font-size: 14px;
	color: #000;
	margin-bottom: 25px;
}

.sv_da dd .des {
	width: 100%;
	height: 200px;
	overflow: hidden;
	font-size: 14px;
	color: #666;
}

.sv_da dd .des p {
	margin-bottom: 10px;
}

.service_d .sv_db {
	width: 100%;
	font-size: 14px;
	color: #555555;
	line-height: 215%;
}

.service_d .sv_db img {
	max-width: 100%;
	height: auto;
}

.join ul {
	width: 100%;
	text-align: left;
	font-size: 14px;
	color: #555;
}

.join ul li {
	width: 100%;
	margin-bottom: 25px;
}

.join ul li .title {
	width: 100%;
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	color: #D24F23;
}

.join ul li .des {
	width: 100%;
	text-align: left;
	height: auto;
}

.join ul li .des b {
	color: #000;
}

.duty {
	width: 100%;
}

.duty dl {
	width: 100%;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px dashed #ddd;
}

.duty dt,
.duty dt img {
	width: 230px;
	height: 210px;
	float: right;
	vertical-align: top;
}

.duty dd {
	width: 595px;
	float: left;
	text-align: left;
}

.duty dd .title {
	width: 100%;
	height: 40px;
	line-height: 40px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.duty dd .title a {
	font-size: 16px;
}

.duty dd .des {
	width: 100%;
	height: 95px;
	font-size: 13px;
	color: #878787;
	line-height: 185%;
	overflow: hidden;
}

.duty dd .time {
	width: 100%;
	height: 35px;
	line-height: 35px;
	text-align: left;
	font-size: 14px;
	color: #888;
}

.duty dd .time b {
	color: #000;
	font-weight: normal;
}

.duty dd .more {
	display: block;
	width: 90px;
	height: 28px;
	background: #D34F24;
	text-align: center;
	line-height: 28px;
	color: #FFF;
	font-size: 14px;
}

.news {
	width: 100%;
}

.news dl {
	width: 100%;
	padding-bottom: 20px;
	border-bottom: 1px dashed #ddd;
	margin-bottom: 20px;
}

.news dl dt,
.news dl dt img {
	width: 235px;
	height: 135px;
	float: left;
	vertical-align: top;
}

.news dl dd {
	width: 615px;
	float: right;
	text-align: left;
}

.news dl dd .title {
	width: 100%;
	height: 28px;
	line-height: 28px;
	position: relative;
}

.news dl dd .title p {
	width: 70%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.news dl dd .title p a {
	font-size: 14px;
	color: #D24F23;
	font-weight: bold;
}

.news dl dd .title em {
	display: block;
	text-align: right;
	position: absolute;
	right: 0;
	top: 0;
	font-size: 13px;
}

.news dl dd .des {
	width: 100%;
	height: 69px;
	overflow: hidden;
	font-size: 14px;
	color: #555555;
	line-height: 170%;
	text-indent: 2em;
}

.news dl dd .more {
	display: block;
	width: 80px;
	height: 24px;
	border: 1px solid #D24F23;
	text-align: center;
	line-height: 24px;
	font-size: 14px;
	color: #D24F23;
	margin-top: 7px;
}

img.contentImg {
	width: 100%;
	border-radius: 3px;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}

.content>section {
	display: flex;
	margin-top: 2rem;
	flex-wrap: wrap;
}

.content>section aside {
	flex: 0 0 15.7142rem;
	margin-left: 1rem;
	margin-right: 1rem;
	padding-right: 2rem;
	/* background: url(../images/lineSpace.png) no-repeat 100% 0 / 2px 100%; */
}

.content.newsWrap>section aside {
	flex: 0 0 100%;
}

.content>section .main {
	flex: 1
}

.content p {
	margin: 1em 0;
}

.content h3 {
	/* margin: 1em 0; */
	font-size: 1.5rem;
}

.content .main ul {
	margin: 1em 0;
}

.content .main li h4 {
	background: url(../images/arrow-right.png) no-repeat 0 50% / 1em auto;
	border-bottom: 1px solid #c3cad4;
	line-height: 2em;
	padding: .5em 0 .5em 1.5em;
	cursor: pointer;
}

.content .main li article {
	display: none;
	padding: 0 1.5em;
}

.content .main li.now h4 {
	background-image: url(../images/arrow-down.png);
}

.content .main li.now article {
	display: block;
}

.content .main li article p {
	padding: 0 2em;
}

.content .main li article p.p {
	padding: 0;
}

.content.newsWrap .main {
	background: url(../images/lineSpace2.png) no-repeat 50% 0 / 100% 1px;
	padding: 20px 1rem 0;

}


.newsList li {
	display: flex;
	align-items: center;
}

.newsList li:hover {
	color: #D93500;
}

.newsList li::before {
	content: '●';
	position: relative;
	flex: 0 0 1rem;
	/* font-size: 5em; */
	/* line-height: 1rem; */
}

.newsList li a {
	flex: 1;
	/* margin-left: .5rem; */
	line-height: 2em;
	height: 2em;
	overflow: hidden;
}

.newsList li .time {
	flex: 0 0 8em;
	text-align: right;
}

.turning ul {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	justify-content: flex-end;
}

.turning li {
	flex: 0 0 2em;
	height: 2rem;
	line-height: 2rem;
	text-align: center;
	margin: 0 0 8px .5rem;
}

.turning li.pageinfo {
	flex: 0 0 9em;
	text-align: right;
}

.turning li.text {
	flex: 0 0 6em;
}

.turning li a {
	display: inline-block;
	width: 100%;
	box-sizing: border-box;
	padding: 0 10px;
	background: #F7F7F7;
	border: 1px solid #E9E9E9;
	font-size: 12px;

}

.turning li a:hover {
	text-decoration: none;
}

.turning ul li.thisclass a {
	background: #0989CC;
	color: #FFF;
	text-decoration: none;
}

/* .turning ul li.thisclass a { color: #FFF;} */
.content.newsView .main {
	padding: 0 1rem 2rem;
}

.content.newsView .main header {
	background: url(../images/lineSpace2.png) no-repeat 50% 100% / 100% 1px;
	padding: 0 0 1rem;

}

.content.newsView .main header .time {
	margin: .5rem 0 0;
	text-align: left;
	line-height: 2em;
}

.content.newsView aside h3 {
	height: 40px;
	/* line-height: 40px; */
	padding-bottom: 20px;
	font-size: 18px;
	color: #F00;
	font-weight: bold;
}

.content.newsView .roll {
	position: relative;
}

.content.newsView #marquee1 {
	height: auto;
	border: 1px solid #ddd;
}

.content.newsView #marquee1 ul li {
	width: 314px;
	border: none;
}

.content.newsView #marquee1 ul li img {
	width: 314px;
	height: auto;
}

.content.newsView .newsList {
	margin-top: 1rem;
}

.content.newsView #marNav {
	position: absolute;
	bottom: 0;
	right: 0;
	display: block;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	padding: 0 .5rem;
	box-sizing: border-box;

}

.content.newsView #marNav ul {
	display: flex;
	justify-content: flex-end;

}

.content.newsView #marNav .navOn {
	color: #f00;
}

.content.newsView #marNav ul li {
	padding: .25rem;
	margin: .25rem;
	cursor: pointer;
	color: #fff;

}
