.clearfix {
    zoom: 1;
}

.content-top {
    width: 100%;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 18px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    margin-bottom: 20px;
}

.user-msg-box {
    float: left;
    width: 330px;
    padding: 25px 30px;
}

.user-msg-box .my_imfo {
    float: left;
    width: 82px;
    height: 82px;
    border: 2px solid #fff;
    border-radius: 50%;
    overflow: hidden;
}

.user-msg-box .my_imfo img {
    width: 100%;
    height: auto;
}

.user-msg-box .my-box {
    padding-left: 106px;
}

.user-msg-box .my-box .username {
    font-size: 18px;
    color: #333;
    line-height: 36px;
}

.user-msg-box .my-box .down-box {
    margin-top: 18px;
    line-height: 24px;
    font-size: 16px;
}

.user-msg-box .my-box .down-box span {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url("/resources/web/faculty/images/zlb-ico.png") no-repeat 0px -37px;
    position: relative;
    top: 5px;
    margin-right: 5px;
}

.user-msg-box .my-box .down-box b {
    font-weight: normal;
    margin-right: 5px;
}

.user-msg-box .my-box .down-box em {
    font-weight: bold;
}

.user-msg-box .my-box .down-box a.down-detail {
    color: #ea2828;
    text-decoration: underline;
    margin-left: 20px;
}


.btn-group {
    float: right;
    padding: 45px 30px;
    background: #fff;
}

.btn-group a {
    float: left;
    font-size: 16px;
    line-height: 30px;
    cursor: pointer;
    padding: 8px 30px;
    border-right: 1px solid #eee;
    transition: 0.5s;
}

.btn-group a.btn-way {
    border: none;
    padding-right: 0px;
}

.btn-group a i {
    display: inline-block;
    width: 34px;
    height: 30px;
    background: url("/resources/web/faculty/images/zlb-ico.png") no-repeat;
    float: left;
    margin-right: 10px;
}

.btn-group a.btn-exchange i {
    background-position: 0px -111px;
}

.btn-group a.btn-more i {
    background-position: -59px -111px;
}

.btn-group a.btn-way i {
    background-position: -116px -111px;
}

.btn-group a:hover {
    margin-top: -5px;
}

.btn-group a.btn-invite i {
    background: url("/resources/web/faculty/images/yq_ico.png") no-repeat 0 0;
}

.btn-group a.btn-record i {
    background: url("/resources/web/faculty/images/yq_ico.png") no-repeat -34px 0;
}

.cont-txt {
    font-size: 14px;
    color: #333;
}

.cont-txt em {
    color: #ea2828;
    padding: 0 2px;
}


.content-bottom-box {
    background: #fff;
    border-radius: 8px;
    padding-top: 20px;
    position: relative;
}

.information {
    height: 44px;
    border-bottom: 1px solid #eee;
    padding-left: 20px;
    position: relative;
}

.info-left {
    float: left;
    text-align: center;
    cursor: pointer;
    padding: 5px 0px 15px 0px;
    font-size: 18px;
}

.info-left.focous,
.info-right.focous {
    color: #ea2828;
    font-weight: bold;
    position: relative;
}

.info-left.focous:after {
    position: absolute;
    display: block;
    content: "";
    width: 44px;
    height: 2px;
    background: #ea2828;
    bottom: 5px;
    z-index: 1;
    left: 18%;
}

.info-line {
    display: inline-block;
    height: 20px;
    width: 1px;
    background: #eee;
    float: left;
    margin: 10px 35px 0px;
}

.info-right {
    position: absolute;
    top: 0px;
    right: 20px;
    font-size: 14px;
    color: #27528D;
    line-height: 36px;
    cursor: pointer;
}

.info-right a {
    display: inline-block;
    padding-right: 15px;
    position: relative;
    color: #27528D;
}

.info-right a:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 10px;
    height: 12px;
    margin-top: -6px;
    background: url(/resources/web/faculty/images/ico-zlb-pc.png) no-repeat -40px 0;
}

.content-bottom-box li {
    padding: 20px 20px 0;
    display: block;
}

.content-bottom-box li.bg01 {
    background: #f9f9f9;
}

.zlbsm-box {
    padding: 6px 20px 6px 40px;
    font-size: 12px;
    line-height: 16px;
    color: #F36E00;
    position: relative;
    text-align: left;
    margin: 15px 0;
}

