@charset "UTF-8";

html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	font-size: 100px;
}

body {
	font-size: 16px;
	font-family: 'Microsoft YaHei', 'PingFangSC-Regular', 'helvetica neue', tahoma, 'PingFang SC', 'microsoft yahei', arial, 'hiragino sans gb', sans-serif;
	color: #666;
	min-width: 1400px;	
	-webkit-font-smoothing: antialiased;
	scroll-behavior: smooth;	
	background: url(../images/body_bg.jpg) left 484px repeat-x #fff;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
	padding: 0;
	border: 0;
	background: 0;
}

button:focus,
input:focus,
optgroup:focus,
select:focus,
textarea:focus {
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	outline: none;
}

textarea {
	resize: none;
}

img {
	display: block;
	border: 0;
	vertical-align: bottom;
}

a {
	color: #222;
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	outline: none;
}

a,
a:hover,
a:active,
a:visited,
a:link,
a:focus {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color: transparent;
	outline: none;
	background: none;
	text-decoration: none;
}

a:hover {
	color: #0059a7;
}

ul,
li {
	list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-variant: normal;
}

input::-webkit-input-placeholder {
	color: #bcbcbc;
}

input:-moz-placeholder {
	color: #bcbcbc;
}

input::-moz-placeholder {
	color: #bcbcbc;
}

input:-ms-input-placeholder {
	color: #bcbcbc;
}

.clear_both:after {
	content: " ";
	clear: both;
	display: block;
	overflow: hidden;
}

.contentbox {
	width: 1400px;
	margin: 0 auto;
}

/* 首页 */
.banner_box {
	height: 414px;
	background: url(../images/banner-img.jpg) top center no-repeat #cbe4f8;
}

.banner_nav {
	display: flex;
	justify-content: right;
	padding-top: 28px;
	line-height: 30px;
}

.banner_nav p a {
	color: #2c6db4;
}

.banner_nav span {
	margin-left: 28px;
}

.banner_nav span a {
	color: #fff;
	background-color: #2c6db4;
	display: block;
	width: 70px;
	height: 30px;
	border-radius: 15px;
	text-align: center;
	line-height: 30px;
}

.banner_logo_box {
	overflow: hidden;
}

.banner_logo_box img {
	margin: 0 auto;
}

.top_search {
	background-color: #fff;
	width: 538px;
	margin: 40px auto 0;
	height: 54px;
	display: flex;
	border-radius: 5px;
	overflow: hidden;
}

.top_search input {
	border: 0;
	outline: none;
	font-size: 18px;
	color: #818181;
	padding: 0 18px;
	box-sizing: border-box;
	flex: 1;
	background-color: #fff;
}

.top_search img {
	cursor: pointer;
}

.nav_box {
	background-color: #0059a7;
	margin-bottom: 60px;
}

ul.nav_box_in {
	height: 70px;
	display: flex;
	justify-content: space-around;
	align-items: center;
	font-size: 20px;
}

ul.nav_box_in li {
	display: flex;
	align-items: center;
	flex: 1;
}

ul.nav_box_in li::before {
	content: "";
	width: 1px;
	height: 24px;
	background-color: #2273b7;
}

ul.nav_box_in li:first-child::before {
	content: "";
	display: none;
}

ul.nav_box_in a {
	color: #fff;
	font-weight: bold;
	flex: 1;
	text-align: center;
}

.headline_box {
	text-align: center;
	font-size: 38px;
	line-height: 1.5;
	font-weight: bold;
}

.headline_box a {
	color: #0a5aa1;
}

.focus_row {
	margin-top: 54px;
	display: flex;
	justify-content: space-between;
}

.focus_left {
	width: 653px;
	height: 367px;
	overflow: hidden;
	position: relative;
}

.focus_left .hd {
	height: 13px;
	position: absolute;
	z-index: 1;
	bottom: 20px;
	right: 18px;
}

.focus_left .hd ul {
	zoom: 1;
	float: left;
}

.focus_left .hd ul li {
	cursor: pointer;
	width: 10px;
	height: 10px;
	display: block;
	background: #fff;
	float: left;
	margin: 0 0 0 10px;
	border-radius: 50%;
}

.focus_left .hd ul li.on {
	width: 12px;
	height: 12px;
	background: #2c6db4;
	margin-top: -1px;
}

.focus_left .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}

.focus_left .bd li {
	zoom: 1;
}

.focus_left .bd img {
	width: 653px;
	height: 367px;
}

.focus_left .bd h1 {
	position: absolute;
	bottom: 10px;
	left: 0;
	line-height: 30px;
	width: 500px;
	margin-left: 18px;
	z-index: 111;
	font-size: 18px;
	font-weight: normal;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #fff;
}

