body, html {
    background-color: #F1F1F1;
}

div {
    box-sizing: border-box;
}

a:hover {
    color: #1f528d;
}

.text-primary {
    color: #1f528d;
}

.bg-primary {
    background-color: #1f528d;
    color: #FFFFFF;
}

.bg-white {
    background-color: #FFFFFF;
    color: #606266;
}

.container {
    width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
}

.input-primary:focus {
    border-color: #1f528d !important;
    box-shadow: 0 0 0 3px rgba(31, 82, 141, .08)
}

.header {
    background-color: #FFFFFF;
    background-image: url("../images/bodybg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.header .container {
    height: 200px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 15px;
}

.logo-box {
    display: flex;
    align-items: center;
}

.logo-img {
    width: 80px;
    height: 80px;
}

.logo-name {
    margin-left: 20px;
    font-size: 2.1em;
    font-weight: bold;
    color: #ee261e;
    text-shadow: 1px 1px 2px rgba(255, 255, 255);
}

.search-box {
    display: flex;
    align-items: center;
}

.search-box .layui-input {
    width: 300px;
}

.nav-box {
    display: flex;
}

.nav-box li {
    width: 150px;
    height: 50px;
    border-right: 1px solid rgba(255, 255, 255, .2);
}

.nav-box li:first-child {
    border-left: 1px solid rgba(255, 255, 255, .2);
}

.nav-box li a {
    font-size: 1.2em;
    color: #FFFFFF;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.nav-box li a:hover {
    background-color: rgba(255, 255, 255, .1);
}

.news-box {
    margin-top: 10px;
}

.news-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #EBEBEB;
    padding: 10px 0;
    position: relative;
}

.news-header-title {
    font-size: 1.5em;
    color: #1f528d;
    font-weight: bold;
}

.news-header:after {
    content: "";
    position: absolute;
    background-image: url("../images/title_icon.png");
    width: 20px;
    height: 20px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    bottom: -20px;
    left: 0;
}

.news-box .container {
    padding: 15px;
    display: flex;
    justify-content: space-between;
}

.news-box .container .carousel-box {
    width: 700px;
    height: 393px;
}

.news-body {
    width: calc(100% - 715px);
}

.more-box {
    font-size: 13px;
    background-color: #F5F5F5;
    width: 75px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
    cursor: pointer;
}

.more-box:hover {
    background-color: #1f528d;
    color: #FFFFFF;
}

.more-box .layui-icon {
    font-size: 13px;
    margin-right: 3px;
}

.news-list-header {
    padding-bottom: 20px;
    border-bottom: 1px dashed #EBEBEB;
}

.news-list-header-title {
    padding: 20px 0 10px 20px;
    font-size: 16px;
    color: #303133;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.news-list-header-intro {
    text-indent: 20px;
    font-size: 13px;
    color: #909399;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.news-ul {
    margin-top: 15px;
    list-style-type: circle;
    height: 210px;
}

.news-ul li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 35px;
    color: #303133;
}

.news-ul li a:hover {
    color: #1f528d;
}

.news-title .layui-icon {
    font-size: 12px;
    color: #909399;
}

.news-title {
    width: calc(100% - 90px);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.news-time {
    width: 80px;
    text-align: right;
}

.carousel-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner-box {
    margin-top: 10px;
}

.banner-img {
    width: 100%;
    height: 80px;
}

.article-box {
    margin-top: 10px;
}

.article-box .article-card {
    background-color: #FFFFFF;
    padding: 15px;
    width: 100%;
}

.article-box .container {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 10px;
}

.article-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #EBEBEB;
}

.article-header-title {
    padding-bottom: 10px;
    border-bottom: 2px solid #1f528d;
    color: #1f528d;
    font-weight: bold;
    font-size: 1.2em;
}

.article-header .more-box {
    margin-bottom: 10px;
}

.footer {
    padding: 40px 0;
    margin-top: 10px;
    background-image: url("../images/bottom_bg.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border-top: 3px solid #1f528d;
}

.footer .container {
    display: flex;
    justify-content: space-between;
}

.footer .icp-box {
    text-align: center;
}

.footer .right {
    display: flex;
    align-items: center;
}

.footer-img-item {
    text-align: center;
}

.text_dz {
    display: flex;
    margin-top: 20px;
}

.footer-address {
    margin-left: 10px;
}

.link-box {
    margin-top: 20px;
}

.link-box .container {
    display: flex;
    flex-wrap: wrap;
}

.breadcrumb-box {
    padding: 15px 0;
}

.breadcrumb-box .layui-icon {
    font-size: 13px;
}

.about-box {
    padding: 15px;
    background-color: #FFFFFF;
}

.about-title {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #303133;
}

.about-intro {
    text-align: center;
    margin-top: 20px;
}

.about-intro span {
    padding: 0 20px;
    color: #606266;
}

.about-body {
    margin-top: 20px;
}

.about-body img {
    max-width: 100%;
}

.column-box {
    display: flex;
    justify-content: space-between;
}

.column-left {
    width: 300px;
    background-color: #FFFFFF;
    padding: 15px 0;
}

.column-right {
    margin-left: 15px;
    width: calc(100% - 315px);
    background-color: #FFFFFF;
}

.column-item {
    height: 40px;
    padding: 0 15px;
    display: flex;
    align-items: center;
    font-size: 15px;
}

.column-item:hover {
    background-color: rgba(31, 82, 141, .2);
}

.column-item.current {
    border-left: 3px solid #1f528d;
    background-color: rgba(31, 82, 141, .2);
}

.column-right {
    padding: 15px;
}

.article-item {
    display: flex;
    justify-content: space-between;
    height: 35px;
    align-items: center;
    border-bottom: 1px dashed #EBEBEB;
}

.article-item .article-title {
    width: calc(100% - 120px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #303133;
}

.article-item .article-time {
    width: 100px;
    color: #606266;
}

.article-page {
    margin-top: 30px;
    text-align: center;
}

.leader-header {
    display: flex;
    align-items: baseline;
    border-bottom: 1px solid #EBEBEB;
    padding-bottom: 10px;
}

.leader-name {
    color: #1f528d;
    font-size: 1.5em;
    font-weight: bold;
}

.leader-title {
    margin-left: 5px;
    font-size: 14px;
    color: #606266;
    width: 180px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.leader-title2 {
    margin-left: 5px;
    font-size: 14px;
    color: #606266;
}

.leader-desc {
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
}

.leader-image {
    width: 180px;
}

.leader-intro {
    width: calc(100% - 200px);
}

.column-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.column-item .leader-title {
    font-size: 13px;
}

.leader-card{
    margin-top: 15px;
}

.card-header{
    border-bottom: 1px solid #EBEBEB;
    display: flex;
}

.card-title{
    border-bottom: 2px solid #1f528d;
    font-size: 1.2em;
    font-weight: bold;
    color: #1f528d;
    padding: 10px 0;
}

.card-body{
    margin-top: 15px;
}

.banner-box .container{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px
}
