body {
    font-size: 14px;
}

* {
    margin: 0;
    padding: 0;
}

ul,
li {
    margin: 0;
    padding: 0;
    list-style: none;
}

hr {
    margin: 0;
    height: 1px;
}

img {
    border: none;
}

a:link,
a:visited {
    text-decoration: none;
    color: #424242;
}

a:hover,
a:active {
    text-decoration: none;
    color: #b21f24;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}

@font-face {
    font-family: STXingkai;
    src: url('../font/STXingkai.ttf'), url('../font/STXingkai.eot');
}

.carousel-item {
    transition: -webkit-transform 0.6s ease;
    transition: transform 0.6s ease;
    transition: transform 0.6s ease, -webkit-transform 0.6s ease;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
    display: block;
}

.carousel-vertical .carousel-inner .carousel-item-next.carousel-item-left,
.carousel-vertical .carousel-inner .carousel-item-prev.carousel-item-right {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.carousel-vertical .carousel-inner .active.carousel-item-left,
.carousel-vertical .carousel-inner .carousel-item-prev {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}

.carousel-vertical .carousel-inner .active.carousel-item-right,
.carousel-vertical .carousel-inner .carousel-item-next {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
}

.tooltip-inner {
    padding: 4px;
    background-color: white;
}

.bs-tooltip-top .arrow::before,
.bs-tooltip-auto[x-placement^="top"] .arrow::before {
    border-top-color: #fff;
}


.top-wrap {
    width: 100%;
    background-image: linear-gradient(#c41015, #ba292c);
    display: flex;
    justify-content: center;
    align-items: center;
}

.top {
    width: 1200px;
    height: 130px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    display: flex;
    align-items: center;
}

.logo img {
    height: 70px;
    align-items: center;
}

.logo span {
    display: flex;
    align-items: center;
    margin-left: 20px;
    padding-left: 20px;
    height: 50px;
    font-size: 33px;
    color: #fff;
    font-family: STXingkai;
    
}

.tool {
    width: 500px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    color: #fff;
}

.tool>.text a {
    color: #fff;
    margin: 0 8px;
}

.tool-search {
    margin-left: 10px;
}

.tool .form-inline>.form-control {
    display: inline-block;
    width: 180px;
    vertical-align: middle;
    border-Radius: 0;
}

.tool-search button {
    border-Radius: 0;
}

.menu-wrap {
    width: 100%;
    background-image: linear-gradient(#ffffff, #dbdbdb);
    border-top: 1px solid #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.menu {
    width: 1200px;
    font-size: 16px;
}

.menu li {
    font-weight: bold;
}

.menu>.nav-pills>li:hover .dropdown-menu {
    display: block;
    margin-top: -1px;
    border-Radius: 0;
}

.menu>.nav-pills .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 8px 0;
    margin-top: 0px;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: rgba(255, 255, 255, 0.9);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 0;
}

.menu>.nav-pills .dropdown-items-1 {
    width: 160px;
    line-height: 32px;
}

.menu>.nav-pills .dropdown-items-1 a {
    display: block;
    width: 160px;
    float: left;
    display: block;
    padding: 5px 25px;
    text-align: inherit;
    white-space: nowrap;
    border-Radius: 0;
}

.menu>.nav-pills .dropdown-items-1 a:hover,
.menu>.nav-pills .dropdown-items-1 a:focus {
    background-color: #b21f24;
    color: white;
    border-Radius: 0;
}

.menu>.nav-pills .dropdown-items-2 {
    width: 340px;
    line-height: 32px;
}

.menu>.nav-pills .dropdown-items-2 a {
    display: block;
    width: 170px;
    float: left;
    display: block;
    padding: 5px 25px;
    text-align: inherit;
    white-space: nowrap;
}

.menu>.nav-pills .dropdown-items-2 a:hover,
.menu>.nav-pills .dropdown-items-2 a:focus {
    background-color: #b21f24;
    color: white;
    border-Radius: 0;
}

.menu>.nav-pills .nav-link {
    line-height: 45px;
    border-Radius: 0;
    padding: 0;
}

.menu>.nav-pills .nav-link.active {
    background-image: linear-gradient(#ffffff, #e9e9e9);
    border-bottom: 3px solid #b21f24;
    color: #b21f24;
}

.menu>.nav-pills .nav-link:hover {
    background-image: linear-gradient(#ffffff, #e9e9e9);
    border-bottom: 3px solid #b21f24;
    color: #b21f24;
}

.menu>.nav-pills .show>.nav-link {
    background-color: #efefef;
    border-bottom: 3px solid #b21f24;
}

.slides {
    width: 100%;
}

.slides .carousel-item {
    height: 450px;
}

.slides .carousel-item img {
    height: 450px;
    object-fit: cover;
}

.slides .carousel-indicators li {
    width: 65px;
    height: 3px;
}

.slides .iconfont {
    font-size: 3rem;
}

.news-wrap {
    width: 100%;
    background-color: #fff;
    display: flex;
    justify-content: center;
}


.news {
    width: 1200px;
    margin: 40px 0 50px;
    display: flex;
    justify-content: space-between;
}

.news>.item {
    width: 370px;
    background-color: #fff;
}

.news>.item>.title {
    width: 100%;
    margin: 20px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 40px;
    text-transform: capitalize;
}

.news>.item>.title>.text {
    font-size: 14px;
    color: #8a8a8a;
    font-style: italic;
}

.news>.item>.title>.text span {
    display: inline-flex;
    align-items: center;
    margin-right: 10px;
    font-size: 17px;
    height: 40px;
    color: #000;
    font-style: normal;
    font-weight: bold;
    border-bottom: #b21f24 3px solid;
}

.news>.item>.title>.more {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 40px;
    font-size: 30px;
    color: #b5b5b5;
}

.news>.item>.content {
    margin: 12px 0;
}

.news>.item>.content li {
    width: 100%;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    height: 32px;
}

.news>.item>.content .point {
    font-size: 13px;
    margin-right: 5px;
    color: #afafaf;
}

.news>.item>.content li>.datetime {
    color: #afafaf;
    font-size: 13px;
}

.news>.item .content-cal {
    margin-top: 15px;
}

.news>.item .content-cal-ul .list {
    width: 100%;
    margin: 6px 0;
    overflow: hidden;
    display: flex;
    justify-content: flex-start;
}

.news>.item .content-cal-ul .list>.text {
    display: flex;
    align-items: center;
    overflow: hidden;
}

.news>.item .date {
    display: flex;
    flex-direction: column;
    flex: none;
    margin-right: 10px;
    width: 40px;
    height: 40px;
    background-color: #ebebeb;
    justify-content: center;
    align-items: center;
}

.news>.item .date .date-day {
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: #fff;
    height: 20px;
    background-color: #b21f24;
}

.news>.item .date .date-month {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    font-size: 12px;
    height: 20px;
    color: #b21f24;
    transform: scale(0.75);
}



.calendar {
    width: 370px;
}

.calendar-container {
    width: 100%;
}

.calendar .added-event {
    display: none;
}

.calendar-box {
    position: relative;
    display: inline-block;
    z-index: 2;
}

.calendar-pages {
    position: relative;
    padding-bottom: 15px;
}

.calendar-pages>.header {
    text-align: center;
    background: #b21f24;
    position: relative;
}

.add-dot {
    position: absolute;
    bottom: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.add-dot h1 {
    font-size: 13px;
    color: #b21f24;
}

.add-dot .prev,
.add-dot .next {
    width: 16px;
    height: 16px;
    cursor: pointer;
    font-size: 14px;
    line-height: 16px;
    color: #b21f24;
}

.calendar-pages>.header .day-names {
    overflow: hidden;
    text-align: center;
    display: flex;
    justify-content: space-between;
    margin: 0 !important;
    height: 30px;
    line-height: 30px;
}

.calendar-pages>.header h2 {
    width: 53px;
    font-size: 15px;
    text-align: center;
    height: 30px;
    color: #fff;
    line-height: 30px;
    border-right: 1px solid #fff;
}

.calendar-pages>.header h2:last-child {
    border-right: 0 !important;
}

.calendar .header h2:first-child {
    background: none !important;
}

.calendar .days {
    margin-bottom: 20px;
    text-align: center;
}

.calendar .days .day {
    display: inline-block;
    width: 52px;
    height: 30px;
    font-size: 15px;
    border-top: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    line-height: 30px;
    cursor: pointer;
    position: relative;
}

.calendar .days {
    border-left: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
}

.calendar .days .day:hover {
    background-color: #efefef;
}

.calendar .days .day:nth-child(7n+1) {
    border-left: 0 solid #e0e0e0;
}

.calendar .days .day:nth-child(7n) {
    border-right: 0 !important;
}

.calendar .days .day:nth-child(1),
.calendar .days .day:nth-child(2),
.calendar .days .day:nth-child(3),
.calendar .days .day:nth-child(4),
.calendar .days .day:nth-child(5),
.calendar .days .day:nth-child(6),
.calendar .days .day:nth-child(7) {
    border-top: 0 !important;
}

.calendar .days .day:nth-last-child(1),
.calendar .days .day:nth-last-child(2),
.calendar .days .day:nth-last-child(3),
.calendar .days .day:nth-last-child(4),
.calendar .days .day:nth-last-child(5),
.calendar .days .day:nth-last-child(6),
.calendar .days .day:nth-last-child(7) {
    border-bottom: 1px solid #e0e0e0;
}

.calendar .days .day>.event-single {
    display: none;
}

.calendar .days .day i {
    position: absolute;
    left: 0;
    top: 0;
    width: 48px;
    height: 30px;
    display: inline-block;
}

.calendar .circle {
    position: absolute;
    right: 0;
    top: 2px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #b21f24;
}

.calendar .add-event {
    float: right;
    display: none;
    width: 250px !important;
    position: absolute;
    background: #ece9e3;
}

.calendar .add-event:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #ece9e3;
    border-left: 15px solid transparent;
    top: -15px;
    left: 50px;
}

.calendar .events {
    height: auto !important;
    position: relative;
}

.calendar .events .events-list {
    max-height: 100%;
    overflow-x: auto;
    padding: 2px 2px 0 2px;
    position: relative;
    z-index: 2;
}

.calendar .events .event-single {
    border-bottom: 1px solid #cfccc4;
    padding: 5px;
}

.calendar .events .event-single p {
    line-height: 25px;
    font-weight: bold;
    margin: 0;
    padding: 0;
}

.calendar .events .event-single span {
    font-size: 13px;
    line-height: 20px;
}

.shortcut-wrap {
    width: 100%;
    background-color: #f2f2f2;
    height: 230px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.shortcut {
    color: #fff;
    width: 1200px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.shortcut>.item {
    display: inline-flex;
    width: 215px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #424242;
    background-image: linear-gradient(#f9f9f9, #d8d8d8);
    border: 1px solid #e1e1e1;
    height: 120px;
}

.shortcut>.item>span {
    font-size: 38px;
    color: #b21f24;
}

.friendlink-wrap {
    width: 100%;
    background-image: linear-gradient(#98050a, #ad1a1f);
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.friendlink {
    color: #fff;
    width: 1200px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.friendlink>.item {
    display: inline-flex;
    width: 250px;
    flex-wrap: nowrap;
    align-items: center;
}

.friendlink>.item>span {
    font-size: 25px;
    margin-right: 20px;
}

.friendlink>.item>.title {
    font-size: 16px;
    font-weight: bold;
}

.friendlink>.item>select {
    border: 1px;
}

.friendlink>.item>.select>option{
    color:#424242
}

.friendlink>.item>.select {
    background-color: rgba(0, 0, 0, 0);
    color: #fff;
    border: thin solid #fff;
    text-align: center;
    border-radius: 0;
    height: 28px;
}

.bottom-wrap {
    width: 100%;
    background-image: linear-gradient(#f7f7f7, #c8c8c8);
    height: 130px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bottom {
    color: #424242;
    width: 1200px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.bottom>span {
    height: 25px;
    display: flex;
    align-items: center;
}


.list-wrap {
    width: 100%;
    display: flex;
    justify-content: center;
}

.list {
    width: 1200px;
    margin: 20px 0;
    display: flex;
    justify-content: space-between;
}

.list-l {
    width: 250px;
    display: flex;
    flex-direction: column;
}

.list-l>.nav {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.list-l>.nav>.title {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    height: 60px;
    background-color: #b21f24;
    border-bottom: 3px solid #cd3226;
}

.list-l>.nav>.title .iconfont {
    font-size: 2rem;
    margin-right: 10px;
    line-height: 60px;
    display: block;
    float: left;
}

.list-l>.nav>.title .icontext {
    font-size: 1.2rem;
    line-height: 60px;
    display: block;
    float: left;
}

.list-l>.nav>.content li {
    background-color: #f2f2f2;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-bottom: 1px solid #e4e4e4;
    font-size: 1rem;
}

.list-l>.link {
    width: 100%;
    margin: 20px 0;
}

.list-l>.link>.title {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    height: 60px;
    background-color: #9ca4b6;
    border-bottom: 3px solid #c2c7d2;
}

.list-l>.link>.title .iconfont {
    font-size: 2rem;
    margin-right: 10px;
    line-height: 60px;
    display: block;
    float: left;
}

.list-l>.link>.title .icontext {
    font-size: 1.2rem;
    line-height: 60px;
    display: block;
    float: left;
}

.list-l>.link>.content li {
    background-color: #f2f2f2;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-bottom: 1px solid #e4e4e4;
    font-size: 1rem;
}

.list-r {
    width: 920px;
    display: flex;
    flex-direction: column;
}

.list-r .title {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 45px;
    border-bottom: 2px solid #b21f24;
}

.list-r .title .text {
    color: #b21f24;
    font-size: 18px;
}

.list-r .title .nav,
.list-r .title .nav a {
    color: #767676;
}

.list-r .content {
    margin-bottom: 20px;
}

.list-r .content li {
    line-height: 55px;
    color: #767676;
    height: 55px;
    font-size: 17px;
    border-bottom: 1px dashed #e4e4e4;
    overflow: hidden;
}

.list-r .content li>span {
    color: #9b9b9b;
    float: right;
}

.list-r .listpage {
    display: flex;
    justify-content: center;
}


.info-wrap {
    width: 100%;
    display: flex;
    justify-content: center;
}

.info {
    width: 1200px;
    margin: 20px 0 50px;
    display: flex;
    flex-direction: column;
}

.info>.title {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 45px;
    border-bottom: 2px solid #b21f24;
}

.info>.title>.text {
    color: #b21f24;
    font-size: 18px;
}

.info>.title>.nav,
.info>.title>.nav a {
    color: #767676;
}

.info>.content {
    line-height: 35px;
    font-size: 16px;
}

.info>.content>.title {
    width: 90%;
    margin: 30px auto 0;
    display: block;
    text-align: center;
}

.info>.content>.title h3 {
    line-height: 50px;
}

.info>.content>.items {
    display: block;
    text-align: center;
    line-height: 75px;
    border-bottom: 1px dashed #ccc;
}

.info>.content>.text {
    font-size: 17px;
    line-height: 38px;
    display: block;
    margin: 30px 0;
}

.info>.content>.text p {
    padding: 0;
    margin: 0;
}

.listpage span {
    position: relative;
    display: block;
    padding: 8px 12px;
    margin-left: -1px;
    line-height: 1.25;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

.info>.textpage a {
    position: relative;
    display: block;
    padding: 8px 12px;
    margin-left: -1px;
    line-height: 1.25;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

.info>.textpage>b {
    position: relative;
    display: block;
    padding: 8px 12px;
    margin-left: -1px;
    line-height: 1.25;
    color: #ffffff;
    background-color: #b21f24;
    border: 1px solid #b21f24;
}

.info>.page {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.info>.page>.item {
    width: 100%;
    display: flex;
    height: 35px;
    align-items: center;
}

.info>.page>.item span {
    margin-right: 10px;
}