.zlbsm-box .gth-ico {
    position: absolute;
    top: 6px;
    left: 20px;
    width: 14px;
    height: 14px;
    background: url(/resources/web/faculty/images/ico-zlb-pc.png) no-repeat -80px 0;
}

.lbqh-main {
    padding: 15px 0 25px;
    background-color: #F9F9F9;
}

.lbqh-hide {
    height: 80px;
    overflow: hidden;
}

.lbqh-main .lbqh-ul {
    background-color: #F9F9F9;
    border-top: 0;
    padding: 0 20px 0 14px;
}

.zhankai .lbqh-hide {
    height: auto;
}

.lbqh-ul li {
    float: left;
    width: 88px;
    margin-left: 17px;
    margin-top: 10px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    border-radius: 100px;
    background-color: #fff;
    font-size: 14px;
    color: #666;
    cursor: pointer;
    padding: 0;
}

.lbqh-ul li.on {
    border-color: #ea2828;
    background-color: #ea2828;
    color: #fff;
}
.lbqh-ul li.on a{
    color: #fff;
}

.lbqh-ul li:hover {
    border-color: #ea2828;
    background-color: #ea2828;
    color: #fff;
}
.lbqh-ul li:hover a{
    border-color: #ea2828;
    background-color: #ea2828;
    color: #fff;
}


.content-mind strong.yhdqx {
    color: #ea2828;
}

.content-mind i.icon-wjj {
    display: inline-block;
    width: 22px;
    height: 18px;
    background: url(/resources/web/faculty/images/ico-zlb-pc.png) no-repeat -140px 0;
    vertical-align: middle;
    margin-top: -2px;
    margin-right: 4px;
}

a.btn-small-down {
    float: right;
    width: 90px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    border-radius: 100px;
    border: 1px solid #ea2828;
    font-size: 14px;
    color: #ea2828;
    cursor: pointer;
}

a.btn-small-down:hover {
    background-color: #ea2828;
    color: #fff;
}


.content-warp {
    padding: 0px 20px;
}

.content-warp ul {
    overflow: hidden;
    height: 60px;
}

.content-warp ul.show {
    height: auto;
}

.content-warp .title-pc {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    border-top: 1px solid #eee;
    line-height: 20px;
    padding: 20px 0px;
}

.content-warp ul:first-child .title-pc {
    border-top: none;
}

.content-warp ul.show .title-pc {
    border-bottom: 1px dashed #eee;
}

.content-warp .title-pc span {
    display: inline-block;
    width: 20px;
    height: 20px;
    float: left;
    background: url("/resources/web/faculty/images/zlb-ico.png") no-repeat -44px -72px;
    margin-right: 8px;
}

.content-warp ul.show .title-pc span {
    background-position: 0px -72px;
}

.icon-pdf {
    background: url("/resources/web/faculty/images/pdf-ico.png") no-repeat;
    width: 50px;
    height: 50px;
    display: inline-block;
    float: left;
}

.content-mind {
    float: left;
    text-align: left;
    margin-left: 10px;
    width: 62%;
}

.content-mind p {
    font-size: 15px;
    color: #333;
    font-weight: normal;
    line-height: 18px;
    margin-bottom: 16px;
    word-wrap: break-word;
    word-break: break-all;
    overflow: hidden;
}

.content-bottom-box li:hover .content-mind p {
    color: #ea2828;
}

.content-mind p:last-child {
    white-space: nowrap !important;
    text-overflow: ellipsis;
}

.content-mind i.icon-new {
    background: url("/resources/web/faculty/images/zlb-ico.png") 0 -154px no-repeat;
    width: 18px;
    height: 18px;
    display: inline-block;
    margin-right: 5px;
    vertical-align: top;
}

.content-mind i.icon-recommended {
    background: url("/resources/web/faculty/images/zlb-ico.png") -32px -154px no-repeat;
    width: 31px;
    height: 18px;
    display: inline-block;
    margin-right: 5px;
    vertical-align: top;
}

.content-mind strong {
    font-size: 14px;
    color: #666;
    font-weight: normal;
    line-height: 16px;
    margin-right: 20px;
}

.content-mind i.icon-gold {
    background: url("/resources/web/faculty/images/zlb-ico.png") -44px -45px no-repeat;
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-right: 5px;
    vertical-align: top;
}

.content-mind b {
    font-size: 14px;
    color: #999;
    font-weight: normal;
    margin-right: 20px;
}

.tiku-box {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 18px rgba(0, 0, 0, 0.08);
    margin-top: 10px;
}

