html,
body,
ul,
li,
ol,
dl,
dd,
dt,
p,
h1,
h2,
h3,
h4,
h5,
h6,
i,
b,
form,
fieldset,
legend,
img {
    margin: 0;
    padding: 0;
    font-style: normal;
}

fieldset,
img {
    border: none;
}

address,
caption,
cite,
code,
dfn,
th,
var {
    font-style: normal;
    font-weight: normal;
}

ul,
ol {
    list-style: none;
}

select,
input {
    vertical-align: middle;
}

select,
input,
textarea {
    font-size: 12px;
    margin: 0;
}

table {
    border-collapse: collapse;
}

body {
    background: #fff url("//n.sinaimg.cn/finance/jiuwenpc/images/body_bg.png") repeat;
    color: #333;
    font: 14px/22px "PingFang SC", "Microsoft YaHei", arial, "\5b8b\4f53", sans-serif, tahoma;
}

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

.clearfix {
    zoom: 1;
}

.clearit {
    clear: both;
    height: 0;
    font-size: 0;
    overflow: hidden;
}

a {
    color: #333;
    text-decoration: none;
}

a:visited {
    color: #a07d40;
}

a:hover,
a:active,
a:focus {
    color: #a07d40;
    text-decoration: none;
}

.sff-loading>div {
    background-color: #a07d40 !important;
}

.listmore a:link,
.listmore a:visited {
    height: 46px;
    line-height: 46px;
    display: block;
    font-size: 16px;
    color: #333;
    text-align: center;
}

.listmore a:hover {
    color: #333;
    text-decoration: none;
}

.space13 {
    height: 13px;
    overflow: hidden;
}

.space20 {
    height: 20px;
    overflow: hidden;
}

.space30 {
    height: 30px;
    overflow: hidden;
}

.space40 {
    height: 40px;
    overflow: hidden;
}

.hide {
    display: none !important;
}

img.sc {
    transition: transform 0.4s ease;
    -webkit-transition: transform 0.4s ease;
    -moz-transition: transform 0.4s ease;
    -ms-transition: transform 0.4s ease;
    -o-transition: transform 0.4s ease;
}

img.sc:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.ani-opacity {
    filter: Alpha(Opacity=80);
    opacity: 0.8;
    transition: all 0.4s;
}

.ani-rotate {
    transition: all 0.4s;
    transform: rotate(180deg);
}

.ani-popIn {
    -webkit-animation-duration: 0.35s;
    animation-duration: 0.35s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
}

.ani-popOut {
    -webkit-animation-duration: 0.35s;
    animation-duration: 0.35s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut;
}

@-webkit-keyframes bounceIn {
    0%,
    100% {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        transform: scale3d(0.8, 0.8, 0.8);
    }
    100% {
        opacity: 1;
        transform: scale3d(1, 1, 1);
    }
}

@keyframes bounceIn {
    0%,
    100% {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        transform: scale3d(0.8, 0.8, 0.8);
    }
    100% {
        opacity: 1;
        transform: scale3d(1, 1, 1);
    }
}

.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
}

@-webkit-keyframes bounceOut {
    20% {
        transform: scale3d(0.9, 0.9, 0.9);
    }
    100% {
        opacity: 0;
        transform: scale3d(0.8, 0.8, 0.8);
        -moz-transform: scale3d(0.8, 0.8, 0.8);
        -ms-transform: scale3d(0.8, 0.8, 0.8);
        -o-transform: scale3d(0.8, 0.8, 0.8);
    }
}

@keyframes bounceOut {
    20% {
        transform: scale3d(0.9, 0.9, 0.9);
    }
    100% {
        opacity: 0;
        transform: scale3d(0.8, 0.8, 0.8);
        -webkit-transform: scale3d(0.8, 0.8, 0.8);
        -moz-transform: scale3d(0.8, 0.8, 0.8);
        -ms-transform: scale3d(0.8, 0.8, 0.8);
        -o-transform: scale3d(0.8, 0.8, 0.8);
    }
}

.bounceOut {
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut;
}

.slider_container {
    width: 700px;
    height: 470px;
    overflow: hidden;
    position: relative;
}

.slider_container .slider_item {
    position: relative;
}

.slider_container .slider_item img {
    width: 700px;
    height: 470px;
    display: block;
}

.slider_container .slider_item span {
    color: #ccc;
    font-size: 18px;
    overflow: hidden;
    padding-top: 42px;
    padding-left: 20px;
    height: 58px;
    line-height: 58px;
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    background: rgba(0,0,0,.5);
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */

}

.slider_container .slider_arr {
    background: url("//n.sinaimg.cn/finance/jiuwenpc/images/arr_bg.png") no-repeat;
    width: 40px;
    height: 60px;
    position: absolute;
    top: 50%;
    margin-top: -30px;
    z-index: 10;
}

