@charset "utf-8";

/*reset*/

html,
body,
div,
p,
ol,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dt,
dd,
tr,
th,
td {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}

li {
    list-style: none;
}

a {
    background-color: transparent;
    text-decoration: none;
}

img {
    border: 0;
}

button,
input,
select,
textarea {
    outline: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}



/*global*/

html,
body {
    font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, "PingFang SC", sans-serif;
    -webkit-font-smoothing: antialiased;
    /* background: #f5f5f5; */
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: "";
    clear: both;
    height: 0;
}

.clearfix {
    zoom: 1;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.c-wrap {
    width: 1000px;
    margin: 0 auto;
}



/*topbar*/

.c-topbar {
    background: #212121;
    font-size: 12px;
    line-height: 24px;
    color: #efefef;
    font-family: HelveticaNeue-Light;
}

#c-topbar a {
    color: #efefef;
    text-decoration: none;
}

.c-topbar ul.navbar>li {
    float: left;
}

.c-topbar ul.navbar>li+li {
    margin-left: 34px;
}

.c-topbar .site {
    position: relative;
    height: 24px;
}

#c-topbar .site>a:hover {
    opacity: 1!important;
}

.c-topbar .site i {
    font-size: 10px;
    margin-left: 4px;
}

.c-topbar .site ul {
    display: none;
    z-index:2000;
    position: absolute;
    top: 100%;
    left: 0;
    background: #212121;
    white-space: nowrap;
    padding: 10px 4px
}

.c-topbar .site ul li {
    margin: 0 6px;
    display: inline-block;
}

.c-topbar .loginbar li {
    padding: 0 9px;
    float: left;
}

.c-topbar .loginbar li.red-bg {
    background: #CC0000;
    border-radius: 2px;
}

.appDownLoad {
    position: relative;
}

.appDownLoad span {
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #CC0000;
    bottom: 0px;
    left: 0px;
    display: none;
}

.appDownLoad .code {
    z-index: 9999;
    position: absolute;
    width: 140px;
    left: -44px;
    bottom: -127px;
    display: none;
}

.appDownLoad img {
    width: 100%;
}

.appDownLoad:hover span {
    display: block;
}

.appDownLoad:hover .code {
    display: block;
}

.ad-1100 {
    width: 1100px;
    margin: 0 auto;
}

/* 头部广告 */
.ad-610 {
    width: 474px;
    height: 64px;
	float:left;
    margin-left: 22px;
    margin-top: 12px;
    overflow: hidden;
}

/* 头部及导航 */
.nav-con {
    height: 225px;
    position: relative;
    /*overflow: hidden;*/
    background: #fff;
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.10);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.10);   
}
.c-nav {
    position: absolute;
    z-index: 9;
    width: 100%;
    left: 0;
    top: 10px;
    padding-top: 0px;
    background: #FFFFFF; 
    padding-bottom: 16px;
    
}
.c-nav.fixed {
    position: fixed;
    top: -110px;
    padding-bottom: 10px;
    -webkit-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.10);
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.10);   
}
.c-s-nav {
    padding-bottom: 16px;
    -webkit-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.10);
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.10);
}
.c-nav .search {
    margin-top: 26px;
    position: relative;
}

.c-nav .search-ofweek {
    height: 40px;
    font-size: 14px;
    color: #333;
    line-height: 40px;
    margin-top: 26px;
    margin-right: 16px;
    padding-left: 36px;
    background: url(../images/head_icon.png) no-repeat left center;
}

.c-nav .search form {
    height: 38px;
    border: 1px solid #E7E7E7;
    padding-left: 20px;
    padding-right: 60px;
    border-radius: 38px;
    background: #fff;
    overflow: hidden;
}

.c-nav .search form input {
    border: none;
    padding: 0;
    height: 38px;
    font-size: 14px;
    width: 200px;
    background: #fff;
}

.c-nav .search form button {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    border: none;
    width: 60px;
    height: 40px;
    background: url(../images/search_icon2.png) no-repeat center;
    background-size: 15px 15px;
    border-radius: 40px;
    cursor: pointer;
}
.c-nav .search form button:hover {
    background: url(../images/search_icon.png) no-repeat center;
    background-size: 15px 15px;
}

