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: #DCDCDC;
	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;
	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 #eee;
}
.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: 5px 10px;
	display: inline-block;
	font-size: 16px;
	box-sizing: border-box;
	white-space: nowrap;
}
.topnav ul li.active a {
	color: #005293;
	/*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%;
}

/*===========================*/

/*轮播*/

/*====*/
.swiper-container1 {
	height: 24rem;
	width: 100%;
	overflow: hidden;
	position: relative;
}
.swiper-container1 img {
	width: 100%;
	height: 24rem;
}
.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-white-box {
	padding: 0 10px;
	box-sizing: border-box;
}

/*内容*/
.top_div {
	padding: 20px 15px !important;
	box-sizing: border-box;
	font-size: 14px;
	text-align: center;
}
.top_div h1 {
	padding-bottom: 15px;
	line-height: 25px;
}
.top_div h1 a {
	color: #005293;
	font-size: 20px;
}
.g-title {
	overflow: hidden;
	border-bottom: 1px solid #ddd;
}
.g-title font {
	display: block;
	float: left;
	font-size: 16px;
	color: #005293;
	padding-bottom: 8px;
	border-bottom: 2px solid #000;
	font-weight: bold;
}
.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: 15px 10px 0 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-hot-tv{
	margin-bottom: 15px;
}*/
.g-white-box {
	padding: 10px;
	box-sizing: border-box;
	/*border-bottom: 3px solid #eee;*/
}
.projects dl {
	position: relative;
	padding: 15px 0;
	width: 100%;
	height: auto !important;
	overflow: hidden;
	border-bottom: #CCC 1px solid;
	font-size: 15px;
	background: url(../img/bg2b.jpg) no-repeat 0px 24px;
	box-sizing: border-box;
	padding-left: 12px;
}
.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;
}
.more_tit {
	color: #005293;
	border: 1px solid #005293;
	width: 120px;
	display: block;
	border-radius: 25px;
	margin: 0 auto;
	padding: 6px 0;
	text-align: center;
	font-size: 13px;
	margin-top: 15px;
}
.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;
	position: relative;
}
.channel_ul .channel_img p {
	position: absolute;
	left: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .6);
	width: 100%;
	font-size: 13px;
	padding: 5px;
	box-sizing: border-box;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	font-weight: normal;
	color: ghostwhite;
}
.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;
}
.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-top: 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;
}

/*=========*/

/*page*/
.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;
	margin: 0 2px;
}
.pages span {
	color: #FFF;
	background-color: #005293;
	border: 1px solid #005293;
	padding: 5px 10px;
	cursor: pointer;
	border-radius: 5px;
}

/*详情*/
.article-list-btns {
	padding: 10px;
	box-sizing: border-box;
	font-size: 14px;
}
.top_title {
	padding: 10px 10px 0 10px;
	box-sizing: border-box;
	border-bottom: 1px solid #eee;
	margin-bottom: 15px;
}
.con_tit {
	font-weight: bold;
	line-height: 25px;
	margin-bottom: 15px;
	text-align: left;
	font-size: 20px;
	text-align: center;
}
.art-info {
	font-size: 13px;
	color: #999;
	width: 100%;
	padding-bottom: 10px;
	text-align: center;
}
.detail {
	padding: 0 10px;
	box-sizing: border-box;
}
.detail .content {
	padding-top: 10px;
}
.detail .content p {
	line-height: 22px;
	font-size: 15px;
	text-indent: 2em;
	padding-bottom: 10px;
}
.detail .content img {
	margin-bottom: 10px;
	display: block;
}
.list_detail {
	margin-top: -10px;
}

/*===========*/
.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,
.home_news .news_con ul li .news_left a,
.g-hot-tv ul li a strong {
	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,
.entry-site {
	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: #005293;
	padding: 10px 20px;
	box-sizing: border-box;
}
.footer,
.footer a,
.footer p {
	color: #fff;
	font-size: 13px;
	line-height: 23px;
}