@charset "UTF-8";

html,
body {
    font-size: 14px;
    height: 100vh;
}

.float-window {
    position: absolute;
    background-color: transparent;
    z-index: 9999;
    cursor: pointer;
}

.float-window .float-window-close {
    position: absolute;
    right: 5px;
    top: 2px;
    color: white;
}

.header-container {
    height: 240px;
    width: 100%;
}

.header-container .top-bg {
    height: 180px;
    width: 100%;
    background-image: url('./img/bg.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.header-container .menubar {
    height: 60px;
    width: 100%;
    background-color: #BB0000;
    color: white;
    font-size: 20px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}


.section-split {
    background-color: #F9FBFF;
    height: 20px;
    width: 100%;
    margin: 12px 0;
}

.block-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    margin-top: 40px;

}

.block-flex .block-item {
    flex: 1;
}

.homeImg {
    background-image: url('../img/homeImg.png');
    width: 1400px;
    height: 120px;
    margin: 15px 0px;
}

.row-flex {
    display: flex;

    /* flex-wrap: wrap; */
}

.swipe-content {
    width: 640px;
    height: 430px;
    border: 1px solid #EEEEEE;
    border-radius: 10px;
    padding: 20px 20px 0px 20px;
    margin-right: 30px;
    /* width: 50%; */

}

.carousel-indicators {
    background-color: #000000;
    opacity: 0.4;
    padding: 0 10px 0 0;
    height: 40px;
    justify-content: end;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    margin: 0;
    position: absolute;
    bottom: 40px;
}

.carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: 5px 10px;
}

.carousel-item {
    height: 410px;
}

.carousel {
    border-radius: 10px;
    /* overflow: hidden; */
}

.carousel-caption {
    color: #333333;
    font-weight: 600;
    font-size: 18px;
    position: absolute;
    bottom: 0px;
    left: 0;
    padding: 0;
    justify-content: left;
}

.carousel-caption p {
    width: 500px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.column-flex {
    flex: 1;
    width: 50%;
}

.row-flex .column-flex:first-child {
    padding-right: 40px;
}

.row-flex .column-flex:last-child {
    padding-left: 40px;
}

/*@media screen and (max-width: 767px) {*/
/*	.container {*/
/*		padding: 0 10px !important;*/
/*	}*/

/*	.block-flex {*/
/*		flex-wrap: wrap;*/
/*		justify-content: center;*/
/*		align-items: center;*/
/*	}*/

/*	.block-flex .block-item {*/
/*		margin: 5px 0;*/
/*	}*/

/*	.block-flex img {*/
/*		width: 100%;*/
/*	}*/

/*	.row-flex {*/
/*		flex-wrap: wrap;*/
/*	}*/

/*	.column-flex {*/
/*		width: 100%;*/
/*		flex: auto;*/
/*	}*/

/*	.row-flex .column-flex:not(:first-child) {*/
/*		margin-top: 20px;*/
/*	}*/

/*	.row-flex .column-flex:first-child {*/
/*		padding-right: 0;*/
/*	}*/

/*	.row-flex .column-flex:last-child {*/
/*		padding-left: 0;*/
/*	}*/

/*	#other-system {*/
/*		display: none;*/
/*	}*/
/*}*/

.column-flex ul {
    padding-top: 5px;
    position: relative;
    max-width: 100%;
    margin-bottom: 0px;
    overflow: hidden;
}

.column-flex ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 40px;
    font-size: 16px;
}

.column-flex li div {
    white-space: nowrap;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}

.column-flex li div .fas {
    font-size: 16px;
    scale: 0.5;
    width: 16px;
    color: #BB0000 !important;
}

.column-flex .border-bottom {
    padding-bottom: 3px;
}

.column-flex li .date {
    min-width: 85px;
    text-align: right;
    font-size: 16px;
    font-weight: 400;
    color: #999999;
}

.block-flex .system-flex {
    width: 470px;
    height: 320px;
    background: #F7F7F7;
    display: flex;
    /* align-items: center; */
    flex-direction: column;
    padding: 0px 35px;
    border-radius: 20px;
}

