@charset "utf-8";

* {
	margin: 0px;
	padding: 0px;
}

html {
	overflow-x: hidden;
}


div,form,img,ul,ol,li,dl,dt,dd {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

h1,h2,h3,h4,h5,h6,p,span {
	margin: 0px;
	padding: 0px;
}

ul,li {
	list-style-type: none;
}

ul,ol {
	list-style-type: none;
}

i,em,small,b,ins {
	font-style: normal;
}

input {
	padding: 0;
	margin: 0px;
	border: none
}


.clear {
	clear: both;	
	overflow: hidden
}

.none {
	display: none
}

.pc .mob{display:none;}


@media screen and (min-width:1000px){
.pc{display: block !important;}
.mob{display:none !important;}
.pc{
	/* 壮丽70周年临时用*/

background: url(./70zqbg.jpg) center top no-repeat;
padding-top:560px;

/* 壮丽70周年临时用*/
}

body {
	margin: 0px;
	padding: 0px;
	font-size: 16px;
	text-align: left;
	font-family: "Microsoft YaHei","微软雅黑",Verdana,Arial;
	color: #494949;
}
a {
	text-decoration: none;
	border:none;
	color: #494949;
}

a:hover {
	text-decoration:none;
	color: #8c211b;
}

.denote {
	margin-right: 5px;
}


.flex {
	display: flex;
	display: -webkit-flex;
}
.riqi {
	color: #999;
	font-size: 14px;
	float: right;
}
	
.mainbody {
	width: 100%;
	background-color: #efefef;
}
.footer {
	background-color: #8c211b;
	color: #fff;
	text-align: center;
	height: 52px;
	padding-top:15px;
}
.footer span {
	margin-right: 60px;
}
.fl{float:left;}
.fr{float:right;}
.mcenter{margin:0px auto;}
.tcenter{text-align:center;}



/*head*/
.head {
	width: 1200px;
	margin: 0px auto;
	padding-bottom: 10px;
	padding-top: 5px;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-end;
}

.head_1 {
	width: 400px;
}

.head_2 {
	width: 700px;
}

.head_2_1 {
	height: 45px;
	margin-left: 50px;
}

.head_2_2 {
	height: 30px;
	margin-left: 10px;
}


.menu {
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
	font-size: 20px;
}

.menu a {
	color: #000;
}
.menu a:hover {
	color: #8c211b;
	font-weight:bold;
}

.tianqi {
	float: left;padding-top:10px;padding-left:40px;
}

.search {
	float: right;
	padding-top: 5px;
}

.search input {
	float: left;
}

.searchleft {
	width: 140px;
	height: 28px;
	border: 1px solid #AFAFAF;
	text-align: center;
	border-right: none;
	color: #8f8f8f;
	line-height: 26px;
}

.searchbtn {
	width: 29px;
	height: 28px;
	background: url(./search.png) no-repeat;
	cursor: pointer;
}


/* index */
.i_banner {
	width: 1500px;
	height: 320px;
	margin: 0px auto;
	overflow: hidden;
}

.i_row1,.i_row2,.i_row3,.i_row4,.i_row5 {
	margin: 0px auto;
	width: 1100px;
	padding-top: 10px;
}

.i_row1 {
}

.i_row2 {
	height: 400px;
	flex-direction: row;
	justify-content: space-between;
}

.i_row2_1 {
	width: 620px;
	height: 100%;
}

.i_row2_2 {
	width: 480px;
	height: 100%;
	/*background: rgb(42, 106, 167);
	color: #fff;*/
	padding-left:15px;
}

.i_row3 {
	height: 250px;
	flex-direction: row;
	justify-content: space-between;
	margin-top: 20px;
}

.i_row3_1 {
	width: 570px;
	height: 100%;
}

.i_row3_2 {
	width: 480px;
	height: 100%;
}

.i_row4 {
	height: 250px;
	flex-direction: row;
	justify-content: space-between;
}

.i_row4_1 {
	width: 570px;
	height: 100%;
}

.i_row4_2 {
	width: 480px;
	height: 100%;
}

.i_row5 {
	height: 100px;
}

.i_footer {
	background-color: #8c211b;
	color: #fff;
}

.more {
	float: right;
	font-size: 14px;
	color: #494949;
	font-weight: normal;
}
/*  首页标题的下划线  */
.xxx {
	padding-left: 8px;
	padding-bottom: 5px;
	font-size: 20px;
	/*font-weight:normal;*/
	font-weight: bold;
	color: #8c211b;
	border-bottom: 2px solid #d3d3d3;
	position: relative;
	margin-bottom: 10px;
}

.xxx::before {
	content: '';
	height: 2px;
	width: 45px;
	background: #8c211b;
	position: absolute;
	bottom: -2px;
	left: 0px;
}

/* index---i_row2_2 右上角新闻资讯*/
.news_223 {
	margin-top: 20px;	
}
.news_223 li {
	width: 100%;
	height: 40px;
}
}
.news_123 {
	border-bottom-color: rgb(95, 144, 190);
	height: 70px;
	margin: 0px 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	justify-content: space-between;
	align-items: center;
}

.news_124 {
	font-size: 24px;
	font-weight: bold;
}

.news_125 {
	font-size: 16px;
}

.news_126 {
	margin: 20px 20px;
}

.news_126 li {	
	width: 100%;
	height: 38px;
}
.news_126 li a{font-size:16px;color:#fff;font-weight:normal;}

/* index--i_row3  **/
.gggs_121 {
	margin: 20px 0px;
}

.gggs_121 li {
	width: 100%;
	height: 38px;
}

.djwh {
	width: 100%;
	height: 180px;
}

/* index--i_row4 */
.triple {
	width: 100%;
	height: 80%;
	margin: 0px auto;
	margin-top: 20px;
}

.triple td {
	text-align: center;
	font-size: 28px;
	color: #245db9;
	vertical-align: bottom;
}

/*index--i_row5*/
.yqlj li {
	float: left;
	margin-right: 35px;
	margin-top: 5px;
}

/*index---i_footer***/
.if121 {
	justify-content: center;
	padding: 35px 0px;
	border-bottom: 2px solid #d3d3d3;
}

.roadmap {
	justify-content: space-between;
	width: 600px;
}

.roadmap p {
	font-weight: bold;
	height: 32px;
}

.roadmap li {
	color: #cedbf3;
	height: 25px;
}

.two {
	margin-left: 80px;
}

.two1 {
	color: #fff;
	font-size: 12px;
	margin-top: 5px;
}

.two2 {
	color: #fff;
	font-size: 14px;
	line-height: 1.5;
	vertical-align: top;
}

.if122 {
	margin: 15px auto;
	text-align: center;
	height: 52px;
}

.if122 span {
	margin-right: 60px;
}


/*list，list-normal ， list-image  ， article****/
.banner {
	width: 1500px;
	height: 160px;
	margin: 0px auto;
	overflow: hidden;
}

.mainbody2 {
	justify-content: space-between;
	width: 1500px;
	margin: 0px auto;
	padding-top:15px;
	padding-bottom: 20px;
}

.leftnav {
	width: 252px;
}

.ch120 {
	background-color: #bf3130;
	width: 100%;
	height: 100px;
	color: #fff;
}

.ch121 {
	font-size: 30px;
	padding-top: 10px;
	padding-left: 25px;
}

.ch122 {
	font-size: 18px;
	padding-top: 10px;
	padding-left: 25px;
}

.nav10 {
	width: 250px;
	background-color: #fff;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.nav11 {
	padding: 15px 25px;
}

.allli {
	background-image: url(./cha.jpg);
	height: 35px;
	magin-bottom: 5px;
	width: 200px;
	margin-bottom: 10px;
}

.allspan {
	padding-left: 35px;
	line-height: 2;	
}


.currentli{background-image: url(./cha-sel.jpg);height: 35px;
	magin-bottom: 5px;
	width: 200px;
	margin-bottom: 10px;}
.curspan{
	padding-left: 35px;
	line-height: 2;		
}
.curspan a{	
	color:#8c211b;
}

.con20 {
	margin: 10px auto;
	width: 252px;
}

.con22 {
	width: 250px;
	height: 400px;
	background-color: #fff;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.con23 {
	text-align: center;
	padding-top: 10px;
}

.con23 p {
	margin: 10px 20px;
	font-size: 14px;
	text-align: left;
}

.rightcon {
	width: 830px;
}

.rightcon30 {
	width: 828px;
	height: 50px;
	border: 1px solid #ccc;
	background-color: #fff;
	justify-content: space-between;
	align-items: center;
}

.rightcon30 div {
	margin: 0px 10px;
}

.pwd200 {
	font-size: 20px;
	font-weight: bold;
	color: #333;
}

.listcon40 {
	width: 828px;
	min-height: 845px;
	border: 1px solid #ccc;
	margin-top: 10px;
	background-color: #fff;
	margin-bottom: 20px;	
}

.listcon41 {
	width: 808px;		
	margin: 10px;	
}
.listcon41 li{height:48px;border-bottom:1px dashed #999;padding-left:10px;line-height:3;}
.listtile{margin-left:10px;}
.page{margin:30px auto; text-align:center;}
.page span{padding: 5px 10px; border-radius: 5px 0px 0px 5px; border: 1px solid rgb(240, 240, 240); margin-right: 2px; margin-left: 2px; background-color: #fff;}
.thisclass {color:#8c211b;font-weight:bold;}


.listcon42 {
	width: 788px;		
	margin: 20px;	
}
.ul43 li{height:130px;border-bottom:1px dashed #999;margin-top:15px;}

.list32{vertical-align:top;padding-left:10px;width:630px; }
.list321{margin-bottom:10px;}
.list321 a{color:#000;font-size:18px;font-weight:540;}
.list322{overflow-wrap:break-word;width:630px;}
.list323{color:#333;font-size:14px;margin-top:5px;}


/* article  */
.articletitle1{ text-align:center;color:#000; font-size:22px; font-weight:bold; line-height:54px;}
.articletitle2{border-bottom:1px dashed #999;padding-bottom:15px;}
.atb234{width:100%;text-align:right;}
.atd1 span{margin-right:20px;}
.atd2{text-align:right;}
.abody{margin:15px 10px;line-height:2;}
.abody div span p{text-indent:2em;}
.abody img{max-width:750px;margin-top:8px;margin-bottom:8px;}

}

