/* CSS Document */
body {
	margin: 0 auto;
	padding: 0px;
	background: #FFF;
	font: 16px "Microsoft Yahei", "微软雅黑", Arial, Verdana, sans-serif;
	color: #333333;
}

div,
form,
img,
ul,
ol,
li,
dl,
dt,
dd,
p {
	margin: 0;
	padding: 0;
	border: 0;
}

li {
	list-style-type: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
}

.content {
	width: 1440px;
	margin: 0 auto;
}

a {
	color: #333333;
}

a:link {
	color: #333333;
	text-decoration: none;
}

a:visited {
	color: #333333;
	text-decoration: none;
}

a:hover {
	color: #e02129;
	text-decoration: none;
}

.fl {
	text-align: left;
}

.fr {
	text-align: right;
}

.fc {
	text-align: center;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

.ml42 {
	margin-left: 42px;
}

.mr40 {
	margin-right: 40px;
}


.bg1 {
	background-color: #fafafa;
	height: 450px;
}

.bg2 {
	background-color: #fafafa;
	width: 946px;
	height: 230px;
}

.bg3 {
	background-color: #df372f;
	height: 100%;
}

.vertically {
	display: flex;
	align-items: center;
	/* 垂直居中核心 */
	justify-content: center;
	/* 水平居中 */
	height: 166px;
}

#search_box {
	margin-top: 0px;
	width: 230px;
	height: 30px;
	/* background: url(../); */
	background: url("../img/search_bg.png");
}


#search_box #s {
	float: left;
	padding: 0;
	margin: 10px 0 0 10px;
	border: 0;
	width: 230px;
	background: none;
	font-size: 16px;
	line-height: 24px;
}

#search_box #go {
	float: right;
	margin: 4px 20px 0 0;
}

.textbox {
	float: left;
	width: 152px;
	height: 30px;
	line-height: 24x;
	color: #333333;
	vertical-align: middle;
	border: 0;
	background-color: transparent;
	outline: 0;
	margin-left: 20px;
	font-size: 14px;
	font-family: "Microsoft Yahei", "微软雅黑", Arial, Verdana, sans-serif;
}

.edit {
	margin-top: 10px;
	font-size: 18px;
	float: left;
}


.upload-container {
	display: flex;
	align-items: center;
	gap: 4px;
	padding: 3px 0px 12px 12px;
	width: fit-content;
}

.upload-icon {
	width: 23px;
	height: 24px;
	object-fit: contain;
}

.upload-text {
	font-size: 18px;
	color: #333;
}

.upload-text2 {
	font-size: 18px;
	font-weight: bold;
	color: #e02129;
}

.upload-text3 {
	margin-left: 6px;
	font-size: 18px;
	color: #333;
}



.navbg {
	background-color: #df372f;
	width: 100%;
	margin: 0 auto;
	height: 60px;
}

.nav {
	width: 1440px;
	text-align: center;
	line-height: 60px;
	margin: 0 auto;
}

.nav li {
	font-size: 20px;
	float: left;
	width: 8.3%;
	height: 60px;
	text-align: center;
}

.nav li:hover {
	background: #e68155;
}

.nav li:hover a {
	color: #ffffff;
}

.nav li a {
	color: #ffffff;
}

.nav a {
	width: 100%;
	height: 60px;
	display: block;
}



.txt1 {
	line-height: 36px;
}

.txt1 h1 {
	text-align: center;
	line-height: 40px;
	font-size: 36px;
	color: #fff;
	padding-top: 56px;
	margin-bottom: 20px;
}

.txt1 h1 a {
	color: #004987;
}

.txt1 h1 a:hover {
	color: #e02129;
}

.txt1 p {
	line-height: 30px;
	text-align: left;
	font-size: 16px;
	padding-bottom: 26px;
	color: #666666;
}

.txt1 p a {
	overflow: hidden;
	color: #666666;
}

.txt1 p a:hover {
	color: #e02129;
}

.txt2 {
	text-align: left;
	line-height: 36px;
	color: #df372f;
	font-size: 24px;
	font-weight: bold;
}

.txt3 {
	text-align: left;
	line-height: 36px;
	color: #999999;
	font-size: 16px;
}

.txt3 a {
	overflow: hidden;
	color: #999999;
}

.txt3 a:hover {
	color: #e02129;
}