.system-flex .title {
    width: 89px;
    height: 299px;
    margin-right: 55px;
    background-image: url('../img/zhengshuchaxun.png');
}

.system-flex .title2 {
    background-image: url('../img/gongzuowang.png');
}

.system-flex .form-title {
    color: #BB0000;
    font-size: 18px;
    font-weight: 600;
    width: 100%;
    margin-top: 10px;
    line-height: 40px;
    border-bottom: 1px solid #DDDDDD;
    margin-bottom: 20px;
}

.system-flex .content {
    display: flex;
    flex-direction: column;
    align-items: center;
    /* justify-content: center; */
    height: 100%;
    padding-left: 10px;
}


.system-flex .content p {
    margin-bottom: 16px;
    width: 100%;
    position: relative;
}

.system-flex .content p img {
    width: 16px;
    height: 16px;
    position: absolute;
    right: 8px;
    top: 8px;
}

#imgVerifyCode {
    width: 68px;
    height: 30px;
    margin-top: -5px;
}

.system-flex .content .error-info {
    margin-bottom: 10px;
    margin-top: -10px;
    width: 100%;
    text-align: right;
    font-size: 14px;
    font-weight: 300;
    color: #BA3228;
    line-height: 16px;
    height: 0px;
}

.system-flex .content label {
    width: 70px;
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 19px;
    display: inline-block;
    word-break: keep-all;
    text-align-last: justify;
}

.system-flex .content input,
.system-flex .content select {
    width: 300px;
    height: 33px;
    border-radius: 4px 4px 4px 4px;
    border: 1px solid #21518E;
    padding: 0 5px;
    border-radius: 20px;
    border: 1px solid #BB0000;
}

.system-flex .content .btn_input {

    font-size: 16px;
    font-weight: 600;
    color: #FFFFFF;
    text-align: center;
    line-height: 20px;
    width: 140px;
    height: 32px;
    background: #BB0000;
    border-radius: 16px;
}

.section-header {
    /* position: relative;
    height: 30px;
    padding-bottom: 3px;
    border-bottom: solid 3px #F4F4F4;
    display: flex;
    justify-content: space-between;
    align-items: center; */

}

.section-header .title {
    font-size: 20px;
    font-weight: 600;
    color: #333333;
    height: 45px;
    width: 130px;
    line-height: 23px;
    /* text-align: center; */
    cursor: pointer;
    padding: 0;
}

.section-header .nav-item {
    margin-top: -15px;

}

.section-header .title img {
    width: 75%;
    height: 9px;
    margin-top: -12px;
}

.section-header .nav-item .active {
    border: 0;
    color: #BB0000;
}

.section-header .active::before {
    background: url('./img/section-header2.png');
    background-size: 100% 100%;
    content: '';
    width: 130px;
    height: 8px;
    display: block;
    position: absolute;
    bottom: -5px;
    text-align: center;
    /* left: 0; */
}

.section-header .active:hover {
    border: 0;
}

.section-header .nav-item .nav-link:hover {
    border: 0;
}

.section-header .title-bg {
    color: #FFFFFF;
    width: 84px;
    background: #21518E;
}



/* .section-header img {
	position: absolute;
	left: 0px;
	bottom: -8px;
	width: 64px;
	height: 8px;
} */

.section-more {
    flex: 1;
    font-size: 16px;
    width: 70px;
    font-weight: 400;
    color: #BB0000;
    line-height: 18px;
    text-align: right;
}

.section-more a {
    display: inline-block;
    border: 1px solid #ffffff;
    margin-right: 20px;
}

.iconMore {
    display: inline-block;
    background-image: url('../img/icon/more.png');
    width: 18px;
    height: 18px;
    line-height: 24px;
    /* margin-top: 5px; */
    position: absolute;

}

.cm-navbar .navbar-nav .nav-link {
    margin-top: 5px;
    font-size: 18px;
    font-weight: bold;
    color: #FFFFFF;
}

