﻿*{
	padding: 0;
	margin: 0;
}
a{
	color: #000000;
	text-decoration: none !important;
}
a:hover{
	text-decoration: none;
	color: #000000;
}
ul,p{
	margin: 0 !important;
	list-style: none;
}
h1,h2,h3,h4,h5,h6{
	margin: 0;
}
table{margin:auto;}

.content{
	background: url(../img/icon/body-bg.png) no-repeat center;
	/* background-position: 100%; */
}
/*顶部公共css*/
.header{
	width: 100%;
	height: auto;
}
.header-topbox{
	width: 100%;
	height: 36px;
	background: #F4F4F4;
}
.header-top-marign{
	width: 1200px;
	height: 100%;
	margin: auto;
	line-height: 36px;
}
.header-top-marign-left{
	width: 50%;
	height: 100%;
	float: left;
}
.header-top-marign-left p{
	font-size: 12px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #222222;
}
.header-top-marign-right{
	width: 50%;
	height: 100%;
	float: left;
	text-align: right;
}
.header-top-marign-right a{
	font-size: 12px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #2B2B2B;
	position: relative;
	margin-left: 15px;
}
.header-top-marign-right a:nth-child(1)::before,.header-top-marign-right a:nth-child(2)::before{
	content: "";
	width: 1px;
	height: 13px;
	background: #222222;
	position: absolute;
	top: 2px;
	right: -10px;
}
.header-top-marign-right a:nth-child(2){background:url(../img/icon/email.png) no-repeat left;
        padding-left:25px;}
.header-top-marign-right a:nth-child(1){background:url(../img/icon/guanwang.png) no-repeat left;
        padding-left:20px;}
.header-logoSearch{
	width: 100%;
	height: auto;
	background: url(../img/icon/top-bg.png);
}
.header-logoSearch-margin{
	width: 1200px;
	height: 140px;
	margin: auto;
}
.header-logo{
	width: 80%;
	height: 100%;
	float: left;
	padding-top: 30px;
	box-sizing: border-box;
	position: relative;
}
.maks-img{
	width: 143px;
	height: 160px;
	position: absolute;
	top: 0;
	right: 0;
}

.header-search{
	width: 20%;
	height: 100%;
	float: left;
	position: relative;
}
.header-search-input{
	width: 220px;
	height: 38px;
	border: 1px solid #D2D2D2;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	border-radius: 5px;
	overflow: hidden;
}
.header-search-input input[type="text"]{
	width: 175px;
	height: 100%;
	background: none;
	outline: none;
	border: none;
	padding: 0 10px;
	box-sizing: border-box;
}
.header-search-input input[type="submit"]{
	width: 43px;
	height: 100%;
	background: #031B96;
	outline: none;
	background: #950F16 url(../img/icon/icon-search.png) no-repeat center;
	border: none;
	float: right;
}


.header-navbox{
	width: 100%;
	height: 50px;
	background: #950F16;
}
.header-nav-margin{
	width: 1200px;
	height: 100%;
	margin: auto;
}
.header-nav-margin li{
	width: 120px;
	height: 50px;
	float: left;
	position: relative;
}
.header-nav-margin li a{
	display: block;
	width: 100%;
	height: 50px;
	text-align: center;
	line-height: 50px;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	position: relative;
}
.header-nav-margin li:hover .nav-child{
	display: block;
}
.header-nav-margin li a:hover{
	background: #cc333b;
}

.li-active{
	background: #cc333b;
}

.header-nav-margin li a::before{
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	width: 1px;
	height: 22px;
	background: url(../img/icon/icon-xiantiao.png) no-repeat left;
}
.header-nav-margin li:first-child a::before{
	display: none;
}

.nav-child{
	width: 100%;
	height: auto;
	background: rgba(0,0,0,0.3);
	position: absolute;
	top: 100%;
	left: 0;
	display: none;
	z-index: 999;
}
/* 顶部公共 */


/* 底部公共 */
.footer{
	width: 100%;
	height: 190px;
	background: #950F16;
	padding: 62px 0;
	box-sizing: border-box;
	margin-top: 50px;
}
.footer-margin{
	width: 1200px;
	margin: auto;
	height: 100%;
	position: relative;
}
.footer-logo{
	width: 400px;
	float: left;
}
.footer-coopright{
	width: 650px;
	float: left;
	line-height: 36px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	position: relative;
}
.footer-coopright a{
	color: #FFFFFF;
}
.footer-coopright li{
	width: 50%;
	float: left;
}
.footer-code{
	width: 100px;
	height: 100px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0px;
}
.footer-code img{
	width: 100%;
	height: 100%;
}
/* 底部公共 */

/* 党建/团学/教育/科研*/
.content-title-col{
	width: 100%;
	height: 46px;
	border-bottom: 2px solid #BCBCBC;
	position: relative;
	/*margin-top: 50px;*/
}
.content-title-col::before{
	content: "";
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 86px;
	height: 4px;
	background: #950F16;
}
.content-title-col-left,.content-title-col-right{
	width: 50%;
	float: left;
	line-height: 46px;
}
.content-title-col-right{
	text-align: right;
}
.content-title-col-right span{
	display: inline-block;
	width: 46px;
	height: 20px;
	cursor: pointer;
}
.content-title-col-right span:first-child{
	background: url(../img/icon/btn-left.png) no-repeat center;
}
.content-title-col-right span:last-child{
	background: url(../img/icon/btn-right.png) no-repeat center;
}

.content-margin{
	width: 1200px;
	height: auto;
	margin: auto;
        padding-top:30px;
}

.address{
	width: 100%;
	height: 46px;
	line-height: 46px;
	font-size: 14px;
	padding-left: 30px;
	border-bottom: 1px solid #EEEEEE;
	box-sizing: border-box;
	margin-bottom: 20px;
	background: url(../img/icon/icon-address.png) no-repeat left;
	background-size: 26px;
}
.address span:last-child{
display:none;
}

.header,.header-topbox,.header-navbox,.header-logoSearch,.content-banner,.footer{min-width:1200px;}