/*---------------------
*created by nelsalee
*date:2017-11-13
*/
/* ljt */
.flex_ {
    display: -webkit-flex !important;
    display: flex !important;
}

.flex {
    display: -webkit-flex !important;
    display: flex !important;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
}

.flex-1 {
    flex: 1;
}

.flex-none {
    flex: none;
}

.flex-l {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}

.flex-r {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}

.flex-t {
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

.flex-b {
    -webkit-align-items: flex-end;
    align-items: flex-end;
}

.flex-c {
    -webkit-justify-content: center;
    justify-content: center;
}

.flex-a-c {
    -webkit-align-items: center;
    align-items: center;
}

.flex-colum {
    flex-direction: column;
}

.flex-type7 {
    -webkit-align-items: stretch;
    align-items: stretch;
}

.f-r {
    float: right;
}

.f-l {
    float: left;
}

.flex-wrap {
    flex-wrap: wrap;
}

.flex-between {
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.txt-ellipsis2 {
    overflow: hidden;
    text-overflow: ellipsis;
    /*省略号*/
    -webkit-line-clamp: 2;
    /*几行省略就几*/
    -webkit-box-orient: vertical;
    display: -webkit-box;
    word-break: break-all;
}

/*  */
.nav:after,
.loginbar:after,
.footer .footerA:after,
.footerB:after,
.footer ul:after,
.footerC:after,
.msgList li:after,
.detail:after,
.artList dd:after,
.writerList dd:after,
.tagBox:after,
.searchbar:after,
.top:after,
.treeLeaf dl:after,
.writerList dd:after {
    display: block;
    content: "";
    visibility: hidden;
    clear: both;
}

::-moz-placeholder {
    color: #bbb;
}

::-webkit-input-placeholder {
    color: #bbb;
}

:-ms-input-placeholder {
    color: #bbb;
}

.loginModal {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    background-color: hsla(0, 0%, 0%, 0.7);
    text-align: center;
}



.header {
    width: 100%;
    height: 62px;
    display: block;
    border-bottom: 4px solid #f0f0f0;
    box-shadow: 0 1px 2px hsla(0, 0%, 60%, .05);
    position: fixed;
    top: 0px;
    background: #fbfbfb;
    z-index: 20;
}

:root .gradient {
    filter: none;
}

.hcLogo {
    /*width: 88px;
    height: 42px;*/
    /*background: url(../images/logo.png) no-repeat;*/
    /*margin-top: 10px;*/
    display: inline-block;
    /* background: url(../images/hc_logo02.png) no-repeat; */
    width: 98px;
    height: 100%;
    background-size: 100%;
    position: absolute;
    left: 0;
    margin-top: 15px;
}

.hcLogoBox em {
    height: 26px;
    width: 1px;
    background-color: #cccccc;
    display: block;
    position: absolute;
    left: 105px;
    top: 20px;
}

.hcLogoBox span {
    font-size: 12px;
    color: #888;
    position: absolute;
    left: 116px;
    top: 25px;
    letter-spacing: 3px;
    font-weight: 600;
}
/* 2.2.3 */
.headerCon {
    max-width: 1200px;
    height: 62px;
    margin: 0 auto;
    position: relative;

    box-sizing: border-box;
    padding-left: 220px;
    /* text-align: center; */

}

.nav {
    display: inline-block;
    /*margin-left: 118px;*/
    /*margin-left: 257px;*/
}

.nav li {
    height: 62px;
    line-height: 62px;
    float: left;
    padding: 0 22px;
    margin-right: -23px;
}

.nav li:hover>a {
    color: #ff0000;
}

.nav li a {
    font-size: 16px;
    color: #000;
}


.nav .tapOn {
    /* border-bottom: 3px solid #ff0000; */
}

.nav .tapOn>a {
    color: #ff0000;
    font-weight: 700;
}

.nav .treeNodeOff,
.nav .aboutMe {
    padding: 0 30px;
    background: url(../images/treeoff.png) no-repeat 82% center;
    position: relative;
}

.nav .treeNodeOn {
    padding: 0 30px;
    background: url(../images/treeon.png) no-repeat 82% center;
    border-bottom: 3px solid #ff0000;
}


.nav .treeNodeOff:hover,
.nav .aboutMe:hover {
    background: url(../images/treeon.png) no-repeat 82% center;
}

.nav .treeNodeOff:hover .treeLeaf {
    display: block;
}

.treeLeaf {
    display: none;
    background: #fff;
}

.tree {
    position: relative;
}

.tree .treeLeaf {
    width: 560px;
    display: none;
    padding: 10px 0 10px 27px;
    position: absolute;
    left: -230px;
    top: 62px;
    overflow: hidden;
    box-shadow: 0 1px 12px 0 rgba(0, 0, 0, .2);
    border-radius: 0 0 4px 4px;
}

/*  */
.aboutHc .treeLeaf {
    width: 118px;
    height: 161px;
    background: #FFFFFF;
    box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.16);
    border-radius: 0px 0px 4px 4px;
    display: none;
    position: absolute;
    top: 62px;
    left: 10px;
    overflow: hidden;

}

.aboutHc .treeLeaf li {
    height: 53px;
    line-height: 53px;
    float: left;
    width: 100%;
    border-bottom: 1px solid #F0F0F0;
    padding: 0;
    color: #333333;
}

.aboutHc .treeLeaf li a {
    font-size: 14px;
    width: 100%;
    height: 100%;
    display: block;
}

.aboutHc .treeLeaf li {}

/*  */
.treeLeaf dl {
    width: 600px;
    margin-top: 6px;
}

.treeLeaf dd {
    min-width: 90px;
    height: 40px;
    display: inline-block;
    float: left;
    margin: 6px 57px 5px 0;
    position: relative;
    text-align: left;
}

.treeLeaf dd a {
    font-size: 14px;
}

.treeLeaf dd a:hover {
    color: #ff0000
}

.leafOn span {
    color: #ff0000;
    font-weight: 700;
}

.treeLeaf dd span {
    position: relative;
    top: -10px;
}

.loginbar {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 18px;
}

.searchBtn {
    width: 24px;
    height: 24px;
    display: inline-block;
    background: url(../images/search.png);
    background-size: 100%;
    margin-right: 24px;
    float: left;
    cursor: pointer;
    margin-top: 3px;
}

.tougao {
    height: 24px;
    line-height: 26px;
    padding: 0 15px;
    font-size: 13px;
    color: #ff0000;
    border: 1px solid #ff0000;
    border-radius: 13px;
    display: inline-block;
    float: left;
    cursor: pointer;
    /*display: none;*/
}

.login {
    height: 24px;
    line-height: 26px;
    padding: 0 15px;
    font-size: 13px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffff4444, endColorstr=#ffff4444);
    background: #ff4444;
    color: #fff;
    border-radius: 13px;
    border: 1px solid #ff0000;
    display: inline-block;
    float: left;
    cursor: pointer;
    margin-left: 24px;
}

.user {
    width: 60px;
    height: 44px;
    position: relative;
    float: left;
    text-align: right;
    margin-top: -2px;
}

.user:hover .userBox {
    display: block;
}

.userlist {
    padding: 26px 0px 0 0;
}

.userlist img {
    width: 30px;
    height: 30px;
    vertical-align: middle;
    border-radius: 50%;
}

.userBox {
    width: 180px;
    position: absolute;
    right: 0;
    top: 44px;
    background: #fff;
    box-shadow: 0 1px 12px 0 rgba(0, 0, 0, .2);
    border-radius: 0 0 4px 4px;
    color: #444;
    z-index: 14;
    display: none;
}

.userBox section {
    line-height: 60px;
    border-bottom: 1px solid #f0f0f0;
    text-align: left;
    padding-left: 20px;
    font-weight: 600;
}

.userBox section a {
    color: #333;
    font-size: 14px;
    width: 152px;
    display: inline-block;
}

.worksManange {
    height: 44px;
    line-height: 44px;
    cursor: pointer;
}

.worksManange:hover {
    background: #f0f0f0;
}

.worksManange a {
    display: inline-block;
    width: 152px;
    padding-left: 20px;
    position: relative;
    text-align: left;
    font-size: 14px;
    color: #333;
}

.searchbar {
    width: 540px;
    margin: 0 auto;
    position: relative;
    display: none;
}

.search-ipt {
    display: inline-block;
    background: url(../images/search.png) center 22px no-repeat;
    background-size: 87%;
    width: 30px;
    height: 56px;
    position: absolute;
    top: 0px;
    right: 0;
    z-index: 1;
    cursor: pointer;
    background-color: linear-gradient(to bottom, #f7f7f7 0%, #fefefe 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7', endColorstr='#fefefe', GradientType=0);
}

.searchbar input {
    width: 470px;
    height: 56px;
    color: #333;
    position: absolute;
    top: 4px;
    left: 0px;
    font-size: 14px;
    line-height: 50px;
    padding-left: 40px;
    border: 0;
    outline: 0;
    background: linear-gradient(to bottom, #f7f7f7 0%, #fefefe 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7', endColorstr='#fefefe', GradientType=0);
}

.search-cancel {
    display: inline-block;
    background: url(../images/close.png) no-repeat center;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 21px;
    left: 0px;
    cursor: pointer;
    z-index: 1;
}

.search-content {
    width: 540px;
    background: #fff;
    box-shadow: 0 1px 12px 0 rgba(0, 0, 0, .2);
    border-radius: 0 0 4px 4px;
    color: #444;
    position: absolute;
    top: 63px;
    overflow: hidden;
    text-align: left;
}

.search-title {
    height: 40px;
    line-height: 40px;
    padding-left: 20px;
    font-size: 13px;
    color: #bbb;
}

.hot-list {
    height: 40px;
    line-height: 40px;
}

.hot-list:hover {
    background: #f0f0f0;
}

.hot-list a {
    display: inline-block;
    width: 100%;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 14px;
    color: #333;
}




.content {
    width: 1200px;
    margin: 0 auto;
    display: block;
    padding: 70px 0 0;
}

.top {
    margin-top: 20px;
}

.left {
    width: 67%;
    margin-right: 4.3%;
    float: left;
}




.msgList li {
    padding: 20px 10px 20px 0;
    border-bottom: 1px solid #f0f0f0;
}

.msgList li:hover {
    background: #f7f7f7
}

.msgList li .thumbnail {
    overflow: hidden;
    width: 31.7%;
    height: 145px;
    display: inline-block;
    float: left;
    border-radius: 6px;
}

.msgList li img {
    width: 100%;
    height: 100%;
    display: inline-block;
    background-color: #000;
    -webkit-transition: all 1.5s ease 0s;
    transition: all 1.5s ease 0s;
    -webkit-transform-origin: center;
    transform-origin: center;
}

.descBox {
    width: 65%;
    height: 145px;
    display: inline-block;
    float: left;
    margin-left: 20px;
    position: relative;
}

.descBox h3 {
    width: 100%;
    max-height: 60px;
    font-size: 22px;
    color: #000;
    text-align: justify;
}

.descBox h3:hover {
    color: #ff0000;
}

.descBox h3 a:hover {
    color: #ff0000;
}

.descBox .desc {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    position: relative;
    margin-top: 20px;
    font-size: 14px;
    color: #999;
}

.descBox .desc em {
    /* width: 63px; ljt*/
    height: 20px;
    display: inline-block;
    background: url(../images/ellipsis_bg2.png) repeat-y;
    position: absolute;
    bottom: 0;
    right: 40%;
}

/* .descBox .desc:after {
    width: 40%;
    height: 19px;
    content: "";
    font-weight: bold;
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 0 20px 1px 0px;
    background: #fff;
} */

.descBox .detail {
    width: 100%;
    font-size: 14px;
    color: #bbb;
    margin-top: 24px;
    position: absolute;
    bottom: 4px;
}

.descBox a:hover {
    color: #ff0000;
}

.detail em {
    padding-left: 24px;
    background: url(../images/read.png) no-repeat 2px;
    margin-left: 24px;
}

.tag {
    float: right;
}

.tag a:hover {
    color: #ff0000;
}

.tag a {
    color: #bbb;
    font-size: 13px;

    /* ljt */
    max-width: 64px;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: top;
}

@media screen and (max-width: 1300px) {
    .tag a {
        max-width: 55px;
    }
}


.stag {
    margin-left: 20px;
}

.getMore {
    margin-top: 40px;
    text-align: center;
}

.getMore a {
    height: 46px;
    line-height: 46px;
    padding: 0 45px;
    font-size: 16px;
    color: #999;
    border: 1px solid #999;
    border-radius: 50px;
    display: inline-block;
    cursor: pointer;
}

.getMore a:hover,
.loadTalk a:hover,
.eventLoad a:hover,
.loadWriter a:hover,
.loadRange a:hover {
    color: #ff0000;
    border: 1px solid #ff0000;
}



.right {
    width: 28.7%;
    display: inline-block;
    float: left;
}




.TalkBox {
    background: #fbfbfb;
    border-top: 3px solid #ff0000;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.gaoduan,
.title {
    width: 100%;
    height: 56px;
    line-height: 56px;
    display: inline-block;
    text-align: center;
    color: #000;
    font-size: 18px;
    font-weight: 700;
    border-bottom: 1px dashed #e6e6e6;
}

.covList li {
    height: 60px;
    padding: 20px;
    border-bottom: 1px solid #e6e6e6;
}

.covList li:last-of-type {
    border-bottom: none;
}

.covList .covImg {
    width: 106px;
    height: 62px;
    float: left;
    margin-right: 10px;
    position: relative;
    overflow: hidden;
    border-radius: 6px;
}

.covList .covImg:hover .talkHover {
    opacity: 1
}

.covList .talkHover {
    width: 100%;
    height: 62px;
    opacity: 0;
    background: url(../images/play.png) center no-repeat;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    z-index: 5;
    border-radius: 6px;
    transition: .25s;
}

.covList .covImg img {
    width: 106px;
    height: 62px;
    border-radius: 6px;
    -webkit-transition: -webkit-transform 1.5s ease 0s;
    transition: transform 1.5s ease 0s;
    -webkit-transform-origin: center;
    transform-origin: center;
}

.covList .detail {
    width: 60%;
    height: 39px;
    display: inline-block;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    color: #333;
    font-size: 14px;
    margin-top: -1px;
}

.covList .date {
    color: #bbb;
    font-size: 14px;
    margin-top: 4px;
}

.covList .detail a:hover {
    color: #ff0000
}

.loadWriter,
.loadTalk {
    text-align: center;
    padding-bottom: 40px;
}

.loadRange {
    text-align: center;
    padding-bottom: 40px;
    margin-top: 20px;
}

.loadTalk .load,
.eventLoad .load,
.loadWriter .load {
    height: 30px;
    line-height: 30px;
    padding: 0 30px;
    font-size: 13px;
    color: #999;
    border: 1px solid #ccc;
    border-radius: 30px;
    display: inline-block;
}

.loadRange .load {
    height: 30px;
    line-height: 30px;
    padding: 0 30px;
    font-size: 13px;
    color: #ff0000;
    border: 1px solid #ff0000;
    border-radius: 30px;
    display: inline-block;
}

.wechat {
    margin: 20px 0;
}

.wechat img {
    width: 100%;
}


.section {
    background: #fbfbfb;
    margin-top: 20px;
    border-top: 3px solid #ff0000;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.artList {
    padding: 30px 20px 0;
}

.popularPost .artop {
    margin-bottom: 30px;
}

.artList dd {
    margin-bottom: 20px;
}

.writerList dd,
.tagBox {
    padding: 20px 20px 16px;
}

.popularPost {
    min-height: 514px;
}

.popularPost .artList .artop .thumb {
    width: 106px;
    height: 62px;
    float: left;
    margin-right: 10px;
    position: relative;
}

.popularPost .artList .artop .thumb .artNo {
    width: 20px;
    height: 20px;
    line-height: 20px;
    display: inline-block;
    color: #fff;
    text-align: center;
    font-size: 14px;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 5;
    border-top-left-radius: 6px;
}

.popularPost .artList .artop .thumb img {
    width: 106px;
    height: 62px;
    border-radius: 6px;
}

.popularPost .artList .artop .detail {
    width: 60%;
    height: 40px;
    display: inline-block;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    color: #333;
    font-size: 14px;
    margin-top: .5em;
}

.artList dd .detail {
    height: 20px;
    font-size: 14px;
    display: inline-block;
    float: left;
    overflow: hidden;
}

.artList dd em {
    width: 20px;
    height: 20px;
    line-height: 20px;
    display: inline-block;
    text-align: center;
    background: #999999;
    color: #fff;
    float: left;
    margin-right: 5px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    border-radius: 4px;
}

.artList dd .emBg {
    background: #FF0000;
}

.artList dd .detail {
    width: 19.5em;
    display: inline-block;
    float: left;
}


.writerList .thumb {
    float: left;
    margin-right: 3%;
    position: relative;
}

.writerList .thumb img {
    width: 70px;
    height: 70px;
    border-radius: 100%;
}

.writerList .author {
    width: 65%;
    font-size: 16px;
    color: #000;
    float: left;
}

.writerList dd .detail {
    width: 73%;
    height: 40px;
    margin-top: 10px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 14px;
    color: #999;
    float: left;
}

.writerList dd .detail a {
    color: #999
}


.tagBox dd {
    float: left;
    height: 25px;
    line-height: 25px;
    text-align: center;
    padding: 0 15px;
    font-size: 13px;
    border-radius: 25px;
    border: 1px solid #808080;
    margin: 0 10px 10px 0;
}

.tagBox dd a {
    color: #999;
}

.tagBox dd:hover {
    border: 1px solid #ff0000;
}

.tagBox dd:hover a {
    color: #ff0000;
}

/*  */

.footer_about_title {
    font-weight: bold;
    font-size: 16px;
    color: #FFFFFF;
    padding-bottom: 17px;
}

.footer_about_group b a,
.footer_about_group b a:link {
    color: #bbb;
    text-decoration: none;
}

.footer_about_group b a:hover {
    color: #fff;
}

/*  */

.footer {
    padding: 50px 0;
    margin-top: 22px;
    background: #333;
    display: block;
}

.footer_main {
    width: 1200px;
    margin: 0 auto;
}

.footer .content {
    padding-top: 0;
}

.footer .footerA {
    padding-bottom: 20px;
    /*border-bottom: 1px solid #4d4d4d;*/
}

.footerB .top_t {
    font-weight: 400;
    font-size: 14px;
    color: #CCCCCC;
    padding-bottom: 20px;

}

.footer .floorAL span {
    margin-right: 40px;
}

.footer .floorAL a {
    font-weight: 700;
    color: #fff;
    font-size: 16px;
}


.contactBox {}

.contactA {
    margin-right: 66px;
}

.contactA,
.contactB {
    display: inline-block;
    color: #bbb;
}


.contactA b,
.contactB b {
    display: inline-block;
    font-size: 14px;
    margin-bottom: 6px
}

.contactA label,
.contactB label,
.contactA span,
.contactB span {
    width: 4em;
    font-size: 14px;
    line-height: 24px;
}

.w2 {
    letter-spacing: 2em;
    margin-right: -2em;
}

.qrcode {}

.floorA {
    display: inline-block;
}

.floorAR {
    display: inline-block;
    width: 86px;
    float: left;
    margin-right: 60px;
    white-space: nowrap;
}

.floorAR:last-child {
    margin-right: 0;
}

.floorAR p {
    display: inline-block;
    color: #bbb;
    font-size: 14px;
    position: relative;
    top: -4px;
}

.floorAR img {
    width: 86px;
    margin-bottom: 9px;
}


.record a:hover {
    color: #fff;
}

.footerC {
    color: #666;
    font-size: 14px;
    margin-top: 10px;
}

.tips {
    padding-top: 14px;
    padding-bottom: 34px;
}

.footerC img {
    float: left;
}

.login,
.user,
#lately-title,
#lately-keyword {
    display: none;
}

.record {
    float: left;
    display: inline-block;
}

.record a {
    color: #666;
    font-size: 14px;
}

.netrec {
    padding-left: 25px;
    background: url(../images/police.png) no-repeat 0 0;
    background-size: 8%;
    display: inline-block;
    margin-left: 20px;
}


.headerTx {
    display: none;
}

#wxlogin {
    width: 410px;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 1000;
    background: white;
    padding-top: 40px;
    height: 450px;
    margin: -245px 0 0 -205px;
    border-radius: 6px;
    box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.1);
}

#loginimg {
    position: fixed;
    top: 14px;
    left: 29px;
    z-index: 1001;
}

