* {
    margin: 0;
    padding: 0;
}

ul {
    list-style: none;
    margin: 0;
}

a {
    color: #333;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

a:hover {
    color: #003352;
}

a:hover, a:focus {
    text-decoration: none;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-right: 0px;
    padding-left: 0px;
}

.container {
    padding: 0;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.cl {
    clear: both;
}

body {
    background-color: #f5f5f5;
    font-size: 14px;
    color: #333;
    font-family: "PingFang SC","Microsoft Yahei",sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    line-height: 1.5;
}

.top_bar {
    margin-top: 90px;
    background: #fff;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.userCover img {
    width: 100%;
}

.profile_wrapper {
    width: 100%;
    background: #fff;
}

.profile_main {
    margin: 0 20px 0;
    position: relative;
}

.userAvatar {
    border: 4px solid #FFFFFF;
    border-radius: 14px;
    position: absolute;
    top: -24px;
    left: 0;
    z-index: 1;
    width: 150px;
    height: 150px;
}

.userAvatar img {
    width: 100%;
    height: 100%;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.profile_content {
    padding-top: 16px;
    padding-left: 32px;
    border-left: 140px solid transparent;
}

.profileHeader_name {
    font-size: 26px;
    font-weight: 600;
    font-synthesis: style;
    line-height: 30px;
}

.profile_inform, .profile_inform a {
    margin-top: 16px;
    margin-bottom: 16px;
    color: #777;
}

.profile_inform a:hover {
    color: #003352;
}

.profile_inform a:hover .iconfont {
    color: #003352;
}

.profile_inform .inform_wechat {
    margin-right: 30px;
    position: relative;
    cursor: pointer;
}
.profile_inform .inform_wechat img{
    position: absolute;
    max-height: 120px;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 100;
    border: 1px solid #e5e5e5;
}
.profile_inform .inform_wechat  .arrow {
    left: 30px;
    border: 10px solid transparent;
    bottom: 2px;
    position: absolute;
    border-bottom-color: #e5e5e5;
}
.inform_wechat .iconfont, .inform_email .iconfont{
    margin-right: 6px;
    color: #2b34ac;
    font-size: 16px;
}
.inform_wechat p{
    display: none;
    margin: 0px;
}
.inform_wechat:hover p{
    display: block;
}
.inform_email span {
    font-size: 14px;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.ProfileHeader {
    position: relative;
    width: 1000px;
    padding: 0 16px;
    margin: 10px auto;
}

.Card {
    margin-bottom: 10px;
    background: #FFFFFF;
    overflow: hidden;
    border-radius: 2px;
    box-shadow: 0 1px 3px rgba(26, 26, 26, 0.1);
    box-sizing: border-box;
}

.author_intro {
    height: 40px;
    color: #666;
    position: relative;
    margin-top: 14px;
    transition: height 300ms ease-out 0s;

}

.author_intro_cnt p {
    position: relative;
    width: 544px;
    overflow: hidden;
    white-space: nowrap;
    line-height: 22px;
    color: #999;
    text-align: justify;
    font-size: 12px;
}

.author_intro_cnt .nostyle {
    white-space: normal;
}
.author_intro_cnt>div{
    position:relative;
}
.author_intro_cnt>div .cover {
    position: absolute;
    right: 0;
    top: 0;
    display: inline-block;
    width: 100px;
    height: 32px;
    background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.1) 5%, rgba(255, 255, 255, 1) 100%);
    background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0.3) 5%, rgba(255, 255, 255, 1) 100%);
    background-image: linear-gradient(left, rgba(255, 255, 255, 0.3) 5%, rgba(255, 255, 255, 1) 100%);
}

.more {
    color: #003352;
    cursor: pointer;
    margin-left: 10px;
    font-size: 12px;
}

.more .iconfont {
    font-size: 16px;
    vertical-align: middle;
    display: inline-block;
}

.more .angle {
    transform: rotate(180deg);
}

.number_bar li span {
    display: block;
    text-align: center;
    padding-right: 20px;
    padding-left: 20px;
    color: #777;
}

