@charset "utf-8";
/* CSS Document */
body {
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font: 14px "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #36363e;
}
ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
a {
	text-decoration: none;
	color: #36363e;
}
a:hover {
	color: #5275a0;
}
img {
	border: 0px;
}
.clear {
	clear: both;
}
h1, h2, h3, h4, p {
	margin: 0;
	padding: 0;
}
article, aside, dialog, footer, header, section, footer, nav, figure, menu {
	display: block
}
/* 以下字体可根据情况 */
@font-face {
	font-family: myFont;
	font-display: swap;
}
.ty_title1, nav > ul > li>a {
	font-family: "Microsoft Yahei";
}
/*****header********/
header {
	background: url(base_res/bannar.png) top left repeat-x;
	width: 100%;
	height: auto;
	clear: both;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 16;
}
.head {
	max-width: 96%;
	margin: auto;
	height: auto;
	position: relative;
}
.logo {
	width: 25%;
	float: left;
}
.logo img {
	padding-top: 12px;
	padding-bottom: 16px;
	margin-left: 30px;
	width: 100%;
	max-width: 316px;
}
.search {
	width: 622px;
	height: 61px;
	background: url(base_res/search1.png) center top no-repeat;
	margin: -60px auto 80px;
	position: relative;
	z-index: 14;
}
.search_Text {
	width: 90%;
	border: 0px;
	background-color: transparent;
	outline: none;
	text-indent: 2em;
	line-height: 59px;
	font-size: 20px;
}
.sure {
	width: 18px;
	background-color: transparent;
	height: 18px;
	border: 0px;
	cursor: pointer;
	background: url(base_res/search.png) left 2px no-repeat;
}
/***bannar****/
nav {
	width: 61%;
	height: auto;
	clear: both;
	margin: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	z-index: 2;
	right: 0;
	top: 30px;
}
nav > ul {
	height: auto;
}
nav > ul > li {
	float: left;
	position: relative;
}
nav > ul > li>a {
	display: block;
	padding: 0.6rem 0.9rem;
	letter-spacing: 1px;
	font-size: 18px;
	white-space: nowrap;
	color: white;
}
nav > ul > li>a:hover {
	border-bottom: 4px solid #fff;
	color: white;
}
/****webcontent******/
article {
	width: 100%;
	height: auto;
	clear: both;
	width: 1200px;
	margin: auto;
}
.ty_title {
	
line-height: 45px;
	
background: #50739d;
	
text-align: center;
	
letter-spacing: 5px;
	
margin: -20px 0 0 15px;
	
position: relative;
	
z-index: 1;
}
.ty_title a {
	color: white;
	font-size: 20px;
}
.tzgg_con {
	min-height: 270px;
	padding: 28px;
}
.tzgg_con a {
	font-size: 18px;
	line-height: 28px;
	font-weight: bold;
}
.tzgg_con p {
	padding-top: 25px;
	padding-bottom: 20px;
	line-height: 26px;
	font-size: 14px;
}
.tzgg_con a.ty_more {
	font-size: 15px;
	font-weight: normal;
}
.tzgg_more {
	width: 100%;
	height: 125px;
	line-height: 125px;
	text-align: center;
}
.tzgg_more a {
	color: #3d5f95;
	font-size: 16px;
}
.tzgg_more a:hover {
	font-size: 18px;
}
.zx_img {
	width: 100%;
	height: 250px;
}
.zx_img img {
	width: 100%;
	height: 350px;
	object-fit: cover;
}
.zx_img1 {
	width: 100%;
	height: 250px;
}
.zx_img img {
	width: 100%;
	height: 240px;
	object-fit: cover;
}
.pic_hj {
	width: 100%;
	height: 300px;
}
.pic_hj img {
	width: 100%;
	height: 300px;
	object-fit: cover;
	transition: 0.5s;
}
.pic_hj img:hover {
	transform: scale(1.2);
}
.pic_hj a {
	color: white;
}
.pic_1 {
	width: 33%;
	float: left;
	overflow: hidden;
	position: relative;
	height: 300px;
}
.pic_1 i {
	position: absolute;
	z-index: 1;
	left: 20px;
	bottom: 75px;
	font-size: 14px;
	font-style: normal;
}
.pic_1 p {
	position: absolute;
	z-index: 1;
	left: 20px;
	bottom: 40px;
	font-size: 18px;
}
.pic_2 {
	width: 17%;
	float: left;
	overflow: hidden;
	position: relative;
	height: 300px;
}
.pic_2 i {
	position: absolute;
	z-index: 1;
	right: 20px;
	bottom: 75px;
	font-size: 14px;
	font-style: normal;
}
.pic_2 p {
	position: absolute;
	z-index: 1;
	right: 20px;
	bottom: 40px;
	font-size: 18px;
}
/*dfjs*/
.dfjs_wrap {
	width: 100%;
	height: 555px;
	background: url(base_res/8.jpg);
	background-size: cover;
	background-attachment: fixed;
	position: relative;
}
.dfjs {
	width: 50%;
	background: url(base_res/back.png);
	height: 100%;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
}
.dfjs_title {
	background: none;
	font-weight: bold;
	margin: -20px 0 0 18px;
}
.dfjs_title a {
	color: #333;
	font-size: 32px;
}
.dfjs_wrap .tzgg_con a.ty_more {
	color: #32598a
}
/*xszx*/
.xszx_wrap {
	width: 100%;
	height: auto;
	background: #e0edf8;
	padding: 60px 0;
}
.xszx_1 {
	width: 50%;
	height: 500px;
	float: left;
}
.xszx_1 img {
	width: 100%;
	height: 500px;
	object-fit: cover;
}
.xszx_2 {
	width: 50%;
	height: 500px;
	float: left;
	background: white;
}
.xszx_title {
	background: none;
	font-weight: bold;
	margin: 92px 0 0 127px;
	text-align: left;
	border-bottom: 2px solid #5d7ea6;
	width: 154px;
	height: 98px;
}
.xszx_title a {
	color: #333;
	font-size: 26px;
font-weight: bold;
    font-family: "Microsoft Yahei";
}
.xszx_list {
	margin: 12px 0 40px;
}
.xszx_list li {
	float: left;
	height: 37px;
	line-height: 37px;
	margin-left: 128px;
	font-size: 18px;
}
/***tail*****/
footer {
	width: 100%;
	height: auto;
	background: #446083;
}
footer a {
	color: white;
}
footer a:hover {
	color: #94c1e0;
}
.foot {
	max-width: 1200px;
	height: 350px;
	margin: auto;
	position: relative;
	color: white;
}
.foot_1 {
	width: 30%;
	float: left;
	text-align: left;
	padding-top: 80px;
	height: 220px;
}
.foot_1 h2 {
	font-size: 22px;
	padding-bottom: 30px;
}
.foot_1 p {
	height: 40px;
	line-height: 40px;
}
.foot_2 {
	width: 40%;
	float: left;
	padding-top: 80px;
	text-align: right;
}
.foot_2 img {
	width: 100px;
}
/*list*/
.head_blank {
	width: 100%;
	height: 85px;
	background: #446083;
}
.contain {
	width: 100%;
}
.l_zcl {
	width: 350px;
	float: left;
	background: #446083;
	height: calc(100vh - 85px);
	color: white;
}
.l_zcl h2 {
	font-size: 26px;
	height: 100px;
	line-height: 100px;
	padding-left: 120px;
}
.l_zcl ul li {
	font-size: 17px;
	height: 79px;
	padding-left: 120px;
}
.l_zcl ul li a {
	color: white;
	display: block;
	height: 30px;
	max-width: 100px;
}
.l_zcl ul li:hover a {
	border-bottom: 4px solid #70b0ff;
}
.l_zcl ul li.active a {
	border-bottom: 4px solid #70b0ff;
}
.r_list {
	width: calc(100% - 350px);
	float: left;
}
.pic_cont ul {
	padding: 50px;
}
.pic_cont ul li {
	float: left;
	text-align: center;
	padding: 20px;
	width: 200px;
}
.pic_cont ul li img {
	width: 200px;
	height: 200px;
	object-fit: cover;
}
.pic_cont ul li a {
	font-size: 18px;
	color: #333;
	line-height: 35px;
	font-weight: bold
}
.listbiao {
	width: calc(100% - 30px);
	padding-top: 30px;
	padding-left: 30px;
}
.listbiao ul li {
	text-align: left;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	width: 100%;
	background: url(base_res/fk_19.gif) left center no-repeat;
	text-indent: 10px;
}
.listbiao ul li a {
	font-style: normal;
}
.xiaye {
	width: 100%;
	height: 24px;
	text-align: center;
	background-color: #ebebeb;
	font-size: 12px;
	color: #7f7f7f;
	font-family: "宋体";
	line-height: 26px;
	margin-top: 20px;
}
.xiaye a {
	color: #7f7f7f;
}
.xiaye span {
	color: #7f7f7f;
}
.title {
	margin: 10px auto;
	font-size: 22px;
	text-align: center;
	line-height: 150%;
	font-family: "黑体"
}
.wen {
	font-family: "宋体";
	font-size: 14px;
	text-align: left;
	line-height: 30px;
	margin: auto 40px;
}
.wen table {
	border-collapse: collapse;
	margin: auto;
}
.release_time {
	font-size: 14px;
	text-align: center;
	line-height: 22px;
	margin-bottom: 5px;
}



.pic_1:nth-child(2),.pic_1:nth-child(4),.pic_1:nth-child(5),.pic_1:nth-child(7) { width:17%;}
.pic_1:nth-child(2) i,.pic_1:nth-child(4) i,.pic_1:nth-child(5) i,.pic_1:nth-child(7) i {
    position: absolute;
    z-index: 1;
    left:0;
    right: 20px;
    bottom: 75px;
    font-size: 14px;
    font-style: normal;
    text-align: right;
}
.pic_1:nth-child(2) p,.pic_1:nth-child(4) p,.pic_1:nth-child(5) p,.pic_1:nth-child(7) p {
    position: absolute;
    z-index: 1;
    left:0;
    right: 20px;
    bottom: 40px;
    font-size: 18px;
    text-align: right;
}


.selected1 a,.parent1 a {
    border-bottom: 4px solid #70b0ff !important;
}
.video3 video { width:100%;}
.video3 img { width:100%; height:100% !important;}
.dwq { position:relative;}

.ty_title.title1{font-family:"Microsoft Yahei";font-weight:bold;display:flex;justify-content:space-between;align-item:center;padding:0 5px;margin-left:0;}
.ty_title.title1 .news_time{color:#ffffff;letter-spacing:2px;}