.s-navbar {
    margin-top: 15px;
    height: 43px;
    border-bottom: 1px solid #DCDCDC;
}

.s-navbar li {
    float: left;
    font-size: 16px;
    line-height: 1;
    padding: 14px 0 13px;
    margin-right: 12px;
}

.s-navbar li:last-child {
    margin-right: 0;
}

.s-navbar li.active {
    border-bottom: 2px solid #367FEE;
    font-weight: bold;
}

.s-navbar li a {
    color: #333;
}

.s-navbar li.active a,
.s-navbar li a:hover {
    color: #367FEE;
}

.sub-nav {
    padding-top: 4px;
}

.sub-nav dl {
    float: left;
    height: 22px;
    margin-top: 12px;
    font-size: 14px;
    line-height: 22px;
}
.sub-nav dl:first-child {
    margin-right: 25px;
}
.c-nav.fixed .sub-nav dl {
    margin-top: 8px;
}

.sub-nav dl dt {
    color: #367FEE;
    height: 22px;
    line-height: 22px;
    margin-right: 5px;
    padding-left: 17px;
}

.sub-nav dl dt.nav-icon1 {
    background: url(../images/nav_iocn1.png) no-repeat left center;
}
.sub-nav dl dt.nav-icon2 {
    background: url(../images/nav_iocn2.png) no-repeat left center;
}

.sub-nav dl>* {
    float: left;
}

.sub-nav dl dd a {
    color: #666;
}

.sub-nav dl dd {
    margin: 0 3px;
}

.sub-nav dl dd a:hover,.sub-nav dl dd.active a {
    color: #367FEE;
}


.crumb {
    margin-top: 30px;
}

.crumb p,
.crumb p a {
    font-size: 14px;
    color: #AEAEAE;
    line-height: 12px;
}
.crumb p a:hover {
    color: #B92C28;
}

.crumb .loca {
    margin-top: 16px;
    width: 688px;
    border-bottom: 1px solid #DEDEDE;
    padding-bottom: 10px;
    line-height: 26px;
    overflow: hidden;
    font-size: 14px;
}

.crumb .loca * {
    float: left;
}

.crumb .loca span {
    color: #666;
}

.crumb .loca a {
    color: #919191;
    margin-left: 30px;
    padding: 0 12px;
}

.crumb .loca a.active,
.crumb .loca a:hover {
   
    color: #fff;
    background: #CC0000;
    border-radius: 2px;
}


/*banner*/

.slideTxtBox {
    width: 664px;
    position: relative;
}

.slideTxtBox .has-one {
    float: left;
    width: 413px;
    margin-right: 1px;
}

.slideTxtBox .has-one li img {
    width: 413px;
    height: 277px;
}

.slideTxtBox .b-slide {
    position: relative;
    height: 277px;
    overflow: hidden;
}

.slideTxtBox .slide-intro {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 5px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    background: rgba(0, 0, 0, 0.6);
    cursor: default;
}
.slideTxtBox .slide-intro a {
    font-size: 14px;
    color: #fff;
}

.slideTxtBox .has-one .slide-intro {
    padding: 10px;
}
.slideTxtBox .has-one .slide-intro a {
    font-size: 18px;
}

/* 三张小图 */
.slideTxtBox .has-three {
    float: right;
    width: 250px;
}
.slideTxtBox .has-three li img {
    width: 250px;
    height: 138px;
}
.slideTxtBox .has-three .b-slide {
    position: relative;
    width: 250px;
    height: 138px;
    margin-top: 1px;
}
.slideTxtBox .has-three .b-slide:first-child {
    margin-top: 0;
}



/*脙娄脗驴脜戮脙楼芒鈧€澝偮兟偮疵⑩偓垄脙娄脗楼脗聽脙楼芒鈧好偮┟兟⒚⑩偓拧脗卢脙陇脗陆脝鈥櫭兟ッ偮Ｃ嬧€犆兟┟偮嵜偮┟兟偮棵偮�*/

.c-sub-nav {
    margin: 16px 0 14px;
    line-height: 1;
    font-size: 14px;
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    z-index: 10000;
    background: #fff;
}

