div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
body,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

html {
	overflow-y: scroll;
	font-size: 15px;
}

body,
input,
textarea,
select {
	color: #474342;
}

body,
p,
ul,
dl,
dd,
form,
textarea,
input,
ol,
h3 {
	/*font-size: 16px;*/
}

ul,
ol,
td,
th {
	padding: 0;
	list-style: none outside;
}

a {
	color: #515151;
	text-decoration: none;
	transition: color 0.2s;
}

a:hover {
	color: #474342;
}

a,
button,
li {
	-webkit-tap-highlight-color: transparent;
}

i,
strong,
em {
	font-style: normal;
	font-weight: normal;
}

a:focus,
input,
textarea,
select,
button {
	outline: none;
}

textarea {
	overflow: auto;
	resize: none;
}

body {
	padding-top: 55px;
}

input,
textarea,
select {
	font-size: 100%;
}

img {
	border: 0;
	vertical-align: top;
	max-width: 100%;
}

table {
	border-collapse: collapse;
}

html {
	font-size: 62.5%;
}

body div.max_width {
	background: #fff;
	width: 100%;
	margin: auto;
	margin: 8px 0;
	padding: 0 15px;
	box-sizing: border-box;
	border-top: 5px solid #ee
}


/*导航*/

.mobile-button {
	position: relative;
	background: 0 0;
	width: 26px;
	height: 16px;
	margin-top: 7px;
}

.mobile-button:before,
.mobile-button:after,
.mobile-button span {
	background-color: #fff;
	-webkit-transition: all ease .238s;
	-moz-transition: all ease .238s;
	transition: all ease .238s
}

.mobile-button:before,
.mobile-button:after {
	content: '';
	position: absolute;
	top: 0;
	height: 2px;
	width: 100%;
	left: 0;
	top: 50%;
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%
}

.mobile-button span {
	position: absolute;
	width: 100%;
	height: 2px;
	left: 0;
	top: 50%;
	overflow: hidden;
	text-indent: 200%
}

.mobile-button:before {
	-webkit-transform: translate3d(0, -7px, 0);
	-moz-transform: translate3d(0, -7px, 0);
	transform: translate3d(0, -7px, 0)
}

.mobile-button:after {
	-webkit-transform: translate3d(0, 7px, 0);
	-moz-transform: translate3d(0, 7px, 0);
	transform: translate3d(0, 7px, 0)
}

.mobile-button.active span {
	opacity: 0
}

.mobile-button.active:before {
	-webkit-transform: rotate3d(0, 0, 1, 45deg);
	-moz-transform: rotate3d(0, 0, 1, 45deg);
	transform: rotate3d(0, 0, 1, 45deg)
}

.mobile-button.active:after {
	-webkit-transform: rotate3d(0, 0, 1, -45deg);
	-moz-transform: rotate3d(0, 0, 1, -45deg);
	transform: rotate3d(0, 0, 1, -45deg)
}

.top_header {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	background: #fff;
}

.logo {
	width: 100%;
	background: #dd0d00;
	padding: 11px 10px 0 10px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	z-index: 999;
	height: 55px;
	box-shadow: 0 0 10px #eee;
}

.logo img {
	width: 120px;
	max-height: 26px;
	padding-top: 5px;
}

.nav_logo .search {
	float: right;
	margin-top: 15px;
	background: #fff;
	position: absolute;
	right: 0;
}

.nav_logo .search {
	float: right;
	margin-top: 15px;
	background: #fff;
	position: absolute;
	right: 0;
	height: 30px;
}

.logo .search {
	width: 55%;
}

form {
	padding: 0 25px 0 8px;
	height: 30px;
	-webkit-transition: .5s;
	transition: .5s;
	border-radius: 5px;
	background: url(../img/sears.png) no-repeat 95% 6px;
	background-size: 10%;
	position: relative;
	background-color: #fff;
	border: 1px solid #fff;
	margin: 1px auto;
}


}
input,
button {
	border: none;
	outline: none;
}
.bar6 input {
	height: 30px;
	border: none;
	outline: none;
	width: 95%;
	background: #fff;
	color: #333;
	border-radius: 20px;
}
.bar6 button {
	position: absolute;
	height: 30px;
	width: 30px;
	right: 0px;
	top: 0;
	cursor: pointer;
	background: none;
	border: none;
}
.bar6 button:active {
	outline: none;
}
.navs {
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #eee;
	padding: 8px 5px;
	box-sizing: border-box;
	background: #F8F8F8;
	width: 100%;
}
.searfrom::-webkit-input-placeholder {
	color: #666;
	font-size: 12px;
}
.searfrom::-moz-placeholder {
	color: #666;
	font-size: 10px;
}
.searfrom::-ms-input-placeholder {
	color: #666;
	font-size: 10px;
}

/*侧边栏*/
.topnav {
	width: 100%;
	background: #fff;
	box-shadow: 0px 2px 4px #ccc;
	border-bottom: 1px solid #CCC;
}
.topnav ul {
	background: #fff;
	width: 100%;
	/*滚动*/
	
	overflow-x: scroll;
	display: flex;
	justify-content: space-between;
	z-index: 2;
}
.topnav ul li {
	box-sizing: border-box;
	line-height: 33px;
	display: inline-block;
}
.topnav ul li a {
	color: #333;
	padding: 0 10px;
	display: inline-block;
	font-size: 16px;
	box-sizing: border-box;
	white-space: nowrap;
}
.topnav ul li.active a {
	color: #ee2e3d;
	/*border-bottom: 2px solid #ee2e3d;*/
}
.gaoindex {
	position: relative;
	text-align: center;
	height: 80px;
	overflow: hidden;
}
.gaoindex img {
	height: 80px;
	width: 100%;
}
.gaoindex img.close {
	width: 25px;
	height: 25px;
	position: absolute;
	top: 0;
	right: 0;
}
.guangao .gaos {
	width: 100%;
}