.number_bar li .number {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 4px;
}

.line {
    float: right;
    width: 1px;
    height: 25px;
    background: #ddd;
    margin-top: -36px;
}

.author_intro ul {
    position: absolute;
    top: -12px;
    right: -14px;
}

.Profile_mainColumn {
    background: #fff;
    width: 842px;
    overflow: hidden;
    padding: 24px;
    padding-bottom: 0;
    margin-bottom: 60px;
}

.mainColumn_title {
    padding-bottom: 10px;
    border-bottom: 2px solid #e5e5e5;
    height: 34px;

}

.mainColumn_title p {
    position: relative;
    font-size: 18px;
}

.mainColumn_title p:first-child:before {
    position: absolute;
    top: 32px;
    left: 0;
    content: '';
    display: block;
    height: 2px;
    width: 100%;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    background: #2b34ac;
}

.mainColumn_title .iconfont {
    font-size: 20px;
    color: #2b34ac;
    vertical-align: middle;
    margin-right: 2px;
}

.mainColumn_cnt {
    overflow: hidden;
}

.mainColumn_cnt li {
    padding-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
    overflow: hidden;
    padding-top: 20px;
}

.mainColumn_cnt li:hover .cntItem_inner_title {
    color: #003352;
}

.mainColumn_cnt li:last-child {
    border-bottom: none;
}

.cntItem .lead_img {
    display: block;
    width: 100%;
    height: 130px;
    background: url(../../images/author/14.jpg) no-repeat 0 0;
    background-position: 50%;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;
    cursor: pointer;
}

.cntItem .lead_img:hover {
    -webkit-background-size: 110% 110%;
    background-size: 110% 110%;
}

.cntItem_inner {
    padding-left: 14px;
}

.cntItem_inner_title {
    font-size: 18px;
    font-weight: 600;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    margin-bottom: 10px;
}

.cntItem_inner_smallText {
    color: #666;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-align: justify;
}

.cntItem_inner_number {
    margin-top: 10px;
    line-height: 22px;
    overflow: hidden;
}

.cntItem_inner_number a {
    margin-right: 24px;
}

.cntItem_inner_number span {
    color: #b2b2b2;
    font-size: 12px;
}

.cntItem_inner_number .iconfont {
    margin-right: 2px;
    font-size: 16px;
    vertical-align: middle;
}
.thumbs-up .iconfont{
    font-size: 14px;
}

/*.cntItem_inner_number .date {
    line-height: 26px;
}*/

.Profile_sideColumn {
    width: 338px;
    background: #fff;
    padding: 24px 14px;
    float: right;
}

.sideColumn_title {
    position: relative;
    margin-bottom: 16px;
}

.sideColumn_title:before {
    content: '';
    display: inline-block;
    background-image: url(../../images/author/right_title_icon.png);
    width: 20px;
    height: 20px;
    position: absolute;
    margin-top: 4px;
    background-repeat: no-repeat;
    top: -1px;
}

.sideColumn_title:after {
    content: '';
    display: inline-block;
    background-image: url(../../images/author/right-title.svg);
    width: 138px;
    height: 15px;
    margin-left: 8px;
    position: absolute;
    margin-top: 4px;
}

.sideColumn_title span {
    display: inline-block;
    margin-left: 26px;
    font-size: 18px;
}

.list {
    position: relative;
    overflow: hidden;
}

.list ul {
    padding-left: 15px;
    border-left: 1px solid #cacaca;
    margin-left: 3px;
}

.list ul li {
    position: relative;
    padding-bottom:16px;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    position: relative;
}

.list ul li:last-child {
    padding-bottom: 0;
}

.list ul li a {
    line-height: 24px;
    color: #666;
}

.list ul li a:hover {
    color: #003352;
}

