
:root{
    --templateCommenColor: #1350A0;
    --body-bg: #fff;
}
body{background: var(--body-bg) !important;}
.footer_box{margin-top: 60px !important;}
.main_item{border-radius: 10px 10px 0 0;}
.main_item .main_item_content{padding-bottom: 40px;border-radius: 0 0 10px 10px;}
/* 文章新闻 */
.main_item_title{margin-bottom: 0;}
.article_item {display: block; width: 100%;margin-top: 30px;}
.article_item:nth-of-type(1){margin-top: 0;}
.article_item:hover{cursor: default;}
.main_item_content .article_item_content .article_date{width: 58px;height: 76px;float: left;}
.main_item_content .article_item_content .article_date span{display: block;width: 100%; text-align: center;color: #fff;font-size: 16px;font-weight: bold;height: 40px;line-height: 40px;border-radius: 5px 5px 0 0;background: var(--templateCommenColor);}
.main_item_content .article_item_content .article_date span:nth-of-type(2){font-size: 12px;font-weight: 400;height: 36px;line-height: 36px;color: var(--templateCommenColor);border: 1px solid var(--templateCommenColor);box-sizing: border-box;background: #fff;border-radius: 0 0 5px 5px;}
.main_item_content .article_view{float: right;width: 1080px;}
.main_item_content .article_view .article_title{width: 100%;color: #333;font-size: 16px;font-weight: 400;line-height: 18px;}
.main_item_content .article_view .article_content{margin-top: 10px; width: 100%;color: #999;font-size: 14px;line-height: 24px;font-weight: 400;}
.main_item_content .article_view:hover .article_title{color: var(--navActiveBgc);cursor: pointer;}


/* 分页器 */
.pagination{text-align: right;padding-top: 40px;}