.c-sub-nav.fixed {
    padding: 8px 0;
    position: fixed;
    top: -16px;
    -webkit-box-shadow: 0 2px 2px 0 rgba(218, 218, 218, 0.50);
    box-shadow: 0 2px 2px 0 rgba(218, 218, 218, 0.50);
}

.c-sub-nav .navbar li {
    float: left;
    line-height: 20px;
    padding: 15px 16px;
    position: relative;
}

.c-sub-nav .navbar li a {
    color: #6E747E;
}

.c-sub-nav .navbar li a:hover {
    color: #16CFF7;
}

.c-sub-nav .navbar li.current a {
    color: #fff!important;
}

.c-sub-nav .navbar li.current {
    background: #16CFF7;
}

.c-sub-nav .navbar li.current:after {
    content: '';
    position: absolute;
    left: 7px;
    right: 7px;
    bottom: 9px;
    border-bottom: 2px solid #ffffff;
}

.c-sub-nav .searchbar {
    position: relative;
}

.c-sub-nav .searchbar input {
    width: 332px;
    padding: 10px 6px;
    border: 1px solid #EFEFEF;
    font-size: 14px;
    line-height: 1;
    color: #919191;
}

.c-sub-nav .searchbar input.placeholder {
    color: #b4b4b4;
}

.c-sub-nav .searchbar button {
    position: absolute;
    border: none;
    width: 50px;
    right: 0;
    top: 0;
    bottom: 0;
    background: #16CFF7;
    color: #ffffff;
    padding: 0;
    text-align: center;
    cursor: pointer;
}

.c-sub-nav .searchbar button:hover {
    background: #60DCF7;
}

.c-sub-nav .searchbar .hot-word {
    background: #fff;
    position: absolute;
    z-index: 1000;
    width: 100%;
    -webkit-box-shadow: 0 2px 4px 0 rgba(173, 173, 173, 0.50);
    box-shadow: 0 2px 4px 0 rgba(173, 173, 173, 0.50);
    display: none;
}

.c-sub-nav .searchbar .hot-word li {
    padding: 12px 16px;
    font-size: 14px;
    color: #919191;
    cursor: default;
}

.c-sub-nav .searchbar .hot-word li:hover {
    background: #EFEFEF;
}


.main-content {
    padding: 24px 0 0;
}

/* 主体 左侧 */

.main-content .main-left {
    width: 664px;
}

/* 带图文章 */
.article-con {
    padding-top: 20px;
}
.article-con .article-item {
    position: relative;
    padding: 0 12px;
    margin-bottom: 16px;
    overflow: hidden;
    background: #FAFAFA;
}

/* .article-con .article-item:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.15), 0 1px 3px 0 rgba(0, 0, 0, 0.17);
} */

.article-item>a {
    float: left;
    width: 200px;
    height: 128px;
    margin-right: 12px;
    margin-left: -12px;
    overflow: hidden;
}
.article-item .article_img_box {
    font-size: 0;
}
.article-item .article_img_box img {
    width: 200px;
    height: 128px;
}
.article-item .article_img_box li {
    display: inline-block;
    width: 200px;
    height: 128px;
    margin-left: 20px;
    overflow: hidden;
    border-radius: 4px;
}
.article-item .article_img_box li:first-child {
    margin-left: 0;
}

.article-item .detail {
    overflow: hidden;
}

.article-item .detail>h5 {
    position: relative;
    padding-bottom: 5px;
    font-size: 14px;
    color: #A7A7A7;
    line-height: 14px;
    font-weight: normal;
}

.article-item .detail>h5 span {
    display: inline-block;
    padding: 2px 8px;
    border-radius: 2px;
    margin-bottom: 5px;
}

.article-item .detail>h5 a {
    color: #A7A7A7;
}
.article-item .detail>h5 a:hover {
    color: #666;
}

.article-item .detail .marked {
    font-size: 14px;
    color: #367FEE;
    padding: 3px 8px;
    border: 1px solid #367FEE;
    margin-right: 8px;
    margin-bottom: 7px;
    border-radius: 2px;
}
.tag-advertiser{
	font-size: 11px;
    color: #fff;
    background: #7F98B6;
}