.focus_left .bd h1 a {
	color: #fff;
}

.focus_left .bd div {
	position: absolute;
	bottom: 0;
	left: 0;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
	width: 100%;
	height: 80px;
}

.focus_right {
	width: 690px;
	height: 367px;
	overflow: hidden;
}

.gzdt_nav {
	display: flex;
	position: relative;
	font-weight: bold;
}

.gzdt_nav span {
	font-size: 22px;
	margin-right: 50px;
	display: flex;
}

.gzdt_nav span a {
	color: #000;
}

.gzdt_nav span.active {
	color: #0a5aa1;
	border-bottom: 2px solid #0a5aa1;
	padding-bottom: 12px;
}

.gzdt_nav span.active a {
	color: #0a5aa1;
}

.gzdt_text {
	padding-top: 14px;
	display: none;
}

.gzdt_show {
	display: block;
}

.gzdt_text ul {
	font-size: 18px;
	line-height: 45px;
}

.gzdt_text ul li {
	display: flex;
	align-items: center;
}

.gzdt_text ul li a {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	display: block;
	flex: 1;
	color: #111;
}

.gzdt_text ul li a:hover {
	color: #0a5aa1;
}

.gzdt_text ul li::before {
	content: " ";
	display: inline-block;
	width: 12px;
	height: 12px;
	margin-right: 18px;
	background: url(../images/list_ico2.png) no-repeat;
}

ul.index_img_box {
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
}

ul.index_img_box li {
	width: 440px;
	height: 192px;
	border-radius: 8px;
	overflow: hidden;
}

ul.index_img_box li img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.content_middle {
	display: flex;
	justify-content: space-between;
	padding-top: 36px;
}

.middle_aside {
	width: 345px;
}

.index_title {
	font-size: 22px;
}

.index_title b {
	color: #0a5aa1;
	border-bottom: 2px solid #0a5aa1;
	padding-bottom: 11px;
	display: inline-block;
}

.index_title b a {
	color: #0a5aa1;
}

ul.middle_text {
	font-size: 18px;
	line-height: 35px;
	padding-top: 20px;
	height: 570px;
	overflow: hidden;
}

ul.middle_text li {
	padding: 12px 0;
}

