@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: "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Microsoft Yahei", sans-serif;
    -webkit-font-smoothing: antialiased;
}

.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: 1100px;
    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 a {
    color: #efefef;
}

.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 {
    position: absolute;
    z-index: 99999;
    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;
}

/*éŽä½ƒå£ˆé©ï¿½*/
.nav-con {
    height: 168px;
    background: #fff;    
       -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 {
    position: absolute;
    padding-bottom: 12px;
    z-index: 1000;
    width: 100%;
    left: 0;
    background: #fff; 
 
}
.searchbar {
    padding-bottom: 10px;
    border-bottom: 2px solid #CC0000;
}
.c-nav.fixed {
    position: fixed;
    top: -80px;
       -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: 16px;
    position: relative;
}

.c-nav .search form {
    border: 1px solid #DEDEDE;
    padding-left: 12px;
    padding-right: 50px;
}

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

.c-nav .search form button {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    border: none;
    width: 50px;
    background: #c00 url(../images/search.png) no-repeat center;
    cursor: pointer;
}

.s-navbar {
    margin-top: 12px;
    height: 30px;
    border-bottom: 2px solid #DEDEDE;
}

.s-navbar li {
    float: left;
    padding: 0 11px;
    font-size: 18px;
    line-height: 1;
    padding-bottom: 12px;
}

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

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

.s-navbar li.active a,
.s-navbar li a:hover {
    color: #c00;
}
.sub-nav {
    margin-top: 14px;
    overflow: hidden;
    margin-left: -10px; 
}
.sub-nav dl {
    /*margin-top: 16px;*/
    font-size: 13px;
    line-height: 22px;
    float: left;
    margin-left: 14px;
}

.sub-nav dl dt {
    color: #fff;
    padding-left: 5px;
    background: #c00;
    position: relative;
    margin-right: 17px;
}
.sub-nav dl dt:after {
    content: '';
    position: absolute;
    top: 0;
    left: 100%;
    border-width: 11px 7px;
    border-style: solid;
    border-color: transparent;
    border-left-color: #c00; 
}

.sub-nav dl dt,.sub-nav dl dd {
    float: left;
}

.sub-nav dl dd a {
    color: #666666;
}
.sub-nav dl dd a:hover,.sub-nav dl dd.active a {
    color: #B92C28;
}
.sub-nav dl dd+dd {
    margin-left: 18px;
}

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


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

.c-head {
    margin-top: 16px;
    position: relative;
    margin-bottom: 8px;
}

.slideTxtBox {
    width: 700px;
    height: 395px;
    overflow: hidden;
    position: relative;
}

.slideTxtBox .bd li img {
    width: 700px;
    height: 395px;
}

.slideTxtBox .prev,
.slideTxtBox .next {
    position: absolute;
    z-index: 10;
    top: 50%;
    margin-top: -21px;
    height: 42px;
    width: 42px;
    text-align: center;
    line-height: 400px;
    opacity: .6;
    overflow: hidden;
}

.slideTxtBox .prev:hover,
.slideTxtBox .next:hover {
    opacity: 1;
}

.slideTxtBox .prev {
    background: url(http://images.ofweek.com/cloud/images/ad-btn-right.png);
    left: 10px;
}

.slideTxtBox .next {
    background: url(http://images.ofweek.com/cloud/images/ad-btn-left.png);
    right: 10px;
}

.slideTxtBox .b-slide {
    position: relative;
    height: 395px;
}

.slideTxtBox .slide-intro {
    position: absolute;
    bottom: 44px;
    left: 0;
    width: 100%;
    cursor: default;
}

.slideTxtBox .slide-intro:hover {
    bottom: 74px;
}

.slideTxtBox .slide-intro .gray-bg {
    position: absolute;
    height: 74px;
    top: 0;
    left: 0;
    background: #000000;
    opacity: .5;
    width: 100%;
}

.slideTxtBox .slide-intro .slide-detail {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 74px;
    font-size: 14px;
    color: #fff;
    padding-left: 16px;
}

.slideTxtBox .slide-intro .slide-detail a {
    color: #fff;
    font-size: 20px;
}

.slideTxtBox .slide-intro-title {
    line-height: 44px;
}

.slideTxtBox .slide-intro .slide-detail p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}



/*é–»æˆ­åŽ¾é‹ï½‡æŒ§é•î‡…å”µ*/

.c-head .hot-issue {
    width: 360px;
    height: 370px;
    margin-top: 25px;   
    font-size: 14px;
    /*box-shadow: 0 1px 3px 0 rgba(0,0,0,0.16);*/
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.16);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.16);
    border-radius: 2px;
    position: relative;
    background: #fff;
}
.c-head .hot-issue .label {
    width: 81px;
    line-height: 31px;
    background: #CC0000;
box-shadow: 0 2px 7px 0 rgba(0,0,0,0.20);
border-radius: 4px;
color: #fff;
text-align: center;
position: absolute;
z-index: 10;
left: 10px;
top: -20px;
}
.hot-issue ul {
    height: 100%;
    margin-left: 23px;
    /*padding-top: 19px;*/
    border-left: 2px solid #D6D6D6;
    /*overflow: hidden;*/
}

