.banner {
    width: 100%;
    height: 100%;
}

.banner_warp {
    margin-bottom: .2rem;
}

.nav {
    background: #0165b1;
    text-align: center;
    margin-bottom: .2rem;
}

.home_crumb {
    margin-bottom: .2rem;
}

.navbar {
    display: flex;
    padding: 0;
}

.nav-item {
    flex: 1;
    line-height: 40px;

}

.nav-item a {
    color: #fff;
}

.layui-carousel-ind {
    top: -28px;
    text-align: right;
}

.layui-carousel-ind ul {
    background-color: transparent;
}

.description {
    width: 100%;
    display: block;
    position: absolute;
    box-sizing: border-box;
    bottom: 0px;
    padding: .1rem;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.7);
}

.cont_item {
    margin-bottom: .2rem;
    width: 100%;
    display: flex;
}

.cont_item1 {
    margin-bottom: .2rem;
    width: 100%;
    padding: .2rem 0;
    background: #f2f2f2;
}

.swiper {
    max-width: 100%;
    max-height: 100%;
}
.layui-div {
  display: flex;
  justify-content: center;
  align-items: center;
  height: calc( 4rem - 41px);
}

.cont_item .cont_item_left {
    margin-right: .2rem;
}

.cont_item_title {
    display: flex;
    margin-bottom: .3rem;
}

