/* CSS Document */

body,div,a,img,p,form,h1,h2,h3,h4,h5,h6,input,form,select,option,textarea,ul,li,dt,dd,dl,fieldset{margin:0;padding:0;}

body{
	 background-color: #FaFaFa;
	
	 }
.cyfw{
	position:fixed;
	width:130px;
	padding:10px;	
	border:	solid 2px #2E75B6;
	right:0px;
	top:200px;
	border-radius:10px;
	background-color:#fff;
	display:flex;
	flex-wrap:wrap;
	z-index:100;

}
.cyfw a{
	color:#000;
	text-decoration:none;
}
.cyfw a:hover{
	color:#2E75B6;
}
.cyfw .fw{
	background:url(../images/cyfw.jpg) no-repeat;
	height:45px;
	padding-left:40px;	
	font-size:15px;
	font-weight:bold;
	margin-left:10px;
}
.cyfw .mail{
	background:url(../images/mail.jpg) no-repeat;
	height:45px;
	padding-left:40px;	
	font-size:15px;
	font-weight:bold;
	margin-left:10px;
}
.cyfw .vpn{
	background:url(../images/vpn.jpg) no-repeat;
	height:45px;
	padding-left:40px;	
	font-size:15px;
	font-weight:bold;
	margin-left:10px;
}
.cyfw .szxy{
	background:url(../images/bucm.jpg) no-repeat;
	height:45px;
	padding-left:40px;	
	font-size:15px;
	font-weight:bold;
	margin-left:10px;
}
.cyfw .tsg{
	background:url(../images/book.jpg) no-repeat;
	height:45px;
	padding-left:40px;	
	font-size:15px;
	font-weight:bold;
	margin-left:10px;
}

.cyfw .tel{
	background:url(../images/tel.jpg) no-repeat;
	height:45px;
	padding-left:40px;	
	font-size:15px;
	font-weight:bold;
	margin-left:10px;
}
.cyfw .oa{
	background:url(../images/oa.jpg) no-repeat;
	height:45px;
	padding-left:40px;	
	font-size:15px;
	font-weight:bold;
	margin-left:10px;
}
.cyfw .ykt{
	background:url(../images/card.jpg) no-repeat;
	height:45px;
	padding-left:40px;	
	font-size:15px;
	font-weight:bold;
	margin-left:10px;
}
.cyfw .soft{
	background:url(../images/soft.jpg) no-repeat;
	height:45px;
	padding-left:40px;	
	font-size:15px;
	font-weight:bold;
	margin-left:10px;
}

.cyfw .more{
	background:url(../images/more.jpg) no-repeat;
	height:45px;
	padding-left:40px;	
	font-size:15px;
	font-weight:bold;
	margin-left:10px;
}


.header{
	border-top:solid 10px #2E75B6;
	background-color:#fff;
	background-color: #FaFaFa;
      width:100%;
	margin:0px auto;

}


.banner{
	width:1000px;
	height:110px;
	background:url(../images/banner.png) no-repeat left;
	margin:1px auto 3px;

}
.nav{
	height:40px;
	background-color:#2E75B6;	
	font-size:14px;

	
}
.nav ul{
	display:block;
    width:1000px;
	margin:0px auto;
	list-style:none;
	height:40px;
	display:flex;
	justify-content:center;
	}
.nav ul li{
	float:left;
	width:90px;
}
.nav ul li a{
	color:#fff;
	text-decoration:none;
	font-weight:bold;
	display:block;
	height:40px;
	text-align:center;
	line-height:40px;
}

.nav ul li a:hover,.nav ul li a:active{
	color:#2E75B6;
	background-color:#fff;

}

.container{
	width:1000px;
	padding:10px;
	background-color:#fff;
	margin:0px auto;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}

.container .image1{
	box-sizing:border-box;
	width:100%;
	height:350px;
	margin-bottom:10px;
	background:url(../images/image1.jpg) no-repeat top center;;
}

.image{
	box-sizing:border-box;
	width:100%;
	height:350px;
	margin-bottom:20px;
	position: relative;
	overflow:hidden;

}
.left,.right{
		z-index: 99;
		position: absolute;
		width:41px; 
		height: 69px;
		background: url(../images/arr.png) no-repeat;
		top:130px;
		display: none;	
	}
	.left{
		background-position: -84px 0;
		left:0;
	}
	.right{
		background-position: right;
		right:0;
	}
	.left:hover{
		background-position:left;
	}
	.right:hover{
		background-position: -42px 0;
	}



.image ul li {
	width:100%;
	height:350px;
	left:0;
	top:0;
	display: none;
	position:absolute;
}
.image ul li a {
	display: block;
	width:100%;
	height:350px;
}
.image img{
	width:100%;
	heigth:350px;
}


.container .content{
	box-sizing:border-box;
	width:49%;
	height:250px;
	margin-bottom:10px;
}
.container .content .title{
	box-sizing:border-box;
	height:50px;
	border-bottom:solid 1px #2E75B6;
	display:flex;
	justify-content:space-between;
}
.container .content .title .text{
	box-sizing:border-box;
	height:50px;
	background:url(../images/timg.gif) no-repeat left;
	padding-left:50px;
	line-height:60px;
	font-size:15px;
	font-weight:bold;
}
.container .content .title .more{
	box-sizing:border-box;
	height:50px;
	line-height:70px;
	font-size:12px;
	font-weight:bold;
	padding-right:10px;
}

.container .content .title .more a{
	font-size:12px;
	color:#000;
	text-decoration:none;
}

.container .content .list{
	box-sizing:border-box;
	height:200px;
	width:100%;
	padding:10px;
	
}

