@charset "utf-8";
/*Technical Support SudyTech*/

html, body, h1, h2, h3, h4, h5, h6, div, dl, dt, dd, ul, ol, li, p, blockquote, pre, hr, figure, table, caption, th, td, form, fieldset, legend, input, button, textarea, menu {
	margin: 0;
	padding: 0;
}
header, footer, section, article, aside, nav, hgroup, address, figure, figcaption, menu, details {
	display: block;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th {
	text-align: left;
	font-weight: normal;
}
html, body, fieldset, img, iframe, abbr {
	border: 0;
}
img {
	vertical-align: middle;
}
html {
	overflow-x: hidden;
}
i, cite, em, var, address, dfn {
	font-style: normal;
}
 [hidefocus], summary {
 outline: 0;
}
li {
	list-style: none;
}
h1, h2, h3, h4, h5, h6, small {
	font-size: 100%;
}
sup, sub {
	font-size: 83%;
}
pre, code, kbd, samp {
	font-family: inherit;
}
q:before, q:after {
	content: none;
}
textarea {
	overflow: auto;
	resize: none;
}
label, summary {
	cursor: default;
}
a, button {
	cursor: pointer;
}
h1, h2, h3, h4, h5, h6, em, strong, b {
	font-weight: bold;
}
del, ins, u, s, a, a:hover {
	text-decoration: none;
}
body, textarea, input, button, select, keygen, legend {
	font: 13px/1 arial, \5b8b\4f53;
	color: #333;
	outline: 0;
}
:focus {
	outline: 0;
}
/*备用样式表*/
.none {
	display: none;
}
@font-face{
  font-family:思源黑体 CN;
 src: url(fonts/syht.ttf);
}
@font-face{
  font-family:PingFang SC;
 src: url(fonts/PingFang-SC-Semibold.ttf);
}




.wcb {
	width: 100%;
	height: 30px;
	border: 2px dashed #97CBE0;
}
.hidden {
	visibility: hidden;
}
.clear {
	width: 100%;
	height: 0;
	line-height: 0;
	font-size: 0;
	overflow: hidden;
	clear: both;
	display: block;
	_display: inline;
}
.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
.clearfix {
	display: block;
 *zoom: 1;
}
.icon {
	display: inline-block;
	width: 32px;
	height: 32px;
	vertical-align: middle;
	background: url(images/icon.png) no-repeat;
}

/*css3扩展*/


::-webkit-input-placeholder {
 color: #ccc;
/* WebKit browsers */
}

:-moz-placeholder {
 color: #ccc;
/* Mozilla Firefox 4 to 18 */
}

::-moz-placeholder {
 color: #ccc;
/* Mozilla Firefox 19+ */
}

:-ms-input-placeholder {
 color: #ccc;
/* Internet Explorer 10+ */
}
/**布局开始**/
body {
	line-height: 1;
	font-size: 13px;
	font-family: 思源黑体 CN;
	color: #333;
}
p {
	line-height: 1.75;
}
a {
	color: #333333;
	text-decoration: none;
	transition: all 0.4s ease-in-out;
}
a:hover {
	color: #013F88;
}
/*页面尺寸*/
.wrapper {
	width: 100%;
	margin: 0 auto;
}
.wrapper .inner {
	width: 1440px;
	margin: 0 auto;
}
.wp-inner {
	/* width: 1400px; */
	margin: 0 auto;
}
/**页面全局宽度**/

/*head开始*/
.header {
	background: #0D3888;
	border-bottom: none;
	height: auto;
	line-height: inherit;
}
.header .inner .mod {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 130px;
}
.header .head-right {
	/* display: flex; */
	/* flex-direction: column; */
	/* align-items: end; */
	padding-top: 5px;
}
.header .head-right .site-lang ul {
	/* width: 159px; */
	/* height: 21px; */
	/* display: flex; */
	margin-bottom: 12px;
	/* justify-content: end; */
	/* align-items: center; */
}
.header .site-lang .links {
	font-size: 16px;
	line-height: 27px;
	margin-left: 12px;
	display: inline-block;
	white-space: nowrap;
}
.header .site-lang .links a {
	color: #fff;
}
/*默认主导航样式*/
#nav {
	background: #1D4FAC;
	font-size: 0;
}
#nav .inner .wp-panel .navbg {
	position: absolute;
	z-index: -1;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: auto;
	height: 100%;
	background: #fff;
	opacity: .7;
	filter: alpha(opacity=70);
}
/*导航样式：后台绑定时也可以定义配置*/
.wp-menu {
	/* display: flex; */
	text-align: center;
}
.wp-menu .menu-item {
	display: inline-block;
	position: relative;
}
.wp-menu .menu-item.i1 {
	background: none;
}
.wp-menu .menu-item a.menu-link {
	line-height: 56px;
	color: #FFFFFF;
	font-size: 20px;
	padding: 0px 54px;
	display: inline-block;
	font-weight: 500;
}
.wp-menu .menu-item:hover a.menu-link {
	background-color: #1384e2;
	text-decoration: none;
	color: #eee;
}
.wp-menu .menu-item a.hover {
	background-color: #1384e2;



	text-decoration: none;
	color: #eee;
}
.sub-menu {
	display: none;
	position: absolute;
	left: 0;
	top: 56px;
	width: 100%;
	z-index: 100;
	background: #fff;
	box-shadow: 0px 3px 6px #33333342;
}
.sub-menu .sub-item {
	position: relative;
	white-space: nowrap;
	vertical-align: top;
	_zoom: 1;
}
.sub-menu .sub-item a {
	display: block;
	color: #000;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	background: none;
	text-align: center;
}
.sub-menu .sub-item.hover>a, .sub-menu .sub-item a:hover {
	color: #fff;
	background-color: #013F88;
	display: block;
}
.sub-menu .sub-menu {
	left: 100%;
	top: 0px;
	z-index: 200;
	background: #fff;
}
/**主页banner开始**/
#banner {
	overflow: hidden;
}
#banner .inner {
	width: calc(100% + 1326px);
	margin-top: 67px;
	/* background:#e5e5e5; */
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}
#banner .news_list {
	display: flex;
}
#banner .news_list .news_imgs {
	position: relative;
	overflow: hidden;
	padding-top: 48.8%;
}
#banner .news_list .swiper-slide {
	transform-style: preserve-3d;
}
#banner .news_list .swiper-slide.swiper-slide-active {
}
#banner .news_list .swiper-slide-prev .news_imgs {
	transform: translateX(663px);
	opacity: 0.5;
}
#banner .news_list .swiper-slide-next .news_imgs {
	transform: translateX(-663px);
	opacity: 0.5;
}
#banner .news_list .swiper-slide-prev {
	transform: translate3d(20px, 0px, 0px) rotateX(0deg) rotateY(30deg) !important;
}
#banner .news_list .swiper-slide-next {
	transform: translate3d(-20px, 0px, 0px) rotateX(0deg) rotateY(-30deg) !important;
}
#banner .news_list .news_imgs img {
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.swiper-container-3d .swiper-slide-shadow-left {
	display: none !important;
}
.swiper-container-3d .swiper-slide-shadow-right {
	display: none !important;
}
/**首页三列布局**/
.content-1 {
	background: #fff url(./images/bg1.png) no-repeat center -60px;
	background-size: contain;
}
.main1 .inner {
	padding: 57px 0px;
}
.main2 {
	margin-top: 29px;
	margin-bottom: 95px;
	height: 744px;
}
.main2 .main2-bottom {
	position: relative;
	margin-top: -10px;
}
.main3 {
	background: url(images/2/bj-1.png);
	background-size: cover;
	height: 831px;
	box-sizing: border-box;
}
.main3 .inner {
	padding-top: 61px;
}
.main3 .ml {
	float: left;
	width: 747px;
}
.main3 .mr {
	width: 649px;
	float: right;
}
.main4 {
	padding-top: 85px;
	height: 702px;
	box-sizing: border-box;
}
.main4 .ml {
	width: 747px;
	float: left;
}
.main4 .mr {
	width: 580px;
	float: right;
}
/**标题栏新闻窗口**/
.post {
	margin-bottom: 10px;
}
.post .tt {
	display: inline-block;
	width: 100%;
}
/**标题栏**/
.post .tt .tit {
	display: inline-block;
	float: left;
}
/**标题字体**/
.post .tt .tit .name {
	display: none;
	line-height: 16px;
	color: #333;
}
/**新闻列表**/
.post .con .wp_article_list .list_item .Article_Index {
	background: url(images/li.gif) no-repeat center;
}
.post .more_btn {
	display: inline-block;
	height: 33px;
	float: right;
	width: 99px;
	background: url(./images/more.png) no-repeat right 10px;
	text-align: center;
	padding-right: 15px;
	line-height: 36px;
	font-size: 18px;
	letter-spacing: 1px;
	margin-top: 15px;
	color: #0D3888;
}
.post .more_btn {
	cursor: pointer;
}
.post .more_btn a {
	color: #0D3888;
}
.post .more_btn:hover a {
}
/*标准标题*/
.post .tt .tit .title {
	display: inline-block;
	font-size: 42px;
	color: #000;
	cursor: pointer;
	font-weight: 500;
	line-height: 56px;
	font-family: PingFang SC;
}
/**自定义新闻列表**/

