.header {
    
}
.banner {
    width: 100%;
}
.nav {
    background: #0165b1;
    text-align: center;
    margin-bottom: 20px;
}
.home_crumb {
    margin-bottom: 20px;
}
.navbar {
    display: flex;
}
.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: 10px;
    color: #fff;
    background-color: rgba(0,0,0,0.7);
}
.cont_item {
    margin-bottom: 20px;
    width: 100%;
}
.cont_item1 {
    margin-bottom: 20px;
    width: 100%;
}
.swiper {
   width: 6.9rem;
}
.cont_item .item {
    padding-left: 20px;
    flex: 1;
}
.cont_item1 .item {
    width: 50%;
}
.cont_cont {
    position: relative;
    font-size: 18px;
    color: #252525;
    border-bottom: 1px solid #ececec;
    padding-bottom: 5px;
    width: 100%;
    font-weight: 600;
    margin-bottom: 20px;
}
.cont_cont::before{
    content: '';
    position: absolute;
    display: inline-block;
    width: 75px;
    height: 1px;
    bottom: -3px;
    border-bottom: 4px solid #0165b1;
}

.cont_item1 .cont_cont::before{
    width: 75px;
}
.cont_item2 .cont_cont::before{
    width: 75px;
}
.cont_item3 .cont_cont::before{
    width: 75px;
}
.cont_item4 .cont_cont::before{
    width: 110px;
}
.cont_item3 {
    margin-bottom: 20px;
}
.cont_item4 {
    margin-bottom: 20px;
}
.list li {
    margin-bottom: 20px;
}
.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 {
    margin-bottom: 20px;
}
.footer_img {
    margin-bottom: 20px;
}

.footer_info {
    text-align: center;
    font-size: 12px;
    color: #fff;
    padding: 10px 0;
    background: #010102;
}
.footer_info span {
    margin-right: 20px;
}
.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;
    min-height: 100vh;
}
.cont_left {
    width: 70%;
}
.cont_right {
    width: 30%;
    background: #f6f6f6;
    border-top: 2px solid #0165b1;
    box-sizing: border-box;
    height: 700px;
}
.right_title {
    font-size: 16px;
    color: #0165b1;
    font-weight: 600;
    margin-bottom: 20px;
    padding: 10px 10px 0;
}
.cont_right img {
    width: 100%;
    margin-bottom: 20px;
}
.cont_title {
    font-size: 28px;
    font-weight: 600;
    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;
}

#test10 {
    margin-bottom: 20px;
}
.right_info {
    line-height: 25px;
    text-align: justify;
    padding: 0 10px;
}
.right_item {
    margin-top: 20px;
    border-top: 2px solid #0165b1;
    padding: 10px;
}
.right_item_title {
    font-size: 16px;
    color: #0165b1;
    font-weight: 600;
    margin-bottom: 20px;
}
