/* banner */
#carouselExampleCaptions .carousel-caption {
    min-width: 100% !important;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(51, 51, 51, 0.8);
}

#carouselExampleCaptions .carousel-indicators {
    bottom: -12px;
}

#carouselExampleCaptions .carousel-caption h5 {
    line-height: 3rem;
}

/* banner-end */

/* news_carousel */
#imgFluid {
    position: relative;
}

#imgFluid .carousel-indicators {
    margin-bottom: 0;
    right: 0;
    width: 70px;
    display: block;
    margin-right: 10px;
    margin-left: 0;
    left: auto;
}

#imgFluid .carousel-indicators li {
    width: 8px;
    height: 8px;
    display: inline-block;
}

/* news_carousel-end */

/* title */
.Title {
    width: 100%;
    height: 50px;
    margin-bottom: 20px;
    letter-spacing: 2px;
}

.Title.border-b {
    border-bottom: 1px solid #BBBBBB;
}

.Title .Title-name {
    float: left;
}

.Title .Title-name h4 {
    line-height: 45px;
    padding-bottom: 5px;
    position: relative;
    font-weight: 600;
}

.Title .Title-name h4 span {
    color: #BBBBBB;
    padding-left: 20px;
    font-weight: 400 !important;
    font-size: smaller;
}

.Title.line .Title-name h4::before {
    content: '';
    position: absolute;
    bottom: 1px;
    width: 100%;
    height: 3px;
    background: #0762B1;
}

.Title .Title-link {
    float: right;
    height: 50px;
    position: relative;
}

.Title .Title-link .transform_link {
    display: none;
}

.Title .Title-link a {
    color: #0762B1;
    font-size: 22px;
    position: relative;
    top: 7.5px;
    padding-right: 30px;
}

.Title-link a::before {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 28px;
    height: 28px;
    background-size: 100% 100%;
    background-image: url(../images/arrow_line.png);
}

/* title-end */

/* mode01 */
.mode01 .container100 {
    overflow: hidden;
    position: relative;
}

.mode01 .mode01img {
    float: left;
    position: relative;
}

.mode01 .mode01img .title {
    position: absolute;
    min-width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(51, 51, 51, 0.8);
    text-align: left;
    padding: 0.5rem 0;
    color: #ffffff;
}

.mode01 .mode01img .title p {
    margin-bottom: 0;
    padding-left: 2rem;
}

.mode01 .Content {
    position: relative;
    height: auto;
    overflow: hidden;
    top: 0;
    padding-left: 20px;
}

.mode01 .ContentItem {
    display: block;
    width: 100%;
    color: #333;
    overflow: hidden;
    border-bottom: 1px dashed #BBBBBB;
    padding-bottom: 0.5rem;
    margin-bottom: 0.5rem;
}

.mode01 .card-text {
    float: left;
    line-height: 40px;
    font-size: 1rem;
    height: 40px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    width: calc(100% - 130px);
    white-space: nowrap;
    position: relative;
    margin: 0;
}

.mode01 .card-date {
    text-align: right;
    display: block;
    float: left;
    width: 120px;
    color: #BBBBBB;
    line-height: 40px;
    padding-left: 5px;
    font-weight: 600;
}

.mode01 .Content {
    float: left;
    margin-top: 0;
}

.mode01 #imgFluid {
    height: 450px;
}

.mode01 #imgFluid img {
    height: 450px;
}

.mode01 .ContentItem:hover p {
    color: #0762B1;
    text-decoration: underline;
}

/* mode01-end */

/* mode02 */
.mode02 {
    background: #F4F4F4;
}

.mode02 .mode02-bg {
    background: #E7F0FB !important;
    background-size: 100% 100%;
}

.mode02 .lf .Title .Title-name h4 {
    color: #1773C4;
}

.mode02 .rt .Title .Title-name h4 {
    color: #EFA205;
}

.mode02 .lf {
    float: left;
    width: 48%;
    margin-right: 4%;
    position: relative;
}

.mode02 .rt {
    float: left;
    width: 48%;
    position: relative;
}

.mode02 .Content {
    position: relative;
    overflow: hidden;
}

.mode02 .Content .notice {
    position: relative;
    padding-bottom: 20px;
}

.mode02 .card {
    border: none;
    border-bottom-right-radius: 3rem;
}

.mode02 .btn-container {
    padding: 20px 1.25rem 10px;
}

.mode02 .btn-container .btn {
    color: #BBBBBB;
    margin-right: 20px;
    font-weight: 600;
    border-color: #BBBBBB;
}

.mode02 .lf .btn-container .btn.active {
    color: #fff;
    background-color: #1773C4;
    border-color: #1773C4;
}

.mode02 .rt .btn-container .btn.active {
    color: #fff;
    background-color: #EFA205;
    border-color: #EFA205;
}

.mode02 .card-body {
    overflow: hidden;
}

.mode02 #bks_daily, #bks_course, #yjs_daily, #yjs_course {
    display: none;
}

.mode02 .card .card-date {
    float: left;
    width: 80px;
    display: block;
}

.mode02 .card-text a {
    color: #333;
    font-size: 1.1rem;
}

.mode02 .card-text a:hover {
    color: #1773C4;
}

.mode02 .card-text {
    float: left;
    line-height: 2rem;
    font-size: 1rem;
    padding-left: 20px;
    padding-top: 0;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    width: calc(100% - 100px);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 4rem;
}

.mode02 .card-date-dd {
    line-height: 44px;
    font-size: 24px;
    color: #ffffff;
    text-align: center;
    color: #333;
    font-weight: 600;
    position: relative;
    text-align: left;
}