.txt4 {
	margin-left: 8px;
	margin-right: 8px;
}

.txt5 {
	text-align: left;
	line-height: 30px;
	color: #df372f;
	font-size: 20px;
	font-weight: bold;
}

.txt6 {
	line-height: 36px;
	text-align: center;
	font-size: 16px;
	color: #ffffff;
}

.txt6 a {
	overflow: hidden;
	color: #ffffff;
}

.txt6 a:hover {
	color: #FFE562;
}

.txt7 {
	line-height: 34px;
	font-size: 14px;
	padding-bottom: 6px;
}

.txt8 {
	font-size: 16px;
	color: #e02129;
}

.column {
	height: 42px;
	text-align: left;
	border-bottom: 3px solid #df372f;
}

.column02 {
	height: 30px;
	text-align: left;
	background: url("../img/column.png") no-repeat;
}

.column03 {
	height: 30px;
	text-align: left;
	background: url("../img/column2.png") no-repeat;
}

.column04 {
	height: 42px;
	text-align: left;
	border-bottom: 1px solid #dadada;
}

.list_a {
	width: 100%;
	font-size: 16px;
	float: left;
	text-align: left;
}

.list_a li {
	text-align: left;
	float: left;
	width: 99%;
	line-height: 60px;
	OVERFLOW: hidden;
	list-style: inside;
	list-style-type: none;
	background: url("../img/ico.png") no-repeat left 28px;
	padding-left: 10px;
}