#slogan {
    position: relative;
    text-align: center;
    z-index: 1001;
    width: 100%;
    display: inline-block;
    margin-top: 550px;
}

.loginClose {
    position: fixed;
    display: block;
    z-index: 1001;
    left: 50%;
    top: 50%;
    cursor: pointer;
    z-index: 1001;
    margin: -235px 0 0 170px;
}

.headerTx {
    position: fixed;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 1001;
    background-color: hsla(0, 0%, 100%, .7);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#B2ffffff, endColorstr=#B2ffffff);
}


.msgList .thumbnail:hover img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    border-radius: 6px;
    position: static;
}


.fixedBox {
    width: 32px;
    position: fixed;
    left: 50%;
    bottom: 30%;
    z-index: 20px;
    margin-left: 620px;
}

.qq {
    width: 32px;
    height: 32px;
    display: block;
    background: url(../images/qq.png) center #bbb;
    cursor: pointer;
    border-radius: 6px;
}

.qq:hover {
    background: url(../images/qq.png) center #999;
}

.totop {
    width: 32px;
    height: 32px;
    display: block;
    background: url(../images/retop.png) center #bbb;
    margin-top: 8px;
    cursor: pointer;
    border-radius: 6px;
}

.totop:hover {
    background: url(../images/retop.png) center #999;
}

@keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    50% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@media screen and (max-width: 1600px) {
    .headerCon {
        width: 1200px;
        position: relative;
    }

    .hcLogo {
        position: absolute;
        left: 0px;
        ;
    }

    .loginbar {
        position: absolute;
        right: 0;
    }

    .footer {
        padding: 40px 20px;
    }

    .fixedBox {
        margin-left: 471px;
    }
}


.notifyModal {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    background-color: hsla(0, 0%, 100%, .7);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#B2ffffff, endColorstr=#B2ffffff);
    text-align: center;
}

.notifyModalert {
    width: 258px;
    display: inline-block;
    background: #fff;
    border-radius: 6px;
    position: absolute;
    top: 45%;
    left: 50%;
    box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.1);
    margin: -115px 0 0 -70px;
    text-align: center;
    padding-bottom: 16px;
}

.notifyModalert img {
    height: 43px;
    margin-top: 16px;
}

.notifyModalert h2 {
    font-size: 16px;
    color: #333;
    margin-top: 5px;
}

.notifyModalert h4 {
    font-size: 13px;
    color: #999;
    margin-top: 5px;
}

.iKnow {
    width: 118px;
    border-radius: 20px;
    font-size: 14px;
    color: #FF0000;
    text-align: center;
    height: 38px;
    line-height: 40px;
    margin: 20px auto;
    border: 1px solid #FF0000;
    cursor: pointer;
    display: block;
}