.tiku-box ul {
    padding: 10px 5px;
}

.tiku-box li {
    padding: 10px 0px;
}

.tiku-box li i {
    float: left;
    width: 38px;
    height: 38px;
    display: block;
    background: url("/resources/web/faculty/images/zlb-ico.png") no-repeat 0px -182px;
    margin-right: 5px;
}

.tiku-box li i.ico-kc {
    background-position: 0px -224px;
}

.tiku-box li i.ico-zt {
    background-position: 0px -272px;
}

.tiku-box li i.ico-mr {
    background-position: 0px -313px;
}

.tiku-box li i.ico-dt {
    background-position: 0px -348px;
}

.tiku-box li span {
    font-size: 16px;
    color: #333;
}

.tiku-box li p {
    font-size: 12px;
    color: #333;
    white-space: nowrap;
    line-height: 22px;
}

.tiku-box li em {
    font-size: 14px;
    position: relative;
    right: 0px;
    top: -36px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    border: 1px solid #fdd7d1;
    border-radius: 15px;
    background: #fff;
    color: #ea2828;
    display: block;
    width: 86px;
    float: right;
}

.tiku-box li:hover span {
    color: #ea2828;
}

.tiku-box li:hover i.ico-zj {
    background-position: -70px -182px;
}

.tiku-box li:hover i.ico-kc {
    background-position: -70px -224px;
}

.tiku-box li:hover i.ico-zt {
    background-position: -70px -272px;
}

.tiku-box li:hover i.ico-mr {
    background-position: -70px -313px;
}

.tiku-box li:hover i.ico-dt {
    background-position: -70px -348px;
}

.tiku-box li em:hover {
    background: #ea2828;
    color: #fff;
    border-color: #ea2828;
}

.zlEwm-box {
    margin-top: 20px;
    min-height: 120px;
    padding: 20px 0 30px 138px;
    position: relative;
    background-color: #fff;
    margin-bottom: 20px;
    border-radius: 8px;
}

.zlEwm-img {
    position: absolute;
    left: 20px;
}

.zlEwm-num {
    font-size: 16px;
    padding-top: 12px;
    color: #ea2828;
    padding-bottom: 12px;
}

.zlEwm-wz {
    font-size: 14px;
    line-height: 20px;
}


.tiku-box {
    margin-top: 20px;
    padding: 20px;
}

.tiku-box .blockquoteBox {
    border-bottom: 1px solid #eeeeee;
}

.tiku-box .layui-elem-quote {
    border-left: 4px solid #ea2828;
    line-height: 0px;
    padding: 15px;
    background-color: #fff;
}

.tiku-box .textBox {
    color: #333;
    font-weight: bold;
    font-size: 18px;
}

.tiku-box .layui-btn-container {
    font-size: 0;
    text-align: center;
    margin: 20px 0;
}

.tiku-box .layui-btn {
    display: inline-block;
    height: 35px;
    line-height: 35px;
    padding: 0 8px;
    background-color: #eeeeee;
    color: unset;
    font-size: 14px;
    border-radius: 2px;
    cursor: pointer;
    margin-right: 20px;
    margin-bottom: 10px;
}

.layui-breadcrumb a {
    color: #333 !important;
}
.layui-breadcrumb a cite {
    color: #333;
    font-style: normal;
}
.layui-breadcrumb a:hover {
    color: #ea2828 !important;
}

.zlxqLt-jcxxBox {
    padding: 24px 200px 24px 20px;
    background-color: #fff;
    border-radius: 8px;
    position: relative;
}
.zlxqLt-jcxxLH2, .zlxqLt-kgdzkH4 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 900;
    max-height: 48px;
    word-break: break-all;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.zlxqLt-jcxxLH2-lab.free, .zlxqLt-kgdzkH4-lab.free {
    background-color: #ea2828;
    color: #fff;
}
.zlxqLt-jcxxLH2-lab, .zlxqLt-kgdzkH4-lab {
    height: 16px;
    line-height: 16px;
    padding: 0 5px;
    border-radius: 2px;
    font-size: 12px;
    font-weight: 500;
    display: inline-block;
    vertical-align: middle;
    margin-top: -4px;
    margin-right: 2px;
}