.list_a li a {
	overflow: hidden;
	color: #333;
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.list_a li a:hover {
	color: #e02129;
}




.video {
	text-align: left;
}

.video ul {
	width: 452px;
	overflow: hidden
}

.video li img {
	width: 220px;
	height: 140px;
}

.video ul li {
	float: left;
	margin-right: 12px;
	list-style: none;
	margin-bottom: 10px;
	width: 220px;
	height: 230px;
	background-color: #fafafa;

}

.video ul li:nth-of-type(2n) {
	margin-right: 0;
}

.video li p {
	line-height: 24px;
	text-align: left;
	font-size: 14px;
	margin-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #fafafa;
}

.video li span {
	color: #666666;
	line-height: 24px;
	text-align: left;
	font-size: 14px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #fafafa;
}



.an {
	width: 240px;
	line-height: 45px;
	background-color: #e39b48;
	border: none;
	font-size: 16px;
	color: #fff;
	border-radius: 5px;
	text-align: center;
}
.an a{
	color: #fff;
	display: block;
}



.list_img ul {
	width: 452px;
	overflow: hidden
}

.list_img ul li {
	margin-bottom: 11px;
	background-color: #fafafa;
	width: 640px;
	float: left;
	list-style: none;
}

.list_img ul li:nth-of-type(1n) {
	margin-right: 0px;
}

.list_img li img {
	float: left;
}

.list_img li span {
	margin-top: 10px;
	font-size: 16px;
	line-height: 40px;
	float: left;
	width: 220px;
	text-align: left;
	margin-left: 16px;
	color: #333333;
	-webkit-line-clamp:3;
}

.list_img li :hover span {
	color: #e02129;
}


.list_s {
	text-align: left;
}

.list_s ul {
	width: 1440px;
	overflow: hidden
}

.list_s li img {
	width: 699px;
	height: 390px;
}

.list_s ul li {
	float: left;
	margin-right: 42px;
	list-style: none;
	width: 699px;

}

.list_s ul li:nth-of-type(2n) {
	margin-right: 0;
}

.list_s li p {
	line-height: 36px;
	text-align: left;
	font-size: 18px;
	padding-bottom: 10px;
}




.list_c {
	width: 100%;
	font-size: 16px;
	float: left;
	text-align: left;
}

.list_c li {
	text-align: left;
	float: left;
	width: 99%;
	line-height: 60px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	list-style: inside;
	list-style-type: none;
	background: url("../img/ico.png") no-repeat left 28px;
	padding-left: 10px;
	border-bottom: 1px solid #ededed;
}

.list_c li a {
	overflow: hidden;
	color: #333;
}

.list_c li a:hover {
	color: #e02129;
}


.liebiaoyetxt {
	text-align: left;
	width: 946px;
	font-size: 18px;
}

.liebiaoyetxt li {
	width: 100%;
	line-height: 40px;
	OVERFLOW: hidden;
	list-style: inside;
	list-style-type: none;
	border-bottom: 1px solid #ededed;
	margin-bottom: 30px;
}

.liebiaoyetxt li a {
	overflow: hidden;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.liebiaoyetxt li a:hover {
	color: #e02129;
	text-decoration: none;
}

.liebiaoyetxt li .time {
	color: #999;
	font-size: 16px;
	float: left;
	margin-bottom: 10px;
}

.articleBox{
	width: 1000px;
	margin: auto;
}
.wenzhangBox p {
	line-height: 36px;
	font-size: 18px;
	margin-bottom: 30px;
}
.wenzhangBox video{
	max-width: 900px;
	max-height: 750px;
	display: block;
	margin: 20px auto;
}
.wenzhangBox img{
	max-width: 860px;
	width: 100%;
	display: block;
	margin: 20px auto;
}
.bjInfo{
	margin: 40px 0;
}

.wenzhangtxtline  h1 {
	text-align: center;
	line-height: 50px;
	font-size: 36px;
}

.wenzhangtxtline  p {
	text-align: left;
	line-height: 42px;
	font-size: 18px;
	color: #333333;
	margin: 20px 0px 30px 0px;
	text-indent: 2em;
}

.wenzhangtxtline  span {
	text-align: center;
	line-height: 42px;
	font-size: 16px;
	color: #666666;
	display: block;
}

.wenzhangtxtline {
	list-style: inside;
	list-style-type: none;
	border-bottom: 1px #cccccc dashed;
	margin-bottom: 30px;
	padding: 20px 0;
}

.message {
	line-height: 36px;
	font-size: 18px;
	width: 1000px;
	margin: 20px auto;
}

.message h1 {
	text-align: center;
	line-height: 70px;
	font-size: 50px;
	font-family: "思源宋体";
	font-weight: 700;
	color: #074fa8;
}

.message span {
	text-align: center;
	line-height: 42px;
	font-size: 18px;
	color: #333333;
	display: block;
}

.message span a:link {
	color: #074fa8;
}

.message span a:hover {
	color: #e02129;
}
.liuList{
	width: 1000px;
	margin: 20px auto;
}


.liuyanbt {
	line-height: 50px;
	font-size: 30px;
	color: #ff7e00;
	font-weight: bold;
	text-align: center;
}
.liuList li {
	margin-bottom: 20px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.liuList li p{
	margin: 20px 0;
	text-align: right;
	width: 100%;
}
.liuList li p span{
	color: #df372f;
}

.liuList li input {
	font-size: 16px;
	border: 1px solid #CCCCCC;
	background: #ffffff;
	width: 880px;
	border-radius: 4px;
	height: 40px;
	padding: 0 15px;
	outline: none;
}

.popdiv1-2 input {
	font-size: 16px;

	border: 1px solid #CCCCCC;
	background: #ffffff;
	width: 320px;
	border-radius: 4px;
	height: 40px;
	padding: 0 15px;
	outline: none;
}

.codeBox input {
	font-size: 16px;
	border: 1px solid #CCCCCC;
	background: #ffffff;
	width: 220px;
	border-radius: 4px;
	height: 40px;
	padding: 0 15px;
	outline: none;
	margin: 0 10px;
}
.codeBox img{
	width: 80px;
	cursor: pointer;
}

.LiBox {
	width: 1000px;
	margin: 0px auto;
	display: flex;
	background-color: white;
}






.liuyan_hy {
	text-align: center;
	margin: auto;
	margin-bottom: 15px;
	line-height: 22px;
	width: 1000px;
}

.liuyan_hy span {
	text-align: left;
	color: #505050;
	line-height: 22px;
}

.liuyan_hybiaodan {
	text-align: left;
	margin-bottom: 10px;
	line-height: 40px;
}

.liuyan_hybiaodan span {
	text-align: left;
	color: #505050;
	line-height: 40px;
}

.liuyan_hy_pro_m {
	width: 1000px;
	background: #FFF;
}

.liuyan_hy_pro_m h2 {
	padding: 10px 0;
	display: block;
	background-color: #e9e9e9;
	margin-bottom: 10px;
	font-size: 16px;
	padding-left: 10px;
}

.liuyan_hy_pro_m p {
	width: 1000px;
	display: block;
	overflow: hidden;
}

.liuyan_hy_pro_m p span {
	width: 110px;
	text-align: right;
	float: left;
	display: block;
	height: 70px;
}

.liuyan_hy_pro_m p .text1 {
	float: left;
	width: 400px;
	height: 40px;
	line-height: 40px;
	background: #FFF;
	border: #C6C6C6 1px solid;
	margin-top: 0px;
	display: inline;
	font-family: "微软雅黑";
	font-size: 14px;
	color: #393939;
}

.liuyan_hy_pro_m p .text2 {
	float: left;
	width: 298px;
	height: 40px;
	line-height: 40px;
	background: #FFF;
	border: #C6C6C6 1px solid;
	margin-top: 0px;
	display: inline;
	font-family: "微软雅黑";
	font-size: 14px;
	color: #393939;
	margin-right: 10px;
}

.liuyan_hy_pro_m p a {
	float: left;
	height: 40px;
	display: block;
	color: #D61100;
}

.select-D {
	font-size: 16px;
	line-height: 30px;
	border: 1px solid #CCCCCC;
	background: #ffffff;
	width: 880px;
	border-radius: 4px;
	height: 400px;
	padding: 0 15px;
	outline: none;
	font-family: "微软雅黑";
	font-size: 16px;
	padding-top: 10px;
}


#addpic {
	border: 1px solid #CCCCCC;
	padding: 10px 10px;
}

.lyline {
	border-bottom: 2px dotted rgb(197, 197, 197);
	margin-top: 10px;
	margin-bottom: 30px;
}

.code {
	color: #f98210;
	border: none;
	cursor: pointer;
	background: none;
	font-size: 16px;
}

.liuList>button {
	width: 300px;
	line-height: 45px;
	background-color: #074fa8;
	border: none;
	font-size: 22px;
	color: #fff;
	border-radius: 5px;
	text-align: center;
	display: block;
	margin: 20px auto;
}
.liuList li{
	position: relative;
}
.liuList li button{
	background-color: #074fa8;
	display: block;
	color: #fff;
	cursor: pointer;
	border: none;
	width: 200px;
	text-align: center;
	font-size: 18px;
	border-radius: 5px;
	margin-left: 70px;
}



.codeTnag {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	top: 0;
	z-index: 999;
	display: none;
}

.codeContent {
	width: 650px;
	margin: auto;
	height: 200px;
	background-color: #fff;
	top: 30%;
	position: relative;
	padding: 20px;
	border-radius: 10px;
}

.width900 {
	background-color: #FFFFFF;
	margin-top: 150px;
	padding: 20px 10px;
	border-radius: 5px;
}

.codeContent h3 {
	width: 100%;
	text-align: center;
	font-size: 35px;
	color: #005bab;
	font-weight: normal;
	margin-bottom: 27px;
}
.codeBox{
	display: flex;
	align-items: center;
	width: 450px;
	margin: 10px auto;
	justify-content: space-between;
}
.lyLogin{
	color: #fff;
	background-color: #005bab;
	border-radius: 5px;
	width:200px;
	display:block;
	text-align: center;
	border:none;
	margin:20px auto;
	line-height: 40px;
	font-size: 20px;
	cursor: pointer;
}


.dltxt1 {
	text-align: center;
	font-size: 35px;
	color: #005bab;
	font-weight: normal;
	margin-bottom: 6px;
}

.dltxt2 {
	text-align: left;
	font-size: 16px;
	color: #333333;
	line-height: 36px;
	margin-bottom: 20px;
}

.dltxt3 {
	text-align: center;
	font-size: 18px;
	color: #ff9631;
	line-height: 36px;
	font-weight: bold;
	margin-bottom: 20px;
}

.outBox {
	position: absolute;
	top: 15px;
	right: 15px;
	cursor: pointer;
}

.outBox img {
	width: 20px;
}

/* add */
.tougaoBut{
	position: fixed;
	z-index: 999;
	left: 0;
	top: 40%;
}
.picBanner li img{
	width: 100%;
	display: block;
	height: 534px;
}
.picBanner li p{
	position: absolute;
	width: 96%;
	bottom: 0;
	line-height: 40px;
	padding: 0 2%;
	background-color: rgba(0,0,0,0.5);
	color: #fff;
}
.bg1>.txt4,.bg2 .mr10{
	-webkit-line-clamp:4;
}
.video li p{
	-webkit-line-clamp:2;
}
/* 多行省略 */
.bg1>.txt4,.bg2 .mr10,.video li p,.list_img li span{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	word-break: break-all;
	overflow: hidden;
}
.linkList ul{
	display: flex;
	flex-wrap: wrap;
}
.linkList ul li{
	margin-right: 15px;
}
.leftCon{
	width: 946px;
}
.bannerlmu{
	margin-bottom: 30px;
}
.bannerlmu li img{
	width: 100%;
	display: block;
}
.bannerlmu li p{
	position: absolute;
	background-color: rgba(0,0,0,0.5);
	color: #fff;
	line-height: 45px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	bottom: 0;
	width: 100%;
	padding: 0 10px;
}
.rightCon{
	width: 452px;
}
.lmuCon{
	display: flex;
	align-items: start;
	justify-content: space-between;
}
.wqilm {
	display: flex;
	align-items: start;
	margin: 20px auto;
	justify-content: space-between;
	flex-wrap: wrap;
}
.wqilm a img{
	width: 168px;
	height: 230px;
}

.wqgo{
	width: 260px;
	height: 230px;
	position: relative;
}
.wqgo p{
	font-size: 18px;
	font-weight: bold;
	line-height: 45px;
}
.wqgo button{
	position: absolute;
	width: 240px;
	line-height: 45px;
	background-color: #e39b48;
	border: none;
	font-size: 16px;
	color: #fff;
	border-radius: 5px;
	text-align: center;
	left: 10px;
	bottom: 10px;
}
.wqgo button a{
	color: #fff;
}
.layui-laypage a, .layui-laypage span{
	font-size: 16px;
}
.layui-laypage a, .layui-laypage span{
	height: 35px;
	line-height: 35px;
	padding: 0 18px;
}


.bgLd{
				background-color: #efefef;
				padding: 20px 0;
			}
			.lingdaoTab{
				display: flex;
				align-items: start;
				justify-content: space-between;
				width: 1120px;
				margin: auto;
				
			}
			.leftTab{
				background-color: #fff;
				padding: 20px;
				border-radius: 10px;
			}
			.leftTab li{
				line-height: 30px;
				margin-bottom: 10px;
				padding: 10px;
				background-color: #f5f5f5;
				border-radius: 5px;
				cursor: pointer;
			}
			.rightCon{
				padding: 20px;
				width: 900px;
				background-color: #fff;
				border-radius: 10px;
			}
			.itemLingdao h2{
				font-size: 18px;
				color: #c41e24;
				padding-left: 10px;
				line-height: 20px;
				border-bottom: 1px solid #eee;
				padding-bottom: 10px;
				position: relative;
			}
			.itemLingdao h2:before{
				content: "";
				width: 4px ;
				position: absolute;
				left: 0;
				height: 70%;
				top:0%;
				background-color: #c41e24;
			}
			.jianjieBox img{
				display: block;
				margin: 20px auto;
				max-width: 100%;
				min-width: 200px;
			}
			.jianjieBox p{
				font-size: 15px;
				color: #444;
				line-height: 1.9;
				margin-bottom: 14px;
				text-align: justify;
			}
			.onLd{
				color: #fff;
				background-color: #c41e24 !important;
			}
			.itemLingdao{
				display: none;
			}
			.itemLingdao:nth-child(1){
				display: block;
			}
			.listLing ul{
				display: flex;
				justify-content: space-between;
				align-items: start;
				flex-wrap: wrap;
			}
			.nameLd{
				    font-size: 17px;
				    color: #333;
				    margin-bottom: 8px;
					text-align: center;
			}
			.zhiwu{
				font-size: 13px;
				    color: #c41e24;
				    margin-bottom: 12px;
					text-align: center;
			}
			.listLing ul li{
				width: 45%;
				padding:20px 2%;
				border-radius: 10px;
				background-color: #f5f5f5;
				margin: 20px 0;
			}
			.listLing ul li img{
				display: block;
				width: 100px;
				margin: 10px auto;
				border-radius: 10px;
			}
			.jianjie{
				background: #fff;
				padding: 10px;
				font-size: 15px;
				border-radius: 10px;
				line-height: 25px;
			}










































