header {
    width: 100%;
    height: 82px;
    background: -webkit-linear-gradient(left, #7B4293, #DA2432 ); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right, #7B4293, #DA2432); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, #7B4293, #DA2432); /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, #7B4293, #DA2432); /* 标准的语法 */
    padding-top: 16px;
}

.container {
    width: 1200px;
}


/********************** 新闻详情样式 ********************************/

.news-details-box {
    background: #fff;
    padding-bottom: 20px;
    position: relative;
}

.root-route,
.pre-route {
    font-size: 12px;
    color: #555;
}

.news-details-route {
    padding-top: 15px;
    padding-left: 8px;
}

.news-details-route img {
    width: 9px;
    height: 9px;
    margin-left: 10px;
    margin-right: 10px;
}

.this-route {
    font-size: 12px;
    color: #9d9d9d;
}

.content-top {
    width: 1166px;
    margin: 0 auto;
    margin-top: 65px;
    text-align: center;
}

.news-title {
    font-size: 24px;
    color: #333;
    font-weight: bold;
}

.news-publish-time {
    font-size: 16px;
    color: #9d9d9d;
    margin-top: 18px;
}

.news-collect {
    margin-right: 21px;
}

.news-share {
    margin-right: 27px;
}

.news-light {
    margin-right: 13px;
}

.news-reply {
    margin-right: 26px;
}

.news-collect img {
    width: 16px;
    height: 16px;
    margin-right: 13px;
}

.news-collect span {
    font-size: 12px;
    color: #FF7C36;
}

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

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

.news-light img {
    width: 18px;
    height: 18px;
}

.news-light span {
    font-size: 12px;
    color: #9d9d9d;
    margin-left: 13px;
}

.news-reply img {
    width: 17px;
    height: 16px;
    margin-right: 13px;
}

.news-reply span {
    font-size: 12px;
    color: #9d9d9d;
}

.news-util {
    margin-top: -15px;
    cursor: default;
}

.head-line {
    width: 100%;
    height: 1px;
    background: #dedede;
    margin-top: 12px;
}

.news-top-img {
    width: 749px;
    height: 270px;
    margin-top: 53px;
    margin-bottom: 59px;
}

.news-fonts {
    width: 100%;
    margin-left: 41px;
    text-align: left;
}

.news-fonts p {
    font-size: 16px;
    color: #555;
    width: 1074px;
    line-height: 18px;
    margin-top: 20px;
    margin-bottom: 20px;

}

.news-fonts .news-level2-title {
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: bold;
}

.banner {
    width: 100%;
    height: 146px;
    margin-top: 23px;
    margin-bottom: 22px;
}

.news-mid-img {
    width: 766px;
    height: 397px;
    margin-bottom: 55px;
    margin-bottom: 55px;
}

.content-bottom {
    margin-top: 0;
}

.news-bootom-img {
    width: 757px;
    height: 388px;
    margin-top: 65px;
    margin-bottom: 55px;
}


/********************** 侧边分享媒体（start） ****************************/

.left-share-media {
    margin-left: -62px;
    top: 20%;
    position: fixed;
}

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

/********************** 侧边分享媒体（start） ****************************/

/********************** 复用活動(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;
    display: block;
    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) ******************/

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



/****************************************** 评论（start） ****************************************************************/

/******************** 评论头部(start) ****************************/

.news-reply-title {
    background: #fff;
    padding: 42px 0 35px 0;
    margin-top: 12px;
}

.reply-title-content {
    width: 1052px;
    margin: 0 auto;
}

.reply-title-content .reply-num {
    font-size: 24px;
    color: #9d9d9d;
    padding-left: 12px;
}

.write-user-reply {
    margin-top: 32px;
}

.reply-user-headimg {
    width: 73px;
    height: 73px;
    border-radius: 50%;
}

.write-user-reply input {
    width: 789px;
    height: 59px;
    border: 1px solid #dedede;
    font-size: 16px;
    color: #555;
    padding: 0 29px 0 29px;
}

.write-user-reply input::placeholder {
    color: #b1b1b1;
}

.write-user-reply div {
    margin-left: 32px;
    padding-top: 10px;
}

.write-user-reply div button {
    width: 158px;
    height: 59px;
    font-size: 24px;
    color: #fff;
    background: #a9547c;
    text-align: center;
    line-height: 59px;
}

/******************** 评论头部(end) ****************************/

/******************** 评论内容(start) ****************************/

.news-reply-box {
    margin-top: 15px;
    background: #fff;
    padding: 42px 0 39px 0;
    margin-bottom: 78px;
}

.news-reply-content {
    width: 1052px;
    margin: 0 auto;
    padding-bottom: 45px;
    border-bottom: 1px solid #dedede;
}

.one-reply-info img {
    width: 73px;
    height: 73px;
    border-radius: 50%;
}

.one-reply-info p {
    width: 68px;
    height: 22px;
    text-align: center;
    color: #a9547c;
    border: 1px solid #a9547c;
    font-size: 12px;
    border-radius: 5px;
    line-height: 22px;
    margin-top: 14px;
}

.user-reply-content {
    margin-left: 23px;
}

.reply-user-id p {
    font-size: 18px;
    color: #333;
    font-weight: bold;
}

.reply-user-id img {
    width: 27px;
    height: 28px;
    margin-left: 14px;
}

.reply-user-id .light-s {
    font-size: 14px;
    color: #FFB324;
    margin-left: 10px;
}

.reply-user-id .light-n {
    font-size: 14px;
    color: #9d9d9d;
    margin-left: 10px;
}

.user-reply-info {
    width: 954px;
    line-height: 18px;
    font-size: 16px;
    color: #555;
}

.reply-user-reply-info {
    width: 858px;
    line-height: 18px;
    font-size: 16px;
    color: #555;
}

.to-reply-time {
    font-size: 16px;
    color: #9d9d9d;
    margin-top: 7px;
    margin-bottom: 14px;
}

.to-reply-time span {
    font-size: 16px;
    color: #9d9d9d;
    padding-bottom: 1px;
}

.reply-user-reply img {
    width: 20px;
    height: 19px;
}

.reply-utils {
    margin-top: 10px;
}

.reply-user-reply span {
    font-size: 14px;
    color: #a9547c;
    margin-left: 11px;
}

.share-user-reply {
    margin-left: 36px;
}

.share-user-reply img {
    width: 18px;
    height: 18px;
}

.share-user-reply span {
    font-size: 14px;
    color: #a9547c;
    margin-left: 11px;
}

.user-reply-reply {
    margin-top: 15px;
    margin-left: 86px;
}

.reply-item {
    margin-top: 72px;
}

.news-reply-content .reply-item:first-child {
    margin: 0;
}

.slide-pages {
    margin-top: 23px;
}


/******************** 评论内容(end) ****************************/











/******************* 评分弹窗 ********************/

.rate-btn-boom {
    width: 417px;
    height: 336px;
    background: #fff;
    border-radius: 12px;
    position: fixed;
    top: 20.9%;
    left: 39.17%;
    display: none;
}

.close-boom {
    width: 31px;
    height: 31px;
}

.rate-boom-title {
    padding: 0 11px;
    width: 100%;
    height: 58px;
    background: #a9547c;
    text-align: center;
    line-height: 58px;
    border-radius: 12px 12px 0 0;
}

.rate-boom-title img {
    width: 31px;
    height: 31px;
    margin-top: 14px;
}

.rate-boom-title span {
    font-size: 20px;
    color: #fff;
    font-weight: bold;
}

.rate-light {
    text-align: center;
    margin-top: 78px;
    margin-bottom: 82px;
}

.rate-btn-boom .sure-btn-box {
    text-align: center;
}

.rate-btn-boom .sure-btn-box button {
    width: 127px;
    height: 36px;
    font-size: 16px;
    border-radius: 5px;
    border: 1px solid #a9547c;
    color: #a9547c;
    text-align: center;
    line-height: 36px;
}
.techology-news-collect,
.techology-news-share,
.techology-news-light,
.techology-news-reply {
    cursor: pointer;
}

/******************** 评分成功 ***********************/


.rate-success {
    width: 417px;
    height: 359px;
    background: #fff;
    border-radius: 12px;
    position: fixed;
    top: 20.9%;
    left: 39.17%;
    padding: 8px 11px;
    display: none;
}

.rate-success-info {
    margin-top: 67px;
    text-align: center;
}

.rate-success-info img {
    width: 72px;
    height: 72px;
}

.rate-success-info p {
    font-size: 18px;
    color: #555;
    margin-top: 47px;
    margin-bottom: 49px;
}

.rate-success-info button {
    width: 197px;
    height: 41px;
    border: 1px solid #a9547c;
    color: #a9547c;
    font-size: 18px;
    border-radius: 27px;
    line-height: 41px;
    text-align: center;
}

/******************* 新闻分享弹窗 ********************/

.news-share-boom {
    width: 417px;
    height: 532px;
    background: #fff;
    border-radius: 12px;
    position: fixed;
    top: 20.9%;
    left: 39.17%;
    padding: 8px 11px;
    display: none;
    z-index: 99999;
}

.share-love {
    text-align: center;
    margin-top: 49px;
    margin-bottom: 22px;
}

.share-love img {
    width: 72px;
    height: 72px;
}

.share-love p {
    font-size: 18px;
    color: #555;
    font-weight: bold;
    margin-bottom: 11px;
    padding-left: 15px;
}


.publish-success-tip {
    font-size: 14px;
    color: #9d9d9d;
    width: 320px;
    margin-left: 31px;
    margin-top: 37px;
}

.share-media {
    width: 267px;
    margin: 0 auto;
    margin-top: 19px;
    margin-bottom: 30px;
}

.share-media div:nth-child(4n+2) {
    margin-left: 10px;
    margin-right: 10px;
}

.share-media div:nth-child(4n+3) {
    margin-right: 10px;
}


.share-media div {
    text-align: center;
    width: 54px;
}

.share-media div img {
    width: 33px;
    height: 33px;
}

.share-media div p {
    font-size: 12px;
    color: #9d9d9d;
    margin-top: 5px;
}


/******************* 活動分享弹窗 ********************/

.activity-share-boom {
    width: 417px;
    height: 532px;
    background: #fff;
    border-radius: 12px;
    position: fixed;
    top: 20.9%;
    left: 39.17%;
    padding: 8px 11px;
    display: none;
}

.activity-share-qr {
    text-align: center;
    margin-top: 49px;
    margin-bottom: 22px;
}

.activity-share-qr img {
    width: 110px;
    height: 110px;
}

.activity-share-qr p {
    font-size: 18px;
    color: #555;
    font-weight: bold;
    margin-bottom: 11px;
    padding-left: 15px;
}


.publish-success-tip {
    font-size: 14px;
    color: #9d9d9d;
    width: 320px;
    margin-left: 31px;
    margin-top: 37px;
}

.share-media {
    width: 267px;
    margin: 0 auto;
    margin-top: 5px;
    margin-bottom: 30px;
}

.share-media div:nth-child(4n+2) {
    margin-left: 10px;
    margin-right: 10px;
}

.share-media div:nth-child(4n+3) {
    margin-right: 10px;
}


.share-media div {
    text-align: center;
    width: 54px;
    margin-top: 14px;
}

.share-media div img {
    width: 33px;
    height: 33px;
}

.share-media div p {
    font-size: 12px;
    color: #9d9d9d;
    margin-top: 5px;
}

.hot-activity-collect,
.hot-activity-share,
.science-msg-collect,
.science-msg-share,
.reply-rate {
    cursor: pointer;
}