.logInModal {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    background-color: hsla(0, 0%, 100%, .7);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#B2ffffff, endColorstr=#B2ffffff);
    text-align: center;
}

.logInModalert {
    width: 340px;
    display: inline-block;
    background: #fff;
    border-radius: 6px;
    position: absolute;
    top: 45%;
    left: 50%;
    box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.1);
    margin: -115px 0 0 -170px;
    text-align: center;
}

.logInModalert img {
    height: 43px;
    margin-top: 16px;
}

.logInModalert h2 {
    font-size: 16px;
    color: #333;
    margin-top: 5px;
}

.logInModalert h4 {
    font-size: 13px;
    color: #999;
    margin-top: 5px;
}

.toOn {
    font-size: 0;
}

.toLogin,
.laterOn {
    width: 118px;
    border-radius: 20px;
    font-size: 14px;
    color: #FF0000;
    text-align: center;
    height: 38px;
    line-height: 40px;
    margin: 20px auto;
    border: 1px solid #FF0000;
    cursor: pointer;
    display: inline-block;
}

.laterOn {
    border: 1px solid #cccccc;
    color: #999999;
    margin-left: 20px;
}

.aboutCoopBg {
    width: 100%;
    height: 100%;
    background-color: hsla(0, 0%, 100%, .7);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#B2ffffff, endColorstr=#B2ffffff);
    display: block;
    position: fixed;
    z-index: 50;
    display: none;
    top: 0;
}

