

:root {
    /* 主色调 */
    --lyj-primary-color: #be0203;
    /* 灰色调 */
    /*--lyj-info-color: #606060;*/
    --lyj-info-color:#a90303;
}
.font15 {
    font-size: 16px !important;
    /*color: #4C4C4C ;*/

}
.font15:hover{
    color: var(--lyj-primary-color) !important;
}

body{
    font-size: 14px;
    box-sizing: border-box;
    flex-shrink: 0;
    font-family: "Microsoft YaHei","Arial","宋体";
}

*{
    font-family: "Microsoft YaHei","Arial","宋体";
}
.flex-col {
    display: flex;
    flex-direction: column;
}
.flex-row {
    display: flex;
    flex-direction: row;
}
.justify-start {
    display: flex;
    justify-content: flex-start;
}
.justify-center {
    display: flex;
    justify-content: center;
}

.justify-end {
    display: flex;
    justify-content: flex-end;
}
.justify-evenly {
    display: flex;
    justify-content: space-evenly;
}
.justify-around {
    display: flex;
    justify-content: space-around;
}
.justify-between {
    display: flex;
    justify-content: space-between;
}
.align-start {
    display: flex;
    align-items: flex-start;
}
.align-center {
    display: flex;
    align-items: center;
}
.align-end {
    display: flex;
    align-items: flex-end;
}
/*** 分页 **/
.list-page {text-align:center;padding: 15px 15px;}
.mws-panel-content {background: #eee;}
.pagination {margin:0 !important;padding: 10px 10px;background: #fff;}
.pagination li{border:1px solid #e6e6e6;padding: 3px 8px;display: inline-block;margin: 0px 5px}
.pagination .active{background-color: var(--lyj-primary-color);color: #fff;}
.pagination .disabled{color: #aaa;}

/* 分页*/
.pages {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-bottom: 10px;
}

.box-sizing {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.container {
    width: 1280px;
    margin: 0 auto;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    position: relative;
}

.banner_size {
    width: 100%;
}

.container-fluid {
    width: 100%;
    margin: 0 auto;
    position: relative;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.mt-20 {
    margin-top: 10px;
}

/** 顶部导航 **/

.top {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #fff;
}

.top-welcome {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f4f4f4;
    height: 40px;
    width: 100%;
    color: #999;
}

.top-logo {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 165px;
}

.top-logo .logo {
    display: flex;
    justify-content: center;
    align-items: center;
}

.top-logo .search {
    display: flex;
    justify-content: center;
    align-items: center;
}

.top-logo .search form {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.top-logo .search .search-lable {
    font-weight: bold;
    font-size: 18px;
    color: #333333;
    line-height: 40px;
    font-style: normal;
    text-transform: none;
    margin-right: 15px;
}

.top-logo .search form input {
    padding: 5px 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    width: 360px;
}


.top-logo .search form button {
    position: absolute;
    right: 0px;
    border: 0px;
    background: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 75px;
    height: 38px;
    background: #CE0000;
    color: #fff;
    font-size: 15px;
}
.top-nav {
    height: 60px;
    display: flex;
    box-sizing: border-box;
    justify-content: center;
    background: #be0203;
    width: 100%;
}
.top-nav ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top-nav ul li {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 10px;
    line-height: 60px;
}

.top-nav ul li a {
    color: #fff;
    font-size: 16px;
    height: 60px;
    width: 166px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.top-nav ul li a.active {
    color: #fff;
    background: #980B0B;
}

.top-nav ul li a:hover {
    color: #fff;
}

.top-nav ul li.ext-title {
   color: #FFFFFF;
}

.top-nav ul li.nav-width {
    width: 100px;
}

/**
底部
 */
.footer {
    height: 200px;
    background: #F0F0F0;
}



.footer-top {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    flex-direction: column;
}

.footer-top p {
    font-size: 18px;
    color: #666666;
    line-height: 36px;
}

.footer-top p span {
    margin-right: 15px;
}

/**
通用标题
 */

.common-title {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 50px;
}

.common-title h2 {
    height: 72px;
    line-height: 72px;
    font-size: 48px;
    font-weight: bold;
    color: #B41111;
}

.common-title p {
    color: #999999;
    margin-top: 10px;
    height: 24px;
    font-size: 24px;
}



/**
面包屑
 */

.bottomborder {
    border-bottom: 1px solid #E6E6E6;
}

.breadcrumb .layui-breadcrumb span[lay-separator]:nth-child(2) {
    display: none !important;
}


.breadcrumb {
    height: 51px;
    background: #FFFFFF;
    display: flex;
    align-content: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.breadcrumb .layui-breadcrumb{
    display: flex;
    align-content: center;
    justify-content: center;
}

/**

 */


.content-item-title{
    display: flex;
    align-content: center;
    justify-content: center;
    margin-bottom: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.content-item-title span{
    font-size: 48px;
    font-weight: bold;
    color: #333333;
    margin-bottom: 20px;
}
.content-item-title span:last-child{
    color: #F5F5F7;
}



/**
分页
 */
.page {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.page .pagination li {
    padding: 5px 15px;
}