.slider_container .slider_arr#slider_prev {
    left: 0;
}

.slider_container .slider_arr#slider_next {
    right: 0;
    background-position: 100% 0;
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled{
    pointer-events:auto!important;
}
.slider_container .slider_dot {
    left: auto !important;
    right: 20px;
    width: auto !important;
    bottom: 19px !important;
    position: absolute;
    z-index: 10;
}

.slider_container .slider_dot span {
    width: 9px;
    height: 9px;
    background-color: #a0a0a0;
    margin: 0 7px !important;
    display: inline-block;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
}

.slider_container .slider_dot span.swiper-pagination-bullet-active,
.slider_container .slider_dot span.dot_list_cur {
    border-radius: 5px;
    width: 21px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.author_slider_list .author_slider_item {
    width: 270px;
    height: 490px;
    overflow: hidden;
}

.author_slider_list .slider_img {
    text-align: center;
    width: 70px;
    height: 126px;
    float: left;
    margin-right: 30px;
    overflow: hidden;
}

.author_slider_list .slider_img img {
    width: 70px;
    height: 70px;
    display: block;
    border: solid 1px #efefef;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
}

.author_slider_list .slider_img span {
    line-height: 20px;
    font-size: 14px;
    font-weight: 400;
    padding: 8px 0;
    display: block;
}

.author_btns {
    position: absolute;
    top: 0;
    right: 0;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #cab289;
    display: none;
}

.author_btns #author_slider_next,
.author_btns #author_slider_prev {
    background: url("//n.sinaimg.cn/finance/jiuwenpc/images/arr2_bg.png") no-repeat;
    margin: 10px 0;
    width: 20px;
    height: 20px;
    outline: none;
}

.author_btns #author_slider_next {
    float: left;
    position: static;
    background-position: -68px 3px;
}

.author_btns #author_slider_prev {
    float: left;
    position: static;
    background-position: 5px 3px;
}

.author_btns #author_slider_page {
    width: 54px;
    text-align: center;
    float: left;
    position: static;
}

.author_btns #author_slider_page span.swiper-pagination-current {
    color: #fff;
}

.author_slider_list .slider_box {
    width: 310px;
}

.feed_cont {
    background-color: #fff;
    overflow: hidden;
}

.feed_list {
    background-color: #fff;
    margin-top: 50px;
}

.feed_item {
    padding: 20px 10px;
    border-bottom: solid 1px #d2d2d2;
    overflow: hidden;
}

.feed_item .feed_img {
    width: 212px;
    height: 142px;
    float: left;
    margin-right: 22px;
}

.feed_item img {
    width: 210px;
    height: 140px;
    display: block;
    border: solid 1px #f1ecec;
}

.feed_txt {
    overflow: hidden;
}

.feed_txt h3 {
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
    padding-top: 7px;
    min-height: 85px;
}

.feed_date {
    float: left;
    font-size: 12px;
    color: #959595;
}

.feed_cmt {
    float: right;
    margin-right: 5px;
    width: 16px;
    height: 16px;
    vertical-align: -3px;
    background: url(//n.sinaimg.cn/finance/pctianyi_wdg/src/images/icon-cmnt.png?__sprite) 0 0 no-repeat;
}

.topHeader {
    height: 50px;
    background-color: #333;
    overflow: hidden;
    line-height: 50px;
    font-size: 16px;
}

.topHeader .t_link {
    padding-right: 20px;
    float: right;
    color: #fff;
}


.topHeader .t_link a,
.topHeader .t_link a:visited,
.topHeader .t_link a:hover {
    color: #fff;
    margin: 0 8px;
}


.topHeader .t_brea {
    padding-left: 20px;
    float: left;
    color: #fff;
}


.topHeader .t_brea a,
.topHeader .t_brea a:visited,
.topHeader .t_brea a:hover {
    color: #fff;
    margin: 0 8px;
}


.topHeader .t_user {
    width: 130px !important;
}

.topHeader .t_user a.user_login_btn {
    background-color: #a07d40;
    width: 92px;
    height: 36px;
    color: #fff !important;
    line-height: 36px;
    text-align: center;
    display: block;
    margin-top: 7px;
}

.topHeader .t_user a.user_login_btn:hover {
    background-color: #a5731d;
}

.topHeader .t_user img {
    display: none;
}

.topHeader .t_user .user-nick {
    color: #fff;
    font-size: 16px;
}

.banner h1 {
    visibility: hidden;
}

.banner img {
    display: block;
    margin: 0 auto;
}

.main {
    width: 1000px;
    margin: 0 auto;
    overflow: hidden;
}

.main .ml {
    float: left;
    width: 700px;
}

.main .mr {
    float: right;
    width: 270px;
}

.feed-container .tabs-menu {
    padding-bottom: 30px;
    height: 40px;
}

.feed-container .tabs-menu ul {
    overflow: hidden;
}

.feed-container .tabs-menu-list.scroll-fix {
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    width: 100%;
    box-shadow: 0 0 4px 4px rgba(0, 0, 0, 0.1);
    z-index: 100;
    animation: fadeInDown 0.6s ease;
    -webkit-animation: fadeInDown 0.6s ease;
}

.feed-container .tabs-menu-list.scroll-fix ul {
    width: 1000px;
    margin: 0 auto;
    padding-bottom: 10px;
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        -moz-transform: translate3d(0, -100%, 0);
        -ms-transform: translate3d(0, -100%, 0);
        -o-transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        -moz-transform: translateZ(0);
        -ms-transform: translateZ(0);
        -o-transform: translateZ(0);
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        -moz-transform: translate3d(0, -100%, 0);
        -ms-transform: translate3d(0, -100%, 0);
        -o-transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        -moz-transform: translateZ(0);
        -ms-transform: translateZ(0);
        -o-transform: translateZ(0);
    }
}