.hot-issue ul li {
    padding-top: 24px;
    padding-left: 16px;
    padding-right: 16px;
    position: relative;
}
.hot-issue ul li:after {
    content: '';
    position: absolute;
    z-index: 10;
    width: 6px;
    height: 6px;
    background: #CC0000;
    left: -4px;
    top: 32px;
}
.hot-issue ul li h5 {
    color: #000;
    line-height: 22px;
    margin-bottom: 4px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
}
.hot-issue ul li h5 a {
    color: #000;
}
.hot-issue ul li h5 a:hover {
    color: #c00;
}
.hot-issue ul li span {
    display: block;
    color: #949494;
    line-height: 20px;
}
/*æ¿žå—­ç´•æ¥ å›©â‚¬ä½ƒå£ˆé©ï¿½*/

.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: #ffffff!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{
	margin-bottom: 20px;
}
.main-content .main-left {
    width: 700px;
}
.recommend {
    width: 694px;
    margin: 0 auto 16px;
    background: #FFFFFF;
border: 1px solid #EFEFEF;
box-shadow: 0 1px 3px 0 rgba(0,0,0,0.17);
border-radius: 2px;
height: 60px;
}
.recommend .brand {
    position: relative;
    width: 164px;
    height: 60px;
    text-align: center;
background: #FF3E3E;
border-radius: 2px 0 0 2px;
font-size: 18px;
color: #FFFFFF;
letter-spacing: 8.07px;
line-height: 60px;
margin-right: 27px;
}
.recommend .brand img {
    width: 20px;
    vertical-align: middle;
    margin-top: -4px;
}

.recommend p {
    float: left;
    width: 228px;
    margin-top: 10px;
    font-size: 14px;
color: #333333;
line-height: 21px;
}
.recommend p a {
    color: #333;
}
.recommend p a:hover {
    color: #c00;
    text-decoration: underline;
}
.recommend em {
    float: left;
    border-left: 1px solid #DDDDDD;
    height: 32px;
    width: 0;
    margin: 15px 10px 0;
}
.article-con .article-item {
    position: relative;
    padding-top: 16px;
    padding-bottom: 16px;
    border-top: 1px solid #DADADA;
    overflow: hidden;
}

.article-item>a {
    float: left;
    width: 200px;
    height: 128px;
    margin-right: 16px;
    overflow: hidden;
}

.article-item img {
    width: 200px;
    height: 128px;
}

.article-item .detail {
    /*padding: 0 16px;*/
    overflow: hidden;
}

.article-item .detail>h5 {
    font-size: 14px;
    color: #919191;
    line-height: 14px;
    font-weight: normal;
    /*margin-top: 30px;*/
}

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

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