ul.middle_text li a {
	display: block;
	max-height: 70px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #111;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

ul.middle_text li {
	border-bottom: 1px solid #e6e6e6;
}

ul.middle_text li:nth-of-type(6) {
	border-bottom: none;
}

ul.middle_text li a:hover {
	color: #287ebf;
}

.middle_center {
	width: 630px;
}

.middle_center_box {
	width: 630px;
	height: 560px;
	overflow: hidden;
	position: relative;
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	margin-top: 30px;
}

.middle_center_box .bd ul {
	overflow: hidden;
	zoom: 1;
}

.middle_center_box .bd ul li {
	width: 630px;
	position: relative;
}

.middle_center_box .bd ul li .pic_row {
	position: relative;
	width: 630px;
	height: 354px;
	overflow: hidden;
}

.middle_center_box .bd ul li .pic_row img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.middle_center_box .bd ul li span {
	width: 51px;
	height: 51px;
	background: url(../images/video-icon.png) no-repeat;
	position: absolute;
	left: 290px;
	top: 152px;
}

.middle_center_box .bd ul li p {
	font-size: 22px;
	font-weight: bold;
	line-height: 32px;
	padding: 0 18px;
	margin-top: 32px;
	height: 64px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	color: #111;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.middle_center_box .bd ul li a:hover p {
	color: #0a5aa1;
}

.middle_center_box .hd {
	margin-top: 48px;
	overflow: hidden;
	position: relative;
}

.middle_center_box .hd .prev,
.middle_center_box .hd .next {
	display: block;
	width: 56px;
	height: 11px;
	position: absolute;
	cursor: pointer;
	top: 0;
}

.middle_center_box .hd .prev {
	background: url(../images/video-prev.jpg) no-repeat;
	left: 50px;
}

.middle_center_box .hd .next {
	background: url(../images/video-next.jpg) no-repeat;
	right: 50px;
}

.middle_center_box .hd ul {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0 12px;
	margin-top: 6px;
}

.middle_center_box .hd ul li {
	width: 10px;
	height: 10px;
	font-size: 0;
	background-color: #9e9e9e;
	border-radius: 50%;
}

.middle_center_box .hd ul li.on {
	background-color: #0a5aa1;
}

.ztzl_box {
	margin: 40px auto 100px;
}

.ztzl_box .index_title b {
	padding-bottom: 21px;
}

ul.ztzl_in {
	display: flex;
	justify-content: space-between;
	padding-top: 40px;
}

ul.ztzl_in li .pic_row {
	position: relative;
	width: 324px;
	height: 182px;
	overflow: hidden;
}

ul.ztzl_in li .pic_row img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

ul.ztzl_in p {
	width: 324px;
	height: 78px;
	font-size: 18px;
	line-height: 70px;
	padding: 0 18px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	box-shadow: 1px 2px 5px 0px rgba(212, 212, 212, 0.64);
}

ul.ztzl_in a:hover {
	color: #0a5aa1;
}

/* 底部 */
.footer_box {
	background: #2c6db4;
}

.footer_top {
	height: 240px;
	display: flex;
	justify-content: space-between;
}

.footer_left {
	width: 500px;
	padding: 50px 0 0 30px;
}

.select_row select {
	width: 188px;
	height: 38px;
	background-color: transparent;
	border: 1px solid #96b6da;
	outline: none;
	color: #fff;
	padding: 0 10px;
}

.select_row select option {
	color: #333;
}

.select_row select+select {
	margin-left: 60px;
}

.footer_data {
	width: 472px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	font-size: 14px;
	color: #fff;
	line-height: 26px;
	padding-top: 26px;
}

.footer_data p {
	width: 220px;
}

.footer_right {
	padding: 40px 16px 0 0;
}

.footer_right img {
	width: 122px;
	height: 122px;
	margin: 0 auto;
}

.footer_right p {
	text-align: center;
	font-size: 14px;
	color: #fff;
	line-height: 22px;
	padding-top: 8px;
}

.footer_bottom {
	background-color: #0059a7;
	height: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 14px;
}

.footer_bottom img {
	padding-right: 20px;
}

/* ======右侧返回顶部====== */
.right_nav {
	position: fixed;
	width: 146px;
	right: 50px;
	bottom: 8%;
	z-index: 100;
	cursor: pointer;
	display: none;
}

.right_nav a.goTop {
	display: block;
	width: 146px;
	padding-left: 65px;
	height: 49px;
	line-height: 49px;
	font-size: 14px;
	color: #666;
	border-radius: 24px;
	border: 1px solid #e5e5e5;
	background: url(../images/gotop.png) no-repeat 26px center #fff;
}

/* ======当前位置====== */
.mod_tab {
	padding: 0 50px;
	height: 30px;
	line-height: 30px;
	display: flex;
	align-items: center;
	font-size: 16px;
}

.mod_tab span {
	padding: 0 12px;
	color: #0059a7;
}

.mod_tab .go_home {
	display: inline-block;
	padding-left: 40px;
	background: url(../images/address_icon.png) no-repeat 0 2px;
}

.mod_tab a {
	color: #0059a7;
}

/* ======新闻列表====== */
.page_news_row {
	padding: 50px;
	overflow: hidden;
}

.page_news_title {
	border-bottom: 1px solid #aaddf7;
}

.page_news_title h3 {
	font-size: 24px;
	font-weight: 700;
	line-height: 100%;
	color: #0a5aa1;
	display: inline-block;
	padding-bottom: 22px;
	margin-bottom: -1px;
	z-index: 10;
	border-bottom: 3px solid #0a5aa1;
}

/* ===文字列表=== */
.page_news_list1 {
	padding-top: 26px;
	overflow: hidden;
}

.page_news_list1 li {
	padding: 20px 0;
	overflow: hidden;
}

.page_news_list1 li.list_line {
	padding-bottom: 48px;
	margin-bottom: 26px;
	border-bottom: 1px solid #e8e8e8;
}

.page_news_list1 li h4 {
	float: left;
	width: 82%;
	font-size: 18px;
	font-weight: normal;
	line-height: 1.5;
	margin-top: 3px;
	overflow: hidden;
}

.page_news_list1 li a::before {
	content: "";
	float: left;
	margin-top: 10.5px;
	width: 14px;
	height: 13px;
	box-sizing: border-box;
	margin-right: 18px;
	background: url(../images/list_ico1.png) no-repeat;
}

.page_news_list1 li span {
	float: right;
	text-align: right;
	color: #888;
}

.page_news_list1 li span em {
	color: #0059a7;
	font-size: 24px;
	font-weight: 700;
	font-style: normal;
	padding-right: 10px;
}

/* ===图片列表=== */
.page_news_list2 {
	display: -webkit-flex;
	flex-wrap: wrap;
	padding-top: 10px;
	overflow: hidden;
}

.page_news_list2 li {
	width: 408px;
	height: 100%;
	margin: 40px 38px 0 0;
	overflow: hidden;
}

.page_news_list2 li:nth-of-type(3n) {
	margin-right: 0;
}

.page_news_list2 li .pic_row {
	position: relative;
	width: 408px;
	height: 230px;
	overflow: hidden;
}

.page_news_list2 li .pic_row img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.page_news_list2 .video_list .pic_row::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	display: block;
	width: 408px;
	height: 230px;
	background-color: rgba(0, 0, 0, 0.1);
	background-image: url(../images/video-icon.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 46px;
}

.page_news_list2 .video_list a:hover .pic_row::before {
	background-color: rgba(0, 0, 0, 0);
}

.page_news_list2 li h4 {
	font-size: 18px;
	font-weight: normal;
	height: 70px;
	line-height: 70px;
	padding: 0 20px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	background-color: #fff;
	border: 1px solid #e8e8e8;
	border-top: none;
}

/*======翻页======*/
.page_nav {
	margin: 80px auto 60px;
	text-align: center;
	display: flex;
	justify-content: center;
	font-size: 14px;
}

.page_nav a,
.page_nav span {
	display: block;
	padding: 10px 18px;
	margin: 0 5px;
	line-height: 1.42857143;
	text-decoration: none;
	color: #555;
	background-color: #f8f8f8;
}

.page_nav .page_current,
.page_nav a:hover {
	color: #fff;
	background-color: #0059a7;
	;
}

.page_nav a:first-child,
.page_nav a:last-child {
	margin: 0 15px;
	cursor: pointer;
	background-color: #fff;
	border: solid 1px #e5e5e5;
}

.page_nav a:first-child:hover,
.page_nav a:last-child:hover {
	color: #bf000a;
}

/* ======新闻详情====== */
.ny_news_show {
	padding: 40px 50px 0;	
}

.ny_news_show_tit {
	text-align: center;
	padding: 10px 0 42px;
	border-bottom: 1px solid #e5e5e5;
}

.ny_news_show_tit h3 {
	font-size: 34px;
	line-height: 1.5;
	color: #222;
}

.ny_news_show_tit_con {
	margin-top: 42px;
	line-height: 36px;
	display: flex;
	justify-content: center;
}

.ny_news_show_tit span {
	color: #666;
	padding: 0 20px;
}
.ny_news_show_tit_con .title_time_right{
	display:flex;
	width:200px;
	height:36px;
	padding: 0 0 0 20px;	
}
.ny_news_show_tit_con .title_time_right .social-share{
	height:36px;	
}
.ny_news_show_tit .detail_font {
	display: inline-block;
	width: 146px;
	height: 32px;
	padding: 0 0 0 25px;
	margin-top: 3px;
	border-radius: 16px;
	border: solid 1px #e5e5e5;
	background: url(../images/font_size_icon.png) 3px center no-repeat;
}

.ny_news_show_tit .detail_font a {
	padding: 0 7px;
}

.ny_news_show_con {
	padding: 40px 0 70px;
	overflow: hidden;
}

.ny_news_show_con p,
.ny_news_show_con div,
.ny_news_show_con span {
	width: 100%;
	font-size: 18px;
	line-height: 36px;
	color: #333;
	text-indent: 2em;
	text-align: justify;
	margin: 20px 0;
	overflow: hidden;
	transition: font-size 0.3s ease;
}

.ny_news_show_con .injection-editor p,
.ny_news_show_con .injection-editor div,
.ny_news_show_con .injection-editor span {
	margin: 10px 0;
}

.ny_news_show_con img,
.ny_news_show_con video {
	display: block;
	max-width: 1080px;
	height: auto !important;
	margin: 15px auto !important;
}

.ny_news_show_con video {
	width: 1080px !important;
}

.ny_news_show_con div.vcp-player video {
	height: 607px !important;
}

/* ====== 搜索 ====== */
.search_news_row {
	width: 1300px;
	margin: 0 auto;
}

.list_total {
	color: #888;
	font-size: 18px;
}

.list_total strong {
	color: #111;
	padding-right: 12px;
}

.list_total em {
	color: #0059a7;
	font-style: normal;
}

.search_news_list {
	margin-top: 30px;
	border-top: 3px solid #0059a7;
	overflow: hidden;
}

.search_news_list {}

.search_news_list li {
	padding: 40px 0 36px;
	border-bottom: 1px solid #e5e5e5;
	overflow: hidden;
}

.search_news_list li h4 {
	display: flex;
	font-size: 20px;
	line-height: 42px;
	overflow: hidden;
}

.search_news_list h4 strong {
	color: #fff;
	padding: 0 21px;
	height: 42px;
	margin-right: 30px;
	background-color: #0059a7;
}

.search_news_list li h4 a {
	flex: 1;
}

.search_news_list li p {
	color: #333;
	font-size: 17px;
	line-height: 32px;
	margin: 18px 0 8px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.search_news_list li span {
	float: right;
	text-align: right;
	color: #888;
}

.content_author, .content_editor, .content_source{
	display: none !important;
}