.content {
    width: 100%;
    background: rgba(246, 246, 246, 1);
    padding: 20px 0 30px;
}

.news_list_box {
    width: 1200px;
    margin: 0 auto;
}

.news_list_box>li {
    width: 100%;
    /* height: 215px; */
    background-color: #ffffff;
    font-family: MicrosoftYaHei;
    color: rgba(0, 0, 0, 1);
    font-size: 16px;
    line-height: 22px;
    padding: 30px;
    box-sizing: border-box;
    margin-bottom: 20px;
}

.news_list_box>li>img {
    width: 250px;
    height: 155px;
    margin-right: 30px;
    /* height: 100%; */
}

.news_list_text {
    width: 740px;
    height: 155px;
    overflow: hidden;
    padding: 18px 0;
    box-sizing: border-box;
cursor: pointer;
}

.news_list_text:hover>p:nth-child(1) {
     color: #DA0502;
}

.news_list_text>p:nth-child(2) {
    font-size: 14px;
    line-height: 24px;
    margin: 10px 0 23px;
    color: #868686;
    max-height: 48px;
}

.news_list_text>p:nth-child(3) {
    color: rgba(153, 153, 153, 1);
    line-height: 19px;
    font-size: 12px;
    vertical-align: middle;
}

.news_list_text>p:nth-child(3)>i {
    font-size: 12px;
    color: rgba(153, 153, 153, 1);
    line-height: 19px;
    margin-right: 11px;
    vertical-align: middle;
}

.news_list_time {
    width: 90px;
    height: 104px;
    background: rgba(255, 255, 255, 1);
    margin-top: 26px;
    text-align: center;
    border: 1px solid rgba(218, 5, 2, 1);
}

.date {
    font-size: 46px;
    line-height: 61px;
    margin-top: 9px;
}

.year {
    font-size: 14px;
    line-height: 19px;
}








/* 儿童游戏乐园详情 */
.news_detail_content {
    width: 100%;
    background: rgba(246, 246, 246, 1);
    padding: 20px 0;
}

.news_detail_box {
    width: 1200px;
    margin: 0 auto;
    background: #ffffff;
    padding: 30px 200px 40px;
    box-sizing: border-box;
}

.news_detail_box>h1 {
    font-size: 24px;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
    color: rgba(0, 0, 0, 1);
    line-height: 44px;
    text-align: center;
}

.news_detail_time_box {
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: rgba(102, 102, 102, 1);
    line-height: 20px;
    text-align: center;
    padding: 20px 0;
    border-bottom: 1px dashed rgba(224, 224, 224, 1);
}

.news_detail_time_box>span:nth-child(2) {
    margin-right: 40px;
}

.news_detail_time_box>i {
    font-size: 14px;
    color: rgba(102, 102, 102, 1);
    line-height: 20px;
    margin-right: 10px;
}

.news_detail_box .article {
    width: 100%;
    height: auto;
    font-family: MicrosoftYaHei;
    color: rgba(43, 43, 43, 1);
    line-height: 30px;
    word-wrap: break-word;
    overflow: hidden;
    padding: 36px 0 19px;
    box-sizing: border-box;
}

/* 分享 */
.share_box {
    font-size: 14px;
    color: rgba(102, 102, 102, 1);
    line-height: 19px;
    margin-bottom: 30px;
}


/* 资料下载 */
.data_download {
    width: 100%;
    border-bottom: 1px solid rgba(224, 224, 224, 1);
    font-size: 16px;
    font-family: MicrosoftYaHei;
    color: rgba(218, 5, 2, 1);
    line-height: 21px;
    /* margin-top: 30px; */
}

.data_download>p {
    /* margin-top: 30px; */
    display: inline-block;
    position: relative;
    height: 31px;
}

.data_download>p::after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: -1px;
    background: rgba(218, 5, 2, 1);
}

.data_download_content {
    width: 100%;
    margin-top: 30px;
    padding-bottom: 40px;
    box-sizing: border-box;
    border-bottom: 1px solid rgba(224, 224, 224, 1);
}

.data_download_content>li {
    width: 100%;
    border: 1px solid rgba(224, 224, 224, 1);
    padding: 20px 30px 19px 22px;
    box-sizing: border-box;
    margin-bottom: 20px;
    font-size: 14px;
    color: rgba(43, 43, 43, 1);
}

.data_download_content>li>a{
    font-size: 14px;
    color: rgba(218, 5, 2, 1);
    vertical-align: middle;
    display: inline-block;
}
.data_download_content>li>a>i{
    font-size: 12px;
    margin-right: 6px;
    vertical-align: middle;
}
.data_download_content>li>a>span{
    vertical-align: middle;
}

.data_download_content>li img {
    vertical-align: middle;
    max-height: 30px;
}

.data_download_content>li>span {
    /* width: 600px; */
    width: 580px;
    vertical-align: middle;
    margin-left: 19px;
    margin-right: 24px;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 19px;
}