.article-item .detail .marked {
    font-size: 11px;
    color: #fff;
    background: #7F98B6;
}

.tag-advertiser{
	font-size: 11px;
    color: #fff;
    background: #7F98B6;
}



/*.article-item .detail .time {float: right;}*/

.article-item .detail span+span {
    margin-left: 16px;
}

.article-item .detail h2 {
    font-size: 20px;
    line-height: 30px;
    /*height: 54px;*/
    /*margin: 12px 0;*/
    font-weight: 600;
}

.article-item .detail .time {
    margin-top: 8px;
    margin-bottom: 16px;
    font-size: 14px;
    color: #919191;
    line-height: 14px;
}

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

.article-item .detail h2 a:hover {
    color: #c00;
}
.article-item .detail .img-list{
    overflow: hidden;
    margin-top: -8px;
    margin-left: -50px;
    margin-bottom: 10px;
}
.article-item .detail .img-list li {
    float: left;
    margin-left: 50px;
    width: 200px;
    height: 128px;
    overflow: hidden;
}
.article-item .sharebar {
    /*margin-left: 200px;*/
    width: 30px;
    position: absolute;
    bottom: 16px;
    right: 16px;
    overflow: hidden;
}

.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 {
    margin-top: 36px;
    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;
}

.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: 36px;
}
.load-state img {
    animation: round 1.5s infinite linear;
}
@keyframes round {
    from{
        /*transform: rotate(0deg);*/
    }
    to{
        transform: rotate(360deg);
    }
}


/*é–¸æ¬åŽ–é…å •å¼½è¹‡æ›Ÿçª—*/

.main-content .main-right {
    width: 360px;
    margin-top: -32px;
}



/*é–ºå ¬æ‹·é–ºå‚œå¢—å¦žå—å´é”Ÿï¿½*/

.main-right .part {
    margin: 32px 0;
}

.part>div {
    padding: 16px;
    margin-top: 8px;
    border: 1px solid #E8E8E8;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.16);
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.16);
    border-radius: 2px;
    background: #fff;
}
.part>div:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.15), 0 1px 3px 0 rgba(0, 0, 0, 0.17);
}
.main-right .part .part-title i {
    color: #16CFF7;
    font-size: 14px;
    margin-right: 8px;
}

.main-right .part .part-title {
    font-size: 14px;
color: #CC0000;
line-height: 14px;
padding-top: 14px;
position: relative;
}
.main-right .part .part-title:before {
    content: '';
    position: absolute;
    z-index: 10;
    width: 33px;
    border-top: 4px solid #CC0000;
    left: 0;
    top: 0;
}
.main-right .part .part-title>span {
    font-weight: bold;
} 


/*æ¥ ç‚²çéŽ²ï¿½*/

.ad-zone {
    width: 346px;
    margin: 32px auto;
    height: 184px;
    overflow: hidden;
}

.ad-zone img {
    width: 346px;
    height: 184px;
}



/*OFweek å…¬ä¼—å¹³å°*/

.public .part-title a {
    border: 1px solid #B92C28;
    color: #B92C28;
    border-radius: 3px;
    font-size: 14px;
    line-height: 22px;
    padding: 0 6px;
    margin-top: -10px;
}

.public .head {
    line-height: 34px;
    font-size: 14px;
}

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

.public .head .name {
    color: #333;
    margin-left: 8px;
    font-weight: bold;
}

.public .head .right span {
    color: #BCBCBC;
    margin-right: 16px;
}

.public .head .right a{
    color: #333;
}
.public .item p a {
    color: #bcbcbc;
}

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

.public .item p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 8px;
    font-size: 14px;
    line-height: 1;
}

.public .item+.item {
    margin-top: 32px;
}


/*è¡Œä¸šæœåŠ¡*/

.part .label {
    overflow: hidden;
    margin-left: -16px;
    margin-top: -16px;
}

