header {
    width: 100%;
    height: 447px;
    background-image: url("../../images/science-activity/head.png");
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 16px;
}

.container {
    width: 1200px;
}

/******************** 科技活動 **************************/
.swiper-container {

    margin-bottom: 68px;
    background: #fff;
}

.science-title-choose {
    margin-top: -260px;
    background: #fff;
    border-radius: 12px 12px 0 0;
    padding: 33px 28px 10px 19px;
}

.science-content {
    background: #fff;
    border-radius: 12px;
    padding: 0 28px 70px 19px;
}

.top-line {
    padding-left: 24px;
    padding-right: 10px;
}

.choose-publish {
    border-bottom: 1px solid #dedede;
    position: relative;
    margin-bottom: 31px;
}

.swiper-option {
    position: absolute;
    bottom: 0;
}

.swiper-option p {
    font-size: 14px;
    color: #333;
    margin-right: 50px;
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 9px;
    cursor: default;
}

.swiper-option .swiper-option-choose {
    color: #A9547C;
    border-bottom: 4px solid #A9547C;
}
.publish-activity-box {
    padding-bottom: 10px;
    height: 42px;
    width: 242px;
}

.publish-btn {
    width: 242px;
    height: 41px;
    border: 1px solid #a9547c;
    border-radius: 27px;
    position: absolute;
    bottom: 10px;
}

.publish-btn img {
    width: 26px;
    height: 26px;
}

.publish-btn span {
    font-size: 16px;
    color: #a9547c;
    margin-left: 9px;
}

.page-banner {
    width: 100%;
    height: 127px;
}

.page-banner img {
    width: 100%;
    height: 100%;
}

.hot-activity {
    width: 100%;
    margin-top: 27px;
}

.hot-activety-item {
    width: 552.5px;
    height: 288.802px;
    background-image: url("../../images/science-activity/hot-activity.png");
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    border-radius:6px 6px 0px 0px
}

.hot-activety-item:nth-child(2n) {
    margin-left: 48px;
}

.hot-activity-info {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 111;
    background: rgba(0,0,0,.6);
    width: 100%;
    padding-top: 7px;
    padding-left: 24px;
    margin-top: 5px;
    padding-bottom: 3px;
}

.hot-activity-info p {
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 5px;
}

.hot-activity-info p:nth-child(2) {
    font-size: 14px;
    color: #fff;
    margin-bottom: -17px;
    font-weight: normal;
}

.hot-activity-collect {
    margin-left: 8px;
    padding-top: 24px;
}

.hot-activity-collect img {
    width: 16px;
    height: 16px;
}

.hot-activity-collect span {
    font-size: 12px;
    color: #FF7C36;
    margin-left: 13px;
}

.hot-activity-share {
    margin-left: 22px;
    padding-top: 24px;
}

.hot-activity-share img {
    width: 16px;
    height: 16px;
}

.hot-activity-share span {
    font-size: 12px;
    color: #A9547C;
    margin-left: 13px;
}

.hot-activity-comment {
    padding-top: 24px;
}

.hot-activity-comment img {
    width: 17px;
    height: 16px;
}

.hot-activity-comment span {
    font-size: 12px;
    color: #9d9d9d;
    margin-left: 13px;
}

.hot-activity-light {
    padding-top: 7px;
    margin-right: 4px;
    margin-left: 17px;
}

.hot-activity-light img {
    width: 30px;
    height: 31px;
}

.hot-activity-light span {
    font-size: 12px;
    color: #9d9d9d;
    margin-left: 13px;
    padding-top: 18px;
}

.science-msg-box {
    margin-top: 28px;
    margin-bottom: 20px;
}

/**************** 单个科技资讯(start) ******************/

.science-msg-item {
    width: 376.66px;
    border-radius:6px;
    background: #fff;
    box-shadow:0px 3px 6px rgba(0,0,0,0.16);
    height: 344px;
}

.science-msg-item img {
    width: 100%;
    height: 197px;
}

.science-msg-item p {
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}

.science-msg-item .science-msg-title {
    font-size: 20px;
    color: #333;
    margin-top: 17px;
    margin-left: 22px;
}

.science-msg-item .science-msg-details {
    font-size: 14px;
    color: #555;
    margin-left: 22px;
    margin-top: 7px;
}

.science-msg-item .science-msg-time {
    margin-top: 15px;
    margin-left: 22px;
}

.science-msg-item .science-msg-time img {
    width: 14px;
    height: 14px;
}

.science-msg-item .science-msg-time span {
    font-size: 14px;
    color: #555;
    margin-left: 9px;
}

.science-msg-item .science-msg-address {
    margin-top: 7px;
    margin-left: 20px;
}

.science-msg-item .science-msg-address img {
    width: 17px;
    height: 17px;
}

.science-msg-item .science-msg-address span {
    font-size: 14px;
    color: #555;
    margin-left: 7px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 307px;
}

.science-msg-util {
    margin-left: 17px;
    margin-top: 3px;
    padding-bottom: 13px;
}

.science-msg-item .science-msg-collect {
    padding-top: 15px;
}

.science-msg-item .science-msg-collect img {
    width: 16px;
    height: 16px;
}

.science-msg-item .science-msg-collect span {
    font-size: 12px;
    color: #FF7C36;
    margin-left: 13px;
}

.science-msg-item .science-msg-share {
    margin-left: 22px;
    padding-top: 15px;
}

.science-msg-item .science-msg-share img {
    width: 16px;
    height: 16px;
}

.science-msg-item .science-msg-share span {
    font-size: 12px;
    color: #A9547C;
    margin-left: 13px;
}

.science-msg-item .science-msg-reply {
    padding-top: 15px;
}

.science-msg-item .science-msg-reply img {
    width: 17px;
    height: 16px;
}

.science-msg-item .science-msg-reply span {
    font-size: 12px;
    color: #9d9d9d;
    margin-left: 13px;
}

.science-msg-item .science-msg-light {
    margin-left: 17px;
}

.science-msg-item .science-msg-light img {
    width: 30px;
    height: 31px;
}

.science-msg-item .science-msg-light span {
    padding-top: 13px;
    font-size: 12px;
    color: #9d9d9d;
    margin-left: 13px;
    margin-right: 18px;
}

/**************** 单个科技资讯(end) ******************/

.science-msg-box .science-msg-item:nth-child(3n+2) {
    margin-left: 10px;
    margin-right: 10px;
}

.science-msg-item {
    margin-bottom: 21px;
}

.science-content .slide-pages {
    margin-top: 37px;
    margin-bottom: 0;
}