.post-11 .news_list {
	/* display: flex; */
	/* column-gap: 21px; */
	margin-top: 28px;
	font-size: 0;
}
.post-11 .news {
	width: 466px;
	height: 509px;
	padding: 15px 20px;
	background: #fff;
	box-shadow: 0px 3px 15px rgba(1, 63, 136, .1);
	display: inline-block;
	box-sizing: border-box;
}
.post-11 .news .news_imgs {
	position: relative;
	padding-top: 284px;
	overflow: hidden;
	margin-bottom: 15px;
}
.post-11 .news .news_imgs img {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	object-fit: cover;
	height: 100%;
	transition: all 0.4s ease-in-out;
}
.post-11 .news .news_wz {
}
.post-11 .news .news_wz .news_meta {
	font-size: 18px;
	line-height: 26px;
	height: 24px;
	color: #0D3888;
	font-weight: bold;
	position: relative;
	margin-left: 0px;
	padding-left: 12px;
	font-family: Roboto;
}
.post-11 .news .news_wz .news_meta:before {
	position: absolute;
	left: 0;
	content: "";
	width: 2px;
	height: 12px;
	background: #013F88;
	top: 7px;
}
.post-11 .news .news_wz .news_title {
	font-size: 20px;
	line-height: 36px;
	height: 72px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-top: 7px;
	font-weight: 500;
}
.post-11 .news .news_wz .news_text {
	font-size: 16px;
	line-height: 28px;
	height: 56px;
	margin-top: 4px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	color: #717983;
}
.post-11 .news .news_wz .news_title a {
	color: #000000;
}
.post-11 .news .news_wz:hover .news_title a {
	color: #013F88;
}
.post-11 .news .news_wz:hover .news_text a {
	color: #013F88;
}
.post a:hover {
	color: #013F88;
}
.post-22 {
	margin-top: 50px;
	width: 718px;
	z-index: 1;
	position: absolute;
}
.post-22 .news_list .news_imgs {
	position: relative;
	padding-top: 482px;
	overflow: hidden;
}
.post-22 .news_list .news_imgs img {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	object-fit: cover;
	height: 100%;
	transition: all 0.4s ease-in-out;
}
.post-22 .news_list .news_wz {
	margin-top: 28px;
	margin-right: 120px;
}
.post-22 .news_list .news_wz .news_title {
	font-size: 20px;
	line-height: 2;
	color: #000;
	font-weight: 500;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.post-22 .news_list .news_wz .news_title a {
	color: #000;
}
.post-22 .news_list .news_wz:hover .news_title a {
	color: #013F88;
}
.post-22 .news_list .news_wz:hover .news_text a {
	color: #013F88;
}
.post-22 .news_list .news_wz .news_text {
	font-size: 16px;
	line-height: 28px;
	height: 56px;
	margin-top: 15px;
	color: #717983;
}
.post-23 {
	position: absolute;
	width: 799px;
	height: 688px;
	right: 0;
	background: #ECF1F8;
}
.post-23 .con {
	position: relative;
	height: 595.5px;
	margin: 25px 40px 64px 123px;
}
.post-23 .con .more_btn {
	position: absolute;
	bottom: 0px;
	left: calc(50% - 49.5px - 61.5px);
	width: 215px;
	height: 44px;
	line-height: 44px;
	background: #fff url(./images/more.png) no-repeat 140px 14px;
	box-sizing: border-box;
	text-align: left;
	padding-left: 57px;
	margin-top: 0;
}
.post-23 .news_list .news {
	border-bottom: 1px solid rgba(1, 63, 136, .15);
	height: 174px;
	box-sizing: border-box;
	padding-top: 43px;
}
.post-23 .news_list .news.n3 {
	border-bottom: 0px solid #c9d6e7;
}
.post-23 .news_list .news_wz .news_title {
	font-size: 20px;
	line-height: 1.5;
	font-weight: 500;
}
.post-23 .news_list .news_wz .news_title a {
	color: #000;
}
.post-23 .news_list .news_wz:hover .news_title a {
	color: #013F88;
}
.post-23 .news_list .news_wz:hover .news_text a {
	color: #013F88;
}
.post-23 .news_list .news_wz .news_text {
	font-size: 16px;
	line-height: 28px;
	height: 56px;
	color: #717983;
	margin-top: 2px;
}
.main3 .inner .mod .post3 .tt {
	margin-bottom: 36px;
}
.post-31 .con .news_list .news {
	background: #fff;
	margin-bottom: 19px;
	height: 179px;
	position: relative;
}
.post-31 .con .news_list .news::after {
	content: " ";
	width: 136px;
	height: 85px;
	background: url(./images/xsbg.png) no-repeat center;
	position: absolute;
	bottom: 0;
	left: 0;
}
.post-31 .con .news_list .news::before {
	content: " ";
	width: 11px;
	height: 10px;
	background: url(./images/meta.png) no-repeat center;
	position: absolute;
	top: 55px;
	left: -10px;
}
.post-31 .news .news_meta {
	font-size: 18px;
	line-height: 35px;
	color: #fff;
	font-weight: bold;
	background: #013F88;
	width: 115px;
	height: 35px;
	text-align: center;
	position: absolute;
	top: 20px;
	left: -10px;
}
.post-31 .news .news_title {
	font-size: 20px;
	line-height: 32px;
	height: 52px;
	padding-top: 26px;
	padding-left: 136px;
	font-weight: bold;
}
.post-31 .news .news_zd {

	font-size: 16px;
	line-height: 28px;
	padding-left: 165px;
	color: #013F88;
}
.post-31 .news .news_zd.zd1 {
	background: url(./images/tec.png) no-repeat 136px 4px;
	margin-bottom: 12px;
}
.post-31 .news .news_zd.zd2 {
	background: url(./images/didian.png) no-repeat 136px 5px;
}
.post-43 .con {
	margin-top: 36px;
}
.post-42 .news_list {
	margin-top: 36px;
	/* display: flex; */
	/* flex-wrap: wrap; */
	/* column-gap: 49px; */
	font-size: 0;
}
.post-42 .news_list .news {
	width: 265px;
	height: 66px;
	/* display: flex; */
	background: #ECF1F8;
	/* align-items: center; */
	/* justify-content: center; */
	margin-bottom: 49px;
	display: inline-block;
	box-sizing: border-box;
	overflow: hidden;
	line-height: 66px;
	/* padding-left: 75px; */
	text-align: center;
}
.post-42 .news_list .news_title {
	font-size: 20px;
	padding-left: 28px;
	font-weight: 500;
}
.post-42 .news_list .n1 .news_title {
	background: url(./images/xx.png) no-repeat left center;
}
.post-42 .news_list .n2 .news_title {
	background: url(./images/ky.png) no-repeat left center;
}
.post-42 .news_list .n3 .news_title {
	background: url(./images/hc.png) no-repeat -5px -1px;
}
.post-42 .news_list .n4 .news_title {
	background: url(./images/jw.png) no-repeat left center;
}
.post-42 .news_list .n5 .news_title {
	background: url(./images/wl.png) no-repeat left center;
}
.post-42 .news_list .n6 .news_title {
	background: url(./images/xy.png) no-repeat left center;
}
.post-42 .news_list .n7 .news_title {
	background: url(./images/jw2.png) no-repeat left center;
}
.post-42 .news_list .n8 .news_title {
	background: url(./images/jw2.png) no-repeat left center;
}
.sudy-tab .tab-menu {
	border: none;
	height: 70px;
}
.sudy-tab .tab-menu li.selected {
	background: #fcc843;
	border-radius: 0;
}
.sudy-tab .tab-menu li.selected .post .tt .tit .title {
	color: #000;
}
.sudy-tab .tab-menu li {
	height: 70px;
	line-height: 70px;
	padding: 0 27px;
}
.sudy-tab .tab-menu li .post .tt .tit .title {
	color: #787878;
	text-align: center;
	vertical-align: middle;
}
/*标题*/
.news_list li.news span.news_title img {
	vertical-align: middle;
}
.news_list li.news span.news_meta {
	float: right;
	margin-right: 4px;
	font-size: 18px;
	color: #333333;
	line-height: 46px;
}
.col_news_con .news_list li.news span.news_title {
	font-size: 16px;
	line-height: 3;
	width: calc(100% - 120px);
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	float: left;
}
.col_news_con .news_list li.news span.news_meta {
	font-size: 16px;
	line-height: 3;
	font-weight: normal;
}
/*属性*/
.news_list li.news .news_time, .news_list li.news .news_time span {
	color: #666;
}
/*默认简介*/
.news_list li.news .news_bg {
	position: absolute;
	left: 0px;
	bottom: 0px;
	right: 0px;
	height: 30px;
	background: #000;
	opacity: .7;
	filter: Alpha(opacity=70);
}
.news_list li.news p {
	line-height: 34px;
}
/*日历新闻样式1*/

.rili .news_list li.news {
	display: flex;
	padding-bottom: 14.5px;
	border-bottom: 1px solid rgba(1, 63, 136, .15);
	margin-bottom: 14.5px;
}
.rili .news_list li.news .news_date {
	width: 68px;
	height: 68px;
	font-family: Roboto;
	background: #0D3888;
	text-align: center;
	color: #fff;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
}
.rili .news_list li.news .news_date .news_year {
	width: 68px;
	height: 35px;
	font-size: 30px;
	font-weight: bold;
}
.rili .news_list li.news .news_date .news_days {
	font-size: 16px;
}
.rili .news_list li.news .news_wz {
	margin-left: 17px;
}
.rili .news_list li.news .news_wz .news_con:hover .news_title a {
	color: #013F88;
}
.rili .news_list li.news .news_title {
	font-size: 20px;
	line-height: 68px;
	font-weight: 500;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	color: #333;
	height: 68px;
}
.rili .news_list li.news .news_title a {
	color: #333;
}
/***********************************************************
 * 列表页
 */
/**首页三列布局**/
/**列表页**/
/*栏目图片*/
.l-banner {
	height: 235px;
	background-position: center center;
	background-repeat: no-repeat;
	text-align: center;
	background-size: cover;
}
.l-banner img {
	display: none;
	height: 100%;
	vertical-align: top;
}
/**主体列表页开始**/

#l-container .inner {
	padding: 25px 0px;
}
/**主体文章页开始**/
#d-container .inner {
	padding: 20px 0px;
	background: #fff;
	min-height: 514px;
}
.col_menu {
	width: 240px;
	float: left;
	margin-right: -240px;
	position: relative;
}
.col_menu .l-qh {
	margin-bottom: 10px;
}
.col_menu .col_menu_head {
	background: #0f429b;
}
/**位置栏目背景**/
.col_menu .col_menu_head h3.col_name {
	font-size: 20px;
	font-weight: normal;
	color: #fff;
}
/**位置栏目字体**/
.col_menu .col_menu_head h3.col_name .col_name_text {
	display: block;
	line-height: 50px;
	padding: 0px 5px 0px 30px;
}
/**栏目名称图标**/
.col_menu .col_menu_con {
	border: 1px solid #e4e4e4;
}
/*栏目列表*/