.about_coop {
    position: fixed;
    top: 50%;
    z-index: 51;
    left: 50%;
    margin-left: -131px;
    margin-top: -250px;
}

.about_coop img {
    width: 100%;
}

.about_coop p {
    width: 200px;
    line-height: 28px;
    margin: 0 auto;
    text-align: left;
    font-size: 13px;
}

.coop_who {
    position: absolute;
    top: 240px;
    left: 65px;
}

.coop_phone {
    position: absolute;
    top: 276px;
    left: 65px;
}

.coop_QQ {
    position: absolute;
    top: 311px;
    left: 65px;
    opacity: 0;
}

.cjgb {
    width: 25px;
    height: 25px;
    display: block;
    position: absolute;
    top: 10px;
    right: 16px;
    background: url(../images/gb.png) no-repeat;
    cursor: pointer;
}

.cjm {
    position: fixed;
    top: 50%;
    z-index: 51;
    left: 50%;
    transform: translate(-50%, -50%);
}

.cjm img {
    width: 100%;
}

.footerC a {
    cursor: pointer;
}

.nav .zhuanti {
    padding: 0 30px;
    background: url(../images/treeoff.png) no-repeat 78% center;
    position: relative;
}

.nav .zhuanti:hover {
    background: url(../images/treeon.png) no-repeat 78% center;
}