.list-unstyled .li {
    /* margin-top: 53px; */
}

.cm-navbar .navbar-nav .nav-item:hover,
.cm-navbar .navbar-nav .nav-item.active {
    background-color: white;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}


.navbar-nav .nav-item:hover .nav-link {
    color: #BB0000;
}
.navbar-light .navbar-nav .nav-link:focus{
    color: #FFFFFF;
}
.navbar-light .navbar-nav .nav-link:hover {
    color: #BB0000;


}

.cm-navbar .navbar-nav .nav-item.active .nav-link {
    color: #BB0000;

}

/* .cm-navbar .navbar-nav .nav-item.active .triangle {
	display: block;
} */

.cm-navbar .navbar-nav .nav-item:hover .sub-nav-bar {
    display: block;
}

.navbar-nav {
    width: 1400px;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

.navbar-nav .nav-item {
    position: relative;
    margin: 5px 5px 0px 0px;
    width: 170px;
    height: 55px;
    flex: 1;
}

/* .nav-item-split {
	width: 2px;
	height: 28px;
	background: linear-gradient(90deg, #3A72BC 0%, #0A192D 100%);
	border-radius: 0px 0px 0px 0px;
} */

.sub-nav-bar {
    display: none;
    list-style-type: none;
    background-color: #21518E;
    padding: 0;
    z-index: 99;
    position: absolute;
    top: 47px;
    width: 100%;
}

.sub-nav-bar li {
    line-height: 38px;
    max-width: 100%;
}

.sub-nav-bar li:hover {
    background-color: #1D4980;
}

.sub-nav-bar li a {
    display: block;
    font-size: 18px;
    color: #FFFFFF;
    padding: 0 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.triangle {
    display: none;
    position: absolute;
    bottom: -3px;
    left: calc(50% - 8px);
    width: 0px;
    height: 0px;
    border: 10px solid transparent;
    border-bottom-color: #FFFFFF;
}

.cm-hidden {
    display: none;
}

.cm-pointer {
    cursor: pointer;
}

.cm-ff-yh {
    font-family: "Microsoft YaHei", 微软雅黑, "MicrosoftJhengHei", serif;
}

.cm-block-head-bottom {
    border-bottom: solid 2px;
    border-color: #007bff;
    display: inline-block;
    padding-bottom: 0.3rem;
}

.cm-trans-bottom {
    width: 100%;
    bottom: 0;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.4);
}

.cm-media-img {
    max-width: 180px;
    max-height: 120px;
}

/*@media screen and (max-width: 767px) {*/
/*	.cm-media-img {*/
/*		max-width: 120px;*/
/*		max-height: 80px;*/
/*	}*/
/*}*/

.cm-link {
    color: #333333;
}

.cm-link:hover {
    color: #0062cc;
}

.es-highlight em {
    color: #dc3545;
    font-style: normal;
}

/* 面包屑 */
.nav-breadcrumb {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #E6EEFF;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
}

.nav-breadcrumb .nowPath {
    font-size: 18px;
    position: relative;
}

.nav-breadcrumb .nowPath .line {
    height: 3px;
    width: 100%;
    position: absolute;
    bottom: 0;
    background-color: #bb0000;
}

.aBreadcrumb .row .col .list-inline-item a {
    color: #bb0000;
}

.list-inline-item:not(:last-child) {
    margin-right: 6px;
    margin-left: 0;
}

.list-inline-item a {
    color: #21518E;
    font-size: 16px;
}

.content-container {
    display: flex;
}

/* 左侧子菜单 */
.left-menu-container {
    min-height: 480px;
    max-height: 600px;
    width: 280px;
    margin-right: 30px;
    background-color: #F2F2F2;
    text-align: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/*@media screen and (max-width: 767px) {*/
/*	.left-menu-container {*/
/*		display: none;*/
/*	}*/
/*}*/

.left-menu-container .left-menu-item {
    width: 200px;
    height: 32px;
    font-size: 16px;
    font-weight: 400;
    color: #21518E;
    line-height: 19px;
}

/* 频道 */
.channel-flex {
    flex: 1;
    max-width: 100%;


}

.channel-ul {
    position: relative;
    max-width: 100%;
    margin-bottom: 0;
}

.channel-ul li {
    display: flex;
    align-items: center;
    padding-top: 5px;
    padding-bottom: 5px;
    max-width: 100%;
    line-height: 40px;
}

.channel-ul li .date {
    padding-left: 15px;
    white-space: nowrap;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 10px;
    font-weight: 400;
    color: #999999;
    line-height: 12px;
}

.channel-ul li .date .date-day {
    font-size: 18px;
    font-weight: 400;
    color: #333333;
    line-height: 21px;
}

.channel-ul li .split-line {
    height: 40px;
    width: 0px;
    opacity: 1;
    border: 1px solid #F4F4F4;
    margin-left: 35px;
    margin-right: 30px;
}

.channel-ul li .title {
    /* white-space: nowrap; */
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333333;
    max-width: 100%;
}

/*@media screen and (max-width: 767px) {*/
/*	.channel-ul li .split-line {*/
/*		margin-left: 10px;*/
/*		margin-right: 10px;*/
/*	}*/
/*}*/

/* 文章article */
.article-container {}

.article-container .main-title {
    font-size: 18px;
    font-weight: 600;
    color: #000000;
    text-align: center;
    width: 100%;
}

.article-container .sub-title {
    font-size: 12px;
    font-weight: 400;
    color: #999999;
    text-align: center;
    padding-bottom: 40px;
    border-bottom: 1px solid #eeeeee;
}

.article-container .sub-title span {
    margin: 0 5px;
}

.article-container .sub-title cite {
    font-style: normal;
}

.article-container .article-content {
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 32px;
}

.article-container .attach-title {
    display: flex;
    align-items: center;
}

.article-container .attach-title .attach-pre {
    width: 4px;
    height: 16px;
    background: #bb0000;
    margin-right: 5px;
}

.article-container .attach-ul {
    margin-left: 45px;
}

.article-container .attach-ul li {
    margin-top: 5px;
    margin-bottom: 5px;
}

.article-container .attach-ul li a {
    font-size: 16px;
    font-weight: 400;
    color: #21518E;
    line-height: 19px;
}

/* 页眉页脚 */
.header-section {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    flex-direction: row;
}

.header-section .headerTitle {
    height: 110px;
    width: 300px;
    background-image: url('../img/headerTitle.png');
    background-size: 100% 100%;

}

.header-title {
    height: 45px;
    font-size: 40px;
    font-weight: 600;
    color: #BB0000;
    line-height: 43px;
    letter-spacing: 3px;
}
.header-title2 {
    height: 30px;
    font-size: 25px;
    font-weight: 400;
    color: #BB0000;
    line-height: 40px;
    letter-spacing: 15px;
}

.header-sub-title {
    font-size: 18px;
    font-weight: 400;
    color: #BB0000;
    line-height: 19px;
    letter-spacing: 3.7px;
}



.link-section {
    align-self: flex-end;
    display: flex;
    justify-content: end;
    align-items: center;
    font-size: 16px;
    color: #333333;

}

.link-section .itemTime {
    margin-bottom: 15px;
    display: inline-block;
    align-self: flex-end;


}

.link-section .item {
    cursor: pointer;
    border: 1px solid #BB0000;
    /* width: 120px; */
    height: 28px;
    padding-right: 10px;
    border-radius: 20px;
    color: #BB0000;
    line-height: 28px;
    text-align: center;
    margin: 0px 5px;
    font-weight: 600;
    display: flex;
}

.iconHome,
.iconCollect,
.iconContact {
    position: relative;
    top: 5px;

    background-size: 100%;
    width: 16px;
    height: 15.9px;
    margin: 0px 10px;
}

.iconHome {
    background-image: url('../img/icon/home.png');
}

.iconCollect {
    background-image: url('../img/icon/collect.png');
}

.iconContact {
    background-image: url('../img/icon/contact.png');
}

.link-section .item a {
    color: #21518E;
}



.link-section .split-line:last-child {
    display: none;
}

.swiper-container {
    width: 1400px;
    height: 200px;
    background-color: #F7F7F7;
    border-radius: 10px;
    display: flex;
    align-self: center;
    justify-content: center;
}

.swiper-container .swiper-wrapper {
    width: 1300px;
    height: 140px;
    /* overflow: hidden; */
    margin-top: 30px;
}

.swiper-container .swiper-wrapper .swiper-slide {
    margin-right: 50px;
    width: 400px;
    height: 140px;
}

.swiper-container .swiper-button-next {
    background-image: url('../img/icon/arrowRight.png');
    right: 0;

}

.swiper-container .swiper-button-prev {
    background-image: url('../img/icon/arrowLeft.png');
    left: 0;
    background-position: 10px 0px;
}

.swiper-container .swiper-button-next,
.swiper-container .swiper-button-prev {
    top: 108px;
    height: 24px;
    width: 40px;
    background-repeat: no-repeat;

}

.swiper-button-next::after,
.swiper-button-prev::after {
    display: none;
}

/* @media (max-width: 760px) {
	.swiper-button-next {
		right: 20px;
		transform: rotate(90deg);
	}

	.swiper-button-prev {
		left: 20px;
		transform: rotate(90deg);
	}
} */

.footer-parent {
    height: 176px;
    width: 100%;
    /* padding-top: 30px; */
    clear: both;
}

.footer-container {
    background-color: #333333;
    height: 230px;
    width: 100%;
}

.footer-container .footer-content {
    font-size: 14px;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #ffffff;
    padding-bottom: 10px;
}

.footer-content .link-section {
    display: flex;
    justify-content: flex-start;
    line-height: 40px;
    height: 50px;
    border-bottom: 1px solid #E8EDF3;
    width: 100%;
}

.footer-content .link-section .item {
    border: 0;
    font-size: 16px;
    font-weight: 400;
    width: 74px;


}

.footer-content .link-section .split-line {
    border-left: 1px solid #ffffff;
    width: 1px;
    height: 20px;
    margin: 0px 30px;

}

.footer-content .link-section .item a {
    border: 0;
    color: #FFFFFF;
}

.footer-content .info-section {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
}


.footer-content .info-section .info {
    margin-top: 20px;
}

.footer-content .info-section .info div {
    margin-bottom: 10px;
    line-height: 24px;
    font-size: 16px;
}

.footer-content .info-section .other {
    display: flex;
    flex-direction: row;
    align-self: center;
}


.footer-content .info-section .sydw {
    width: 71px;
    height: 72px;
    background-image: url('./img/newsimg1.jpg');
    background-size: 100%;
    margin-top: 10px;
    margin-right: 20px;
}

.footer-content .info-section .other .zfwz {
    width: 110px;
    height: 60px;
    background-image: url('./img/zhengfuwangzhan.png');
    background-repeat: no-repeat;
    margin-left: 20px;
    margin-top: 10px;
}

.footer-content .split-section {
    width: 100%;
    height: 1px;
    background: #E8EDF3;
    margin-top: 15px;
    margin-bottom: 10px;
}

.footer-content .extra-section {
    line-height: 20px;
    font-size: 16px;
}

.footer-content .extra-section span {
    margin: 0 10px;
}

/*@media screen and (max-width: 767px) {*/
/*	.footer-content .link-section {*/
/*		align-self: center;*/
/*		margin-top: 10px;*/
/*		margin-bottom: 10px;*/
/*	}*/

/*	.footer-content .info-section .info {*/
/*		display: none;*/
/*	}*/

/*	.footer-content .extra-section span:not(:first-child) {*/
/*		display: none;*/
/*	}*/
/*}*/

/* 分页控件 */
.pagination {
    margin-top: 45px;
    line-height: 25px;
    justify-content: center;
}

.pagination .page-count {
    font-size: 12px;
    font-weight: 400;
    color: #000000;
    margin-right: 30px;
}

/*@media screen and (max-width: 767px) {*/
/*	.pagination .page-count {*/
/*		display: none;*/
/*	}*/
/*}*/

.pagination .page-count span {
    color: #000000;
    margin: 0 5px;
}

.page-link {
    padding: 0 13px;
    margin: 0 4px;
    line-height: 23px;
    color: #BB0000;
    background-color: #fff;
    border: 1px solid #BB0000;
    height: 25px;
    border-radius: 4px 4px 4px 4px;
}

.page-link:hover {
    z-index: 2;
    color: #FFFFFF;
    background-color: #BB0000;
    border-color: #dee2e6;
}

/*手机菜单*/
.mobile-header-container {
    display: none;
    background-color: white;
    height: 44px;
    padding: 0 10px;
    box-shadow: 0 0 5px rgba(115, 115, 115, .25);
}

.mobile-header-container .title {
    line-height: 44px;
    font-size: 20px;
    font-weight: bold;
    color: #21518E;
}

/*@media screen and (max-width: 767px) {*/
/*	.header-container {*/
/*		display: none;*/
/*	}*/

/*	.mobile-header-container {*/
/*		display: block;*/
/*	}*/
/*}*/

#toggler {
    display: none;
}

.hamburger-contanier {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 16px;
    right: 1rem;
}

.hamburger-contanier span {
    display: block;
    height: 2px;
    background-color: #444444;
    position: relative;
    transition: transform .1s ease-in-out, top .1s ease-in-out .1s;
    top: 0;
}

.hamburger-contanier span:nth-child(2) {
    margin-top: 7px;
    padding: 0;
}

#toggler:checked+label .hamburger-contanier span:nth-child(1) {
    transform: rotate(45deg);
    top: 4px;
    transition: top .1s ease-in-out, transform .1s ease-in-out .1s;
}

