@charset "UTF-8";

.page-content-impl-container {
    min-width: 1000px;
    height: auto;
}
.news-template-wrapper-in-news {
    width: 100%;
    display: block;
    position: relative;
    margin-top: 64px;
}
.news-template-container-in-news {
    width: 1000px;
    min-width: 1000px;
    margin: auto;
    display: block;
    position: relative;
}
/*.breadcrumb-wrapper-in-news {*/
/*    min-height: 35px;*/
/*    width: 850px;*/
/*    height: 35px;*/
/*    position: relative;*/
/*    margin: auto;*/
/*}*/
/*.breadcrumb-wrapper-in-news span {*/
/*    padding: 0;*/
/*    margin: 0;*/
/*    width: 100%;*/
/*    height: auto;*/
/*    line-height: 34px;*/
/*    font-family: 'Microsoft YaHei';*/
/*    text-align: left;*/
/*    font-size: 12px;*/
/*    color: #999;*/
/*    font-weight: normal;*/
/*    font-style: normal;*/
/*    text-decoration: none;*/
/*    word-wrap: break-word;*/
/*    word-break: break-all;*/
/*}*/
/*.breadcrumb-wrapper-in-news span a {*/
/*    padding: 0;*/
/*    margin: 0;*/
/*    display: inline-block;*/
/*    font-family: 'Microsoft YaHei';*/
/*    font-size: 12px;*/
/*    color: #666;*/
/*    font-weight: normal;*/
/*    font-style: normal;*/
/*    text-decoration: none;*/
/*    word-wrap: break-word;*/
/*    word-break: break-all;*/
/*    outline: none;*/
/*}*/
/*.breadcrumb-wrapper-in-news span.delimiter-in-breadcrumb {*/
/*    margin: 0 6px;*/
/*    font-size: 14px;*/
/*}*/
.breadcrumb-wrapper-in-news {
    margin: auto;
    margin-top: -10px;
    margin-bottom: 32px;
}
.title-in-news {
    padding: 0;
    margin-top: 42px;
    width: 100%;
    height: auto;
    font-family: 'Microsoft YaHei';
    color: #404040;
    font-size: 24px;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    line-height: 34px;
    word-wrap: break-word;
    word-break: normal;
}
.title-info-wrapper-in-news {
    height: 12px;
    width: 500px;
    margin: 32px auto 0 auto;
    padding: 0;
    font-family: 'Microsoft YaHei';
    color: #999999;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    word-wrap: break-word;
    word-break: normal;
    position: relative;
}
#dateInTitle {
    position: absolute;
    left: 50px;
    height: 100%;
}
#authorInTitle {
    position: absolute;
    left: 250px;
    height: 100%;
}
#viewsInTitle {
    position: absolute;
    left: 400px;
    height: 100%;
}
.content-wrapper-in-news {
    display: block;
    position: relative;
    margin-top: 48px;
    margin-bottom: 80px;
    padding: 0 82px 0 68px;
    color: rgb(102, 102, 102);
    line-height: 30px;
    font-family: 微软雅黑;
    font-size: 14px;
    white-space: normal;
    background-color: rgb(255, 255, 255);
}
.content-image-wrapper-in-news {
    margin: 0 auto 40px auto;
    width: 100%;
    position: relative;
    display: block;
    text-align: center;
}
.content-image-wrapper-in-news img {
    max-width: 100%;
    height: auto;
}
.paragraph {
    text-indent: 28px;
}
.firstParagraph::first-letter {
    font-size: 200%;
    /*color: #8A2BE2;*/
}
.list-page-control-button {
    margin-right: 66px;
}