.ztLeaf {
    display: none;
    position: fixed;
    left: 0;
    top: 62px;
    overflow: hidden;
    background-color: white;
    width: 100%;
    line-height: initial;
    padding: 30px 0 29px;
    box-shadow: 0 3px 12px 0 rgba(0, 0, 0, .2);
    text-align: center;
}

.ztLeaf em {
    background-color: #F0F0F0;
    height: 64px;
    width: 1px;
    position: absolute;
    top: 40px;
    left: 50%;
}

.ztLeaf .ztLeafItem {
    display: inline-block;
    text-align: center;
    font-size: 0;
    line-height: initial;
    width: 200px;
}

.ztLeaf .ztLeafItem a {
    font-size: 0;
    line-height: initial;
    display: inline-block;
}

.ztLeaf .ztLeafItem p {
    font-size: 16px;
    color: #333;
    line-height: 16px;
    display: block;
    margin-top: 9px;
}

.ztLeaf .ztLeafItem span {
    font-size: 13px;
    color: #666;
    line-height: 13px;
    display: block;
    margin-top: 10px;
}

.zhuanti:hover .ztLeaf {
    display: block;
}

.ztLeaf_hd:hover p,
.ztLeaf_zt:hover p {
    color: #FF0000;
}

.ztLeaf_hd {
    /*margin-left: 36rem;*/
}