/*.body_content {
	padding: 0 10px;
	box-sizing: border-box;
}*/
.projects {
	background: #fff;
}
.content-ajax article {
	border-bottom: 1px solid #e5e5e5;
	padding: 15px 0;
	position: relative;
	box-sizing: border-box;
	width: 100%;
	overflow: hidden;
}
.content-ajax article:last-child {
	border: none;
}
article .time {
	padding-top: 5px;
	z-index: 400;
	font-size: 13px;
	background: #fff;
	color: #999;
}
.entry-site {
	font-size: 14px;
}
.entry-img .sort {
	padding: 5px 12px;
	background: rgb(255, 90, 0);
	font-size: 14px;
	color: #fff;
	line-height: 1;
	position: absolute;
	top: 0;
	left: 0;
}
.entry-content {
	overflow: hidden;
	box-sizing: border-box;
}
.entry-title {
	margin-bottom: 10px;
	font-size: 15px;
	font-weight: normal;
	line-height: 22px;
}
.entry-title:hover {
	opacity: 0.9;
}
.entry-img {
	float: left;
	position: relative;
	overflow: hidden;
	margin-right: 10px;
}
.entry-img img {
	width: 100px;
	height: 80px;
}
.tuijian {
	padding: 15px;
	box-sizing: border-box;
}
.tuijian ul {
	overflow: hidden;
}
.tuijian li {
	overflow: hidden;
	line-height: 18px;
	font-size: 12px;
	float: left;
	width: 100%;
	margin-top: 15px;
}
.list_all_list .pagination{
	bottom: 0;
}
.content-ajax .ajax_hn {
	/*text-align: center;*/
}
.content-ajax .ajax_hn h3 {
	font-size: 16px;
	color: #333;
	padding-bottom: 10px;
}
.content-ajax .ajax_hn h3 span {
	font-family: fangsong;
	font-size: 20px;
	font-style: italic;
	padding-right: 10px;
	color: #dd0d00;
}
.tuijian li:nth-child(2n) {
	float: right;
}
.tuijian li img {
	display: block;
	width: 100%;
	height: 180px;
	padding-bottom: 5px;
}
.tuijian li p {
	display: block;
	overflow: hidden;
	font-size: 15px;
}
.tuijian h3.righttitle {
	padding-top: 0;
}

/*====*/
.swiper-container1 {
	height: 24rem;
	width: 100%;
	overflow: hidden;
	position: relative;
}
.swiper-container1 img {
	width: 100%;
	height: 100%;
}
.swiper-container1 .swiper-slide {
	position: relative;
}
.swiper-container1 .swiper-wrapper p {
	position: absolute;
	left: 0;
	bottom: 0;
	line-height: 40px;
	background: rgba(0, 0, 0, .6);
	width: 100%;
	font-size: 16px;
	padding: 0 10px;
	box-sizing: border-box;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	font-weight: normal;
	color: ghostwhite;
	padding-right: 20%;
}
.pagination {
	position: absolute;
	z-index: 20;
	bottom: 0;
	width: 20% !important;
	text-align: center;
	line-height: 40px;
	left: 80% !important;
	color: #fff;
	font-size: 15px;
}
.swiper-pagination-current {
	font-size: 20px;
}

/*底部*/
.g-foot {
	box-sizing: border-box;
	display: block;
	overflow: hidden;
	margin-top: 12px;
}
.g-foot p {
	width: 100%;
	height: 45px;
	line-height: 45px;
	background: #fff;
	font-size: 15px;
	font-weight: normal;
	color: #333;
	text-align: center;
	display: block;
	overflow: hidden;
}
.g-foot p a {
	padding: 0 10px;
	text-decoration: none;
	color: #333;
	font-size: 15px;
}

/*-----------------*/
.scroll {
	overflow: hidden;
	position: relative;
}
.scroll_box {
	overflow: hidden;
	position: relative;
}
.scroll_box ul li {
	position: relative;
	display: block;
	width: 100%;
	float: left;
}
.scroll_wrap li a img {
	width: 100%;
	height: auto;
}
.scroll_wrap {
	overflow: hidden;
	position: relative;
}
.scroll_box ul li p {
	width: 100%;
	height: 35px;
	background: rgba(0, 0, 0, 0.5);
	display: block;
	overflow: hidden;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 10;
}
.scroll_box ul li p strong {
	width: auto;
	height: 35px;
	line-height: 35px;
	font-size: 16px;
	font-weight: normal;
	color: #fff;
	text-align: center;
	margin: 0 12px;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-right: 70px;
}
.scroll_position {
	position: absolute;
	right: 10px;
	bottom: 10px;
	z-index: 10;
}
.scroll_position li {
	float: left;
	width: 13px;
	height: 13px;
	display: block;
	background: #fff;
	border-radius: 50%;
	margin-right: 4px;
}
.scroll_position li.on {
	background: #F14A41;
}
.g-new-day {
	overflow: hidden;
}
.g-new-day ul {}
.g-new-day li {
	overflow: hidden;
	position: relative;
	padding: 5px 0;
	border-bottom: 1px dotted #eee;
}
.g-new-day li span {
	display: block;
	height: 26px;
	line-height: 26px;
	position: absolute;
	left: 10px;
	top: 12px;
	width: 75px;
	text-align: center;
	background: #eeeeee;
	overflow: hidden;
	border-radius: 2px;
}
.g-new-day li span a {
	color: #ff4c76;
	font-size: 15px;
}
.g-new-day li p {
	height: 30px;
	line-height: 30px;
	font-size: 15px;
	overflow: hidden;
	color: #333;
}

