.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: 650px;
}

.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: #0165b1;

}

.cont_active a {
    color: #fff;
}

.list_cont {
    display: flex;
    margin-top: 20px;
    min-height: 100vh;
}

.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;
    margin-bottom: 20px;
    width: 100%;
}

.cont_detail .title {
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 20px;
    text-align: center;
}

.cont_detail .tip {
    font-size: 13px;
    padding: 5px 0;
    text-align: center;
    background: #E5EFF7;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
}

.cont_detail .tip span {
    margin-right: 40px;
}

.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;
    height: 620px;
}

.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;
}

.footer_cont {
    display: flex;
    padding: 20px;
    background: #6f7c80;
}

.footer_left {
    color: #e1e3e3;
    width: 45%;
    padding: 20px 0px 0px 100px;
    box-sizing: border-box;
}

.footer_add {
    font-size: 14px;
    margin-bottom: 5px;
}

.footer_phone {
    font-size: 14px;
    margin-bottom: 5px;
}

.footer_email {
    font-size: 14px;
}

.footer_list {
    margin-bottom: 30px;
}

.footer_list span {
    font-size: 16px;
    margin-right: 15px;
    position: relative;
    margin-left: 15px;
}

.footer_list span:first-child {
    margin-left: 0px;
}

.footer_list span:last-child::after {
    display: none;
}

.footer_list span::after {
    content: '';
    height: 14px;
    width: 1px;
    display: inline-block;
    margin-left: 20px;
    background: #e1e3e3;
    position: absolute;
    top: 2px;
}

#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;
}

.layui-laypage .layui-laypage-curr .layui-laypage-em {
    background-color: #0165b1;
}

#re_list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.event_item {
    width: 22%;
    margin-bottom: 40px;
    -webkit-line-clamp: 3 !important;
}

.resouce-list .event_item .item_info {
    min-height: 42px;
}

.resouce-list .event_item a {
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
}

.resouce-list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

/* 如果最后一行是3个元素 */
.resouce-list .event_item:last-child:nth-child(4n - 1) {
    margin-right: calc(22% + 12% / 3);
}

/* 如果最后一行是2个元素 */
.resouce-list .event_item:last-child:nth-child(4n - 2) {
    margin-right: calc(44% + 24% / 3);
}

.list_img {
    margin-bottom: 10px;
}

.event_item img {
    width: 100%;
}

.content img {
    max-width: 100% !important;
    height: auto;
}

.download {
    margin-top: 30px;
}

.download p {
    font-size: 18px;
    font-weight: bold;
}

.download-a a {
    font-size: 18px;
    color: #0165B1!important;
    text-decoration: underline;	
    margin-left: 2em;
}
