/* 栏目标题样式 start */

.YouthForum-name {
	width: 42%;
	margin: 0 auto;
	padding: 70px 0 45px 0;
}
.YouthForum-name p {
	border-top: #dde0e0 1px solid;
	font-weight: 600;
	font-size: 74px;
	line-height: 70px;
	font-style: italic;
	/* letter-spacing: 1px; */
	padding-top: 20px;
	text-align: center;
}
.YouthForum-name .text-shadow {
	color: #0074c6;
	text-shadow: 4px 3px 0px #bae9f5, 5px 9px 9px rgba(0, 0, 0, 0.11);
}

/* 栏目标题样式 end */


/*青年发展论坛Header*/

.header {
	width: 100%;
	height: 206px;
	margin: 0 auto;
}

.header .YouthForumTop {
	width: 1200px;
	height: 76px;
	margin: 0 auto;
	padding-top: 20px;
}

.header .YouthForumTop .YouthLogo {
	width: 390px;
	height: 76px;
	float: left;
}

.header .YouthForumTop .Youthsocial {
	float: left;
	padding: 33px 0px 0px 75px;
}

.header .YouthForumTop .Youthsocial li {
	float: left;
	margin-right: 10px;
    position: relative;
    transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
}
.header .YouthForumTop .Youthsocial li img:last-child {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
}
.header .YouthForumTop .Youthsocial li a {
    display: flex;
}
.header .YouthForumTop .Youthsocial li:hover img:last-child
{
 opacity:1
}
.header .YouthForumTop .Youthenchinese {
	float: left;
padding: 36px 0px 0px 470px;
}

.header .YouthForumTop .Youthenchinese a {
	font-size: 18px;
	color: #666;
	font-weight: 300;
}

.header .YouthForumTop .Youthenchinese a:hover {
	color: #0074c6;
}

.header .YouthForumTop .Youthsearch {
	width: 210px;
	float: right;
	height: 38px;
	margin-top: 27px;
	margin-right: 20px;
	position: relative;
}

.header .YouthForumTop .Youthsearch input {
	width: 90%;
	height: 38px;
	padding-left: 10%;
	outline: none;
	background: #ccecff;
	border: none;
	border-radius: 50px;
	color: #fff;
}

.header .YouthForumTop .Youthsearch button {
	position: absolute;
	top: 8px;
	right: 20px;
	width: 22px;
	height: 22px;
	cursor: pointer;
	background-color: #ccecff;
}

.header .YouthForumTop .Youthsearch button img {
	width: 22px;
	height: 22px;
}

.header .YouthForum-Meun.fixed {
	transition: all .1s ease-in-out;
	position: fixed;
	top: 0;
	margin-top: 0;
	z-index: 1111;
	background-color: #0274c6;
	border-bottom: 0px solid #0274c6;
-webkit-animation-name: animationFade;
	-o-animation-name: animationFade;
	animation-name: animationFade;
	animation-duration: 1s;
	-webkit-animation-duration: 1s;
	-o-animation-duration: 1s;
	animation-fill-mode: both;
	-webkit-animation-fill-mode: both;
	-o-animation-fill-mode: both;
}

.header .YouthForum-Meun {
	width: 100%;
 height: 56px;
	background: #2c75c9;
	margin: 26px auto 0px;
	position: relative;
}

.header .YouthForum-Meun.active li a{
color:#2c75c9;
}

.header .YouthForum-Meun-nav {
	width: 1200px;
	margin: 0 auto;
}

.header .YouthForum-Meun .subMenu {
	width: 100%;
	height: auto;
	padding: 10px 0px 20px;
	background-color: #2578c1;
	position: absolute;
	top: 56px;
	left: 0;
	z-index: 1000;
	overflow: hidden;
	display: none;
}

.header .YouthForum-Meun .subMenu .twowrap {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}

.header .YouthForum-Meun .subMenu .twowrap .twowrap-box {
	width: 450px;
	float: left;
	top: 0px;
	margin-left: 0px;
}

.header .YouthForum-Meun .more-level:nth-child(2) .subMenu .twowrap .twowrap-box {
	margin-left: 220px;
}

.header .YouthForum-Meun .more-level:nth-child(3) .subMenu .twowrap .twowrap-box {
	margin-left: 380px;
}

.header .YouthForum-Meun .more-level:nth-child(5) .subMenu .twowrap .twowrap-box {
	margin-left: 640px;
}
.header .YouthForum-Meun .more-level:nth-child(6) .subMenu .twowrap .twowrap-box {
  margin-left: 848px;
}