.mode02 .card-date-dd::before {
    content: '';
    position: absolute;
    width: 75%;
    height: 2px;
    top: 0;
    left: 0;
    background: #1773C4;
}

.mode02 .card-date-yyyy-mm {
    line-height: 24px;
    text-align: center;
    color: #333;
    font-size: 20px;
    text-align: left;
    font-weight: 600;
}

.mode02 .col-sm-6:nth-child(5) .card-body {
    border: none;
}

.mode02 .col-sm-6:nth-child(6) .card-body {
    border: none;
}

/* mode02-end */

/* mode03 */
.mode03 {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.mode03 .row {
    margin-right: 0;
    margin-left: 0;
}

.mode03 .Content {
    width: 100%;
}

.mode03 .Content .col-sm-12 {
    padding: 0;
}

.mode03 .lf .Title {
    margin-bottom: 0 !important;
}

.mode03 .lf {
    float: left;
    width: 50%;
    padding-right: 2%;
    position: relative;
    border-right: 1px solid #005EAF;
}

.mode03 .rt {
    padding-left: 2%;
    float: left;
    width: 50%;
    position: relative;
}

.mode03 .list {
    height: 100%;
    position: relative;
    padding-bottom: 20px;
    overflow: hidden;
}

.mode03 .card {
    margin-top: 20px;
    border: none;
    background-color: #F8F8F8;
    border-bottom-right-radius: 3rem;
}

.mode03 .lf .col-sm-12:first-child .card {
    margin-top: 0;
}

.mode03 .rt .col-sm-12:first-child .card {
    margin-top: 0;
}

.mode03 .lf .card-text {
    float: left;
    line-height: 2rem;
    font-size: 1.1rem;
    padding-left: 20px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    width: calc(100% - 120px);
    white-space: nowrap;
    position: relative;
}

.mode03 .rt .card-text {
    float: left;
    line-height: 2rem;
    font-size: 1.1rem;
    padding-left: 20px;
    padding-top: 10px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    width: calc(100% - 120px);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: calc(4rem + 10px);
}

.mode03 .card-date-dd {
    line-height: 44px;
    font-size: 18px;
    color: #ffffff;
    background-color: #005EAF;
    text-align: center;
}

.mode03 .card-date-yyyy-mm {
    line-height: 44px;
    text-align: center;
    color: #005EAF;
    font-size: 20px;
    border-left: 1px solid #005EAF;
    border-right: 1px solid #005EAF;
    border-bottom: 1px solid #005EAF;
}

.mode03 .rt .card-text a {
    color: #333;
}

.mode03 .lf .card-text a {
    color: #005EAF;
}

.mode03 .lf .card-text p {
    margin: 0;
    line-height: 1.8rem;
    font-size: 1rem;
}

.mode03 .card-date {
    text-align: right;
    display: block;
    float: left;
    width: 100px;
    color: #BBBBBB;
    line-height: 40px;
}

.mode03 .Content {
    margin-top: 20px;
}

.mode03 .ContentItem {
    display: block;
    width: 100%;
    color: #333;
}

.mode03 .ContentItem:hover p {
    color: #6B0C84;
    text-decoration: underline;
}

/* mode03-end */

/* mode04 */
.mode04 .Title {
    border-bottom: 1px solid #6B0C84;
}

.mode04 .Content {
    width: 100%;
    position: relative;
    height: auto;
    overflow: hidden;
    margin-top: 20px;
}

.mode04 .ContentItem {
    float: left;
    width: 23.5%;
    margin-left: 2%;
}

.ContentItem .card {
    width: 100%;
    border: none;
}

.mode04 .ContentItem:nth-child(1) {
    margin: 0;
}

.mode04 .ContentItem .card-body {
    padding: 1.25rem 1.25rem 1.25rem 0;
}

.mode04 .card-body span {
    font-weight: bold;
}

.mode04 .card-body span a {
    color: #333;
    font-size: 1.1rem;
}

.mode04 .card-body span a:hover {
    color: #6B0C84;
    text-decoration: underline;
}

.mode04 .card-body p {
    margin-top: 10px;
    color: #BBBBBB;
    display: block;
    height: 72px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-size: 1rem;
}

.mode04 .card-img-top {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

/* mode04-end */

/* mode05 */
.mode05 {
    background-color: #16386C;
    position: relative;
    overflow: hidden;
    padding-top: 20px;
    font-size: 1.1rem;
}

.mode05 .lf {
    float: left;
    width: 48%;
    margin-right: 4%;
    position: relative;
}

.mode05 .rt {
    float: left;
    width: 48%;
    position: relative;
}

.container {
    margin: 20px 0;
}

.mode05 .lf .col-sm-3 {
    padding-left: 0;
    text-align: left;
    line-height: 3rem;
}

.mode05 .lf .col-sm-3 a {
    color: #ffffff;
    position: relative;
}

.mode05 .lf .col-sm-3 a::before {
    content: '';
    position: absolute;
    width: 18px;
    height: 18px;
    right: -20px;
    bottom: 0;
    background: url(../images/right.png);
    background-size: 100% 100%;
}

.mode05 .Title .Title-name h4 {
    color: #ffffff;
}

.mode05 .rt .col-sm-6 {
    padding-left: 0;
    text-align: left;
    line-height: 3rem;
}

.mode05 .rt .col-sm-6 a {
    color: #ffffff;
    position: relative;
}

/* mode05-end */
