/************** 工作详情样式 ******************/





.container {
    width: 1200px;
}

.job-details-utils {
    margin-top: 47px;
    margin-left: 538px;
    position: absolute;
}

.job-details-collect img {
    width: 16px;
    height: 16px;
}

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

.job-details-share {
    margin-left: 22px;
}

.job-details-share img {
    width: 16px;
    height: 16px;
}

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

.left-banner {
    width: 738px;
    height: 133px;
    margin-top: 11px;
    margin-bottom: 20px;
}

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



/********************** 复用活動(start) ***********************************/

.recommend-activity {
    width: 1172px;
    margin: 0 auto;
}

.recommend-activity .science-msg-item:nth-child(2) {
    margin-left: 21px;
    margin-right: 21px;
}


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

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

.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;
}

.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) ******************/

.more-div {
    width: 100%;
    /*margin-bottom: 40px;*/
}

.more-div button {
    width: 86px;
    height: 30px;
    border: 1px solid #a9547c;
    color: #a9547c;
    font-size: 12px;
    border-radius: 27px;
    margin-top: 25px;
}

.world-change {
    background-image: url("../../images/bei.png");
    width: 100%;
    height: 298px;
    text-align: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 69px;
    margin-top: 30px;
}

.world-change p {
    font-size: 51px;
    color: #fff;
    margin: 0 auto;
}

.world-change button {
    width:272px;
    height:56px;
    background:linear-gradient(180deg,rgba(239,89,159,1) 0%,rgba(128,15,97,1) 100%);
    border-radius: 27px;
    font-size: 24px;
    color: #fff;
    margin-top: 52px;
}

.world-change {
    margin-bottom: 18px;
}


/************************* 热门活動（start） *********************************/

.hot-activity {
    width: 100%;
}

.hot-activety-item {/*** 376.66:197 ===== 577 ***/
    width: 577px;
    height: 301.781px;
    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: 18px;
}

.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;
}

/***************** 热门活動（end） ************************/

.science-activity-box {
    margin-top: 27px;
}

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







/*********** 单个无时间地点的科技资讯样式（start） *****************/



.index-activity-item img {
    width: 100%;
    height: 197px;
    border-radius: 0;
}

.index-activity-item {
    width: 376.66px;
    height: 370px;
    box-shadow: 0 3px 6px rgba(0,0,0,.16);
    border-radius: 0;
    margin-bottom: 5px;
    position: relative;
}



.index-activity-item .techology-news-title {
    font-size: 14px;
    color: #333;
    font-weight: bold;
    margin-top: 6px;
    margin-left: 8px;
}

.index-activity-item .techology-news-times {
    font-size: 12px;
    color: #9d9d9d;
    margin-top: 5px;
    margin-left: 8px;
}

.index-activity-item .techology-news-details {
    font-size: 14px;
    color: #555;
    padding-left: 8px;
    padding-right: 8px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    margin-top: 10px;
}

.techology-news-icons {
    margin-top: 25px;
    margin-left: 8px;
}

.techology-news-icons .techology-news-reads img {
    width: 18px;
    height: 18px
}

.techology-news-icons .techology-news-reads span {
    font-size: 14px;
    color: #9d9d9d;
    margin-left: 22px;
}

.techology-news-collect {
    margin-left: 35px;
}

.techology-news-icons .techology-news-collect img {
    width: 20px;
    height: 20px;
}

.techology-news-icons .techology-news-collect span {
    font-size: 12px;
    color: #ff7c36;
    margin-left: 8px;
}

.techology-news-share {
    margin-left: 12px;
}

.techology-news-icons .techology-news-share img {
    width: 20px;
    height: 20px;
}

.techology-news-icons .techology-news-share span {
    font-size: 12px;
    color: #a9547c;
    margin-left: 8px;
}

.techology-news-light {
    margin-left: 11px;
    margin-top: -8px;
}

.techology-news-icons .techology-news-light img {
    width: 30px;
    height: 31px;
}

.techology-news-icons .techology-news-light span {
    font-size: 12px;
    color: #9d9d9d;
    padding-top: 8px;
    margin-left: 8px;
}

.techology-news-reply {
    margin-left: 13px;
}

.techology-news-icons .techology-news-reply img {
    width: 20px;
    height: 20px;
}

.techology-news-icons .techology-news-reply span {
    font-size: 12px;
    color: #9d9d9d;
    margin-left: 8px;
}

/*********** 单个无时间地点的科技资讯样式（end） *****************/


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

/********************** 复用活動(end) ***********************************/


.left-share-media {
    position: fixed;
    left: -58px;
    top: 125px;
}

.left-share-media img {
    display: block;
    width: 33px;
    height: 33px;
    margin-bottom: 11px;
}

.news-box {
    background: #fff;
    padding-top: 3px;
    margin-top: 21px;
    padding-bottom: 59px;
    margin-bottom: 24px;
}

.bottom-apply-jobs {
    text-align: center;
    margin-top: 32px;
}

.bottom-apply-jobs button {
    width: 165px;
    height: 36px;
    border-radius: 4px;
    background: #a9547c;
    color: #fff;
    font-size: 14px;
    line-height: 36px;
}