.col_list .wp_listcolumn {
	border-top: 0px solid #2867A0;
	border-bottom: 0px solid #fff;
}
.col_list .wp_listcolumn .wp_column a {
	color: #333;
	font-size: 15px;
	font-weight: normal;
	background: none;
	border-top: 0px solid #fff;
	border-bottom: 1px solid #F6EAEA;
}
.col_list .wp_listcolumn .wp_column a .column-name {
	padding: 5px 0px 5px 28px;
	line-height: 32px;
}
.col_list .wp_listcolumn .wp_column a:hover, .col_list .wp_listcolumn .wp_column a.selected {
	color: #013F88;
	background: #eee;
}
.col_list .wp_listcolumn .wp_column a.selected span.column-name {
	color: #013F88;
}
.col_list .wp_listcolumn .wp_subcolumn .wp_column a {
	color: #454545;
	background: none;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #bbb;
}
.col_list .wp_listcolumn .wp_column.parent>a .column-name {
	font-weight: bold;
	color: #013F88;
}
/*二级子栏目**/
.col_list .wp_listcolumn .wp_column .sub_list a {
	color: #333;
	border-top: 1px solid #eee;
	margin-top: -1px;
}
.col_list .wp_listcolumn .sub_list a .column-name {
	display: inline-block;
	line-height: 28px;
	padding: 5px 10px 5px 52px;
	cursor: pointer;
}
.col_list .wp_listcolumn .sub_list a:hover, .col_list .wp_listcolumn .wp_column a.selected {
	font-weight: bold;
	font-weight: bold;
	color: #013F88;
}
/*三级子栏目**/
.col_list .wp_listcolumn .wp_column .sub_list .sub_list a {
	background: none;
}
.col_list .wp_listcolumn .sub_list .sub_list a .column-name {
	padding: 5px 10px 5px 51px;
	cursor: pointer;
}
.col_list .wp_listcolumn .sub_list .sub_list a :hover, .col_list .wp_listcolumn .sub_list .sub_list a.selected {
	font-weight: bold;
	color: #0f429b;
}
/**栏目新闻**/
.col_news {
	width: 100%;
	min-height: 500px;
	float: right;
}
.col_news .col_news_box {
	margin-left: 290px;
}
.col_news_head {
	border-bottom: 1px solid #DBDBDB;
}
.col_metas .col_title {
	display: inline-block;
	float: left;
	height: 48px;
	line-height: 48px;
}
/**当前栏目**/
.col_metas .col_title h2 {
	display: inline-block;
	font-size: 20px;
	font-family: "Microsoft yahei";
	font-weight: normal;
	color: #013F88;
	border-bottom: 3px solid #CBCBCB;
}
.col_metas .col_path {
	display: inline-block;
	float: right;
	white-space: nowrap;
	height: 46px;
	line-height: 46px;
	color: #666;
}
/**当前位置**/
.col_metas .col_path a {
	color: #2F2F2F;
}
.col_news_con {
	padding: 5px 0px 10px 0px;
	margin: 0 7px;
}
.col_news_list {
	margin-top: 7px;
}
.col_news_list .wp_entry, .col_news_list .wp_entry p {
	line-height: 1.75;
	font-size: 14px;
	color: #333;
}
.col_news_list .wp_entry p {
	margin-bottom: 10px;
}
.col_news_list .wp_entry table {
	margin-bottom: 4px;
}
.col_news_list .wp_entry img {
	max-width: 680px;
 _width: expression(this.width > 680 ? "680px" : this.width);
}
/**列表页文章图片大小限制**/
/**文章页**/
.infobox {
	width: auto;
	margin: 0 auto;
	min-height: 450px;
}
.article {
	padding-top: 10px;
}
.article h1.arti_title {
	line-height: 48px;

	font-family: "Microsoft YaHei";
	font-size: 22px;
	text-align: center;
	color: #0f429b;
}
/**文章标题**/
.article h2.arti_title {
	line-height: 40px;
	font-family: "Microsoft YaHei";
	font-size: 17px;
	text-align: center;
	color: #1B1B1B;
}
/**文章副标题**/
.article .arti_metas {
	padding: 10px;
	text-align: center;
	border-top: 1px solid #ececec;
}
.article .arti_metas span {
	margin: 0 5px;
	font-size: 12px;
	color: #787878;
}
/**文章其他属性**/
.article .entry {
	margin: 0 auto;
	overflow: hidden;
	margin-top: 10px;
	min-height: 400px;
}
/**文章内容**/
.article .entry .read, .article .entry .read p {
	line-height: 1.75;
	font-size: 14px;
	color: #333;
}
/**阅读字体**/
.article .entry .read p {
	margin-bottom: 10px;
}
.article .entry .read img {
	margin: 0 auto;
	max-width: 940px;
 _width: expression(this.width > 940 ? "940px" : this.width);
}
/**文章阅读部分图片大小限制**/
.article .entry .read table {
	margin: 0 auto;
	border: none !important;
}
/**页脚开始**/
#footer {
	background: #0D3888;
	padding-top: 36px;
	padding-bottom: 35px;
}
#footer .inner .mod {
	display: flex;
	justify-content: space-between;
	/* align-items: center; */
}
#footer .inner .mod .con img {
	margin-bottom: 10px;
}
#footer .inner .mod .con-3 {
	margin-top: 10px;
}
#footer .inner .copyright {
	color: #fff;
	font-size: 16px;
	line-height: 33px;
	letter-spacing: 1px;
	font-weight: 500;
}
/**************************************************************
 * 组件功能
 */
