@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);
}
.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: #000;
	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: url(images/2/top.png);
	background-size:cover;
	border-bottom: none;
	height: auto;
	line-height: inherit;
	position: relative;
}

.header .inner .mod {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 166px;
}


.header .head-right {
	display: flex;
	flex-direction: column;
	align-items: end;
}

.header .head-right .site-lang ul {
	width: 159px;
	height: 21px;
	display: flex;
	margin-bottom: 11px;
	justify-content: end;
	align-items: center;
}

.header .site-lang .links {
	font-size: 16px;
	line-height: 22px;
	margin-left: 12px;
}

.header .site-lang .links a {
	color: #fff;
}

/*默认主导航样式*/
#nav {
	background: #024DA3;
}

#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);
}

/*导航样式：后台绑定时也可以定义配置*/
#nav .wp-menu {
	/* display: flex; */
	font-size: 0;
	text-align: center;
}

#nav .wp-menu .menu-item {
	/* display: flex; */
	position: relative;
	display: inline-block;
}

#nav .wp-menu .menu-item.i1 {
	background: none;
}

#nav .wp-menu .menu-item a.menu-link {
	line-height: 56px;
	color: #FFFFFF;
	font-size: 20px;
	padding: 0px 41px;
	display: inline-block;
	font-family: 思源黑体 CN;
	font-weight: 500;
}

#nav .wp-menu .menu-item:hover a.menu-link {
	background-color: #1384e2;
	text-decoration: none;
	color: #eee;
}

#nav .wp-menu .menu-item a.hover {
	background-color: #1384e2;
	text-decoration: none;
	color: #eee;
}


#nav .sub-menu {
	display: none;
	position: absolute;
	left: 0;
	top: 56px;
	width: 100%;
	z-index: 100;
	background: #fff;
}

#nav .sub-menu .sub-item {
	position: relative;
	white-space: nowrap;
	vertical-align: top;
	_zoom: 1;
}

#nav .sub-menu .sub-item a {
	display: block;
	color: #000;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	background: none;
	text-align: center;
}

#nav .sub-menu .sub-item.hover>a,
#nav .sub-menu .sub-item a:hover {
	color: #fff;
	background-color: #013F88;
	display: block;
}

#nav .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: 31px;
	/* 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;
	padding-bottom: 95px;
	/* height: 744px; */
    display: none;
}

.main2 .main2-bottom {
	position: relative;
	margin-top: -10px;
}

.main3 {
	background: url(images/2/bj-2.png);
	background-size: cover;
	height: 831px;
    display: none;
}

.main3 .inner {
	padding-top: 61px;
}

.main3 .ml {
	float: left;
	width: 747px;
}

.main3 .mr {
	width: 649px;
	float: right;
}

.main4 {
	padding-top: 60px;
	height: 620px;
    display: none;
}

.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 center;
	text-align: center;
	padding-right: 15px;
	line-height: 34px;
	font-size: 18px;
	letter-spacing: 1px;
	margin-top: 15px;
}

.post .more_btn {
	cursor: pointer;
	color: #013F88;
}

.post .more_btn a {
	color: #013F88;
}

.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;
}

/**自定义新闻列表**/

.post-11 .news_list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
	margin-top: 33px;
}

.post-11 .news {
	/* width: 466px; */
	/* height: 509px; */
	padding: 15px 20px 0 20px;
	background: #fff;
	box-shadow: 2px 2px 5px #eee;
	box-sizing: border-box;
	padding-bottom: 60px;
}

.post-11 .news .news_imgs {
	position: relative;
	padding-top: 66.5%;
	overflow: hidden;
	margin-bottom: 14px;
}

.post-11 .news .news_imgs img {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	object-fit: cover;
}

.post-11 .news .news_wz {}

.post-11 .news .news_wz .news_meta {
	font-size: 18px;
	line-height: 26px;
	height: 24px;
	color: #013F88;
	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: 36px;
	font-weight: 500;
	color: #000000;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	margin-top: 6px;
	margin-bottom: 14px;
}

.post-11 .news .news_wz .news_text {
	font-size: 16px;
	line-height: 28px;
	height: 56px;
	margin-top: 0;
	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: 67.13%;
	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;
}

.post-22 .news_list .news_wz {
	/* margin-top: 7px; */
	margin-right: 150px;
}

.post-22 .news_list .news_wz .news_title {
	font-size: 20px;
	line-height: 30px;
	height: 30px;
	color: #000;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	margin-top: 25px;
}

.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: 8px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.post-23 {
	/* position: absolute; */
	width: 799px;
	height: 688px;
	/* right: 0; */
	background: url(images/2/bj-1.png);
	background-size: cover;
	float: right;
}

.post-23 .con {
	position: relative;
	height: 592.5px;
	margin: 35px 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: 49px;
	background: #fff url(./images/more.png) no-repeat 160px 14px;
}

.post-23 .news_list .news {
	border-bottom: 1px solid rgba(1, 63, 136, .15);
	height: 174px;
	box-sizing: border-box;
	align-items: center;
	justify-content: space-between;
	display: flex;
}

.post-23 .news_list .news.n3 {
	border-bottom: 0px solid #c9d6e7;
}