.list ul li:before {
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    background: #cacaca;
    left: -18px;
    position: absolute;
    top: 10px;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.list ul li:hover::before {
    background: #2b34ac;
}

.banner {
    width: 300px;
    margin: 24px auto 0px;
    position: relative;
}

.recent_title {
    margin-top: 24px;
}

.recent_list ul {
    border-left: none;
}

@keyframes Bounce {
    0%,
    100% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    50% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
}

/*分页*/
.pagination {
    height: 40px;
}

.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    line-height: 34px;
    color: #777;
    text-decoration: none;
    background-color: #fff;
    border: none;
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 0;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    border-radius: 50%;
    border: none;
    background-color: #003352;;
}

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
    border: 2px solid #003352;
    border-radius: 50%;
    background-color: transparent;
}

.pagination > li {
    width: 34px;
    height: 34px;
    display: block;
    float: left;
    margin-right: 30px;
}

.pagination > li.page {
    margin-right: 20px;
}

.pagination .iconfont, .pagination .iconfont {
    font-size: 18px;
    line-height: 34px;
    color: #999;
}

.pagination .previous:hover span {
    color: #003352;
}

.pagination .next:hover span {
    color: #003352;
}

.pagination a {
    display: block;
}

.pagination .first a:focus, .pagination .first a:hover, .pagination .last a:focus, .pagination .last a:hover {
    border-radius: 0;
    border: none;
}
.pagination > li{
    cursor: pointer;
}
/*.pagination > li:first-child > a, .pagination > li:first-child > span {
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
}*/

/*.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-top-right-radius: 50% !important;
    border-bottom-right-radius: 50% !important;
}*/

.pagination > li:last-child{
    -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
    border-radius: 500px;
}

.pagination>li:first-child>a, .pagination>li:first-child>span,.pagination>li:last-child>a, .pagination>li:last-child>span{
    border-radius: 500px!important;
}

.pagination > li:last-child:hover{
    border: none;
}

.pagination li:first-child > a:focus, .pagination li:first-child > a:hover, .pagination li:last-child a:focus, .pagination li:last-child a:hover {
    border: none;
}

.ad-title{
    padding: 0px 3px;
    position: absolute;
    left: 0px;
    bottom: 2px;
    border: 1px solid rgba(255,255,255,0.5);
    text-align: center;
    color: #fff;
    font-size: 12px;
    transform: scale(0.80);
    -ms-transform: scale(0.80);
    -moz-transform: scale(0.80);
    -webkit-transform: scale(0.80);
    -o-transform: scale(0.80);
    color: rgba(255,255,255,0.5);
    border-radius: 2px;
}

html{
    height: 100%;
}
.body_404{
    height: 100%;
    overflow: hidden;
}
.body_404 iframe{
    width: 100%;
    height: 100%;
    border: none;
}





@media (min-width: 992px) {
    .container {
        width: 990px;
    }

    .Profile_mainColumn {
        width: 632px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1200px;
    }

    .Profile_mainColumn {
        width: 842px;
    }
}

@media (max-width: 1366px) {
    .author_intro ul {
        right: -14px;
    }
}

@media (max-width: 1199px) {
    .author_intro p {
        width: 328px;
    }

    .author_intro {
        font-size: 12px;
        line-height: 24px;
    }
}