/*自定义输入框*/

.wp-search {
	background: #fff;
	position: relative;
	width: 252px;
}
.wp-search .search-input {
	margin-left: 17px;
	margin-right: 35px;
}
.wp-search .search-input input.search-title {
	width: 100%;
	height: 24px;
	padding: 4px 0;
	background: none;
	color: #989898;
	font-size: 18px;
	border: 0;
	outline: 0;
	font-family: 思源黑体 CN;
}
.wp-search .search-btn {
	width: 35px;
	height: 32px;
	position: absolute;
	right: 0;
	top: 0%;
}
.wp-search .search-btn input.search-submit {
	width: 35px;
	height: 32px;
	border: 0;
	outline: 0;
	cursor: pointer;
	position: relative;
	background: #EEB30F url(./images/sousuo.png) no-repeat center;
}
/*轮播图*/
#gallery {
	width: 100%;
	margin: 0 auto;/* padding: 100px 0; */
}
/* 焦点指示器样式 */
.swiper-pagination {
	position: absolute;
	bottom: 30px;
	left: 0;
	right: 0;
	display: flex;
	justify-content: center;
	gap: 8px;
}
.swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, 0.5);
	transition: background-color 0.3s ease;
	cursor: pointer;
}
.swiper-pagination-bullet-active {
	background-color: #ffffff;
	/* transform: scale(1.2); */
}
/*动效样式*/
#mybanner {
	position: relative;
	margin: 20px auto 0;
	width: 747px;
	height: 525px;
	background: transparent;
}
#mybanner li {
	position: absolute;
	transition: all 0.5s ease-in-out;
}
#mybanner li .news_pic {
	overflow: hidden;
	width: 100%;
	height: 100%;
}
#mybanner li img {
	transition-duration: 1s;
	transition: all 0.4s ease-in-out;
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#mybanner li img:hover {
	transform: scale(1.1);
}
#mybanner li .news_all {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
}
#mybanner .news_title {
	position: absolute;
	display: none;
	line-height: 32px;
	width: 378px;
	height: 104px;
	background: rgba(13, 56, 136, .8);
	position: absolute;
	bottom: -65px;
	margin-left: 42px;
	box-sizing: border-box;
	padding-top: 19px;
}
#mybanner .news_title a {
	color: #FFF;
	font-size: 20px;
	line-height: 32px;
	margin-left: 30px;
	display: block;
	margin-right: 20px;
	font-weight: 500;
}
#mybanner .focus-arrow-left {
	position: absolute;
	top: 125px;
	left: 0px;
	z-index: 4;
	display: none;
}
#mybanner .focus-arrow-right {
	position: absolute;
	top: 125px;
	right: 10px;
	z-index: 4;
	display: none;
}
#mybanner:hover .focus-arrow-left {
	display: block;
}
#mybanner:hover .focus-arrow-right {
	display: block;
}