#toggler:checked+label .hamburger-contanier span:nth-child(2) {
    transform: rotate(-45deg);
    top: -4px;
    transition: top .1s ease-in-out, transform .1s ease-in-out .1s
}

.mask {
    width: 100%;
    height: 100vh;
    background-color: black;
    position: absolute;
    top: 44px;
    left: 0;
    transform: scaleY(0);
    transition: transform .0s ease-in-out .2s, opacity .2s ease-in-out .2s;
    transform-origin: 50% 0;
    opacity: 0;
}

.nav-items {
    border-top: 1px #dddddd solid;
    background-color: rgba(255, 255, 255, 255);
    width: 100%;
    height: 60vh;
    position: absolute;
    top: 44px;
    left: 0;
    transform: scaleY(0);
    transition: transform .2s ease-in-out .2s, opacity .2s ease-in-out .2s;
    transform-origin: 50% 0;
    opacity: 0;
    overflow: auto;
    z-index: 20;
}

#toggler:checked~.nav-items {
    transform: scaleY(1);
    opacity: 1;
}

#toggler:checked~.mask {
    transform: scaleY(1);
    opacity: 0.6;
}

.nav-items ul {
    list-style: none;
    padding: 0 0 0 1rem;
    color: #666666;
}

.items {
    margin-top: 1rem;
}

.items>li {
    margin: .5rem 0;
}

.items li ul li {
    margin: .8rem;
}

.items p {
    margin: 0;
    padding: 0;
}

.items p a {
    font-size: 16px;
    color: #666666;
}

.items .first-menu a {
    color: #21518E;
}

.page-item.active .page-link {
    color: #BB0000;
    background-color: white;
}

.num a {
    color: #000000;
}

.num .page-link:hover {
    color: #BB0000;
    background-color: white;
}

.back {
    display: flex;
    justify-content: center;
    padding: 120px 0px 60px 0px;
}

.back .backList {
    width: 180px;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    text-align: center;
    border: 1px solid #bb0000;
    cursor: pointer;
}

.back .backList:hover {
    color: #BB0000;
}
.custom-control-input:checked~.custom-control-label::before{
    background-color: #BB0000 !important;
    border: #BB0000;
}
