.container {
    max-width:1120px;
}
body{
    transition: all 200ms;
    background: #f5f7fa;
}
h3 {
    margin-bottom: 0;
}
em {
    font-style: normal;
}
a{
    text-decoration: none !important;
}
p{
    margin: 0;
}
h1 {
    margin-bottom: 0;
    line-height: 1;
    font-size: 0;
}
h2{
    margin-bottom: 0;
    line-height: 1;
    font-size: 0;
}
h3{
    line-height: 1;
    margin: 0;
    padding: 0;
    font-size: 0;
}

ul {
    padding: 0;
    margin: 0;
}
li{
    list-style: none;
}
dl, ol, ul {
    padding-inline-start: 0;
    padding-left: 0;
}
dl, ol, ul {
    padding: 0;
    margin: 0;
}
ol {
    display: block;
    list-style-type: decimal;
    unicode-bidi: isolate;
}
ul {
    display: block;
    list-style-type: disc;
    unicode-bidi: isolate;
}



li {
    display: list-item;
    text-align: -webkit-match-parent;
    unicode-bidi: isolate;
}
img {
    filter: blur(0);
    transition: filter 1s;
}
ol {
    list-style-type: decimal;
}
a {
    color: #333;
    text-decoration: none;
}
ol ul {
    list-style-type: circle;
}
ul, ol {
    padding-left: 20px;
}
::marker {
    unicode-bidi: isolate;
    font-variant-numeric: tabular-nums;
    text-transform: none;
    text-indent: 0px !important;
    text-align: start !important;
    text-align-last: start !important;
}
.header {
    z-index: 3;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 50px;
    background: #fff;
    box-shadow: 0 1px #ecf0f5;
    display: flex;
    align-items: center;
}
.header_logo img {
    width: 114px;
    height: auto;
}
.yingcheng {
    padding-top: 60px;
}
.yingcheng_flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.yingcheng_fl {
    width: 73.395%;
}
.yingcheng_fr {
    width: 25.689%;
}
.yingcheng_title {
    background-color: #fff;
    height: 40px;
    line-height: 40px;
    padding-left: 20px;
    font-family: PingFangSC-Medium;
    font-size: 13px;
    color: #c5c6cb;
    border-radius: 4px 4px 0 0;
    margin-bottom: 1px;
    font-weight: 300;
}
.yingcheng_item {
    background-color: #fff;
    margin-bottom: 10px;
    border-radius: 4px;
    padding: 10px;
}
.yingcheng_item:first-child {
    border-radius: 0 0 4px 4px;
}
.yingcheng_topic {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px 10px 10px;
}
.author {
    display: flex;
    align-items: center;
    height: 36px;
    position: relative;
}
.author img {
    position: absolute;
    top: 0;
    left: 0;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    background-color: #f5f6f7;
}
.author .info {
    margin-left: 46px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.author .info .member {
    color: #567895;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    font-family: PingFang SC, Tahoma, Helvetica, Arial, Hiragino Sans GB, Microsoft YaHei, Heiti SC, WenQuanYi Micro Hei, sans-serif;
}
.author .info .date {
    display: flex;
    align-items: center;
    font-size: 12px;
    color: #c5c6cb;
    white-space: nowrap;
}
.slot {
    cursor: pointer;
    display: flex;
    align-items: center;
    font-family: PingFangSC-Regular;
    font-size: 12px;
    color: #8b8e9d;
    position: relative;
    top: 10px;
}
.yingcheng_talk .content {
    overflow: hidden;
}
.yingcheng_talk {
    padding-left: 56px;
    padding-right: 20px;
    margin-bottom: 10px;
    line-height: 25px;
    font-size: 15px;
    color: #2f3034;
}
.yingcheng_talk .content p {
    margin-bottom: 20px;
}
.yingcheng_talk .content a i {
    font-size: 20px;
}
.yingcheng_talk .content a {
    color: #567895;
}
.yingcheng_talk .content a {
    color: #567895;
    display: flex;
    align-items: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.yingcheng_talk .content a span {
    width: 100%;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.yingcheng_talk .content a:hover {
    text-decoration: underline !important;
}
.yingcheng_foot {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: PingFangSC-Regular;
    font-size: 12px;
    color: #c5c6cb;
    padding: 5px 20px 5px 56px;
}
.yingcheng_foot a {
    font-family: PingFangSC-Regular;
    font-size: 12px;
    color: #c5c6cb;
}
.yingcheng_talk .inner:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    height: 10vw;
    bottom: 0;
    z-index: 2;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.05)), color-stop(100%, #fff));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.05), #fff 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0.05), #fff 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.05), #fff 100%);
    background: -ms-linear-gradient(to bottom, rgba(255, 255, 255, 0.05), #fff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='rgba(255,255,255,0.05)', endColorstr='#fff');
}

.yingcheng_talk .inner {
    position: relative;
    height: 15vw;
    overflow: hidden;
}
.page_common {
    display: flex;
    justify-content: center;
    justify-content: center;
    align-items: center;
    margin: 15px 0 30px;
}
.page_common a {
    margin: 0px 4px 0;
    padding: 4px 12px;
    font-size: 15px;
    color: #6b6b6b;
    background-color: #ffffff;
    border-radius: 4px;
}
.page_common a:hover {
    box-shadow: rgb(181 237 208 / 51%) 0px 0px 0px 1px inset;
    color: #1ac96e;
    background: rgb(226 249 238 / 53%);
}
.page_common a.active {
    color: #ffffff;
    background: #1ac96e;
}
.user {
    border-radius: 4px;
    background-color: #fff;
    padding: 20px;
    -webkit-user-select: none;
    user-select: none;
    margin-bottom: 10px;
}
.user_info {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.user_info img {
    width: 60px;
    height: 60px;
    background-color: #f5f6f7;
    border-radius: 50%;
    margin-bottom: 16px;
}
.user_info p {
    font-family: PingFangSC-Medium;
    font-size: 18px;
    color: #2f3034;
    display: block;
}
.user_info span {
    height: 20px;
    padding: 2px 5px;
    background: #c5c6cb1a;
    border-radius: 4px;
    margin-top: 8px;
    font-size: 12px;
    text-align: center;
    color: #c5c6cb;
}
.user_preview {
    margin-top: 30px;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.yc_line {
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    width: 50px;
}
.yc_logo {
    line-height: 1;
}

.yc_logo img {
    width: 18px;
    height: 18px;
    margin-left: 15px;
}
.yc_text {
    font-size: 15px;
    color: #1ac96e;
    margin: 0 15px 0 6px;
    line-height: 1;
}
.hot {
    border-radius: 4px;
    background-color: #fff;
    padding: 20px;
    -webkit-user-select: none;
    user-select: none;
    margin-bottom: 10px;
}
.hot .title h2 {
    font-size: 14px;
    font-weight: 500;
    color: #5a5c66;
    line-height: 1.2;
}
.hot .title p{
    font-size: 12px;
    color: #c5c6cb;
    line-height: 17px;
    padding: 4px 0 12px;
    margin-bottom: 3px;
    border-bottom: 1px solid rgba(0, 0, 0, .05);
}
.news_list {
    margin-top: 12px;
    display: flex;
    align-items: center;
    font-size: 14px;
}
.news_list span {
    font-weight: 500;
    color: #f57f59;
    margin-right: 10px;
    width: 9px;
}
.news_list a {
    color: #5a5c66;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.footer_item a {
    color: rgba(0, 0, 0, 0.2);
    font-size: 12px;
    line-height: 1.4;
}
.footer_item {
    color: rgba(0, 0, 0, 0.2);
    font-size: 12px;
    line-height: 1.4;
    text-align: center;
}
.yingcheng_content {
    margin: 0 auto;
    padding: 40px;
    box-sizing: border-box;
    position: relative;
    background-color: white;
}
.yingcheng_content h1 {
    margin: 0px;
    font-family: PingFangSC-Medium;
    font-size: 20px;
    color: #1A1A1A;
    line-height: 1.5;
}
.yingcheng_content h2 a {
    margin-top: 10px;
    font-size: 14px;
    color: #567895;
    display: block;
    font-weight: 300;
}
.author_info {
    margin-top: 30px;
    margin-bottom: 24px;
    height: 24px;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.author_info .author {
    display: flex;
    align-items: center;
    height: auto;
}
.author_info .author img {
    height: 24px;
    width: 24px;
    border-radius: 12px;
    position: unset;
}
.author_info .author span {
    color: #4D4D4D;
    margin-left: 12px;
    line-height: 1;
}
.author_info span.date {
    color: #B3B3B3;
    line-height: 1;
    display: block;
}
.post_content {
    margin-top: 20px;
    font-weight: 300;
}
.post_content h2 a {
    font-size: 18px;
    margin: 1em 0;
    display: inline;
    font-weight: bold;
}
.post_content p {
    font-family: "italic", Helvetica, Arial, "Heiti SC", "Microsoft YaHei";
    margin: 1em 0;
  }
  .post_content span {
      font-family: "italic", Helvetica, Arial, "Heiti SC", "Microsoft YaHei" !important;
  }
  .post_content strong {
    font-weight: bold;
}

.post_content ol li {
    list-style: auto;
}
.post_content ul li {
    list-style: disc;
    margin: 1em 0;
}
.post_content h1 {
    font-size: 18px;
        margin: 1em 0;
}
.post_content h2 {
    font-size: 18px;
        margin: 1em 0;
}
.post_content h3 {
    font-size: 18px;
        margin: 1em 0;
}
.post_content h4 {
    font-size: 18px;
        margin: 1em 0;
}
.post_content h5 {
    font-size: 18px;
        margin: 1em 0;
}
.post_tag a {
    font-size: 14px;
    margin-right: 5px;
    color: #1ac96e;
}
.post_whcat img {
    width: 100%;
}
.post_whcat {
    margin-top: 40px;
}
.yingcheng_talk .content .inner a {
    display: initial;
}
.yingcheng_talk .content .inner ol li {
    list-style: auto;
}
.yingcheng_talk .content .inner ul li {
    list-style: circle;
    margin: 1em 0;
}
.post_content img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    width: auto !important;
    height: auto !important;
}
.post_content iframe {
    width: 100%;
    height: 405px;
}