.masthead {
    width: 100%;
    height: 485px;
    margin-bottom: 40px;
    position: relative;
    overflow: visible;
}



.masthead .slide {
    position: absolute;
    top: 0;
    left: 0;
    right: 500px;
    height: 100%;
    
    border-radius: 4px;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
    background-color: #fa4c61;
    background-image: linear-gradient(111deg, #ffa74f, #fa4c61);
    overflow: hidden;
}

.masthead .slide .item {
    width: 100%;
    height: 100%;
    
    overflow: hidden;
    position: relative;
}

.masthead .slide .item .img {
    width: 100%;
    height: 485px;
    background-color: #f2f2f2;
    border-radius: 4px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    display: inline-block;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.masthead .slide .item .text {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    padding: 20px 20px 36px 20px;
    background-color: rgba(0, 0, 0, 0.6);
}

.masthead .slide .item .title {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    height: 28px;
    line-height: 28px;
    display: inline-block;
    
    font-weight: bold;
}

.masthead .slide .item .title:hover {
    text-decoration: underline;
}

.masthead .slide .item .content {
    width: 100%;
    font-size: 14px;
    overflow: hidden;
    color: #fff;
}

.masthead .slide .slick-prev {
    margin-left: 30px;
    z-index: 1;
    width: 48px;
    height: 48px;
    
}

.masthead .slide .slick-next {
    margin-right: 30px;
    z-index: 1;
    width: 48px;
    height: 48px;
    
}

.masthead .slide .slick-prev:before,
.masthead .slide .slick-next:before {
    font-size: 48px;
}

.masthead .slide .slick-dots {
    bottom: 8px;
    color: #fff;
    text-align: right;
    right: 20px;
}

.slick-dots li button:before {
    opacity: .5;
}

.masthead .slide .slick-dots li button:before {
    color: #fff !important;
}



.masthead .news {
    position: absolute;
    top: 0;
    
    
    right: 0;
    width: 485px;
    height: 320px;
    
    
    
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
}

.masthead .news .news-title {
    
    font-size: 20px;
    
    
    
    color: #f48c15;
    margin: 10px 0 0 20px;
    float: left;
    height: 36px;
    line-height: 36px;
}

.masthead .news .more {
    float: right;
    height: 36px;
    line-height: 36px;
    margin: 10px 20px 0 0;
    opacity: 0.6;
    font-size: 12px;
    
    color: #c2c2c2;
    text-decoration: none;
}

.masthead .news .list {
    position: absolute;
    top: 54px;
    left: 20px;
    right: 20px;
    bottom: 15px;
    overflow: visible;
    font-size: 14px;
    
    color: #656565;
}

.masthead .news .list .item {
    float: left;
    width: 100%;
    
    line-height: 24px;
    position: relative;
    
}

.masthead .news .list .item .title {
    text-decoration: none;
    
    color: #656565;
    transition: color .3s;

    max-width: 390px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
}

.masthead .news .list .item .title:hover {
    
    color: #40a5ed;
}

.masthead .news .list .item .date {
    
    opacity: 0.6;
    float: right;
    
    
}

.masthead .news .list .sep {
    width: 100%;
    height: 1px;
    opacity: 0.1;
    
    background-color: #989898;
    margin: 6px 0;
    float: left;
}



.masthead .participate {
    position: absolute;
    
    
    
    
    width: 235px;
    height: 150px;
    right: 250px;
    top: 335px;
    background: url(404.png) 0 0 no-repeat;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
}



.masthead .find-help {
    position: absolute;
    background: url(404.png) 0 0 no-repeat;
    background-size: 100% 100%;
    width: 235px;
    height: 150px;
    right: 0;
    
    bottom: 0;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
}



.masthead .youth-star {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 235px;
    height: 315px;
    
    
    
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
}


























.masthead .youth-star .more {
    position: absolute;
    
    bottom: 4px;
    right: 12px;
    
    height: 24px;
    line-height: 24px;
    
    font-size: 12px;
    
    color: #c2c2c2;
    text-decoration: none;
}

.masthead .youth-star .avatar {
    position: absolute;
    top: 30px;
    left: 50%;
    
    
    margin-left: -72px;
    width: 144px;
    height: 108px;
    
    border-radius: 2px;
    background-color: #f2f2f2;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.masthead .youth-star .name {
    position: absolute;
    top: 146px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    width: 100%;
    
    color: #323232;
    text-decoration: none;
}

.masthead .youth-star .from {
    font-size: 12px;
    opacity: 0.5;
    
    color: #989898;
    position: absolute;
    width: 100%;
    text-align: center;
    top: 172px;
}

.masthead .youth-star .description {
    width: 195px;
    height: 104px;
    font-size: 14px;
    line-height: 1.5;
    text-align: justify;
    
    color: #656565;
    
    text-overflow: ellipsis;
    position: absolute;
    left: 50%;
    margin-left: -97px;
    bottom: 18px;
}



.news-center .h-column-content {
    background: url(404.png) left bottom no-repeat;
}

.news-center .blocks:after {
    content: '';
    display: block;
    clear: both;
}

.news-center .block {
    width: 290px;
    height: 328px;
    float: left;
    position: relative;
    margin-right: 10px;
}

.news-center .block-3 {
    margin-right: 0;
}

.news-center .block .img {
    width: 100%;
    height: 140px;
    background-color: #f2f2f2;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    display: block;
}

.news-center .block .img-link {
    display: block;
    width: 100%;
    height: 104px;
}

.news-center .block-1 .img {
    background-image: url(404.png);
}

.news-center .block .img .top-title {
    position: absolute;
    bottom: 0;
    height: 36px;
    line-height: 36px;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 20px;
    text-decoration: none;
    transition: color .3s;
}

.news-center .block .img .top-title:hover {
    color: #40a5ed;
}

.news-center .block .more {
    height: 36px;
    line-height: 36px;
    opacity: 0.6;
    font-size: 12px;
    color: #656565;
    text-decoration: none;
    position: absolute;
    top: auto;
    right: 20px;
    bottom: 0;
    transition: color .3s;
}

.news-center .block .more:hover {
    color: #40a5ed;
}

.news-center .block .list {
    position: absolute;
    top: 152px;
    left: 20px;
    right: 20px;
    bottom: 15px;
    overflow: visible;
    font-size: 14px;
    color: #656565;
}

.news-center .block .list .item {
    float: left;
    width: 100%;
    height: 36px;
    position: relative;
    
}

.news-center .block .list .item .news-title {
    text-decoration: none;
    color: #656565;
    transition: color .3s;
}

.news-center .block .list .item .news-title:hover {
    color: #40a5ed;
}

.news-center .block .list .item .date {
    position: absolute;
    opacity: 0.6;
    
    right: 4px;
    bottom: -2px;
}

.news-center .block .list .sep {
    width: 100%;
    height: 1px;
    opacity: 0.1;
    background-color: #656565;
    margin: 8px 0;
    float: left;
}



.declaration-platform .h-column-content {
    background: url(404.png) left bottom no-repeat;
}

.declaration-platform .side-body {
    margin-top: 40px !important;
}

.declaration-platform ul {
    padding: 0;
    margin: 0;
    background-color: rgba(248, 250, 253, 0.8);
    box-shadow: 0 0 20px 20px rgba(248, 250, 253, 0.8);
}

.declaration-platform li {
    list-style: none;
    cursor: pointer;
    margin: 0 0 40px 0;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    color: #656565;
    transition: color .3s;
    height: 21px;
}

.declaration-platform li.active,
.declaration-platform li:hover {
    color: #4990e2;
}

.declaration-platform li span {
    height: 21px;
    line-height: 21px;
    float: left;
}

.declaration-platform .icon-1,
.declaration-platform .icon-2,
.declaration-platform .icon-3,
.declaration-platform .icon-4 {
    width: 21px;
    height: 21px;
    display: inline-block;
    margin-right: 10px;
    background-repeat: no-repeat;
}

.declaration-platform .icon-1 {
    background-image: url(404.png);
}

.declaration-platform .icon-2 {
    background-image: url(404.png);
}

.declaration-platform .icon-3 {
    background-image: url(404.png);
}

.declaration-platform .icon-4 {
    background-image: url(404.png);
}

.declaration-platform .card.hide {
    display: none;
}

.declaration-platform .blocks {
    margin-bottom: -13px;
    width: 105%;
}

.declaration-platform .block {
    width: 290px;
    height: 164px;
    border-radius: 6px;
    background-color: #ffffff;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
    float: left;
    margin-bottom: 13px;
    margin-right: 10px;
    overflow: hidden;
}

.declaration-platform .block-3,
.declaration-platform .block-6 {
    margin-right: 0;
}

.declaration-platform .block .img {
    width: 100%;
    height: 126px;
    background-color: #f2f2f2;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: block;
}

.declaration-platform .block .title {
    height: 38px;
    line-height: 38px;
    padding: 0 0 0 12px;
}

.declaration-platform .block .title .type {
    float: left;
    color: #4a90e2;
    font-size: 12px;
    margin-right: 9px;
}

.declaration-platform .block .title a {
    font-size: 14px;
    font-weight: bold;
    color: #656565;
    text-decoration: none;
    width: 176px;
    display: inline-block;
    float: left;
    height: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    transition: color .3s;
}

.declaration-platform .block .title a:hover {
    color: #40a5ed;
}

.declaration-platform .blocks .block .state:after {
    float: right;
    height: 20px;
    line-height: 20px;
    width: 54px;
    text-align: center;
    border-radius: 2px;
    font-size: 12px;
    margin: 10px 8px 0 0;
}

.declaration-platform .blocks .block .state.start:after {
    content: '未开始';
    background-color: #4990e2;
    color: #fff;
}

.declaration-platform .blocks .block .state.running:after {
    content: '进行中';
    background-color: #79c429;
    color: #fff;
}

.declaration-platform .blocks .block .state.end:after {
    content: '已结束';
    background-color: #e6e6e6;
    color: #999999;
}


.youth-image .h-column-content {
    background: url(404.png) right bottom no-repeat;
}

.youth-image .side .text {
    font-size: 14px;
    color: #989898;
}

.youth-image .images {
    width: 100%;
    height: 340px;
}

.youth-image .img-1,
.youth-image .img-2,
.youth-image .img-3,
.youth-image .img-4 {
    background-color: #fff;
    border-radius: 4px;
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.youth-image .img-1 {
    width: 404px;
    left: 20px;
    top: 20px;
    bottom: 20px;
    background-image: url(404.png);
    display: block;
}

.youth-image .img-2 {
    width: 224px;
    left: 432px;
    top: 20px;
    bottom: 20px;
    background-image: url(404.png);
    display: block;
}

.youth-image .img-3 {
    width: 265px;
    height: 166px;
    top: 20px;
    left: 664px;
    background-image: url(404.png);
    display: block;
}

.youth-image .img-4 {
    width: 265px;
    top: 194px;
    bottom: 20px;
    left: 664px;
    background-image: url(404.png);
    display: block;
}



.information-center .h-column-content {
    background: url(404.png) right bottom no-repeat;
}

.information-center .container {
    width: 100%;
    height: 224px;
}

.information-center .container .items {
    position: absolute;
    left: 20px;
    top: 20px;
    bottom: 20px;
    width: 334px;
    overflow: visible;
}

.information-center .container .items .item {
    width: 104px;
    height: 88px;
    border-radius: 2px;
    background-color: #f4f8fc;
    border: solid 1px #dcdcdc;
    float: left;
    margin: 0 4px 4px 0;
    cursor: pointer;
    text-align: center;
    font-size: 14px;
    color: #656565;
    background-repeat: no-repeat;
    background-position: center 12px;
    text-decoration: none;
    line-height: 132px;
    transition: background-color .3s;
}

.information-center .container .items .item:hover {
    background-color: #e9edf1;
}

.information-center .item-1 {
    background-image: url(404.png);
}

.information-center .item-2 {
    background-image: url(404.png);
}

.information-center .item-3 {
    background-image: url(404.png);
}

.information-center .item-4 {
    background-image: url(404.png);
}

.information-center .item-5 {
    background-image: url(404.png);
}

.information-center .item-6 {
    background-image: url(404.png);
}

.information-center .container .block {
    background-color: #f4f8fc;
    width: 249px;
    top: 20px;
    bottom: 20px;
    border-radius: 2px;
    position: absolute;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.information-center .container .block .img-link {
    display: block;
    width: 100%;
    height: 136px;
}

.information-center .container .block .title {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(81, 91, 105, 0.6);
    color: #fff;
    padding: 6px;
    font-size: 14px;
    display: inline-block;
    text-decoration: none;
}

.information-center .container .block .title:hover {
    text-decoration: underline;
}

.information-center .container .block-1 {
    right: 20px;
}

.information-center .container .block-2 {
    right: 279px;
}



.topics {
    width: 100%;
    
    height: 123px;
    margin-top: -34px;
    margin-bottom: 50px;
}

.topics .more {
    float: right;
    display: inline-block;
    font-size: 12px;
    color: #989898;
    text-decoration: none;
    transition: color .3s;
    margin-bottom: 8px;
}

.topics .more:hover {
    color: #40a5ed;
}

.topics .slide {
    width: 100%;
    float: left;
    position: relative;
    padding: 4px 0;
}

.topics .items {
    width: 1201px;
    margin-left: -8px;
}

.topics .items .item {
    height: 100px;
    display: inline-block;
    padding: 8px;
    border-radius: 4px;
}

.topics .items .item a {
    display: inline-block;
    background-color: #f2f2f2;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 4px;
}



.float {
	width: 120px;
	height: 120px;
	opacity: 0.9;
	border-radius: 6px;
	background-color: #ffffff;
	position: fixed;
	
    right: 0;
	top: 25%;
	cursor: pointer;
	z-index: 100;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.float a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

.float .icon {
	width: 56px;
	height: 58px;
	position: absolute;
	left: 50%;
	margin-left: -28px;
	top: 10px;
	background-image: url(../image/icon-email.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

.float .text {
    position: absolute;
    bottom: 10px;
    width: 100%;
    text-align: center;
    color: #656565;
    font-size: 12px;
    font-weight: bold;
}

.float .close {
    position: absolute;
    left: 98px;
    top: 4px;
    z-index: 2;
    display: block;
    text-decoration: none;
    color: #989898;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 20px;
}

.float.float-2 {
    margin-top: 160px;
    background: #fff url("../image/float-2.png") center center no-repeat;
    background-size: contain;
}
