@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;
    /* 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: 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 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{
	float:left;
	margin-left:20px;
}

/*Ã©ÂÅ½Ã¤Â½Æ’Ã¥Â£Ë†Ã©ÂÂ©Ã¯Â¿Â½*/
.nav-con {
    height: 225px;
    position: relative;
    /*overflow: hidden;*/
    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;
    z-index: 1000;
    width: 100%;
    left: 0;
    top: 10px;
    padding-top: 10px;
    background: #FFFFFF; 
    padding-bottom: 16px;
    
}
.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: 10px;
    position: relative;
}

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

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

.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: 24px;
    height: 30px;
    border-bottom: 2px solid #DEDEDE;
}

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

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

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

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

.sub-nav dl {
    margin-top: 16px;
    font-size: 14px;
    line-height: 1;
    height: 14px;
}

.sub-nav dl dt {
    color: #454545;
    width: 76px;
    text-align: center;
    font-weight: bold;
}

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

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

.sub-nav dl dd {
    width: 56px;
    margin: 0 10px;
}

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


.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: 10px;
}

.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: 390px;
    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;
    background: #fff;
}

.issue-item {
    position: relative;
    height: 97px;
    margin-top: 24px;
    overflow: hidden;
}

.issue-item .red {
    background: #DD342F;
    position: absolute;
    z-index: 1;
    height: 100%;
    width: 100%;
}
.issue-item .layer {
    position: absolute;
    width: 100%;
    z-index: 1;
    height: 100%;
    left: 0;
    top: 0;
}
.issue-item .layer.left {
    left: -100%;
}
.issue-item .layer.right {
    left: 100%;
}
.issue-item .layer.bottom {
    top: 100%;
}
.issue-item .layer.current {
    transition: all 1s ease-in-out;
}
.issue-item .layer.top {
    top: -100%;
}
.issue-item .blue {
    background: #0076FF;
    position: absolute;
    z-index: 1;
    height: 100%;
    width: 100%;
}

.issue-item .purple {
    background: #553EB8;
    position: absolute;
    z-index: 1;
    height: 100%;
    width: 100%;
}

.issue-item .cont div{
    z-index: 2;
    position: absolute;
    top: 21px;
    left: 24px;
    right: 24px;
    height: 56px;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 28px;
}
.issue-item .cont div {
    display: none;
}
.issue-item .cont div.active {
    display: block;
}
.issue-item h2 {
    font-weight: bold;
    font-size: 18px;
}
.issue-item h2 a {
    color: #fff;
}
.issue-item span {
    position: absolute;
    font-size: 14px;
    right: 0;
    bottom: 0;
}

@keyframes scroll {
    0%{width: 100%;}
    20%{width: 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: #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 .main-left {
    width: 700px;
}
.recommend {
    width: 696px;
    margin: 0 auto 8px;
    background: #FFFFFF;
border: 1px solid #EFEFEF;
box-shadow: 0 1px 3px 0 rgba(0,0,0,0.17);
border-radius: 2px;
height: 62px;
}
.recommend .brand {
    position: relative;
    width: 164px;
    height: 62px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    background: #CC0000;
    border-radius: 2px 0 0 2px;
    line-height: 26px;
    margin-right: 27px;
}
.recommend .brand img {
    position: absolute;
    right: -31px;
    top: 10px;
}
.recommend .brand span {
    display: inline-block;
   
}
.recommend .brand .to {
     margin-top: 6px;
    letter-spacing: 14px;
    margin-left: 10px;
}
.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: 16px;
    margin-bottom: 8px;
    background: #fff;
    overflow: hidden;
    /*height: 128px;*/
    border: 1px solid #EFEFEF;
    /*box-shadow: 0 1px 3px 0 rgba(0,0,0,0.17);*/
    border-radius: 2px;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.17);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.17);
}

.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 {
    border: 1px solid #EFEFEF;
    border-radius: 1px;
}

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

.article-item>a>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: 18px;
    line-height: 27px;
    /*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: #4A585F;
}

.article-item .detail h2 a:hover {
    color: #B92C28;
    text-decoration: underline;
}

.article-item .sharebar {
    /*margin-left: 200px;*/
    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 {
    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;
    margin: 0 auto 20px;
}

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



/*Ã©â€“Â¸Ã¦Â¬ÂÃ¥Å½â€“Ã©Ââ€¦Ã¥Â â€¢Ã¥Â¼Â½Ã¨Â¹â€¡Ã¦â€ºÅ¸Ã§Âªâ€”*/

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



/*Ã©â€“ÂºÃ¥Â Â¬Ã¦â€¹Â·Ã©â€“ÂºÃ¥â€šÅ“Ã¥Â¢â€”Ã¥Â¦Å¾Ã¥Ââ€”Ã¥Â´ÂÃ©â€Å¸Ã¯Â¿Â½*/

.main-right .part {
    margin: 24px 0;
    /*background: #fff;*/
}

.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: 18px;
    color: #333333;
    padding-left: 16px;
    line-height: 24px;
}

.main-right .part .part-title .look-more {
    color: #16CFF7;
    float: right;
}

.activity dl {
    margin-top: 16px;
    padding-bottom: 16px;
    height: 50px;
    font-size: 14px;
}

.activity dl+dl {
    border-top: 1px solid #EFEFEF;
}

.activity dl dt {
    float: left;
    margin-right: 8px;
    width: 34px;
    text-align: center;
}

.activity dl dt .day {
    display: block;
    font-size: 30px;
    color: #333333;
    line-height: 30px;
}

.activity dl dt .month {
    display: block;
    color: #B4B4B4;
}

.activity dl dd .activity-name {
    height: 30px;
    line-height: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.activity dl dd .activity-name a {
    color: #333333;
}

.activity dl dd .reg-btn a {
    color: #B4B4B4;
    margin-right: 10px;
}

.activity dl dd .reg-btn i {
    font-size: 14px;
    color: #16CFF7;
}

.activity dl dd {
    line-height: 20px;
}



/*Ã¦Â¥Â Ã§â€šÂ²Ã§ÂÂÃ©Å½Â²Ã¯Â¿Â½*/

.ad-zone {
    width: 346px;
    margin: 24px 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;
}

.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,
.public .item p a {
    color: #333;
}

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

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

.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 {
    border: 1px solid #CC0000;
    color: #c00;
}


/*Ã¤ÂºÂ§Ã¤Â¸Å¡Ã¦â€Â¿Ã§Â­â€“*/

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

.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: #B92C28;
}

.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 .list {
    margin-left: -8px;
    font-size: 14px;
    line-height: 14px;
}

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

.vedio .list li:after {
    content: '';
    position: absolute;
    left: 10px;
    top: 2px;
    border-width: 5px 6px;
    border-style: solid;
    border-color: transparent;
    border-left-color: #c00;
}

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

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


/*Ã¦â€“â€¡Ã§Â«Â Ã¦Å½â€™Ã¨Â¡Å’*/

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

.rank .tab:hover,
.rank .tab.on {
    color: #c00;
}

.rank .tab.on {
    border: 1px solid #CC0000;
}

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

.rank .list li {
    font-size: 14px;
    position: relative;
    margin-top: 30px;
    padding-left: 24px;
    line-height: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

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

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

.rank .list li span {
    color: #b4b4b4;
    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-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,
.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>a>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>a>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; }