.fl {
	float: left;
}

.fr {
	float: right;
}

.clearfix:after {
	display: block;
	content: '';
	clear: both;
	height: 0;
}

.head {
	width: 100%;
	height: 400px;
}

.head .top-logo {
	width: 100%;
	height: 230px;
	margin: 0 auto;
	background: url(/portal/jssgcrwl/images/headbackground.png) center no-repeat;
	background-size: cover;
}

.head .top-logo .register {
	height: 30px;
	line-height: 30px;
	background: rgba(16, 24, 42, 0.3);
	border-bottom: solid 1px rgba(255, 255, 255, 0.5);
}

.head .top-logo .register .register_center {
	width: 1200px;
	margin: 0 auto;
	color: #e06010;
	font-size: 12px;
	text-align: right;
}

.head .top-logo .top-logo-center {
	width: 1200px;
	margin: 0 auto;
}

.head .top-logo .top-logo-center .logo {
	margin-top: 58px;
}

.head .top-logo .top-logo-center .top_right .search_box {
	width: 300px;
	height: 35px;
	line-height: 35px;
	margin-top: 80px;
}

.head .top-logo .top-logo-center .top_right .search_box input {
	display: inline-block;
	box-sizing: border-box;
	width: 260px;
	height: 35px;
	float: left;
	padding: 0 5px;
	background: rgba(255, 255, 255, 0.5);
}

.head .top-logo .top-logo-center .top_right .search_box input::-webkit-input-placeholder
	{
	color: #bdbdbd;
}

.head .top-logo .top-logo-center .top_right .search_box input::-moz-placeholder
	{
	color: #bdbdbd;
}

.head .top-logo .top-logo-center .top_right .search_box input:-moz-input-placeholder
	{
	color: #bdbdbd;
}

.head .top-logo .top-logo-center .top_right .search_box input::-ms-input-placeholder
	{
	color: #bdbdbd;
}

.head .top-logo .top-logo-center .top_right .search_box .search_btn {
	width: 40px;
	height: 35px;
	box-sizing: border-box;
	background-image: url(/portal/jssgcrwl/images/search.png);
	background-position: center;
	background-repeat: no-repeat;
/* 	background-color: #203b7a; */
	cursor: pointer;
}

.head .top-nav {
	width: 100%;
	height: 45px;
	text-align: center;
	line-height: 45px;
	color: #fff;
	font-size: 16px;
	background: #203b7a;
}

.head .top-nav .nav {
	display: inline-block;
	width: 1200px;
	margin: 0 auto;
}

.head .top-nav .nav li {
	width: 150px;
	float: left;
	position: relative;
}

.head .top-nav .nav .on {
	background: #ff5a00;
}

.head .top-nav .nav li a {
	display: inline-block;
	width: 100%;
	height: 100%;
	transition: background 1s ease;
}

.head .top-nav .nav li:hover {
	background: #ff5a00;
}

.head .top-nav .nav li>ul {
	width: 150px;
	position: absolute;
	z-index: 100;
	background: #203b7a;
	display: none;
}

.head .top-nav .nav li:hover>ul {
	display: block;
}

.content {
	box-sizing: border-box;
	width: 1200px;
	margin: -125px auto 20px auto;
}

.content .content1 {
	width: 100%;
	box-sizing: border-box;
	background: #fff;
	margin-top: 20px;
}

.content .content1 .content1_left {
	width: 900px;
	height: 350px;
}

.content .content1 .content1_left .wrapper {
	width: 490px;
	height: 350px;
	position: relative;
	overflow: hidden;
}