.focus-pagenation {
	position: absolute;
	bottom: 70px;
	right: 350px;
	z-index: 5;
}
.mypagetab {
	float: left;
	margin: 0px 6px;
	width: 11px;
	height: 11px;
	border-radius: 50%;
	background: #CDDCF2;
	cursor: default;
}


/*列表页*/
/*banner*/




/*************************************************************
 * 特殊页面
 */
/*二级页面*/
.site-lang { text-align:right;}
.header .site-lang .links a span { padding-left:12px;}

#nav .inner { width:100%; box-sizing:border-box;}
.sudy-tab1 { position:relative;}
.sudy-tab1 .more_btn { position:absolute; right:0; top:0;}
.xbt1 { color:#888888 !important; margin-right:45px;}
.xbt1.selected { color:#000000 !important;} 
#footer .con-1 { margin-left:-180px; padding-top:15px;}
#footer .con .copyright { opacity:.83;}
#banner .swiper-slide-active .news_imgs:before { content:''; width:100%; height:121px; position:absolute; bottom:0; left:0; background:url(images/2/011.png); background-size:cover; z-index:2;}
.post-11 .news.n2 {margin: 0 20px;}
.post-11 .news:hover img {transform: scale(1.04);}
.post-11 .news .news_wz .news_text a {    color: #717983;}
.post-22 .news_list .news:hover img {transform: scale(1.04);}
.post-22 .news_list .news_wz .news_text a { color:#717983;}
.post-23 .news_list .news_wz .news_text a {color: #717983;}
.post-42 .news_list .news:nth-child(2n) { margin-left:50px;}
.post-42 .news_list .news_title a { color:#000;}
.post-42 .news_list .news:hover a { color:#0D3888;}