.feed-container .tabs-menu li {
    font-weight: bold;
    float: left;
    font-size: 16px;
    color: #333;
    line-height: 36px;
    height: 36px;
    padding: 0 2px 5px;
    margin-right: 20px;
    cursor: pointer;
}

.feed-container .tabs-menu li:hover {
    color: #a07d40;
}

.feed-container .tabs-menu li:last-child {
    margin-right: 0;
}

.feed-container .tabs-menu li.cur {
    color: #a07d40;
    border-bottom: solid 3px #a07d40;
}

.blk_01 {
    position: relative;
}

.blk_01 .bc {
    padding-top: 26px;
    height: 490px;
    overflow: hidden;
}

.blk_02 {
    margin-top: 35px;
}

.blk_02 .bc {
    padding: 15px 0;
}

.blk_02 ul {
    overflow: hidden;
}

.blk_02 li {
    text-align: center;
    line-height: 40px;
    width: 33%;
    overflow: hidden;
    height: 40px;
    font-size: 14px;
    font-weight: bold;
    float: left;
    font-weight: 400;
}

.blk_03 .bc {
    padding: 20px 0;
}

.blk_03 li {
    padding-bottom: 20px;
}

.blk_03 li h3 {
    font-weight: 400;
    font-size: 14px;
}

.blk_04 .bc {
    padding: 20px 0;
}

.blk_04 li {
    margin-bottom: 20px;
    float: left;
}

.blk_04 li:nth-of-type(2n) {
    float: right;
}

.blk_04 li img {
    width: 120px;
    height: 33px;
    display: block;
}

.blk_04 .bad {
    position: relative;
}

.blk_04 .bad img {
    width: 100%;
    display: block;
}

.blk_04 .bad span {
    position: absolute;
    width: 50px;
    height: 30px;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.7);
    right: 0;
    bottom: 0;
}

.user_info {
    background-color: #fff;
    margin-bottom: 80px;
}

.user_info .user_img {
    padding: 20px 0 10px;
}

.user_info .user_img img {
    width: 160px;
    height: 160px;
    display: block;
    margin: 0 auto;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
}

.user_info h3 {
    font-size: 20px;
    font-weight: bold;
    line-height: 44px;
    text-align: center;
}

.user_info p {
    padding: 0 20px 20px;
    font-size: 16px;
    color: #666;
    line-height: 26px;
    text-align: justify;
}

.tit {
    background-color: #a07d40;
    height: 40px;
    overflow: hidden;
}

.tit h2 {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    line-height: 40px;
    padding-left: 12px;
    float: left;
}

.friendShipLink {
    padding: 40px 0 10px;
    width: 1000px;
    margin: 0 auto;
}

.friendShipLink .f_tit {
    width: 270px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    margin: 0 auto;
    background-color: #a07d40;
}

.friendShipLink .f_list {
    padding: 20px 0;
}

.friendShipLink .f_list a {
    font-size: 16px;
    line-height: 40px;
    white-space: nowrap;
    margin: 0 5px;
}

.footer {
    border-top: solid 2px #b3b3b3;
    padding: 30px 0;
    line-height: 50px;
    font-size: 16px;
    text-align: center;
}

.sidebar {
    position: fixed;
    z-index: 20;
    bottom: 50px;
    right: 50px;
}

.sidebar a {
    background: url("//n.sinaimg.cn/finance/jiuwenpc/images/sidebar_bg.png") no-repeat;
    width: 80px;
    height: 80px;
    margin-bottom: 15px;
    display: block;
}

.sidebar a.cmtBack {
    background-position: 0 0;
}

.sidebar a.backTop {
    display: none;
    background-position: 0 100%;
}

.sidebar a.cmtBack:hover {
    background-position: 100% 0;
}

.sidebar a.backTop:hover {
    background-position: 100% 100%;
}