.tougaoBg {
    width: 100%;
    height: 100%;
    background-color: hsla(0, 0%, 100%, .7);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#B2ffffff, endColorstr=#B2ffffff);
    display: block;
    position: fixed;
    z-index: 50;
    top: 0;
}

.tougaoBox {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.tougaoBox img {
    display: block;
}

.tgclose {
    position: absolute;
    right: 22px;
    top: 18px;
    cursor: pointer;
}

.lxdh {
    position: absolute;
    top: 282px;
    left: 66px;
    width: 100%;
}

.lxdh em {
    position: absolute;
}

.lxdh i {
    opacity: 0;
}

.lxdh p {
    position: absolute;
}

.lxdh p:nth-of-type(1) {
    top: -15px;
}

.lxdh p:nth-of-type(2) {
    top: 3px;
}

/* @media screen and (max-width: 1300px) {
    .hcLogo {
      
        display: inline-block;
        background: url(../images/hc_logo02.png) no-repeat;
        width: 98px;
        height: 100%;
        background-size: 100%;
        position: absolute;
        left: 15px;
        margin-top: 15p;
    }

    .hcLogoBox em,
    .hcLogoBox span {
        display: none;
    }

    .nav {
        display: inline-block;
        margin-right: 20px;
    }

    .nav li {
        padding: 0 13px;
        margin-right: -10px;
    }

    .tofixed {
        width: 280px;
    }

    .headerCon {
        width: 960px;
        min-width: 960px;
        padding: 0 15px;
        text-align: center;
    }

    .content {
        width: 960px;
        padding: 60px 0 0 15px;
    }

    .top .left {
        width: 639px;
        margin-right: 24px;
    }

    .top .right {
        width: 280px;
    }

  
    .msgList li {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 16px 3px 16px 0;
    }

    .msgList li .thumbnail {
        width: 184px;
        height: 103px;
    }

    .descBox {
        margin-left: 16px;
    }

 
    .descBox .detail {
        margin-top: 13px;
    }

    .covList .detail {
        width: 53%;
    }

    .covList li {
        padding: 16px;
    }

    .artList {
        padding: 24px 0 0 16px
    }

    .popularPost .artop {
        margin-bottom: 24px;
    }

    .artList dd {
        margin-bottom: 16px;
    }

    .artList dd .detail {
        width: 16em;
    }

    .descBox h3 {
        width: 100%;
        font-size: 18px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .popularPost .artList .artop .detail {
        width: 50%;
    }

    .tagBox dd {
        padding: 0 12px;
    }

    .wechat {
        margin: 16px 0;
    }

    .loadTalk {
        padding-bottom: 48px;
    }

    .loadWriter {
        margin-top: -8px;
        padding-bottom: 48px;
    }

    .loadRange {
        margin-top: 16px;
        padding-bottom: 48px;
    }

    .tagBox {
        padding: 16px;
    }

    .contactBox {
        margin-top: 24px
    }

    .footer {
        margin-top: 9px;
    }

    .footer .footerA {
        margin-bottom: 16px
    }



    .footerC {
        margin-top: 16px;
    }

    .writerList dd .detail {
        width: 67%;
    }

    .writerList dd,
    .tagBox {
        padding: 16px 16px 12px;
    }

    .tree .treeLeaf {
        padding: 0px 0 5px 20px;
    }

    .treeLeaf dd {
        margin-right: 45px;
        margin-bottom: 5px;
    }

    .tree .treeLeaf {
        width: 523px;
    }

    .treeLeaf dl {
        width: 547px;
        margin-top: 4px;
    }
} */
