* {
    margin: 0;
    padding: 0;
}

.topTip {
    width: 100%;
    height: 36px;
    background: #EFF0F3;
}

.topBar1 {
    width: 100%;
    height: 116px;
    background: #FFFFFF;
}

.advertisement {
    margin-top: 15px;
    width: 100%;
}

.advertisement a {
    width: 100%;
    display: inline-block;
}

.advertisement a img {
    width: 100%;
}

.banner {
    width: 100%;
    height: 180px;
    background: #1E2F68;
}

.content1 {
    width: 1200px;
    margin: 0 auto 50px;
}

.currentPosition {
    height: 55px;
    line-height: 55px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
}

.positionLink {
    color: #999999;
}

.positionLink:hover {
    color: #05A4FF;
}

.mainContent {
    width: 100%;
    overflow: hidden;
}

.contentLeft {
    width: 900px;
    padding: 20px;
    border: 1px solid #E9E9E9;
    float: left;
    moz-user-select: -moz-none;
    -moz-user-select: none;
    -o-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.contentLeft img {
    max-width: 100%;
}

.articleTitle {
    text-align: center;
    font-size: 28px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #222222;
}

.updatetime {
    margin-top: 20px;
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #999999;
}

.articleWords {
    margin-top: 40px;
    margin-bottom: 10px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #666666;
}

.articleWords p {
    margin: 10px 0;
    line-height: 2;
}

.articleWords h1 {
    display: block;
    font-size: 2em;
    margin-block-start: 0.67em;
    margin-block-end: 0.67em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
}

.articleWords h2 {
    display: block;
    font-size: 1.5em;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
}

.articleWords h3 {
    display: block;
    font-size: 1.17em;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
}

.articleWords h4 {
    display: block;
    margin-block-start: 1.33em;
    margin-block-end: 1.33em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
}

.articleWords h5 {
    display: block;
    font-size: 0.83em;
    margin-block-start: 1.67em;
    margin-block-end: 1.67em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
}

.articleWords h6 {
    display: block;
    font-size: 0.67em;
    margin-block-start: 2.33em;
    margin-block-end: 2.33em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
}

.bottomLine {
    width: 100%;
    height: 1px;
    background: #E9E9E9;
    margin-bottom: 20px;
}

.lastArticle {
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #666666;
}

.lastArticle a {
    color: #666666;
}

.nextArticle {
    margin-top: 10px;
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #666666;
}

.nextArticle a {
    color: #666666;
}

.lastArticle a:hover {
    color: #05A4FF;
    text-decoration: underline;
}

.nextArticle a:hover {
    color: #05A4FF;
    text-decoration: underline;
}

.contentRight {
    width: 280px;
    float: right;
}

.mayNecessary {
    width: 280px;
    height: auto;
    /*height: 443px;*/
    background: #0f0;
    background: #FFFFFF;
    /*border: 1px solid #E9E9E9;*/
    margin-top: 20px;
}

.answer {
    width: 280px;
    /*height: 238px;*/
    height: auto;
    background: #FFFFFF;
    /*border: 1px solid #E9E9E9;*/
}

.hotSearch {
    width: 100%;
    margin-top: 20px;
    overflow: hidden;
}

.searchTitle {
    font-size: 16px;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
    color: #05A4FF;
}

.searchContent {
    width: 100%;
    margin-top: 20px;
}

.searchUl {
    width: 100%;
}

.searchLi {
    list-style: none;
    float: left;
    margin-left: 20px;
    width: 224px;
}

.searchLi:nth-of-type(1) {
    margin-left: 0;
}

.searchItemBox {
    width: 100%;
    height: 126px;
    position: relative;
}

.searchItemImg {
    width: 100%;
    height: 100%;
    position: absolute;
}

.mantle {
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #00B5FF;
    opacity: 0.55;
    display: none;
    transform: all .2;
}

.searchItemBox:hover .mantle {
    display: block;
}

.searchItemBox:hover + a .searchItemTitle {
    color: #05A4FF;
}

.mantleIcon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 31px;
    height: 31px;
    display: inline-block;
}

.searchItemTitle {
    margin-top: 18px;
    font-size: 16px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #222222;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

.searchItemTitle:hover {
    color: #05A4FF;
}

.searchItemDetail {
    margin-top: 5px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

.footer {
    width: 100%;
}


/*点赞分享相关样式*/

.zan {
    position: relative;
    color: #999;
    text-align: right;
    /* z-index: 99; */
}

.thumbs-up {
    display: inline-block;
    cursor: pointer;
    color: #999;
}

.thumbs-up .icon-dianzan {
    margin-left: 5px;
    margin-right: 0px;
}

.share-to .icon-fenxiang2 {
    margin-left: 15px;
    margin-right: 0px;
}

.thumbs-up .icon-dianzan {
    cursor: pointer;
    cursor: pointer;
}

.changecolor {
    color: #FF6A00 !important;
}

.share-to {
    display: inline-block;
    cursor: pointer;
    color: #999;
}

.zan .share-to .sharetips {
    display: none;
    width: 220px;
    height: 292px;
    padding: 36px 0;
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 5px;
    position: absolute;
    top: 25px;
    right: -5px;
    z-index: 99;
    box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.13);
}

.zan .share-to .share,
.zan #linkcopy {
    cursor: pointer;
}

.zan #linkcopy {
    font-size: 16px;
}

#qr {
    width: 130px;
    margin: 15px auto;
    z-index: 99;
}

#zhezhao {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    z-index: 98;
}

.articleSummary {
    width: 841px;
    padding: 10px;
    background-color: #F9F9F9;
    margin-top: 20px;
    line-height: 28px;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    max-height: 100px;
}

.copyright-notice {
    text-indent: 20px;
    color: red;
    opacity: .7;
    font-size: 10px;
}