.title_item {
    font-size: 18px;
    color: #0165b1;
    margin-right: .4rem;
    font-weight: bold;
    padding: .1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.title_active {
    background: #0165b1;
    color: #fff;
    border-radius: 4px;
}

.title_active a {
    width: 100%;
    height: 100%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cont_item1 .item {
    width: 50%;
}

.cont_cont {
    position: relative;
    font-size: 24px;
    color: #252525;
    border-bottom: 1px solid #d8d8d8;
    padding-bottom: 5px;
    width: 100%;
    font-weight: bold;
    margin-bottom: .2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cont_cont::before {
    content: '';
    position: absolute;
    display: inline-block;
    width: 1rem;
    height: 1px;
    bottom: -3px;
    border-bottom: 4px solid #0165b1;
}

.more {
    font-size: 12px;
    color: #888;
}

/* .cont_item1 .cont_cont::before{
    width: 1rem;
}
.cont_item2 .cont_cont::before{
    width: 1rem;
} */
.cont_item3 {
    margin-bottom: .3rem;
}

.item1_cont {
    display: flex;
}

.data {
    min-width: 1.4rem;
    max-width: 1.4rem;
    height: 1rem;
    margin-right: 20px;
    background: #0165b1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.day {
    font-size: .32rem;
    margin-bottom: .1rem;
}

.year {
    font-size: .16rem;
}

.item1_left {
    display: flex;
    width: 50%;
}

.item1_info {
    display: flex;
    flex-direction: column;
    padding: 5px 0;
    margin-right: 50px;
}

.item1_title {
    font-size: 16px;
    color: #0165b1;
    font-weight: bold;
    /* margin-bottom: 15px;*/
}

.item1_content {
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.item1_right ul li {
    margin-bottom: 10px;
    font-size: 16px;
    color: #252525;
    list-style: disc;
}

.cont_item2 .item {
    box-sizing: border-box;
}

.cont_item2 .item:first-child {
    margin-right: 40px;
    width: 65%;
}

.cont_item2 .item:last-child {
    width: 35%;
}

.list {
    display: none;
}

.cont_item .list_show {
    display: block;
    max-height: 312px;
    overflow: hidden;
}

.list li:not(:last-child) {
    margin-bottom: .2rem;
}

.item4 {
    display: flex;
    justify-content: space-between;

}

.item4_img {
    width: 538px;
    margin-bottom: 10px;
}

.item4_div {
    width: 528px;
    padding: 0 20px;
    box-sizing: border-box;
}

.cont_item2 {
    display: flex;
    margin-bottom: 20px;
}

.footer_img {
    margin-bottom: 20px;
}

.footer_info {
    text-align: center;
    font-size: .12rem;
    color: #fff;
    padding: .1rem 0;
    background: #010102;
}

.footer_info span {
    margin-right: .2rem;
}

.active {
    background: #01518e;
}

.crumb {
    margin-right: 20px;
}

.cnav-item {
    width: 200px;
    background: #f6f6f6;
    text-align: center;
    margin-bottom: 5px;
    font-weight: 500;
}

.cont_active {
    background: #951e15;

}

.cont_active a {
    color: #fff;
}

.list_cont {
    display: flex;
    padding-top: 20px;
}

.list_cont .cont_item {
    width: 200px;
}

.list_cont .list_item {
    padding-left: 30px;
    flex: 1;
}

#demo20 {
    text-align: right;
}

.cnav-item a {
    display: inline-block;
    width: 200px;
    height: 60px;
    line-height: 60px;
}

.cont_detail {
    padding-left: 30px;
}

.cont_detail .title {
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 20px;
    padding-left: 30px;
}

.cont_detail .tip {
    font-size: 13px;
    padding: 5px 0;
    text-align: center;
    background: #f8e9e8;
    margin-bottom: 20px;
}

.cont_detail .tip span {
    margin-right: 40px;
}

.content {
    text-indent: 2em;

}

.content div {
    margin-bottom: 20px;
}

.layui-laypage .layui-laypage-curr .layui-laypage-em {
    background-color: #951e15;
}

.cont_warp {
    display: flex;
}

.cont_left {
    width: 70%;
}

.cont_right {
    width: 30%;
    background: #f6f6f6;
    border-top: 2px solid #0165b1;
    box-sizing: border-box;
    padding: 10px;
    height: 500px;
}

.right_title {
    font-size: 16px;
    color: #0165b1;
    font-weight: bold;
    margin-bottom: 20px;
}

.cont_right img {
    width: 100%;
    margin-bottom: 20px;
}

.cont_title {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 30px;
}

.tab {
    margin-left: 15px;
    font-size: 14px;
    margin-right: 15px;
    color: #676767;
}

.tab:first-child {
    margin-left: 30px;
}

.tab::after {
    content: '';
    height: 14px;
    width: 2px;
    display: inline-block;
    margin-left: 20px;
    background: #676767;
    position: absolute;
    top: 7px;
}

.tab:last-child::after {
    display: none;
}

.tab_active {
    color: #0165b1;
}

.cont_list {
    display: none;
}

.list_show {
    display: block;
}

.cont_list li {
    margin-bottom: 10px;
}

.item2_nav {
    display: flex;
    justify-content: space-between;
    font-weight: bold;
    color: #252525;
    padding-bottom: .2rem;
    margin-bottom: .2rem;
    border-bottom: 1px solid #e6e4e4;
}

.item2_list {
    display: flex;
    justify-content: space-between;
}

.item2_list ul {
    width: 46%;
}

.item2_list ul li {
    list-style: disc;
    margin-bottom: 25px;
}

.item2_list_title {
    font-size: 14px;
    color: #0165b1;
}

.item2_imgs img {
    margin-bottom: 10px;
    width: 3.8rem;
}

.item3_swiper .swiper-container {
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding: .2rem 0 .4rem;
}

.item3_swiper .swiper-button-prev,
.swiper-container-rtl .swiper-button-next,
.item3_swiper .swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    top: 45px;
}

.swiper-container .swiper-slide {
    text-align: center;
    font-size: .18rem;
    height: 52px;
    width: 102px;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    transition-property: all;
    width: 100px;
}

.swiper-slide img {
    width: 100px;
    height: 50px;
    border: 1px solid #ccc;
}

.item3_list {
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
    box-sizing: border-box;
}

.item3_list_item {
    width: 33%;
    margin-right: 10px;
}

.item3_list_item_title {
    font-size: 16px;
    font-weight: bold;
    color: #000;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #828282;
}

.item3_list_item_info {
    margin-bottom: 10px;
    font-size: 16px;
}

.cont_item4 {
    padding: 20px 0;
    background: #f2f2f2;
    margin-bottom: 40px;
}

.cont_item4 .cont_cont {
    display: flex;
    justify-content: space-between;
}

.item4_title_item span {
    display: inline-block;
    padding: 5px 10px;
    background: #7fbdf1;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    border-radius: 5px;
}

.item4_title_item_active span {
    background: #0165b1;
}

.item4_list {
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
    display: none;
}

.cont_item4 .list_show {
    display: flex;
}

.item4_list ul {
    width: 30%;
}

.item4_list ul li {
    list-style: disc;
    margin-bottom: 20px;
}

.item5_cont {
    display: flex;
}

.item5_left {
    width: 50%;
    height: 406px;
}

.item5_nav_warp {
    width: 4.5rem;
    padding: .05rem 0;
    height: 3.9rem;
    background: url('../image/000-6.png') 0 0 no-repeat;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    color: #fff;
    align-items: center;
    box-sizing: border-box;
}

.item5_right {
    width: 50%;
    display: none;
}

.cont_item5 .list_show {
    display: block;
}

.item5_nav_warp .item_nav {
    font-size: 24px;
    width: 3.5rem;
    margin-left: 2rem;
    padding: 10px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.item5_nav_warp .item_nav a {
    color: #fff;
}

.item5_nav_warp .item_nav_active {
    background: #0165b1;
}

.item5_right_item {
    display: flex;
    margin-bottom: 20px;
}

.item5_item_left {
    height: 60px;
    min-width: 60px;
    max-width: 60px;
    background: #e6e6e6;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
    flex-direction: column;
}

.item5_year {
    color: #686868;
    margin-bottom: 10px;
    font-size: 12px;
}

.item5_day {
    color: #000;
    font-size: 18px;
}

.item5_title {
    font-size: 14px;
    font-weight: 500;
    color: #252525;
    margin-bottom: 10px;
    width: 4.8rem;
}

.item5_info {
    font-size: 12px;
    color: #a8a8a8;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.item6_title {
    font-size: 14px;
    font-weight: 400;
}

.item6_title .item6_tit {
    display: inline-block;
    margin-right: .15rem;
    margin-left: .15rem;
    font-size: .12rem;
}

.item6_title .item6_tit::after {
    content: '';
    height: .12rem;
    width: 1px;
    display: inline-block;
    margin-left: .2rem;
    background: #252525;
    position: absolute;
    top: 10px;
}

.item6_title .item6_tit:last-child::after {
    display: none;
}

.item6_list {
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
    display: none;
}

.item6_tit_active a {
    color: #0165b1;
}

.cont_item6 .list_show {
    display: flex;
}

.cont_item6 {
    margin-bottom: 40px;
}

.item6_list ul {
    width: 40%;
    min-height: 210px
}

.item6_list ul li {
    list-style: disc;
    margin-bottom: 20px;
}

.nav-item>a {
    font-size: 20px;
}