.post-23 .news_list .news_wz .news_title {
	font-size: 20px;
	line-height: 30px;
	height: 30px;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.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;
	margin-top: 0;
	color: #717983;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.main3 .inner .mod .post3 .tt {
	margin-bottom: 37px;
}

.post-31 .con .news_list .news {
	background: #fff;
	margin-bottom: 19px;
	height: 179px;
	position: relative;
	box-sizing: border-box;
	padding-right: 30px;
}

.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: 54px;
	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;
	font-family: Roboto;
}

.post-31 .news .news_title {
	font-size: 20px;
	line-height: 32px;
	height: 64px;
	padding-top: 18px;
	padding-left: 136px;
	font-weight: 500;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-bottom: 18px;
}

.post-31 .news .news_zd {
	font-size: 16px;
	line-height: 28px;
	padding-left: 165px;
	color: #013F88;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.post-31 .news .news_zd.zd1 {
	background: url(./images/tec.png) no-repeat 136px 4px;
	margin-bottom: 4px;
}

.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: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 49px 50px;
}

.post-42 .news_list .news {
	/* width: 265px; */
	height: 66px;
	display: flex;
	background: #ECF1F8;
	align-items: center;
	justify-content: center;
	float: left;
}

.post-42 .news_list .news_title {
	font-size: 20px;
	padding-left: 30px;
}

.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 -5px;
}

.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: 32px;
}

.col_news_con .news_list li.news span.news_meta {
	font-size: 16px;
	line-height: 30px;
	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 {
	padding-bottom: 15px;
	border-bottom: 1px solid rgba(1, 63, 136, .15);
	margin-bottom: 14.5px;
	align-items: center;
	justify-content: space-between;
	display: flex;
}

.rili .news_list li.news .news_date {
	width: 68px;
	height: 68px;
	font-family: Roboto;
	background: #013F88;
	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;
	width: 100%;
}

.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: 36px;
	font-weight: 500;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.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 10px 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;
}

.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;
}

/**文章内容**/
.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: url(images/2/foot.png);
	background-size:cover;
	box-sizing:border-box;
	padding-top: 45px;
	padding-bottom: 90px;
}

#footer .inner .mod {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#footer .inner .mod .con img {
	margin-bottom: 20px;
}

#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: 40px;
	background: none;
	color: #989898;
	font-size: 18px;
	border: 0;
	outline: 0;
	font-family: 思源黑体 CN;
	line-height: 40px;
}

.wp-search .search-btn {
	width: 35px;
	height: 40px;
	position: absolute;
	right: 0;
	top: 0%;
	background: #EEB30F;
}

.wp-search .search-btn input.search-submit {
	width: 35px;
	height: 40px;
	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: 33px;
    width: 378px;
    height: 104px;
    background: rgb(1 63 136 / 80%);
    position: absolute;
    bottom: -86px;
    margin-left: 42px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: #fff;
    font-size: 20px;
    box-sizing: border-box;
    padding: 0 30px;
  }
#mybanner .news_title a{
					   color: #FFF;
					   font-size: 20px;
					   line-height: 80px;
					   /* margin-left:30px; */
					   }
#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: 50px;
    right: 350px;
    z-index: 5;
    }
.mypagetab{
    float: left;
    margin: 0px 6px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #CDDCF2;
    cursor: default;
    }


/*列表页*/
/*banner*/



/*************************************************************
 * 特殊页面
 */
/*二级页面*/

#footer .con { opacity:.83;}
#footer .inner .mod .con-3 img { width:97px; height:97px;}

#banner .news_list .swiper-slide.swiper-slide-active .news_imgs:before {content:'';width:100%;height:121px;background:url(images/2/bjj-1.png);background-size:cover;position:absolute;bottom:0;left:0;box-sizing:border-box;z-index: 1;}
.post-11 .news .news_wz .news_text a {    color: #717983;}
.post-23 .news_list .news_wz .news_text a {    color: #717983;}

.tpp {overflow:hidden;position: relative;}
.tpsx1 { width:100%; display:block; height:100%;transition: all 0.6s ease-in-out;}
.tpsx1::before {  content: '';  padding-top:44%;  float: left;}
.tpsx1::after {  content: '';  display: block;  clear: both;}
.banner-1 { display:none; margin-bottom:20px;}
.banner-2 { display:none;}
.banner-2 .tpsx1::before { padding-top:75%;}
.btt-2 {height:38px;width:100%;color:#fff;box-sizing:border-box;padding:0 10px;text-align:center;font-size:18px;background:#013F88;line-height:38px;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;}
.banner-2 .swiper-pagination { bottom:50px !important;}

.jzlb {font-size:18px;line-height:68px;color: #111111;padding-right:125px;position: relative;border-bottom:1px solid #e5e2dd;}
.btt3 {overflow : hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;float:left;width: 100%;}
.fbsj4 {float:right;position: absolute;right: 0;top: 0;color: #999999;font-size:16px;}
.btt3 a {color: #111111;display:block;transition: all 0.4s ease-in-out;}
.btt3:hover a { padding-left:15px; color:#0f429b;}
.btt4:hover a { padding-left:15px; color:#0f429b;}
.btt3:hover {border-left:3px solid #0f429b;}
.article .entry .read img { max-width:100% !important;}