/* 带图文章 detail */

.article-item .detail span+span {
    
}

.article-item .detail h2 {
    font-size: 18px;
    line-height: 25px;
    font-weight: 600;
    padding-top: 12px;
    margin-bottom: 24px;
}

.article-item .detail .time {
    font-family: Arial;
}

.article-item .detail h2 a {
    color: #000;
}

.article-item .detail h2 a:hover {
    color: #367FEE;
}

.article-item .sharebar {
    width: 30px;
    overflow: hidden;
    float: right;
    margin-top: 18px;
    position: absolute;
    bottom: 16px;
    right: 16px;
}

.article-item .sharebar:hover {
    width: 158px;
}

.sharebar i {
    color: #B4B4B4;
    float: right;
    cursor: pointer;
    position: relative;
    z-index: 2;
}

.sharebar p {
    width: 158px;
    position: absolute;
    right: 0;
    top: 0;
}

.sharebar p a {
    color: #4A5860;
    margin-right: 12px;
    float: left;
}

.sharebar i,
.sharebar p a {
    font-size: 22px;
    line-height: 1
}

.load-more {
    color: #A9A9A9;
    font-size: 14px;
    line-height: 40px;
    border: 1px solid #EFEFEF;
    text-align: center;
    cursor: pointer;
    background: #fff;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.17);
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.17);
    border-radius: 2px;
    margin: 20px auto;
}

.load-more:hover {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15), 0 1px 3px 0 rgba(0, 0, 0, 0.17);
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15), 0 1px 3px 0 rgba(0, 0, 0, 0.17);
}

.load-state {
    display: none;
    text-align: center;
    margin-top: 20px;
}
.load-state img {
    animation: round 1.5s infinite linear;
}
@keyframes round {
    from{
        /*transform: rotate(0deg);*/
    }
    to{
        transform: rotate(360deg);
    }
}
/* 一张图 */
.article-item.one_img .detail h2 {
    min-height: 94px;
    margin-bottom: 14px;
}
/* 一张图 */
.article-item.three_img .detail h2 {
    margin-bottom: 20px;
}
.article-item.three_img .detail>h5 {
    margin-top: 20px;
}

.article-item .img-list {
    position: relative;
    top: -12px;
}



/* 主体 右侧 */

.main-content .main-right {
    width: 300px;
    margin-top: -24px;
}



/* 右侧 item */

.main-right .part {
    margin: 24px 0;
    background: #FFFFFF;
    box-shadow: 0 0 0 0 rgba(0,0,0,0.15);
    -webkit-box-shadow: 0 0 0 0 rgba(0,0,0,0.15);
    border-radius: 2px;
    transition: all .2s;
}
.main-right .part:hover {
    /* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.15), 0 1px 3px 0 rgba(0, 0, 0, 0.17);
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.15), 0 1px 3px 0 rgba(0, 0, 0, 0.17); */
} 

.part > div {
    padding: 10px;
}

.main-right .part .part-title {
    padding: 9px 12px;
    line-height: 25px;
    border-top: 4px solid  #367FEE;
    background: #FAFAFA;
}
.main-right .part .part-title > span:first-child {
    display: inline-block;
    font-size: 16px;
    color: #367FEE;
    font-weight: bold;
}

/* 最新活动 */
.new_activity {
    background: #FAFAFA;
    padding-top: 18px;
    margin-bottom: 13px !important;
}
.new_activity .wrap {
    margin-top: 0;
}
.new_activity ul {
    position: relative;
    overflow:hidden
}
.new_activity ul:after {
    content: "";
    position: absolute;
    left: 3px;
    top: 6px;
    width:0px;
    height:100%;
    border-left: 1px dashed #367FEE;
    opacity:0.8;
}