.content .content1 .content1_left .wrapper .d1 {
	display: inline-block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.content .content1 .content1_left .wrapper .d1 .newstitle {
	display: inline-block;
	box-sizing: border-box;
	width: 100%;
	height: 40px;
	line-height: 40px;
	color: #fff;
	background: rgba(0, 0, 0, 0.7);
	padding: 0 80px 0 20px;
	position: absolute;
	left: 0;
	top: 310px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.content .content1 .content1_left .wrapper .d2 {
	width: 60px;
	height: 8px;
	position: absolute;
	right: 10px;
	bottom: 16px;
	z-index: 10;
}

.content .content1 .content1_left .wrapper .d2 li {
	width: 8px;
	height: 8px;
	background: #fff;
	float: left;
	margin-left: 8px;
}

.content .content1 .content1_left .wrapper .d2 .nuw {
	background: #203b7a;
}

.content .content1 .content1_left .news_box {
	box-sizing: border-box;
	width: 410px;
	height: 350px;
	background: #f0f3fb;
	padding: 0 15px;
	border: solid 1px #fbf2f2;
}

.content .content1 .content1_left .news_box .news_title {
	height: 48px;
	line-height: 48px;
	border-bottom: solid 2px #203b7a;
}

.content .content1 .content1_left .news_box .news_title .news_title_left
	{
	color: #203b7a;
	font-weight: bold;
	background: url(/portal/jssgcrwl/images/xhzx_icon.png) left no-repeat;
	padding-left: 20px;
}

.content .content1 .content1_left .news_box .news_item {
	width: 380px;
	margin-top: 15px;
}

.content .content1 .content1_left .news_box .news_item .news_item_center
	{
	height: 270px;
}

.content .content1 .content1_left .news_box .news_item .news_item_center>ul
	{
	display: block;
	width: 380px;
}

.content .content1 .content1_left .news_box .news_item .news_item_center>ul li
	{
	height: 30px;
	margin-bottom: 10px;
	color: #424242;
	font-size: 15px;
	border-bottom: dashed 1px #c5c5c6;
}

.content .content1 .content1_left .news_box .news_item .news_item_center>ul li:last-child
	{
	border-bottom: none;
}

.content .content1 .content1_left .news_box .news_item .news_item_center>ul li a
	{
	display: inline-block;
	float: left;
	width: 310px;
	height: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.content .content1 .content1_left .news_box .news_item .news_item_center>ul li a:hover
	{
	color: #203b7a;
}

.content .content1 .content1_left .news_box .news_item .news_item_center>ul li a i
	{
	color: #203b7a;
}

.content .content1 .content1_left .news_box .news_item .news_item_center>ul li span
	{
	display: inline-block;
	float: right;
	color: #bdbdbd;
	font-size: 15px;
}

.content .content1 .content1_right {
	box-sizing: border-box;
	width: 280px;
	height: 350px;
	margin-left: 20px;
}

.content .content1 .content1_right .news_title {
	box-sizing: border-box;
	padding: 0 10px;
	height: 50px;
	line-height: 50px;
	background: #e1e7f7;
}

.content .content1 .content1_right .news_title .news_title_left {
	color: #203b7a;
	font-weight: bold;
	background: url(/portal/jssgcrwl/images/xhtz_icon.png) left no-repeat;
	padding-left: 20px;
}

.content .content1 .content1_right .news_item {
	box-sizing: border-box;
	width: 280px;
	height: 300px;
	padding: 0px 10px;
	border: solid 1px #e1e7f7;
}

.content .content1 .content1_right .news_item .news_item_center {
	margin-top: 15px;
}

.content .content1 .content1_right .news_item .news_item_center>ul li {
	height: 30px;
	margin-bottom: 10px;
	color: #424242;
	font-size: 15px;
	border-bottom: dashed 1px #e1e7f7;
}

.content .content1 .content1_right .news_item .news_item_center>ul li:last-child
	{
	border-bottom: none;
}

.content .content1 .content1_right .news_item .news_item_center>ul li a
	{
	display: inline-block;
	float: left;
	width: 200px;
	height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.content .content1 .content1_right .news_item .news_item_center>ul li a:hover
	{
	color: #203b7a;
}

.content .content1 .content1_right .news_item .news_item_center>ul li a i
	{
	color: #203b7a;
}

.content .content1 .content1_right .news_item .news_item_center>ul li span
	{
	display: inline-block;
	float: right;
	color: #bdbdbd;
	font-size: 15px;
}

.content .content2 {
	width: 1200px;
	margin-top: 30px;
	overflow: hidden;
}

.content .content2 .kpzs {
	width: 490px;
	display: inline-block;
	margin-right: 20px;
}

.content .content2 .kpzs .kpzs_title {
	overflow: hidden;
}

.content .content2 .kpzs .kpzs_title .kpzs_title_left {
	display: inline-block;
	color: #203b7a;
	font-weight: bold;
}

.content .content2 .kpzs .kpzs_title .kpzs_title_right {
	display: inline-block;
}

.content .content2 .kpzs .kpzs_pic {
	overflow: hidden;
	margin-top: 5px;
}

.content .content2 .kpzs .kpzs_content {
	overflow: hidden;
}

.content .content2 .kpzs .kpzs_content ul {
	overflow: hidden;
}

.content .content2 .kpzs .kpzs_content ul li {
	padding: 10px 0;
	color: #424242;
	font-size: 15px;
	border-bottom: dashed 1px #e1e7f7;
	display: block;
	overflow: hidden;
}

.content .content2 .kpzs .kpzs_content ul li:last-child {
	border-bottom: none;
}

.content .content2 .kpzs .kpzs_content ul li a {
	display: inline-block;
	float: left; width : 390px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	width: 390px;
}

.content .content2 .kpzs .kpzs_content ul li a:HOVER {
	color: #203b7a;
}

.content .content2 .kpzs .kpzs_content ul li a i {
	color: #203b7a;
}

.content .content2 .kpzs .kpzs_content ul li span {
	display: inline-block;
	float: right;
	color: #bdbdbd;
}

.content .content2 .zcfg {
	width: 390px;
	display: inline-block;
	margin-right: 20px;
}

.content .content2 .zcfg .zcfg_title {
	overflow: hidden;
}

.content .content2 .zcfg .zcfg_title .zcfg_title_left {
	display: inline-block;
	color: #203b7a;
	font-weight: bold;
}

.content .content2 .zcfg .zcfg_title .zcfg_title_right {
	display: inline-block;
}

.content .content2 .zcfg .zcfg_pic {
	overflow: hidden;
	margin-top: 5px;
}

.content .content2 .zcfg .zcfg_content {
	overflow: hidden;
}

.content .content2 .zcfg .zcfg_content ul {
	overflow: hidden;
}

.content .content2 .zcfg .zcfg_content ul li {
	padding: 10px 0;
	color: #424242;
	font-size: 15px;
	border-bottom: dashed 1px #e1e7f7;
	display: block;
	overflow: hidden;
}

.content .content2 .zcfg .zcfg_content ul li:last-child {
	border-bottom: none;
}

.content .content2 .zcfg .zcfg_content ul li a {
	display: inline-block;
	float: left;
	width: 300px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.content .content2 .zcfg .zcfg_content ul li a:HOVER {
	color: #203b7a;
}

.content .content2 .zcfg .zcfg_content ul li a i {
	color: #203b7a;
}

.content .content2 .zcfg .zcfg_content ul li span {
	display: inline-block;
	float: right;
	color: #bdbdbd;
}

.content .content2 .hyzx {
	width: 280px;
	display: inline-block;
}

.content .content2 .hyzx .hyzx_title {
	color: #203b7a;
	font-weight: bold;
	margin-bottom: 5px;
}

.content .content2 .hyzx .hyzx_pic {
	margin-bottom: 11px;
}

.content .content2 .hyzx .hyzx_pic:HOVER {
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
	-ms-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.content .content3 {
	box-sizing: border-box;
	width: 1200px;
	height: 135px;
	margin-top: 30px;
	padding: 0 15px;
	background: #fff;
	border: solid 1px #e1e7f7;
}

.content .content3 .xhjs .news_title {
	height: 36px;
	border-bottom: solid 2px #203b7a;
	line-height: 36px;
}

.content .content3 .xhjs .news_title .news_title_left span {
	color: #203b7a;
	font-weight: bold;
	border-left: solid 4px #203b7a;
	padding-left: 5px;
}

.content .content3 .xhjs>ul {
	margin-top: 10px;
}

.content .content3 .xhjs>ul li {
	width: 220px;
	height: 70px;
	float: left;
	margin: 0 17px 0 0;
    background: blue;
}

.content .content3 .xhjs>ul li:first-child {
	margin-left: 0;
}

.content .content3 .xhjs>ul li:last-child {
	margin-right: 0;
}

.content .content3 .xhjs>ul li:hover {
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
	-ms-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.content .content4 {
	width: 1168px;
	margin-top: 30px;
	padding: 0 15px;
	overflow: hidden;
	background: #fff;
	border: solid 1px #e1e7f7;
}

.content .content4 .yqlj .news_title {
	height: 36px;
	border-bottom: solid 2px #203b7a;
	line-height: 36px;
}

.content .content4 .yqlj .news_title .news_title_left {
	background: url(/portal/jssgcrwl/images/yqlj_icon.png) left no-repeat;
}

.content .content4 .yqlj .news_title .news_title_left span {
	color: #203b7a;
	font-weight: bold;
	padding-left: 20px;
}

.content .content4 .yqlj>ul {
	overflow: hidden;
	margin-bottom: 10px;
}

.content .content4 .yqlj>ul li {
	width: 160px;
	height: 60px;
	float: left;
	margin: 10px 8px 0 0;
}

.content .content4 .yqlj>ul li:nth-child(7n) {
	margin: 10px 0 0 0;
}

.content .content4 .yqlj>ul li:hover {
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
	-ms-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.content .content4 .yqlj>ul li img {
	display: inline-block;
	width: 100%;
	height: 100%;
}

.foot {
	width: 100%;
	height: 160px;
	background: #142848;
}

.foot p {
	font-size: 14px;
	padding-top: 60px;
	text-align: center;
	color: #fff;
	opacity: 0.5;
	line-height: 28px;
}