.data_download_content>li:last-child {
    margin-bottom: 0px;
}

.Last_next {
    width: 100%;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: rgba(43, 43, 43, 1);
    line-height: 19px;
    margin: 30px 0 40px;
}

.Last_next>li {
    margin-bottom: 18px;
    cursor: pointer;
}

.Last_next>li>a:hover span:nth-child(2) {
    color: #DA0502;
}

.comments_num {
    font-size: 14px;
    color: rgba(43, 43, 43, 1);
    line-height: 19px;
}

.comment_box textarea {
    width: 100%;
    height: 100px;
    box-sizing: border-box;
    background: none;
    outline: 0;
    border: 0;
    padding: 14px 20px;
    color: rgba(153, 153, 153, 1);
    background: rgba(246, 246, 246, 1);
    border: 1px solid rgba(224, 224, 224, 1);
    resize: none;
    overflow: auto;
}


.comment_box {
    position: relative;
    margin: 30px 0 20px;
}

.tip_maxlength {
    position: absolute;
    bottom: 14px;
    right: 20px;
    font-size: 12px;
    color: rgba(153, 153, 153, 1);
    line-height: 16px;
}


.verification_code_box {
    font-size: 12px;
    color: rgba(218, 5, 2, 1);
    line-height: 40px;
    vertical-align: middle;
}
.verification_code_box .proofs{
    display: inline-block;
    outline: 0;
    border: none;
    width: 144px;
    line-height: 40px;
    border: 1px solid #ccc;
    color: rgba(153, 153, 153, 1);
    box-sizing: border-box;
    padding: 0 4px;
}
.verification_code_box .code{
    display: inline-block;
    line-height: 40px;
}
.verification_code_box .code>img{
    height: 100%;
}
.verification_code_box .change_btnImg{
    display: inline-block;
}

/* .verification_code_box>i {
    font-size: 18px;
    color: rgba(218, 5, 2, 1);
    line-height: 18px;
    vertical-align: middle;
    margin-right: 6px;
}

.verification_code_box>span {
    vertical-align: middle;
} */

.comment_submit {
    font-size: 16px;
    color: rgba(255, 255, 255, 1);
    line-height: 21px;
    padding: 10px 20px;
    background: rgba(218, 5, 2, 1);
}


.comment_detail {
    width: 100%;
    font-size: 14px;
    color: rgba(43, 43, 43, 1);
    line-height: 19px;
    margin-top: 30px;
}

.comment_detail>li {
    padding: 30px 0;
    box-sizing: border-box;
    border-top: 1px solid rgba(224, 224, 224, 1);
}

.comment_detail>li:last-child {
    border-bottom: 1px solid rgba(224, 224, 224, 1);
}

.comment_detail>li>img {
    width: 42px;
    height: 42px;
    margin-right: 10px;
}

.comment_detail_tiem {
    font-size: 12px;
    color: rgba(153, 153, 153, 1);
    line-height: 16px;
    margin: 6px 0 9px;
}

.see_more_btn {
    width: 123px;
    height: 40px;
    margin: 0 auto;
    font-size: 14px;
    color: rgba(218, 5, 2, 1);
    line-height: 40px;
    text-align: center;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(218, 5, 2, 1);
    margin-top: 40px;
}

.see_more_btn:hover {
    color: rgba(255, 255, 255, 1);
    background: rgba(218, 5, 2, 1);
    border: 1px solid rgba(218, 5, 2, 1);
}


/* 通知公告 */

.notice_notice_content {
    width: 100%;
    background: rgba(246, 246, 246, 1);
    padding: 20px 0 30px;
}

.notice_notice_content>div {
    width: 1200px;
    margin: 0 auto;
    background: rgba(255, 255, 255, 1);
    padding: 18px 40px 40px;
    box-sizing: border-box;
}

.notice_notice_list {
    width: 100%;
    font-size: 16px;
    color: rgba(43, 43, 43, 1);
    line-height: 19px;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 1);
}

.notice_notice_list>li {
    padding: 24px 0;
    border-bottom: 1px dashed rgba(224, 224, 224, 1);
    box-sizing: border-box;
}

.notice_notice_list>li>ul>li:nth-child(1)::before {
    content: '';
    display: inline-block;
    border: 1px solid rgba(218, 5, 2, 1);
    padding: 3px;
    border-radius: 100%;
    vertical-align: middle;
    margin-right: 7px;
}

.notice_notice_title {
    width: 900px;
    vertical-align: middle;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
}

.notice_notice_title:hover {
    color: rgba(218, 5, 2, 1);
}

.notice_notice_time {
    font-size: 12px;
    color: rgba(153, 153, 153, 1);
    line-height: 19px;
}




.bdsharebuttonbox {
    margin-bottom: 30px;
}
.share_text {
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: rgba(102, 102, 102, 1);
    line-height: 36px;
    vertical-align: middle;
}