.new_activity_item {
    position: relative;
    width: 100%;
    font-size: 12px;
    line-height: 1.5em;
    padding-left: 15px;
    margin-top: 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.new_activity_item:first-child {
    margin-top: 0;
}
.new_activity_item:after {
    content: "";
    position: absolute;
    left: 1px;
    top: 6px;
    width:5px;
    height:5px;
    background:#108EE9;
}
.new_activity_item div div {
    display: inline-block;  
    height: 18px;
    padding: 0 7px;
    font-size: 12px;
    color: #fff;
    line-height: 18px;
    background: #367FEE;
    border-radius: 2px;
}
.new_activity_item div p {
    position: relative;
    margin-top: 5px;
    line-height: 20px;
}
.new_activity_item div p a {
    font-size: 14px;
    color: #333;
}
.new_activity_item div p a:hover {
    color: #367FEE;
}
.new_activity_item div p a:last-child {
    position: absolute;
    right: 0;
    bottom: 0;
    padding-left: 10px;
    color: #367FEE;
    background: #fff;
}
.new_activity_item div p a:last-child:hover {
    text-decoration: underline;
}


/* 广告 */

.ad-zone {
    width: 300px;
    height: 250px;
    margin: 24px auto;
    overflow: hidden;
}

.ad-zone img {
    width: 300px;
    height: 250px;
}



/* 维科号 */

.public .part-title a {
    font-size: 14px;
    color: #367FEE;
}
.public .part-title a:hover {
    text-decoration: underline;
}
.public .wrap {
    padding: 0;
}
.public .item {
    padding: 12px;
    border-bottom: 1px solid #DCDCDC;
}
.public .item:hover {
    background: #F4F4F4;
}
.public .head {
    line-height: 28px;
    font-size: 14px;
}

.public .head img {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    vertical-align: top;
}

.public .head .name {
    font-size: 14px;
    color: #000;
    margin-left: 10px;
}

.public .item p a {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 4px;
    font-size: 14px;
}

.public .head .right a {
    color: #367FEE;
}
.public .head .right a:hover {
    text-decoration: underline;
}
.public .item p a {
    color: #999;
}

.public .head .right a:hover,
.public .item p a:hover {
    color: #367FEE;
}


/* 热门搜索 标签 */

.part .label {
    overflow: hidden;
}

.hot-search .wrap {
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 16px;
    border-bottom: 1px solid #DCDCDC;
}

.part .label a {
    float: left;
    margin-left: 16px;
    margin-top: 16px;
    font-size: 14px;
    color: #999;
    height: 25px;
    line-height: 25px;
    padding: 0 11px;
    border-radius: 25px;
    background: #FFFFFF;
    border: 1px solid #E2E2E2;
}

.part .label a:hover {
    border: 1px solid #367FEE;
    color: #367FEE;
}


/* part */

.part .more {
    font-size: 14px;
    color: #367FEE;
    float: right;
}

.part .more:hover {
    text-decoration: underline;
}

/* 图文 */
.imageText {
    position: relative;
    margin: 0;
    overflow: hidden;
}

.imageText .image {
    position: relative;
    width: 260px;
    height: 154px;
    overflow: hidden;
}

.imageText a img {
    width: 260px;
    height: 154px;
}

.imageText .intro {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 40px;
    padding: 0 14px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background: rgba(0, 0, 0, .5);
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#7f000000, endcolorstr=#7f000000);
}

.imageText .intro .link,
.imageText .intro .links {
    width: 100%;
    font-size: 14px;
    color: #fff;
    line-height: 40px;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* 播放视频图标 */
.play_video_icon:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -23px 0 0 -23px;
    width: 46px;
    height: 46px;
    background: url(../images/playvideo.png) no-repeat center;
}

/* 带小点icon的列表 */
.policy .list {
    margin-left: -8px;
    font-size: 14px;
    line-height: 14px;
}

.policy .list li {
    position: relative;
    padding-left: 24px;
    margin-top: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.policy .list li:after {
    content: '';
    position: absolute;
    left: 10px;
    top: 5px;
    width: 4px;
    height: 4px;
    background: #367FEE;
}

.policy .list li a,
.article-ranklist .wrapper li a {
    color: #333;
}

.policy .list li a:hover {
    color: #367FEE;
}




/* 技术文库 */

.tech .list {
    margin-top: -20px;
}

.tech .list li {
    margin-top: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    color: #2D3840;
    line-height: 14px;
}

.tech .list li a {
    color: #2D3840;
}

.tech .list li a:hover {
    color: #367FEE;
}


/* 精彩视频 */
.vedio .wrap {
    padding-bottom: 5px;
}
.vedio .list {
    font-size: 14px;
    line-height: 14px;
}

.vedio .list li {
    position: relative;
    padding: 15px 0 15px 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-top: 1px solid #DEDEDE;
}
.vedio .list li:first-child {
    border-top: 0;
}
.vedio .list li:after {
    content: '';
    position: absolute;
    left: 0;
    top: 17px;
    border-width: 5px 6px;
    border-style: solid;
    border-color: transparent;
    border-left-color: #367FEE;
}

.vedio .list li a,
.article-ranklist .wrapper li a {
    color: #333;
}

.vedio .list li a:hover {
    color: #367FEE;
}


/* 新闻点击排行 */
.rank .wrap {
    padding-bottom: 5px;
}
.rank .part-title {
    padding-bottom: 10px !important;
}
.rank .tab {
    border-radius: 2px;
    float: right;
    font-size: 12px;
    color: #A2A2A2;
    line-height: 20px;
    width: 24px;
    text-align: center;
    margin: 2px 5px;
    cursor: pointer;
    background: #fff;
}

.rank .tab.on {
    background: #367FEE;
    color: #fff;
}

.rank .list {
    margin-top: -10px;
}

.rank .list li {
    font-size: 14px;
    position: relative;
    padding: 8px 0 8px 30px;
    line-height: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-top: 1px solid #DCDCDC;
}
.rank .list li:first-child {
    border-top: 0;
}

.rank .list li a {
    color: #999;
}

.rank .list li a:hover {
    color: #367FEE;
}

.rank .list li span {
    width: 16px;
    height: 16px;
    font-size: 12px;
    color: #fff;
    line-height: 16px;
    text-align: center;
    background: #4A4A4A;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    position: absolute;
    left: 0;
    top: 10px;
}

.rank .list li:nth-child(1) span {
    background: #EE5454;
}

.rank .list li:nth-child(2) span {
    background: #EEB154;
}

.rank .list li:nth-child(3) span {
    background: #5492EE;
}
.rank .list li:nth-child(4) span {
    background: #61CFB5;
}

.rank .list li:nth-child(5) span {
    background: #8E6BC7;
}


/*脙漏脜陆脗录脙楼脗颅脣艙脙娄脗麓脜赂脙漏脗聧脜陆脙楼脗炉脗赂脙垄芒鈧∶偮兟っ偮矫嗏€櫭兟ッ偮Ｃ嬧€犆兟┟偮嵜偮┟兟偮棵偮�*/

.c-footer {
    padding: 30px 0;
    background: #F4F5F6;
    font-size: 12px;
    color: #5E6B73;
    text-align: center;
    line-height: 2.28;
}

.c-footer a {
    color: #5E6B73;
}



/*脙娄脗驴脜戮脙娄脗聬脗颅脙楼芒鈧€溍吢∶兟┟偮惷⑩偓潞脙炉脗驴脗陆 脙搂脗录芒鈧∶兟ッ⑩偓聽脗戮脙楼芒鈥灺⒚偮Ｃ兟┟吢犆⑩偓聽脙炉脗驴脗陆*/
#scroll-to-top {
    position: fixed;
    right: 0;
    margin-right: 52px;
    bottom: 120px;
    width: 38px;
    line-height: 38px;
    text-align: center;
    border: 1px solid #E7E7E7;
    color: #367FEE;
    cursor: pointer;
    background: #fff;
    border-radius: 50%;
    z-index: 999999;
    border: 1px solid #E7E7E7;
    box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.10);
}