.container .content .list .list-style{
	height:25px;
	width:100%;
	margin-top:5px;
	border-bottom:dashed 1px #BCBCBC;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;

}
.container .content .list .con{
	font-size:12px;
	background:url(../images/icon1_zww.jpg) no-repeat left 5px;
	box-sizing:border-box;
	padding-left:20px;
	height:25px;
	width:83%;
	margin-top:5px;

}

.container .content .list .date{
	font-size:12px;
	box-sizing:border-box;
	height:25px;
	margin-top:5px;

}

.container .content .list a{
	font-size:12px;
	color:#000;
	text-decoration:none;
}
.container .content .list a:hover{
	font-size:12px;
	color:#2E75B6;
	text-decoration:underline;
}

.footer{
	padding-top:30px;	
	box-sizing:border-box;
	height:140px;
	background-color:#2E75B6;
      width:100%;
	  margin:0px auto;

}
.footer .union{
		width:400px;
		margin:0px auto;
		display:flex;
		justify-content:space-between;
		font-size:14px;
		background-color:#2E75B6;
		box-sizing:border-box;
}

.footer .union a{
	color:#fff;
	text-decoration:none;
	font-weight:bold;
	background-color:#2E75B6;
}

.footer .union a:hover,.footer .union a:active{
	text-decoration:underline;

}

.footer .copy{
	width:1000px;
	text-align:center;
	margin:20px auto;
	color:#fff;
	font-size:12px;
	line-height:25px;
	font-weight:bold;
	background-color:#2E75B6;
	box-sizing:border-box;
}

.footer .copy a{
    color:#fff;
	text-decoration:none;
}

.container .left-nav{
	width:17%;	
	border:1px solid #2E75B6;
	border-radius:4px;
	min-height:400px;
	background:url(../images/left-gb.jpg) no-repeat center bottom;
	background-color:#2E75B6;
}

.container .left-nav div{
	color:#fff;
	width:100%;
	height:56px;
	font-size:16px;
	font-weight:bold;
	text-align:center;
	line-height:60px;
	background:url(../images/arr1.png) no-repeat 10px top;
	margin-bottom:20px;
}


.container .left-nav ul{
	width:100%;
	list-style-type:none;
	font-size:14px;
	font-weight:bold;
	padding-top:10px;
}

.container .left-nav li{
	width:100%;
	height:30px;
	text-align:center;
	margin-top:10px;
	line-height:30px;

}

.container .left-nav li a{
	color:#fff;
	text-decoration:none;
	display:block;
	width:100%;
	height:30px;
}

.container .left-nav li a:hover{
	color:#2E75B6;
	background-color:#fff;
	border-radius:6px;

}
.container .left-nav li .current{
	color:#2E75B6;
	background-color:#fff;
	border-radius:6px;
}

.container .right-content{
	box-sizing:border-box;	
	border:1px solid #2E75B6;
	width:82%;
	border-radius:4px;
	padding:20px;;
	position:relative;
}
.container .right-content .position{
	height:30px;
	text-align:right;
	font-size:12px;
	color:#8B8B8B;
}

.container .right-content .position a{
	color:#8B8B8B;
	text-decoration:none;
}
.container .right-content .position a:hover{
	color:#2E75B6;
	text-decoration:underline;
}

.container .right-content .topic{
	
	text-align:center;
	font-size:20px;
	font-weight:bold;
	margin-bottom:10px;
	margin-top:10px;
	padding:0px 10px;
	line-height:40px;
}

.container .right-content .vice-topic{
	height:30px;
	text-align:center;
	font-size:14px;
	font-weight:bold;
	margin-bottom:10px;
}

.container .right-content .info{
	height:20px;
	text-align:center;
	font-size:12px;
	margin-bottom:20px;
	border-bottom:solid 1px #2E75B6;
	color:#8B8B8B;
	margin-top:20px;
}


.container .right-content .options{
    width:100%;
	font-size:14px;
}
.container .right-content .options-title{
	font-weight:bold;
	border-bottom:dashed 1px #2E75B6;
	margin-bottom:10px;
}

.container .right-content .options ul{
	list-style-type:none;
	font-size:12px;
}

.container .right-content .options ul li{
	height:20px;
}

.container .right-content .options ul li a{
	color:#000;
	text-decoration:none;
}
.container .right-content .options ul li a:hover{
	color:#2E75B6;
}

.container .right-content .essay{
	font-size:14px;
	text-align:justify;
	line-height:30px;
	min-height:400px;
	margin-bottom:20px;
}
.container .right-content .topic-list{
	font-size:12px;
	margin-top:20px;
	border-bottom:dashed 1px #2E75B6;
	padding-bottom:5px;
	min-height:400px;


}

.container .right-content .topic-list ul{
	list-style:url(../images/icon1_zww.jpg);
	display:flex;
	justify-content:center;
	flex-wrap:wrap;
}

.container .right-content .topic-list li{
	display:flex;
	justify-content:space-between;
	align-items:center;
	color:#000;	
	height:20px;
	margin-top:10px;
	width:95%;
	font-size:12px;
}

.container .right-content .topic-list li span{

	font-size:12px;
}

.container .right-content .topic-list li a{
	color:#000;
	text-decoration:none;
	background:url(../images/icon1_zww.jpg) no-repeat left center;
	padding-left:15px;
}

.container .right-content .topic-list li a:hover{

	color:#2E75B6;	
}

.container .right-content .options .list_sort{
	text-align:center;
	font-size:12px;
	color:#8B8B8B;
	margin-top:10px;
}
.container .right-content .options .list_sort a{
	color:#8B8B8B;
	text-decoration:none;
}

.container .right-content .options .list_sort a:hover{

	color:#2E75B6;	
}