/*title      11111111111111111111111*/
.title_biao {
	padding: 5px 0;
}
.g-title a.u-more {
	display: block;
	float: right;
	background: url(../img/more_menu.png) no-repeat left center;
	width: 20px;
	height: 20px;
	background-size: 20px;
	padding-top: 5px;
}
.g-title {
	overflow: hidden;
}
.g-title font {
	display: block;
	float: left;
	font-size: 16px;
	font-weight: bold;
	color: #dd0d00;
	padding-left: 8px;
	border-left: 4px solid #dd0d00;
}
.g-title span.f-choose-btn {
	display: block;
	float: right;
	line-height: 22px;
	font-size: 15px;
	color: #ffae00;
}
.g-title span.f-choose-btn i {
	width: 14px;
	height: 14px;
	background: url(../images/index-icon.png) no-repeat;
	background-size: 28px;
	float: left;
	margin: 4px 4px 0 0;
	display: inline;
	overflow: hidden;
}
.projects-title {
	font-size: 16px;
	line-height: 40px;
	font-family: 'Microsoft YaHei UI Bold', 'Microsoft YaHei UI';
	font-weight: 700;
	font-style: normal;
	border-bottom: #CCC 1px solid;
}
.projects-title .LMenglist {
	color: #999;
	font-weight: normal;
	display: inline;
	font-size: 15px;
}
.qu_tit02 {
	background: url(../img/wvv_47.gif) repeat-x 0 0;
	padding-bottom: 15px;
	text-align: center;
	color: red;
	margin-top: 15px;
}
.qu_tit02 span {
	background: #fff;
	padding: 0 14px;
	margin-top: -3px;
	display: inline-block;
}
.qu_tit02 a {
	color: #ff1616;
	font-size: 18px;
}
.titleBar {
	text-align: center;
	margin: 0;
	padding: 0
}
.titleBar h5 {
	display: block;
	color: #333;
	font-size: 16px;
	line-height: 23px;
	overflow: hidden;
	text-align: center;
	margin: 0;
	font-family: 微软雅黑;
	font-weight: bold
}
.titleBar .txt {
	display: inline-block;
	height: 50px;
	width: auto;
	padding-top: 8px
}
.titleBar .leftbg {
	display: inline-block;
	background: url(../img/titleleftbg.gif) no-repeat left top;
	width: 50px;
	height: 50px;
}
.titleBar .rightbg {
	display: inline-block;
	background: url(../img/titlerightbg.gif) no-repeat right bottom;
	width: 50px;
	height: 50px;
}
.titleBar>span {
	display: block;
	color: #999;
	font-size: 12px;
	line-height: 20px;
	overflow: hidden;
	font-family: Georgia;
	text-align: center
}
.top_tit {
	text-align: center;
	padding: 15px 0;
}
.top_tit .span1 {
	font-size: 22px;
	font-family: fixedsys;
	color: #81a849;
	font-weight: bold;
}
.top_tit .span1 a {
	color: #81a849;
	padding: 0px 10px;
}
.top_tit .span2 {
	font-family: arial;
	color: #b2b2b2;
	font-size: 12px;
}