#scroll-to-top:hover {
    box-shadow: 0 4px 17px 0 rgba(0, 0, 0, 0.10);
}

.sus-item a {
    display: block;
    padding: 8px 0 8px 31px;
    font-size: 12px;
    color: #fff;
}

.sus-item .wechat {
    background: #4990E2;
    position: relative;
    overflow: hidden;
}

.sus-item .wechat:hover {
    overflow: visible;
}

.sus-item .wechat a {
    background: url(http://images.ofweek.com/cloud/images/prive.png) 12px center no-repeat;
}

.sus-item .wechat img {
    position: absolute;
    bottom: 100%;
    margin-bottom: 30px;
    left: 0;
    opacity: 0;
}

.sus-item .wechat:hover img {
    margin-bottom: 8px;
    opacity: 1;
}

.sus-item .app {
    background: #E65050;
    margin-top: 12px;
}

.sus-item .app a {
    background: url(http://images.ofweek.com/cloud/images/app.png) 12px center no-repeat;
}



/*脙楼脗篓脗麓脙娄脗禄脝鈥櫭兟吢久偮济兟ッ偮偮Ｃ兟⑩偓隆芒鈥毬兟γ嗏€櫭偮嵜兟┟⑩偓聺脜赂脙炉脗驴脗陆*/

.wx-code {
    display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 999999;
    width: 360px;
    height: 360px;
    margin: -180px 0 0 -180px;
    background-color: #fff;
    border-radius: 6px;
    border: 1px solid #999;
    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
}

.wx-hd {
    height: 30px;
    padding: 9px 15px;
    border-bottom: 1px solid #eee;
}

.wx-title {
    float: left;
    padding: 0;
    margin: 0;
    font: normal 16px/30px "Microsoft Yahei";
}

.wx-close {
    float: right;
    width: 20px;
    height: 20px;
    margin: 3px 0 0;
    font: normal 20px/20px "Microsoft Yahei";
    color: #999;
    cursor: pointer;
}

.wx-bd {
    overflow: hidden;
    height: 250px;
    position: relative;
}

.wx-bd>p {
    position: absolute;
    top: 100px;
    left: 0;
    color: #333;
    font-size: 14px;
    display: none;
    width: 100%;
    text-align: center;
}

.wx-code-img {
    width: 220px;
    height: 220px;
    margin: 15px auto 0;
    text-align: center;
    font: normal 14px/220px "Microsoft Yahei";
}

.wx-code-img img {
    vertical-align: top;
    border: 0;
}

.wx-fd {
    padding: 10px 10px 0;
    font: normal 12px/1.5 "Microsoft Yahei";
    border-top: 1px solid #ddd;
}


/**/
.fuchuang {
    position: fixed;
    z-index: 1000;
    right: 0;    
    bottom: 200px;
    width:120px;
}
.fuchuang>div {
    text-align: center;
    margin-top: 20px;
    background: #FFFFFF;
border: 1px solid #DEDEDE;
border-radius: 2px;
padding-top: 20px;
padding-bottom: 16px;
}
.fuchuang img {
    width: 100px;
}
.fuchuang p {
    font-size: 12px;
color: #000;
/*margin-top: 5px;*/
line-height: 17px;
/*margin-top: 6px;*/
}



/*usually */

.c-topbar a:hover,
.slideTxtBox .slide-intro .slide-detail a:hover,
.sharebar p a:hover,
.activity dl dd .activity-name a:hover,
.wonderful-videos .videos-con li p a:hover,
.c-footer a:hover,
.look-more:hover,
.public .part-title a:hover,
#scroll-to-top:hover {
    opacity: .7;
}

.c-head .hot-issue>ul li a:hover,
.activity dl dd .reg-btn a:hover,
.recommend>div>a:hover,
.interview .list li a:hover,
.article-ranklist .wrapper li a:hover {
    color: #32A0B8;
}


.c-nav ul li a,
.c-sub-nav .navbar li a,
.c-sub-nav .searchbar button,
.wonderful-videos .videos-con .more,
.c-topbar a,
.slideTxtBox .slide-intro .slide-detail a,
.article-item .detail h2 a,
.sharebar p a,
.activity dl dd .activity-name a,
.c-footer a,
.wonderful-videos .videos-con li p a,
.imageText .intro .link a,
.c-head .hot-issue>ul li a,
.activity dl dd .reg-btn a,
.recommend>div>a,
.interview .list li a,
.article-ranklist .wrapper li a,
.look-more,
.article-item .detail>h5 a,
.friend-links a,
.part>div,
.public .item
 {
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.sus-item .wechat:hover img,
#scroll-to-top,
.slideTxtBox .slide-intro,
.load-more,
.article-item .sharebar,
.slideTxtBox .prev,
.slideTxtBox .next,
.article-con .article-item,
.load-more,
.public .part-title a,
.rank .tab,
.friend-links,
.part a {
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.article-item .article_img_box img,
.ad-zone img,
.imageText a img,
.wonderful-videos .videos-con li img {
    -webkit-transition: all .5s ease-out .1s;
    -o-transition: all .5s ease-out .1s;
    transition: all .5s ease-out .1s;
}

.article-item .article_img_box img:hover,
.ad-zone img:hover,
.imageText .image:hover img,
.wonderful-videos .videos-con li:hover img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}



/*placeholder 脙楼脗娄脗芦脙搂芒鈧懊嬧€犆兟偮裁偮徝兟γ偮久偮姑兟ッ偮┟⑩偓啪脙娄芒鈧姑⑩偓鹿脙漏脗聧芒鈧撁冣€樏⑩偓娄脙娄脜戮芒鈧�*/

:-moz-placeholder {
    color: #b4b4b4;
    opacity: 1;
}

::-moz-placeholder {
    color: #b4b4b4;
    opacity: 1;
}

input:-ms-input-placeholder {
    color: #b4b4b4!important;
    opacity: 1;
}

input::-webkit-input-placeholder {
    color: #b4b4b4;
    opacity: 1;
}

input.placeholder {
    color: #b4b4b4!important;
}

.article-con .article-item{ overflow: visible; *zoom: 1; }
.article-con .article-item:after{ overflow: hidden; display: block; height: 0; content: ' '; clear: both; }
.article-item .sharebar{ transition: all 0s; }
.article-item .sharebar:hover{ overflow: visible; }
.article-item .sharebar .social-share .social-share-icon{ width: 20px; height: 20px; margin: 0 10px 0 0; line-height: 20px; font-size: 12px; }
.article-item .sharebar .social-share p{ width: auto; position: static; }
.article-item .sharebar p a:hover{ opacity: 1; }

/* 底部 */
.copyright {
    padding: 4px 0;
    background-color: #ffffff;
}

.copyright .police {
    width: 1000px;
    margin: 0 auto;
}

.copyright .police .item {
    width: 250px;
}

.copyright .police .item a {
    display: block;
    width: 250px;
}

.copyright .police .item img {
    display: block;
    padding-right: 18px;
}

.copyright .police .item p {
    font-size: 14px;
    color: #83888a;
    padding-top: 18px;
}

.copyrightcontent {
    text-align: center;
    font-size: 14px;
    color: #83888a;
    margin-top: 8px;
}

.copyrightcontent a {
    color: #83888a;
}

.friend-links {
    width: 1000px !important;
    margin: 20px auto;
    font-size: 14px;
    border: 1px solid #E6E6E6;
    border-top: 4px solid #367FEE;
}

.friend-links .friend-links-top {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #000;
    padding: 0 15px;
    background: #FAFAFA;
}
.friend-links .friend-links-top a {
    float: right;
    font-size: 14px;
    color: #367FEE;
}
.friend-links .friend-links-top a:hover {
    text-decoration: underline;
}
.friend-links ul {
    padding: 15px 15px 5px;
}
.friend-links ul li {
    float: left;
    padding-right: 9px;
    margin: 0 9px 10px 0;
    border-right: 1px solid #ebebeb;
}
.friend-links ul li a {
    color: #666;
}
.friend-links ul li a:hover {
    color: #367FEE;
    text-decoration: underline;
}

/* g_g_pic */
.g_g_pic ul li:first-child {
	margin-left: 0px !important;
}
.g_g_pic ul li img {
    display: block;
}

.g_g_pic {
	width: 990px;
	margin: 0 auto;
}

.g_g_pic ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.g_g_pic ul li {
	margin: 0;
	padding: 0;
	float: left;
	margin-left: 10px;
}

.g_g_pic ul li img {
	width: 240px;
	height: 90px;
	border: 0px;
	_border: none;
}