.part .label a {
    float: left;
    margin-left: 16px;
    margin-top: 16px;
    font-size: 14px;
    color: #333333;
    line-height: 14px;
    padding: 7px 12px;
    border-radius: 6px;
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
}

.part .label a:hover {
    background: #FF3E3E;
    border: 1px solid  #FF3E3E;
    color: #fff;
}


/*äº§ä¸šæ”¿ç­–*/

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

.part .more:hover {
    color: #c00;
}

.imageText {
    position: relative;
    margin: -8px -8px 0;
    height: 184px;
    overflow: hidden;
}

.imageText a img {
    width: 346px;
    height: 184px;
}

.imageText .intro div {
    position: absolute;
    height: 40px;
    left: 0;
    right: 0;
    bottom: 0;
}

.imageText .intro .gray-bg {
    background: #000;
    opacity: .75;
}

.imageText .intro .link {
    padding-left: 24px;
    font-size: 14px;
    line-height: 40px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.imageText .intro .link,
.imageText .intro .links {
    padding-left: 24px;
    font-size: 14px;
    line-height: 40px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.imageText .intro .link:after {
    content: '';
    position: absolute;
    left: 10px;
    top: 17.5px;
    width: 5px;
    height: 5px;
    background: #fff;
}

.imageText .intro .links:after {
    content: '';
    position: absolute;
    left: 10px;
    top: 15px;
    border-width: 5px 6px;
    border-style: solid;
    border-color: transparent;
    border-left-color: #fff;
}



.imageText .intro .link a,
.imageText .intro .links a {
    color: #fff;
}

.policy .list {
    margin-left: -8px;
    font-size: 14px;
    line-height: 14px;
}

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

.policy .list li:after {
    content: '';
    position: absolute;
    left: 10px;
    top: 4.5px;
    width: 5px;
    height: 5px;
    background: #7FB686;
}

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

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




/*æŠ€æœ¯æ–‡åº“*/

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

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

.tech .list li a {
    color: #333;
}

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


/*ç²¾å½©è§†é¢‘*/
.vedio .wrap {
    padding-bottom: 0;
}
.vedio .list {
    margin-left: -8px;
    margin-right: -8px;
    font-size: 14px;
    line-height: 14px;
    margin-top: 20px;
}

.vedio .list li {
    position: relative;
    padding-left: 24px;
    padding-top: 16px;
    margin-bottom: 16px;
    border-top: 1px solid #DEDEDE;
    line-height: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.vedio .list li:after {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 8px 12px;
    border-color: transparent;
    border-left-color: #FF3E3E;
    left: 0;
    top: 15px;
}

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

.vedio .list li a:hover {
    color: #c00;
}
.vedio-label {
    padding: 8px 12px;
    background: rgba(0,0,0,.75);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}
.vedio-label>span {
    display: block;
    padding-left: 24px;
    line-height: 20px;
    font-size: 14px;
color: #FFFFFF;
position: relative;
}
.vedio-label>span:before {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 8px 12px;
    border-color: transparent;
    border-left-color: #fff;
    left: 0;
    top: 2px;
}
.vedio-label>p {
    font-size: 14px;
color: #FFFFFF;
line-height: 21px;
margin-top: 8px;
white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.vedio-label>p a {
    color: #fff;
}
.vedio-label>p a:hover {
    opacity: .7;
}
/*æ–‡ç« æŽ’è¡Œ*/

.rank .tab {
    border-radius: 2px;
    float: right;
    font-size: 14px;
    color: #919191;
    line-height: 20px;
    width: 24px;
    text-align: center;
    margin: 0 5px;
    cursor: pointer;
    margin-top: -4px;
}

.rank .tab.on {
    color: #fff;
    background: #FF3E3E;
}
.main-right .rank .part-title {
    padding-top: 20px;
}



.rank .list li {
    font-size: 14px;
    position: relative;
    padding-left: 30px;
    line-height: 22px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.rank .list li+li {
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid #DEDEDE;
}

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

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

.rank .list li span {
    font-size: 20px;
    color: #000;
    position: absolute;
    left: 0;
}

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

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

.rank .list li:nth-child(3) span {
    color: #0076FF;
}


/*é–ºå‚šæ´¨éçƒ½å¹’éŽºæ›¨æ”½*/

.article-ranklist .part-title {
    line-height: 20px!important;
}

.article-ranklist .tab span {
    margin: 0 4px;
    color: #333;
    cursor: pointer;
    width: 20px;
    border-radius: 2px;
    text-align: center;
}

.article-ranklist .tab span.current {
    color: #fff;
    background: #16CFF7;
}

.article-ranklist .wrapper {
    margin-top: 21px;
}

.article-ranklist .wrapper ul li {
    margin-bottom: 21px;
    font-size: 14px;
    line-height: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.article-ranklist .wrapper li label {
    float: left;
    margin-right: 8px;
    width: 16px;
    text-align: center;
    color: #fff;
    background: #121212;
    border-radius: 2px;
}

.article-ranklist .wrapper ul {
    display: none;
}

.article-ranklist .wrapper ul.current {
    display: block;
}



/*ç¼î†½å„³éç”µæ†´é¡æ¶±æš¥*/

.wonderful-videos {
    margin: 60px 45px;
}

.wonderful-videos .part-title {
    height: 42px;
    border-bottom: 1px solid #EFEFEF;
    margin-bottom: 24px;
}

.wonderful-videos .part-title span {
    float: left;
    font-size: 18px;
    color: #333333;
    line-height: 18px;
    padding-bottom: 24px;
    border-bottom: 1px solid #333333;
}

.wonderful-videos .videos-con .more {
    padding: 95px 60px;
    font-size: 18px;
    color: #FFFFFF;
    background: #16CFF7;
}

.wonderful-videos .videos-con .more:hover {
    background: #60DCF7;
}

.wonderful-videos .videos-con li {
    float: left;
    width: 200px;
}

.wonderful-videos .videos-con li+li {
    margin-left: 32px;
}

.wonderful-videos .videos-con li>a {
    display: block;
    position: relative;
    height: 128px;
    overflow: hidden;
}

.wonderful-videos .videos-con li img {
    width: 200px;
    height: 128px;
}

.wonderful-videos .videos-con li>a:before {
    content: '';
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 10;
}

.wonderful-videos .videos-con li>a:after {
    content: "\e62c";
    opacity: 0;
    font-family: 'iconfont';
    position: absolute;
    font-size: 18px;
    line-height: 48px;
    width: 48px;
    text-align: center;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 50%;
    top: -50px;
    left: 50%;
    margin-top: -25px;
    margin-left: -25px;
    z-index: 20;
}

.wonderful-videos .videos-con li:hover>a:after {
    top: 50%;
    opacity: 1;
}

.wonderful-videos .videos-con li:hover>a:before {
    opacity: .6;
}

.wonderful-videos .videos-con li p {
    padding: 20px 14px;
    font-size: 14px;
    color: #333333;
    line-height: 21px;
    height: 42px;
    overflow: hidden;
}

.wonderful-videos .videos-con li p a {
    color: #333333;
}



/*éŽ¼å­˜æ´ŸéŽå¯¸â‚¬ä½ƒå£ˆé©ï¿½*/

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

.c-footer a {
    color: #CFCFCF;
}



/*æ¿žæ­å–šé›ï¿½ ç¼‚å†¾å™£éŠ†ï¿½*/
#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: #c00;
    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,
.imageText .intro .link a:hover,
.imageText .intro .links a:hover,
.c-footer a:hover,
.look-more:hover,
.public .part-title a:hover,
.c-nav .search form button:hover,
#scroll-to-top:hover {
    opacity: .7;
}

.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,
.c-nav .search form button,
.part>div
 {
    -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,
.part a {
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.article-item 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 img:hover,
.ad-zone img:hover,
.imageText:hover a 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; }
.social-share .icon-wechat .wechat-qrcode img{ width: auto; height: auto; }