/*end*/
.g-qxzx-first {
	overflow: hidden;
	border-bottom: 1px dotted #eee;
	padding-bottom: 12px;
}
.g-qxzx-first h1 {
	font-size: 20px;
	overflow: hidden;
	line-height: 26px;
	height: 26px;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.g-qxzx-first h1 a {
	color: #333;
}
.g-qxzx-first p {
	line-height: 24px;
	height: 52px;
	overflow: hidden;
	font-size: 13px;
	color: #999;
	margin-top: 8px;
	margin-bottom: -4px;
}
.g-hot-tv ul {
	display: block;
	overflow: hidden
}
.g-hot-tv ul li {
	width: 50%;
	height: 160px;
	box-sizing: border-box;
	float: left;
	display: inline;
	overflow: hidden;
	padding: 0 10px 15px 0;
}
.g-hot-tv ul li:nth-child(2n) {
	padding-right: 0;
}
.g-hot-tv ul li a {
	width: 100%;
	height: auto;
	display: block;
	overflow: hidden
}
.g-hot-tv ul li a img {
	width: 100%;
	height: 120px;
	display: block;
	overflow: hidden;
}
.g-hot-tv ul li a strong {
	height: 20px;
	line-height: 20px;
	font-size: 13px;
	font-weight: normal;
	color: #333;
	margin: 6px 0 0;
	display: block;
	overflow: hidden
}
.g-clkb {
	overflow: hidden;
}
.scroll-module {
	font-size: 0;
	overflow-x: scroll;
	white-space: nowrap;
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
	padding-bottom: 15px;
	/*border-top: 1px dotted #eee;*/
	
	margin-top: 15px;
	overflow-y: hidden;
}
.classify-module a {
	width: 120px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-right: 12px;
	display: inline-block;
}
.scroll-module span {
	width: 15px;
	height: 120px;
	display: inline-block;
	vertical-align: top;
}
.classify-module a i {
	width: 120px;
	height: 80px;
	border-radius: .1rem;
	overflow: hidden;
	display: inline-block;
}
.classify-module a i img {
	height: 100%;
	width: 100%;
}
.classify-module a p {
	font-size: 14px;
	color: #333;
	padding-top: 10px;
	overflow: hidden;
	font-weight: 400;
	line-height: 22px;
	white-space: initial;
}
.classify-module a:last-of-type {
	margin-right: 0;
}

/*--列表页--*/
.g-cms-class {
	overflow: hidden;
	padding: 8px 10px 18px 10px;
	box-shadow: 0px 0px 0px #ccc;
	width: auto;
	background: #fff;
}
.g-cms-class a {
	font-size: 14px;
	display: block;
	float: left;
	background: #f2f2f2;
	width: 29.33%;
	height: 30px;
	text-align: center;
	border-radius: 6px;
	line-height: 30px;
	color: #666;
	margin: 12px 2% 0;
	overflow: hidden;
}
.g-cms-class a.m-hover {
	color: #fff;
	background: #ee2e3d;
}

/*---详细页---*/
.zxsy_gsgg_box {
	width: 100%;
	overflow: hidden;
	z-index: 1;
	background: #fff;
}
.zxsy_gsgg_box .box {
	width: 100%;
	box-sizing: border-box;
	border-bottom: 1px solid #ddd;
	position: relative
}
.zxsy_gsgg_box .zxsy_gsgg_tab {
	height: 30px;
	position: relative;
	overflow: hidden;
	z-index: 1;
	padding-top: 6px;
	padding-bottom: 5px;
	width: 100%;
}
.zxsy_gsgg_box .zxsy_gsgg_tab a.next,
.zxsy_gsgg_box .zxsy_gsgg_tab a.prev {
	width: 20px;
	height: 13px;
	position: absolute;
	right: 0;
	display: block;
	z-index: 99
}

/*.zxsy_gsgg_box .zxsy_gsgg_tab a.next {
	background: url(../img/zxsy_btn_b.png) top center no-repeat;
	bottom: 0;
}

.zxsy_gsgg_box .zxsy_gsgg_tab a.prev {
	background: url(../img/zxsy_btn_t.png) bottom center no-repeat;
	top: 0
}*/
.zxsy_gsgg_box {
	width: 100%;
}
.zxsy_gsgg_box .zxsy_gsgg_tab ul li {
	background: url(../img/dian.png) 10px center no-repeat;
	text-indent: 2px;
	padding: 0 20px;
	box-sizing: border-box;
	line-height: 32px;
}
.zxsy_gsgg_box .zxsy_gsgg_tab ul li a {
	font-size: 14px;
}
.more-show {
	text-align: center;
	border-top: 1px solid #eee;
	padding: 4px 0;
}
.more-show a {
	text-align: center;
	color: #999 !important;
	display: block;
	padding: 10px 0;
	font-size: 15px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.more-show a span {
	vertical-align: middle;
}
.more-show a:after {
	content: '';
	display: inline-block;
	width: 12px;
	height: 12px;
	background: url(../img/ico_more.png) no-repeat center center;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	vertical-align: middle;
	margin-left: 10px;
}
.readmore {
	font-size: 15pxrem;
	line-height: 36px;
	text-align: center;
	color: #999;
	border: 1px solid #eee;
	background: #f9f9f9;
	border-radius: 5px;
	margin-bottom: 20px;
}
.readmore a {
	display: inline-block;
	color: #999;
	font-size: 15px;
}
.readmore img {
	width: 18px;
	vertical-align: middle;
	padding: 0 0 3px 5px;
}
.js-open-more-hot {
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: flex-start;
	margin: 20px 0;
	width: 100%;
	text-align: center;
}
.js-open-more-hot img {
	width: 80px;
	vertical-align: top;
}
.more {
	display: inline-block;
	text-align: center;
	width: 100%;
	margin: 15px 0;
	line-height: 25px;
}
.more a {
	border: 1px solid #1d71b7;
	color: #1d71b7;
	width: 80px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	display: inline-block;
	margin: auto;
	box-sizing: border-box;
	font-size: 12px;
	border-radius: 5px;
}
.index_news_n_tit {
	width: 100%;
	overflow: hidden;
	text-align: center;
	padding: 15px 0;
}
.index_news_n_tit h1 {
	width: 100%;
	font-size: 17px;
	text-align: center;
	color: #1d71b7;
	font-weight: 400;
	padding-bottom: 6px;
}
.index_news_n_tit p {
	height: 1px;
	background: #1d71b7;
	width: 10%;
	margin: auto;
}
.more_tit {
	color: #e25111;
	border: 1px solid #e25111;
	width: 134px;
	display: block;
	border-radius: 25px;
	margin: 0 auto;
	padding: 8px 0;
	text-align: center;
	font-size: 13px;
}

/*行业管理*/
.projects dl {
	position: relative;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 100%;
	height: auto !important;
	overflow: hidden;
	border-bottom: #CCC 1px solid;
	font-size: 15px;
}
.projects a {
	display: block;
	height: 100%;
	width: 100%;
}
.projects .ddright dt {
	width: calc(100% - 85px);
}
.projects dl dt {
	float: left;
}
.overthree dl dt {
	display: -webkit-box !important;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	white-space: normal !important;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.projects .ddright dd {
	float: right;
	color: #999;
	font-size: 13px;
}

/*列表*/
.list_res {
	padding-bottom: 10px;
}
.clear {
	clear: both;
}
.pages {
	text-align: center;
	font-size: 14px;
	padding: 20px 0;
	width: 100%;
	background: #fff;
}
.pages a {
	color: #4E4E4E;
	background-color: #F9F9F9;
	border: 1px solid #EAEAEA;
	padding: 5px 10px;
	display: inline-block;
	border-radius: 5px;
}
.pages span {
	color: #FFF;
	background-color: #dd0d00;
	border: 1px solid #dd0d00;
	padding: 5px 10px;
	cursor: pointer;
	border-radius: 5px;
}
.projects_xq {
	padding-top: 10px;
	padding-bottom: 0;
}
.content {
	padding: 20px 15px 0 15px;
	box-sizing: border-box;
}
.list-title {
	margin: 15px 0;
	text-align: center;
	position: relative;
}
.list-title>span {
	font-size: 16px;
	color: #222;
	font-weight: normal;
	display: inline-block;
	height: 22px;
	background: #fff;
	padding: 0 10px;
	z-index: 5;
	position: relative;
}
.list-title::after {
	content: '';
	width: 200%;
	height: 200%;
	position: absolute;
	bottom: -10px;
	left: 0;
	border-bottom: 1px solid #d9d9d9;
	-webkit-transform: scale(0.5, 0.5);
	transform: scale(0.5, 0.5);
	-webkit-transform-origin: top left;
}
.top_title {
	padding: 15px 10px 0 10px;
	box-sizing: border-box;
	border-bottom: 1px solid #eee;
	margin-bottom: 15px;
}
.con_tit {
	font-weight: bold;
	line-height: 28px;
	margin-bottom: 15px;
	text-align: left;
	font-size: 20px;
}
.art-info {
	font-size: 13px;
	color: #999;
	width: 100%;
	padding-bottom: 10px;
}
.g-white-box {
	padding: 10px;
	box-sizing: border-box;
	border-bottom: 3px solid #eee;
}

/*=====*/
.zjltoutiao {
	width: 100%;
	/*height: 124px;*/
	/*box-shadow: 0 1px 4px 0 rgb(2 29 54 / 20%);*/
	/*padding: 10px;*/
	padding: 10px 0;
	border-bottom: 1px solid #eee;
	box-sizing: border-box;
}
.zjltoutiao .zjltoutiao_tit {
	font-size: 15px;
	font-weight: 500;
	line-height: 25px;
	color: #333;
	min-height: 56px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
}
.zjltoutiao .zjltoutiao_info {
	font-size:13px;
	color: #999;
	margin-top: 10px;
	overflow: hidden;
	text-align: right;
	/*display: flex;
	justify-content: space-between;*/
}
.zjltoutiao_info .fl {
	/*width: 200px;*/
}
.zjltoutiao:hover .zjltoutiao_tit {
	color: #eb2e2e
}
.zjltoutiao:hover {
	box-shadow: 0 4px 10px 0 rgba(4, 44, 82, .3);
	-webkit-transition: .5s;
	transition: .5s
}
.uil_listzk{
	overflow: hidden;
	padding-top: 10px;
}
.uil_listzk li{
	width:48%;
	margin-right:4%;
	float: left;
}
.uil_listzk li p{
	padding: 5px 0;
	font-size: 14px;
}
.uil_listzk li:nth-child(2n){
	margin-right: 0;
}
/*=========*/
.maincom {
	position: relative;
	background: #FCFCFC;
}
.swiper-container3 {
	width: 100%;
	overflow: hidden;
	border-bottom: 6px solid #f9f9f9;
}
.swiper-button-prev {
	background: url(../img/l.png) no-repeat 100% 100%;
}
.swiper-button-next {
	background: url(../img/r.png) no-repeat 100% 100%;
}
.swiper-container3 .swiper-slide {
	position: relative;
	background: #FCFCFC;
}
.swiper-container3 img {
	height: 220px;
	width: 100%;
}
.sbp3,
.sbn3 {
	background-size: 100% 100%;
	top: 37% !important;
	width: 35px;
	height: 65px;
}
.sbp3 {
	left: 0;
}
.sbn3 {
	right: 0;
}
.maincom .pagination {
	position: absolute;
	top: 225px;
	bottom: inherit !important;
	z-index: 99;
}
.maincom .swiper-pagination-bullet {
	background: #fff;
	width: 10px;
	height: 10px;
	border: 1px solid #888;
	border-radius: 50%;
	display: inline-block;
	text-align: right;
	margin: 0 5px;
	vertical-align: middle;
	cursor: pointer;
	box-sizing: border-box;
	opacity: 0.8;
}
.main_detail {
	width: 100%;
	padding: 15px 10px;
	height: 145px;
	box-sizing: border-box;
}
.main_detail h3 {
	font-size: 16px;
	color: #333;
	padding-bottom: 10px;
	font-weight: 700;
}
.main_detail .p {
	font-size: 15px;
	color: #666;
	line-height: 25px;
	text-indent: 2em;
}
.maincom .swiper-pagination-bullet-active {
	border: 1px solid #000;
}

/*============*/
.frp-news-list li {
	line-height: 24px;
	margin-bottom: 10px;
	overflow: hidden;
	display: flex;
	justify-content: flex-start;
}
.frp-news-list li:last-child {
	margin-bottom: 0;
}
.frp-news-list li .order {
	display: block;
	width: 20px;
	height: 20px;
	background: #d0d0d0;
	text-align: center;
	color: #fff;
	line-height: 20px;
}
.frp-news-list li .order~a {
	padding-left: 10px;
	width: 90%;
}
.frp-news-list li .point {
	display: block;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	margin-top: 10px;
	background-color: #8095bf;
	line-height: 20px;
}
.frp-news-list li .point~a {
	padding-left: 10px;
	width: 95%;
}
.frp-news-list li>a {
	display: block;
	float: left;
	width: 100%;
	font-size: 15px;
	text-overflow: ellipsis;
	word-break: keep-all;
	white-space: nowrap;
	overflow: hidden;
}
.frp-news-list ul li:nth-of-type(1) span {
	background: #be090f;
}
.frp-news-list ul li:nth-of-type(2) span {
	background: #be090f;
}
.frp-news-list ul li:nth-of-type(3) span {
	background: #be090f;
}

/*=================*/
.side-mod {
	padding-bottom: 20px;
}
.side-hd {
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	color: rgb(0, 0, 0);
}
.side-mod .imgBox a {
	color: rgb(255, 255, 255);
	display: block;
	position: relative;
}
.side-mod .imgBox img {
	display: block;
	width: 100%;
	height: 165px;
}
.side-mod .imgBox p {
	width: 100%;
	height: 48px;
	line-height: 52px;
	color: rgb(255, 255, 255);
	position: absolute;
	left: 0px;
	bottom: 0px;
	background-image: linear-gradient(transparent, rgb(0, 0, 0));
	text-align: center;
	overflow: hidden;
	padding: 0 10px;
	box-sizing: border-box;
}
.side-mod .defList {
	margin: 10px 0px;
}
.side-mod .defList li {
	font-size: 14px;
	height: 36px;
	line-height: 36px;
	overflow: hidden;
}

/*==========*/
.side-mod .rankList li {
	font-size: 14px;
	line-height: 24px;
	border-bottom: 1px dotted rgb(204, 204, 204);
	padding: 15px 0px;
	overflow: hidden;
}
.side-mod .rankList li em {
	float: left;
	width: 25px;
	text-align: center;
	font-size: 24px;
	font-family: fangsong;
	color: rgb(185, 185, 185);
}
.side-mod .rankList li:nth-of-type(1) em,
.side-mod .rankList li:nth-of-type(2) em,
.side-mod .rankList li:nth-of-type(3) em {
	color: rgb(255, 79, 79);
}
.side-mod .rankList li a {
	margin-left: 35px;
	display: block;
}
.swiper4 {
	padding: 10px 0;
}
.swiper4 img {
	width: 100%;
	height: 160px;
}
.swiper4 .swiper-slide {
	position: relative;
}
.swiper4 h3 {
	width: 100%;
	line-height: 30px;
	color: rgb(255, 255, 255);
	position: absolute;
	left: 0px;
	bottom: 0px;
	background: rgb(0, 0, 0, 0.6);
	text-align: center;
	overflow: hidden;
	font-size: 14px;
	padding: 0 10px;
	box-sizing: border-box;
}
.maincom_swiper .swiper-button-next,
.maincom_swiper .swiper-button-prev {
	background-size: 80% !important;
	margin: 0;
}

/*===========*/
.main {
	border-top: 2px solid rgb(0, 0, 0);
}
.main .imgBox a {
	overflow: hidden;
	display: inline-block;
}
.main .imgBox img {
	float: left;
	width: 130px;
	height: 90px;
}
.main .defList li {
	font-size: 15px;
	height: 35px;
	line-height: 35px;
	overflow: hidden;
}
.main .imgBox p {
	margin-left: 150px;
	font-size: 15px;
	line-height: 25px;
	padding-top: 5px;
}

/*=============*/
.top_div {
	padding: 20px 15px 15px;
	box-sizing: border-box;
	font-size: 14px;
	text-align: center;
}
.top_div h1 {
	padding-bottom: 15px;
	line-height: 25px;
}
.top_div h1 a {
	color: #1658A0;
	font-size: 20px;
}

/*============*/
.con_ztzl ul li a span {
	position: absolute;
	display: block;
	left: 9.836%;
	right: 9.836%;
	padding: 0 10px;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
	-ms-transform: translateY(-50%);
	z-index: 5;
	font-size: 18px;
	font-weight: bold;
	word-break: break-all;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.con_ztzl {
	padding: 0 15px;
	box-sizing: border-box;
	margin-bottom: 20px;
}
.con_ztzl .cell {
	margin-bottom: 15px;
}
.con_ztzl .swiper-button-next,
.con_ztzl .swiper-button-prev {
	background-color: rgb(0, 0, 0, 0.6);
	background-size: 18px 43px !important;
}
.con_ztzl .max_img:before {
	content: '';
	position: absolute;
	background: rgba(255, 255, 255, 0.8);
	left: 9.836%;
	bottom: 17.64%;
	top: 17.64%;
	right: 9.836%;
	z-index: 3;
}

/*==============*/
.hot-list {
	margin-bottom: 10px;
}
.hot-list li {
	position: relative;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	margin: 10px 0;
}
.hot-list li em {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 18px;
	height: 18px;
	font-size: 12px;
	color: #979797;
	line-height: 16px;
	text-align: center;
	font-weight: normal;
	border-radius: 3px;
	border: 1px solid #979797;
	z-index: 3;
}
.hot-list li a {
	padding-left: 30px;
	font-size: 14px;
	line-height: 22px;
}
.hot-list li.hot-top {
	margin-bottom: 10px;
	white-space: normal;
	overflow: hidden;
}
.hot-list li.hot-top a {
	display: block;
}
.hot-list li.hot-top em {
	top: 0;
	color: #fff;
	background-color: #00915c;
	border: none;
}
.hot-list li.hot-top .thumb {
	position: absolute;
	top: 0;
	left: 0;
	width: 90px;
	height: 60px;
	border-radius: 3px;
	z-index: 2;
}
.hot-list li.hot-top p {
	padding-left: 75px;
	height: 60px;
	line-height: 20px;
}

/*============*/
.tl_box {
	width: 100%;
	margin: 0 0 10px 0;
	float: left;
	background: #F9F9F9;
	position: relative;
}
.tl_box:last-child {
	margin: 0;
}
.bagua .tlb_img {
	position: relative;
	overflow: hidden;
	height: 200px;
}
.bagua .tlb_img img {
	height: 100%;
	width: 100%;
}
.tl_box h3 a {
	font-size: 16px;
	overflow: hidden;
	color: #fff;
}
.tl_box h3 {
	margin-bottom: 5px;
}
.tlb_art {
	line-height: 22px;
	font-size: 14px;
	color: #fff;
	opacity: 0.9;
}
.tl_con {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgb(0, 0, 0, .6);
	text-align: left;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.wrap_mark1 {
	width: 80%;
}

/*=========*/
.box_index {
	padding: 0 10px;
	box-sizing: border-box;
}

/**/
.channel_l {
	width: 100%;
	box-sizing: border-box;
}
.channel_tit {
	width: 100%;
	border-bottom: 1px solid #ddd;
	display: inline-block;
	margin-top: 20px;
}
.channel_tit>div {
	border-bottom: 2px solid #4074ad;
	display: inline-block;
	float: left;
}
.channel_tit span {
	font-size: 18px;
	color: #4074ad;
}
.channel_tit .more {
	font-size: 24px;
	line-height: 30px;
	float: right;
	color: #999;
	display: inline-block;
	width: 30px;
	margin: 0;
}
.channel_tit span.ch {
	font-weight: bold;
	padding-right: 10px;
}
.channel_tit span.en {
	font-size: 14px;
	line-height: 30px;
	padding-left: 0px;
	color: #999;
}
.channel_l ul li {
	width: 100%;
	border-bottom: 1px solid #eee;
}
.channel_ul {
	overflow: hidden;
	padding: 20px 0;
}
.channel_ul .channel_img {
	width: 30%;
	height: 100px;
	float: left;
}
.channel_ul .channel_img img {
	width: 100%;
	height: 100%;
	border-radius: 10px;
}
.channel_ul .channel_p {
	float: right;
	width: 67%;
}
.channel_ul .channel_p p {
	color: #000;
	font-size: 14px;
	line-height: 25px;
	display: inline-block;
	width: 100%;
}
.channel_ul .channel_p p a {
	color: #666;
	font-size: 14px;
}
.channel_ul .channel_p p:nth-of-type(1) a {
	color: #000;
	font-size: 15px;
}

/*==========*/
.artile_l_r article:nth-child(2n) .entry-img {
	float: right;
	margin: 0 0 0 10px;
}
.TickerNews {
	width: 100%;
	position: relative;
	overflow: hidden;
	height: 40px;
	background: #f5f5f5;
	margin: 0 auto;
	margin-top: 15px;
}
.ti_wrapper {
	width: 100%;
	position: relative;
	overflow: hidden;
}
.ti_slide {
	width: 30000px;
	position: relative;
	left: 0;
	top: 0;
}
.ti_content {
	width: 8000px;
	position: relative;
	float: left;
}
.ti_news {
	float: left;
}
.TickerNews .ti_content .ti_news {
	height: 40px;
	overflow: hidden;
	line-height: 40px;
}
.TickerNews .ti_content .ti_news a {
	color: #8c8c8c;
	margin-left: 32px;
	padding-left: 12px;
	display: block;
	background: url(../img/puc.png) no-repeat 0 center;
}

/*===========*/
.cont {
	overflow: hidden;
}
.cont .left {
	float: left;
	width: 16.888%;
	text-align: center;
}
.cont .left .time {
	padding: 10px 0;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 500;
	color: #fff;
	line-height: 22px;
	background: #e62129;
}
.cont .left .time b {
	display: block;
	font-weight: 500;
	font-size: 16px;
}
.cont .left .date {
	font-size: 20px;
	color: #202A30;
	line-height: 17px;
	font-weight: 500;
	padding: 10px 0;
	border: 1px solid #E6E6E6;
	border-top: 0px;
}
.cont .right {
	width: 79.222%;
	float: right;
}
.cont .right h2 {
	font-size: 16px;
	color: #000000;
	text-transform: capitalize;
	margin: 0;
	line-height: 26px;
	font-weight: bold;
	margin-bottom: 5px;
}
.cont .right p {
	margin: 0 0 10px;
	font-size: 14px;
	color: #9C9C9C;
	line-height: 22px;
}
.ul_cons img {
	margin-bottom: 10px;
	height: 180px;
	width: 100%;
}
.ul_cons li {
	margin-bottom: 10px;
}

/*=================*/
.news_list li {
	width: 100%;
	overflow: hidden;
	border-bottom: 1px solid #e7e6e6;
	overflow: hidden;
	padding: 10px 0;
}
.newsdatal {
	width: 25%;
	float: left;
	background: #242b3d;
	text-align: center;
	padding: 10px 0;
}
.newsdatal h1 {
	font-size: 20px;
	text-align: center;
	color: #fff;
}
.newsdatal span {
	width: 100%;
	height: 20px;
	font: 12px/20px "microsoft yahei";
	color: #fff;
	text-align: center;
}
.news_r {
	width: 73%;
	float: right;
}
.news_r h2 {
	font-size: 15px;
	font-weight: normal;
	line-height: 22px;
	overflow: hidden;
	padding-bottom: 2px;
	font-weight: bold;
}
.news_r .text {
	font: 12px/26px "microsoft yahei";
	color: #858586;
	overflow: hidden;
	line-height: 20px;
}

/*=========*/
.home_news {
	width: 100%;
	background: #fff;
}
.home_news .news_con {
	max-width: 1240px;
	width: 100%;
	margin: auto;
	overflow: hidden;
}
.home_news .news_con ul {
	width: 100%;
}
.home_news .news_con ul li {
	cursor: pointer;
	padding: 15px 10px;
	overflow: hidden;
	background: #f8f8f8;
	margin-bottom: 10px;
	box-sizing: border-box;
}
.home_news .news_con ul li .news_left {
	width: 73%;
	float: left;
}
.home_news .news_con ul li .news_left a {
	color: #4c4c4c;
	font-size: 15px;
	font-weight: bold;
	overflow: hidden;
	width: 100%;
	display: block;
	margin-bottom: 5px;
}
.home_news .news_con ul li .news_left p {
	font-size: 13px;
	color: #666666;
	line-height: 20px;
	width: 95%;
	overflow: hidden;
}
.home_news .news_con ul li .news_right {
	width: 23%;
	float: right;
	border-left: 1px solid #cccccc;
	min-height: 50px;
	color: #e0e0e0;
	font-family: arial;
	text-align: left;
	padding-left: 2%;
	background: url(../img/li_1.png) no-repeat right;
}
.home_news .news_con ul li .news_right span {
	font-size: 22px;
	display: block;
	line-height: 45px;
}
.home_news .news_con ul li .news_right time {
	font-size: 18px;
}
.home_news .news_con ul li:hover {
	background: #81a849;
}
.home_news .news_con ul li:hover .news_left a {
	color: #fff;
}
.home_news .news_con ul li:hover .news_left p {
	color: #dee7d4;
}
.home_news .news_con ul li:hover .news_right {
	border-left: 1px solid #9ab96d;
	background: url(../img/li_1.png) no-repeat right;
	color: #c6d7b3;
}
.home_news .news_con ul li:hover .news_right span {
	color: #fff;
}

/*===========*/
.g-gxdz-cont a font,
.g-new-day li p,
.g-zbbk-cont li a p strong,
.zxsy_gsgg_box .zxsy_gsgg_tab ul li a,
.projects .ddright dt,
.wrap_mark1 h3,
.content-ajax .ajax_hn h3,
.side-mod .defList li,
.swiper4 h3,
.channel_ul .channel_p p a,
.cont .right h2,
.news_r h2,
.classify-module a p,
.home_news .news_con ul li .news_left a,.uil_listzk li p {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	white-space: nowrap;
}
.item-detail h3 a,
.tuijian li p,
.g-qxzx-first p,
.entry-title,
.g-gxdz-cont a p span,
.content-ajax,
.main_detail h3,
.side-mod .rankList li a,
.cont .right p,
.news_r .text,
.home_news .news_con ul li .news_left p {
	display: -webkit-box !important;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	white-space: normal !important;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.main_detail .p,
.main .imgBox p,
.hot-list li.hot-top p,
.tlb_art {
	display: -webkit-box !important;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	white-space: normal !important;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.footer {
	text-align: center;
	background-color: #dd0d00;
	padding: 10px 20px;
	box-sizing: border-box;
}
.footer,
.footer a,
.footer p {
	color: #fff;
	font-size: 13px;
	line-height: 23px;
}
.article-list-btns {
	font-size: 15px;
}
.list_detail .article-list-btns {
	padding: 10px;
	padding-bottom: 0;
	box-sizing: border-box;
}
.list_all {
	padding-top: 40px;
}
.list_all_list .swiper-container1 {
	height: 18rem;
}
.list_all_list .swiper-container1 .swiper-wrapper p{
	padding-right:10px ;
}
.content p {
    line-height: 1.85;
    margin-bottom: 25px;
    text-indent: 2em;
}
.content p img{
    display: block;
}
.art-info p{	
    text-align: center;
}