﻿@charset "utf-8";
body {
    background-color: #f3f6f8;
}

.decontentbg {
    box-sizing: border-box;
    width: 100%;
    background-color: #f3f6f8;
    min-height: 80vh;
    overflow: hidden;
}

.decontent {
    box-sizing: border-box;
    width: 1200px;
    background-color: #f3f6f8;
    height: 100%;
    margin: 0 auto;
    margin-top: 30px;
}

.leftcontent {
    box-sizing: border-box;
    background: #ffffff;
    padding: 30px;
}

    .leftcontent .leftcontenttitle {
        width: 100%;
        font-size: 24px;
        font-family: PingFangSC-Medium, PingFang SC;
        font-weight: 500;
        color: #333333;
        line-height: 33px;
    }

.sourcebox {
    width: 100%;
    height: 22px;
    line-height: 18px;
    margin-top: 20px;
    font-size: 13px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #999999;
    overflow: hidden;
    box-sizing: border-box;
}

    .sourcebox img {
        width: 20px;
        height: 20px;
        /* margin-top: 2px; */
        vertical-align: middle;
    }

    .sourcebox span {
        margin-left: 2px;
        vertical-align: middle;
    }

    .sourcebox i {
        margin-left: 21px;
        font-style: normal;
        vertical-align: middle;
    }

.de-abstract {
    width: 100%;
    background: #f2f5f8;
    border-radius: 4px;
    padding: 15px;
    box-sizing: border-box;
    font-size: 15px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #999999;
    line-height: 24px;
    margin-top: 21px;
    margin-bottom: 20px;
}

.texts {
    width: 100%;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 29px;
}

.right-list {
    height: auto;
}

.toptitle {
    width: 100%;
    box-sizing: border-box;
    padding: 15px 0;
    border-bottom: 1px solid #fafafa;
}
    .toptitle h3 {
        height: 25px;
        font-size: 18px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #00b4eb;
        line-height: 25px;
        width: 100%;
        border-left: 3px solid #00b5e9;
        padding-left: 13px;
        margin-bottom:10px;
    }

.atc-lists {
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
    background-color: #ffffff;
}

    .atc-lists li {
        width: 100%;
        height: 21px;
        line-height: 21px;
        margin-bottom: 12px;
        overflow: hidden;
    }

        .atc-lists li span {
            width: 100%;
            display: inline-block;
            line-height: 21px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            font-size: 15px;
            font-family: PingFangSC-Regular, PingFang SC;
            font-weight: 400;
            color: #333333;
            box-sizing: border-box;
            padding-left: 15px;
            background: url('../img/sanjiaoxing.png') no-repeat 0 8px/4px 5px;
            cursor: pointer;
        }

        .atc-lists li.on span {
            color: #00B5E9;
        }

.mocontent {
    width: 100%;
    /* max-width: 750px; */
    box-sizing: border-box;
    padding: 0 15px;
    background-color: #fff;
    margin-top: 112px;
    min-height:calc(100vh - 244px)
}
.marticle{
  width: 100%;
  box-sizing: border-box;
  padding: 20px 0px;
  font-size:22px;
font-family:PingFangSC-Medium,PingFang SC;
font-weight:500;
color:#333333;
line-height:34px;
}
.msource{
  width: 100%;
  box-sizing: border-box;
  height:18px;
  line-height:18px;
  vertical-align: middle;
}
.msource img{
  width: 14px;
  height: 15px;
  margin-right: 6px;
}
.msource span{
  font-size:13px;
font-family:PingFangSC-Regular,PingFang SC;
font-weight:400;
color:#999999;
line-height:18px;
}
.msource i{
  font-style: normal;
  font-size:13px;
font-family:PingFangSC-Regular,PingFang SC;
font-weight:400;
color:#999999;
line-height:18px;
padding-left: 5px;
border-left: 1px solid #EEEEEE;
margin-left: 10px;
}
.mabstract{
  padding: 12px;
  font-size:15px;
font-family:PingFangSC-Regular,PingFang SC;
font-weight:400;
color:#999999;
line-height:24px;
border-radius:4px;
margin-top: 20px;
margin-bottom: 20px;
background-color: #F2F5F8;
}
.mtexts{
  font-size:16px;
font-family:PingFangSC-Regular,PingFang SC;
font-weight:400;
color:#333333;
line-height:32px;
}