@media (max-width: 991px) {
    .number_bar li span{
        padding: 0px;
    }

    .profile_inform .inform_wechat{
        margin-right: 0px;
    }
    .author_intro {
        height: 40px !important;
    }

    .Profile_mainColumn {
        width: 100%;
        margin-bottom: 0px;
    }

    .Profile_sideColumn {
        width: 100%;
        margin-top: 24px;
    }
    .container{
        margin-bottom: 30px;
    }

   /* .userCover {
        margin-top: 46px;
    }*/

    .top_bar {
        position: relative;
        z-index: 0;
        margin-bottom: 10px;
        margin-top: 80px;
        background: #fff;
        overflow: hidden;
        border-radius: 2px;
        box-shadow: 0 1px 3px rgba(26, 26, 26, 0.1);
        box-sizing: border-box;
        padding-bottom: 24px;
    }

    .userAvatar {
        width: 150px;
        height: 150px;
        border-radius: 50%;
        border: 2px solid #fff;
        position: absolute;
        top: -75px;
        left: 50%;
        margin-left: -75px;
        z-index: 1;
        overflow: hidden;
    }

    .profile_content {
        margin-top: 60px;
        padding: 0 14px;
        border-left: none;
        text-align: center;
        overflow: hidden;
    }

    .profileHeader_name {
        margin-top: 20px;
        display: block;
    }

    .profile_inform {
        margin-top: 8px;
    }

    .profile_inform span, .profile_inform a {
        text-align: center;
        width: 100%;
        font-size: 12px;
        line-height: 20px;
    }

    .profile_inform .iconfont {
        display: inline;
    }

    .inform_wechat .iconfont {
        font-size: 14px;
    }

    .number_bar {
        padding-top: 20px;
        overflow: hidden;
        width: 100%;
        margin: 0 auto;
    }
    .number_bar li{
        width: 33.33%;
        height: auto;
        text-align: center;
    }
    /*.number_bar li span {
        padding-right: 26px;
        padding-left: 26px;
    }*/

    .author_intro {
        border-bottom: 1px solid #e5e5e5;
    }

    .author_intro p {
        width: 632px;
    }

    .author_intro_cnt  .cover {
        width: 30px;
    }
    .number_bar li:first-child span {
        padding-left: 0;
    }

    .number_bar li:last-child span {
        padding-right: 0;
    }
}

@media (max-width: 767px) {
    .complete_icon{
        color:#666;
    }
    .profile_inform .inform_wechat .arrow{
        bottom: -10px;
        left: 110px;
    }
    .profile_inform .inform_wechat img{
        /*left:90px;*/
    }
    .pagination{
        display: none;
    }
    .profileHeader_name {
        margin-top: 10px;
    }

    .profile_inform, .profile_inform a {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .author_intro {
        border-bottom: none !important;
    }

    .number_bar {
        width: 100%;
        border-top: 1px solid #e5e5e5;
    }

    /*.number_bar li span {
        padding-right: 34px;
        padding-left: 34px;
    }*/
    .more {
        font-size: 12px;
    }

    .userAvatar {
        width: 120px;
        height: 120px;
        top: -60px;
        margin-left: -60px;
    }

    .cntItem_inner_smallText {
        display: none;
    }

    .cntItem .lead_img {
        height: 86px;
    }

    .cntItem_inner_title {
        font-size: 16px;
        font-weight: 400;
        white-space: normal;
        text-overflow: ellipsis;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        text-align: justify;
    }

    .mainColumn_cnt li {
        padding-bottom: 15px;
        padding-top: 15px;
    }

    .Profile_sideColumn {
        padding: 24px;
    }

    .author_intro p {
        width: 310px;
        font-size: 12px;
    }

    .column_more {
        width: 30%;
        height: 44px;
        margin: 20px auto;
    }

    .column_more a {
        display: block;
        background: #003352;
        text-align: center;
        font-size: 14px;
        letter-spacing: 4px;
        color: #fff;
        font-weight: bold;
        transition: background 0.5s;
        -moz-transition: background 0.5s;
        -webkit-transition: background 0.5s;
        -ms-transition: background 0.5s;
        -o-transition: background 0.5s;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        padding: 0 10px;
        z-index: 5;
        line-height: 32px;
    }
    .column_more a:hover{
        color: #fff;
    }
}

@media (max-width: 400px) {
    /*.number_bar li span {
        padding-right: 26px;
        padding-left: 26px;
    }*/

    .author_intro p {
        width: 256px;
    }

    .cntItem_inner_number a {
        margin-right: 22px;
    }
}

@media (max-width: 320px) {
    .author_intro p {
        width: 208px;
    }

    .userAvatar {
        width: 100px;
        height: 100px;
        top: -50px;
        margin-left: -50px;
    }

    .author_intro p {
        width: 218px;
    }

    .profileHeader_name {
        margin-top: 0;
    }

    .number_bar li span {
        padding-right: 20px;
        padding-left: 20px;
    }

    .cntItem_inner_number a {
        margin-right: 12px;
    }
}