.header .YouthForum-Meun .subMenu .twowrap .twowrap-box p {
	width: 100%;
	float: left;
	display: block;
	line-height: 40px;
}

.header .YouthForum-Meun .subMenu .twowrap .twowrap-box p a {
	font-size: 20px;
	font-weight: 300;
	color: #ffffff;
}

.header .YouthForum-Meun .subMenu .twowrap .twowrap-box p a:hover {
	font-size: 22px;
	color: #cd4244;
	border-bottom: none;
}

.header .YouthForum-Meun li {
	float: left;
	font-size: 24px;
	line-height: 52px;
	margin-left: 22px;
	margin-right: 34px;
	font-weight: 500;
}
.header .YouthForum-Meun li:first-child
{
  margin-left: 0px;
}
.header .YouthForum-Meun li:last-child {
	margin-right: 0px;
}

.header .YouthForum-Meun li a {
	display: block;
	color: #fff;
}

.header .YouthForum-Meun li a.active {
	
	border-bottom: #feb502 4px solid;
}


/*青年发展论坛Header*/


/*青年发展论坛Footer*/

.YouthFooter {
  margin: 0px auto;
  width: 1220px;
  text-align: center;
}

.YouthFooter .YouthFooter-left {
  padding: 0px 30px 0px 0px;
  width: 178px;
  margin: 0 auto;
}

.Footer-leftlogo {
  padding: 0px 0px 4px;
  width: 178px;
  height: 110px;
  float: left;
}
.Footer-leftlogo img{
   width:178px;
height: 110px
}

.Footer-leftbox {
  width: 100%;
  float: left;
}

.YouthFooter ul {
  width: 87%;
  padding-top: 9px;
  padding-left: 13%;
  float: left;
  display: inline-block;
}

.YouthFooter ul li {
  padding-right: 0px;
  float: left;
  position: relative;
}

.Footer-leftboxicon li {
  transition: 1s ease-in-out;
  /* margin-right: 2px; */
  -webkit-transition: all 1s ease-in-out;
}

.Footer-leftboxicon li a {
  display: flex;
}

.Footer-leftboxicon li img {
  margin-right: 0px !important;
  float: left;
  transform: scale(0.6);
}

.Footer-leftboxicon li img:last-child {
  left: 0px;
  top: 0px;
  position: absolute;
  opacity: 0;
}

.Footer-leftboxicon li:hover img:last-child {
  opacity: 1;
}

.Footer-leftlinkemail {
  margin-top: 10px;
  float: left;
  padding-left: 12%;
}

.Footer-leftlinkemail p {
  color: rgb(2, 140, 219);
  line-height: 18px;
  padding-left: 10px;
  font-size: 12px;
  float: left;
}

.Footer-leftlinkemail img {
  float: left;
  transform: scale(0.6);
}

.YouthFooter .YouthFooter-right {
  width: 980px;
  padding-left: 22px;
  float: left;
}

.Footer-rightUnit {
  width: 100%;
  height: 58px;
  float: left;
}

.Footer-rightUnit .rightUnitName {
  color: rgb(102, 102, 102);
  line-height: 42px;
  padding-right: 15px;
  font-size: 16px;
  float: left;
}
.Footer-rightUnit .rightUnitName  p
{
  color: #2578c1;
}
.Footer-rightUnit .rightUnitLogo a {
  margin-right: 15px;
}

.fotlogofd {
 
  top: -16px;
  width: 71px;
  height: 63px;
      left: 432px;
  position: absolute;
}

.YouthFootercopy {
  width: 100%;
  float: left;
}

.YouthFootercopy p {
  text-align: center;
  color: rgb(153, 153, 153);
  line-height: 60px;
  font-size: 12px;
}

.header .active.YouthForum-Meun {
  background-color: rgb(44, 117, 201);
}

.header .YouthForum-Meun li a.active {
  color: rgb(255, 255, 255) !important;
}

.header .active.YouthForum-Meun li a {
  color: rgb(255, 255, 255);
}


.header .fixed.YouthForum-Meun {
  border-bottom-color: rgb(2, 116, 198);
  border-bottom-width: 0px;
  border-bottom-style: solid;
}

.page_fr p {
  text-indent: 0em;
}

.page_fr img {
  max-width: 990px;
}

.page_fr p:last-child {
  margin-bottom: 30px;
}

/*青年发展论坛Foote END*/


@keyframes animationFade
{
0% {
	opacity: 0;
	-webkit-transform: translate3d(0, -100%, 0);
	transform: translate3d(0, -100%, 0);
}

100% {
	opacity: 1;
	-webkit-transform: none;
	-o-transform: none;
	transform: none;
}
}