.zlxqLt-jcxxLInfo, .zlxqLt-kgdzkInfo {
    margin-top: 8px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    color: #888;
}
.zlxqLt-jcxxLInfo > i, .zlxqLt-kgdzkInfo > i {
    margin-right: 20px;
}
.zlxqLt-jcxxR {
    position: absolute;
    top: 30px;
    right: 0;
    width: 160px;
    padding: 0 10px;
    text-align: center;
}
.zlxqLt-jcxxR-xzbtn > a {
    display: block;
    width: 120px;
    height: 36px;
    line-height: 36px;
    border-radius: 100px;
    background-image: -moz- oldlinear-gradient(left, #FF7869, #e13b29);
    background-image: -o-linear-gradient(left, #FF7869, #e13b29);
    background-image: -moz-linear-gradient(left, #FF7869, #e13b29);
    background-image: -webkit-gradient(linear, left top, right top, from(#FF7869), to(#e13b29));
    background-image: linear-gradient(90deg, #FF7869, #e13b29);
    font-size: 14px;
    color: #fff;
    margin: 0 auto;
    -webkit-box-shadow: 0 20px 30px rgba(225, 59, 41, 0.1);
    box-shadow: 0 20px 30px rgba(225, 59, 41, 0.1);
}
.zlxqLt-jcxxR-tip > i, .zlxqLt-jcxxR-tip > a {
    display: block;
    font-size: 12px;
    line-height: 16px;
    margin-top: 8px;
    color: #FF5D4D;
}
.zlxqLt-jcxxLFree{
    color: #e13b29;
}
.zlxqLt-jcxxLXzb > span{
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(/resources/web/faculty/images/zlb-ico.png) -44px -45px no-repeat;
    vertical-align: middle;
    margin-right: 5px;
}
.zlxqLt-yltpM {
    position: relative;
    margin-top: 20px;
    background: #fff;
    border-radius: 8px;
}
.zlxqLt-yltpUl {
    font-size: 16px;
    line-height: 40px;
    padding: 20px;
}
.zlxqLt-yltpUl img {
    width: 80%;
}
.zlxqLt-yltpBt {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    min-height: 50px;
    padding: 48px 0 15px;
    border-radius: 8px;
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .6) 5%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 100%);
}
.zlxqLt-yltpBt-tit {
    font-size: 16px;
    color: #e52300;
}
.zlxqLt-yltpBt-tip {
    margin-top: 10px;
    font-size: 14px;
    color: #666;
}

.zlxqLt-kgdzkBox {
    padding: 24px;
    background-color: #fff;
    border-radius: 8px;
    margin-top: 20px;
}
.zlxqLt-kgdzkH3 {
    font-size: 18px;
    font-weight: 900;
}
.zlxqLt-kgdzkUl {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #F5F5F5;
}
.zlxqLt-kgdzkUl>li>a {
    display: block;
    padding: 24px 140px 24px 20px;
    border-top: 1px solid #eee;
    position: relative;
}
.zlxqLt-kgdzkUl>li>a:first-child {
    border-top: 0; 
}
.zlxqLt-kgdzkBtn {
    position: absolute;
    top: 50%;
    right: 20px;
    width: 90px;
    height: 34px;
    line-height: 34px;
    margin-top: -18px;
    text-align: center;
    border-radius: 100px;
    border: 1px solid #ea2828;
    font-size: 14px;
    color: #ea2828;
    cursor: pointer;
}
.zlxqLt-kgdzkBtn:hover {
    background-color: #ea2828;
    color: #fff;
}
.js-ycsmlzl-box-out,.js-yctjzl-box-out{
    margin-top: 20px;
}
.yctjzl-box, .yczlph-box, .yckszz-box {
    background-color: #fff;
    border-radius: 8px;
}
.ycsmlzl-box {
    background: url(https://img.233.com/wx/xzlb/pc/cont-bg2.png) no-repeat left top;
    background-size: 100%;
}
.zlxqRt-mkCt {
    padding: 24px 20px;
}
.zlxqRt-mkHd {
    height: 22px;
    line-height: 22px;
    position: relative;
}
.zlxqRt-mkH4 {
    font-size: 16px;
    color: #222;
    font-weight: 900;
}
.ycsmlzl-cont {
    margin-top: 20px;
    padding: 20px 0 20px 160px;
    min-height: 126px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 6px 33px rgba(225, 59, 41, 0.10);
    position: relative;
}
.ycsmlzl-img {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 126px;
    height: 126px;
    background: url(https://img.233.com/wx/xzlb/pc/ico-xzlb-bgpc.png) no-repeat -100px -60px;
}
.ycsmlzl-img img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 116px;
    height: 116px;
    margin-top: -58px;
    margin-left: -58px;
}
.ycsmlzl-wz {
    font-size: 16px;
}
.ycsmlzl-wz>p:first-child {
    margin-top: 12px;
}
.ycsmlzl-wz>p {
    margin-top: 18px;
}

.zlxqRt-mkMore {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 14px;
    color: #999;
}
.yctjzl-ul, .yczlph-ul, .yckszz-ul {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #eee;
}
.yctjzl-ul>li>a, .yczlph-ul>li>a, .yckszz-ul>li>a {
    display: block;
    padding: 16px 0;
    border-bottom: 1px solid #f5f5f5;
    position: relative;
}
.yctjzlLi-tit, .yczlphLi-tit {
    font-size: 15px;
    line-height: 22px;
    max-height: 44px;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.yctjzlLi-tip, .yczlphLi-tip {
    height: 20px;
    line-height: 20px;
    margin-top: 8px;
    position: relative;
    font-size: 14px;
}
.zlxqLt-jcxxLFree, .yctjzlLi-free, .yczlphLi-free, .yctjzlLi-tuijian, .yczlphLi-tuijian, .yctjzlLi-jingpin, .yczlphLi-jingpin {
    color: #ea2828;
}
.yctjzlLi-xzs, .yczlphLi-xzs {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 14px;
    color: #666;
}
.ycyhxx-box {
    background-color: #fff;
    border-radius: 8px;
}
.ycyhxx-top {
    height: 48px;
    padding: 0 90px 0 58px;
    margin-top: 8px;
    position: relative;
}
.ycyhxx-topL {
    padding-top: 1px;
}
.ycyhxx-topTx {
    position: absolute;
    top: 0;
    left: 0;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    overflow: hidden;
}
.ycyhxx-topTx img {
    display: block;
    width: 100%;
}
.ycyhxx-topName {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 22px;
    line-height: 22px;
    font-size: 16px;
    font-weight: 900;
}
.ycyhxx-topWdl .ycyhxx-topName {
    margin-top: 12px;
}
.ycyhxx-topSzb {
    font-size: 16px;
    height: 22px;
    line-height: 22px;
    margin-top: 5px;
}
.ycyhxx-topSzb>i {
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url(https://img.233.com/wx/xzlb/pc/ico-xzlb-bgpc.png) no-repeat -630px 0;
    vertical-align: middle;
    margin-top: -4px;
    margin-right: 5px;
}

.ycyhxx-bt {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #eee;
}
.ycyhxx-btHd {
    height: 20px;
    line-height: 20px;
    font-size: 16px;
    color: #666;
}
.ycyhxx-btHd>i {
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url(https://img.233.com/wx/xzlb/pc/ico-xzlb-bgpc.png) no-repeat -600px 0;
    vertical-align: middle;
    margin-top: -4px;
    margin-left: 6px;
}
.ycyhxx-btUl>li {
    line-height: 22px;
    padding: 3px 100px 3px 30px;
    margin-top: 20px;
    position: relative;
}
.ycyhxx-btIco {
    position: absolute;
    top: -1px;
    left: -3px;
    width: 30px;
    height: 30px;
    background: url(https://img.233.com/wx/xzlb/pc/ico-xzlb-bgpc.png) no-repeat -240px 0;
}
.ycyhxx-jfdh .ycyhxx-btIco {
    background-position: -200px 0;
}
.ycyhxx-btWz {
    font-size: 15px;
}
.ycyhxx-rA {
    position: absolute;
    top: 1px;
    right: 0;
    width: 76px;
    height: 28px;
    line-height: 28px;
    border-radius: 100px;
    background-color: #FFEDEB;
    text-align: center;
    font-size: 14px;
    color: #ea2828;
    padding: 0 10px;
}
.comBtn-hover {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    -moz-transition: 0.4s;
    transition: 0.4s;
}
.comBtn-hover:hover {
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -o-transform: translateY(-3px);
    transform: translateY(-3px);
}
.ycyhxx-topR>a {
    position: absolute;
    top: 50%;
    right: 0;
    height: 22px;
    line-height: 22px;
    margin-top: -11px;
    color: #ea2828;
}
.ycyhxx-topR>a>i {
    display: inline-block;
    width: 6px;
    height: 12px;
    background: url(https://img.233.com/wx/xzlb/pc/ico-xzlb-bgpc.png) no-repeat -700px 0;
    vertical-align: middle;
    margin-top: -2px;
    margin-left: 5px;
}
